﻿

/* Medium + mobile */
@media screen and (max-width: 992px) {
    .med-width-95p {
        width: 95px;
    }
}
/* Mobile styles */
@media (max-width: 992px) {
    .summaryBox {
        display: none;
    }
}
/* Mobile styles */
@media (max-width: 392px) {
    .mobile-flex-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .mobile-mt-5p {
        margin-top: 5px !important;
    }
}
/* Mobile styles */
@media (max-width: 620px) {
    .md-flex-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column;
    }

    .md-flex-revers-col {
        flex-direction: column-reverse;
    }

    .md-mt-20 {
        margin-top: 20px !important;
    }

    .flex-mobile-wrap {
        flex-wrap: wrap;
    }

    .mobile-g-mt-10 {
        margin-top: 0.71429rem !important;
    }
}
@media (min-width: 374px) {
    body {
        min-width: 374px;
    }
}
@media (max-width: 300px) {
    body {
        min-width: 300px;
    }
}



a {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.inner-tab {
    padding: 20px 3px;
}

.chapter {
    margin-bottom: 50px !important;
}

.radio-inline {
    padding: 0px 15px;
}

.app-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.table {
    width: 100%;
}

.box {
    margin-top: 20px;
}

.editable {
    min-height: 150px;
    overflow-y: scroll;
    border: 1px solid rgba(12, 12, 12, 0.12);
    width: 100%;
}

.tools {
    padding-right: 16px;
    float: right;
}

    .tools > .btn {
        padding: 0px;
        color: white;
    }


.style-default-dark {
    background-color: var(--default-full--bg-color-7);
    color: white;
}

.style-standard {
    background-color: white;
    color: rgba(0,0,0,.65);
}


.style-default-light {
    border-color: #f2f3f3;
    color: #313534;
    background: linear-gradient(180deg, #E0F5FF 0%, #FFFFFF 87.74%);
}

.style-default-white {
    border-color: #f2f3f3;
    color: #313534;
    background-color: white;
}

.style-default-clean {
    background-color: var(--default-full--bg-color-2);
}

    .style-default-clean + .card-body.tab-content {
        border: 1px solid var(--default-full--bg-color-2);
        border-top: 0px;
    }


.panel-body {
    background-color: rgba(234,232,232,.5);
    border: 1px solid #e8e8e8;
}

.btn {
    border-radius: 5px !important;
}

.nav-link:focus, .nav-link:hover {
    color: unset;
}

.nav-link {
    color: unset !important;
}


.btn-secondary {
    background-color: var(--default-full--bg-color-2);
    border-color: #f2f3f3;
    color: #313534;
    font-weight: 400;
}

    .btn-secondary:hover {
        background-color: var(--default-full--bg-color-4);
        border-color: #f2f3f3;
    }

.btn-border {
    background-color: white !important;
    font-weight: 400;
    border: 1px solid !important;
}

    .btn-border:hover {
        border: 1px solid;
    }

.noBoxShadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}


.card-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}


.spinner {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    justify-content: center;
    display: flex;
    top: 0;
    align-items: center;
}

#header, #menubar {
    z-index: 9;
}

.impersonate {
    overflow: visible;
    transform: translateX(-50%);
    transition: all 500ms ease-out;
    left: 50%;
    top: 10px;
    height: auto;
    z-index: 99000;
    margin: 0 auto;
    width: 600px;
    padding: 15px;
    position: fixed;
}

.card.card-outlined {
}

    .card.card-outlined:hover {
        box-shadow: 5px 10px 10px rgba(100, 100, 100,.35);
        border: 0 !important;
    }

.textcenter {
    text-align: center;
}


.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.u-label {
    font-size: unset !important;
}


.customizer-toggle {
    display: none;
}

.customizer:before {
    left: 0px;
}






.quickview-customizer {
    width: 410px;
    right: -410px
}

    .quickview-customizer.quickview-open-customizer {
        right: 0
    }

#quickview-customizer:after, #quickview-customizer:before {
    position: absolute;
    content: "";
    top: 25%;
    height: 50px;
    background-color: #fafafa
}

.quickview-inner {
    overflow-x: hidden;
}





.customizer .sliderview-inner {
    padding: 15px 5px;
    height: 100%;
    overflow-y: scroll;
}

.sliderview-inner {
    overflow-x: hidden;
}

.sliderview-customizer {
    width: 410px;
    left: -330px
}

    .sliderview-customizer.sliderview-open-customizer {
        left: 80px;
    }

#sliderview-customizer:after, #sliderview-customizer:before {
    position: absolute;
    content: "";
    top: 25%;
    height: 50px;
    background-color: #fafafa
}

.sliderview-inner {
    overflow-x: hidden;
}

.sliderview-wrapper {
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    left: -270px;
    width: 350px;
    background: #fff;
    transition: left .4s cubic-bezier(.05,.74,.2,.99);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.QuickviewSub {
    padding: 0px 25px;
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 50px;
    background-color: #f5f5f5;
    border: 1px solid rgb(217,217,217);
    line-height: 50px;
}

.tag {
    margin-top: 3px !important;
    height: 24px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    color: rgba(1,1,1,0.65) !important;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 4px;
    max-width: 99%;
    position: relative;
    overflow: hidden;
    transition: padding .3s cubic-bezier(.645,.045,.355,1);
    padding: 0 20px 0 10px;
}

.hidden {
    display: none;
}


.imgDivContainer {
    margin: 4px;
    padding: 0;
    border: 1px solid #efefef;
    border-radius: 7px;
}

    .imgDivContainer > div > img {
        margin: 0 auto;
        text-align: center;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding: 2px 2px;
        width: 100%;
        overflow: hidden;
        border-radius: 0px;
        box-shadow: 0px 0px 1px 1px rgba(18 90 255, .1);
        cursor: pointer;
        border-radius: 7px;
    }



.actiondiv {
    padding-right: 5px;
    font-size: .800rem;
    text-align: right;
}

    .actiondiv > i {
        padding-right: 20px !important;
    }


.list {
    list-style-type: none;
}

.tile-text {
    font-size: 1.000rem;
    padding-top: 20px;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.color-coral {
    color: coral !important;
}

.bg-coral {
    background-color: coral !important;
}


input:disabled {
    /*background: #f1f1f1;*/
}

.bootstrap-tagsinput {
    font-size: 14px !important;
}

.label-info > input {
    width: 100px !important;
}

.bootstrap-tagsinput .tag {
    margin-right: 5px !important;
}

.bootstrap-tagsinput input {
    width: 100% !important;
}

textarea {
    margin-top: 15px !important;
    border: 1px solid #efefef !important;
}



.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn {
    color: white;
    background-color: #c0cdda;
    188
}

    .btn-group > .btn:hover {
        background-color: #a0adaa;
    }

    .btn-group > .btn.selected {
        background-color: #808b88;
    }



.roundNumber {
    padding: 7px 15px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    background-color: black;
    border-radius: 50%;
    margin-bottom: 20px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.Bold {
    font-weight: 700;
}


.text-purple {
    color: #8437D3;
}


.text-bold {
    font-weight: bold;
}

.btn-light-gray {
    background-color: rgb(239, 239, 239) !important;
    border-color: #096dd9;
}



.btn-slick {
    font-size: 15px;
}

.ant-btn:focus, .ant-btn:hover {
    color: #40a9ff;
}

.ant-btn {
    min-width: 100px;
}

.ant-btn-sm {
    line-height: 1.71428571;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 6px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
}

.btn-cta.ant-btn-sm {
    height: auto;
    padding: .4em 2.2em;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 2;
}

.btn-sm-primary {
    background-color: #0067FF;
    color: white;
    border-color: #0067FF;
}

.ant-btn-sm, .ant-btn-sm:active, .ant-btn-sm:focus {
    outline: 0
}

    .ant-btn-sm:not([disabled]):hover {
        text-decoration: none
    }

    .ant-btn-sm:not([disabled]):active {
        outline: 0;
        transition: none
    }

    .ant-btn-sm.disabled, .ant-btn-sm[disabled] {
        cursor: not-allowed
    }

        .ant-btn-sm.disabled > *, .ant-btn-sm[disabled] > * {
            pointer-events: none
        }


img.stretchy {
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
}


.ant-btn-sm.adjust-mg-10 {
    margin-top: 10px;
}


.ant-tag-lg {
    font-size: 20px;
    padding: 10px 15px;
    height: unset;
    line-height: unset;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 15px;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #eee;
}



.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.box-header-colored {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    cursor: pointer;
}


.number-card-v4 {
    position: relative;
    border-radius: 0.375rem;
    border: 1px solid #fff1b8 !important;
    background-color: #fffdf0 !important;
}

.row_equal_heigth {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr));
    grid-gap: 1em;
    grid-auto-rows: 250px;
    padding-bottom: 2em;
}

.positionBottom {
    bottom: 0;
    position: fixed;
    z-index: 150;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
    height: 70px;
}

.selective-yellow {
    color: rgb(252, 177, 0) !important;
}

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    word-break: keep-all;
    white-space: nowrap;
    height: 65px;
}

table.dataTable thead .sorting:before {
    position: absolute;
    right: 0;
    top: 30%;
}

.dataTables_scrollBody .ant-table-thead {
    visibility: hidden;
}



.slickyflexbox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.userInitial {
    height: 50px;
    width: 50px;
    background-color: silver;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: capitalize;
}

.userImg {
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}

    .userImg > img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        line-height: 40px;
    }






@keyframes scaling {
    0%, 100% {
        transform: scale(0.2);
        background-color: #30FFB7;
    }

    40% {
        transform: scale(1);
        background-color: #07DEFF;
    }

    50% {
        transform: scale(1);
        background-color: #0761FF;
    }
}


.spinners {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: scale(0);
    background-color: red;
    animation: scaling 2.5s ease-in-out infinite;
    display: inline-block;
    margin: .5rem;
}

    .spinners:nth-child(0) {
        animation-delay: 0s;
    }

    .spinners:nth-child(1) {
        animation-delay: 0.2s;
    }

    .spinners:nth-child(2) {
        animation-delay: 0.4s;
    }

    .spinners:nth-child(3) {
        animation-delay: 0.6s;
    }

    .spinners:nth-child(4) {
        animation-delay: 0.8s;
    }

    .spinners:nth-child(5) {
        animation-delay: 1s;
    }


.ImportExport {
    font-size: 1.55rem;
    padding-left: 5px;
    padding-right: 20px;
    font-weight: 700;
}


.dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 6px 12px;
    margin-left: -1px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    background-color: #fff;
    color: #969c9c;
    border: 1px solid #e5e6e6;
}

    .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover {
        background-color: #0076e4;
        color: white;
    }

tbody.ant-table-tbody > tr > td {
    height: 54px;
}

.s-bg-pink {
    background-color: #EB4898;
}

.s-bg-lightpink {
    background-color: #FCE7F3;
    color: #EB4898 !important;
}

.s-bg-lavenda {
    background-color: #6366F1;
}

.s-lavenda {
    color: #6366F1;
}

.s-bg-lightlavenda {
    background-color: #E0E7FF;
    color: #6366F1 !important;
}

.s-bg-green {
    background-color: #10B981;
}

.s-green {
    color: #10B981 !important;
}

.s-bg-lightgreen {
    background-color: #D1FAE5;
    color: #10B981 !important;
}

.s-bg-yellow {
    background-color: #F59E0B;
}

.s-yellow {
    color: #F59E0B;
}

.s-bg-lightyellow {
    background-color: #FEF3C7;
    color: #F59E0B !important;
}

.s-bg-blue {
    background-color: #3B82F6;
}

.s-blue {
    color: #3B82F6;
}

.s-bg-lightblue {
    background-color: #DBEAFE;
    color: #3B82F6 !important;
}

.s-bg-red {
    background-color: #EF4444;
}

.s-red {
    color: #EF4444;
}

.s-bg-lightred {
    background-color: #FEE2E2;
    color: #EF4444 !important;
}


.s-bg-gray {
    background-color: #1F2937;
}

.s-bg-lightgray {
    background-color: rgba(132, 129, 138, 0.1);
    color: #1F2937 !important;
}


.s-bg-orange {
    background-color: #fff7e6;
    color: #fa8c16 !important;
}

.s-orange {
    color: #fa8c16 !important;
}

.s-bg-lightorange {
    background-color: #FFFBF2;
    color: #fa8c16 !important;
}

.s-bg-lightlavenda {
    background-color: #E0E7FF;
    color: #6366F1 !important;
}

.badge-warning {
    background-color: #FFFBF2;
    color: rgba(255, 246, 237, 1);
}

.badge-accepted {
    background-color: rgba(236, 253, 243, 1) !important;
    color: rgba(2, 122, 72, 1) !important;
}

.badge-success {
    background-color: rgba(238, 244, 255, 1) !important;
    color: rgba(192, 16, 72, 1) !important;
}

.badge-declined {
    background-color: rgba(255, 241, 243, 1) !important;
    color: rgba(53, 56, 205, 1) !important;
}

.tagBox, .selectTagBox {
    width: 100%;
    min-height: 150px;
    border: 1px solid var(--default-full--bg-color-2);
    border-radius: 2px;
    padding: 15px;
}

.u-label {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}


.itemListTitle {
    font-weight: 700;
    padding: 5px;
    color: rgba(0,0,0,0.65);
}

.itemListDesc {
    padding: 2px;
    color: rgba(0,0,0,0.50);
}


.link-danger {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
    color: #EF4444;
}

.link-cancel {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
    color: #b0b5b4;
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
}

.link-normal {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
}


#tBodyContent > tr > td:first-child {
    padding-left: 20px;
}



.primaryButton {
    position: absolute;
    cursor: pointer;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(255,255,255,.85);
    font-weight: 700;
    color: #3EB7ED;
}

    .primaryButton:hover {
        text-shadow: 0 0 10px rgba(255,255,255,.65);
        color: #79d0f7;
    }

.dangerButton {
    position: absolute;
    cursor: pointer;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(255,255,255,.85);
    font-weight: 700;
    color: #ff4d4f;
}

    .dangerButton:hover {
        text-shadow: 0 0 10px rgba(255,255,255,.65);
        color: #ff6f6f;
    }

.specialCheckBox {
    width: 25px;
    height: 25px;
}

.blockAdd.added {
    opacity: 1;
    background-color: rgba(255,255,255,.5);
}

.blockAdd {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 110px;
    transition-property: background-color,opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 550ms;
    border-radius: 7px;
}

    .blockAdd:hover {
        opacity: 1;
        background-color: rgba(255,255,255,.75);
    }


.btn {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}



#card-errors {
    display: none;
    margin-top: 20px;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    padding: 10px;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace
}

.specialcolor {
    color: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
}


.specialBackground {
    background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
}

.progress-bar {
    border-radius: 6px;
}

.progress {
    background: #E5E5E5;
    border-radius: 6px;
}

.specialButton {
    background: linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
    color: white;
}

    .specialButton:hover {
        color: black;
    }


.ant-menu-submenu-extra-space {
    margin-bottom: 20px !important;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.btn-light:hover {
    color: #3EB7ED !important;
    background-color: unset;
}

.app-sidenav-container {
    z-index: 12;
}

.header_svg_buttons:hover {
    fill: #3EB7ED;
}

.left_slider_footer_buttons {
    margin-left: 8px;
    margin-right: 8px;
    background-color: #3EB7ED;
    height: 36px;
    width: 86px;
}


.slickyTitle {
    font-weight: 700;
    font-size: 24px;
    color: black;
}

.slickyText {
    font-weight: 700;
    font-size: 18px;
    color: #7B8794;
}

.multiColorBorderContent {
    margin: 10px 30px;
}


.multiColorBorder {
    border: solid 2px transparent;
    border-radius: 20px;
    background-image: linear-gradient(white, white), linear-gradient(94.39deg, #5EF5F8 6.03%, #3EB7ED 53.91%, #2ADDA1 96.11%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}


.spinnerloading {
    position: fixed;
    z-index: 999;
    font-size: 60px;
    overflow: show;
    margin: auto;
    top: 45%;
    left: 45%;
    width: 100%;
    height: 100%;
}

    .spinnerloading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }



.clickable {
    cursor: pointer;
}

.NOTclickable {
    cursor: not-allowed;
}

.camelized {
    text-transform: capitalize;
}

.icon-success {
    color: #2ADDA1 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


.owl-prev {
    height: 45px;
    width: 45px !important;
    left: 2.85714rem;
    top: 50% !important;
    z-index: 1;
    position: absolute !important;
    transform: translateY(-50%);
    border-radius: 50%;
    background: none;
    border: solid 1px transparent !important;
}

.owl-next {
    height: 45px;
    width: 45px !important;
    right: 2.85714rem;
    top: 50% !important;
    z-index: 1;
    position: absolute !important;
    transform: translateY(-50%);
    background: none;
    border-radius: 50%;
    border: solid 1px transparent !important;
}


.u-btn-google {
    color: #fff;
    background-color: #4285F4;
}

/* Added on Account.cshtml */
.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.align-middle {
    vertical-align: middle !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.list-inline-item {
    display: inline-block;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.c-pointer {
    cursor: pointer;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-arround {
    -ms-flex-pack: justify !important;
    justify-content: space-around !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}


.summaryBox {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    background-color: #fff;
}

.summaryTitle {
    font-size: 20px;
    font-weight: 700;
}

.summaryTotal {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.15px;
}

.contentBox {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fff;
    padding: 60px 60px 40px 60px !important;
}

.no-borders {
    border-color: transparent !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center;
}

.min-w-950 {
    width: 950px;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
}

.d-flex-grow {
    flex-grow: 1;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.d-flex-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex-space-around {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.d-flex-space-v-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.d-flex-center-v-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.d-flex-center-v-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.d-flex-center-h-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.align-self-center {
    align-self: center;
}

.d-flex-center-h-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.font-1p75em {
    font-size: 1.75em;
}

.font-1p55em {
    font-size: 1.55em;
}

.font-1p45em {
    font-size: 1.45em;
}

.font-1p35em {
    font-size: 1.35em;
}

.font-1p25em {
    font-size: 1.25em;
}

.font-1p2em {
    font-size: 1.2em;
}

.font-1p15em {
    font-size: 1.15em;
}

.font-1p1em {
    font-size: 1.1em;
}

.font-1p05em {
    font-size: 1.05em;
}

.font-bold {
    font-weight: bold !important;
}

.min-w-95 {
    min-width: 95px;
}


.text-color-black {
    color: #243458;
}

.d-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.full-width {
    width: 100%;
}

.hover-gray:hover {
    background: #00000009;
}

.border-left-gray {
    border-left: solid thin #eee;
}
/***/
.wallet-card {
    min-height: 190px !important;
    display: flex;
    margin-bottom: 10px;
}

.ribbon-container .ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px;
}

.ribbon-container .ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #495057;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}



.btn.active {
    border-color: #6d9eeb66 !important;
    background-color: #6d9eeb66 !important;
    color: white !important;
    font-weight: bold !important;
}


.textarea-resize-none {
    resize: none;
}



.border-gray {
    border: solid thin #99A7BF;
}

.color-gray {
    color: #99A7BF;
}

.checkout-steps li span {
}

.width-180-150 {
    width: 180px;
}

@media (pointer:none), (pointer:coarse), (max-device-width: 480px) {
    .hide-in-mobile {
        display: none;
    }

    .width-180-150 {
        width: 150px;
    }

    .contentBox {
        padding: 40px 30px !important;
    }
}

.bg-gray {
    background-color: #F7F9FC !important;
}

.bg-white {
    background-color: #FFFFFF;
}

.border-box-gray {
    border: solid thin #DAE3F1;
}



.border-box-blue-gray {
    border: solid thin #92AFD3;
}

    .border-box-blue-gray.active {
        border: solid thin #0075FF;
    }

.border-box-active-width-3.active {
    border-width: 3px;
}

.border-box-raduis-5 {
    border-radius: 5px !important;
}

.slicky-button-2 {
    color: #2C4B77;
    font-size: 1.05em !important;
    background-color: #F2F5FA;
    border: none !important;
    border-radius: 65px !important;
    font-weight: bold !important;
    min-width: 150px;
    padding: 8px 25px 6px 25px;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .slicky-button-2 img {
        width: 20px;
        height: 20px;
    }


    .slicky-button-2.primary {
        color: #FFFFFF;
        background-color: #0075FF;
    }

        .slicky-button-2.primary[disabled] {
            background-color: #8BAED5; /* Adjust this color as needed */
            opacity: 0.6; /* Adjust opacity as needed */
        }

    .slicky-button-2.purple {
        color: #FFFFFF;
        background-color: #4C70BA;
    }

    .slicky-button-2.large {
        width: 100% !important;
        border-radius: 5px !important;
        height: 45px !important;
    }

        .slicky-button-2.large.thin {
            height: auto !important;
            border-color: #DAE3F1 !important;
            border-radius: 20px !important;
            color: #243458;
        }

    .slicky-button-2.empty {
        border-radius: 5px !important;
        height: 45px;
        background: transparent !important;
        border: solid thin #333 !important;
        width: 130px;
        padding: 6px;
        min-width: 0 !important;
    }

    .slicky-button-2.transparent-grey {
        background: transparent;
        color: #99A7BF;
    }

        .slicky-button-2.transparent-grey.border {
            background: transparent;
            color: #99A7BF;
            border: solid thin #99A7BF !important;
        }

    .slicky-button-2.min {
        min-width: 100px;
        padding: 8px 10px 6px 10px;
    }

    .slicky-button-2:disabled {
        color: #ffffff;
    }

.slicky-input {
    flex-grow: 1;
    border: solid thin #DAE3F1;
    color: #222 !important;
    border-radius: 5px;
    padding: .75rem 8px;
    width: 100%;
}

select.slicky-input {
    height: 100%;
}


.slicky-input::placeholder {
    color: #bebebe;
}


.slicky-text-color-grey {
    color: #99A7BF !important;
}

.slicky-text-color-blue {
    color: #0075FF;
}

.slicky-text-color-primary {
    color: #243458 !important;
}

.slicky-text-color-primary-2 {
    color: #2C4B77;
}

.slicky-text-color-error {
    color: #EB5757;
}

.slicky-text-color-midnight-indigo {
    color: #3538CD;
}

.slicky-p-relative {
    position: relative;
}


.slicky-p-absolute-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.top-index-99 {
    z-index: 99;
}

.u-parent-has-error-v1 .error-message {
    display: block;
}

.error-message {
    display: none;
    color: #EB5757;
    margin: 5px 0;
}

    .error-message.has-error {
        display: block;
    }

.u-has-error-v1 {
    background-color: transparent !important;
    border: 2px solid #EB5757;
    box-shadow: none;
}

.w-fit-content {
    width: fit-content;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}


.v-hidden {
    visibility: hidden;
}

.slicky-bg-indigo-50 {
    background-color: #EEF4FF
}

.slicky-rounded-100p {
    border-radius: 100px;
}

.slikcy-width-full {
    width: 100% !important;
}

.address-option-li .input-option-checked {
    display: none !important;
}

.address-option-li .input-option-empty {
    display: block !important;
}

.address-option-li.active .input-option-checked {
    display: block !important;
}

.address-option-li.active .input-option-empty {
    display: none !important;
}

.slicky-border-bottom {
    border-bottom: solid thin #DAE3F1;
}

.default-tag {
    padding: 6px 12px;
    background: #EEF4FF;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    color: #3538CD;
    word-wrap: break-word
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.flex-start {
    justify-content: flex-start;
}

.flex-evenly {
    justify-content: space-evenly;
}

.esearch-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.input-esearch {
    flex-grow: 1;
    padding: 10px;
    font-size: 17px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
}

.btn-esearch {
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s ease;
}

.typed-cursor {
    display: none;
}


.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 20px;
    width: 20px;
    border-style: none;
    padding: 15px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
}

    .input-search::placeholder {
        letter-spacing: 2px;
        font-weight: 100;
    }

.btn-search {
    width: 20px;
    height: 20px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: painted;
}

    .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
        padding: 15px;
    }

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    padding: 15px;
}

.address-card {
    border: solid thin #DAE3F1;
    border-radius: 10px;
}

.slicky-table-action {
    background: transparent;
    border: solid thin #ccc;
    border-radius: 20px;
    padding: 0 23px;
    height: 27px;
    font-weight: bold;
}

.card {
    position: relative;
    margin-bottom: 24px;
    background-color: #ffffff;
    color: #313534;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

    .card:before,
    .card:after {
        content: " ";
        display: table;
    }

    .card:after {
        clear: both;
    }

    .card .btn-icon-toggle:hover,
    .card .btn-flat:hover {
        background-color: rgba(12, 12, 12, 0.07);
    }

    .card > .nano:last-child {
        border-radius: 0 0 2px 2px;
    }

    .card.no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.card-head {
    position: relative;
    line-height: 52px;
    min-height: 56px;
    vertical-align: middle;
    border-radius: 2px 2px 0 0;
}

    .card-head:before,
    .card-head:after {
        content: " ";
        display: table;
    }

    .card-head:after {
        clear: both;
    }

    .card-head header {
        display: inline-block;
        padding: 11px 24px;
        vertical-align: middle;
        line-height: 17px;
        font-size: 20px;
    }

        .card-head header > h1,
        .card-head header > h2,
        .card-head header > h3,
        .card-head header > h4,
        .card-head header > h5,
        .card-head header > h6 {
            vertical-align: middle;
            margin: 0;
            line-height: 1;
        }

        .card-head header small {
            color: inherit;
            opacity: 0.6;
            font-size: 75%;
        }

    .card-head > div {
        display: inline-block;
    }

    .card-head .tools {
        padding-right: 16px;
        float: right;
    }

        .card-head .tools form {
            margin-top: 7px;
            margin-bottom: 7px;
            margin-left: 24px;
            line-height: normal;
            vertical-align: middle;
        }

        .card-head .tools .btn-floating-action {
            margin-left: 8px;
        }

        .card-head .tools > .btn-group {
            margin-right: 4px;
        }

        .card-head .tools > .btn-group-xs {
            margin-right: 10px;
        }

        .card-head .tools > .btn-group-sm {
            margin-right: 4px;
        }

        .card-head .tools > .btn-group-lg {
            margin-right: 0;
        }

        .card-head .tools.pull-left > .btn-group {
            margin-left: 4px;
        }

        .card-head .tools.pull-left > .btn-group-xs {
            margin-left: 10px;
        }

        .card-head .tools.pull-left > .btn-group-sm {
            margin-left: 4px;
        }

        .card-head .tools.pull-left > .btn-group-lg {
            margin-left: 0;
        }

    .card-head.card-head-xs {
        line-height: 32px;
        min-height: 36px;
    }

        .card-head.card-head-xs header {
            font-size: 15px;
            padding: 8px 24px;
        }

    .card-head.card-head-sm {
        line-height: 44px;
        min-height: 48px;
    }

        .card-head.card-head-sm header {
            font-size: 15px;
        }

    .card-head.card-head-lg {
        line-height: 76px;
        min-height: 80px;
    }

        .card-head.card-head-lg header {
            font-size: 24px;
        }

.card-body {
    padding: 24px;
    position: relative;
}

    .card-body:before,
    .card-body:after {
        content: " ";
        display: table;
    }

    .card-body:after {
        clear: both;
    }

    .card-body:last-child {
        border-radius: 0 0 2px 2px;
    }

    .card-body.table-responsive {
        margin: 0;
    }

.card-actionbar {
    padding-bottom: 8px;
    position: relative;
}

    .card-actionbar:before,
    .card-actionbar:after {
        content: " ";
        display: table;
    }

    .card-actionbar:after {
        clear: both;
    }

    .card-actionbar:last-child {
        border-radius: 0 0 2px 2px;
    }

.card-actionbar-row {
    padding: 6px 16px;
    text-align: right;
}

.card-tiles > .row,
.card-type-blog-masonry > .row {
    margin: 0;
}

    .card-tiles > .row > [class^="col-"],
    .card-type-blog-masonry > .row > [class^="col-"] {
        padding: 0;
    }

.card-underline .card-head {
    border-bottom: 1px solid rgba(150, 156, 156, 0.4);
}

.card-underline .card-foot {
    border-top: 1px solid rgba(150, 156, 156, 0.4);
}

.card-bordered,
.card-outlined {
    border: 2px solid #969c9c;
}


.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav {
    margin-top: 10px
}

    .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 50%;
    }

        .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #869791
    }


/* Base styles for the skeleton loading effect */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/* Skeleton styles for text placeholders */
.skeleton-text {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.skeleton-text__body {
    width: 75%; /* Adjust width of body text placeholder */
}

.skeleton-footer {
    width: 30%; /* Adjust width of footer text placeholder */
}

/* Additional styles for card layout */
.card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

    .card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.card__header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .card__header img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        margin-right: 1rem;
    }

.card__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card__body .body__text {
        width: 70%; /* Adjust width of text content */
    }

    .card__body img {
        width: 100%;
        max-width: 150px; /* Adjust maximum width of image */
        height: auto;
        border-radius: 0.5rem;
    }

.card__footer {
    margin-top: 1rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .825rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
        bottom: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
        top: calc(-.5rem - 1px)
    }

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}


.popover-header .close {
    float: right;
    font-size: 1.5rem; /* Replace $close-font-size with the actual value */
    font-weight: 700; /* Replace $close-font-weight with the actual value */
    line-height: 1;
    color: #000; /* Replace $close-color with the actual value */
    text-shadow: 0 1px 0 #fff; /* Replace $close-text-shadow with the actual value */
    opacity: .5;
}

    .popover-header .close:hover,
    .popover-header .close:focus {
        color: #000; /* Replace $close-color with the actual value */
        text-decoration: none;
        opacity: .75;
    }

.popover-header button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.popover-header a.close.disabled {
    pointer-events: none;
}

#genericModalDialog {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    border-radius: 0 !important;
    display: flex;
}

    #genericModalDialog .modal-content {
        border: none !important;
        border-radius: 0 !important;
    }

.column-title {
    font-weight: 700;
    color: #111;
    font-size: 1.15em;
}

.d-inline-block.show {
    display: inline-block !important;
}

.show .orders-range-picker {
    display: flex !important;
}

.g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
}


.optionButton {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: Open Sans,OpenSans,Helvetica,arial,sans-serif;
    font-weight: 400;
    border-radius: 0.5rem;
    border: 1px solid rgba(102,102,102,1);
    background-color: rgba(255,255,255,1);
    padding: 11px 15px;
    text-transform: capitalize;
    color: rgba(77,77,77,1);
}

.breadcrumb span:not(:last-child) {
    margin-inline-end: .6875rem;
}

.productDetailContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.toggle-icon[aria-expanded="true"] {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.toggle-icon[aria-expanded="false"] {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.header-icon {
    height: 25px;
}

.headerLogo {
    cursor: pointer;
}

.onlyDesktop {
    display: block;
}

.onlyMobile {
    display: none !important;
}

.headerIconContainer {
    justify-content: space-between;
    align-items: center;
}

.headerIconSubContainer {
    justify-content: space-between;
    gap: 24px;
}

.smallLinks {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
    text-transform: uppercase;
}

#stepFormProgressMobile {
    display: none !important;
}

.steps {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.contentCart {
    display: none;
}

.mainSearch {
    display: flex;
    flex-direction: row;
    max-width: 1800px;
    margin: auto;
}

#carouselCus1, #carouselCus2 {
    max-width: 660px !important; /* Set a fixed height for the carousel container */
}

    #carouselCus1 img {
        height: 100%;
        width: 100%;
        max-height: 500px !important;
        object-fit: contain;
    }

#carouselCus2 {
    height: 250px; /* Set a fixed height for the carousel container */
}

    #carouselCus2 img {
        height: 100%; /* Ensure images take 100% of the container height */
        width: 100%; /* Ensure images take 100% of the container width */
        height: 250px;
        object-fit: cover; /* Maintain aspect ratio and cover the entire container */
    }

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-top: 10px;
}

    .search-dropdown .suggestion-item {
        padding: 10px;
        cursor: pointer;
    }

        .search-dropdown .suggestion-item:hover {
            background-color: #f8f9fa;
        }

    .search-dropdown .search-button {
        width: 100%;
        text-align: center;
        padding: 10px;
        background-color: #e9ecef;
        cursor: pointer;
    }

        .search-dropdown .search-button:hover {
            background-color: #dee2e6;
        }

.suggestion-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.no-results {
    padding: 10px;
    text-align: center;
    color: #777;
    font-size: 16px;
}

.search-button {
    padding: 10px;
    text-align: center;
    background-color: #e9ecef;
    cursor: pointer;
    font-weight: bold;
}

    .search-button:hover {
        background-color: #dee2e6;
    }

.loading-spinner {
    padding: 20px;
    text-align: center;
}

    .loading-spinner::after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 6px solid #f3f3f3;
        border-top: 6px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .productDetailContainer {
        flex-direction: column;
    }

    .header-icon {
        height: 35px;
    }

    .onlyDesktop {
        display: none !important;
    }

    .onlyMobile {
        display: block !important;
    }

    .headerIconLink {
        padding-top: 10px;
    }

    .smallLinks {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        display: block;
        padding: 10px 0;
    }

        .smallLinks a {
            text-decoration: none;
            display: block;
        }

    .isCart {
        display: none;
    }

    .isSearchBox {
        display: none;
    }

    #stepFormProgress {
        display: none !important;
    }

    #stepFormProgressMobile {
        display: block !important;
    }

    .mainSearch {
        flex-direction: column;
    }

    .steps {
        margin: 10px;
        flex-direction: column;
    }

    .contentCart {
        margin: 10px;
        display: block;
    }

    .contentBoxTitle {
        font-weight: bold;
        font-size: 16px;
    }

    .contentBox {
        padding: 20px 20px !important;
        display: block;
    }
}


.position-relative {
    position: relative !important;
}

.dropdown-menu li:first-child {
    margin-top: 10px; /* Add margin to the first item */
}

.dropdown-menu li:last-child {
    margin-bottom: 10px; /* Add margin to the last item */
}

.slickyform-control{
    min-height: 53.68px !important;
}

#blogRecommended {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.crossed-out {
    text-decoration: line-through;
}

/* Search page show Dropdown */
.page-dropdown {
    position: relative;
    padding-right: 14px;
    border: solid thin #979797;
    width: 100px;
    border-radius: 5px;
    margin-left: 10px;
}

    .page-dropdown::after {
        content: '▼';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #979797;
    }
.selcted-page-count {
    height: 22px;
    width: 100px;
    text-align: start !important;
}