body {
    background-color: #f1f4f8 !important;
}
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 2px rgb(70 127 207 / 25%);
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0 rgb(98 146 215 / 50%) !important;
}
.btn-info {
    border-color: #46b8da !important;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #d4d4d4;
    box-shadow: 0 10px 25px rgba(222, 200, 237, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #7c69ef !important;
}

::-webkit-scrollbar-track {
    background-color: #d4d4d4;
}
@media (max-width: 767px) {
    .main .container-fluid {
        padding: 0 16px;
    }
}
.app-header .navbar-brand img {
    max-height: 40px;
}
@media (max-width: 991.98px) {
    .app-header .navbar-brand {
        margin-left: 0;
        transform: translateX(-50%);
        width: auto !important;
        padding: 0 10px !important;
    }
    .app-header .nav-item {
        padding-right: 0 !important;
    }
}
@media (min-width: 992px) {
    .app-header {
        height: auto;
        flex: 0 0 auto;
    }
}

.app-header.bg-light .navbar-brand {
    opacity: 1;
}
.app-header.bg-light .navbar-brand {
    padding: 0 2.25rem 0 10px;
}
.navbar-nav .action-row a {
    font-size: 14px;
}
.change-outlet-dropdown .dropdown-item {
    white-space: normal;
    border-bottom: 1px solid #d9e2ef;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}
.change-outlet-dropdown .dropdown-item:last-child {
    border-bottom: 0;
}
.change-outlet-dropdown .dropdown-item .outlet-name {
    width: 80%;
    display: inline-block;
}
.change-outlet-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    max-height: 400px;
    min-width: 300px;
    overflow-y: auto;
}

.ranges li {
    color: #7c69ef !important;
}
.ranges li.active,
.ranges li:hover {
    background-color: #7c69ef !important;
    border: 1px solid #7c69ef !important;
    color: #fff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #7c69ef !important;
    color: #ffffff !important;
}
.dataTables_scrollBody {
    min-height: 400px;
}
#qr-reader button {
    color: #1b2a4e;
    background-color: #d9e2ef;
    border-color: #d9e2ef;
    outline: 0;
    box-shadow: none;
    border-width: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
#qr-reader button:hover {
    background-color: #becde4;
    border-color: #b5c7e0;
}
.other-active-offers-wrapper {
    max-height: 300px;
    overflow-y: auto;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
}
.select2-results__option {
    padding: 6px 10px !important;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12) !important;
    font-size: 13px;
}
.select2-search--dropdown {
    padding: 10px 8px 5px !important;
}
.outlet-dropdown-ajax{
    min-width: 250px;
}
.select2-dropdown{
    z-index: 2 !important;
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
}

@media (max-width: 576.98px) {
    .outlet-dropdown-ajax{
        width: 100%;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
