/**
 *
 * 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 */
.cursor-pointer {
    cursor: pointer;
}
.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: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: #F1E5C0;border-radius: 10px;}
.main-sidebar .sidebar-menu li.active a span{color: var(--success);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;
    cursor: not-allowed;
}

.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: #0B856F !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: #FF0909 !important;
}
h1,h2,h3,h4,h5,h6{color: #060606 !important;}
p{color: #000;line-height: 1.3;}
a{cursor: pointer;}
/* Common css */
.btn.btn-gradient {background: #0B856F;color: #fff !important;border: 0 !important;}
.login-page{ background-color: #FFFDE4;}
 /* .custom-control.custom-checkbox {padding-top: 10px;} */
.btn{font-size: 18px;font-weight: 500;padding: 16px 30px;letter-spacing: 0px;line-height: inherit;border-radius: 40px;box-shadow: none;cursor: pointer;border: none;}
.btn.btn-lg{font-size: 16px;padding: 15px 25px;}
.btn.btn-primary{font-size: 16px;}
.btn img{height: 16px;margin-top: -3px;margin-right: 3px;}
.btn.btn-primary, 
.btn.btn-primary:hover{background-color: #0B856F !important;color: #fff !important;border-color:#0B856F !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 #06836D;border-radius: 40px;color: #06836D !important;padding: 13px 25px;}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active,  .btn.btn-outline-primary:focus{  background: #0B856F !important;border-color: #0B856F !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: 24px;font-weight: 600;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: 20px; background: linear-gradient(136deg, #2BC7E1 0%, #2828A4 100%);} */
.section .section-header .section-header-right{gap: 20px;}
.section .section-header select{min-width: 160px;border-radius: 50px;}
.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 #f1e5c0;border-radius: 20px;display: block; width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}
.table{margin-bottom: 0;min-width: auto;width: 100%;}
.table thead th{font-size: 17px;font-weight: 700;color: #060606 !important;min-height: 55px !important;}
.table tbody tr{border-bottom: 1px solid #f1e5c0;}
.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: #F1E5C0;}
.table.dataTable{border-collapse: collapse !important;border: 1px solid #f1e5c0 !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 #f1e5c0!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(../img/down-arrow-common.svg) no-repeat center right 10px;background-size: 10px;padding: 8px 10px !important;border-color: #F1E5C0;border-radius: 8px !important;height: 38px !important;}
div.dataTables_wrapper div.dataTables_filter input {height: 40px;border-color: #f1e5c0;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: #0B856F !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: #0B856F !important;border-color: var(--success) !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: 45px;height: 45px;line-height: 1.1;border-radius: 30px;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{background:#0B856F;border: none;}
.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(../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: 13px;}
.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 #f1e5c0;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(../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 .form-control.readonly-input {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}
.custom-height {
    min-height: 300px;
}
.custom-height-contact {
    min-height: 150px;
}
/* #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 .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: #4c4c4c;font-size: 15px;position: relative;}
.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: 20px;padding: 30px;}
.modal .modal-header{margin-bottom: 30px;}
.modal .modal-header .close{opacity: 1 !important;}
.modal .modal-footer{margin-top: 30px;}
.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;}
.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 {padding-left: 380px;padding-top: 30px;overflow: auto;padding-bottom: 20px;height: calc(100vh - 140px);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 #e3eaef;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: 1px solid #F1E5C0;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 20px;margin-bottom: 10px;height: auto;}
.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: #4c4c4c;margin-left: 10px;}

.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: 1px solid #F1E5C0;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 #F1E5C0;  overflow: hidden;}
.navbar .nav-link .user-image img{width: 100%;height: 100%; }
.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: 20px;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;}
.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 #BBE3FF;border-radius: 15px;overflow: hidden;margin-bottom: 15px;}
.accordion .accordion-header{padding: 0px;}
.accordion .accordion-header a{display: block;background-color: #BBE3FF;padding: 18px 20px;color: #060606;font-size: 16px;position: relative;}
.accordion .accordion-header a:hover{color: #060606;}
.accordion .accordion-header a.collapsed{background-color: #fff;}
.accordion .accordion-header a:before{content: '';position: absolute;top: 0;bottom: 0;margin: auto;right: 10px;background: url(../img/faq-minus.svg) no-repeat center / contain;width: 30px;height: 30px;}
.accordion .accordion-header a.collapsed::before{background-image: url(../img/faq-add.svg);}
.accordion .accordion-body{padding: 15px;font-size: 15px;line-height: 1.6;}


.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 #0b856f;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: #F1E5C0;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: #F1E5C0;}
.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: #F1E5C0;color: #000;}
.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left: 15px;padding-right: 30px;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;}

#cke_content,
#cke_arabic_content{border-radius: 20px;overflow: hidden;border: 2px solid #F1E5C0;}
#cke_1_top,
#cke_2_top{background-color: #F1E5C0; 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: #0B856F 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: #0B856F 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 10px; }

/* 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: 20px;}
.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: #0B856F;width: 100px;height: 4px;left: 0;bottom: -2px;border-radius: 20px;}

.iziToast.iziToast-color-red .iziToast-message {color: #000 !important;}
.simple-footer{margin-bottom: 40px;font-weight: bold;color: var(--success);}
/* sanni 190624 arabic css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin: 10px 0;}
.arabic-lg .login-page .login-right-section h4,
.arabic-lg .login-page .login-right-section p,
.arabic-lg .form-group label{text-align: right;}
.arabic-lg .toggle-password{float: left;margin-left: 15px;left: 5px;right: auto;}
.arabic-lg .form-group input[type="password"].form-control, 
.arabic-lg .form-group #discount_percentage{padding: 10px 15px;}
.arabic-lg .select-language #user_language{ padding: 5px 40px 5px 8px;}
.arabic-lg .select-language > img{right: 10px;left: auto;}
.arabic-lg .form-group select.form-control{background: url(../img/down-arrow-common.svg) no-repeat center left 15px;}
.arabic-lg .form-group .input-group .prefix{border-radius: 0px 12px 12px 0px;border-right: 1px solid rgba(187, 227, 255, 1);}
.arabic-lg .input-group>.form-control:not(:first-child) {border-radius: 12px 0px 0px 12px;}
.arabic-lg .custom-radio {margin-left: 40px;}
.arabic-lg .custom-checkbox .custom-control-label{padding-right: 35px;}
.arabic-lg .custom-control-label::before{right: 0;left: auto;}
.arabic-lg .custom-checkbox .custom-control-label::before,
.arabic-lg .custom-checkbox .custom-control-input:checked~.custom-control-label::after{right: 0;left: auto;}
.arabic-lg .login-part-page .custom-checkbox .custom-control-input:checked~.custom-control-label::after{right: 0;}
.arabic-lg .btn-positions {text-align: right;}
.arabic-lg .link-sign {font-size: 13px;}
.arabic-lg .main-sidebar{right: 0;border-left: 1px solid #F1E5C0;}
.arabic-lg .navbar{left: 0;right: 350px;}
.arabic-lg .main-content{padding-right: 380px;padding-top: 30px;padding-left: 30px;padding-bottom: 0px;margin-bottom: 20px;}
.arabic-lg .main-footer{margin-right: 380px;margin-left: 30px;}
.arabic-lg .navbar .navbar-nav li {margin-left: 30px;margin-right: 0;}
.arabic-lg .navbar .nav-link .user-image{margin-right:20px !important;}
.arabic-lg .navbar .navbar-nav li:last-child {margin-left: 0px;margin-right: 0px;}
.arabic-lg .dropdown-menu.dropdown-list{left: 0;right: auto;}
.arabic-lg .dropdown-menu .dropdown-item img{margin-left: 10px;}
.arabic-lg .main-sidebar .sidebar-menu li a span{ margin-right: 10px;width: auto; font-size: 12px;}
.arabic-lg .table thead th,
.arabic-lg .table tbody tr td{text-align: right;}
.arabic-lg div.dataTables_wrapper div.dataTables_filter {text-align: left;}
.arabic-lg div.dataTables_wrapper div.dataTables_filter input{margin-right: 0.5em;}
.arabic-lg div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child{padding-left: 0;}
.arabic-lg .dataTables_length,
.arabic-lg div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child{padding-left: 0;}
.arabic-lg div.dataTables_wrapper div.dataTables_info {text-align: right;}
.arabic-lg div.dataTables_wrapper div.dataTables_length select{background: url(../img/down-arrow-common.svg) no-repeat center left 10px;}
.arabic-lg .table tbody tr td.action-btn a{margin-left: 10px;margin-right: 0px;}
.arabic-lg .main-footer .footer-left{float: right;}
.arabic-lg .main-footer .footer-right{float: left;}
.arabic-lg .dataTables_length{text-align: right;}
.arabic-lg .section-body .form-group {padding-right: 0;padding-left: 0;}
.arabic-lg .section-body .form-group select.form-control{margin-right: 20px;}
.arabic-lg .section .section-header h1.highlighted:before{right: 0;}
.arabic-lg .review-tag ul{ margin-right: 60px;}
.arabic-lg .accordion .accordion-header a{text-align: right;}
.arabic-lg .accordion .accordion-header a:before{left: 10px;right: auto;}
.arabic-lg .accordion .accordion-body,
.arabic-lg .otp-code .otp-code-text .btn-link{text-align: left !important;}
.arabic-lg .otp-code .otp-code-input,
.arabic-lg .otp-code .otp-code-input{flex-direction: row-reverse;}
.arabic-lg .reset-password-form,
.arabic-lg .reset-password-form label,
.arabic-lg .form-group .form-control,
.arabic-lg .otp-code .otp-code-text span{text-align: right;}
.arabic-lg .otp-code .otp-code-text span{width: 100%;}
.arabic-lg .otp-code .otp-code-text .btn-link{text-align: start !important;}
.arabic-lg .login-page .login-right-section a{margin-right: 5px;}
.arabic-lg .custom-checkbox .custom-control-label{display: flex;}
.arabic-lg .section-body .form-group .mr-3 {margin-left: 16px !important;margin-right: 0px !important;}
.arabic-lg .section .section-body .form-group select.form-control{margin-right: 0px;}
.arabic-lg .delete-account {margin: 0px auto;margin-top: 26px !important;}
.arabic-lg #change-password-form .form-group,
.arabic-lg #editProfileForm .form-group,
.arabic-lg #cms-form .form-group,
.arabic-lg .select2-results__option{text-align: right;}
.arabic-lg .modal-header .close{margin: 0px;padding: 0;left: 25px;right: auto;}
.arabic-lg .custom-choose-file label{margin-right: 20px;}
.arabic-lg .modal .modal-footer .mr-2{margin-left: 15px !important;margin-right: 0px !important;}
.arabic-lg .form-group input[type="time"]{
    text-align: right;
    background: url(../img/datepicker.svg) no-repeat center left 15px;
    margin-right: 0px !important;
    margin-left: 10px;
}
#addModal .modal-body .datepicker.mr-1{
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.arabic-lg #status_filter {
    margin-right: 20px !important;
}

.arabic-lg .iziToast-wrapper-topRight{left: 0;text-align: left;}
.arabic-lg .invalid-feedback,
.arabic-lg .form-group .text-danger, 
.arabic-lg .form-group .error{text-align: right;}
.arabic-lg .dropdown-menu .dropdown-item{display: flex;align-items: center;justify-content: flex-start;}
.arabic-lg .navbar-expand-lg .navbar-nav .dropdown-menu {right: auto;left: 0;}
.arabic-lg .notification-item .notification-title{margin-left: 6px;}
.arabic-lg .notification-item .notification-item-desc{margin-right: 10px;}
.arabic-lg .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc{margin-right: 15px;margin-left: 0px;}
.arabic-lg .dropdown-menu .dropdown-item .dropdown-item-icon img{margin-left: 0px;}
.arabic-lg .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time{left: 20px;right: auto;}
.arabic-lg .select2-container .select2-selection--multiple,
.arabic-lg .select2-container .select2-selection--single{background: url(../img/down-arrow-common.svg) no-repeat center left 15px #fff;}
.arabic-lg .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{right: 0;position: absolute;padding: 0px 15px;}
.arabic-lg .input-right-icon{float: left;margin-left: 17px;}
.arabic-lg .form-group .custom-choose-file .form-control{right: 0;left: auto;}
.arabic-lg .card.card-statistic-1 .card-icon{margin-left: 15px;}
.arabic-lg .card-statistic-1 .card-wrap{text-align: right;}
body.arabic-lg.sidebar-gone .main-sidebar{right: -250px;}
.arabic-lg .navbar-expand-lg .navbar-nav .dropdown-list {right: auto;left: -50px;}
.arabic-lg .section-body p {text-align: right;}
.arabic-lg .navbar .nav-link.nav-link-user img{margin-left: 10px;}
.arabic-lg .desk-lang-top {left: 30px;right: auto;}
.float-right a:hover{color: #24947c !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:#24947c;}
.iziToast > .iziToast-body .iziToast-message{color: #fff;}
.product-details {background-color: #fffcf1;}
.product-images img {border: 1px solid #f1e5c0;border-radius: 10px;}
.product-details p span {font-size: 18px;font-weight: 800;color: #27856f;width: 100%;display: inline-block;margin-bottom: 5px;}

.iziToast.iziToast-color-red .iziToast-message {color: #000 !important;}
.arabic-lg .section-body .arbaic-right,
.arabic-lg .product-images,
.arabic-lg .product-details{text-align: right;}
.arabic-lg .customer-details b{width: 30%;text-align: right;}
.arabic-lg .customer-details span{width: 70%;text-align: right;}
.arabic-lg .rember-forgotten{    flex-direction: row-reverse;}



@media only screen and (max-width: 1800px) {
    .btn{padding: 13px 30px;}
    .main-sidebar {width: 300px;}
    .main-content {padding-left: 330px;height: calc(100vh - 123px);}
    .arabic-lg .main-content{padding-right: 330px;}
    .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;}
    .arabic-lg .main-footer{margin-right: 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;}
    .arabic-lg .dropdown-menu.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time{left: 16px;}
    .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-primary,
    .btn.btn-outline-primary{font-size: 15px;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;}
}
@media only screen and (max-width: 1600px) {
    .btn{font-size: 16px;}
    .main-sidebar {width: 270px;}
    .main-content{padding-left: 300px;height: calc(100vh - 108px);}
    .arabic-lg .main-content{padding-right: 300px;}
    .main-footer {margin-left: 300px;}
    .arabic-lg .main-footer{margin-right: 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;}
    .arabic-lg .navbar .navbar-nav li{margin-left: 25px;}
    .dropdown .dropdown-toggle img {height: 16px;}
    .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;height: 45px !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,
    .btn.btn-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;}
    .arabic-lg .main-sidebar .sidebar-menu li a span{
        font-size: 11px;
    }
}
@media only screen and (max-width: 1400px) {
    .btn{font-size: 14px;}
    .main-sidebar {width: 250px;}
    .main-content {padding-left: 280px;height: calc(100vh - 92px);}
    .arabic-lg .main-content{padding-right: 280px;}
    .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 10px;}
    .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 .form-control {height: 42px !important;}
    .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,
    .btn.btn-primary {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;}
    .arabic-lg .main-sidebar .sidebar-menu li a span{font-size: 11px;}
    .arabic-lg .main-sidebar .sidebar-menu li a span{
        font-size: 10px;
    }
}
@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;}
}
@media only screen and (max-width: 1024px) {
    .arabic-lg .main-content,
    .main-content {padding: 20px 15px;} 
}  
@media only screen and (max-width: 991px) {
    .arabic-lg .navbar .nav-link .user-image{margin-right:0px !important;}
    .navbar .navbar-nav li {margin-right: 15px;}
    .arabic-lg .navbar .navbar-nav li{margin-left: 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;}
}
@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;}
    .arabic-lg .dropdown-menu.dropdown-list{left: -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: 20px; background: #0B856F;}
.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: #0B856F;
  font-size: 14px;
  margin-right: 7px;
  margin-left: 8px;
}
.view-product-link {
    color: #000; /* Example: change the text color */
    text-decoration: none; /* Example: remove underline */
}

.view-product-link:hover {
    text-decoration: underline; /* Example: underline on hover */
    color: #000; /* Example: change color on hover */
}
.badge.badge-danger,.badge.badge-success{
    width: 130px;
    height: 45px !important;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}
.badge.badge.badge-success{
    background-color: #27856f;
}
#affected_area, #edit_area_id, #category_filter{
    padding: 10px 40px 10px 20px !important;
}
.arabic-lg #affected_area, 
.arabic-lg #edit_area_id, 
.arabic-lg #category_filter {
    padding: 10px 20px 10px 40px !important;
}
.custom-dropdown{
    width: 250px !important;
    border-radius: 10px !important;
}
.custom-reset{
    border-radius: 10px !important;
    font-weight: 700;
    padding: 11px 14px !important;
}

.select2-results__option {
    padding: 5px 7px !important;  /* Adjust these values as needed */
}