body{    font-size: 14px!important;}ul {list-style-type:none;}
.mainconainercss1 h3{    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f1efef;
    /* padding-bottom: 20px; */
    color: #495057;}
.headClass {background-color:#b1e43d;
    padding: 10px 10px;
    font-weight: 600;
    margin-bottom: 0px;}
.headClass li{width:20%; float:left;}
.listClass {    padding: 0px 10px;
    margin-bottom: 0px;
    border: 1px solid #ccc;}
.listClass li{width:20%; float:left;}

.cardassingfrm{width:100%}
.cardassingfrm span{width: 200px; display: inline-block;}

.submitbtn{ background: #bdf740;
    color: #000;
    border: 0px;
   font-weight:400!important;
    font-size: 16px;
    text-align: center;
    }

.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}    

.popupbox {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
.popup-container {
    width: 500px;
    padding: 10px;
    display: inline-block;
    background-color: white;
  }
.popup-container label{width:100px; display: inline-block;}  


/*==== Listing css ===*/
/* CHANGELISTS */

#changelist {
       position: relative;
    width: 100%;
    float: left;
}

#changelist table {
    width: 100%;
}

#changelist thead th a:link, thead th a:visited {
    color: #666;
}
#changelist table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

#changelist thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}
#changelist thead th, tfoot td {
    color: #666;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#changelist a:link, a:visited {
    color: #447e9b;
    text-decoration: none;
}


#changelist table tbody td {
    padding: 2px;
    vertical-align: top;    font-size: 12px;
}
#changelist tr:nth-child(odd), .row-form-errors {
    background: #fff;
}
#changelist tr:nth-child(even), tr:nth-child(even) .errorlist, tr:nth-child(odd) + .row-form-errors, tr:nth-child(odd) + .row-form-errors .errorlist {
    background: #f9f9f9;
}

.change-list .hiddenfields { display:none; }

.change-list .filtered table {
    border-right: none;
}

.change-list .filtered {
    min-height: 400px;
}

.change-list .filtered .results, .change-list .filtered .paginator,
.filtered #toolbar, .filtered div.xfull {
    margin-right: 280px;
    width: auto;
}

.change-list .filtered table tbody th {
    padding-right: 1em;
}

#changelist-form .results {
  overflow-x: auto;
}

#changelist .toplinks {
    border-bottom: 1px solid #ddd;
}

#changelist .paginator {
    color: #666;
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow: hidden;
}

/* CHANGELIST TABLES */

#changelist table thead th {
    padding: 0;
    white-space: nowrap;
    vertical-align: middle;
}

#changelist table thead th.action-checkbox-column {
    width: 1.5em;
    text-align: center;
}

#changelist table tbody td.action-checkbox {
    text-align: center;
}

#changelist table tfoot {
    color: #666;
}

/* TOOLBAR */

#changelist #toolbar {
    padding: 8px 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
    color: #666;
}

#changelist #toolbar form input {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #333;
}

#changelist #toolbar form #searchbar {
    height: 19px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 0;
    vertical-align: top;
    font-size: 13px;
    max-width: 230px;
}

#changelist #toolbar form #searchbar:focus {
    border-color: #999;
}

#changelist #toolbar form input[type="submit"] {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 8px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    color: #333;
}

#changelist #toolbar form input[type="submit"]:focus,
#changelist #toolbar form input[type="submit"]:hover {
    border-color: #999;
}

#changelist #changelist-search img {
    vertical-align: middle;
    margin-right: 4px;
}

/* FILTER COLUMN */

#changelist-filter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 240px;
    background: #f8f8f8;
    border-left: none;
    margin: 0;
}

#changelist-filter h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    margin-bottom: 12px;
    border-bottom: none;
}

#changelist-filter h3 {
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
}

#changelist-filter ul {
    margin: 5px 0;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eaeaea;
}

#changelist-filter ul:last-child {
    border-bottom: none;
}

#changelist-filter li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#changelist-filter a {
    display: block;
    color: #999;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#changelist-filter li.selected {
    border-left: 5px solid #eaeaea;
    padding-left: 10px;
    margin-left: -15px;
}

#changelist-filter li.selected a {
    color: #5b80b2;
}

#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
    color: #036;
}

#changelist-filter #changelist-filter-clear a {
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

/* DATE DRILLDOWN */

.change-list ul.toplinks {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.change-list ul.toplinks li {
    padding: 3px 6px;
    font-weight: bold;
    list-style-type: none;
    display: inline-block;
}

.change-list ul.toplinks .date-back a {
    color: #999;
}

.change-list ul.toplinks .date-back a:focus,
.change-list ul.toplinks .date-back a:hover {
    color: #036;
}

/* PAGINATOR */

.paginator {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin: 0;
    border-top: 1px solid #ddd;
}

.paginator a:link, .paginator a:visited {
    padding: 2px 6px;
    background: #79aec8;
    text-decoration: none;
    color: #fff;
}

.paginator a.showall {
    border: none;
    background: none;
    color: #5b80b2;
}

.paginator a.showall:focus, .paginator a.showall:hover {
    background: none;
    color: #036;
}

.paginator .end {
    margin-right: 6px;
}

.paginator .this-page {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
}

.paginator a:focus, .paginator a:hover {
    color: white;
    background: #036;
}

/* ACTIONS */

.filtered .actions {
    margin-right: 280px;
    border-right: none;
}

#changelist table input {
    margin: 0;
    vertical-align: baseline;
}

#changelist table tbody tr.selected {
    background-color: #FFFFCC;
}

#changelist .actions {
    padding: 10px;
    background: #fff;
    border-top: none;
    border-bottom: none;
    line-height: 24px;
    color: #999;
}

#changelist .actions.selected {
    background: #fffccf;
    border-top: 1px solid #fffee8;
    border-bottom: 1px solid #edecd6;
}

#changelist .actions span.all,
#changelist .actions span.action-counter,
#changelist .actions span.clear,
#changelist .actions span.question {
    font-size: 13px;
    margin: 0 0.5em;
    display: none;
}

#changelist .actions:last-child {
    border-bottom: none;
}

#changelist .actions select {
    vertical-align: top;
    height: 24px;
    background: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0;
    margin-left: 10px;
}

#changelist .actions select:focus {
    border-color: #999;
}

#changelist .actions label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

#changelist .actions .button {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    height: 24px;
    line-height: 1;
    padding: 4px 8px;
    margin: 0;
    color: #333;
}

#changelist .actions .button:focus, #changelist .actions .button:hover {
    border-color: #999;
}

/*==== end listing css ==*/

.pagination{margin-top:10px;}
.pagination .active {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #007bff;
    background-color: #dcf3a7;
    border: 1px solid #dee2e6;
}
.pagination .disabled{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    margin-bottom: 0px;
    border-radius: 0px;
    border: 1px solid #dee2e6;
}
.white_box{ background: #E2FFF6;
    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: absolute;
    bottom: 3%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}.box_header h3{    font-weight: 600;
    font-size: 22px;
    color: #000;
    line-height: 1.2;}.content_user p{    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;}.content_user img{max-width:100%;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;    border-radius: 10px;}body{
  background-color: #f1f6ff;
}

.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    
}
#news-slider-banner .post-slide .post-img img{
   border-radius: 0px;
   height:auto
    
}
.post-slide .post-img img{
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}.app-main .app-main__inner{    float: left;
 
    width: 100%;}.distributor_inner tr:nth-child(even), tr:nth-child(even) .errorlist, tr:nth-child(odd) + .row-form-errors, tr:nth-child(odd) + .row-form-errors .errorlist {
    background: #9e9e9e47;
}.distributor_inner table thead th {
    background: #b1e43d;
   
}.distributor_inner table {
    width: 100%;
    border: 1px solid #e4e4e4;
}
.distributor_inner tr:nth-child(odd), tr:nth-child(odd) .errorlist, tr:nth-child(even) + .row-form-errors, tr:nth-child(even) + .row-form-errors .errorlist {
    background: #fff;
}
.popular_destination_area_part1{    
    display: flex;
     align-items: baseline;
    justify-content: end;
    /*flex-direction: row-reverse;*/
    margin-bottom: 20px;}
	.popular_destination_area h5{    float: left;
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 23px}.download_report_btn{font-size: 15px;
    color: #fff;
    background-color: #2196F3;
    padding: 5px 8px;
    display: inline-block;
    width: auto;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    border: 2px solid #5165d0;
    font-weight: 500;}.fixed-sidebar .app-main .app-main__outer{width:100%}
	@keyframes blink {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        .blinking-text {
            
            color: green;
            animation: blink 1s infinite;
        }

#news-slider-banner .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
#news-slider-banner .owl-controls .owl-buttons .owl-prev{
    background: none;
    position: absolute;
    top:30%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
	opacity: 0.5;
}
#news-slider-banner .owl-controls .owl-buttons .owl-next{
    background: none;
    position: absolute;
    top:30%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
	opacity: 0.5;
}
#news-slider-banner .owl-controls .owl-buttons .owl-prev:after,
#news-slider-banner .owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
#news-slider-banner .owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
.dropdowncss span{display:block}
.dropdowncss{text-align:center}
.walletbox{margin-left:3px !important}
.walletboxbox1{    
display: flex
;align-items: center;
    float: left;
    width: auto;
    margin-left: 10px;
}
.wallet_balance_cls{    padding: 5px 7px!important;}
#changelist table input[type="text" i] {    width:100%;}
#changelist table input[type=checkbox], input[type=radio]{ width:auto;}
.radioinputwidth{width:69%}
.table-bordered{overflow:hidden}
#value_transaction_history{padding:20px}
@media (max-width: 768px){.mainclassleftcard{    width: 100%;
    padding-right: 0;}}
	
	
	.distributor_inner{padding: 0px 0px;}
      .distributor .hdng {
            font-size: 37px;
    font-weight: 600;
    color: rgb(49 46 129);
    line-height: normal;
    text-align: center;
    margin-top: -15px;
      }
      .distributor .navbtns {
        margin: 25px 0px;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
      }

      .distributor .navbtns a {
        text-decoration: none;
        background: #f43f5e;
        padding: 8px 20px;
        color: white;
        border-radius: 50px;
        box-shadow: 0px 0px 3px rgb(100, 100, 100, 0.5);
        transition: 0.3s;
      }

      .distributor .navbtns a:hover {
        transform: scale(1.07);
      }

      .distributor .navbtns a:nth-child(2) {
        background: #4f46e5;
      }
      .distributor .navbtns a:nth-child(3) {
        background: rgb(16 185 129);
      }
      .distributor .navbtns a:nth-child(4) {
        background: #fbbf24;
      }

      .totalbalance {
        background: white;
        display: inline-block;
        padding: 15px 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 3px rgb(100, 100, 100, 0.5);
        border-left: 3px solid #0ea5e9;
      }

      .totalbalancehdng {
        color: rgb(2 132 199);
        font-size: 20px;
        font-weight: 600;
      }

      .totalbalance p:nth-child(2) {
        font-size: 25px;
        font-weight: 600;
        margin-top: 5px;
        color: rgb(12 74 110);
      }

      .health {
        margin: 25px 0;
      }

      .critical {
        text-decoration: none;
        color: rgb(225 29 72);
        font-size: 14px;
      }
      .critical span {
        width: 12px;
        display: inline-block;
        height: 12px;
        background: rgb(251 113 133);
        border-radius: 50%;
      }

      .low {
        text-decoration: none;
        color: rgb(217 119 6);
        font-size: 14px;
        margin: 0px 10px;
      }
      .low span {
        width: 12px;
        display: inline-block;
        height: 12px;
        background: rgb(251 191 36);
        border-radius: 50%;
      }

      .Healthy {
        text-decoration: none;
        color: rgb(22 163 74);
        font-size: 14px;
      }
      .Healthy span {
        width: 12px;
        display: inline-block;
        height: 12px;
        background: rgb(74 222 128);
        border-radius: 50%;
      }
      .searchbg {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        flex-wrap: wrap;

      }

      .searchbg input {
        width: 426px;
        padding: 14px 10px 10px;
        border-radius: 8px;
        border: 1px solid rgb(209 213 219);
        box-shadow: 0px 0px 10px rgb(100, 100, 100, 7%);
      }

      .searchbg input::placeholder {
        font-size: 16px;
        color: #9ca3af;
      }

      .searchbg .searchinnerright button {
        background: black;
        color: white;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        border: none;
        box-shadow: 0 0 10px rgb(100, 100, 100, 0.2);
      }

      .searchbg .searchinnerright button:last-child {
        background: rgb(2 132 199);
        color: white;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        box-shadow: 0 0 10px rgb(100, 100, 100, 0.2);
        margin-left: 5px;
      }

.tblbg{
    margin-top:20px;
}

.tblbg .tbl table{
    width: 100%;
    box-shadow: 0 3px 19px rgb(100, 100, 100, .3);
    border-radius: 5px;
    overflow: hidden;
    border-collapse: collapse;
}
.tblbg table thead{background:linear-gradient(45deg, #a3e635, #158079);}
.tblbg table th{
     text-align: left;
    padding: 5px;
    color: white;
    font-size: 13px;
}


.tblbg table td{
    padding: 5px;
    color: #1f2937;
    font-size: 13px;
}

.tblbg table td .lhdng{
    font-weight:600;
}
.tblbg table td a{
       color: rgb(37 99 235);
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    margin: 0px 5px 0 0;
}


.tblbg table td .trgt{
   color:rgb(220 38 38);
   text-decoration:underline;
}

.tblbg table td .lbl{
     background: #fef3c7;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 5px;
    border-radius: 50px;
    color: #b45309;
    display: inline-block;
    margin-left: 5px;
}

.tblbg table td .critc{
	background: #FFE4E6;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 5px;
    border-radius: 50px;
    color: #BE123C;
    display: inline-block;
    margin-left: 5px;
}

.tblbg table td .hlth{
    background: #4ade80;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 5px;
    border-radius: 50px;
    color: #15803d;
    display: inline-block;
    margin-left: 5px;
}




.tblbg table tbody tr:nth-child(2) td .lbl{
background: #fef3c7;
color: #b45309;
}

.tblbg table tbody tr:nth-child(3) td .lbl{
background: #dcfce7;
color: rgb(21 128 61);
}
@media(max-width:1080px){
    .tblbg{overflow-x:scroll ;     margin-top: 30px;}
    .tbl{width:1060px;}
}

@media(max-width:620px){
    .searchbg input{width: 100%;}
.searchinnerright{
    width: 100%;
    margin-top: 20px;
}
}

 .sctnbg {
        background: #f3f4f6;
        padding: 45px 0;
        height: 100vh;
      }
      .sctn {
        padding: 20px;
        border-radius: 10px;
        background: linear-gradient(145deg, #ffffff, #f0f0f0);
        max-width: 1040px;
        margin: auto;
        box-shadow: 0 0 15px rgb(100, 100, 100, 15%);
      }
      .sctnheading {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        background: linear-gradient(to right, #4caf50, #8bc34a);
        color: white;
        padding: 16px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
      }

      .sctn_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px 0;
      }

      .sctn_navl label {
        font-weight: 600;
      }

      .sctn_navl input {
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 250px;
      }

      .sctn_navc label {
        font-weight: 600;
      }

      .sctn_navc select {
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
      }
      .sctn_navr button {
        background-color: #4caf50;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
      }

      .categories {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0px 20px 0px;
      }
      .category {
        margin: 0px 15px 15px 0;
        display: flex;
        align-items: center;
      }
	  .tablebg .table th .fa{
           width: 19px;
    height: 19px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0;
    float: left;
    background: #fff;
      }

       .tablebg .table table tbody .fa {
        width: 19px;
        height: 19px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 7px;float: left;
      }
	  .category .fa {
        width: 19px;
        height: 19px;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 7px;float: left;
      }
      .category label {
        font-size: 15px;
        line-height: normal;
      }

      .tablebg {
      }
      .tablebg .table {
      }
      .tablebg .table table {
        width: 100%;
        border-collapse: collapse;
      }
      .tablebg .table table thead {
        background: linear-gradient(to right, #8bc34a, #aed581);
      }
      .tablebg .table table thead tr th {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
        color: white;
      }

      .tablebg .table table tbody tr td {
        padding: 8px;
        border-bottom: 1px solid #e0e0e0;
      }
      

      .tablebg .table table tbody tr td input[type="text"] {
        width: 80px;
        padding: 6px 8px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
      }

      @media (max-width: 1065px) {
        .sctnbg {
          padding: 20px 10px;
        }
      }

      @media (max-width: 992px) {
        .sctn_navl {
          width: 100%;
        }
        .sctn_navl input {
          margin: 0px 0px 0px 10px;
        }
        .sctn_navc select {
          margin: 0px 0px 0px 10px;
          width: 231px;
        }
      }
      @media (max-width: 684px) {
        .tablebg {
          overflow-x: scroll;
        }
        .tablebg .table {
          width: 625px;
        }
      }
      @media (max-width: 600px) {
        .sctn_navc {
          width: 100%;
        }
      }
      @media (max-width: 430px) {
        .sctn_navl input {
          margin: 10px 0 0 0;
          width: 100%;
        }
        .sctn_navc select {
          margin: 10px 0 0 0;
          width: 100%;
        }
        .category {
          width: 100%;
          margin: 0 0 12px 0;
        }
        .sctnheading {
          text-align: left;
          font-size: 23px;
        }
      }