/* .start{
  border: 1px solid #000;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 13.5rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  } */
.property{
    width:50%;
    display:inline-block;
    box-sizing:border-box;
    text-align:right;
    }
  
.value{
    text-align:left;
    padding-left:10px;
    width:50%;
    display:inline-block;
    box-sizing:border-box;
    }

  .container {
    width: 25% !important;
    align-content: center !important;
    padding-bottom: 5px;
    height: auto;
    position: relative;
}

.input-group {
    display: initial !important;
}

.alert-secondary {
    width: 100% !important;
}

.alert-secondary {
    width: 100% !important;
}

.datepick {
    width: 25% !important;
}

.amt-field {
    width: 100% !important;
    display: flex !important;
    font-size: larger !important;
    font-weight: bold !important;
}

.rmdp-input {
    border: 1px solid #c0c4d6;
    border-radius: 5px;
    height: 42px !important;
    margin: 1px 0;
    padding: 2px 5px;
    width: 125px;
}

.custom-input {
    border-radius: 15px;
    border: 1px #0c8af8 solid;
    padding: 4px 12px;
    background-color: white;
    height: 42px;
    box-shadow: 0 0 2px #0074d9;
}

/* .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  text-align: center;
} */

.form-select {
    display: flex;
    width: auto;
    margin-left: 5px;
    margin-top: 3px;
}

hr {
  /* margin: 1rem 0; */
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

body {
  overflow-x: hidden;
  padding-left: 13px;
}

.justify-content-end {
    display: flex;
}

.navbar-nav .nav-item .nav-link:focus {
    bottom: 0;
    left: 0;
    width: 100%;
    content: " ";
    /* border-bottom: 5px solid rgb(28 117 188); */
}

.startdate {
    width: auto !important;
    margin-left: 1% !important;
}
.print-link {
    /* width: auto !important; */
    margin-right: 1% !important;
}
.startdate {
    width: auto !important;
    margin-left: 1%;
}

.datelabel {
    width: auto !important;
    font-size: larger !important;
    margin-left: 5% !important;
}

  
.chart-container {
  position: relative;
  /* margin: auto; */
  height: 30vw;
  width: 31vw;
}


.LogoffButton {
    color: #0d6efd;
    text-decoration: none !important;
}
.card-detail {
    color: #1c75bc;
    cursor: pointer;
    /* text-decoration: none !important; */
}

.card-circle-button {
    cursor: pointer;
}


.LoggedinUser {
  width: 14pc !important;
    margin-top: 0;
    margin-bottom: 1px;
}

.tabulator .tabulator-header .tabulator-col[tabulator-field="Cash-In"] {
    background-color: #3d97af41 !important;
}
.danger-color {
    color: #ff1616 !important;
}
.warning-color {
    color: #ffad16f1 !important;
}
.ok-color {
    color: #3eb918 !important;
}

.supportcontainer {
    flex-direction: row;
    justify-content: end !important;
}

.view-details-btn {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 7px;
    bottom: 6px;
}

.card-title {
    display: flex; 
    align-content: center; 
    justify-content: space-around; 
    color: #6c757d !important; 
    text-transform: uppercase;
}

.card-shadow {
    box-shadow: 0 3px 6px rgb(0 0 0 / 48%);
}

.card-seperator {
    border: 0; 
    height: 2px; 
    background-color: #6c757d;
}

.card-body {
  flex-direction: column;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  /* border: 2px solid #88888870; */
}


.card-stats {
  margin-bottom: 5px!important;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 10% !important;
    text-align: center !important;
}


@media (max-width: 768px) {
    .navbar-collapse {
        display: block;
    }
}

.tabulator-row.tabulator-group {
    background: #fafafa !important;
}

.tabulator-row .tabulator-cell {
    border-right: none !important;
}

/* .tabulator-row .tabulator-cell {
   font-size: medium !important;
} */

.search-button {
    width: 80px;
    height: 60px;
    background-color: #1c75bc;
    border-color: #1c75bc;
}

.button-primary-override:hover, 
.btn-success-blue:hover {
    color: #fff;
    background-color: #1c89bc;
    border-color: #1c89bc;
}

.btn-success-blue {
    color: #fff;
    background-color: #1c75bc !important;
    border-color: #1c75bc !;
}

.button-primary-override:hover, 
.btn-success-green:hover {
    color: #fff;
    background-color: #448a1f;
    border-color: #448a1f;
}

.btn-success-green {
    color: #fff;
    background-color: #448a1f !important;
    border-color: #448a1f !;
}

.floating-form {
    width: 320px !important;
    margin-top: 25px;
    background-color: #fff;
  }
  
  .floating-label {
    position: relative;
    margin-bottom: 20px;
  }
  .download-types {
    display: none;
  }
  .floating-label-download {
    position: relative;
    margin-bottom: 20px;
  }

  .TitleBar {
    font-size: 25px;
    height: 20px;
    text-align: center;
}
  
  .floating-input,
  .floating-select {
    font-size: 18px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    /* height: 30px; */
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #757575;
  }
  .floating-select-download {
    font-size: 18px;
    padding: 4px 4px;
    display: block;
    width: 60%;
    /* height: 30px; */
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #757575;
  }
  
  .floating-input:focus,
  .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #ced4da;
  }
  
  /* .search-label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  } */
  
  .floating-input:focus~label,
  .floating-input:not(:placeholder-shown)~label {
    top: -14px;
    font-size: 14px;
    color: #5264AE;
  }
  
  .floating-select:focus~label,
  .floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: 1px solid #ced4da;
  }
  
  
  /* active state */
  
  .floating-input:focus~.bar:before,
  .floating-input:focus~.bar:after,
  .floating-select:focus~.bar:before,
  .floating-select:focus~.bar:after {
    width: 50%;
  }
  
  
  .floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
  }
  
  
  /* highlighter */
  
  .highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
  
  
  /* active state */
  
  .floating-input:focus~.highlight,
  .floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }
  
  
  /* animation */
  
  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  @-moz-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }
  
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }
    to {
      width: 0;
      background: transparent;
    }
  }

h1,
h2,
h3,
h4,
h5,
h6,
label,
span {
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
}


.cashform-input {
    width: 100%;
    max-width: 150px;
    min-width: 70px;
}


html,
.App,
#root,
.auth-wrapper {
    width: 100%;
    height: 100%;
}


.auth-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.auth-inner {
    width: 450px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 40px 55px 45px 55px;
    border-radius: 15px;
    transition: all .3s;
}

.auth-wrapper .form-control:focus {
    border-color: #167bff;
    box-shadow: none;
}

.auth-wrapper h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px;
}

.custom-control-label {
    font-weight: 400;
}

.btn-balance {
    margin-top: 10px !important;
    background-color: #017a9a !important;
    width: 175px !important;
    height: 50px !important;
    font-weight: 600 !important;
    margin-left: 5px !important;
}

.forgot-password,
.forgot-password a {
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
    color: #7f7d7d;
    margin: 0;
}

.forgot-password a {
    color: #167bff;
}


.search-box {
  justify-content: flex-start !important;
  height: 50px;
}
.Download-type {
  height: 50px !important;
  font-size: 18px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  /* height: 30px; */
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #757575;

}

.col-xl-4 {
  margin-bottom: 4pc;
}
.chart-container-1 {
  height: 400px;
  /* flex: 0 0 auto; */
  /* width: 33%; */
}

.chart-container-2 {
  height: 400px;
  /* flex: 0 0 auto; */
  /* width: 33%; */
}

.chart-container-3 {
  height: 400px;
  /* flex: 0 0 auto; */
  /* width: 33%; */
}

.main-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main-container>div {
  padding: 0px 10px;
}

.action-cards {
  height: auto !important;
  font-weight: 500;
  background-color: #99999924 !important;
  text-align: center !important;
  /* margin-top: 5px; */
  font-family: 'Fira Sans', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 500;
    /* line-height: 1.5; */
    color: #212529 !important;
    display: block !important;
    line-height: 1.2 !important;
    padding:0% !important;
    border-color: #e4e4e7 !important;
    box-shadow: inset 0 -0 0 rgb(0 0 0 / 13%) !important;

}

.accordion-body {
  padding: 0.25rem 1.00rem !important;
}

.TransactionModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.TransactionModal-content {
  background-color: #fefefe;
  margin: 75px; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
}

.OrderModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.OrderModal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 5px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

.EmergencyOrderModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.EmergencyOrderModal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 5px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

.DepositModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.DepositModal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.ColumnTitle {
  text-align: center;
  font-size: 24px; /* Makes the text large */
}

.ChangeOrderTotal {
  text-align: center;
  color: rgb(31, 192, 31); /* Makes the text green */
  font-size: 24px; /* Makes the text large */
}

.ChangeOrderStatus {
  text-align: center;
  font-weight:500;
  font-style: italic;
  font-size: 16px; /* Makes the text large */
}

.TableContainer {
  height: 350px;
  text-align: center;
}

.StatusContainer {
  height: 130px;
}

.currencyTable {
  border-collapse: collapse;
  width: 100%;
  display: grid;
}
.currencyTable th {
  background-color: #f2f2f2;
  border: 1px solid #b1b1b1;
  text-align: center;
  font-weight: bold;
}

.currencyTable td {
  border: 1px solid #b1b1b1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.currencyTable td.td-input {
  padding: 0; /* Remove padding to let the input fill the td */
  width: 150px;
}

.currencyTable td.td-input input.ChangeOrder-input {
  width: 100%; /* Ensure the input fills the entire td */
  box-sizing: border-box; /* Include padding and border in the width */
  border: none; /* Remove input border if not needed */
  padding: 8px; /* Optional: Add padding to input */
  text-align: center;
}


.depositGrid table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 20px;
}
.depositGrid td {
  padding: 2px;
  text-align: center;
  border-width: 1px;

}
.depositGrid th {
  padding: 2px;
  text-align: center;
  border-width: 1px;
  text-align: middle;
  background-color: #f2f2f2;
}

.depositGrid td.td-input input.depositGrid-input {
  width: 100%; /* Ensure the input fills the entire td */
  box-sizing: border-box; /* Include padding and border in the width */
  border: none; /* Remove input border if not needed */
  padding: 8px; /* Optional: Add padding to input */
  text-align: center;
  background-color: hsl(49, 87%, 43%);
}

.green-row {
  padding: 2px;
  text-align: left;
  font-weight: bold;
  color: #1cca0c;
  border-bottom: 1px solid #0000003b;
}


#BalanceGrid table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 20px;
}
#BalanceGrid th, #BalanceGrid td {
  padding: 2px;
  text-align: center;
  /* border-width: 1px; */

}
.green-row {
  padding: 2px;
  text-align: left;
  font-weight: bold;
  color: #1cca0c;
  /* border-bottom: 1px solid #0000003b; */
}
#BalanceGrid th {
  text-align: middle;
  background-color: #f2f2f2;
}

/* Loading page */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 2s linear infinite; /* Apply animation directly here */
}

.loaderOverlay {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

.CashDiv {
  margin: 0px;
}

.ErrorText{
  font-weight: 600;
  color: #ff0000c4;
  font-style: italic;
}

.undo-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  color: #333;
}

.undo-button svg {
  width: 40px;
  height: 40px;
  fill: #333;
  transform: rotate(0deg); /* No rotation needed now */
}

.undo-button span {
  margin-top: 5px;
  font-size: 14px;
}

.undo-button:hover svg {
  fill: #007BFF;
}

.undo-button:active {
  transform: scale(0.95);
}


/* ===== Pill Button Styles ===== */
/* HTML Example
<label class="switch">
    <div class="pill-container" style="--options: 2;">
      <input type="radio" name="pill" id="option1" class="pill-input" value="Option 1" checked />
      <label for="option1" class="pill-label">Option 1</label>
    
      <input type="radio" name="pill" id="option2" class="pill-input" value="Option 2" />
      <label for="option2" class="pill-label">Option 2</label>
    
      <div class="pill-slider"></div>
    </div>
</div>
*/
.pill-container {
  --options: 3; /* Number of options */
  --gap: 10px;  /* Gap between options */
  --default-color: #61a0fd; /* Default blue */

  display: flex;
  position: relative;
  background-color: #8fe07f;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  gap: var(--gap);
}

.pill-container .pill-input {
  display: none;
}

.pill-container .pill-label {
    flex: 1;
    text-align: center;
    padding: 2% 4%;
    font-size: 1em; 
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-container .pill-label:hover {
  color: #3e4f61;
}

.pill-container .pill-slider {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: calc((100% - 10px - (var(--options) - 1) * var(--gap)) / var(--options));
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  z-index: 0;
}

.pill-container .pill-input:nth-of-type(1):checked ~ .pill-slider {
    transform: translateX(0);
}
.pill-container:has(#option1:checked) {
    background-color: var(--option1-color, var(--default-color));
}

.pill-container .pill-input:nth-of-type(2):checked ~ .pill-slider {
    transform: translateX(calc(100% + var(--gap)));
}
.pill-container:has(#option2:checked) {
    background-color: var(--option2-color, var(--default-color));
}

.pill-container .pill-input:nth-of-type(3):checked ~ .pill-slider {
    transform: translateX(calc((100% + var(--gap)) * 2));
}
.pill-container:has(#option3:checked) {
    background-color: var(--option3-color, var(--default-color));
}

.pill-container .pill-input:nth-of-type(4):checked ~ .pill-slider {
    transform: translateX(calc((100% + var(--gap)) * 3));
}
.pill-container:has(#option4:checked) {
    background-color: var(--option4-color, var(--default-color));
}

.pill-container .pill-input:checked + .pill-label {
    color: #000000;
}