html,
body {
    overflow-x: hidden;
}
.cursor-pointer {
    cursor: pointer !important;
}
.validation-error,
.error,
.custom-error {
    color: red !important;
    font-size: 0.75rem !important;
}
.disabled {
    cursor: not-allowed;
}
.disabled-input {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.1) !important;
}
.action-icon {
    font-size: 1.21875rem !important;
    margin: 0 5px;
}
.z-index-1 {
    z-index: 1 !important;
}
.datepicker-container {
    z-index: 9999 !important;
}
input[readonly] {
    background-color: rgba(0, 0, 0, 0.08) !important;
}
select[readonly] {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

#custom_preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    cursor: wait;
    /*pointer-events: none;*/
}

.select2-search__field {
    position: relative !important;
    top: 4px !important;
    min-height: 36px;

}
input.select2-search__field {
    min-height: 22px;
    margin-top: 3px !important;
}

#custom_preloader .loader-div {
    /*perspective: 1000px;
    border-radius: 50%;
    width: 68px;
    height: 68px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
}
#custom_preloader .wrapper {
    position: absolute;
    top: -35px;
    transform: scale(1.5);
}
#custom_preloader .loader {
    height: 25px;
    width: 1px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}
#custom_preloader .loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.text {
    position: absolute;
    bottom: -85px;
    font-size: 25px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }
    40% {
        transform: rotate(450deg);
        opacity: 1;
    }
    75% {
        transform: rotate(720deg);
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}
#custom_preloader .loader:nth-child(1) {
    animation-delay: 0.15s;
}
#custom_preloader .loader:nth-child(2) {
    animation-delay: 0.3s;
}
#custom_preloader .loader:nth-child(3) {
    animation-delay: 0.45s;
}
#custom_preloader .loader:nth-child(4) {
    animation-delay: 0.6s;
}
#custom_preloader .loader:nth-child(5) {
    animation-delay: 0.75s;
}
#custom_preloader .loader:nth-child(6) {
    animation-delay: 0.9s;
}

span.select2-selection__choice__remove {
    position: unset !important;
}

/* 15-07-2024 */
.vertical-menu {
    width: 300px !important;
}
.main-content {
    margin-left: 300px !important;
}
.simplebar-content {
    background: #e3e9f9;
}
.simplebar-content .menu-title {
    color: #000;
}
#sidebar-menu ul li a {
    color: #303030;
}
.simplebar-content hr {
    border-color: rgb(85 110 230 / 25%) !important;
}
#sidebar-menu ul li:focus,
#sidebar-menu ul li:hover {
    background: #FFF !important;
}
#sidebar-menu ul li.mm-active {
    background: #556ee6 !important;
}
#sidebar-menu ul li.mm-active a,
#sidebar-menu ul li.mm-active i {
    color: #FFF !important;
}
.order_detail .dropdown-menu {
    left: -121px !important;
}

table .no-records-found td {
    padding: 120px 12px;
}

/* SUB-TITLE */
.card-title,
.sub_title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #333333;
}

/* TABLE PAGE */
.pagination .active a,
.pagination .active {
    background: #556ee6;
    border-color: #556ee6;
}

/* BUTTON */
.primary_btn_font_bg {
    font-size: 16px;
}
.swal2-actions .swal2-confirm,
.primary_btn,
.btn-primary {
    background: #556ee6;
    border-color: #556ee6;
    color: #FFF;
    box-shadow: none !important;
}
.swal2-actions .swal2-confirm:hover,
.swal2-actions .swal2-confirm:focus,
.primary_btn:hover,
.primary_btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: #000;
    border-color: #000;
}

.secoundry_btn,
.swal2-actions .swal2-cancel {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #FFF;
    box-shadow: none !important;
}
.secoundry_btn:hover,
.secoundry_btn:focus,
.swal2-actions .swal2-cancel:hover,
.swal2-actions .swal2-cancel:focus {
    background: #000;
    border-color: #000;
}

/* TABLE BTN */
.fixed-table-pagination .pagination-detail .page-list button, 
.btn-group .btn-group button {
    background: #333333;
    border-color: #333333;
    box-shadow: none !important;
}
.fixed-table-pagination .pagination-detail .page-list button:hover,
.btn-group .btn-group button:hover {
    background: #000000;
}

table tbody td .btn-outline-warning {
    border-color: #f68712 !important;
    color: #f68712 !important;
}
table tbody td .btn-outline-warning:focus,
table tbody td .btn-outline-warning:hover {
    background: #f68712 !important;
    color: #FFF !important;
}

table tbody td .btn-outline-danger {
    border-color: #ed1c24 !important;
    color: #ed1c24 !important;
}
table tbody td .btn-outline-danger:focus,
table tbody td .btn-outline-danger:hover {
    background: #ed1c24 !important;
    color: #FFF !important;
}

.bg-danger {
    background: #ed1c24 !important;
}

table tbody td .btn-danger {
    border-color: #ed1c24 !important;
    background: #ed1c24 !important;
    color: #FFF !important;
}
table tbody td .btn-danger:focus,
table tbody td .btn-danger:hover {
    background: #FFF !important;
    color: #ed1c24 !important;
}

table tbody td .btn-success {
    border-color: #80cc28 !important;
    background: #80cc28 !important;
    color: #FFF !important;
}
table tbody td .btn-success:focus,
table tbody td .btn-success:hover {
    background: #FFF !important;
    color: #80cc28 !important;
}

table tbody td .view_proof_btn,
table tbody td .btn-dark {
    border-color: #333333 !important;
    background: #333333 !important;
    color: #FFF !important;
}
table tbody td .view_proof_btn:focus,
table tbody td .view_proof_btn:hover,
table tbody td .btn-dark:focus,
table tbody td .btn-dark:hover {
    background: #FFF !important;
    color: #333333 !important;
}

.scheme_management_popup .modal-dialog {
    max-width: 1000px;
}
.popup_sheme_details .psd_info {
    display: grid;
    grid-template-columns: 33% 65%;
    gap: 2%;
}
.popup_sheme_details .psd_info:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.popup_sheme_details .psd_info ul,
.popup_sheme_details .psd_info h6,
.popup_sheme_details .psd_info p {
    margin: 0;
} 
.popup_sheme_details .psd_info ul {
    list-style: circle;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.popup_sheme_details .psd_info ul li {
    margin-left: 30px;
}
.popup_sheme_details .product_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.popup_sheme_details .product_grid .product_item .psd_info {
    padding-bottom: 0;
    border-bottom: none;
}
.popup_sheme_details .reward_img_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.popup_sheme_details .reward_img_grid img {
    width: 100%;
}
.popup_sheme_details .sub_title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #333333;
}

.page-title-right .breadcrumb-item {
    display: none !important;
}
.summernotebuttons
{
	background: #e3e9f9 !important;
}
