.logo-topbar{
    height: auto !important;
    max-height: 62px !important;
}

.text-right{
    text-align: right;
}

@media(max-width:768px){
    .footer *{
        text-align: center !important;
    }
}
@media(max-width:767px){
    .max-767-hider-elmt{
        display: none !important;
    }
}

@media(max-width:481px){
    .logo-topbar{
        display: none !important;
    }
}

.form-group{
    padding-bottom: 20px;
}
.pad-lr-unset{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*.form-group select{
    position:relative;
}
.form-group select:after{
   font-family: "Font Awesome 6 Free";
   content: "\f0d7";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
*/

/*.table td,
.table th,
.table tr {
    color: #5c5c5c;
}
.table th, .table thead th{
    font-size: 14px !important;
    text-align: center !important;
    vertical-align: top !important;
}*/


table{
    border: 1px solid #b1b1b1;
    /*padding: 8px;*/
    border-collapse: collapse !important;
}

table td, table th{
    border-left: 1px solid #f1f1f2 !important;
    border-right: 1px solid #f1f1f2 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 16px !important;
    line-height: 24px;
    border-left: unset !important;
    border-right: unset !important;
}
table th.text-end{
    text-align:center !important;
}
table th{
    padding-top:8px !important;
    padding-bottom:8px !important;
}

table thead th{
    text-align: center !important;
    vertical-align: middle;
    text-transform: uppercase !important;

    font-size: 13.5px !important;
    font-weight: 900 !important;
    font-family: Inter, Helvetica, sans-serif;
    color: rgba(112, 112, 112, 1) !important;

    white-space: nowrap;
}
table thead th strong{
    font-size: 13.5px !important;
    font-weight: 700 !important;
    font-family: Inter, Helvetica, sans-serif;
    color: rgba(112, 112, 112, 1) !important;
}

table td{
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: Inter, Helvetica, sans-serif;
    color: rgba(100, 100, 100, 1) !important;
}

.form-group > label{
    /*font-size: 14.5px;*/
    display: block;
    margin-bottom: 3px;

    font-family: Inter, Helvetica, sans-serif !important;
    font-size: 1.075rem !important;
    font-weight: 500 !important;
    color:#252F4A !important;
}





/*class list*/
.page-h-elmt{
    /*    font-size: 24px;
        text-transform: uppercase;*/
    margin: 0px;
    margin-bottom: 12px;
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    font-family: Inter, Helvetica, sans-serif !important;
    text-transform: uppercase;
}
@media(min-width:668px){
    .page-h-elmt{
        margin-bottom: 0px !important;
    }
    .grid-sec-row.grid-sec-row-vertical-midle{
        align-items: center !important;
    }
}
.reports-title-icon-elmt{
    font-size: 22px !important;
    display: inline-flex !important;
    margin-right: 8px;
    color: #7a7a7a !important;
}

.page-h-2-elmt{
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 42px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.page-h-2-elmt-title{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}
.page-h-2-elmt-desc{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 400 !important;
}
.page-h-2-elmt.page-h-2-elmt-row{
    flex-direction: row;
    align-items: center;
    line-height: 22px;
    column-gap: 12px;
}
/*end class list*/



/*icon button*/
.icon-btn-elmt{
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    border-radius: 6px;
}
.icon-btn-elmt i{
    font-size: 17px !important;
}


.icon-btn-elmt.icon-btn-elmt-edit{
    background-color: orange;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-edit:hover{
    background-color: #ffb224 !important;
}
.icon-btn-elmt.icon-btn-elmt-edit i{

    color: black !important;
}

.icon-btn-elmt.icon-btn-elmt-profile{
    background-color: #128b86;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-profile:hover{
    background-color: #1ba7a1 !important;
}
.icon-btn-elmt.icon-btn-elmt-profile i{

    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-subscribe{
    background-color: #b30c0c;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-subscribe:hover{
    background-color: #d31212 !important;
}
.icon-btn-elmt.icon-btn-elmt-subscribe i{

    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-enable{
    background-color: #21b96c;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-enable:hover{
    background-color: #32d985 !important;
}
.icon-btn-elmt.icon-btn-elmt-enable i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-disable{
    background-color: red;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-disable:hover{
    background-color: #ff4343 !important;
}
.icon-btn-elmt.icon-btn-elmt-disable i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-view{
    background-color: #228ba3;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-view:hover{
    background-color: #259db9 !important;
}
.icon-btn-elmt.icon-btn-elmt-view i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-card{
    background-color: #023b83;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-card:hover{
    background-color: #064da7 !important;
}
.icon-btn-elmt.icon-btn-elmt-card i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-agrement{
    background-color: #11811f;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-agrement:hover{
    background-color: #149b25 !important;
}
.icon-btn-elmt.icon-btn-elmt-agrement i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-plan{
    background-color: #540606;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-plan:hover{
    background-color: #851b1b !important;
}
.icon-btn-elmt.icon-btn-elmt-agrement i{
    color: white !important;
}

.icon-btn-elmt.icon-btn-elmt-email{
    background-color: #d34007;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-email:hover{
    background-color: #f35416 !important;
}
.icon-btn-elmt.icon-btn-elmt-email i{
    color: white !important;
}


.icon-btn-elmt.icon-btn-elmt-pay{
    /*background-color: #278d55;*/
    background-color: #920a95;
}
.btn.btn-icon.icon-btn-elmt.icon-btn-elmt-pay:hover{
    /*background-color: #41ab71 !important;*/
    background-color: #c127c5 !important;
}
.icon-btn-elmt.icon-btn-elmt-pay i{

    color: white !important;
}


/*end icon button*/



/*Button*/
.button-elmt{
    padding: 13px 20px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    font-size: 12.35px;
    font-family: Inter, Helvetica, sans-serif;
    padding-top: 11.1px !important;
    padding-right: 14px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;

    display: inline-flex;
    align-items: center;
}
.button-elmt a{
    /*padding: 13px 20px !important;*/
    line-height: 1 !important;
    border-radius: 12px !important;
}

.button-elmt:has(a) {
    padding: 0px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
}
.button-elmt:has(a) a{
    /*    padding: 13px 20px !important;
        line-height: 1 !important;
        border-radius: 12px !important;*/

    padding: 13px 20px !important;
    line-height: 1.2 !important;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
    font-size: 12.35px;
    font-family: Inter, Helvetica, sans-serif;
    /*padding-top: 12px !important;*/
    padding-top: 10px !important;
    padding-right: 14px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
}


/*Add*/
.button-elmt.button-elmt-add, .button-elmt.button-elmt-add a{
    background-color: #015a9e !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-add:hover, button.btn.button-elmt.button-elmt-add:hover a{
    background-color: #006cbf !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-add:active, button.btn.button-elmt.button-elmt-add:active a{
    background-color: #006cbf !important;
    color:white !important;
}

.button-elmt.button-elmt-add i, .button-elmt.button-elmt-add a i{
    color:white !important;

    line-height: 0 !important;
}
/*end Add*/



/*Show*/
.button-elmt.button-elmt-show, .button-elmt.button-elmt-show a{
    background-color: #cf4b0c !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-show:hover, button.btn.button-elmt.button-elmt-show:hover a{
    background-color: #f3611b !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-show:active, button.btn.button-elmt.button-elmt-show:active a{
    background-color: #f3611b !important;
    color:white !important;
}

.button-elmt.button-elmt-show i, .button-elmt.button-elmt-show a i{
    color:white !important;
}
/*end Show*/




/*Submit*/
.button-elmt.button-elmt-submit, .button-elmt.button-elmt-submit a{
    background-color: #07a143 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-submit:hover, button.btn.button-elmt.button-elmt-submit:hover a{
    background-color: #0cb74e !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-submit:active, button.btn.button-elmt.button-elmt-submit:active a{
    background-color: #0cb74e !important;
    color:white !important;
}

.button-elmt.button-elmt-submit i, .button-elmt.button-elmt-submit a i{
    color:white !important;
}
/*End Submit*/


/*upload*/
.button-elmt.button-elmt-upload, .button-elmt.button-elmt-upload a{
    background-color: #1798b3 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-upload:hover, button.btn.button-elmt.button-elmt-upload:hover a{
    background-color: #23b1cf !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-upload:active, button.btn.button-elmt.button-elmt-upload:active a{
    background-color: #23b1cf !important;
    color:white !important;
}

.button-elmt.button-elmt-upload i, .button-elmt.button-elmt-upload a i{
    color:white !important;
}
/*End upload*/




/*change*/
.button-elmt.button-elmt-change, .button-elmt.button-elmt-change a{
    background-color: #c95d22 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-change:hover, button.btn.button-elmt.button-elmt-change:hover a{
    background-color: #e57a3f !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-change:active, button.btn.button-elmt.button-elmt-change:active a{
    background-color: #e57a3f !important;
    color:white !important;
}

.button-elmt.button-elmt-change i, .button-elmt.button-elmt-change a i{
    color:white !important;
}
/*End change*/


/*remove*/
.button-elmt.button-elmt-remove, .button-elmt.button-elmt-remove a{
    background-color: #d31c1c !important;
    color:white !important;
}
button-elmt.button-elmt-remove:hover, button-elmt.button-elmt-remove:hover a{
    background-color: #e93131 !important;
    color:white !important;
}
button-elmt.button-elmt-remove:active, button-elmt.button-elmt-remove:active a{
    background-color: #e93131 !important;
    color:white !important;
}

.button-elmt.button-elmt-remove i, .button-elmt.button-elmt-remove a i{
    color:white !important;
}
/*End remove*/






/*Confirm*/
.button-elmt.button-elmt-confirm, .button-elmt.button-elmt-confirm a{
    background-color: #07a143 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-confirm:hover, button.btn.button-elmt.button-elmt-confirm:hover a{
    background-color: #0cb74e !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-confirm:active, button.btn.button-elmt.button-elmt-confirm:active a{
    background-color: #0cb74e !important;
    color:white !important;
}

.button-elmt.button-elmt-confirm i, .button-elmt.button-elmt-confirm a i{
    color:white !important;
}
/*End Confirm*/



/*Confirm*/
.button-elmt.button-elmt-edit, .button-elmt.button-elmt-edit a{
    background-color: #eb8821 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-edit:hover, button.btn.button-elmt.button-elmt-edit:hover a{
    background-color: #eb8821 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-edit:active, button.btn.button-elmt.button-elmt-edit:active a{
    background-color: #eb8821 !important;
    color:white !important;
}

.button-elmt.button-elmt-edit i, .button-elmt.button-elmt-edit a i{
    color:white !important;
}
/*End Confirm*/




/*Cancel*/
.button-elmt.button-elmt-cancel, .button-elmt.button-elmt-cancel a{
    background-color: #cbcbcb !important;
    color:black !important;
}
button.btn.button-elmt.button-elmt-cancel:hover, button.btn.button-elmt.button-elmt-cancel:hover a{
    background-color: #dfdfdf !important;
    color:black !important;
}
button.btn.button-elmt.button-elmt-cancel:active, button.btn.button-elmt.button-elmt-cancel:active a{
    background-color: #dfdfdf !important;
    color:black !important;
}

.button-elmt.button-elmt-cancel i, .button-elmt.button-elmt-cancel a i{
    color:white !important;
}
/*End Cancel*/


/*back*/
.button-elmt.button-elmt-back, .button-elmt.button-elmt-back a{
    background-color: #373737 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-back:hover, button.btn.button-elmt.button-elmt-back:hover a{
    background-color: #454545 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-back:active, button.btn.button-elmt.button-elmt-back:active a{
    background-color: #454545 !important;
    color:white !important;
}

.button-elmt.button-elmt-back i, .button-elmt.button-elmt-back a i{
    color:white !important;
}
/*End back*/



/*export*/
.button-elmt.button-elmt-export, .button-elmt.button-elmt-export a{
    background-color: #650b8d !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-export:hover, button.btn.button-elmt.button-elmt-export:hover a{
    background-color: #800eb3 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-export:active, button.btn.button-elmt.button-elmt-export:active a{
    background-color: #800eb3 !important;
    color:white !important;
}

.button-elmt.button-elmt-export i, .button-elmt.button-elmt-export a i{
    color:white !important;
}
/*End export*/



/*Print*/
.button-elmt.button-elmt-print, .button-elmt.button-elmt-print a{
    background-color: #650b8d !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-print:hover, button.btn.button-elmt.button-elmt-print:hover a{
    background-color: #800eb3 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-print:active, button.btn.button-elmt.button-elmt-print:active a{
    background-color: #800eb3 !important;
    color:white !important;
}

.button-elmt.button-elmt-print i, .button-elmt.button-elmt-print a i{
    color:white !important;
}
/*End Print*/



/*Copy*/
.button-elmt.button-elmt-copy, .button-elmt.button-elmt-copy a{
    background-color: #1da7a0 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-copy:hover, button.btn.button-elmt.button-elmt-copy:hover a{
    background-color: #2cb5ae !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-copy:active, button.btn.button-elmt.button-elmt-copy:active a{
    background-color: #2cb5ae !important;
    color:white !important;
}

.button-elmt.button-elmt-copy i, .button-elmt.button-elmt-copy a i{
    color:white !important;
}
/*End Copy*/



/*Search*/
.button-elmt.button-elmt-search, .button-elmt.button-elmt-search a{
    background-color: #10910d  !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-search:hover, button.btn.button-elmt.button-elmt-search:hover a{
    background-color: #1aa317 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-search:active, button.btn.button-elmt.button-elmt-search:active a{
    background-color: #1aa317 !important;
    color:white !important;
}

.button-elmt.button-elmt-search i, .button-elmt.button-elmt-search a i{
    color:white !important;
    line-height: 0px !important;
}
/*end Search*/




/*Tab*/
.button-elmt.button-elmt-tab, .button-elmt.button-elmt-tab a{
    background-color: #1c4d70  !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-tab:hover, button.btn.button-elmt.button-elmt-tab:hover a{
    background-color: #075287 !important;
    color:white !important;
}
button.btn.button-elmt.button-elmt-tab:active, button.btn.button-elmt.button-elmt-tab:active a{
    background-color: #075287 !important;
    color:white !important;
}

.button-elmt.button-elmt-tab i, .button-elmt.button-elmt-tab a i{
    color:white !important;
    line-height: 0px !important;
}
/*end Tab*/



/*End Button*/



/*top button section*/

.grid-sec-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 22px;
}

.grid-sec-row-vertical{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 8px;
}

.grid-sec-col{
    gap: 16px;
}


.grid-sec-col-1{
    width: 100%;
    max-width: 100%;
}

.grid-sec-col-2{
    width: 50%;
    max-width: 50%;
}

.grid-sec-col-center-align {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.grid-sec-col-right-align {
    display: flex;
    /*align-items: flex-start;*/
    align-items: center;
    justify-content: flex-end;
}
.grid-sec-col-left-align {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


@media(max-width:667px){
    .grid-667max-sec-col-left-align{
        justify-content: flex-start;
    }
    .grid-667max-sec-col-right-align{
        justify-content: flex-end;
    }
    .grid-667max-sec-col-center-align{
        justify-content: center;
    }


    .grid-sec-col-2{
        width: 100%;
        max-width: 100%;
    }
}
/*end top button section*/


/*Box Model*/
.elmt-pad-t-0{
    padding-top:0px !important;
}
.elmt-pad-r-0{
    padding-right:0px !important;
}
.elmt-pad-b-0{
    padding-bottom:0px !important;
}
.elmt-pad-l-0{
    padding-left:0px !important;
}



.elmt-mg-t-0{
    margin-top: 0px !important;
}
.elmt-mg-b-0{
    margin-bottom: 0px !important;
}
.elmt-mg-l-0{
    margin-left: 0px !important;
}
.elmt-mg-r-0{
    margin-right: 0px !important;
}


.elmt-mg-t-32{
    margin-top: 32px;
}
.elmt-mg-b-32{
    margin-bottom: 32px;
}
.elmt-mg-l-32{
    margin-left: 32px;
}
.elmt-mg-r-32{
    margin-right: 32px;
}

.elmt-mg-t-16{
    margin-top: 16px;
}
.elmt-mg-b-16{
    margin-bottom: 16px;
}
.elmt-mg-l-16{
    margin-left: 16px;
}
.elmt-mg-r-16{
    margin-right: 16px;
}


.elmt-mg-t-8{
    margin-top: 8px;
}
.elmt-mg-b-8{
    margin-bottom: 8px;
}
.elmt-mg-l-8{
    margin-left: 8px;
}
.elmt-mg-r-8{
    margin-right: 8px;
}


.elmt-mg-t-3{
    margin-top: 3px;
}
.elmt-mg-b-3{
    margin-bottom: 3px;
}
.elmt-mg-l-3{
    margin-left: 3px;
}
.elmt-mg-r-3{
    margin-right: 3px;
}

.elmt-mg-t-22{
    margin-top: 22px;
}
.elmt-mg-b-22{
    margin-bottom: 22px;
}
.elmt-mg-l-22{
    margin-left: 22px;
}
.elmt-mg-r-22{
    margin-right: 22px;
}

@media(max-width:768px){
    .elmt-mg-t-22-max-768{
        margin-top: 22px;
    }
    .elmt-mg-b-22-max-768{
        margin-bottom: 22px;
    }
    .elmt-mg-l-22-max-768{
        margin-left: 22px;
    }
    .elmt-mg-r-22-max-768{
        margin-right: 22px;
    }

}
/*unseter*/
.pad-b-unsetter-elmt{
    padding-bottom:0px !important;
}
/*End Box Model*/


.box-info-sec-super-con{
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}
.box-info-sec-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.box-info-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    border-radius: 12px;
    padding: 11px;
    width: 100%;
    max-width: calc((100% / 4) - 12px);
}
.box-info-row-1{
    color: #424242 !important;
    font-size: 16px !important;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
}
.box-info-row-2{
    color: #000000 !important;
    font-size: 32px !important;
    text-align: center;
    line-height: 32px;
    margin-top: 8px;
}

/*.box-info-sec-con .box-info-sec:nth-child(0){
    
}*/
.box-info-sec-con .box-info-sec:nth-child(1){
    background-color: #ffffe2;
    background-image: linear-gradient(45deg, #ffffe2, #fff3f3);
}
.box-info-sec-con .box-info-sec:nth-child(2){
    background-color: #e4ffe4;
    background-image: linear-gradient(45deg, #e4ffe4, #e8fffd);
}
.box-info-sec-con .box-info-sec:nth-child(3){
    background-color: #f1f1ff;
    background-image: linear-gradient(45deg, #e6e6ff, #def0ff);
}
.box-info-sec-con .box-info-sec:nth-child(4){
    background-color: #fff0f0;
    background-image: linear-gradient(45deg, #ffd4d4, #ffdbea);
}

@media(max-width:1025px){
    .box-info-sec-con{
        gap: 24px;
    }
    .box-info-sec{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #9d9d9d;
        border-radius: 12px;
        padding: 11px;
        width: 100%;
        max-width: calc((100% / 2) - 12px);
    }
}
@media(max-width:481px){
    .box-info-sec-con{
        gap: 24px;
    }
    .box-info-sec{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #9d9d9d;
        border-radius: 12px;
        padding: 11px;
        width: 100%;
        max-width: calc((100% / 1) - 0px);
    }

    .mg-top-72-resp-481-max{
        margin-top:72px;
    }
}


.dboard-receipt-con{
    display: flex !important;
    flex-direction: row;
    align-items: flex-start !important;
    justify-content: flex-end !important;
}
.dboard-receipt-col-1{
    width: 100%;
    display: inline-block;
}
.dboard-receipt-col-1 > a{
    -webkit-line-clamp: 1 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dboard-receipt-col-2{
    width: auto;
    display: inline-block;
}


.dashboard-sec-lr-30{
    margin-left: 15px !important;
    width: calc(100% - 30px);
}

.dboard-cart-body-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 36px;
    padding: 0px !important;
    margin-top: 12px;
    margin-bottom: 12px;
}
.dboard-cart-body-col-con{
    width: calc(100% / 5);
}
.dboard-cart-body-col-inner-con{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
}
.dboard-cart-body-col-inner-con div{

}
.dboard-cart-body-col-inner-con table tr td{
    border: none !important;
    border-left: none !important;
    border-right: none !important;
}
.dboard-cart-body-col-inner-con > div > div{

}
.dboard-cart-body-col-inner-con > a{
    color: black;
    font-size: 15px;
    text-align: center;
}


.chb-radbtn-row-con-master.chb-radbtn-row-con-master-direction-row{
    flex-direction: row !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 32px !important;
    margin-top: 0px !important;
}

.chb-radbtn-row-con-master{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.chb-radbtn-row-con-master > label{

}
.chb-radbtn-row-con{

}
.chb-radbtn-row-con {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.chb-radbtn-col{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.chb-radbtn-col label{
    font-size:14px !important;
    font-weight: 600;
}
.chb-radbtn-col input{

}


@media(max-width:1025px){
    .dboard-cart-body-col-con {
        width: calc(100% / 4);
    }
}

@media(max-width:768px){
    .dboard-cart-body-col-con {
        width: calc(100% / 3);
    }
}

@media(max-width:667px){
    .dboard-cart-body-col-con {
        width: calc(100% / 1);
    }
}


.t-h-cus-dark-elmt{
    font-weight: 600 !important;
    text-transform: uppercase !important;
}



.check-box-radio-buitton-row-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 0px !important;
    margin-top: 32px;
}
.check-box-radio-buitton-row-con label{
    margin:0px !important;
}
.check-box-radio-buitton-row-con input{
    margin:0px !important;
    width: 26px;
    height: 26px;
}


.text-area-input-height-elmt{
    min-height: 120px !important;
}

.full-width-elmt{
    width:100%;
    max-width:100%;
}

.fileinput-preview.fileinput-exists.thumbnail, .fileinput-preview.fileinput-exists.thumbnail img{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    height:auto !important;
}

@media(max-width:767px){
    .check-box-radio-buitton-row-con {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        padding-bottom: 0px !important;
        margin-bottom: 16px;
        margin-top: 6px;
    }
}




/*2 col sec*/
.col-info-sec{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    /* gap: 8px; */
}
.col-info-col-1{
    /*width: auto;*/
    /* width: 120px; */
    word-break: keep-all;
    white-space: nowrap;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.col-info-col-2{
    width: auto;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
}



@media(max-width:676px){
    .col-info-sec {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-align: center;
    }
    .max-767-hider{
        display:none !important;
    }
    .col-info-row-certical-max-667{
        row-gap: 22px;
        margin-top: 22px !important;
        margin-bottom: 0px;
    }
    .col-info-col-1 {
        /* width: auto; */
        width: 100%;
        word-break: keep-all;
        white-space: nowrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}
/*end 2 col sec*/

.tbl-overflow-x-scroller{
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
}

@media(min-width:1025px){
    .min-1025-no-rap-td{
        white-space: nowrap;
    }
}


/*form group row*/
.form-group-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 12px;
}
.form-group-row-select{
    width: 100%;
    max-width: 35%;
}
.form-group-row-submit{
    margin-left: -12px;
}
.form-group-row-submit i{
    display: inline-block;
    font-size: 18px;
    margin-left: -8px;
    margin-right: 3px;
}
.border-top-bottom-left-radious{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.border-top-bottom-right-radious{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.default-border-raius{
    border-radius:0.95rem !important;
}

.input-grouping-icon-elmt-super-parent{

}
.input-grouping-icon-elmt-parent{

}
.input-grouping-icon-elmt{
    font-size: 17px !important;
    transform: scale(1.2);
    color: white !important;
}

@media(min-width:769px){
    .form-group-row{
        flex-wrap: nowrap !important;
    }
    .form-group-row-select{
        width: 100%;
        max-width: unset;
    }
    .form-group-row-submit{
        width: auto;
        max-width: unset;
        white-space: nowrap;
    }
}

@media(max-width:768px){
    .form-group-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        gap: 12px;
    }
    .form-group-row-select {
        width: 100%;
        max-width: unset;
    }
    .default-border-raius-768-max{
        border-radius:0.95rem !important;
    }
}

@media(max-width:667px){
    /*    .form-group-row-select {
            width: auto;
            max-width: unset;
        }*/
}
/*end form group row*/

table th{
    font-weight:900 !important;
}


.chb-radbtn-row-con-master.chb-radbtn-row-con-master-direction-row.elmt-mg-b-0{
    margin-bottom: 0px !important;
}



.tbl-sub-row-tr-h-row{

}
.tbl-sub-row-tr-h-row > td:nth-child(1),
.tbl-sub-row-tr-h-row > td:nth-child(2){
    /*border-top:1px solid black !important;*/
    /*border-bottom:1px solid black !important;*/
}

.tbl-sub-row-tr{
}
.tbl-sub-row-tr .tbl-sub-row-td:first-child{
    padding-left: 24px !important;
}
.tbl-sub-row-td{
    /*font-size: 14px !important;*/
    /*font-weight: 600 !important;*/
    /*padding-left: 32px !important;*/
}
.tbl-sub-row-tr:last-child > td:nth-child(1),
.tbl-sub-row-tr:last-child > td:nth-child(2){
    /*border-top:1px solid black !important;*/
    /*border-bottom:1px solid black !important;*/
}



.tbl-sub-row-tr-master-tr{
    width:100%;
    border-left: none !important;
    border-right: none !important;
}
.tbl-sub-row-tr-master-td{
    width:100%;
    padding:0px !important;
    border-bottom:1px solid black;
    border-top:1px solid black;
}
.tbl-sub-row-tr-master-table{
    width:100%;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.tbl-sub-row-tr td:first-child{
    border-left:none !important;
}
.tbl-sub-row-tr td:last-child{
    border-right:none !important;
}

.tbl-lst-tdth-eltmt{
    width:280px !important;
    /*text-align: right !important;*/
}
.tbl-lst-tdth-eltmt-content{
    /*width:120px !important;*/
    width:180px !important;
}


.elmt-align-left{
    text-align:left !important;
}
.tbl-elmt-dropdown{
    width: fit-content !important;
    max-width: 300px !important;
}


.flex-row-none-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: flex-start;*/
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}



.three-row-tbody-elmt-td{
    width:100%;
    padding:0px !important;
}
.three--tbody-elmt-table{
    border:none !important;
    width:100%;
}
.three--tbody-elmt-tbody{

}
.three--tbody-elmt-tbody tr td:first-child{
    width:30% !important;
    padding-left: 28px !important;
    font-weight: 600;
}
.three--tbody-elmt-tbody tr td:last-child{
    width:280px !important;
}

/* .table:not(.table-bordered) tbody.three--tbody-elmt-tbody tr:last-child td:nth-child(1),
.table:not(.table-bordered) tbody.three--tbody-elmt-tbody tr:last-child td:nth-child(2){
    border-bottom: 1px solid black !important;
} */
tr.theree-column-table-h-tr td:nth-child(1),
tr.theree-column-table-h-tr td:nth-child(2){
    /*border-top: 1px solid black !important;*/
}

.digital-reservation-convas-wraper, .digital-reservation-convas-wraper *{
    user-select: auto !important;
}
.digital-reservation-convas-wraper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: auto;
    max-width: 100%;
}

.modal-header .close:hover{
    background-color: #ff2d2d;
}
.modal-header .close{
    color: white;
    border: none;
    background-color: red;
    font-size: 22px;
    line-height: 22px;
    box-sizing: border-box;
    border-radius: 8px !important;
    padding: 4px;
}
.modal-header .close span{
    font-size: 42px;
    padding: 0px;
}

/*modal fade show*/

.modal-title {
    font-size: 18px;
}


.status-img-elmt{
    width: 100%;
    height: auto;
    max-width: 140px;
}


.content-lisitng-con{

}
.content-lisitng-h{
    font-size: 16px;
    margin-bottom: 0px !important;
}
.content-lisitng-c{
    font-size: 18px;
    font-weight: 600;
}



/*section heading style 1*/
.section-heading-style-2{
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 3px;
    margin-bottom: 16px;
}
/*end section heading style 2*/

.row-gap-18-elmt{
    row-gap: 18px;
}
.text-cap-elmt{
    text-transform: uppercase;
}


.td-flex-raw{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.td-flex-raw-l{
    text-align: left;
}
td-flex-raw-r{
    text-align: right;
}


.un_bordered-b{
    border-bottom: none !important;
}
.mg-btm-0-elmt{
    margin-bottom:0px !important;
}

.table-group-td-top-border-elmt{
    border-top: 0.3px solid black !important;
}

.table:not(.table-bordered) tbody tr:last-child td.table-group-td-bottom_dbl_border-elmt,
.table:not(.table-bordered) tbody tr:last-child th.table-group-td-bottom_dbl_border-elmt,
.table:not(.table-bordered) tfoot tr:last-child td.table-group-td-bottom_dbl_border-elmt,
.table:not(.table-bordered) tfoot tr:last-child th.table-group-td-bottom_dbl_border-elmt{
    border-bottom: 4px double black !important;
}

* .line-h-rguler-elmt{
    line-height: 1.3 !important;
}


.agrement-cover-img-elmt{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.agrement-cover-img-elm-sec{
    width: calc(100% + 60px);
    max-width: unset;
    margin-left: -30px;
    /*margin-top: -72px;*/
    margin-top: -13px;
    margin-bottom: 8px;
}



/*Webportal Main Page*/
.wp-header{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    gap:20px;

    padding: 8px 22px 8px 22px;
    margin-bottom: 0px;
}

.wp-header-l{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-start;
    max-width:50%;
}
.wp-header-l-logo-elmt{
    display: block;
    position:relative;
    width: auto;
    height:100%;
    max-height: 72px;
}

.wp-header-r{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-end;
    max-width:50%;
}
.wp-header-r-btn-elmt{

}

/*.main-banner-elmt{

}*/

.wp-footer{
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 24px;
}
.wp-footer-full{
    width:100%;
    text-align: center;
}
.wp-footer-text-group{
    display: inline-block;
    font-size: 14px;
    color: black !important;
}
.wp-footer-text-group a{
    color:black;
}


.wp-main-banner-elmt{
    width:100%;
    max-width:100%;
    height:auto;
}

@media(max-width:768px){
    .wp-header-l-logo-elmt {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        max-height: unset;
        max-width: 350px;
    }
}
@media(max-width:481px){
    .wp-footer-text-group {
        display: inline-block;
        font-size: 11px;
        color: black !important;
    }
    .wp-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 12px 22px 12px 22px;
        margin-bottom: 0px;
    }
    .wp-header-l {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
    }
    .wp-header-r {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        max-width: 100%;
    }
    .wp-header-l-logo-elmt {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        max-height: unset;
        max-width: 320px;
    }
}
/*End Webportal Main Page*/


.col-info-sec.col-info-sec-column{
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
}
.grid-sec-row-vertical.grid-sec-row-vertical-column{
    gap: 20px !important;
}

.border-elmt-full-sec-unsetter, .border-elmt-full-sec-unsetter *{
    border:none !important;
}

.lg-input-checker-1{
    width:24px !important;
    height:24px !important;
}
.cus-tble-2-elmt{

}
.cus-tble-2-elmt td{
    padding: 0px !important;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
}
.cus-tble-2-elmt tr td:last-child{
    padding-right: 0px !important;
}
.cus-tble-2-elmt tr:last-child td{
    padding-bottom: 0px !important;
}

.mg-top-7-elmt{
    margin-top: 7px;
}
.modal-body {
    padding: 5px 15px 15px 15px !important;
}
.modal-header{
    padding: 15px 15px 15px 15px !important;
}
.modal-footer{
    padding: 15px 15px 15px 15px !important;
}


.seperator-border-t-2{
    border-top: 1px solid black !important;
}
.seperator-border-b-2{
    border-bottom: 1px solid black !important;
}

* .border-b-unsetter-elmt{
    border-bottom: none !important;
}



/*JS Handler*/
.tax-tble-1-col-_drop_down-_size-getter


.tax-tble-1-col-1_size-getter{

}
.tax-tble-1-col-2_size-getter{

}
.tax-tble-1-col-3_size-getter{

}

.tax-tble-1-col-1{

}
.tax-tble-1-col-2{

}
.tax-tble-1-col-3{

}
/*End JS Handler*/


.chb-radbtn-row-con-master.chb-radbtn-row-con-master-direction-row.elmt-reg-edit-radio-set{
    margin-top:32px !important;
}


@media(max-width:991px){
    .agrement-content-dv{
        padding-right:0px !important;
    }
}

@media(max-width:667px){
    .chb-radbtn-row-con-master.chb-radbtn-row-con-master-direction-row.elmt-reg-edit-radio-set{
        margin-top:16px !important;
    }
    .reg-edit-radio-set-col{
        /*width: 100% !important;*/
    }
    .reg-edit-radio-set-col .chb-radbtn-row-con{

    }
    .reg-edit-radio-set-col .elmt-reg-edit-radio-set{
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }
}

@media(max-width:481px){
    .chb-radbtn-row-con-master.chb-radbtn-row-con-master-direction-row.elmt-reg-edit-radio-set{
        margin-top:0px !important;
    }
}





.modal-footer .message-id{
    position: absolute;
    left: 15px;
    color: lightgrey;
}

.modal-footer button.no-btn{
    background-color:#cbcbcb !important;
    color:black !important;
}
.modal-footer button.no-btn:hover{
    background-color:#dfdfdf !important;
    color:black !important;
}
.modal-footer button.yes-btn{
    background-color:#07a143 !important;
    color:white !important;
}
.modal-footer button.yes-btn:hover{
    background-color:#0cb74e !important;
    color:white !important;
}

.modal-header button.close:hover{
    background-color:#ff3a3a !important;
}






/*Views*/

.cus-agrmt-succes-msh-elmt {
    color: green;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 42px;
    margin-bottom: 62px;
}

.cus-agrmt-succes-msh-elmt-r1 {
}

.cus-agrmt-succes-msh-elmt-r2 {
    color: black;
    font-size: 17px;
}

.cus-agrmt-succes-h {
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin: 0px auto 0px auto !important;
}

.cus-agrmt-header {
    height: auto;
    margin: 0px 0px 0px 0px !important;
    padding-bottom: 20px;
    padding-top: 16px;
}



* .content.cus-agrmt-content {
    margin: 0px 0px 0px 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header.cus-agrmt-header {
    border-bottom: 1px solid #f2f2f2;
}
/*End Views*/



.vst-sec-con-master{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width:100%;
    max-width:100%;
}
.vst-sec-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 600px;
}

.vst-sec-con-col{
    width: 100%;
    max-width: 100%;
}

.visitor-qr-code-con{
    margin-top: 18px;
    margin-bottom: 20px;
}

@media(min-width:768px){
    .footer > div > .order-2{
        text-align: left !important;
    }
    .footer > div > .order-1,
    .footer > div > .order-1 *{
        text-align: right !important;
    }
}


.dataTables_length select {
    padding-right: 10px;
    min-width: 69px;
}


/*Bar Effect*/
.pbar-super-sec{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    row-gap: 6px;
}
.pbar-sec{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0px;
}
.pbar-top-value{
    line-height: 1.2;
}
.pbar-con{
    width:100%;
    max-width:100%;
    position:relative;
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
    height: 9px;
    border-radius: 6px !important;
    overflow: hidden;
}
.pbar-elmt{
    position: relative;
    /* width: 0px; */
    display: inline-flex;
    height: 9px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: ease-in-out 1s;
}

.pbar-elmt-stall-left{
    /*background-color: #1bc5bd;*/
    background-color: green;
    height: 9px;
    /*background-image: linear-gradient(45deg, green, #3db36e);*/
    width:0px;
}
.pbar-elmt-stall-right{
    /*background-color: #f1416c;*/
    background-color: red;
    height: 9px;
    /*background-image: linear-gradient(45deg, red, #f5469d);*/
    width:0px;
}
/*End Bar Effect*/


.h4, h4 {
    color: rgb(7, 20, 55) !important;
    font-size: 17.55px !important;
    font-weight: 600 !important;
    font-family: Inter,Helvetica,sans-serif !important;
    margin-bottom: 12px;
}
/*.table-bordered> :not(caption)>*, .table {*/
table tr, .table {
    /*border-color: #f1f1f2 !important;*/
    
    border-color: #a5a5a5 !important;
    border-width: 1px 0;
    border-style: solid;
    border-top:none;
}


/*Icon with text*/
.icon-with-text-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.icon-with-text-con.icon-with-text-con-centered {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.icon-with-text-icon-elmt{
    width: 100%;
    height: auto;
    max-width: 32px;
    border-radius: 4px;
}
.icon-with-text-text-elmt{
    width: max-content;
    line-height: 1.3;
}
/*End Icon with text*/


.dashboard-tab-section-column{
    margin-bottom: 32px;
}

.tab-controller-con{

}
.tab-controller-con li{

}
.tab-controller-con li a{

}
.tab-controller-con li a i{
    color: #383838 !important;
    font-size: 32px !important;
    text-align: center;
    line-height: 32px;
    font-family: Inter, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}
.tab-controller-con li a span{
    color: rgba(112, 112, 112, 1) !important;
}
/** .tab-controller-con .tab-controller-con li a.active{
    background-color: #014e94 !important;
    color: white !important;
}*/
.btn-check:active+.btn.btn-active-danger, .btn-check:checked+.btn.btn-active-danger, .btn.btn-active-danger.active, .btn.btn-active-danger.show, .btn.btn-active-danger:active:not(.btn-active), .btn.btn-active-danger:focus:not(.btn-active), .btn.btn-active-danger:hover:not(.btn-active), .show>.btn.btn-active-danger{
    background-color: #014e94 !important;
    border-color: #014e94 !important;
    color: white !important;
}

* .tab-controller-con li a.active i,
* .tab-controller-con li a.active span{
    color: white !important;
}
* .tab-controller-con li a:hover i,
* .tab-controller-con li a:hover span{
    color: white !important;
}

@media(max-width:991px){
    .tab-controller-con{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tab-controller-con li{
        width: 100%;
        max-width: calc(100% / 4);
    }
}
@media(max-width:768px){
    .tab-controller-con{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tab-controller-con li{
        width: 100%;
        max-width: calc(100% / 2);
    }
}


.nav-logo-con{
    display: block;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 8px;
    margin-bottom: -6px;
}
.nav-logo-elmt{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.brand-name-top-bar{
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 31.2px;
    font-family: Inter, Helvetica, sans-serif;
    color: rgb(7, 20, 55);
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(6px);
}
.left-nav-icon-elmt{
    font-size: 17px !important;
}
table{
    border-left: none !important;
    border-right: none !important;
}
@media(max-width:768px){
    .brand-name-top-bar {
        font-size: 18px !important;
        transform: translateY(3px);
    }
}
@media(max-width:392px){
    .brand-name-top-bar {
        font-size: 15px !important;
        transform: translateY(3px);
    }
}

input.form-control[data-kt-docs-table-filter="search"]{
    border: none !important;
    padding-left: 41px !important;
}
select.form-control{
    border:none !important;
}
.search-form-control-icon-elmt{
    font-size: 20px !important;
    transform: translate(-6px, 1.5px) !important;
}

table thead tr{
    background-color:#f9f9f9 !important;
}
table tbody td{
    /* vertical-align: top !important; */
    color:rgba(48, 48, 48, 1) !important;

    font-size: 14px !important;
    line-height: 1.4;
    /*white-space: nowrap;*/
}

input.form-control.form-control-solid{
    border:none !important;
}
textarea.form-control.form-control-solid{
    border:none !important;
}


/*Filters*/
.filter-sec-con{
    width:100%;
}
.filter-sec-con-elmt{
    width:100%;
    display: flex;
    flex-direction:row;
    align-items: flex-end;
    justify-content: flex-start;
}

/*.filter-sec-col-set-1{
    width:calc(25% - 0px);
     display: flex;
    flex-direction:row;
    align-items: flex-end;
    justify-content: flex-start;
}
.filter-sec-col-set-1-con{
    width:calc(100% - 0px);
}*/

.filter-sec-col-set-2{
    width:calc(100% - 0px);
    max-width:calc(100% - 150px);
    /*width:auto;*/
    display: flex;
    flex-direction:row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.filter-sec-col-set-2-con{
    width: calc(100% - 0px);
    max-width: calc(25% - 12px);
}

.filter-sec-col-set-3{
    /*width:calc(20% - 0px);*/
    width:calc(100% - 0px);
    max-width:150px;
    display: flex;
    flex-direction:row;
    align-items: flex-end;
    justify-content: flex-end;
}
.filter-sec-col-set-3-con{
    width: calc(100% - 0px);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.filter-sec-col-set-vertical{
    display: flex;
    flex-direction:column;
    align-items: flex-end;
    justify-content: flex-start;
}

.btn-fa-icon-elmt{
    /*    font-size: 15px;
        padding-top: 2.5px !important;
        position: relative;
        display: inline-block;
        padding-bottom: 2.5px !important;*/

    font-size: 13px !important;
    padding-top: 2.5px !important;
    position: relative;
    display: inline-block !important;
    padding-bottom: 2.5px !important;
    line-height: 1 !important;
    margin-top: -2px;
    margin-bottom: -1px;
    margin-right: 4px;
}
.filter-checkbox-con{
    height: 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.filter-checkbox-elmt{
    width: 22px;
    height: 22px;
    cursor:pointer;
}
.filter-checkbox-text-elmt{

}
.search-box-set-con{
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px !important;
}
.search-box-set-con input{
    width: 100% !important;
}

@media(max-width:768px){
    .filter-sec-col-set-2-con {
        width: calc(100% - 0px);
        max-width: calc(50% - 8px);
    }
}
@media(max-width:481px){
    .filter-sec-col-set-2-con {
        width: calc(100% - 0px);
        max-width: calc(100% - 0px);
    }
    .filter-sec-col-set-2 {
        width: calc(100% - 0px);
        max-width: calc(100% - 0px);
        /* width: auto; */
        display: flex;
        flex-direction: row;
    }
    .filter-sec-col-set-3 {
        /* width: calc(20% - 0px); */
        width: calc(100% - 0px);
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .filter-sec-con-elmt {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .filter-sec-col-set-3-con {
        width: calc(100% - 0px);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
}


.edit-progile-photo-contoller-con{
    margin-top:5px;
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    justify-content: flex-start;
    gap:16px;
}
.edit-progile-photo-contoller-con-set-1{
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    justify-content: flex-start;
    gap:16px;
}


.home-page-body-content-con{
    z-index: 9999999999999 !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    width:100%;
}
.home-page-body-content-con .wp-main-banner-elmt{

}
.home-page-body-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-page-body-content-img-set-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width:100%;
}
.home-page-body-content-img-item-con{
    width: 100%;
    max-width: calc((100% / 3) - 140px);
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
    border-radius: 8px;
}
.home-page-body-content-img-item-elmt{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.home-page-body-content-text-con{
    font-size: 32px;
    font-weight: 900;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
    filter: drop-shadow(-2px -1px 0px rgba(255, 255, 255, 1));
}

.home-page-body-content-img-item-con:hover{
    transform: translateY(-8px);
    transition: 0.3s ease-in-out;
}
.wp-footer.wp-footer-home-page{
    margin-top: 0px !important;
}

@media(max-width:992px){
    .home-page-body-content-img-item-con {
        width: 100%;
        max-width: calc((100% / 3) - 110px);
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 16px;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
        border-radius: 8px;
    }

    .home-page-body-content-text-con{
        display:none !important;
    }

    .wp-main-banner-elmt {
        width: auto;
        max-width: unset;
        height: auto;
        min-height: calc(100vh - 133px);
        display: none !important;
        ;
    }

    .home-page-body-content-con {
        z-index: 9999999999999 !important;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 36px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}


@media(max-width:768px){
    .home-page-body-content-img-item-con {
        width: 100%;
        max-width: calc((100% / 2) - 40px);
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 16px;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
        border-radius: 8px;
    }
    .home-page-body-content-img-set-con {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 36px;
    }
}

@media(max-width:392px){
    .home-page-body-content-img-item-con {
        width: 100%;
        max-width: calc((100% / 1) - 40px);
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 16px;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
        border-radius: 8px;
    }
}


.checker-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.checker-con > input{
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
}
.checker-con > label{
    margin: 0px;
}





.image-uploader-btn-set-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}


.uploader-img-self-con{
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    min-width: unset !important;
}
.uploader-img-self-elmt,
.uploader-img-self-elmt.fileinput-preview.fileinput-exists.thumbnail{
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    min-width: unset !important;
}

.ploader-img-self-con > img,
.ploader-img-self-con.fileinput-preview.fileinput-exists.thumbnail > img{
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    min-width: unset !important;
}



/*======== full*/
.image-uploader-btn-set-con-full{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}


.uploader-img-self-con-full{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: unset !important;
}
.uploader-img-self-elmt-full,
.uploader-img-self-elmt-full.fileinput-preview.fileinput-exists.thumbnail{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: unset !important;
}

.ploader-img-self-con-full > img,
.ploader-img-self-con-full.fileinput-preview.fileinput-exists.thumbnail > img{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: unset !important;
}
/*end full ========*/



@media(max-width:767px){
    .dum-sec-max_767-hider{
        display:none !important;
    }
}


.line-height-unsetter-elmt{
    line-height: unset !important;
}
.f-dirction-col-elmt{
    flex-direction: column !important;
}


.f-just-ent{
    justify-content: flex-end !important;
}
@media(min-width:768px){
    .f-just-ent-min-w-768{
        justify-content: flex-end !important;
    }
}


.multi-tab-con-sec{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.multi-tab-con-elmt{

}


.records-con-sec{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 8px;

}
.records-con-elmt{
    width: 100%;
}
.records-con-elmt-sec{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
}
.records-con-elmt-sec-col{

}
.records-con-elmt-sec-col.records-con-elmt-sec-col-h{
    width: 120px;
    font-weight: 400;
}
.records-con-elmt-sec-col.records-con-elmt-sec-col-c{
    width: 120px;
    font-weight: 900;

}

.cus-agrmt-succes-h.cus-agrmt-succes-h-font-lg-elmt{

}

@media(max-width:1025px){
    .cus-agrmt-succes-h.cus-agrmt-succes-h-font-lg-elmt{
        font-size: 1.7rem !important;
        font-weight: 600 !important;
        font-family: Inter, Helvetica, sans-serif !important;
        text-transform: uppercase;
    }
}

.infor-generaot-con{
    width: 100%;
}
.infor-generaot-inner-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.infor-generaot-elmt{
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    font-family: Inter, Helvetica, sans-serif !important;
    /*text-transform: uppercase;*/
    text-align: center;
}
.infor-generaot-elmt.infor-generaot-elmt-lg{
    font-size: 2.2rem !important;
}

.mg-btm-elmt-unsetter{
    margin-bottom:0px !important;
}

select.multi-select-drop-down-selec-elmt{
    position:absolute !important;
}
.multi-select-drop-down-selec-elmt-h{
    margin-bottom: 4px;
    display: flex;
    width: 440px;
}
.multi-select-drop-down-selec-elmt-h-inner{
    width: calc(55%);
    text-align: left;
    /*margin-right: 5%;*/
    text-align: left;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px !important;
}

.multi-select-drop-down-selec-elmt-h .multi-select-drop-down-selec-elmt-h-inner:last-child{
    margin-right: 0px !important;
    width: calc(45%);
}

.form-control-solid.form-control-disabled {
    background-color: #d9d9d9;
}

.switcher-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.switcher-con .switcher-con-t{
    font-size: 16px !important;
    font-weight: 600 !important;
    width:calc(50% - 4px);
}
.switcher-con .switcher-con-i{
    width:calc(50% - 4px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;
}

@media(max-width:768){
    .switcher-con .switcher-con-t{
        width:calc(50% - 0px);
    }
    .switcher-con .switcher-con-i{
        width:calc(50% - 0px);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0px;
    }
}

/*.col-border-left{

}
.col-border-left:before{
       content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: black;
    position: absolute;
    transform: translateX(-10px);
}
.col-border-right{

}
.col-border-right:before{
        content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: black;
    position: absolute;
    transform: translateX(-10px);
}*/

.devider-row-self-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 52px;
    margin: 0px;
}

.devider-col-self-con{
    padding: 0px !important;
    position:relative;
}
.devider-col-self-con.devider-col-self-con-3_col{
    width: 100% !important;
    max-width: calc((100% / 3) - 35px) !important;
}
.seperator-col-border-left{

}
.seperator-col-border-left:before{
    content: "";
}
.seperator-col-border-right{

}
.seperator-col-border-right:before{
    content: "";
}

@media(max-width:768px){
    .devider-col-self-con.devider-col-self-con-3_col{
        width: 100% !important;
        max-width: calc((100% / 1) - 0px) !important;
    }
}


/*Switch*/

/* Middle */
.switcher-app-con .switcher-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    /*width: 70%;*/
    /*transform: translateY(5%);*/
}
/*.circle {
  position: relative;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(40deg, #FF0080,#FF8C00 70%);
  margin: auto;
}
.crescent {
  position: absolute;
  border-radius: 100%;
  right: 0;
  width: 6rem;
  height: 6rem;
  background: white;
  transform: scale(0);
  transform-origin: top right;
  transition: transform .6s cubic-bezier(0.645, 0.045, 0.355, 1);
}*/
/*p { 
  font-size: 90%;
}
.heading {
  font-size: 140%;
  font-weight: bolder;
  margin: 3rem 0 .2rem 0;
}*/
.switcher-app-con label, .switcher-app-con .toggle {
    /*    height: 32px;*/
    border-radius: 100px;
    margin:0px;
}
.switcher-app-con label {
    width: 100%;
    background-color: #5a5a5a;
    border-radius: 100px;
    position: relative;
    margin:0;
    cursor: pointer;
    padding: 4px;
    box-sizing: border-box;
}
.switcher-app-con .toggle {
    position: absolute;
    /*width: 50%;*/
    width: calc(50% - 3px);
    background-color: #d9214e;
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    /*transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease-in;

}
.switcher-app-con .names {
    font-size: 14px;
    font-weight: bolder;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    user-select: none;
    height: 100%;
}
.switcher-app-con .dark {
    opacity: 1;
}
.switcher-app-con .mark {
    border-radius: 100px;
    background-color: black;
}
/*
.mark {
  width: 7%;
  margin: auto;
  position: relative;
  height: .25rem;
}
.mark::before {
  content: '';
  position: absolute;
  width: .25rem;
  height: 100%;
  left: -70%;
  opacity: .15;
  background-color: inherit;
}
.mark::after {
  content: '';
  position: absolute;
  width: .25rem;
  height: 100%;
  right: -70%;
  opacity: .15;
  background-color: inherit;
}*/

/* Bottom */
/*
.skip {
  padding: 1.5rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skip p {
  opacity: .55;
  font-size: 90%;
  cursor: pointer;
  transition: all 2s ease;
}
.skip p:hover {
   text-decoration: underline;
}
.fab {
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fab:hover {
  transform: scale(1.2);
}*/
/*
.arrow {
  width: 40%;
  height: .1rem;
  background-color: black;
}
.arrow::before {
  content: '';
  position: absolute;
  height: .1rem;
  width: 20%;
  background-color: inherit;
  transform: rotate(45deg);
  right: 26%;
  top: 42%;
}
.arrow::after {
  content: '';
  position: absolute;
  height: .1rem;
  width: 20%;
  background-color: inherit;
  transform: rotate(-45deg);
  right: 26%;
  bottom: 42%;
}*/


/* -------- Switch Styles ------------*/
.switcher-app-con [type="checkbox"] {
    display: none;
}
/* Toggle */
.switcher-app-con [type="checkbox"]:checked + .switcher-app .toggle{
    transform: translateX(100%);
    /*background-color: #34323D;*/
    background-color: #1bc5bd;
}

.switcher-app-con [type="checkbox"]:checked + .switcher-app .dark{
    opacity: 1;
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .light{
    opacity: 1;
}
/* App */
.switcher-app-con [type="checkbox"]:checked + .switcher-app .body{
    background-color:  #26242E;
    color: white;
}
/* Circle */
.switcher-app-con [type="checkbox"]:checked + .switcher-app .crescent{
    transform: scale(1);
    background: #26242E;
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .circle{
    background: linear-gradient(40deg, #8983F7, #A3DAFB 70%);
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .main-circle{
    background: linear-gradient(40deg, #8983F7, #A3DAFB 70%);
}
/* Fab */
.switcher-app-con [type="checkbox"]:checked + .switcher-app .fab{
    background-color: #34323D;
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .arrow,
.switcher-app-con [type="checkbox"]:checked + .switcher-app .mark,
.switcher-app-con [type="checkbox"]:checked + .switcher-app .battery{
    background-color: white;
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .network{
    border-color: transparent transparent white transparent;
}
.switcher-app-con [type="checkbox"]:checked + .switcher-app .swipe{
    background-color: #34323D;
    opacity: 1;
}

.switcher-app-con .names .light{
    width: 50%;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
    text-align: center;
    padding-left: 0px;
    padding-right: 8px;
    box-sizing: border-box;
    color:white;
}
.switcher-app-con .names .dark{
    width: 50%;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1;
    text-align: center;
    padding-left: 0px;
    padding-right: 8px;
    box-sizing: border-box;
    color:white;
}

.switcher-app-con label{
    height: 32px !important;
}
.switcher-app-con .toggle {
    height: 28px !important;
    /*transform: translateY(-1.9px);*/
    margin-top: -1.9px !important;
    margin-left: -1.4px;
}
.switcher-app-con .names {
    height: 24px !important;
}

.switcher-app-con{
    width: 100%;
    max-width: 180px;
}


/*on*/
.switcher-app-con.switcher-app-con_un-on-off [type="checkbox"]:checked + .switcher-app .toggle{
    background-color: #134fb7 !important;
}
/*off*/
.switcher-app-con.switcher-app-con_un-on-off .toggle {
    background-color: #e79500 !important;
}
/*End Switch*/



table > thead > tr > th{
    /*background-color:#ebebeb !important;*/
    background-color:#e7e7e7 !important;
/*    color:rgba(20, 20, 20, 1) !important;*/
}
table > thead > tr > th > strong,
table > thead > tr > th{
    /*background-color:#ebebeb !important;*/
    color:rgba(48, 48, 48, 1) !important;
    
}


.dataTable tbody td:odd{
    /*background-color:red !important;*/
}