/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */
ul{
    list-style: none;
}
.cursor-pointer {
    cursor: pointer;
}
.gap-5{gap: 5px;}
.main-sidebar .sidebar-brand{height: auto;margin-bottom: 20px;}
.main-sidebar .sidebar-brand img{height: auto;}
.main-sidebar .sidebar-menu li a{padding: 15px;margin-bottom: 10px;height: auto;}
.main-sidebar .sidebar-menu li a:hover{background-color: #E0DBF3;}
.main-sidebar .sidebar-menu li:hover a{background-color: #BBE3FF3F;border-radius: 10px;}
.main-sidebar .sidebar-menu li a img.active-icon{display: none;}
.main-sidebar .sidebar-menu li a span{margin-top: 0;font-size: 16px;font-weight: 500;color: #000;margin-left: 10px;}
.main-sidebar .sidebar-menu li.active a{background-color: #E0DBF3 !important;border-radius: 10px;color: #fff !important;}
.main-sidebar .sidebar-menu li.active a span{color: #634BC2;font-weight: bold;}
.main-sidebar .sidebar-menu li.active a img.active-icon{display: block;}
.main-sidebar .sidebar-menu li.active a img.unactive-icon{display: none;}
.custom-height-feedback {
    min-height: 150px;
}
.form-group .form-control.readonly-input {
    background-color: #e9ecef;
    color: #6c757d;
}

.w-15 {
    width: 15% !important;
}
.custom-h1 {
    font-size: 70px;
    color: #060606 !important;
}
.not-found{
    font-size: 28px;
    color: #060606 !important;
}
.custom-switch{padding-bottom: 7px;}
.custom-switch .custom-control-label::before{width: 2.7rem;border-radius: 1rem;height: 1.5rem;background: #D7D8D8;border: none;cursor: pointer;}
.custom-switch .custom-control-label::after{width: calc(1.5rem - 6px);height: calc(1.5rem - 6px);border-radius: 1rem;top: calc(.25rem + 3px);left: calc(-2.25rem + 3px);background-color: #fff;cursor: pointer;}
.custom-switch .custom-control-input:checked~.custom-control-label::after{transform: translateX(1.2rem);}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {background-color: #EE2E8E !important;}
.toggle-password {position: absolute;top: 75px;right: 5px;cursor: pointer;}
.toggle-password img {width: 20px;height: 20px; }
.d-none {display: none;}

/*sk design copy akdil css */

*{padding: 0;margin: 0;}
body{background-color: #fff;color:#4c4c4c}
.text-danger, .text-danger-text, .text-danger-all *, .text-danger-all *:before, .text-danger-all *:after {
    color: #f00 !important;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{color: #060606 !important;}
p{color: #4c4c4c;line-height: 1.3;}
a{cursor: pointer;}
/* Common css */
.btn.btn-gradient {background: linear-gradient(110.84deg, #83CBAD 0%, #EE2E8E 100%);color: #fff !important;border: 0 !important;}
 /* .custom-control.custom-checkbox {padding-top: 10px;} */
 .login-page .card .card-header{justify-content: center;}
 .login-page .card .card-header h4{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
 }
.btn{font-size: 18px;font-weight: 700;padding: 12px 25px;letter-spacing: 0px;line-height: inherit;border-radius: 40px;box-shadow: none;cursor: pointer;border: none;}
.login-page .btn.btn-lg{font-size: 18px;padding: 13px 25px;}
.login-page .btn.btn-primary{font-size: 16px;}
.not-found{padding: 15px !important;}
.btn img{height: 16px;margin-top: -3px;margin-right: 3px;}
.btn.btn-primary,
.btn.btn-primary:hover{background-color: #EE2E8E !important;color: #fff !important;border-color:#EE2E8E !important;}
.btn-outline{background-color: transparent;border: 1px solid #fff;border-radius: 10px;color: #fff;}
.btn-outline:hover{color: #fff;}
.btn.btn-outline-primary{background-color: transparent;border: 1px solid #EE2E8E;border-radius: 40px;color: #EE2E8E!important;padding: 11px 23px;}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active,  .btn.btn-outline-primary:focus{  background: #EE2E8E !important;border-color: #EE2E8E !important;color: #fff !important;}
.btn.btn-gradient{background: linear-gradient(to right, #2BC7E1 0%, #2828A4 100%);color: #fff !important;}
.btn.btn-outline-danger{border: 1px solid #fb160a;color: #fb160a;}
.btn-link{background: none;border: none;}
.btn-link img{margin-left: 4px;}
button:focus{outline: none;}
.section .section-header{padding: 0;background: none;box-shadow: none;margin-bottom: 20px;margin-top: 0;}
.section .section-header h1{font-size: 27px;font-weight: 700;line-height: 1.5;margin-top: 0;}
.section .section-header .badge{padding: 10px 16px;border-radius: 10px;font-size: 18px;font-weight: 600;color: #2828A4;margin-left: 20px;}
.section .section-header .badge.badge-secondary{background-color: #BBE3FF3F;}
.section .section-header h1.highlighted{margin-bottom: 15px;font-weight: 700;}
#viewModal p {padding: 0;}
.customer-details b{width: 30%;display: inline-block;}
.customer-details span{width: 70%;display: inline-block;}

/* .section .section-header h1.highlighted:before{content: '';position: absolute;bottom: 8px;left: 0;width: 80px;height: 6px;border-radius: 10px; background: linear-gradient(136deg, #2BC7E1 0%, #2828A4 100%);} */
.section .section-header .section-header-right{gap: 20px;}
.section .section-header select{min-width: 195px;border-radius: 10px;}
.section .section-header .btn {padding: 13px 21px;font-size: 16px;border: none;}
.custom-tooltip{position: relative;font-size: 20px;border: 1px solid rgba(187, 227, 255, 1);padding: 10px;border-radius: 50px;background: #eef8ff;color: #060606;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
.custom-tooltip::after {content: attr(data-tooltip);width: 100%;position: absolute;top: 60px; left: -50%;background-color: rgba(0, 0, 0, 0.9);padding: 15px;border-radius: 4px;color: white;transform: translateX(-50%); transition: 0.2s ease-in-out;z-index: 99;font-family:"Poppins", sans-serif;font-size:13px;font-weight: 400;line-height:1.5;display: none;}
.custom-tooltip:hover::after {display: block;}
.custom-table-responsive{border: 1px solid #f3f0ff;border-radius: 10px;display: block; width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}
.table{margin-bottom: 0;min-width: max-content;width: 100%;}
.table thead th{font-size: 17px;font-weight: 700;color: #fff !important;min-height: 55px !important;}
.table tbody tr{border-bottom: 1px solid #E0DBF3;}
.table tbody tr:last-child{border-bottom: none;}
.table tbody tr td{font-size: 15px;color: #060606;vertical-align: middle;}
.table:not(.table-sm):not(.table-md):not(.dataTable) td{height:55px;}
.table tbody tr td.action-btn a{margin-right: 10px;}
.table tbody tr td.action-btn a:last-child{margin-right: 0px;}
.employee-image-wrapper .employee-image{width: 40px;height: 40px;border-radius: 40px;border: 1px solid #BBE3FF;overflow: hidden;margin-left: -12px;background-color: #fff;}
.employee-image-wrapper .employee-image:first-child{margin-left: 0;}
.employee-image-wrapper .employee-image:last-child{padding: 11px;}
.employee-image-wrapper .employee-image img{height: -webkit-fill-available;}
.service-image{width: 40px;height: 40px;border: 1px solid #BBE3FF;border-radius: 8px;margin-right: 10px;overflow: hidden;display: -webkit-inline-box;}
.service-image img{height: -webkit-fill-available;}
.table:not(.table-sm) thead th{padding:17px 25px; background-color: #E0DBF3 !important;color: #000 !important;}
.table.dataTable{border-collapse: collapse !important;border: 1px solid #E0DBF3 !important;width: 100% !important;}
table.dataTable thead th, table.dataTable thead td{border-bottom: none !important;}
table.dataTable tr td:last-child { white-space: nowrap;}
table.dataTable td, table.dataTable th{padding: 7px 25px;}
table.dataTable.no-footer {border-bottom: 1px solid #E0DBF3!important;}
.dataTables_info{color: #4c4c4c;font-size: 14px;font-weight: 500;}
.dataTables_wrapper{color: #060606;}
div.dataTables_wrapper div.dataTables_length select{-webkit-appearance: none; background: url(../admin/img/down-arrow-common.svg) no-repeat center right 10px;background-size: 10px;padding: 8px 10px !important;border: 2px solid #E0DBF3;border-radius: 8px !important;height: 38px !important;}
div.dataTables_wrapper div.dataTables_filter input {height: 40px;border: 2px solid #E0DBF3;border-radius: 8px;}
.custom-switch{padding-bottom: 7px;}
.custom-switch .custom-control-label::before{width: 2.7rem;border-radius: 1rem;height: 1.5rem;background: #D7D8D8;border: none;cursor: pointer;}
.custom-switch .custom-control-label::after{width: calc(1.5rem - 6px);height: calc(1.5rem - 6px);border-radius: 1rem;top: calc(.25rem + 3px);left: calc(-2.25rem + 3px);background-color: #fff;cursor: pointer;}
.custom-switch .custom-control-input:checked~.custom-control-label::after{transform: translateX(1.2rem);}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {background-color: #EE2E8E !important;}
.custom-checkbox .custom-control-label{font-size: 14px;font-weight: 400;padding-left: 5px;}
.custom-checkbox .custom-control-label::before{width: 19px;height: 19px;border: 1px solid var(--success);border-radius: 3px !important;}
.custom-checkbox .custom-control-label::after{width: 19px;height: 19px;top: 3px;}
.custom-checkbox  .custom-control-input:checked ~ .custom-control-label::before {background-color: #47A400 !important;border-color: #EE2E8E !important;}
.custom-checkbox .custom-control-label{font-size: 14px;font-weight: 400;padding-left: 5px;}
.custom-checkbox .custom-control-label::before{width: 19px;height: 19px;border: 1px solid #EE2E8E;border-radius: 5px !important;}
.custom-checkbox .custom-control-label::after{width: 19px;height: 19px;top: 5px;}
.custom-checkbox  .custom-control-input:checked ~ .custom-control-label::before {background-color: #EE2E8E !important;border-color: #EE2E8E !important;}
.custom-radio{margin-right: 40px;}
.table td, .table th{color: #000;}
.custom-radio .custom-control-label{font-size: 14px;margin-bottom: 0;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {background-color: #fff !important;border-color: #2BC7E1;}
.custom-radio .custom-control-input:checked~.custom-control-label::after {width: 12px;height: 12px;background: linear-gradient(to right, #2BC7E1 0%, #2828A4 100%);text-align: center; top: 6px;
    left: -22px;border-radius: 13px;}
.pagination-wrapper{margin-top: 30px;}
.pagination-wrapper span{color: #7f7f7f;font-size: 14px;font-weight: 500;}
.page-item .page-link{margin: 0 6px;width: 35px;height: 35px;line-height: 1.1;border-radius: 20px;border: 1px solid #EEEEEE;color: #060606;background-color: #fff;font-size: 16px;font-weight: 400;display: flex;align-items: center;justify-content: center;padding: 0;}
.page-item.active .page-link{border: none;background: #EE2E8E;}
.page-item:last-child .page-link{margin-right: 0;}
.page-item:first-child .page-link, .page-item:last-child .page-link{border-radius: 30px;border-color: #EEEEEE;font-size: 0;position: relative;}
.page-item:first-child .page-link:before, .page-item:last-child .page-link:before{border-radius: 30px;border-color: #EEEEEE;font-size: 0;content:'';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background: url(../admin/img/pagination-arrow.svg) no-repeat center;width: 10px;height: 10px;}
.page-item:last-child .page-link:before{transform: rotate(180deg);}
.form-group{margin-bottom: 20px;}
.form-group .text-danger, .form-group .error{font-size: 14px;}
.form-group label{font-size: 16px;color: #000;margin-bottom: 3px;font-weight: 500;letter-spacing: 0;display: block;opacity: 1;}
.form-group .form-control{border: 1px solid #634BC233;font-size: 14px !important;color: #000;font-weight: 500;padding: 18px 20px;border-radius: 12px;background: #fff;height: 50px !important;}
.form-group .form-control::placeholder{color: #7f7f7f}
.forgot-password-section label, .forgot-password-section a{font-size: 14px;}
.forgot-password-section label{color: rgba(0, 0, 0, .7);}
.login-page .login-right-section .forgot-password-section a{color: #000;text-decoration: none;}
.form-group select.form-control{-webkit-appearance: none; appearance: none; background: url(../admin/img/down-arrow-common.svg) no-repeat center right 15px;background-size: 14px;}
/* .form-group .input-group .prefix{border: 1px solid rgba(187, 227, 255, 1);border-right: none;padding: 5px;min-width: 50px;max-width:100px;border-radius: 12px 0 0 12px;display: flex;align-items: center;justify-content: center;font-weight: 500;} */
.form-group .input-group .prefix {
    border: 1px solid #634BC233;
    padding: 5px;
    min-width: 50px;
    max-width: 100px;
    border-radius: 0 12px 12px 0; /* Rounded corners for the right side */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
    background-color: #634BC233; /* Optional: Add background for better contrast */
}
.form-group .form-control.readonly-input {
    background-color: #F1F3F8;
    cursor: not-allowed;
    color: #000;
}
.custom-height {
    min-height: 100px;
}
.custom-height-message {
    min-height: 130px;
}
.custom-height-contact {
    min-height: 130px;
}
/* #category_listing tbody tr td {
    width: 50%;
} */
#category{
    padding: 10px 40px 10px 20px !important;
}

.vertical-scrollbar::-webkit-scrollbar {width: 2px;}
.vertical-scrollbar::-webkit-scrollbar-track {border-radius: 10px;background-color: rgba(0, 0, 0, .2);}
.vertical-scrollbar::-webkit-scrollbar-thumb {background: #000; border-radius: 10px;}
.vertical-scrollbar::-webkit-scrollbar-thumb:hover {background: #b30000}
.no-scrollbar::-webkit-scrollbar {width: 0px;}
.dropdown-item.has-icon i{margin-top: 0px;}
.dropdown .dropdown-toggle{padding: 6px 15px;background-color: transparent;border-radius: 40px;font-size: 14px;}
.dropdown .dropdown-toggle::after{background: url(../img/down-arrow-common.svg) no-repeat center;border: none;width: 13px;height: 7px;background-size: contain;margin-left: 14px;vertical-align: 2px;}
.dropdown-menu{width: auto;box-shadow: 0px -2px 16px #00000029;border-radius: 10px;margin-top: 20px;position: relative;}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active{background-color: #fff;color: #4c4c4c !important;}
.dropdown-menu .dropdown-item{padding: 15px 20px;border-bottom: 1px solid #BBE3FF80;color: #000;font-size: 17px;position: relative;display: flex;align-items: center;}
.dropdown-menu .dropdown-item:last-child{border-bottom: none;}
.dropdown-menu .dropdown-item img{ border-bottom: 1px solid #BBE3FF80;color: #4c4c4c;font-size: 15px;position: relative;}
.dropdown-list .dropdown-header{padding: 20px;}
.dropdown-header p{font-size: 16px;color: #060606;}
.dropdown-header a{color: #2828A4;text-decoration: underline;font-size: 14px;font-weight: 500;}
.dropdown-menu.dropdown-list{width: 440px;right: 0;left: auto;}
.dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item{padding: 25px 20px;border-radius: 15px;background-color: #EEF8FF;border-bottom: none;margin-bottom: 15px; cursor: unset;}
.dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item:focus .dropdown-item-desc{ color: #060606 !important; }
.dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item:last-child{margin-bottom: 0px;}
.dropdown-menu.dropdown-list .dropdown-list-content{overflow: auto;padding: 20px 20px 20px 20px; max-height: 400px; height: auto;}
.dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon{width: 46px;height: 46px;background-color: #fff;}
.dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon img{height: 22px;margin-right: 0;}
.dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc{font-size: 14px;color: #060606;font-weight: 500;line-height: 1.3;}
.dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc span{font-size: 13px;font-weight: 400;display: block;margin-top: 5px;}
.dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time{position: absolute;top: 10px;right: 20px;font-size: 12px;color: #060606;margin-top: 0;text-transform: inherit;}
.dropdown-menu.dropdown-list .dropdown-footer{border-top: 2px solid #BBE3FF;}
.dropdown-menu.dropdown-list .dropdown-footer a{font-size: 14px;color: #2828A4;font-weight: 500;}

.modal .modal-content{border-radius: 10px;padding: 30px;}
.modal .modal-header{margin-bottom: 30px;}
.modal .modal-header .close{opacity: 1 !important;}
.modal-header h5{font-size: 25px;font-weight: 600;}
.modal .modal-footer{margin-top: 30px;}
.modal .modal-body p{font-size: 17px;line-height: 1.4;}
.modal .modal-body h2{font-size: 28px;margin-bottom: 11px;color: #000;}
.modal h3{font-size: 25px;font-weight: 600;color: #000;}
.modal h4{font-size: 22px;font-weight: 600;}
.modal .modal-body p{font-size: 17px;padding: 0 90px;line-height: 1.4; color: #000;}
.modal .col-12{padding-left: 10px;padding-right: 10px;}
.modal .row{ margin-right: -10px;margin-left: -10px;}
a.dropdown-item img {margin-right: 10px;}
.float-right a {font-weight: bold;}

.main-title{margin-bottom: 20px;margin-top: 36px;}
.main-title h2{font-size: 22px;font-weight: 600;margin-bottom: 0;}

/* Common css */

.login-page .login-left-section, .login-page .login-right-section{height:calc(100vh + 7px);}
.login-page .login-left-section .login-brand{margin-bottom: 150px;margin-top: 0;}
.login-page .login-left-section{background: linear-gradient(180deg, #2BC7E1 0%, #2828A4 100%) 0% 0% no-repeat padding-box;max-width: 48%;flex: 0 0 48%;padding: 15px;}
.login-page .login-left-section h1{font-size: 40px;font-weight: 500;line-height: 1.5;margin-bottom: 14px;color: #fff !important;}
.login-page .login-left-section p{font-size: 18px;font-weight: 400;line-height: 1.3;margin-bottom: 50px;color: rgba(255, 255, 255, .7) ;width: 500px;}
.login-page .login-right-section{max-width: 52%;flex: 0 0 52%;padding: 40px 100px;}
.login-page .login-right-section h4{font-size: 26px;font-weight: 600;color: #060606;line-height: 1.5;}
.login-page .login-right-section p{font-size: 16px;margin-bottom: 30px;margin-top: 3px;}
.login-page .login-right-section a{color: #060606;font-weight: 500;text-decoration: underline;}
.login-page .login-right-section .btn.btn-gradient{margin-top: 110px;}
.login-page .btn.btn-outline{padding: 15px 50px;}
.login-page .login-right-section-content{height: calc(100vh - 77px);overflow: auto;}
.login-right-section-content .col-12{padding-left: 10px;padding-right: 10px;}
.login-right-section-content .row{ margin-right: -10px;margin-left: -10px;}
.login-page .login-right-section .no-scrollbar .btn.btn-gradient{margin-top: 40px;}
.reset-password-page{height: 100vh;background:linear-gradient(180deg, #2BC7E1 0%, #2828A4 100%) 0% 0% no-repeat;padding: 15px;}
.reset-password-form{background-color: #fff;padding: 45px 40px;border-radius: 30px;max-width: 650px;width: 650px;}
.reset-password-form p{margin-bottom: 30px;font-size: 15px;}
.reset-password-form .btn{margin-top: 30px;}
.navbar {left: 350px;position: sticky;top: 0;background: #fff;z-index: 11;}
.main-content {    scrollbar-width: none;padding-left: 380px;padding-top: 30px;overflow: auto;padding-bottom: 20px;height: calc(100vh - 143px);padding-right: 30px;position: relative;width: 100%;min-height: auto !important;}
.main-footer {padding: 18px 0px 18px;margin-left: 380px;margin-right: 30px;width: -webkit-fill-available;border-top:1px solid #f3f0ff;position: sticky;bottom: 0;background: #fff;color: #98a6ad;display: inline-block;z-index: 1;margin-top: 0;}
.main-footer .footer-left{color: #000;}

.main-sidebar {width: 350px;border-right: 2px solid #E0DBF3;z-index: 12;padding: 15px;left: 0;}
.main-sidebar .sidebar-brand{height: auto;}
.main-sidebar .sidebar-brand img{height: auto;}
.main-sidebar .sidebar-menu{padding: 0;margin: 0;}
.main-sidebar .sidebar-menu li a{padding: 16px;margin-bottom: 10px;height: auto;}
.main-sidebar .sidebar-menu li:hover a{background-color: #E0DBF3;border-radius: 10px;}
.main-sidebar .sidebar-menu li a img.active-icon{display: none;}
.main-sidebar .sidebar-menu li a span{margin-top: 0;font-size: 16px;font-weight: 500;color: #000;}

.main-sidebar .sidebar-menu li.active a img.active-icon{display: block;}
.main-sidebar .sidebar-menu li.active a img.unactive-icon{display: none;}

.navbar{padding: 15px 30px;border-bottom: 2px solid #E0DBF3;height: auto;right: 0;}
.navbar .navbar-nav li{margin-right: 30px;}
.navbar .navbar-nav li:last-child{margin-right: 0px;}
.navbar .dropdown .dropdown-toggle::after{display: none;}
.navbar .nav-link .user-image{width: 40px;height: 40px;border: 1px solid #634BC2;  overflow: hidden;}
.navbar .nav-link .user-image img{width: 100%;height: 100%; }
.navbar .nav-link.nav-link-user{color: #000;}
.navbar .nav-link{color: #060606;font-size: 16px;font-weight: 500;padding: 5px 15px !important;}
.dropdown.notification-dropdown .dropdown-toggle img{height: 26px;}
.navbar .nav-link:hover {color: initial;}
.select-language #user_language{width: 135px;padding: 10px 15px 10px 42px;border-radius: 40px;height: 44px!important;}
.select-language > img{position: absolute;top: 12px;left: 15px;height: 20px;}


.card.card-statistics {flex-direction: row;background-color: #BBE3FF3F;padding: 20px;box-shadow: none;border-radius: 10px;margin-bottom: 20px;}
.card.card-statistics .card-icon{width: 80px;height: 80px; max-width: 80px;flex: 0 0 80px; margin-right: 15px;background: rgba(255,255,255,.8);box-shadow: 2px 1px 6px #BBE3FF3F;}
.card.card-statistics .card-icon img{height: 36px;}
.card.card-statistics .card-body h4{font-size: 28px;font-weight: 600;color: #2828A4 !important;line-height: 1.5;margin-bottom: 5px;}
.card.card-statistics .card-body p{font-size: 16px;margin-bottom: 0;}
.card.card-statistic-1, .card.card-statistic-2{
    flex-direction: row;
    background-color: #E0DBF3;
    padding: 15px;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 20px;
}
.card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon{
    width: 70px;
    height: 70px;
    max-width: 70px;
    flex: 0 0 70px;
    border-radius: 50px;
    line-height: 94px;
    background-color: rgba(255,255,255,.8);
    margin-right: 15px;
}
.card.card-statistic-1 .card-icon {
    line-height: 90px;
}
.card.card-statistic-1 .card-icon .ion, .card.card-statistic-1 .card-icon .fas, .card.card-statistic-1 .card-icon .far, .card.card-statistic-1 .card-icon .fab, .card.card-statistic-1 .card-icon .fal, .card.card-statistic-2 .card-icon .ion, .card.card-statistic-2 .card-icon .fas, .card.card-statistic-2 .card-icon .far, .card.card-statistic-2 .card-icon .fab, .card.card-statistic-2 .card-icon .fal{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.card.card-statistic-1 .card-body {
    font-size: 20px;
}
.card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body{
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #634bc2;
    padding-bottom: 5px;
    padding: 0;
}
.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding: 0px;
}
.card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}
.card.card-statistic-1 .card-header h4 {
    margin-bottom: 0;
}
.card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .5px;
    color: #000;
}
.dashboard-cards .col-12{padding-left: 10px;padding-right: 10px;}
.card .card-body p{font-weight: 400;}
textarea {border-radius: 15px !important;}

.accordion .accordion-item{border: 1px solid #634BC2;border-radius: 15px;overflow: hidden;margin-bottom: 15px;}
.accordion .accordion-header{padding: 0px;}
.accordion .accordion-header a{display: block;background-color: #634BC2;padding: 18px 20px;color: #fff;font-size: 16px;position: relative;}
.accordion .accordion-header a:hover{color: #fff;}
.accordion .accordion-header a.collapsed{background-color: #634BC2;color: #fff;}
.accordion .accordion-header a:before{content: '';position: absolute;top: 0;bottom: 0;margin: auto;right: 10px;background: url(../admin/img/faq-minus.svg) no-repeat center / contain;width: 30px;height: 30px;}
.accordion .accordion-header a.collapsed::before{background-image: url(../admin/img/faq-add.svg);}
.accordion .accordion-body{padding: 15px;font-size: 15px;line-height: 1.6;}
/*.accordion-box{height: 400px;overflow: auto;}*/

.about-page-wrapper h1, .about-page-wrapper h2, .about-page-wrapper h3, .about-page-wrapper h4, .about-page-wrapper h5, .about-page-wrapper h6{font-size: 18px;margin-bottom: 10px;font-weight: 500;}
.about-page-wrapper p{line-height: 1.7;font-size: 15px;margin-bottom: 25px;}
.about-page-wrapper ul{margin-bottom: 30px;}
.about-page-wrapper ul li{font-size: 15px;list-style-type: none;margin-bottom: 10px;position: relative;padding-left: 20px;line-height: 1.3;}
.about-page-wrapper ol{margin-bottom: 30px;padding-left: 18px;}
.about-page-wrapper ol li{font-size: 15px;margin-bottom: 10px;line-height: 1.3;}
.about-page-wrapper ul li:last-child{margin-bottom: 0;}
.about-page-wrapper ul li:before{content: '';position: absolute;top: 0;bottom: 0;margin: auto;left: 0;width: 8px;height: 8px;background: #2828A4;border-radius: 8px;}


.modal.otp-modal .modal-content{box-shadow: none;border-radius: 30px;border: 1px solid #7f7f7f;padding: 25px;}
.otp-code{margin: 40px 65px 60px;}
.otp-code .otp-code-input{gap: 36px;}
.otp-code .otp-code-input input{border-radius: 15px !important;height: 75px !important;width: 75px;border: 1px solid #47A400; font-size: 50px !important;text-align: center;}
.otp-code .otp-code-text{margin-top: 20px;}
.otp-code .otp-code-text span{font-size: 14px;color: #7f7f7f;text-align: left;}
.otp-code .otp-code-text span b{color: #060606;}
.otp-code .otp-code-text .btn-link{color: #FE2C55;text-decoration: underline;background: none;border: none;}
.delete-modal .close {position: absolute;top: 25px;right: 25px;margin: 0;padding: 0;opacity: 1 !important;}
.delete-modal h4{margin-bottom: 15px;color: #060606 !important;font-size: 22px}
.delete-modal .modal-body > img{margin-bottom: 20px;}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single{border-color: #f3f0ff;min-height: 50px;border-radius: 12px;background: url(../img/down-arrow-common.svg) no-repeat center right 15px #fff;background-size: 14px;}
.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single , .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--open .select2-selection--single{background-color: #fff;border-color: #f3f0ff;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {margin-top: 4px;margin-bottom: 6px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: rgba(11, 133, 111, 0.1);color: #060606;font-weight: 500;border: none;font-size: 13px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #7f7f7f;font-weight: 500;font-size: 20px;position: absolute;right: 10px;border-left: 1px solid rgba(95, 99, 102, .45);line-height: 1;margin-right: 0;padding-left: 5px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{display: flex;align-items: center; position: relative;padding: 2px 40px 2px 10px;box-shadow: none;border-radius: 5px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #f3f0ff;color: #000;}
.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left: 15px;padding-right: 15px;margin-top: 2px;}
.select2-container--default .select2-selection--single .select2-selection__rendered img{width: 30px;height: 30px;border-radius: 30px;border: 1px solid #BBE3FF;}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.select2-container--default .select2-results__option img{width: 30px;height: 30px;border-radius: 30px;border: 1px solid #BBE3FF;}

.bank-detail-page{align-items: center;}
.login-right-section .alert.alert-warning{background-color: #FEF8E8;border-radius: 5px;border: 1px solid #ffc20a;color: #060606;box-shadow: 0px 2px 4px rgba(0,0,0,.05);position: absolute;top: 20px;left: 100px;right: 100px;}
.login-right-section .alert.alert-warning em{font-size: 13px;}

.form-group .custom-choose-file .form-control{width: 80px;height: 80px !important;position: absolute;left: 0;top: 0;border-radius: 80px;opacity: 0;cursor: pointer;}
.custom-choose-file label{color: #2828A4;font-weight: 600;margin-left: 20px;}
.image-preview{width: 80px;min-width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;border: 1px solid #b2b2b2;border-radius: 80px;}
.image-preview img{height: 100%;width: auto;}
.text-danger-text{color: #FF0909 !important;}

.btn-loader {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;border-radius: 50%;border: 2px solid #fff;border-color: #fff transparent #fff transparent;animation: ring 1.2s linear infinite;}
@keyframes ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
input[type="time"]::-webkit-calendar-picker-indicator { opacity: 0; cursor: pointer;}
.form-group input[type="time"] {-webkit-appearance: none;background: url(../img/datepicker.svg) no-repeat center right 15px;background-size: 18px;}
.toggle-password { float: right;cursor: pointer;margin-right: 15px;margin-top: -35px;}
/* .toggle-password .eye{display: none;} */
.toggle-password.eye-splash .eye{display: block;}
.toggle-password.eye-splash .eye-splash{display: none;}
a.cke_button,
a.cke_combo_button{
    background: #fff !important;
}
#cke_content,
#cke_arabic_content{border-radius: 10px;overflow: hidden;border: 2px solid #E0DBF3 !important;}
#cke_1_top,
#cke_2_top{background-color: #E0DBF3 !important; border-bottom: none;}
#cke_1_bottom,
#cke_2_bottom{display: none;}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {background:transparent linear-gradient(107deg, #FE2C55 0%, #6E00FF 74%, #20D5EC 100%) 0% 0% no-repeat !important;border: 1px transparent solid !important;color: #fff !important;padding: 3px 5px;}
a.cke_button_off:hover span, a.cke_button_off:focus span, a.cke_button_off:active span{filter: brightness(0) invert(1);}
.cke_combo_on a.cke_combo_button, .cke_combo_off a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:focus, .cke_combo_off a.cke_combo_button:active {background: transparent linear-gradient(107deg, #FE2C55 0%, #6E00FF 74%, #20D5EC 100%) 0% 0% no-repeat !important ;
    border: 1px solid transparent !important;}
.cke_combo_off a.cke_combo_button:hover span, .cke_combo_on a.cke_combo_button span{color: #fff;}
.cke_combo_off a.cke_combo_button:hover .cke_combo_open .cke_combo_arrow, .cke_combo_on a.cke_combo_button .cke_combo_open .cke_combo_arrow{border-top-color: #fff;}
.cke_contents.cke_reset{height: calc(100vh - 450px) !important;}

.form-group input[type="password"].form-control, .form-group #discount_percentage { padding: 10px 35px 10px 15px; }

/* Jay Concetto -- 05/06/2024 */
.dropdown-menu.dropdown-list .no-notification{ height: 100px !important; align-content: center; font-size: 18px; color: #2828A4; font-weight: 500; text-align: center;}
.dropdown-menu.dropdown-list .no-notification::after{display: none;}
.form-control.daterange-cus { height: 42px !important;}
#load_more p{text-align: center;}

/* Jay 12-06-2024 */

.cms-details .cms-common-details p{font-size: 16px;margin-bottom: 18px;line-height: 1.6;}
.cms-details .cms-common-details h4{margin-bottom: 30px;font-size: 20px;color: #000;font-weight: 600;}
.cms-details .cms-common-details .cms-imformation h5{margin-bottom: 15px;font-weight: 600;color:#000;}
.cms-details .cms-title {font-size: 26px;line-height: 1.5;font-weight: 600;color: #000;position: relative;}
.cms-details ul{padding-left: 20px;margin-bottom: 18px;}
.cms-details ul li{margin-bottom: 15px;position: relative;}
.cms-details ul li::before{content: "";position: absolute;top: 8px;left: -20px;width: 8px;height: 8px;background-color: #000;border-radius: 10px;}
.cms-details .dark-text{color: #000;font-weight: 600;}
.py-50{padding: 50px 0px;}
.cms-details .cms-common-details h3{position: relative;}
.cms-details .cms-common-details h3::before {content: "";position: absolute;background-color: #EE2E8E !important; width: 100px;height: 4px;left: 0;bottom: -2px;border-radius: 10px;}

.iziToast.iziToast-color-red .iziToast-message {color: #000 !important;}
.simple-footer{margin-bottom: 40px;font-weight: bold;color: #EE2E8E !important;}
/* sanni 190624 arabic css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin: 10px 0;}

.float-right a:hover{color: #EE2E8E !important;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none;}
.select-language > img {position: absolute;top: 12px;left: 15px;height: 20px;}
.desk-lang-top {top: 0;position: absolute;right: 30px;}

.iziToast.iziToast-color-green{color: #fff;
    /* background-color:#E8F8F1; */
    /* background-color:#28a745; */
}
.iziToast > .iziToast-body .iziToast-message{color: #000 !important; font-size: 17px; font-weight: 500;}
.tip-details {background-color: rgba(243, 240, 255, 0.5) !important;}
.product-images img {border: 1px solid #f3f0ff;border-radius: 10px;}
.tip-details p .txt-dark {font-size: 22px;font-weight: 600;color: #191d21 !important; display: inline-block; margin-bottom: 10px; font-weight: bolder; margin-right: 10px;}
.iziToast.iziToast-color-red .iziToast-message {color: #000 !important;}
.btn-secondary{
    background-color: transparent;
    border: 1px solid #634BC2;
    border-radius: 40px;
    /* color: #634BC2 !important; */
    padding: 7px 25px;
}
.btn-secondary:hover{
    background-color: #634BC2 !important;
    color: #fff !important;
    border-color: #634BC2 !important;
}
.delete-modal .modal-body > img {
    margin-bottom: 20px;
}

.form-group .control-label, .form-group > label{
    font-size: 16px !important;
}

.card.profile-widget{
    margin: 0;
}
.profile-widget-description .card-footer{
    padding: 25px 25px 25px 0px;
}
.profile-widget .profile-widget-description{
    padding: 0;
}

.reply-button {
    font-size: 16px;
    border-radius: 10px;
}


.grid-column3 {
    grid-template-columns: repeat(3, 1fr);
}

.customer-main-box{
    display: grid;
    margin: 30px 0px;
    gap: 2rem;
}

.customer-inner-box {
    padding: 0px;
    box-shadow: 0px 3px 6px #0000000F;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

.customer-inner-box h1{
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #E0DBF3;
    padding: 16px;
    color: #634BC2 !important;
    border-radius: 10px 10px 0px 0px;
}

.customer-inner-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    margin-bottom: 0px;
}

.customer-details-inner {
    padding: 24px;
}

.customer-details-inner ul {
    text-align: left;
    line-height: 2rem;
    margin-top: 24px;
}

.customer-details-inner ul li{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .8rem;
    line-height: 1.5;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 500;
}

.customer-details-inner ul li:last-child{
    margin-bottom: 0px;
}
.customer-details-inner ul li .right-sign{
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.customer-details-inner .id-proof {
    display: block;
    margin-bottom: 0;
    margin-top: 0px;
    width: 70px;
    height: 70px;
}

.email-mobile p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5;
}
.Verified-sign {
    display: flex;
    align-items: center;
    width: 50px !important;
    height: 50px !important;
}

.customer-details-inner ul li .per-titile{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 5px;
}
.customer-details-inner ul li .per-details{
    font-size: 16px;
    line-height: 1.5;
    padding-right: 5px;
    font-weight: 500;
}

.email-mobile p span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 5px;
}

.customer-img-name .customer_name img {
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

.customer-img-name .customer_name {
    margin-left: 20px;
}

.customer-img-name .customer_name p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}
.customer-img-name .customer_name span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
}

.customer-details-inner .per-video img{
    margin: 0;
    width: 100%;
    height: 244px;
    border-radius: 10px;
    display: block;
}

 .rdio {
    position: relative;
  }
  .rdio input[type="radio"] {
    opacity: 0;
  }
  .rdio label {
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 7px !important;
  }
  .rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #634BC2;
    background: #fff;
  }
  .rdio input[type="radio"] {
    margin: 0px;
  }
  .rdio input[type="radio"]:disabled + label {
    color: #999;
  }
  /* .rdio input[type="radio"]:disabled + label:before {
    background-color: #634BC2;
  } */
  .rdio input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #634BC2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .rdio input[type="radio"]:checked + label:before {
    border-color: #634BC2;
  }
  .rdio input[type="radio"]:checked + label:before {
    border-color: #634BC2;
  }
  .rdio input[type="radio"]:checked + label::after {
    background-color: #634BC2;
  }

  .custom-md-height{
    min-height: 150px;
  }

  input[type="file"]::file-selector-button {
    border: 2px solid #634BC2;
    padding: 0.2em 0.4em;
    border-radius: 5px;
    background-color: #634BC2;
    transition: 1s;
    cursor: pointer;
    color: #fff;
  }

  input[type="file"]::-ms-browse:hover {
    background-color: #634BC2;
    border: 2px solid #634BC2;
  }

  input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #634BC2;
    border: 2px solid #634BC2;
  }

  input[type="file"]::file-selector-button:hover {
    background-color: #634BC2;
    border: 2px solid #634BC2;
  }
  .fw-700{
    font-weight: 700 !important;
  }

  .durations input {
    width: 40%;
    margin-right: 10px;
    }
    #post_listing p {
        margin-top: 15px;
        margin-bottom: 0;
    }
    #post_listing img {
        border-radius: 10px;
    }

@media only screen and (max-width: 1800px) {
    .main-sidebar {width: 300px;}
    .main-content {padding-left: 330px;height: calc(100vh - 123px);}
    .main-sidebar .sidebar-brand{padding: 10px 15px;}
    .main-sidebar .sidebar-menu li a img{height: 20px;}
    .main-sidebar .sidebar-menu li a span {font-size: 15px;}
    .navbar {padding: 10px 30px;}
    .navbar .nav-link{font-size: 14px;}
    .main-footer {margin-left: 330px;}

    .dropdown-menu .dropdown-item{font-size: 14px;padding: 12px 20px;}
    .dropdown-list .dropdown-header {padding: 15px;}
    .dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item {padding: 20px;}
    .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {margin-left: 10px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {top: 5px;right: 11px;}
    .section .section-header h1 {font-size: 22px;}
    .table:not(.table-sm):not(.table-md):not(.dataTable) th {height: 55px;}
    .table:not(.table-sm):not(.table-md):not(.dataTable) td{height:50px;}
    .table thead th {font-size: 16px;}
    .table tbody tr td {font-size: 14px;}
    .employee-image-wrapper .employee-image {width: 37px;height: 37px;}
    .table tbody tr td.action-btn a img{height: 35px;}
    .table tbody tr td.action-btn a {margin-right: 5px;}
    .page-item .page-link {width: 32px;height: 32px;}
    .accordion .accordion-header a{padding: 15px 20px;font-size: 15px;}
    .accordion .accordion-body {padding: 12px 15px;font-size: 14px;}
    .accordion .accordion-header a:before{width: 25px;height: 25px;}
    .form-group label {font-size: 15px;}
    .login-page .login-left-section h1 {font-size: 36px;}
    .login-page .btn.btn-outline {padding: 12px 50px;}
    .modal.otp-modal .modal-content{padding: 80px;}
    .otp-code .otp-code-input input {height: 80px !important;width: 80px;}
    .main-title h2 {font-size: 20px;}
    .btn.btn-lg,
    .btn.btn-outline-primary{font-size: 18px;padding: 12px 25px;}
    .btn img {height: 14px;}
    .modal h3 {font-size: 22px;}
    .modal h4{font-size: 20px;}
    .modal.delete-modal .modal-body p{font-size: 16px;}
    .table:not(.table-sm) thead th {padding: 15px 25px;}
    table.dataTable td, table.dataTable th {padding: 5px 25px;}
    .cke_contents.cke_reset {height: calc(100vh - 430px) !important;}
    .section .section-header .section-header-right {gap: 10px;}
    .section .section-header .btn{padding: 12px 21px;}
    .section .section-header select{height: 46px!important;min-width: 150px;}
    .custom-tooltip {width: 46px;height: 46px;}
    .main-content .table-responsive {overflow: auto !important;}
}
@media only screen and (max-width: 1600px) {
    .btn{font-size: 16px;}
    .main-sidebar {width: 270px;}
    .main-content{padding-left: 300px;height: calc(100vh - 108px);}
    .main-footer {margin-left: 300px;}
    .main-sidebar .sidebar-menu li a{margin-bottom: 7px;}
    .main-sidebar .sidebar-menu li a span {font-size: 14px;}
    .main-sidebar .sidebar-brand img {height: auto;}
    .main-footer {padding: 13px 0;}
    .main-footer .footer-left, .pagination-wrapper span {font-size: 13px;}
    .navbar .navbar-nav li {margin-right: 25px;}
    .dropdown .dropdown-toggle {padding: 4px 11px;font-size: 13px;}
    .dropdown .dropdown-toggle::after {margin-left: 7px;width: 10px;}
    .card.card-statistics {padding: 15px;}
    .card.card-statistics .card-icon {width: 70px;height: 70px;max-width: 70px;flex: 0 0 70px;}
    .card.card-statistics .card-body h4 {font-size: 24px;margin-bottom: 0;}
    .card.card-statistics .card-body p {font-size: 14px;}
    .table:not(.table-sm):not(.table-md):not(.dataTable) th {height: 50px;}
    .table thead th {font-size: 15px;}
    .employee-image-wrapper .employee-image {width: 35px;height: 35px;}
    .employee-image-wrapper .employee-image:last-child {padding: 9px;}
    .table tbody tr td.action-btn a img {height: 32px;}
    .section .section-header h1 {font-size: 20px;}
    .section .section-header{margin-bottom: 15px;}
    .section .section-header h1.highlighted:before{width: 70px;height: 5px;}
    .section .section-header .badge {padding: 8px 14px;font-size: 16px;margin-left: 15px;}
    .custom-switch .custom-control-label::before {width: 2.5rem;height: 1.3rem;}
    .custom-switch .custom-control-label::after {width: calc(1.3rem - 6px);height: calc(1.3rem - 6px);}
    .pagination-wrapper {margin-top: 20px;}
    .page-item .page-link {width: 30px;height: 30px;font-size: 14px;}
    .dropdown-header p {font-size: 14px;}
    .dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item {padding: 20px 15px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {width: 40px;height: 40px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {font-size: 13px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc span {font-size: 12px;}
    .dropdown-header a{font-size: 12px;}
    .dropdown-menu.dropdown-list .dropdown-footer a{font-size: 13px;}
    .accordion .accordion-header a {padding: 13px 15px;font-size: 14px;}
    .accordion .accordion-body {padding: 10px 15px;font-size: 13px;}
    .about-page-wrapper h1, .about-page-wrapper h2, .about-page-wrapper h3, .about-page-wrapper h4, .about-page-wrapper h5, .about-page-wrapper h6 {font-size: 16px;}
    .about-page-wrapper p{font-size: 14px;}
    .about-page-wrapper ul li {font-size: 14px;padding-left: 15px;}
    .about-page-wrapper ul li:before{width: 6px;height: 6px;}
    .about-page-wrapper ol li{font-size: 14px;}
    .form-group label {font-size: 14px;}
    .form-group .form-control {font-size: 13px !important;}
    .form-group .input-group .prefix{font-size: 13px;}
    .login-brand img{height: 120px;}
    .login-page .login-left-section h1 {font-size: 32px;}
    .login-page .login-left-section p {font-size: 16px;}
    .login-page .login-right-section h4 {font-size: 24px;}
    .login-page .login-right-section p {font-size: 14px;}
    .reset-password-form{padding: 30px;}
    .reset-password-form h4{font-size: 22px;margin-bottom: 5px;}
    .reset-password-form p {font-size: 14px;}
    .modal-lg{max-width: 600px;}
    .modal.otp-modal .modal-content {padding: 60px;}
    .modal .modal-body h2 {font-size: 26px;}
    .modal h3 {font-size: 20px;}
    .modal h4{font-size: 18px;}
    .modal.delete-modal .modal-body p {font-size: 15px;}
    .modal .close img{height: 30px;}
    .modal .modal-body p {font-size: 17px;padding: 0px 40px;line-height: 1.4;color: #4c4c4c;}
    .otp-code {margin: 25px;}
    .otp-code .otp-code-input {gap: 26px;}
    .otp-code .otp-code-input input {height: 70px !important;width: 70px;font-size: 40px !important;}
    .main-title h2 {font-size: 18px;}
    .btn.btn-lg,
    .btn.btn-outline-primary{font-size: 14px;padding: 10px 20px;}
    .select2-container .select2-selection--multiple, .select2-container .select2-selection--single{min-height: 45px;}
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {margin-top: 2px;margin-bottom: 4px;}
    .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 1px;}
    .login-right-section .alert.alert-warning{padding: 10px 15px;}
    .image-preview {width: 70px;min-width: 70px;height: 70px;}
    .custom-choose-file label{margin-left: 10px;}
    .form-group .custom-choose-file .form-control {width: 70px;height: 70px !important;}
    .btn-loader {width: 16px;height: 16px;}
    #successModal .modal-sm {max-width: 330px;}
    #successModal .modal-body img{margin-bottom: 20px;height: 80px;}
    #successModal .modal-content {padding: 50px 30px;}
    #successModal p {font-size: 14px;padding: 0 50px;}
    .form-group input[type="time"]{background-size: 16px;background-position: center right 12px;}
    .toggle-password {margin-top: -40px;}
    .select-language #user_language {width: 125px;padding: 7px 10px 7px 35px;height: 40px !important;}
    .select-language > img {top: 11px; left: 11px;height: 17px;}
    .cke_contents.cke_reset {height: calc(100vh - 400px) !important;}
    .section .section-header .btn{padding: 10px 20px;}
    .section .section-header select {height: 41px !important;min-width: 135px;}
    .custom-tooltip::after{font-size: 13px;}
    .custom-tooltip{font-size: 16px;width: 41px;height: 41px;}
    .hour-reminder { padding: 8px 18px; border-radius: 10px; font-size: 16px;}
    .card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body{
        font-size: 20px;
    }
    .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4{
        font-size: 13px;
    }
    .card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon{
        width: 55px;
        height: 55px;
        max-width: 55px;
        flex: 0 0 55px;
        margin-right: 15px !important;
        margin: 0;
    }
}
@media only screen and (max-width: 1400px) {


    .main-sidebar {width: 250px;}
    .main-content {padding-left: 280px;height: calc(100vh - 92px);}
    .main-footer {margin-left: 280px;padding: 10px 0;}
    .main-sidebar .sidebar-menu li a img {height: 17px;}
    .main-sidebar .sidebar-menu li a {padding: 8px 14px;}
    .main-sidebar .sidebar-menu li a span {font-size: 13px;}
    .navbar {padding: 8px 20px;}
    .navbar .nav-link .user-image {width: 32px;height: 32px;}
    .navbar .nav-link {font-size: 13px;}
    .dropdown.notification-dropdown .dropdown-toggle img {height: 22px;}
    .card.card-statistics .card-icon {width: 60px;height: 60px;max-width: 60px;flex: 0 0 60px;}
    .card.card-statistics .card-icon img {height: 28px;}
    .card.card-statistics .card-body h4 {font-size: 22px;}
    .card.card-statistics .card-body p {font-size: 13px;}
    .section .section-header h1 {font-size: 18px;}
    .section .section-header .badge {padding: 8px 12px;font-size: 14px;}
    .table thead th {font-size: 14px;}
    .table tbody tr td {font-size: 13px;}
    .table tbody tr td.action-btn a img {height: 30px;}
    .table tbody tr td.action-btn a {margin-right: 2px;}
    .table:not(.table-sm):not(.table-md):not(.dataTable) td {height: 45px;}
    .page-item .page-link {width: 27px;height: 27px;font-size: 13px;margin: 0 4px;}
    .main-footer .footer-left, .pagination-wrapper span {font-size: 12px;}
    .dropdown-menu .dropdown-item {font-size: 13px;}
    .dropdown-menu .dropdown-item img {margin-right: 5px;}
    .dropdown-menu.dropdown-list {width: 370px;}
    .dropdown-menu.dropdown-list .dropdown-list-content {max-height: 300px;}
    .dropdown-menu.dropdown-list .dropdown-list-content .dropdown-item{margin-bottom: 10px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {font-size: 12px;}
    .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc span, .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {font-size: 11px;}
    .dropdown-list .dropdown-footer{padding: 8px 15px;font-size: 12px;}
    .dropdown-list .dropdown-header {padding: 15px 15px 10px;}
    .accordion .accordion-item {margin-bottom: 10px;}
    .about-page-wrapper p{font-size: 13px;}
    .about-page-wrapper ul li {font-size: 13px;}
    .about-page-wrapper ol li{font-size: 13px;}
    .form-group {margin-bottom: 15px;}
    .form-group .input-group .prefix{min-width: 40px;}
    .form-group .text-danger, .form-group .error {font-size: 12px;}
    .custom-radio{margin-right: 15px;}
    .custom-radio .custom-control-label {font-size: 13px;}
    .login-brand img {height: 100px;}
    .login-page .login-left-section .login-brand{margin-bottom: 100px;}
    .login-page .login-left-section h1 {font-size: 28px;}
    .login-page .login-left-section p {font-size: 14px;width: 400px;}
    .login-page .login-right-section h4 {font-size: 22px;}
    .login-page .login-right-section .btn.btn-gradient {margin-top: 50px;}
    .reset-password-form h4 {font-size: 20px;}
    .modal-lg{max-width: 550px;}
    .modal.otp-modal .modal-content {padding: 40px;}
    .modal .modal-body h2 {font-size: 24px;}
    .modal .modal-body p {font-size: 14px;padding: 0px;}
    .modal.delete-modal .modal-body p {font-size: 14px;}
    .otp-code {margin: 40px;}
    .otp-code .otp-code-input input {height: 60px !important;width: 60px;font-size: 30px !important;}
    .otp-code .otp-code-text span {font-size: 13px;}
    .otp-code .otp-code-text .btn-link{font-size: 13px;}
    .btn-link img {height: 12px;}
    .main-title {margin-bottom: 15px;}
    .main-title h2 {font-size: 16px;}
    .btn.btn-lg{font-size: 13px;}
    .btn img {height: 12px;margin-right: 1px;}
    .modal h3 {font-size: 18px;}
    .modal .modal-header {margin-bottom: 20px;}
    .modal .modal-footer {margin-top: 20px;}
    .delete-modal h4 {margin-bottom: 11px;}
    .delete-modal .modal-body > img {margin-bottom: 15px;height: 50px;}
    .bank-detail-page{align-items:baseline;}
    .login-right-section .alert.alert-warning span{font-size: 12px;}
    .login-right-section .alert.alert-warning em{font-size: 11px;}
    .image-preview {width: 60px;min-width: 60px;height: 60px;}
    .form-group .custom-choose-file .form-control {width: 60px;height: 60px !important;}
    .custom-choose-file label{font-size: 12px;}
    .toggle-password {margin-top: -42px;}
    .select-language #user_language {width: 115px;padding: 5px 8px 5px 30px;height: 36px !important;}
    .select-language > img {top: 10px;left: 10px;height: 15px;}
    .form-group.select-language select.form-control{background-size: 11px;}
    .cke_contents.cke_reset {height: calc(100vh - 370px) !important;}
    .section .section-header select {height: 39px !important;min-width: 130px;}
    .custom-tooltip::after{font-size: 12px;}
    .custom-tooltip{width: 39px;height: 39px;}
}
@media only screen and (max-width: 1199px) {
    .main-sidebar {z-index: 999;}
    .arabic-lg .main-footer,
    .main-footer {margin-left: 20px;margin-right: 20px;}
    .dropdown .dropdown-toggle {padding: 2px 9px;}
    .table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {padding: 0 15px;}
    .login-page .login-right-section{padding: 40px;}
    .forgot-password-section a{font-size: 13px;}
    .login-page .login-right-section h4 {font-size: 20px;}
    .modal .modal-body h2 {font-size: 24px;}
    .otp-code {margin: 30px;}
    .bank-detail-page{align-items:center;}
    .login-right-section .alert.alert-warning{left: 40px;right: 40px;}
    .grid-column3{grid-template-columns: repeat(2, 1fr);}
    .w-md-50{width: 50% !important;}
    #viewImageModal .modal-body img {height: 250px !important;}
}
@media only screen and (max-width: 1024px) {
    .arabic-lg .main-content,
    .main-content {padding: 20px 15px;}
}
@media only screen and (max-width: 991px) {
    .table-responsive table{
        min-width: max-content;
    }
    .form-group .control-label, .form-group > label{
        font-size: 14px !important;
    }
    .navbar .nav-link.nav-link-user img{width: 100%;height: 100%;}
    .navbar .nav-link{padding: 0px !important;}
    .modal .modal-body p{font-size: 14px;}
    .modal-header h5{font-size: 18px;}
    .navbar .navbar-nav li {margin-right: 15px;}
    .login-page .login-right-section {max-width: 100%;flex: 0 0 100%;}
    .input-right-icon { margin-top: -32px; }
    .py-50{padding: 30px 0px;}
    .flex-md-wrap {flex-wrap: wrap;}
}
@media only screen and (max-width: 767px) {
    .login-page .login-right-section{padding: 20px;}
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content: center;margin-top: 10px;}
    .login-right-section .alert.alert-warning{left: 20px;right: 20px;}
    .login-right-section-content.not-found h1 { font-size: 50px; }
    .login-right-section-content.not-found h2 { font-size: 20px; }
    .customer-details b{width: 100%;display: inline-block;}
    .customer-details span{width: 100%;display: inline-block;}
    .cms-details .cms-common-details h4{margin-bottom: 30px;font-size: 18px;color: #000;font-weight: 600;}
    .cms-title::before{width: 100%;}
    .cms-title{font-size: 16px;}
    .cms-details ul li{font-size: 14px;}
    .cms-details ul li:last-child{ margin-bottom: 0px;}
    .toggle-password{top: 75px;}
    .grid-column3 {grid-template-columns: repeat(1, 1fr);}
    .customer-details-inner {padding: 12px;}
    .durations input {width: 15%;margin-right: 10px;}
    .customer-inner-box h1{font-size: 18px;padding: 8px;}
    .customer-inner-box img{width: 60px;height: 60px;}
    .customer-img-name .customer_name p{font-size: 16px;}
    .customer-img-name .customer_name img{width: 16px;height: 16px;}
    .customer-img-name .customer_name span{font-size: 14px;}
    .customer-img-name{padding-bottom: 15px;}
    .customer-details-inner ul li{margin-bottom: 15px;}
    .customer-details-inner ul{margin-top: 15px;}
    .customer-details-inner .id-proof{width: 50px;height: 50px;}
}
@media only screen and (max-width: 575px) {
    .main-content {height: calc(100vh - 110px);}
    .card.card-statistics{margin-bottom: 10px;}
    .section .section-header h1 {font-size: 17px;}
    .dropdown-menu{margin-top: 10px;}
    .dropdown-menu.dropdown-list {width: 320px;right: -50px;}
    .section .section-header .badge {margin-left: 5px;}
    .section .section-header h1.highlighted {margin-bottom: 10px;}
    .section .section-header h1.highlighted:before{bottom: 4px;}
    .login-page .login-right-section .no-scrollbar .btn.btn-gradient, .login-page .login-right-section .btn.btn-gradient {margin-top: 20px;}
    .login-page .login-right-section-content {height: calc(100vh - 50px);}
    .reset-password-form {padding: 30px 25px;}
    .reset-password-form .btn {margin-top: 10px;}
    .modal .modal-content {padding: 20px;}
    .modal.otp-modal .modal-content {padding: 30px;}
    .otp-code {margin: 30px 0;}
    .otp-code .otp-code-input {gap: 18px;}
    .otp-code .otp-code-input input{font-size: 24px !important;}
    .cke_contents.cke_reset {height: calc(100vh - 440px) !important;}
    .section .section-header .section-header-right{margin-top: 10px;flex-wrap: wrap;justify-content: center !important;}
    .custom-tooltip::after{left: 0;transform: none;top: 50px;width: 300px;}
    .hour-reminder { border-radius: 10px; font-size: 15px;}
}
.cursor-pointer {
    cursor: pointer;
}
.fs-12{
    font-size: 12px;
}
.section .section-header h1.highlighted{margin-bottom: 15px;font-weight: 700;}
.section .section-header h1.highlighted:before{content: '';position: absolute;bottom: 8px;left: 0;width: 80px;height: 6px;border-radius: 10px; background: #47A400 }
.min-height-150 {
    min-height: 150px;
}
.fs-20{
    font-size: 20px !important;
}
.available-store{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.spinner-border{
  width: 20px;
  height: 20px;
  color: #47A400;
  font-size: 14px;
  margin-right: 7px;
  margin-left: 8px;
}

.dashboard-box .card-icon img {
    width: 35px;
    height: 35px;
}

a.dashboard-box:hover{
    text-decoration: none;
}

.video-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.video-preview {
    position: relative;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    margin: 20px 0px;
}
.video-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-box {
    border: 1px solid #634BC233;
    font-size: 14px !important;
    display: flex;
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.profile-box .form-group {
    margin-bottom: 0;
}

#viewImageModal .modal-body img {
    width: 400px;
    /* height: 400px; */
    object-fit: cover;
}

.nav-tabs .nav-link{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border-color: #E0DBF3;
    border-radius: 10px 10px 0px 0px;
    color: #634BC2;
    font-weight: 700;
}
.main-content .table-responsive {
    overflow: hidden;
}
.customer-img-name {
    padding-bottom: 24px;
    border-bottom: 1px solid #F3F0FF;
}
.image-block{
    margin-right: 7px;
}
.w-15 {
    width: 10% !important;
}
.action-btn span {
    border: 1px solid #E0DBF3;
    /* border-radius: 20px; */
    padding: 8px 15px;
    color: #EE2E8E;
    background-color: rgba(224, 219, 243, 0.5);
    font-size: 14px;
    font-weight: 700;
}
.td-margin {
    padding: 13px 20px 13px 25px !important;
}
.float-right a {
    font-weight: bold;
    font-size: 14px;
    color: #EE2E8E !important;
}
.footer-link{
    font-weight: bold;
    color: #EE2E8E !important;
}
.recalled-color{
    color: #4c4c4c;
    font-size: 16px;
}