@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
} 
@font-face {
  font-family: Montserrat-Bold;
  src: url('fonts/montserrat/Montserrat-Bold.ttf'); 
} 

.scheme-box {
      width: 100px;
      height: 70px;
      text-align: center;
      border-radius: 5px;
      display: inline-block;
      font-family: 'Comic Sans MS', cursive, sans-serif;
      font-size: 32px;
      font-weight: bold;
      line-height: 70px;
      box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .active-scheme {
      background-color: #fde79b; /* light yellow */
    }

    .dormant-scheme {
      background-color: #e59a9a; /* light red */
    }

    .label-text {
      font-size: 14px;
      text-align: center;
      margin-top: -8px;
    }
.dormant-scheme {
  background-color: #e66464; /* Update to any hex above */
}

.amount_table {text-align:center;}

.active-scheme {
  background-color: #e7c13d; /* Change this */
}
    .arrow-svg {
      position: absolute;
      top: 50px;
      left: 90px;
      width: 150px;
      height: 80px;
      z-index: 0;
    }
	
	    .filter-tab {
    border: 1px solid #000;
    text-align: center;
    padding: 24px 45px;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s ease
    }

    .filter-tab:hover {
      background-color: #f0f0f0;
    }

 .filter-tab.active {
   background-color: #20a5f3;
    font-weight: bold;
    color: #fff;
    border: 1px solid #20a5f3;

}
.app-main .app-content-header .breadcrumb a{color:#333;}
 .filter-tab.first-child{ border-radius: 50px 0px 0px 50px;}
 .filter-tab-last{ border-radius: 0 50px 50px 0px;}
 .payout_amount th{    background-color: #198754; color:#fff;}
  .failure_amount th{    background-color: #dc3545; color:#fff;}
  .card-tools .page-link{color:#333;}
  .pending_amount th{ background-color: #ffc107; color:#fff;}
    .tab-row {
      border: 1px solid #000;
    overflow-x: auto;
    white-space: nowrap;
    background: #4c5153;
    padding: 20px;    justify-content: center;
    }

    .tab-col {
      min-width: 120px;
      display: inline-block;
      border-right: 1px solid #000;
    }

    .tab-col:last-child {
      border-right: none;
    }

    @media (max-width: 576px) {
      .tab-col {
        min-width: 140px;   
		flex: 0 1 auto !important;
      }
	  .app-footer{text-align:center;}
    }

    @media (max-width:1300px) {
		    .tab-wrapper {
        overflow-x: auto;
    }
		
	}
    .tab-content-box {
      display: none;
      margin-top: 20px;
      padding: 15px;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
      border-radius: 5px;
    }

    .tab-content-box.active {
      display: block;
    }
	
	    .card-box {
      background-color: #c6e8c5;
      border-radius: 10px;
      padding: 20px;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      margin-bottom: 10px;
    }

    .label-text {
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      margin-top: 5px;
    }

    .chart-wrapper {
      max-width: 250px;
      margin: auto;
    }

    @media (max-width: 768px) {
      .chart-wrapper {
        margin-top: 30px;
      }  .tab-wrapper{overflow-x:auto;}
	  
	  .pagination {
		      float: none !important;
	  justify-content: center;}
	  .summary-box{    margin-top: 10px !important;margin-left:0 !important;  margin-right:0 !important;}
	  
    } 


	.amount-card {
      background-color: #c6e8c5;
      border-left: 5px solid #28a745;
      border-radius: 10px;
      padding: 16px 20px;
      margin-bottom: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .amount-card h5 {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
    }

    .amount-card small {
      color: #555;
    }

    .progress {
      height:24px !important; 
      margin-top: 8px;
    }

    .chart-label {
      text-align: center;
      font-size: 14px;
      margin-top: 8px;
    }

    canvas {
      max-width: 160px;
      margin: auto;
    }
	
	 .dashboard-card {
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      padding: 20px;
      margin-bottom: 25px;
    }

    .dashboard-title {
      font-size: 22px;
      font-weight: bold;
    }

    .dashboard-sub {
      font-size: 14px;
      color: #444;
    }

   

    .chart-container {
      max-width: 100px;
      margin: 15px auto 5px;
    }

    .card-green {
     
      border-left: 6px solid #28a745;background: #eee;
    }

    .card-red {
  
      border-left: 6px solid #dc3545;background: #eee;
    }

    .card-yellow {
 
      border-left: 6px solid #ffc107;background: #eee;
	  
	}
	
	  .summary-box {
      border-radius: 12px;
      padding: 25px 20px;
      background-color: #fff;
      text-align: center;
      box-shadow: 0 3px 8px rgba(0,0,0,0.05);
      transition: 0.3s ease;
    }

    .summary-box:hover {
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }

    .summary-count {
      font-size: 32px;
      font-weight: bold;
    }

    .summary-label {
      font-size: 15px;
      color: #555;
    }

    .pause-btn {
      background-color: #dc3545;
      color: white;
      padding: 30px 20px;
      border-radius: 12px;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      box-shadow: 0 3px 6px rgba(0,0,0,0.08);
      transition: 0.2s ease;
    }

    .pause-btn:hover {
      background-color: #c82333;
    }

    .icon-label i {
      margin-right: 6px;
    }
	
	
	  .summary-box {
      background: #fff;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      min-height: 130px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 5px;
      font-size: 13px;margin: 10px;
    }
    .label-col {
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: end;
      min-height: 130px;
      text-align: right;
    }
    .chart-container {
      width: 60px;
      height: 60px;
    }
    .value-text {
      margin-top: 5px;
      font-weight: 500;
    }
    @media (max-width: 576px) {
      .chart-container {
        width: 45px;
        height: 45px;
      }
      .label-col {
        justify-content: center;
        text-align: center;
      }
	  
	  .filter-tab{
		    padding: 12px 10px !important;  
		  
	  }
	  
	  .status-success,.status-failure,.status-pending{padding-top:20px;padding-bottom:20px;}
    }
	
	.status-success {
    background-color: #28a745;
    display: flex
;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 22px;
    flex-direction: column;
    color: #fff;
}

.status-failure {
  background-color: #dc3545;   display: flex
;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 22px;
    flex-direction: column;
    color: #fff;
}
.status-pending {
  background-color: #fd7e14;   display: flex
;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 22px;
    flex-direction: column;
    color: #fff;
}
.status-label i {
  display:block;
}

.heading-box {
    background-color: #f1f3f5;
    padding: 8px 3px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);border: 1px solid #dee2e6;
    height: 100%;
}
.heading-box i {
  color: #333;
}

.otp-box {
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 6px;
}

.chart-container   canvas {
      width: 100%  !important;
      height: 100%  !important;
    }
.chart-container1 {
        width: 140px !important;
    height: 140px !important;
    margin: 15px auto 0  auto;
    }
.status-failure a{color:#fff;}
.failure{text-align:center;}
.alert td{text-align:center;}
.pagination  li.page-item {
    margin: 0 5px;
}
 canvas {
      width: 100% !important;
      height: 100px;
      margin: auto;
      display: block; max-width: 100% !important;
    }
	
.relative-wrapper {
    position: relative;
  }
.transaction_details .fas{
	
	font-size:24px; margin-right:5px;
	
	
}

.transaction_details .text-muted{
	display:flex;    justify-content: center;
    align-items: center;

	
}
  .custom-input-box {
    position: absolute;
    top: 100%; /* Show just below the select */
    left: 0;
    width: 100%;
    z-index: 10;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: none;
  }

  .custom-input-box.show {
    display: block;
  }
  
    th.sortable:hover {
    cursor: pointer;
    background-color: #f1f1f1;
  }

  .table-custom th, .table-custom td {
    vertical-align: middle;
    white-space: nowrap;
  }

  .status-badge.success { background-color: #d4edda; color: #155724; }
  .status-badge.failed { background-color: #f8d7da; color: #721c24; }
  .status-badge.pending { background-color: #fff3cd; color: #856404; }

  .table-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 20px;    margin-bottom: 20px;
  }
  
  .head_style{
	background: #343a40;
    padding: 10px;
    color: #fff; 
  }
  
    .failed-row {
      background-color: #f8d7da !important;
    }
	
.tab-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* For Firefox */
}

.tab-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

#tabMenu {
  display: flex;
  flex-wrap: nowrap;
 
  min-width: max-content; /* Makes entire row wide enough to scroll */
}

.tab-col {
  flex: 0 0 auto;
}

.filter-tab {

  white-space: nowrap;
 


  cursor: pointer;
}


    .custom-table th i {
    margin-right: 6px;
    color: #fff;
  }
  
  
    .custom-table thead {
    background-color: #eee;
    color: #fff;
  }

  .custom-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .custom-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
.small-box a:hover{color:#333 !important;}
  .custom-table th,
  .custom-table td {
    vertical-align: middle;
    text-align: center;
    padding: 12px;
    font-size: 15px;
  }

  .table th i {
    margin-right: 6px;
    color: #fff;
  }
 .table th {
    background: #333 !important;
    color: #fff !important;
}
  .custom-table tbody tr:hover {
    background-color: #e8f5e9;
  }
  
    .animate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .animate:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
   .status-block {
    width: 100%;
    max-width: 180px;
    height: 180px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    margin: auto;
  }

  .success-block {
    background-color: #28a745;
  }

  .failure-block {
    background-color: #dc3545;
  }

  .status-block i {
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
  }

  .chart-box {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    width: 100px;
    margin-bottom: 1rem;
  }

  .chart-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .value-text {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.4rem;
  }
  
  .small-box > .small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333 !important;
}

.table{margin:0; padding:0;}





.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;    background-size: cover !important;
  padding: 15px; background:url('/admin/img/bg.jpg') no-repeat;
 
}

.wrap-login100 {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  justify-content: space-between;
  padding:120px 98px 120px 95px;   
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
    justify-content: center;
    align-items: center;
	display:flex;
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 340px;
}

.login100-form-title {
   font-family: Montserrat-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom:10px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 0px;  
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.input100 {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
    border: 1px solid #fff;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%; border:none;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #5aa32a;
}



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 50px 90px 60px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  }