
.swal2-toast .swal2-close{
    display: block !important;
}
.validation-error-block{
    --tz-text-opacity: 1;
    color: rgba(var(--tz-danger-rgb), var(--tz-text-opacity)) !important;
}

/*24-06-2024*/
/* body.authentication-bg{
    background: #fff;
} */
body.authentication-bg .account-pages{
    padding: 30px 0;
}
/* .header-logo{
    position: absolute;
    top: 30px;
} */
.header-logo img{
    max-width: 80px;
}
/* .l_content{
    padding-top: 60px;
} */
.log-register-block{
    padding: 50px;
    /* box-shadow: 0 0 30px rgba(52, 179, 246, 0.16); */
    background: rgba(42, 10, 12, 0.7);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid var(--burgundy-400);
}
.items-center{
    align-items: center;
    -webkit-align-items: center;
}
.justify-center{
  justify-content: center;
}
.log-register-block>h2{
  margin-bottom: 16px !important;
}
.log-register-block>h2,
.log-register-block>p{
    color: #fff;
}
.log-register-block>p{
    font-size: 16px;
    margin-bottom: 20px;
}
.bottom-para{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}
.bottom-para>a{
    color: #24395b;
    margin-left: 5px;
    transition: all 350ms ease-in-out;
    font-weight: 600;
}
.form-label,
.form-check-label{
    color: #2D4379;
    font-size: 14px;
}
.form-control{
    font-size: 14px;
    padding: 13px 10px;
    line-height: 18px;
    text-overflow: ellipsis;
    color: #fff;
}
.form-group{
    margin-bottom: 16px;
}
.forgot-text{
    color: var(--soft-gold);
    font-size: 14px;
    font-weight: 500;
    transition: all 350ms ease-in-out;
}
.forgot-text:hover,
.bottom-para>a:hover{
    color: var(--soft-gold);
}
.btn:focus-visible , .btn:first-child:active, .btn-success:hover, .btn-primary:hover{
    color: #279EFF;
    background-color: transparent !important;
    border-color: #279EFF !important;
    outline: 0; 
}
.btn-block{
    padding-top: 10px;
}
.form-check{
    padding-left: 26px;
}
.form-check-input{
    width: 20px;
    height: 20px;
    margin-left: -26px !important;
    margin-top: 0px;
}
.form-check-input:checked{
    background-color: var(--burgundy-400);
    border-color: var(--burgundy-800);
}
.btn-soft-primary{
    background-color: var(--soft-gold);
    border-color: var(--soft-gold);
    font-size: 15px;
    font-weight: 500;
    color: var(--burgundy-900);
    padding: 11px;
}
.btn-soft-primary:disabled{
  background-color: var(--soft-gold) !important;
  border-color: var(--soft-gold) !important;
}
.btn.btn-soft-primary:hover,
.btn.btn-soft-primary:focus,
.btn.btn-soft-primary:active{
    background-color: transparent !important;
    color: var(--soft-gold) !important;
    border-color: var(--soft-gold) !important;
}
.select2-container--default .select2-selection--single{
    border: var(--tz-border-width) solid #D4D4EA !important;
    height: 46px !important;
    border-radius: 8px !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px !important;
}
.swal2-popup.swal2-toast .swal2-title{
    margin-top: 14px !important;
}
.swal2-popup.swal2-toast .swal2-close{
    height: auto !important;
}
.log-register-block .bottom-para{
  margin-bottom: 0;
}

.profile-image{
    text-align: center;
}
.profile-image>img{
    border: 3px solid var(--main-bg);
}
.profile_details h4{
    font-size: 18px;
    color: #fff;
    margin-top: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.profile_details>ul{
    padding: 0;
    margin: 0;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--light-main-bg);
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}
.profile_details>ul>li{
    color: var(--soft-gold);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: left;
    margin-bottom: 0;
    flex: auto;
    -webkit-flex: auto;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
}
.profile_details>ul>li>span{
    flex: 0 0 26px;
    -webkit-flex: 0 0 26px;
}
.profile_details>ul>li>span svg path{
    fill: #c6ad6d;
}
.required{
    color: #f00;
}

table.dataTable {
    vertical-align: middle !important;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover, 
table.dataTable thead>tr>th.dt-orderable-desc:hover, 
table.dataTable thead>tr>td.dt-orderable-asc:hover, 
table.dataTable thead>tr>td.dt-orderable-desc:hover{
    outline:none !important;
    outline-offset:0px !important;
}

td.action-col{
    max-width: 160px;
}
/* td a.btn {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
} */
td a.btn:not(:first-of-type){
    margin-left: 10px;
}

.loader-div{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 9999;
}
.loader-div>div{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

input[type="checkbox"].readonly-checkbox {
    pointer-events: none;
    opacity: 1;
    cursor: default;
}

.dropify-wrapper .dropify-message p{
    font-size: 14px;
}
.dropify-wrapper .dropify-message span.file-icon:before {
    content: '\f0c7'; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900;
}

.card-disabled {
    z-index: 32 !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}
div.dt-processing>div:last-child>div{
    background-color: var(--main-bg) !important;
}

/* Switch */
/* ----------------- */

.checkbox.switch label {
  padding-left: 0;
}

/* hide the default checkbox */
input[type='checkbox'].switch-control {
  position: absolute;
  margin-left: -9999px;
}

input[type='checkbox'].switch-control ~ .switch-label {
    position: relative;
    display: inline-block;
    min-height: 35px;
    padding-left: 60px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
}
input[type='checkbox'].switch-control ~ .switch-label:before {
    content: 'Inactive';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 100px;
    background-color: #ff0700;
    transition: all 0.4s ease-out;
    color: #fff;
    text-indent: 5px;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 10px 11px 34px;
    line-height: 1;
    font-weight: 400;
}

.switch-alternative input[type='checkbox'].switch-control ~ .switch-label:before {
    content: '\2716';   /* "x" character */
    text-indent: 30px;
}

input[type='checkbox'].switch-control ~ .switch-label:after {
    content: '-';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #bababa;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease-out;
    padding-top: 5px;
}
.checkbox.switch .switch-label{
    cursor: pointer;
}


/* checked state */
input[type='checkbox'].switch-control:checked ~ .switch-label:before {
    content: 'Active';
    background-color: var(--light-main-bg);
    color: #fff;
    text-indent: 5px;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 0px 11px 10px;
    font-weight: 400;
}

input[type='checkbox'].switch-control:checked ~ .switch-label:after {
  left: 68px;
}

.switch-alternative input[type='checkbox'].switch-control:checked ~ .switch-label:before {
  background-color: #3399cc;
}

td.dt-username {
    width: 180px;
}
td.dt-rating {
    width: 130px;
}
td.dt-created_at {
    width: 180px;
}

.rating-main i {
    color: #ffbc00;
    font-size: 20px;
}
.two-line-dt-description, .two-line-dt-username {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


a.dashboard-card {
    color: white !important;
}
.dt-length select#dt-length-0 {
    margin-right: 10px;
    outline: none;
    box-shadow: none;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: var(--soft-gold) !important;
    color: var(--burgundy-900) !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){
    background-color: #ff0700 !important;
}
div:where(.swal2-icon).swal2-warning{
    border-color: #fff !important;
    color: #fff !important;
}
.leftside-menu{
    padding-top: 10px;
}
.leftside-menu #leftside-menu-container{
  margin-top: 10px;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .leftside-menu #leftside-menu-container{
  padding-top: 10px;
}
div:where(.swal2-container) h2:where(.swal2-title){
  color: #fff !important;
  font-weight: bold !important;
  padding-top: 10px !important;
}
div:where(.swal2-container) div:where(.swal2-html-container){
  font-size: 15px !important;
  color: #fff !important;
  padding-top: 10px !important;
}
div:where(.swal2-container) button:where(.swal2-styled){
  font-weight: 500 !important;
  padding: 9px 18px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    width: 100%;
    object-fit: contain;
    max-height: none;
    max-width: 54px;
    height: auto;
}

.user-profile-content .img-prevarea {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.user-profile-content .img-prevarea img {
    object-fit: cover;
}
.user-profile-content .remove-profile-image-main {
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.user-profile-content .img-prevarea.active:hover .remove-profile-image-main{
    opacity: 1;
    visibility: visible;
}
.user-profile-content .img-prevarea .remove-profile-image-main .btn{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.user-profile-content .img-prevarea .remove-profile-image-main .btn i{
    font-size: 20px;
}

.user_profile {
    display: flex;
    align-items: center;
    gap: 3px;
}

.dropify-wrapper {
    border: 1px solid var(--light-main-bg) !important;
    border-radius: 10px;
}

/* --------------- Table Css -------- */
table thead tr th.dt-sno, table tbody tr td.dt-sno {
    max-width: 80px !important;
    width: 80px;
}
table tbody tr td .rating-main{
    display: flex;
    align-items: center;
    gap: 2px;
}
table{
    white-space: nowrap;
}
table tbody tr td.dt-description  , table tbody tr td.dt-username .two-line-dt-username{
    white-space: normal;
}
.table>:not(caption)>*>* {
    border-color:  #efefef !important;
}
table.dataTable>tbody>tr>td.dt-description{
    padding: 8px 15px;
}
table .dtr-details{
    width: 100%;
}

table .dtr-details li {
    text-align: start !important;
}
table .dtr-details li .dtr-title {
    margin-right: 15px;
    min-width: 100px !important;
}
table .dtr-details li .dtr-data .checkbox  label {
    display: flex;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: flex;
    align-items: center;
    min-height: 45px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
  border-bottom-color: var(--light-main-bg) !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{
    position: relative;
    padding-left: 35px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--light-main-bg);
    overflow: hidden;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1188_95)"><path d="M10 20C9.741 20 9.49261 19.8971 9.30947 19.714C9.12632 19.5308 9.02344 19.2824 9.02344 19.0234V0.976562C9.02344 0.717562 9.12632 0.46917 9.30947 0.286029C9.49261 0.102888 9.741 0 10 0C10.259 0 10.5074 0.102888 10.6905 0.286029C10.8737 0.46917 10.9766 0.717562 10.9766 0.976562V19.0234C10.9766 19.2824 10.8737 19.5308 10.6905 19.714C10.5074 19.8971 10.259 20 10 20Z" fill="white"/><path d="M19.0234 10.9766H0.976562C0.717562 10.9766 0.46917 10.8737 0.286029 10.6905C0.102888 10.5074 0 10.259 0 10C0 9.741 0.102888 9.49261 0.286029 9.30947C0.46917 9.12632 0.717562 9.02344 0.976562 9.02344H19.0234C19.2824 9.02344 19.5308 9.12632 19.714 9.30947C19.8971 9.49261 20 9.741 20 10C20 10.259 19.8971 10.5074 19.714 10.6905C19.5308 10.8737 19.2824 10.9766 19.0234 10.9766Z" fill="white"/></g><defs><clipPath id="clip0_1188_95"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: none !important;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 0 var(--light-main-bg);
}
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before{
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.49562 9.17969C2.27759 9.18528 2.0701 9.29058 1.9176 9.47311C1.76509 9.65564 1.67969 9.9009 1.67969 10.1563C1.67969 10.4116 1.76509 10.6568 1.9176 10.8393C2.0701 11.0218 2.27759 11.1272 2.49562 11.1328H17.5044C17.7224 11.1272 17.9299 11.0218 18.0824 10.8393C18.2349 10.6568 18.3203 10.4116 18.3203 10.1563C18.3203 9.9009 18.2349 9.65564 18.0824 9.47311C17.9299 9.29058 17.7224 9.18528 17.5044 9.17969H2.49562Z" fill="white"/></svg>');
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child{
  padding-left: 35px !important;
}

.dt-container.dt-empty-footer .dt-layout-row:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 20px;
}
.dt-container.dt-empty-footer .dt-layout-row:first-of-type .dt-search{
    margin: 0px !important;
}

/* ---- Modal Css-- */
.popup_render_div .modal-header, .popup_render_div .modal-footer {
    padding: 1rem 1.5rem;
    border-color: var(--light-main-bg) !important;
}
.popup_render_div .modal-body {
    padding: 1.5rem;
}
.popup_render_div .modal-body .table, .popup_render_div .modal-body .normal_width_table, .popup_render_div .modal-footer .btn {
    margin: 0px !important;
}
.popup_render_div .modal-body .normal_width_table{
    overflow: auto hidden;
}
/* .btn {
    padding: 8px 25px;
} */
/* .edit_modal .modal-body{
    padding: 1rem 0rem 0rem; 
}
.edit_modal .modal-body .card-body{
    padding: 0rem 1.5rem 0.7rem;
}
.edit_modal .card-footer{
    padding: 1rem 1.5rem;
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.edit_modal .card-footer .btn:not(:last-child){
    margin-right: 10px;
} */

.profile-content .nav-underline .nav-item .nav-link, .profile-content .nav-underline .nav-item .nav-link span{
    position: relative;
    border: none !important;
}
.profile-content .nav-underline .nav-item .nav-link::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--light-main-bg);
    transition: all ease-in-out 0.3s;
}
.profile-content .nav-underline .nav-item .nav-link:hover::before, .profile-content .nav-underline .nav-item .nav-link.active::before{
    border-bottom-color: var(--soft-gold);
}

table.dataTable>tbody>tr.child ul.dtr-details, .modal table{
    white-space: normal;
}
.size-14{
  font-size: 14px;
}

.fancybox__container{
  z-index: 1056 !important;
}
td .toggle-remark{
  color: #F87171;
  margin-top: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
/* Breadcream CSS */
.common_breadcream>ul{
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.common_breadcream>ul>li{
    display: block;
    padding-right: 30px;
    font-size: 14px;
    color: var(--soft-gold);
    position: relative;
}
.common_breadcream>ul>li>a {
    color: #CBD5E1;
}
.common_breadcream>ul>li:not(:last-child)::after{
    content: "\ea6e";
    position: absolute;
    right: 5px;
    top: -2px;
    font-family: 'remixicon';
    color: #CBD5E1;
    font-size: 18px;
}
.common_breadcream>ul>li:last-child{
    padding-right: 0;
}
.hidden_btn{
  opacity: 0;
  visibility: hidden;
}
td .badge.bg-success{
  background-color: #42b310 !important;
}
td .badge.bg-warning{
  color: #000 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    .profile_details>ul{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 6px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .log-register-block{
        padding: 30px;
    }
    .profile_details>ul{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 6px;
    }
}
@media screen and (max-width: 991px){
    .log-register-block{
        padding: 20px;
    }
    .profile_details>ul{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .profile_details>ul>li{
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        justify-content: center;
    }
    .padding-30{
        padding: 15px;
    }
    body.authentication-bg .account-pages{
        flex-direction: column;
        align-items: unset;
        justify-content: center;
    }
    body.authentication-bg .account-pages .l_content{
        padding: 0px;
    }
}
@media screen  and (max-width: 767.98px){
    .dt-paging{
        justify-content: center;
    }
}
@media screen  and (max-width: 575.98px){
    .dt-container.dt-empty-footer .dt-layout-row:first-of-type {
        flex-direction: column;
        align-items: start;
    }
    .dt-container.dt-empty-footer .dt-layout-row:first-of-type .dt-length {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
    }
    /* body.authentication-bg .account-pages{
        min-height: unset;
        padding: 100px 0px;
    } */
}

/**  =====================

      File Upload css start

==========================  **/
.dropzone {
  min-height: 150px;
  border: 1px solid rgba(42, 42, 42, 0.05);
  background: rgba(204, 204, 204, 0.15);
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 4em 0;
  color: #888;
  font-size: 18px;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem;
  min-height: 100px;
  -webkit-box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  /* opacity: 1; */
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  display: block;
  padding: 4px;
  width: 100%;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 5px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #f44236;
  background: -webkit-gradient(linear, left top, left bottom, from(#f44236), to(#f44236));
  background: linear-gradient(to bottom, #f44236, #f44236);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f44236;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: none;
}
.dz-error-mark {
  display: none !important;
}
a.dz-remove {
  background: #000;
  border-radius: 9111px;
  padding: 5px 0px;
  color: #fff;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 5px;
}
a.dz-remove:hover {
  background: #A6C400;
  text-decoration: none !important;
  color: #000;
}
.dz-preview {
  box-shadow: unset !important;
}
.dz-image {
  background: transparent !important;
}
/**====== File Upload css end ======**/


.datepicker-dropdown {
    padding: 20px;
    color: #fff;
    background: #fff;
    font-size: 14px;
    border: 1px solid var(--gray-neutral-900);
}
.datepicker-dropdown:after {
  border-bottom: 6px solid #24395c;
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #3f4d67;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.highlighted,
.datepicker table tr td.today,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background-color: var(--gray-neutral-900);
  color: #fff;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #ffffff94;
}

.datepicker td,
.datepicker th {
  width: 40px !important;
  height: 30px !important;
  color: var(--gray-neutral-900);
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: var(--gray-neutral-900) !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new,
.datepicker table tr td.old {
  background: 0 0;
  color: #f4a943;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover
{
  background: 0 0;
  color: var(--gray-neutral-500) !important;
}


.bg-c-blue {
    background: #04a9f5;
    padding: 30px 20px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.h6 {
    font-size: 1rem;
}

.m-b-15 {
    margin-bottom: 15px;
}

.task-attachment {
    padding: 30px 20px;
}
.f-28 {
    font-size: 28px;
}

.f-18 {
    font-size: 18px;
}

.h5 {
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 1.25rem;
        color: black;
}

.assign-user img, .task-comment img {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.small {
    font-size: 14px;
    font-weight: 400;
}

.media-body p.m-0.small {
    color: gray;
    font-size: 12px;
}

.img-radius {
    border-radius: 50%;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: var(--gray-neutral-900) !important;
    cursor: pointer;
}


/* 30-05-2025 */
/* .leftside-menu .side-nav{
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
} */
.card .table + .bottom{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.card .table + .bottom .dt-paging{
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 10px;
}

.card-body .dt-container .top{
  margin-bottom: 10px;
}
.card-body .dt-container .top .dt-search .dt-input{
  margin-left: 0 !important;
}
.specialty_actions{
  display: flex;
  justify-content: flex-end;
}
.specialty_actions>.btn:not(:last-child){
  margin-right: 5px;
}
.specialty_actions>.btn{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.specialty_list .specialty_inner .specialty_main_row{
  padding-top: 0;
  padding-bottom: 0;
}
.specialty_list .specialty_inner + .specialty_inner{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #D4D4EA;
}
.specialty_list .specialty_inner .child-specialty-main .specialty_inner{
  padding-top: 8px;
}
.specialty_list .specialty_inner .specialty_name{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 600;
}
.form-group label{
  color: var(--burgundy-100);
  margin-bottom: 4px;
  font-weight: 500;
}
.profile-content{
  /* border-radius: 14px; */
  overflow: hidden;
}
.setting_page_data .tab-item>h3{
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.dropify-wrapper,
.dropify-wrapper .dropify-preview{
  background-color: var(--main-bg) !important;
}

.modal-body .card-body .table>:not(caption)>*>*{
  border-color: transparent !important;
}
.column_3blog{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
  max-height: 200px;
  overflow-y: auto;
}
.column_3blog>*{
  flex: 0 0 calc(33.33% - 10px);
  -webkit-flex: 0 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
}

.in_label_style div>h5{
  color: #2D4379;
  font-size: 14px;
}
.in_label_style .form-check .form-check-label{
  font-weight: 400;
  margin-bottom: 0;
}
.in_label_style .form-check{
  margin-bottom: 4px;
}
div.dt-container .dt-search input,
div.dt-container .dt-input{
  border-color: #D4D4EA !important;
}
.faq_list .faq_inner{
  border: 1px solid #D4D4EA !important;
  border-radius: 10px;
}
.faq_list .faq_inner + .faq_inner{
  margin-top: 10px;
}
.faq_question_header{
  padding: 16px 4px;
}
.header_question h6,
.body_answer h6{
  font-size: 16px;
  color: #2D4379;
  font-weight: bold;
  margin-bottom: 7px;
}
.header_question p,
.body_answer p{
  margin-bottom: 0;
  color: #7C79A6;
}
.header_question + .header_question,
.body_answer + .body_answer{
  border-top: 1px solid #f3f3fd;
  padding-top: 10px;
  margin-top: 10px;
}
.faq_inner .accordion-collapse{
  border-top: 1px solid #D4D4EA;
}
.faq_inner .accordion-body{
  padding: 16px;
}
.faq_btns{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.faq_btns>*:not(:last-child){
  margin-right: 5px;
}
.faq_btns>*{
  width: 35px;
  height: 35px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0px;
}
.faq_btns .accordion-button{
  width: 35px;
  background-color: #2D4379 !important;
  border-radius: 10px !important;
}
.faq_btns .accordion-button::after{
  margin: 0 !important;
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1) drop-shadow(0px 0px 0px #fff);
}
.special_request_dropdown
{
  padding: 8px;
}
.appearance_auto{
  appearance: auto;
}
.specialty_main>.specialty_inner>.specialty_main_row>.specialty_name>.specialty_text:not(a + .specialty_text){
  padding-left: 30px;
}
td .badge{
  font-size: 13px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 6px;
}

/* 13-08-2025 */
.head_top_right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 14px;
}
.head_btn_block{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 12px;
}
.def-btn,
.fill-btn{
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--soft-gold);
  border-radius: 5px;
  padding: 8px 16px;
  background-color: transparent;
  transition: all 350ms ease-in-out;
  min-width: fit-content;
  color: var(--soft-gold);
}
.def-btn:hover,
.def-btn:focus,
.def-btn:active,
.fill-btn{
  background-color: var(--soft-gold);
  color: var(--burgundy-900);
}
.main-title{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--tz-menu-item-hover-color);
  margin-bottom: 0;
}
.main-title-area{
  margin-bottom: 28px;
}
.card{
  box-shadow: none;
  padding: 20px;
}
.card-head{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}
.card-head h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--gray-neutral-900);
  margin: 0;
}
.card-head select{
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 400;
  appearance: none;
  -moz-appearance: none;
  outline: none;
  padding: 0 5px;
  padding-right: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.96967 5.21967C3.26256 4.92678 3.73744 4.92678 4.03033 5.21967L8 9.18934L11.9697 5.21967C12.2626 4.92678 12.7374 4.92678 13.0303 5.21967C13.3232 5.51256 13.3232 5.98744 13.0303 6.28033L8.53033 10.7803C8.23744 11.0732 7.76256 11.0732 7.46967 10.7803L2.96967 6.28033C2.67678 5.98744 2.67678 5.51256 2.96967 5.21967Z" fill="%230F172A"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}
.card-head select:focus{
  outline: none;
}
.receipts_block{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 10px;
}
.receipts_box{
  background-color: var(--gray-neutral-100);
  flex: 1;
  -webkit-flex: 1;
  border-radius: 8px;
  padding: 12px 16px;
}
.receipts_box h4{
  color: var(--gray-neutral-900);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
.receipts_box span{
  color: var(--gray-neutral-900);
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.pen_top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 10px;
}
.pen_top>*{
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-neutral-900);
  padding: 0 16px;
}
.pending_data ul{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 10px;
}
.pending_data ul li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 10px;
  background-color: var(--gray-neutral-100);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--gray-neutral-900);
}
.pending_data ul li span:last-child{
  font-size: 20px;
  font-weight: 700;
}
.common_table{
  border-radius: 12px;
}
.common_table table{
  width: 100%;
}
.common_table table th,
.common_table table td{
  font-size: 14px;
  padding: 16px !important;
  color: var(--tz-menu-item-hover-color);
  background-color: transparent !important;
  border-bottom: 1px solid var(--light-main-bg) !important;
}
.common_table table th{
  background-color: var(--light-main-bg) !important;
  border-bottom: none !important;
  font-weight: 500;
}
.common_table table td{
  font-size: 14px;
  padding: 12px 16px !important;
}
.common_table table tbody tr:last-child td:not(.common_table .dt-layout-row.dt-layout-table table tbody tr:last-child td){
  border-bottom: none !important;
}
table.dataTable thead th, 
table.dataTable tfoot th{
  font-weight: 500 !important;
}

/* .common_table table thead th:first-child{
  border-left: 1px solid var(--gray-neutral-900);
  border-radius: 8px 0 0 0;
}
.common_table table thead th:last-child{
  border-right: 1px solid var(--gray-neutral-900);
  border-radius: 0 8px 0 0;
} */
.common_table>.dt-container>.dt-layout-row:first-child{
  padding: 10px 0;
  /* border-bottom: 1px solid var(--gray-neutral-900); */
  margin-bottom: 0 !important;
}
.common_table>.dt-container .dt-length label,
.common_table>.dt-container .dt-search label{
  color: var(--tz-menu-item-hover-color);
  font-weight: 400;
  font-size: 14px;
}
.common_table>.dt-container .dt-length .dt-input,
.common_table>.dt-container .dt-search .dt-input{
  border: var(--tz-border-width) solid var(--light-main-bg) !important;
  color: var(--tz-menu-item-hover-color);
}
.common_table>.dt-container .dt-length .dt-input{
  background-color: #4a2427;
}
.common_table>.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{
  padding: 0;
}
.common_table>.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell .dataTable{
  margin-bottom: 0 !important;
  /* border-top: 1px solid var(--light-main-bg); */
}
.common_table>.dt-container td.action-col .btn,
.common_table>.dt-container .dtr-details li.action-col .dtr-data .btn{
  padding: 0;
  border: none;
  color: var(--tz-menu-item-hover-color);
  font-size: 20px;
  line-height: 20px;
}
.common_table>.dt-container td.action-col .btn:hover,
.common_table>.dt-container .dtr-details li.action-col .dtr-data .btn:hover{
  background-color: transparent !important;
}
.common_table>.dt-container .dt-layout-row .dt-info{
  color: var(--burgundy-100);
  text-align: center;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}
.px-24px{
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pb-32px{
  padding-bottom: 32px !important;
}
.normal_width_table tbody tr th{
  font-weight: 500;
}
.normal_width_table tbody tr th,
.normal_width_table tbody tr td{
  color: #fff;
  font-size: 14px;
}
.per_data_field{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 6px;
}
.per_name{
  background-color: var(--light-main-bg);
  color: var(--burgundy-100);
  font-size: 12px;
  font-weight: 400;
  border-radius: 16px;
  padding: 4px 8px;
  display: inline-block;
}
.permission_box .permission_top{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: var(--light-main-bg);
}
.permission_box .permission_top h5{
  padding: 15px 16px;
  color: var(--tz-menu-item-hover-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.permission_box .permission_top h5::after,
.permission_bottom .form-check .form-check-label::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.1) 0%, rgba(241, 245, 249, 0) 100%);
}
.permission_box .permission_top>*,
.permission_bottom .form-check>*{
  flex: 1;
  -webkit-flex: 1;
}
.permission_top_check{
  padding: 12px 16px;
}
.permission_top_check input{
  margin: 0 !important;
  vertical-align: middle;
}
.permission_bottom .form-check{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
.permission_bottom .form-check .form-check-input{
  float: inherit;
  margin: 0 !important;
}
.permission_bottom .form-check>*{
  padding: 10px 16px;
}
.permission_bottom .form-check .form-check-label{
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.form_area .form-group>div .permission_box:not(:last-child){
  margin-bottom: 6px;
}
.permission_top:not(.active) h5 svg{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


.common_dropdown .dropdown-toggle{
  font-weight: 600;
  border: 1px solid var(--gray-neutral-900);
  border-radius: 8px;
  padding: 10px 16px;
  gap: 10px;
}
.common_dropdown .dropdown-toggle i{
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
}
.common_dropdown .dropdown-menu{
  box-shadow: none;
  border: 1px solid var(--gray-neutral-900);
  border-radius: 8px;
  padding: 0;
  margin-top: 4px !important;
}
.common_dropdown .dropdown-menu .dropdown-item{
  color: var(--gray-neutral-900);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
  border-bottom: 1px solid var(--gray-neutral-900);
  background-color: transparent;
}
.common_dropdown .dropdown-menu .dropdown-item:last-child{
  border-bottom: none;
}

.w-90px{
  width: 90px;
}
.common_pagination{
  margin: 0;
  border-top: 1px solid var(--gray-neutral-900);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 8px;
  padding: 16px;
}
.common_pagination li{
  display: block;
}
.common_pagination li button{
  width: 32px;
  height: 32px;
  border: 1px solid var(--gray-neutral-900);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.common_pagination li:first-child button,
.common_pagination li:last-child button{
  border: none;
}
.common_pagination li.active button{
  background-color: var(--gray-neutral-900);
  color: #fff;
}
.top_right_panel{
  gap: 12px;
}
.default_select{
  border: 1px solid var(--gray-neutral-900);
  background-color: #4a2427;
}
.default_select + .select2-container--default .select2-selection--single{
  border-color: var(--gray-neutral-900) !important;
}
.default_select option,
.default_select + .select2-container--default .select2-selection__placeholder{
  color: var(--gray-neutral-900) !important;
}
.default_select + .select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 16px;
  padding-right: 46px;
}
.default_select + .select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.454505 0.829505C0.893845 0.390165 1.60616 0.390165 2.0455 0.829505L8 6.78401L13.9545 0.829505C14.3938 0.390165 15.1062 0.390165 15.5455 0.829505C15.9848 1.26884 15.9848 1.98116 15.5455 2.4205L8.7955 9.1705C8.35616 9.60983 7.64384 9.60983 7.2045 9.1705L0.454505 2.4205C0.0151651 1.98116 0.0151651 1.26884 0.454505 0.829505Z" fill="%23ffffff"/></svg>');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 14px;
}
.default_select + .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.select2-container .select2-dropdown{
  border: 1px solid var(--burgundy-400) !important;
  background: #4a2427;
}
.select2-dropdown .select2-results__options .select2-results__option{
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
.select2-dropdown .select2-results__options .select2-results__option:last-child{
  border-radius: 0 0 4px 4px;
}
.default_select + .select2-container{
  min-width: 300px;
}
.default_select.w-180 + .select2-container{
  min-width: 180px;
  width: 180px !important;
}
.default_select + .select2-container--default .select2-selection--single .select2-selection__clear{
  position: absolute;
  right: 40px;
  top: 0;
  margin: 0;
  height: 46px;
  width: 18px;
  padding: 0;
}
.action_btn{
  display: flex;
  display: -webkit-flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.action_btn li{
  display: inline-block;
}
.action_btn li .act_btn{
  background-color: transparent;
  border: none;
  padding: 0;
}
.outline_dark .form-control{
  border-color: var(--gray-neutral-900);
}

.breadcream{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 40px;
}
.breadcream li{
  font-size: 24px;
  color: var(--gray-neutral-800);
  font-weight: 700;
  display: block;
  position: relative;
}
.breadcream li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.829505 15.5455C0.390165 15.1062 0.390165 14.3938 0.829505 13.9545L6.78401 8L0.829504 2.0455C0.390164 1.60616 0.390164 0.893845 0.829504 0.454505C1.26884 0.0151653 1.98115 0.0151653 2.42049 0.454505L9.17049 7.2045C9.60983 7.64384 9.60983 8.35615 9.17049 8.79549L2.4205 15.5455C1.98116 15.9848 1.26884 15.9848 0.829505 15.5455Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 16px;
}
.breadcream li a{
  font-weight: 400;
  color: var(--gray-neutral-800);
}
.form_area{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.form_area>*{
  padding-left: 8px;
  padding-right: 8px;
}
.req_star{
  color: #DC2626;
}
.outline_gray.default_select + .select2-container--default .select2-selection--single{
  border-color: #4a2427 !important;
  background-color: #4a2427 !important;
}
.outline_gray.default_select option, 
.outline_gray.default_select + .select2-container--default .select2-selection__placeholder{
  color: var(--gray-neutral-500) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--tz-menu-item-hover-color) !important;
}
.form_btn{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  gap: 16px;
  padding: 30px 0;
}
.form-control:disabled{
  background-color: #E2E8F0;
}
.form_area input[type="date"]::-webkit-calendar-picker-indicator{
  display: none;
  -webkit-appearance: none;
}
.form_area input[type="date"]{
  -moz-appearance: textfield;
}
.space-right input{
  padding-right: 42px;
}
.icon-right{
  position: absolute;
  right: 20px;
  top: 37px;
  pointer-events: none;
}
.withOutLabelRight.icon-right{
  top: 10px;
}
.icon-right.right-low{
  right: 10px;
}
.ledger_history{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
}
.ledger_history li,
.ledger_history li span{
  display: block;
}
.ledger_history li span:first-child{
  font-size: 14px;
  color: var(--gray-neutral-900);
}
.ledger_history li:first-child{
  text-align: right;
}
.ledger_history li:first-child span:first-child{
  font-weight: 500;
}
.ledger_history li:first-child span:last-child{
  font-weight: 700;
  color: var(--gray-neutral-900);
  font-weight: 700;
}
.ledger_history li:last-child{
  display: flex;
  display: -webkit-flex;
  padding: 0 16px;
  gap: 16px;
}
.ledger_history li:last-child div:first-child{
  min-width: 75px;
}
.ledger_history li:last-child div span:last-child{
  font-weight: 600;
}
.ledger_history li:last-child div:first-child span:last-child{
  color: #072DC5;
}
.ledger_history li:last-child div:last-child span:last-child{
  color: #D97706;
}
.day_book_history li:last-child{
  background-color: var(--gray-neutral-50);
  border-radius: 8px;
  padding: 4px 16px;
}
.green_600{
  color: #059669 !important;
}
.warning_600{
  color: #D97706 !important;
}

.common_modal .modal-dialog{
  max-width: 827px;
  padding: 0 10px;
}
.max-w-550{
  max-width: 550px !important;
}
.common_modal .modal-title{
  color: var(--tz-menu-item-hover-color);
  font-size: 20px;
  font-weight: 600;
}
.common_modal .modal-body{
  padding: 32px 0 0;
}
.common_modal .modal-body .form_area{
  padding-left: 24px;
  padding-right: 24px;
}
.card-footer{
  padding: 12px 24px;
  border-top: 1px solid var(--light-main-bg);
  margin-top: 16px;
  text-align: right;
}
.form_area .form-group .input-group-merge .form-control{
  border-right: none;
}
.form_area .form-group .input-group-merge .toggle-password{
  border-left: none;
  background-color: var(--light-main-bg);
  border-radius: 0 8px 8px 0;
  border: none;
}
.toggle-password .password-eye::before{
  font-size: 18px;
  color: var(--white-color);
}
.max-w-888{
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}
.logo_part{
  gap: 10px;
  padding: 32px 80px;
}
.sett_title{
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.setting_logo_area{
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
  -webkit-flex: 0 0 132px;
  border-radius: 50%;
  border: 4px solid var(--gray-neutral-100);
}
.setting_logo_area img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.seeting_action_btn,
.account_action_btn{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.seeting_action_btn li,
.account_action_btn li{
  display: block;
}
.short_btn{
  border: none;
  background-color: transparent;
  color: var(--gray-neutral-900);
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  gap: 8px;
}
.del_btn{
  color: #DC2626 !important;
}
.account_action_btn{
  flex-direction: column;
  -webkit-flex-direction: column;
  gap: 20px;
}
.account_action_btn li .short_btn{
  margin-left: auto;
}
.setting_collapse>button{
  background-color: transparent;
  border: none;
  padding: 0;
}
.setting_coll_data{
  margin-top: 16px;
  display: none;
}
.py-12{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.ip_add_btn{
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-neutral-800);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 8px;
}
.font-normal{
  font-weight: normal !important;
}
.icon_btn{
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--gray-neutral-900);
  border-radius: 8px;
  padding: 10px 16px;
  background-color: transparent;
  transition: all 350ms ease-in-out;
  min-width: fit-content;
  color: var(--gray-neutral-900);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
}
.gap-10px{
  gap: 10px;
}
.gap-20px{
  gap: 20px;
}
.mb-24px{
  margin-bottom: 24px;
}
.rounded-8{
  border-radius: 8px;
}
.py-16px{
  padding-top: 16px;
  padding-bottom: 16px;
}
.cursor-pointer{
  cursor: pointer;
}
.range_picker{
  min-width: 320px;
}
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order{
  right: 0 !important;
}
.user_profile .user-profile-name{
  color: var(--burgundy-100);
}
.topbar-menu .profile-dropdown{
  box-shadow: none;
  border: 1px solid var(--burgundy-400);
  border-radius: 8px;
  padding: 0;
  margin-top: 4px !important;
}
.topbar-menu .profile-dropdown .dropdown-header{
  border-bottom-color: var(--light-main-bg);
}
.topbar-menu .profile-dropdown .dropdown-header h6,
.topbar-menu .profile-dropdown .dropdown-item{
  font-size: 15px;
  color: var(--burgundy-100);
  font-weight: 400;
}
.topbar-menu .profile-dropdown .dropdown-item:hover{
  background-color: transparent;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover{
  background-color: var(--burgundy-100) !important;
}
.daterangepicker .drp-buttons .btn-primary{
  background-color: var(--burgundy-100);
  border-color: var(--burgundy-100);
}
.daterangepicker .drp-buttons .btn-primary:hover{
  border-color: var(--burgundy-100) !important;
  color: var(--burgundy-100) !important;
}
.daterangepicker .drp-buttons .btn-default{
  border-color: var(--burgundy-100);
}
.daterangepicker .drp-buttons .btn-default:hover{
  background-color: var(--burgundy-100);
  color: #fff;
}

.ledger_info{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 20px;
}
.ledger_info li,
.ledger_info li span{
  display: block;
  font-size: 14px;
  color: var(--gray-neutral-900);
}
.ledger_info li span:last-child{
  font-weight: 600;
  margin-top: 4px;
}

.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover{
  background-color: var(--gray-neutral-900) !important;
}
.datepicker-dropdown:before{
  border-bottom-color: var(--gray-neutral-900) !important;
}

/* 01-10-2025 */
/* .leftside-menu .simplebar-offset{
  margin-top: 10px !important;
} */
.leftside-menu .simplebar-content{
  padding: 0 0 0 !important;
}
.head_top_right .topbar-menu .dropdown-toggle{
  background-color: var(--burgundy-900);
  color: var(--burgundy-100);
  border-radius: 5px;
  padding: 0 10px;
}
div:where(.swal2-container) div:where(.swal2-popup){
  background-color: var(--burgundy-800) !important;
  border: 1px solid var(--burgundy-400) !important;
}
.user_approval_status.btn-success{
  width: 35px;
  height: 35px;
  background-color: var(--light-main-bg);
  padding: 0;
  border-radius: 6px;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.user_approval_status.btn-success:hover,
.user_approval_status.btn-success:focus{
  background-color: var(--light-main-bg) !important;
  color: #fff;
}
.btn-danger.user_approval_status{
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 6px;
  border: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.action-col{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 6px;
}
.action-col>*{
  margin: 0 !important;
  width: 38px;
  height: 38px;
  background-color: var(--light-main-bg);
  border: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  color: #F87171;
}
td .action-col>*:hover,
td .action-col>*:focus,
td .action-col>*:active,
td .action-col>*:first-child:active{
  background-color: var(--soft-gold) !important;
  color: var(--burgundy-900) !important;
}
.simple_content_show,
.simple_content_show h5{
  color: #fff;
  font-size: 14px;
}
.simple_content_show h5{
  font-weight: 500;
  margin-bottom: 0;
}
.simple_content_show>*:not(:last-child){
  margin-bottom: 16px;
}
.simple_content_show h4{
  margin-bottom: 2px;
  font-size: 16px;
}
.number_code_country .iti{
  width: 100%;
}
.iti__selected-flag{
  color: #fff;
}
.iti__arrow{
  border-top-color: #fff !important;
}
.iti__arrow--up{
  border-top: none;
  border-bottom-color: #fff !important;
}
.iti__country-list{
  background: #4a2427 !important;
  border-color: var(--burgundy-400) !important;
}
.iti__divider{
  border-color: var(--burgundy-400) !important;
}
.iti__country-list .iti__country{
  color: #fff;
  font-size: 14px;
}

.dropify-wrapper:hover{
  background-image: linear-gradient(-45deg, #4a2527 25%, transparent 25%, transparent 50%, #4a2527 50%, #4a2527 75%, transparent 75%, transparent) !important;
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .break_options .form_area{
    width: calc(50% - 5px);
    margin: 0;
  }
  .break_options .form_area>*{
    padding: 0;
  }
  .break_options>div,
  .break_options .ledger_history{
    width: 100%;
  }
  .break_options .ledger_history li span{
    text-align: left;
  }
  .default_select.w-180 + .select2-container{
    width: calc(50% - 5px) !important;
    min-width: calc(50% - 5px);
  }
  .break_options .day_book_form{
    width: calc(40% - 5px) !important;
    min-width: calc(40% - 5px);
  }
  .break_options .day_book_history{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    gap: 10px;
    width: calc(60% - 5px) !important;
    min-width: calc(60% - 5px);
  }
  .range_picker{
    min-width: 100%;
  }
  .withOutLabelRight.icon-right{
    right: 10px;
  }
}

@media screen and (max-width: 767px){
  .specialty_actions{
    justify-content: flex-start;
    padding-top: 5px;
  }
  .column_3blog>*{
    flex: 0 0 calc(50% - 8px);
    -webkit-flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .faq_btns{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 12px;
  }
  .leftside-menu #leftside-menu-container{
    padding-top: 0;
  }
  html[data-sidenav-size=full]:not([data-layout=topnav]) .leftside-menu .logo,
  .common_table>.dt-container .dt-layout-row .dt-info{
    text-align: center;
  }
  .logo_part{
    padding: 32px;
  }
  .main-title-area {
    margin-bottom: 20px;
  }
  .main-title{
    font-size: 20px;
  }
  .breadcream li{
    font-size: 16px;
  }
  .breadcream{
    gap: 20px;
  }
  .breadcream li:not(:last-child)::after{
    background-size: 6px;
    right: -16px;
  }
  .form_btn{
    padding: 10px 0 30px;
  }
  .topbar .button-toggle-menu{
    position: absolute;
    right: 72px;
    width: 38px;
  }
  .common_dropdown .dropdown-toggle,
  .icon_btn{
    padding: 10px 12px;
    gap: 6px;
  }
  .default_select + .select2-container,
  .range_picker{
    min-width: 100%;
  }
  .ledger_history li:last-child{
    padding-left: 0;
    padding-right: 0;
  }
  .default_select.w-180 + .select2-container{
    min-width: 100%;
    width: 100% !important;
  }
  .break_options .form_area{
    width: 100%;
    margin: 0;
  }
  .break_options .form_area>*{
    padding: 0;
  }
  .break_options>div,
  .break_options .ledger_history{
    width: 100%;
  }
  .px-24px{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .break_options .ledger_history li span{
    text-align: left;
  }
  .withOutLabelRight.icon-right{
    right: 10px;
  }
  .break_options .day_book_history{
    gap: 10px;
  }
  .day_book_history li:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }
  .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner{
    padding-right: 5px !important;
  }
  .simple_content_show h5{
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 575px){
  .column_3blog>*{
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
  .logo_part{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 20px;
  }
  .mob_flex_full,
  .account_action_btn,
  .seeting_action_btn{
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
  }
  .account_action_btn{
    gap: 10px;
    margin-top: 10px;
  }
  .account_action_btn li .short_btn{
    margin-left: 0;
  }
  .ledger_history li:first-child{
    text-align: left;
  }
  .card-head{
    margin-bottom: 14px;
  }
  .receipts_block{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .receipts_box{
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
  }
  .pending_data ul li span:last-child{
    font-size: 16px;
  }
  .daterangepicker .drp-buttons{
    text-align: center !important;
  }
  .daterangepicker .drp-buttons .drp-selected{
    width: 100%;
    padding: 0 0 10px;
  }
}

.img-prevarea .remove-specialty-icon-main .btn{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.remove-specialty-icon-main{
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.img-prevarea {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.img-prevarea:hover .remove-specialty-icon-main{
  opacity: 1;
  visibility: visible;
}

.table-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

button.no_link {
    opacity: 0.3;
}