
.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: var(--body-bg);
}
body.authentication-bg .account-pages{
    padding: 40px 0;
}
/* .header-logo{
    position: absolute;
    top: 30px;
} */
.header-logo img{
    max-width: 120px;
}
/* .l_content{
    padding-top: 60px;
} */
.log-register-block{
    padding: 30px;
    /* box-shadow: 0 0 30px rgba(52, 179, 246, 0.16); */
    background: #fff;
    border-radius: 6px;
    box-shadow: var(--rv-card-box-shadow);
}
.items-center{
    align-items: center;
    -webkit-align-items: center;
}
.justify-center{
  justify-content: center;
}
.log-register-block>h2{
  font-weight: 600;
  font-size: 20px;
  color: var(--gray-neutral-900);
}
.log-register-block>p{
    color: var(--gray-neutral-800);
    font-size: 14px;
    margin-bottom: 24px;
}
.log-register-block .common_form{
  padding: 0;
  border: none;
  box-shadow: none;
}
.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: 12px 10px;
    line-height: 18px;
    text-overflow: ellipsis;
    background-color: var(--rv-light);
}
.form-group{
    margin-bottom: 12px;
}
.forgot-text{
    color: var(--vz-vertical-menu-bg);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    transition: all 350ms ease-in-out;
}
.forgot-text:hover,
.bottom-para>a:hover{
    color: var(--gray-neutral-800);
}
.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(--vz-vertical-menu-bg);
    border-color: var(--vz-vertical-menu-bg);
}
.btn-soft-primary{
    background-color: var(--vz-vertical-menu-bg);
    border-color: var(--vz-vertical-menu-bg);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.btn-soft-primary:disabled{
  background-color: var(--vz-vertical-menu-bg) !important;
  border-color: var(--vz-vertical-menu-bg) !important;
}
.btn.btn-soft-primary:hover,
.btn.btn-soft-primary:focus,
.btn.btn-soft-primary:active{
    background-color: #394774 !important;
    border-color: #394774 !important;
}
.select2-container--default .select2-selection--single{
    border: var(--tz-border-width) solid var(--rv-header-border) !important;
    height: 44px !important;
    border-radius: 6px !important;
    background-color: var(--rv-light) !important;
    font-size: 14px;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: #E2E8F0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 44px !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;
}
.forgot_text{
  color: var(--vz-vertical-menu-bg);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.profile-image{
    text-align: center;
}
.profile-image>img{
    border: 3px solid #e5e9f2;
}
.profile_details h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--gray-neutral-800);
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.profile_details>ul{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--rv-header-border);
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}
.profile_details>ul>li{
    color: var(--gray-neutral-800);
    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: #4f4f4f;
}
.required{
    color: #f00;
}
.user-profile-content .common_form{
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

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: 7px;
}

.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: #000 !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: 32px;
    padding-left: 60px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 90px;
    text-align: left;
}
input[type='checkbox'].switch-control ~ .switch-label:before {
    content: 'Inactive';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 90px;
    background-color: #ff0700;
    transition: all 0.4s ease-out;
    color: #fff;
    /* text-indent: 5px; */
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 6px 10px 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: 22px;
    height: 22px;
    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: 4px;
}
.checkbox.switch .switch-label{
    cursor: pointer;
}


/* checked state */
input[type='checkbox'].switch-control:checked ~ .switch-label:before {
    content: 'Active';
    background-color: var(--rv-btn-bg-green);
    color: #fff;
    text-indent: 2px;
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 0px 10px 10px;
}

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

.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(--vz-vertical-menu-bg) !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){
    background-color: #ff0700 !important;
}
div:where(.swal2-icon).swal2-warning{
    border-color: var(--gray-neutral-900) !important;
    color: var(--gray-neutral-900) !important;
}
.leftside-menu{
    padding-top: 10px;
}
.leftside-menu #leftside-menu-container{
  padding-top: 20px;
}
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: var(--gray-neutral-800) !important;
  font-weight: 600 !important;
  padding-top: 10px !important;
  font-size: 16px !important;
}
div:where(.swal2-container) div:where(.swal2-html-container){
  font-size: 14px !important;
  color: var(--gray-neutral800) !important;
  padding-top: 10px !important;
}
div:where(.swal2-container) button:where(.swal2-styled){
  font-weight: 400 !important;
  padding: 9px 18px !important;
  border-radius: 6px !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: 120px;
    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;
    font-size: 14px;
}

.dropify-wrapper {
    border: 1px solid #D4D4EA !important;
    border-radius: 10px;
}

/* --------------- Table Css -------- */
table thead tr th.dt-sno, table tbody tr td.dt-sno {
    max-width: 70px;
    width: 70px;
    min-width: 70px;
}
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;
    font-weight: 600;
}
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.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: #279EFF;
    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 #279EFF;
}
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>');
}

.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: #E8EBED !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;
    font-size: 14px;
}
.profile-content .nav-underline .nav-item .nav-link::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid var(--tz-light);
    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(--rv-btn-bg-green);
}

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

@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;
    } */
}
@media screen  and (max-width: 350px){
    .forgot-text{
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        margin-top: 10px;
    }
}

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

      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: none;
    box-shadow: 0 5px 10px rgba(30,32,37,.12);
}
.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(--vz-vertical-menu-bg);
  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-800);
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: var(--vz-vertical-menu-bg) !important;
  color: #fff;
}
.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: #f7b84b !important;
    cursor: pointer;
}
.datepicker table tr td.today {
    background: #f7b84b !important;
}


/* 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(--gray-neutral-800);
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 18px;
}
.profile-content{
  /* border-radius: 14px; */
  overflow: hidden;
}
.setting_page_data .tab-item>h3{
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #2D4379;
  text-transform: capitalize;
}
.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;
}

/* 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: 14px;
  font-weight: 400;
  border: 1px solid var(--rv-orange);
  border-radius: 6px;
  padding: 6px 14px;
  background-color: transparent;
  transition: all 350ms ease-in-out;
  min-width: fit-content;
  color: var(--rv-orange);
}
.fill-btn{
  background-color: var(--rv-orange);
  color: #fff;
}
.def-btn:hover,
.def-btn:focus,
.def-btn:active{
  background-color: var(--rv-orange);
  color: #fff;
}
.fill-btn:hover,
.fill-btn:active,
.fill-btn:focus{
  background-color: var(--rv-orange-hover);
  color: #fff;
  border-color: var(--rv-orange-hover);
}
.fill-btn-red{
  background-color: var(--rv-btn-bg-red) !important;
  border-color: var(--rv-btn-bg-red) !important;
}
.fill-btn.fill-btn-red:active{
  border-color: var(--rv-btn-bg-red) !important;
  color: var(--rv-btn-bg-red) !important;
}

.main-title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--gray-neutral-800);
  margin-bottom: 0;
}
.main-title-area{
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 20px;
  padding: 8px 20px;
  box-shadow: var(--rv-page-box-shadow);
  background-color: var(--tz-menu-item-hover-color);
  min-height: 52px;
}
.main-title-area2{
  padding: 8px 20px;
  box-shadow: var(--rv-page-box-shadow);
  background-color: var(--tz-menu-item-hover-color);
}
.card{
  box-shadow: var(--rv-card-box-shadow);
  padding: 16px;
  border-radius: 6px;
  border: 1px solid var(--rv-header-border);
}
.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: 16px;
  /* border-bottom: 1px solid var(--rv-header-border);
  padding: 0 0 12px; */
}
.card-head h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--gray-neutral-800);
  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: 6px;
  padding: 16px;
  transition: all 350ms ease-in-out;
}
.receipts_box:hover{
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}
.receipts_box .receipts_box_in{
  width: 46px;
  height: 46px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background-color: #d4e9f5;
}
.receipts_box h4{
  color: var(--gray-neutral-800);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
}
.receipts_box span{
  color: var(--rv-price-color);
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.pending_data_head{
  background-color: var(--rv-light);
  margin-left: -12px;
  margin-right: -12px;
}
.pending_data_head>*{
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-neutral-800);
  padding: 12px;
}
.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;
}
.spacex-16{
  padding: 0 16px;
}
.pending_data{
  padding-left: 12px;
  padding-right: 12px;
}
.pending_data ul{
  padding: 4px 0 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* flex-direction: column;
  -webkit-flex-direction: column; */
  gap: 0;
}
.pending_data ul li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
  color: var(--gray-neutral-800);
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  padding: 8px 0;
}
.pending_data ul li>span{
  /* flex: 0 0 calc(33.33% - 6px);
  -webkit-flex: 0 0 calc(33.33% - 6px); */
  display: block;
  word-break: break-all;
  font-size: 14px;
}
.pending_data ul li span:not(:first-child, :last-child){
  text-align: center;
}
.pending_data ul li span:last-child{
  color: var(--gray-neutral-900);
  text-align: right;
}
.pending_data ul li span a{
  color: var(--rv-price-color);
}

/* .card .common_table{
  padding-left: 16px;
  padding-right: 16px;
} */
/* .common_table{
  border-radius: 8px;
  border: 1px solid var(--gray-neutral-900);
} */
.common_table table{
  width: 100%;
}
.common_table table th,
.common_table table td{
  font-size: 14px;
  padding: 12px !important;
  color: var(--gray-neutral-800);
  background-color: #fff !important;
  border-bottom: 1px solid var(--rv-header-border) !important;
}
.common_table table td{
  font-size: 14px;
  padding: 12px 12px !important;
  white-space: normal;
}
.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;
}
.common_table table th{
  background-color: var(--rv-light) !important;
  border-bottom: none !important;
  font-weight: 600 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !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;
  /* 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(--gray-neutral-800);
  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(--gray-neutral-200) !important;
  color: var(--gray-neutral-800);
  font-size: 14px;
}
.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(--rv-header-border); */
}
.common_table>.dt-container .dtr-details li.action-col .dtr-data .btn{
  padding: 0;
  border: none;
  color: var(--gray-neutral-900);
  font-size: 20px;
  line-height: 20px;
}
.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(--gray-neutral-800);
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
}
.common_table>.dt-container .dt-layout-row .dt-paging{
  padding-right: 0;
}
.common_table>.dt-container .dt-layout-row:first-child{
  padding: 0;
  padding-bottom: 12px;
}
.px-16px{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-24px{
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pb-32px{
  padding-bottom: 32px !important;
}
.normal_width_table tbody tr th{
  color: var(--gray-neutral-800);
  font-weight: 500;
  font-size: 14px;
}
.normal_width_table tbody tr td{
  color: var(--gray-neutral-800);
  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(--gray-neutral-100);
  color: var(--gray-neutral-900);
  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(--rv-light);
  border-radius: 6px;
}
.permission_box .permission_top.active{
  border-radius: 6px 6px 0 0;
}
.permission_box .permission_top h5{
  padding: 10px 16px;
  color: var(--gray-neutral-800);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 6px;
  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: 10px 16px;
}
.permission_top_check input{
  margin: 0 !important;
  vertical-align: middle;
}

.permission_bottom{
  display: none;
}
.permission_top.active + .permission_bottom{
  display: block;
}
.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: 8px 16px;
}
.permission_bottom .form-check .form-check-label{
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-top: 12px;
}
.form_area .form-group>div .permission_box:not(:last-child){
  margin-bottom: 6px;
}
.permission_top.active h5 svg{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}


.common_dropdown .dropdown-toggle{
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 14px;
  gap: 8px;
  background-color: var(--vz-vertical-menu-bg);
  font-size: 14px;
  min-height: 42px;
  color: var(--tz-menu-item-hover-color);
}
.common_dropdown .dropdown-toggle:hover{
  color: var(--tz-menu-item-hover-color);
}
.common_dropdown .dropdown-toggle i{
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  color: var(--tz-menu-item-hover-color);
}
.common_dropdown .dropdown-menu{
  box-shadow: 0 5px 10px rgba(30,32,37,.12);
  border-radius: 6px;
  padding: 6px 0;
  margin-top: 4px !important;
  border: none;
}
.common_dropdown .dropdown-menu .dropdown-item{
  color: var(--gray-neutral-800);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  padding: 8px 14px;
  background-color: transparent;
}
.common_dropdown .dropdown-menu .dropdown-item:hover{
  background-color: var(--rv-light);
}

.w-90px{
  width: 90px;
}
.common_pagination{
  margin: 0;
  border-top: 1px solid var(--rv-header-border);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
.common_pagination li{
  display: block;
}
.common_pagination li button{
  width: 32px;
  height: 32px;
  border: 1px solid var(--vz-vertical-menu-bg);
  border-radius: 6px;
  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;
  color: var(--vz-vertical-menu-bg);
}
.common_pagination li:first-child button,
.common_pagination li:last-child button{
  border: none;
}
.common_pagination li.active button{
  background-color: var(--vz-vertical-menu-bg);
  color: #fff;
}
.top_right_panel{
  gap: 12px;
}
.default_select{
  border: 1px solid var(--rv-header-border);
  background-color: var(--rv-light);
}
.default_select + .select2-container--default .select2-selection--single{
  border-color: var(--rv-header-border) !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: 10px;
  padding-right: 40px;
  font-size: 14px;
}
.default_select + .select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 29px;
  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="%230F172A"/></svg>');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 12px;
}
.default_select + .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}
.select2-container .select2-dropdown{
  border: none !important;
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  border-radius: 6px;
}
.select2-dropdown .select2-results__options .select2-results__option{
  color: var(--gray-neutral-800);
  padding: 10px;
  font-size: 14px;
}
.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(--rv-header-border);
}
td .action-col,
.top_action_btn{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 10px;
}
.top_action_btn .btn{
  flex: 0 0 42px;
  -webkit-flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  border: none;
  color: var(--gray-neutral-900);
  font-size: 18px;
  line-height: 18px;
}
td .action-col .btn{
  flex: 0 0 32px;
  -webkit-flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  border: none;
  color: var(--gray-neutral-900);
  font-size: 16px;
  line-height: 16px;
}
td .action-col .btn + a.btn{
  margin-left: 0;
}
td .action-col .btn[data-bs-title="View"],
td .action-col .btn[dta-bs-title="View"]:hover,
td .action-col .btn[data-bs-title="View"]:focus,
td .action-col .btn[data-bs-title="View"]:active{
  background-color: #E8A411 !important;
  color: var(--gray-neutral-900);
}
td .action-col .btn[data-bs-title="Edit"],
td .action-col .btn[data-bs-title="Edit"]:hover,
td .action-col .btn[data-bs-title="Edit"]:focus,
td .action-col .btn[data-bs-title="Edit"]:active{
  background-color: #35B3EE !important;
  color: #fff;
}
td .action-col .btn[data-bs-title="Delete"],
td .action-col .btn[data-bs-title="Delete"]:hover,
td .action-col .btn[data-bs-title="Delete"]:focus,
td .action-col .btn[data-bs-title="Delete"]:active{
  background-color: #EE4242 !important;
  color: #fff;
}
td .action-col .btn[data-bs-title="Print"],
td .action-col .btn[data-bs-title="Print"]:hover,
td .action-col .btn[data-bs-title="Print"]:focus,
td .action-col .btn[data-bs-title="Print"]:active{
  background-color: var(--vz-vertical-menu-bg) !important;
  color: #fff;
}
td .action-col .btn[data-bs-title="Change Password"],
td .action-col .btn[data-bs-title="Change Password"]:hover,
td .action-col .btn[data-bs-title="Change Password"]:focus,
td .action-col .btn[data-bs-title="Change Password"]:active{
  background-color: var(--rv-light) !important;
  color: var(--gray-neutral-900);
}
td .action-col .btn[data-bs-title="SMS"],
td .action-col .btn[data-bs-title="SMS"]:hover,
td .action-col .btn[data-bs-title="SMS"]:focus,
td .action-col .btn[data-bs-title="SMS"]:active,
.top_action_btn .btn[data-bs-title="SMS"],
.top_action_btn .btn[data-bs-title="SMS"]:hover,
.top_action_btn .btn[data-bs-title="SMS"]:focus,
.top_action_btn .btn[data-bs-title="SMS"]:active{
  background-color: #b39a16 !important;
  color: #fff;
}
td .action-col .btn[data-bs-title="WhatsApp"],
td .action-col .btn[data-bs-title="WhatsApp"]:hover,
td .action-col .btn[data-bs-title="WhatsApp"]:focus,
td .action-col .btn[data-bs-title="WhatsApp"]:active,
.top_action_btn .btn[data-bs-title="WhatsApp"],
.top_action_btn .btn[data-bs-title="WhatsApp"]:hover,
.top_action_btn .btn[data-bs-title="WhatsApp"]:focus,
.top_action_btn .btn[data-bs-title="WhatsApp"]:active{
  background-color: var(--rv-btn-bg-green) !important;
  color: #fff;
}
td .action-col .btn[data-bs-title="Print"] svg{
  width: 17px;
  height: auto;
}


.breadcream{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 22px;
}
.breadcream li{
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-neutral-800);
  font-weight: 600;
  display: block;
  position: relative;
}
.breadcream li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: -16px;
  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;
  background-size: 6px;
  width: 10px;
  height: 16px;
}
.breadcream li a{
  font-weight: 400;
  color: var(--gray-neutral-800);
  font-size: 14px;
}
.common_form{
  box-shadow: var(--rv-card-box-shadow);
  padding: 16px;
  border-radius: 6px;
  border: 1px solid var(--rv-header-border);
  background-color: var(--tz-menu-item-hover-color);
}
.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: var(--rv-header-border) !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(--gray-neutral-900) !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: 6px 0;
}
.form_btn .def-btn,
.form_btn .fill-btn{
  padding: 11px 22px;
  line-height: 20px;
}
.form_btn .def-btn{
  border-color: var(--vz-vertical-menu-bg);
  color: var(--vz-vertical-menu-bg);
}
.form_btn .def-btn:hover,
.form_btn .def-btn:focus,
.form_btn .fill-btn{
  background-color: var(--vz-vertical-menu-bg);
  color: #fff;
}
.form_btn .fill-btn{
  border-color: var(--vz-vertical-menu-bg);
}

.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: 18px;
  top: 37px;
  pointer-events: none;
}
.withOutLabelRight.icon-right{
  top: 9px;
}
.icon-right.right-low{
  right: 10px;
}
.form-group .icon-right img{
  width: 16px;
}
.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-800);
}
/* .ledger_history li:first-child{
  text-align: right;
} */
.ledger_history:not(.not_last_child) li:first-child span:first-child,
.ledger_history.not_last_child li:last-child span:first-child{
  font-weight: 500;
}
.ledger_history:not(.not_last_child) li:first-child span:last-child,
.ledger_history.not_last_child li:last-child span:last-child{
  font-weight: 600;
  color: var(--rv-price-color);
}
.ledger_history:not(.not_last_child) li:last-child,
.ledger_history.not_last_child li:not(:last-child){
  display: flex;
  display: -webkit-flex;
  padding: 0 16px;
  gap: 16px;
}
.ledger_history:not(.not_last_child) li:last-child div:first-child,
.ledger_history.not_last_child li:not(:last-child) div:first-child{
  min-width: 75px;
}
.ledger_history:not(.not_last_child) li:last-child div span:last-child,
.ledger_history.not_last_child li:not(:last-child) div span:last-child{
  font-weight: 600;
}
.ledger_history:not(.not_last_child) li:last-child div:first-child span:last-child,
.ledger_history.not_last_child li:not(:last-child) div:first-child span:last-child{
  color: var(--rv-btn-bg-red);
}
.ledger_history:not(.not_last_child) li:last-child div:last-child span:last-child,
.ledger_history.not_last_child li:not(:last-child) div:last-child span:last-child{
  color: var(--rv-warning);
}
.day_book_history.ledger_history li{
  padding: 0 !important;
}
.day_book_history li>div{
  background-color: var(--gray-neutral-50);
  border-radius: 8px;
  padding: 8px 22px;
}
.day_book_history li>div .sale_count, 
.day_book_history li>div .cash_count{
  width: 22px;
  height: 22px;
  font-size: 11px;
}
.day_book_history li>div span:last-child{
  line-height: 16px;
}
.green_600{
  color: var(--rv-green) !important;
  background-color: #ebfff9;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
}
.warning_600{
  color: var(--rv-warning) !important;
  background-color: #fdeede;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
}
.red_600{
  color: var(--rv-btn-bg-red) !important;
  background-color: #f5e5e5;
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
}
.red_100{
  color: var(--rv-btn-bg-red) !important;
}
.red_100_light{
  background-color: #f5e5e5 !important;
}
.green_100{
  color: var(--rv-btn-bg-green) !important;
}
.green_100_light{
  background-color: #d3f3e7 !important;
}
.blue_100{
  color: var(--rv-btn-bg-blue) !important;
}
.warning_100{
  color: var(--rv-warning) !important;
}

.common_modal .modal-dialog{
  max-width: 827px;
}
.common_modal .modal-title{
  color: var(--gray-neutral-900);
  font-size: 20px;
  font-weight: 700;
}
.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 #E8EBED;
  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-color: var(--rv-header-border);
  border-left: none;
  background-color: transparent;
  border-radius: 0 6px 6px 0;
  background-color: var(--rv-light);
  line-height: 27px;
}
.toggle-password .password-eye::before{
  font-size: 18px;
  color: var(--gray-neutral-900);
}
.max-w-888{
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}
/* .logo_part{
  gap: 10px;
  padding: 32px 80px;
} */
.setting_page .form_btn li{
  display: block;
}
/* .sett_title{
  color: var(--gray-neutral-900);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
} */
.logo_update_camera{
  width: 36px;
  height: 36px;
  background-color: var(--vz-vertical-menu-bg);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  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);
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: var(--rv-light);
}
.setting_logo_area img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo_part .validation-error-block{
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.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; */
}
.setting_coll_data .common_form{
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.setting_coll_data .common_form .form-group .remove-btn svg{
  width: 18px;
  height: auto;
}
.py-12{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.ip_add_btn{
  color: var(--rv-btn-bg-green);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 2px;
}
.font-normal{
  font-weight: normal !important;
}
.icon_btn{
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  padding: 9px 14px;
  background-color: #e1eaf3;
  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: 8px;
  border: none;
}
.icon_btn svg{
  width: 18px;
  height: auto;
}
.gap-10px{
  gap: 10px !important;
}
.gap-20px{
  column-gap: 20px !important;
  row-gap: 10px !important;
}
.mb-24px{
  margin-bottom: 24px;
}
.rounded-6{
  border-radius: 6px;
}
.rounded-8{
  border-radius: 8px;
}
.py-16px{
  padding-top: 16px;
  padding-bottom: 16px;
}
.cursor-pointer{
  cursor: pointer;
}
.range_picker{
  min-width: 260px;
  padding: 11px 10px;
}
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order{
  right: 0 !important;
}
.user_profile .user-profile-name{
  color: var(--gray-neutral-800);
}
.topbar-menu .profile-dropdown{
  box-shadow: 0 5px 10px rgba(30,32,37,.12);
  border-radius: 6px;
  padding: 6px 0;
  margin-top: 4px !important;
  border: none;
}
.topbar-menu .profile-dropdown .dropdown-header h6,
.topbar-menu .profile-dropdown .dropdown-item{
  font-size: 13px;
  color: var(--gray-neutral-800);
}
/* .topbar-menu .profile-dropdown .dropdown-item:hover{
  background-color: transparent;
} */
.daterangepicker td.active, 
.daterangepicker td.active:hover{
  background-color: var(--gray-neutral-900) !important;
}
.daterangepicker .drp-buttons .btn-primary{
  background-color: var(--gray-neutral-900);
  border-color: var(--gray-neutral-900);
  border-radius: 6px;
}
.daterangepicker .drp-buttons .btn-primary:hover{
  border-color: var(--gray-neutral-900) !important;
  color: var(--gray-neutral-900) !important;
}
.daterangepicker .drp-buttons .btn-default{
  border-color: var(--gray-neutral-900);
  border-radius: 6px;
}
.daterangepicker .drp-buttons .btn-default:hover{
  background-color: var(--gray-neutral-900);
  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 span:first-child{
  font-weight: 500;
}
.ledger_info li,
.ledger_info li span{
  display: block;
  font-size: 14px;
  color: var(--gray-neutral-800);
}
.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(--vz-vertical-menu-bg) !important;
}
.datepicker-dropdown:before{
  border-bottom-color: var(--rv-header-border) !important;
}
.date_receipt{
  font-size: 14px;
  color: var(--gray-neutral-800);
  font-weight: 400;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.date_receipt>i{
  font-size: 12px;
}

.daterangepicker{
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  border: none !important;
  border-radius: 6px !important;
}

.daterangepicker .drp-buttons{
  border-color: var(--rv-header-border) !important;
}
.daterangepicker .ranges li{
  color: var(--gray-neutral-800) !important;
}
.daterangepicker .ranges li.active{
  background-color: var(--rv-light) !important;
  color: var(--gray-neutral-800) !important;
}
.daterangepicker::before{
  border-bottom-color: var(--rv-header-border) !important;
  top: -8px !important;
}
.daterangepicker::after{
  top: -7px !important;
}
.daterangepicker th.prev.available:hover,
.daterangepicker th.next.available:hover{
  background-color: var(--vz-vertical-menu-bg) !important;
}

.modal-footer .btn-secondary{
  background-color: var(--vz-vertical-menu-bg);
  border-color: var(--vz-vertical-menu-bg);
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
}
.modal-footer .btn-secondary:hover,
.modal-footer .btn-secondary:focus,
.modal-footer .btn-secondary:active{
  background-color: var(--vz-vertical-menu-bg) !important;
  border-color: var(--vz-vertical-menu-bg) !important;
  color: #fff !important;
}
.receipt_ledger_table_main{
  margin-top: 24px;
}
.receipt_ledger_table_main .main-title-area2{
  margin-bottom: 16px;
}
.datepicker .datepicker-months tbody td,
.datepicker .datepicker-years tbody td,
.datepicker .datepicker-decades tbody td{
  width: auto !important;
  height: auto !important;
}
.datepicker .datepicker-months tbody td span,
.datepicker .datepicker-years tbody td span,
.datepicker .datepicker-decades tbody td span{
  min-width: 20px;
  height: auto !important;
  line-height: normal !important;
}

.auth_shapes{
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  display: none;
  z-index: -1;
  filter: invert(0.08);
  -webkit-filter: invert(0.08);
}
.authentication-bg .auth_shapes{
  display: block;
}
.top_head_btns{
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
}
.top_head_btns i{
  font-size: 16px;
}
.btn-bg-blue{
  background-color: var(--rv-btn-bg-blue);
}
.btn-bg-red{
  background-color: var(--rv-btn-bg-red);
}
td.text-red,
.color-red{
  color: var(--rv-btn-bg-red) !important;
  font-weight: 600 !important;
}
span.text-red{
  color: var(--rv-btn-bg-red) !important;
}
td.text-cerulean{
  color: #2795c9 !important;
}
td.text-blue{
  color: var(--rv-btn-bg-blue) !important;
}
td.text-purple-new{
  color: #8928c3 !important;
}
td.text-green,
span.text-green{
  color: var(--rv-btn-bg-green) !important;
}
.size-15 table th,
.size-15 table td{
  font-size: 15px;
}

.btn-bg-green{
  background-color: var(--rv-btn-bg-green);
}
.remark_block{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--rv-header-border);
}
.remark_block p{
  font-size: 14px;
  color: var(--gray-neutral-800);
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700 !important;
}
.create_dropdown{
  display: none;
}
.price_color1{
  color: var(--rv-price-color) !important;
}
.common_table thead th{
  white-space: normal;
  vertical-align: middle;
}
.w-250px{
  max-width: 250px;
  width: 250px;
  min-width: 250px;
}
.w-150px{
  max-width: 150px;
  width: 150px;
  min-width: 150px;
}
.w-120px{
  max-width: 120px;
  width: 120px;
  min-width: 120px;
}
.w-100px{
  max-width: 100px;
  width: 100px;
  min-width: 100px;
}
.small_email{
  display: block;
  font-size: 12px;
  color: #000;
}
td .remark-full{
  max-height: 250px;
  overflow-y: auto;
}
td .toggle-remark{
  color: var(--rv-btn-bg-red);
  margin-top: 4px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}
td .remark-full::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: transparent;
}
td .remark-full::-webkit-scrollbar{
	width: 6px;
	background-color: transparent;
}
td .remark-full::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #c5cacf;
}
table tr th:not(.modal table tr th),
table tr td:not(.modal table tr td){
  text-align: center !important;
}
.common_table .dt-length{
  display: none;
}
.show_receipt_debit_css,
.show_receipt_credit_css,
.show_receipt_remaining_css{
  background-color: var(--rv-btn-bg-red);
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 5px;
  line-height: 20px;
  font-weight: 600;
}
.show_receipt_credit_css{
  background-color: var(--rv-btn-bg-green);
}
.show_receipt_remaining_css{
  background-color: var(--rv-btn-bg-blue);
}
.sale_count,
.cash_count{
  width: 20px;
  height: 20px;
  background-color: var(--rv-btn-bg-red);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  margin-left: 5px;
}
.cash_count{
  background-color: var(--rv-btn-bg-green);
}
.common_table table thead th.dt-type-numeric{
  text-align: center !important;
}
.border_top_blue{
  border-top: 6px solid var(--rv-btn-bg-blue);
}
.border_top_blue .form_btn .def-btn{
  border-color: var(--rv-btn-bg-blue);
  color: var(--rv-btn-bg-blue);
}
.border_top_blue .form_btn .def-btn:hover,
.border_top_blue .form_btn .def-btn:focus,
.border_top_blue .form_btn .def-btn:active,
.border_top_blue .form_btn .fill-btn{
  background-color: var(--rv-btn-bg-blue);
  color: #fff;
}
.border_top_blue .form_btn .fill-btn{
  border-color: var(--rv-btn-bg-blue);
}

.border_top_red{
  border-top: 6px solid var(--rv-btn-bg-red);
}
.border_top_red .form_btn .def-btn{
  border-color: var(--rv-btn-bg-red);
  color: var(--rv-btn-bg-red);
}
.border_top_red .form_btn .def-btn:hover,
.border_top_red .form_btn .def-btn:focus,
.border_top_red .form_btn .def-btn:active,
.border_top_red .form_btn .fill-btn{
  background-color: var(--rv-btn-bg-red);
  color: #fff;
}
.border_top_red .form_btn .fill-btn{
  border-color: var(--rv-btn-bg-red);
}

.border_top_green{
  border-top: 6px solid var(--rv-btn-bg-green);
}
.border_top_green .form_btn .def-btn{
  border-color: var(--rv-btn-bg-green);
  color: var(--rv-btn-bg-green);
}
.border_top_green .form_btn .def-btn:hover,
.border_top_green .form_btn .def-btn:focus,
.border_top_green .form_btn .def-btn:active,
.border_top_green .form_btn .fill-btn{
  background-color: var(--rv-btn-bg-green);
  color: #fff;
}
.border_top_green .form_btn .fill-btn{
  border-color: var(--rv-btn-bg-green);
}
.restore_btn{
  background-color: var(--vz-vertical-menu-bg) !important;
  color: #fff !important;
}


.limit-blinker{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  animation: limit-blink 1s step-start infinite;
  z-index: 1;
}
.limit-blinker span{
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  height: 100%;
  color: #e00;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
  max-width: fit-content;
  filter: drop-shadow(-1px 3px 0px #000);
  text-transform: uppercase;
}
/* blink keyframes: visible half the time, hidden half the time */
@keyframes limit-blink {
  0%, 49.9%   { opacity: 1; }
  50%, 100%   { opacity: 0; }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .limit-blinker { animation: none; opacity: 1; }
}

.breadcream .edit_customer{
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  background-color: #35B3EE;
  color: #fff !important;
  border-radius: 5px;
  margin-left: 6px;
}
#total_remaing{
  font-size: 20px;
  font-weight: 700;
  color: var(--rv-price-color);
}

#customer_ledger_table .ledger_tboday tr:last-child td:not(:first-child) .show_receipt_debit_css, 
#customer_ledger_table .ledger_tboday tr:last-child td:not(:first-child) .show_receipt_credit_css, 
#customer_ledger_table .ledger_tboday tr:last-child td:not(:first-child) .show_receipt_remaining_css{
  padding: 5px 10px;
  font-size: 16px;
}

.show-entries-btn{
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  background-color: #35B3EE;
  border: none;
}
.combine-btn,
.done_button{
  padding: 4px 10px;
  font-size: 16px;
  background-color: #35B3EE;
  border: none;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
}
.show-entries-btn:hover,
.show-entries-btn:focus,
.show-entries-btn:active,
.show-entries-btn:first-child:active,
.combine-btn:hover,
.combine-btn:focus,
.combine-btn:active,
.combine-btn:first-child:active,
.done_button:hover,
.done_button:focus,
.done_button:active,
.done_button:first-child:active{
  background-color: #299fd7 !important;
  color: #fff !important;
}
.children-entries-popup .common_table thead th{
  position: sticky;
  top: 0;
}
.children-entries-popup .common_table{
  max-height: 50vh;
  overflow-y: auto;
}
.mt-5px{margin-top: 5px;}

.inner-text-red-select ~ span .select2-results li.select2-results__option:nth-child(2){
  color: #f00;
}


@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{
    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: 100% !important;
  }
  /* .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;
  }
  .top_head_btns,
  .authentication-bg .auth_shapes{
    display: none;
  }
  .create_dropdown{
    display: block;
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    z-index: 9;
  }
  .create_dropdown .dropdown-toggle{
    box-shadow: var(--rv-page-box-shadow);
  }
  .top_collapse_row .mobile_pickr_break{
    padding-top: 10px;
  }
  .not_break_tablet.break_options .mobile_pickr_break,
  .not_break_tablet.break_options>div{
    width: auto;
  }
}

@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;
  }
  .common_table>.dt-container .dt-layout-row .dt-info{
    padding-bottom: 0;
  }
  .common_table>.dt-container .dt-layout-row .dt-paging{
    padding-bottom: 10px;
    padding-right: 0;
  }
  /* .logo_part{
    padding: 32px;
  } */
  .main-title-area {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* .main-title{
    font-size: 20px;
  }
  .breadcream li{
    font-size: 16px;
  } */
  .breadcream{
    gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .navbar-custom{
    background-color: var(--vz-vertical-menu-bg);
  }
  .breadcream li:not(:last-child)::after{
    background-size: 6px;
    right: -16px;
  }
  .topbar .button-toggle-menu{
    position: absolute;
    right: 68px;
    color: #fff;
  }
  .nav-user{
    padding: 0px 6px;
    background-color: #333f68;
  }
  .nav-user .user_icon{
    filter: invert(1);
    -webkit-filter: invert(1);
  }
  .common_dropdown .dropdown-toggle,
  .icon_btn{
    padding: 10px 12px;
    gap: 6px;
  }
  .default_select + .select2-container,
  .range_picker{
    min-width: 100%;
  }
  .ledger_history:not(.not_last_child) li:last-child,
  .ledger_history.not_last_child li:first-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;
    width: 100%;
  }
  .day_book_history li:last-child div{
    flex: 0 0 calc(50% - 8px);
    -webkit-flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .day_book_history li:last-child div span{
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .date_receipt{
    font-size: 14px;
  }
  .top_head_btns,
  .authentication-bg .auth_shapes{
    display: none;
  }
  .create_dropdown{
    display: block;
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    z-index: 9;
  }
  .create_dropdown .dropdown-toggle{
    box-shadow: var(--rv-page-box-shadow);
  }
  .main-title-area{
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .top_collapse_row .mobile_pickr_break{
    padding-top: 10px;
  }
}

@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%;
    text-align: center;
  }
  .receipts_box .receipts_box_in{
    margin: 0 auto;
  }
  /* .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;
  }
  /* .setting_logo_area{
    margin-left: 0;
  } */
  .mobile_pickr_break{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .ledger_info{
    column-gap: 12px !important;
  }
  .ledger_info li:first-child{
    flex: 0 0 calc(41.33% - 8px);
    -webkit-flex: 0 0 calc(41.33% - 8px);
    max-width: calc(41.33% - 8px);
  }
  .ledger_info li:nth-child(2){
    flex: 0 0 calc(33.33% - 8px);
    -webkit-flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
  }
  .ledger_info li:nth-child(3){
    flex: 0 0 calc(25.33% - 8px);
    -webkit-flex: 0 0 calc(25.33% - 8px);
    max-width: calc(25.33% - 8px);
  }

  .ledger_info li:not(:first-child, :nth-child(2), :nth-child(3)){
    flex: 0 0 calc(50% - 10px);
    -webkit-flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background-color: var(--rv-light);
    padding: 5px 10px !important;
    border-radius: 5px;
  }
  .ledger_info li span{
    text-align: center;
  }
  .break_options .top_action_btn{
    background: var(--rv-light);
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    gap: 8px
  }
  /* .break_options .top_action_btn{
    position: fixed;
    right: 15px;
    bottom: 63px;
    background: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    gap: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
  } */
  /* .break_options .top_action_btn .btn{
    flex: 0 0 38px;
    -webkit-flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 5px;
  } */
  .top_collapse_row .mobile_pickr_break{
    padding-top: 12px;
    position: relative;
  }
  .top_collapse_row .mobile_pickr_break .form_area + div{
    position: absolute;
    right: 10px;
    top: 22px;
    gap: 8px !important;
    z-index: 1;
  }
  .not_break_tablet.break_options .form_area,
  .not_break_tablet.break_options>div{
    width: auto;
    flex: 1;
    -webkit-flex: 1;
  }
  .w-mobile-full{
    width: 100% !important;
  }

  .receipt_ledger_table_main .ledger_history,
  .receipt_ledger_table_main .ledger_history>li:last-child,
  .receipt_ledger_table_main .ledger_history.not_last_child>li:first-child{
    width: 100%;
  }
  .receipt_ledger_table_main .ledger_history:not(.not_last_child)>li:last-child div,
  .receipt_ledger_table_main .ledger_history.not_last_child>li:first-child div{
    flex: 0 0 calc(50% - 8px);
    -webkit-flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    background-color: var(--rv-light);
    padding: 6px;
    border-radius: 5px;
  }
  .receipt_ledger_table_main .ledger_history:not(.not_last_child)>li:last-child div span,
  .receipt_ledger_table_main .ledger_history.not_last_child>li:first-child div span{
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .form_btn{
    gap: 10px;
  }
  .form_btn .def-btn,
  .form_btn .fill-btn{
    padding: 11px;
  }
}

.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;
}

/* for table search */
/* .dt-search{
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
} */
 .select2-tabfix .select2-search__field {
    outline: none; /* optional */
}
/* For not hover */
.no-hover-bg,
.no-hover-bg:hover,
.no-hover-bg:focus,
.no-hover-bg:focus-visible,
.no-hover-bg:active {
    background-color: #2563eb !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
    filter: none !important;
}
