
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
.btn.btn-primary, .btn.btn-primary:active {
    background: #009bcf;
    border-color: #009bcf;
    padding: 5px 6px;
    font-weight: 700;
    min-width: 100px;
    font-size: 14px;
}
label.control-label {
    font-weight: 700;
    font-size: 14px;
}
textarea {
    resize: none;
    overflow: auto;
    max-height: 60px;
}
    .btn.btn-primary:hover, #topNavbar .dropdown-item.active, #topNavbar .dropdown-item:active {
        background: #0b7599;
        border-color: #0b7599;
        color: #fff;
    }
    .btn.btn-primary:focus{
        outline:none;
        box-shadow:none;
    }
#topNavbar .dropdown-item {
    color: #8e8e93;
}
    .dataTable th, table th {
        background: #009bcf;
        color: #fff;
        font-size: 14px;
    }
.dataTable td, table td{
    font-size:14px;
    font-weight:400;
}
table.dataTable td, table td {
    color: #8e8e93;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #009bcf !important;
    border-color: #009bcf !important;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}
.form-control {
     appearance: auto !important; 
}
/*custom radio/checkbox*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #d2dae0;
            border-radius: 5px;
            background: #009bcf;
        }
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #d2dae0;
            border-radius: 5px;
            background: transparent;
        }

.form-check-input:checked {
    background-color: #009bce !important;
    border-color: #009bce !important;
}
.dataTables_info {
    color: #8e8e93 !important;
}
.dataTables_length label, .dataTables_filter label {
    font-weight: 700;
    font-size: 14px;
}
button.ui-dialog-titlebar-close:before {
    content: "X";
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brandLogo a {
    font-size: 14px;
}
/*        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }*/

/*        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }*/
/*end*/
form .form-control, form .form-control-select, .form-control, .select2-selection {
    border-color: #d2dae0 !important;
    padding: 4px 5px !important;
    color: #8e8e93 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    margin: 0 0 7px !important;
}
form .select2-container .select2-selection--multiple {
    min-height: unset !important;
    padding: 1px !important;
}
#permissionsForm label {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.7px;
    min-width:160px;
}
#permissionsForm .dropdown-wrapper {
    display: none;
}
.flex-class {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin: 0 !important;
}
#example td {
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid #d6d7d8 !important;
    border-bottom: none !important;
}
.customBtn {
    border: 1px solid #8e8e93;
    background: transparent;
    padding: 1px 7px;
    border-radius: 5px;
    color: #8e8e93;
}
.p-relative {
    position: relative;
}

html {
    font-size: 62.5%;
    /* 1 rem = 10px; 10px/16px = 62.5% */
    /*overflow: hidden;*/
}

body {
    box-sizing: border-box;
    font-family: "Roboto", serif !important ;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.hr-primary {
    background-color: #0264aa;
    opacity: .5;
}

hr:not([size]) {
    height: 2px;
}

.text-nowrap {
    white-space: nowrap;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 1rem !important;
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-18 {
    font-size: 1.8rem;
}

.fs-h1 {
    font-size: 4.8rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.color-darkGrey {
    color: #5C5C5C;
}

.color-grey {
    color: #6D6D6D;
}

.color-success {
    color: #5A9E2D;
}

.color-light {
    color: #A1A1A1;
}

.color-primary {
    color: #0070C0;
}

.text-secondary {
    color: #454545 !important;
}

.ls-1 {
    letter-spacing: 0.5px;
}

.border-newSecondary {
    border-color: #838383;
}

.border-secondary {
    border: 1px solid #AAAAAA !important;
}

.min-w-9 {
    min-width: 9.6rem !important;
}

.min-w-100 {
    min-width: 100%;
}

.w-max-content {
    width: max-content !important;
}

.bg-trans {
    background: transparent !important;
}

.min-w-auto {
    min-width: auto !important;
}

.search-input {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .search-input .form-control {
        border: none;
    }

.select-box {
    font-size: 1.8rem;
    max-width: 14.6rem;
    background-color: #0070C0;
    border-color: #0070C0;
    color: #fff;
    background-image: none;
    text-align: center;
}

    .select-box:focus {
        box-shadow: none;
    }

    .select-box:after {
        content: "\f0d7";
    }

    .select-box option:checked {
        display: none;
    }

    .select-box option:not(:checked) {
        color: #707070;
        background: #fff !important;
    }

.btn {
    font-size: 1.8rem;
    min-width: 12.6rem;
    border-radius: 5px;
}

.btn-newSuccess {
    background-color: #2BAE48;
    border-color: #2BAE48;
    color: #fff !important;
}

    .btn-newSuccess:hover {
        background-color: #28a343;
        border-color: #28a343;
    }

.btn-newPrimary {
    background-color: #0070C0;
    border-color: #0070C0;
    color: #fff;
}

    .btn-newPrimary:hover {
        background-color: #0264aa;
        border-color: #0264aa;
        color: #fff;
    }

.btn-collapse:not(.collapsed) .fa-caret-down {
    transform: rotate(-180deg);
}

.btn.dropdown-toggle {
    background-color: #ECECEC;
    border-color: #ECECEC;
    color: #2B2B2B;
    border-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .btn.dropdown-toggle.show {
        background-color: #0070C0;
        color: #fff;
        border: 1px solid #0070C0;
    }

.btn-newSecondary {
    background-color: #ECECEC;
    border-color: #ECECEC;
    color: #2B2B2B;
}

    .btn-newSecondary:not(.collapsed) {
        background-color: #0070C0;
        color: #fff;
        border: 1px solid #0070C0;
    }

.btn-checked-newSecondary {
    background-color: #fff;
    color: inherit !important;
    border: 1px solid #0070C0;
}

    .btn-checked-newSecondary .btn-collapse:not(.collapsed) .fa-angle-down {
        transform: rotate(180deg);
    }

    .btn-checked-newSecondary .checkmark {
        height: 16px;
        width: 16px;
    }

    .btn-checked-newSecondary .checkbox-container .checkmark:after {
        left: 5px;
        top: 0px;
        width: 6px;
        height: 12px;
    }

.add-more-tags {
    display: inline-flex;
    position: relative;
    top: 0.6rem;
}

.modal-body .dropdown-list ul li {
    text-align: left;
}

.filter-arrow {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown-wrapper {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    font-size: 16px;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
}

    .dropdown-wrapper .btn {
        font-size: 1.6rem;
    }

.new-list {
    min-width: 25.2rem;
    padding: 0.7rem 0;
    border: 1px solid #838383;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
}

    .new-list ul li {
        list-style: none;
        color: #2B2B2B;
        padding: 0;
        border-bottom: 1px solid #D8D8D8;
    }

.dropdown-toggle::after {
    content: none;
}

.new-list ul li:last-child {
    border-bottom: none;
}

.dropdown-list {
    min-width: 35rem;
    position: absolute;
    top: 100%;
    border: 1px solid #838383;
    padding: 1rem;
    border-radius: 5px;
    background: #fff;
    z-index: 100;
}

    .dropdown-list ul li {
        list-style: none;
        border-bottom: 1px solid #c8c9ca;
        padding: 0.7rem 0;
        color: #2B2B2B;
    }

        .dropdown-list ul li:first-child,
        .dropdown-list ul li:last-child {
            border-bottom: none;
        }

.img-checkbox .checkbox-container {
    padding-top: 2.2rem;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*dropdown text ellipsis*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30rem;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #0070c0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-div {
    padding-bottom: 0.8rem;
    display: flex;
    align-items: baseline;
    overflow-x: auto;
}

    .filter-div .dropdown-wrapper {
        position: unset;
    }

        .filter-div .dropdown-wrapper .dropdown-list {
            top: unset;
            transform: translateY(9.4%);
        }

.button-div {
    border-left: 1px solid #0070C0;
}
#permissionsForm span.select2.select2-container {
    display: inline-block;
    flex: 1;
}
::-webkit-scrollbar {
    width: 6px;
    height:5px;
}

::-webkit-scrollbar-track {
    background: #c6c6c6;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0070c0;
    border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #009bce !important;
    color: white;
}

.tag-wrapper {
    background: #ECECEC;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 6px 8px;
    max-height: 11.1rem;
    overflow-y: auto;
}

.block-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 6px 8px;
    max-height: 20rem;
    overflow-y: auto;
}

.tag-box {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 6px;
    color: #2B2B2B;
    font-size: 16px;
    margin-bottom: 0.8rem;
}

    .tag-box i {
        cursor: pointer;
    }

.filter-bg {
    background: #ECECEC;
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    padding: .2rem 1.2rem;
}

.progress {
    height: auto;
    align-items: center;
    margin: 0 1rem;
    width: 22rem;
    padding: 0 .3rem .3rem .6rem;
}

.disStart {
    display: flex;
    width: 50%;
}

.disEnd {
    display: flex;
    justify-content: end;
    width: 50%;
    padding-right: .4rem;
}

/*input[type="date"] {
    font-size: 1.6rem;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 5px;
    padding: .2rem .8rem;
}*/

.open-cal {
    position: absolute;
    top: -3px;
    right: 11px;
    width: 15px;
    height: 25px;
    background: #fff;
    pointer-events: none;
}

    .open-cal button {
        border: none;
        background: transparent;
    }

.input-group {
    min-width: 100%;
    border: 1.5px solid #AAAAAA;
    border-radius: 0 5px 5px 0;
}

    .input-group button {
        min-width: 5rem;
        border-left: 1.5px solid #AAAAAA;
    }

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.rangeUnit {
    color: black !important;
    font-size: 10px !important;
    top: .2rem !important;
    font-weight: 600 !important;
}

.rangeControl {
    border: none;
    box-shadow: none;
    color: #090909;
    font-size: 12px;
    text-align: center;
    width: auto;
    margin-left: .5rem;
    max-width: 30%;
}

.w-inherit {
    width: inherit;
}

.progress .ui-widget-content {
    height: 3px;
    margin: 1rem auto;
}

.progress .ui-slider .ui-slider-handle {
    margin-top: -.1rem;
    width: .8em;
    height: .8em;
    border: 2px solid #0387b4;
    background: #fff;
    margin-left: -.5em;
}

.progress .ui-slider-horizontal .ui-slider-range {
    background-color: #009bcf;
    background-image: none;
    height: 0.3rem;
    top: -1px;
}
/* welcome page */
.welcome-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* welcome page */
/* tab buttons */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    color: transparent;
}

.nav-pills .nav-link {
    height: 40px;
}

    .nav-pills .nav-link span {
        width: 30px;
        height: 30px;
        display: inline-flex;
    }

.nav-pills .nav-item:first-child {
    border-right: 1px solid #0070C0;
}

.nav-pills .nav-link .tableView {
    background: url(../../Content/Images/tableView-light.png) no-repeat;
}

.nav-pills .nav-link.active .tableView {
    background: url(../../Content/Images/tableView-dark.png) no-repeat;
}

.nav-pills .nav-link .gridView {
    background: url(../../Content/Images/gridView-light.png) no-repeat;
}

.nav-pills .nav-link.active .gridView {
    background: url(../../Content/Images/gridView-dark.png) no-repeat;
}

.sm-select-box {
    background: #FFFFFF;
    border: 2px solid #0070C0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #2B2B2B;
    width: 7.2rem;
    font-size: 1.6rem;
    padding: 0 15px 0 7px;
    text-align: left;
}

.form-select:focus {
    border-color: #0071c240;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 112 192 / 25%);
}

.parent-table {
    min-width: 100%;
    table-layout: fixed;
    width: max-content;
}

.table-scroll {
    display: block;
    overflow-y: auto;
    height: calc(100vh - 16rem);
    margin-bottom: 3rem;
}

    .table-scroll .head-stick {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.table > tbody {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

.table-newPrimary {
    --bs-table-bg: #0070C0;
    --bs-table-striped-bg: #0070C0;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #0070C0;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #0070C0;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #bacbe6;
}

.table-body {
    background: #ECEFF4;
    border: 1px solid #C4C4C4;
}

.end-auto {
    right: auto !important;
}

th .search-input {
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 5px;
}

/*th .search-input::placeholder {
    color: #AAAAAA;
}

th .fa-magnifying-glass {
    color: #AAAAAA;
}

th {
    padding: 1.625rem !important;
    min-width: 10rem;
    white-space: nowrap;
}

th:first-child {
    min-width: 6rem;
}*/

.table-checkbox {
    display: initial;
}

    .table-checkbox input:checked ~ .checkmark.allCheck {
        background-color: transparent;
        border: 2.5px solid #fff;
    }

    .table-checkbox input:checked ~ .checkmark {
        border: 2.5px solid #0070c0;
    }

    .table-checkbox .checkmark {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 2.5px solid #0070c0;
        background-color: #fff;
    }

        .table-checkbox .checkmark.allCheck {
            border: 2.5px solid #fff;
            background-color: transparent;
        }

    .table-checkbox .allCheck.checkmark:after {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 11px;
        height: 0;
        border: solid white;
        border-width: 0 0 3px 0;
    }

    .table-checkbox .checkmark:after {
        left: 5px;
        top: 0px;
        width: 7px;
        height: 14px;
        border: solid #eceff4;
        border-width: 0 3px 3px 0;
    }

/* tab buttons */
/* table tags */
.bg-tag {
    display: inline-flex;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #757575;
    color: #2B2B2B;
}

    .bg-tag .btn {
        min-width: auto;
        color: inherit;
    }

    .bg-tag .border-start-white {
        border-left: 1px solid #2B2B2B;
        border-radius: 0;
    }

.back-danger .border-start-white,
.back-success .border-start-white {
    border-left: 1px solid #fff;
}

.back-default {
    background: #757575;
    border: 1px solid #757575;
    color: white !important;
}

.back-danger {
    background: #E38686;
    border: 1px solid #E38686;
    color: white !important;
}

.back-success {
    background: #59C0AE;
    border: 1px solid #59C0AE;
    color: white !important;
}

.back-purple {
    background: #7D74DE;
    border: 1px solid #7D74DE;
    color: white !important;
}

.bg-tag .dropdown-menu {
    min-width: 30rem;
    font-size: 14px;
    max-width: 30rem;
}

.bg-tag .dropdown-divider {
    height: 1px;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

/* table tags */
/* pagination */
.pagination-lg .page-link {
    font-size: 16px;
}

.page-link {
    color: #2B2B2B;
    padding: .34rem 1.26rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #2B2B2B;
    background-color: #C4C4C4;
    border-color: #C4C4C4;
}

.pagination-wrapper {
    margin-left: 3.6rem;
}

    .pagination-wrapper input {
        width: 3.6rem;
        height: 3.6rem;
        padding: 0 0.2rem;
        border: 1px solid #2E75B6;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-outline-newSecondary {
    color: #2E75B6 !important;
    background: #ECEFF4;
    border: 1px solid #2E75B6;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 4.6rem;
}

.btn-outline-success {
    color: #2FB42D;
    border-color: #2FB42D;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #2FB42D;
        border-color: #2FB42D;
    }

input[type=number] {
    -moz-appearance: textfield;
}

.border-end-primary {
    border-right: 1px solid #0070C0;
}

/* pagination */
/* content */

/* grid view css */
.grid-wrapper {
    width: auto;
    display: inline-flex;
}

.btn-black {
    min-width: auto;
    border-radius: 5px;
    height: 28px;
    color: #2B2B2B;
}

.btn-size-toggle,
.btn-size-toggle:hover {
    font-size: 16px;
    font-weight: bold;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    color: #AAAAAA;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 0.5rem;
    width: 33px;
    height: 29px;
}

.nav-link.active .btn-size-toggle {
    border-color: #0070C0;
    color: #2B2B2B;
}

.filter-stick {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.main-grid-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 10.5rem);
    overflow-y: scroll;
    margin: 0.5rem 0 4.7rem;
}

.md-card {
    width: 20%;
    padding: 1.1rem;
    background: #ECEFF4;
    border-bottom: 1px solid #C4C4C4;
}

    .md-card .discount-wrapper {
        width: 93.5px;
    }

.card-wrapper {
    width: 25%;
    padding: 1.2rem;
    background: #ECEFF4;
    border-bottom: 1px solid #C4C4C4;
}

    .card-wrapper .card img,
    .md-card .card img {
        height: 287px;
        object-fit: contain;
    }

.img-checkbox {
    position: absolute;
    right: -9px;
    top: 3%;
}

    .img-checkbox .checkmark {
        border: 2px solid #0070C0;
        background: #ECEFF4;
        border-radius: 1px;
    }

        .img-checkbox .checkmark:after {
            left: 6px;
            top: 0px;
        }

.card-wrapper .card-body,
.md-card .card-body {
    padding: 14px 18px 3px;
    color: #383737;
}

.card-wrapper .card-title,
.md-card .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overLine-text {
    text-decoration: line-through;
}

.discount-wrapper {
    background: url(../../Content/Images/discount.png) no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    height: 36px;
    width: 121%;
    position: relative;
}

    .discount-wrapper span {
        position: absolute;
        right: 20%;
        top: 17%;
        color: #FBF300;
        letter-spacing: 0.5px;
        font-weight: 700;
        font-size: 14px;
    }

.card-wrapper .card-footer,
.md-card .card-footer {
    background-color: #fff;
    padding: 5px 0 0;
    border-top: none;
}

.card-tag-wrapper {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 5px;
}

    .card-tag-wrapper .bg-tag {
        align-items: center;
        height: 25px;
        padding: 5px 6px 2px;
    }

    .card-tag-wrapper::-webkit-scrollbar {
        display: none;
    }

    .card-tag-wrapper div:last-child {
        margin-right: 5px !important;
    }

.card-wrapper .card img.brand-logo,
.md-card .card img.brand-logo {
    height: 40px;
    max-width: 90px;
}

.cross-price {
    position: relative;
    top: 7%;
}

.sm-card {
    width: 16.6667%;
    height: fit-content;
    padding: 1.2rem;
    background: #ECEFF4;
    border-bottom: 1px solid #C4C4C4;
}

    .sm-card .card {
        height: 207px;
    }

        .sm-card .card img {
            max-height: 204px;
            object-fit: contain;
        }

    .sm-card .img-checkbox {
        position: absolute;
        right: -9px;
        top: 7%;
    }

    .sm-card .card-body,
    .sm-card .card-footer {
        display: none;
    }

/* grid view css */
.custom-tooltip {
    position: fixed;
    color: black;
    font-size: 12px;
    background: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    padding: 4px 5px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.bg-tool:hover ~ .custom-tooltip {
    display: flex;
}

.footer-wrapper {
    position: fixed;
    bottom: 0.5%;
    background: #fff;
    width: 100%;
    padding: 1rem 0;
}

.modal-body .dropdown-list ul,
.dropdown-list ul {
    overflow-y: auto;
    max-height: 26rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .modal-body .dropdown-list ul li:first-child,
    .dropdown-list ul li:first-child {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .modal-body .dropdown-list ul::-webkit-scrollbar,
    .dropdown-list ul::-webkit-scrollbar {
        display: none;
    }

.topHdng {
    font-size: 34px;
    font-weight: 700;
    color: #8e8e93;
    text-align:center;
    margin: 16px 0 20px;
}
.navbar-expand-lg .navbar-nav li:first-child .nav-link {
    padding-left: 0;
}
#usertbl_length label, .dataTables_length label {
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}
#permissionIframe .ui-widget-overlay {
    background: #fff;
    opacity: 1;
    -ms-filter: Alpha(Opacity=.3);
}
.regionSelect select {
    width: 25%;
    /* max-width: 26%; */
    margin:  0;
    border: 1px solid #d2dae0;
    border-radius: 5px;
    padding: 5px 6px;
    font-size: 14px;
}
.regionSelect p {
    color: #000;
    font-weight: 700;
    margin: 0;
}
button.btn-info {
    color: #fff;
    background-color: #009bce;
    border-color: #009bce;
    min-width: 120px;
    border-radius: 5px;
}

@media (min-width: 1400px) {
    .footer-wrapper {
        max-width: 1310px;
    }
}

.attribute-panel .datepicker {
    max-width: 8em;
}

.home-content {
    height: 100vh;
}

#refineFilter #content {
    border: none;
    padding: 0;
    height: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 10px;
}

div#ui-datepicker-div {
    font-size: 0.9em;
}
/*navigation*/
.bg-lightBlue {
    background-color: #009bcf;
    border-radius: 0;
}
.navbar li a {
    font-size: 14px;
    font-weight: 400;
}

.navbar-brand {
    font-size: 19px;
    line-height: 42px;
    font-weight: bold;
}

.email_wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10rem;
}

.bg-lightBlue .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.bg-lightBlue a.dropdown-toggle, .bg-lightBlue a.nav-link {
    text-decoration: none;
    color: #fff !important;
    opacity: 1;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 16px;
    overflow-y: auto;
    max-height: 50rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .navbar-nav > li > .dropdown-menu::-webkit-scrollbar {
        display: none;
    }

.bg-lightBlue a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* navigation */

.table-bordered > :not(caption) > * {
    border-width: 0.5px 0 !important;
}
