/*!
* Version: 1.3.0
* Template: booksto Clinic And Patient Management Dashboard
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
    outline: none
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family)
}

h1 {
    font-size: var(--bs-heading-1, 1.5rem)
}

h2 {
    font-size: var(--bs-heading-2, 1.375rem)
}

h3 {
    font-size: var(--bs-heading-3, 1.3rem)
}

h4 {
    font-size: var(--bs-heading-4, 1.25rem)
}

h5 {
    font-size: var(--bs-heading-5, 1.125rem)
}

h6 {
    font-size: var(--bs-heading-6, 1rem)
}

a {
    color: var(--bs-primary);
    -webkit-transition: color 400ms ease, background 400ms ease;
    -o-transition: color 400ms ease, background 400ms ease;
    transition: color 400ms ease, background 400ms ease
}

.iq-slider {
    overflow: hidden;
    overflow-x: auto
}

.iq-scroller-effect ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-track {
    background: var(--bs-body-bg);
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: rgb(222.6, 226.2, 233.4);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.fs-37 {
    font-size: 2.3687rem
}

.fs-16 {
    font-size: 1rem
}

.text-primary-dark {
    color: var(--bs-primary-shade-20)
}

.full-screen .container-fluid {
    padding: 0 4.6875rem
}

@media(max-width: 1367px) {
    .full-screen .container-fluid {
        padding: 0 2rem
    }
}

@media(max-width: 767px) {
    .full-screen .container-fluid {
        padding: 0 2rem
    }
}

.custom-form-field input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    height: auto
}

.logo-img .icon-30 {
    height: 3.125rem;
    width: 3.125rem
}

.auth-card {
    padding: 30px
}

.body-class-1 {
    scroll-behavior: smooth
}

.main-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.main-img .container h1 {
    margin: 0;
    font-size: 4.375rem;
    color: #fff
}

.main-img .container h1 span {
    padding: .375rem .875rem;
    display: inline-block
}

.bd-heading-1 .bd-example {
    margin-top: 1rem
}

.bd-heading-1 .bd-example:first-child {
    margin-top: 0rem
}

.bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
    margin: unset
}

.bd-aside.card.iq-document-card {
    padding: 1.5rem
}

.bd-aside a {
    padding: .25rem .5rem;
    margin-top: .125rem;
    margin-left: .25rem;
    color: rgba(110, 121, 144, .95);
    text-decoration: none
}

.bd-aside a:hover,
.bd-aside a:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1)
}

.bd-aside .active {
    font-weight: 600;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary)
}

.bd-aside .btn {
    padding: .25rem .5rem;
    font-weight: 600;
    color: #6e7990;
    border: 0
}

.bd-aside .btn .right-icon {
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary)
}

.bd-aside .btn[aria-expanded=true] .right-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.scrollspy-example {
    position: relative;
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
    margin-top: .5rem
}

@media(min-width: 1200px) {
    .body-class-1 {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: auto
    }

    .bd-aside.sticky-xl-top {
        top: 2rem !important
    }

    .bd-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        grid-column: 1/span 3
    }

    .sticky-xl-top {
        z-index: 2
    }

    .bd-cheatsheet,
    .bd-cheatsheet section,
    .bd-cheatsheet article {
        display: grid;
        gap: 2rem;
        grid-template-columns: 3fr 1fr;
        grid-column: span 2/span 2;
        grid-template-rows: auto
    }

    .bd-aside {
        grid-area: 1/1;
        scroll-margin-top: 4rem
    }

    .bd-cheatsheet section,
    .bd-cheatsheet section>.iq-side-content {
        top: 2rem;
        scroll-margin-top: 0
    }

    .bd-cheatsheet article,
    .bd-cheatsheet .bd-heading {
        top: calc(7.2rem + 2rem);
        scroll-margin-top: calc(7.8rem + 2rem)
    }

    .bd-cheatsheet .bd-heading {
        z-index: 1;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .bd-cheatsheet .bd-heading .card {
        margin-bottom: 0
    }

    .bd-cheatsheet article .iq-document-card {
        margin-bottom: unset
    }

    .bd-cheatsheet article .iq-document-card.iq-doc-head {
        margin-top: -8.8rem
    }
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .mobile-offcanvas {
        width: 40% !important
    }
}

@media(max-width: 767.98px) {
    .main-img .container h1 {
        font-size: 3.125rem
    }
}

@media(max-width: 1199.98px) {
    .header .container {
        max-width: unset !important
    }

    aside.mobile-offcanvas {
        margin-top: unset !important
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: block
    }

    .body-class-1 {
        padding: unset
    }

    .body-class-1.container {
        max-width: unset
    }

    #content .iq-side-content .card {
        margin-top: 1.25rem
    }

    .mobile-offcanvas {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        background: hsla(0, 0%, 100%, .8392156863);
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem)
    }

    .mobile-offcanvas.show {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block
    }
}

@media(min-width: 1200px) {
    aside.mobile-offcanvas .offcanvas-header {
        display: none
    }

    .bd-cheatsheet section .iq-side-content {
        grid-column-end: 3
    }

    .bd-cheatsheet section .iq-side-content .card {
        margin-bottom: 0
    }
}

body.offcanvas-active {
    overflow: hidden
}

body.uikit .btn-download {
    display: none
}

.uisheet.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    -o-transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    transition: opacity .2s linear, visibility .2s, width 2s ease-in
}

.uisheet.screen-darken.active {
    z-index: 10;
    -webkit-transition: opacity .3s ease, width 0s;
    -o-transition: opacity .3s ease, width 0s;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible
}

#back-to-top {
    display: inline !important
}

#back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#back-to-top .top svg {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    padding: 16px
}

.middle {
    display: inline !important
}

.middle .mid-menu {
    position: fixed;
    top: 9.375rem;
    left: 0rem;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: .2rem;
    -webkit-border-radius: 0 1rem 1rem 0;
    border-radius: 0 1rem 1rem 0
}

.top-1 {
    top: 1rem
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto
}

.elem-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-track {
    background: #fafafa;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #dbdfe7
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0
}

.card .card-body .iq-media-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: .125rem;
    border-radius: .125rem
}

.card .card-body .iq-media-1:hover {
    text-decoration: none
}

.icons-list {
    line-height: 50px;
    margin-bottom: 15px;
    display: inline-block
}

@media(max-width: 767.98px) {
    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        display: block;
        overflow-x: auto
    }
}

[dir=rtl] dd {
    margin-right: 0 !important
}

[dir=rtl] .alert {
    padding-right: 1.5rem !important
}

[dir=rtl] .alert .btn-close {
    left: 0 !important;
    right: unset !important
}

[dir=rtl] .list-group {
    padding-right: 0px !important
}

[dir=rtl] .nav {
    padding-right: 0px !important
}

.alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: .5rem
}

.offcanvas.live-customizer {
    -webkit-box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .1);
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .1);
    border: 0
}

.offcanvas.live-customizer .btn.btn-border {
    color: var(--bs-body-color);
    border-color: var(--bs-border-color)
}

.offcanvas.live-customizer .btn.btn-border:hover {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn.btn-border:active {
    color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn-check:checked+.btn.btn-border,
.offcanvas.live-customizer .btn-check:active+.btn.btn-border,
.offcanvas.live-customizer .btn.btn-border:active,
.offcanvas.live-customizer .btn.btn-border.active {
    color: var(--bs-white);
    border-color: var(--bs-primary)
}

.offcanvas.live-customizer .btn-check:checked+.btn.btn-border.bg-transparent,
.offcanvas.live-customizer .btn-check:active+.btn.btn-border.bg-transparent,
.offcanvas.live-customizer .btn.btn-border:active.bg-transparent,
.offcanvas.live-customizer .btn.btn-border.active.bg-transparent {
    color: var(--bs-primary)
}

@media(min-width: 768px) {
    .offcanvas.live-customizer {
        width: 450px
    }

    .theme-fs-lg .offcanvas.live-customizer {
        width: 500px
    }
}

.social li>a {
    color: #fff
}

.social-icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.facebook {
    background: #3b5998 !important
}

.twitter {
    background: #00acee !important
}

.youtube {
    background: red !important
}

.pinterest {
    background: #e60023 !important
}

.social li>a:hover {
    color: var(--bs-primary);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.old-price {
    text-decoration: line-through
}

.timeline-dots {
    border: 3px solid var(--bs-primary);
    -webkit-border-radius: 90px;
    border-radius: 90px;
    padding: .3rem .2rem .8rem .3rem !important;
    background: var(--bs-white);
    height: 42px;
    width: 45px;
    line-height: 25px;
    text-align: center
}

.comingsoon {
    margin-top: 153px !important;
    padding-top: 3rem !important
}

.comingsoon-info h2 {
    font-size: 2.6rem !important;
    line-height: 1.3 !important
}

.comingsoon-info p {
    line-height: 1.8
}

.countdown li span {
    font-size: 60px;
    display: inline-block;
    width: 100%;
    color: var(--bs-primary)
}

.maintenance img {
    width: 30%
}

.maintenance h3 {
    font-size: 2.3rem !important;
    line-height: 1.3 !important
}

.error {
    width: 100%;
    overflow: hidden;
    display: inline-block
}

.error h2 {
    font-size: 2.6rem !important;
    line-height: 1.2
}

.error .text-in-box {
    font-size: 6rem !important;
    font-weight: 700;
    line-height: 1.5
}

.error>img {
    width: 70%
}

@media(min-width: 768px) {
    .error>img {
        width: 40%
    }
}

@media(min-width: 375px)and (max-width: 768px) {
    .timeline-dots {
        padding: .15rem 0rem !important;
        height: 35px;
        width: 45px
    }
}

.auth-logo img {
    height: 50px
}

[data-bs-theme=dark] .auth-logo .logo-normal {
    display: block !important
}

.auth-title {
    font-size: 3rem;
    letter-spacing: 1px
}

.auth-desc {
    font-size: .9rem
}

.reset-pw {
    font-size: 2rem
}

.custom-textarea {
    height: 100px !important
}

[data-bs-theme=dark] .flatpickr-calendar {
    background-color: var(--bs-gray-900) !important;
    color: var(--bs-heading-color) !important
}

[data-bs-theme=dark] .flatpickr-month,
[data-bs-theme=dark] .flatpickr-weekday,
[data-bs-theme=dark] .flatpickr-day {
    color: var(--bs-heading-color) !important
}

[data-bs-theme=dark] .flatpickr-day:not(.flatpickr-disabled):hover {
    background-color: var(--bs-primary);
    color: #000 !important;
    border: none !important
}

[data-bs-theme=dark] .flatpickr-disabled,
[data-bs-theme=dark] .nextMonthDay {
    color: #7a7a7a !important
}

[data-bs-theme=dark] .flatpickr-next-month,
[data-bs-theme=dark] .flatpickr-prev-month {
    fill: #fff
}

[data-bs-theme=dark] .flatpickr-next-month:hover>svg,
[data-bs-theme=dark] .flatpickr-prev-month:hover>svg {
    fill: var(--bs-primary) !important
}

.flatpickr-calendar {
    -webkit-box-shadow: 0 0px 15px -6px var(--bs-body-color);
    box-shadow: 0 0px 15px -6px var(--bs-body-color)
}

.ql-toolbar,
.ql-container {
    border-color: var(--bs-border-color) !important
}

.profile-pic1 {
    max-width: 100%;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.profile-img-edit1 {
    position: relative;
    display: inline-block;
    height: 111px;
    width: 115px
}

.file-upload1 {
    display: none
}

.p-image1 {
    position: absolute;
    top: auto;
    right: 8px;
    bottom: 10px;
    -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: var(--bs-primary);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.upload-button1 {
    font-size: 1.5em
}

.custom .dataTables_filter {
    margin-right: 31rem
}

@media(min-width: 375px)and (max-width: 767px) {
    .custom .dataTables_filter {
        margin-inline: 3rem
    }
}

.select .form-check-input:disabled {
    border: 1px solid var(--bs-primary)
}

input[type=radio].text-success:checked {
    background-color: var(--bs-success);
    border: none
}

input[type=radio].text-danger:checked {
    background-color: var(--bs-danger);
    border: none
}

input[type=radio].text-warning:checked {
    background-color: var(--bs-warning);
    border: none
}

input[type=radio].text-gray:checked {
    background-color: var(--bs-gray);
    border: none
}

input[type=radio].text-info:checked {
    background-color: var(--bs-info);
    border: none
}

input[type=checkbox].text-success:checked {
    background-color: var(--bs-success);
    border: none
}

input[type=checkbox].text-danger:checked {
    background-color: var(--bs-danger);
    border: none
}

input[type=checkbox].text-warning:checked {
    background-color: var(--bs-warning);
    border: none
}

input[type=checkbox].text-gray:checked {
    background-color: var(--bs-gray);
    border: none
}

input[type=checkbox].text-info:checked {
    background-color: var(--bs-info);
    border: none
}

.img-shadow {
    cursor: pointer
}

.browse-bookcontent .img-shadow {
    cursor: unset
}

.img-shadow:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.view-book {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.view-book-btn {
    display: none;
    color: var(--bs-primary);
    background-color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.view-book:hover .view-book-btn {
    background-color: var(--bs-primary);
    color: #fff;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.browse-bookcontent:hover .img-shadow:before {
    background: #478cc882;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.browse-bookcontent:hover .view-book-btn {
    display: inline-block;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.profile-icon {
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sidebar-mini .iq-margin {
    margin-top: 10px
}

.iq-width {
    width: 100% !important
}

[data-bs-theme=dark] tspan {
    fill: #fff
}

[data-bs-theme=dark] .amcharts-amexport-label {
    background-color: var(--bs-body-bg)
}

.amcharts-amexport-label {
    background-color: #687e68
}

.jstree-anchor:hover {
    background-color: var(--bs-primary);
    color: #070707
}

[data-bs-theme=dark] .view-book-btn {
    background-color: #423b3b
}

.user-table .dataTables_filter {
    text-align: unset !important
}

.checkout-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center
}

.checkout-product-img {
    max-width: 80px !important
}

.checkout-product-img img {
    max-height: 100px !important
}

.checkout-product {
    border-bottom: 1px solid var(--bs-border-color)
}

li.checkout-product:last-child {
    border-bottom: none !important
    margin-bottom: 0;
}

.checkout-detail h5 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5
}

@media screen and (max-width: 450px) {
    .list-inline-res {
        text-align: center
    }

    .product-price {
        margin-top: 10px;
        display: block
    }
}

[data-bs-theme=dark] .text-dark {
    color: #fff !important
}

[data-bs-theme=dark] .bg-white {
    background: rgba(0, 0, 0, 0) !important
}

.search-input:not(.category-search-input)>* {
    background-color: var(--bs-body-bg) !important
}

.category-search-input *,
.category-search-input .form-control:focus {
    background-color: var(--bs-gray-900) !important
}

[data-bs-theme=dark] .text-black {
    color: #fff !important
}

[data-bs-theme=dark] .apexcharts-menu {
    background: #000 !important;
    border: none !important
}

.sidebar-mini .iq-membership {
    display: none
}

.sidebar-mini.sidebar-hover .iq-membership {
    display: none
}

.sidebar-mini.sidebar-hover:hover .iq-membership {
    display: block
}

.sidebar-mini .logo-normal {
    display: none
}

.sidebar-mini .light-mini {
    -webkit-transform: translateX(9px) !important;
    -ms-transform: translateX(9px) !important;
    transform: translateX(9px) !important
}

.sidebar-mini .dark-mini {
    -webkit-transform: translateX(-19px) !important;
    -ms-transform: translateX(-19px) !important;
    transform: translateX(-19px) !important
}

.card-shadow {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
}

.las,
.la,
.fa:not(.iq-quantity-minus):not(.iq-quantity-plus),
.ri,
.drip,
.lab,
.ion {
    font-size: 21px
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-11 .fa {
    font-size: 11px !important
}

.social-icons .fa {
    font-size: inherit !important
}

.line-clip-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-clip-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.description-column {
    max-width: 335px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.author-desc {
    max-width: 1050px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.dataTables_filter [type=search] {
    border: 1px solid gray
}

.sidebar-mini .static-item {
    padding-bottom: 0 !important;
    padding-top: .5rem !important
}

.sidebar-mini .static-item .nav-link i.sidenav-mini-icon {
    display: inline !important;
    opacity: unset;
    font-size: 1.8rem
}

.sidebar-hover:hover .nav-link i.sidenav-mini-icon {
    display: none !important
}

.custom-search {
    width: 70%
}

@media(max-width: 990px) {
    .custom-search {
        width: 100%
    }
}

.favorite-slider h6 {
    line-height: 1.5 !important;
    font-size: 1.2rem
}

.favorite-slider p {
    font-size: 14px;
    margin-top: .75rem !important;
    margin-bottom: 1rem !important
}

.favorite-slider img {
    height: 280px
}

@media(max-width: 577px) {
    .favorite-slider img {
        height: 180px
    }
}

@media(min-width: 576px)and (max-width: 1220px) {
    .favorite-slider img {
        height: 200px
    }
}

@media(min-width: 1221px)and (max-width: 1550px) {
    .favorite-slider img {
        height: 210px
    }
}

.trendy-slider img,
.similar-slider img {
    height: auto;
}

@media(max-width: 577px) {

    .trendy-slider img,
    .similar-slider img {
        height: auto
    }
}

@media(min-width: 576px)and (max-width: 1220px) {

    .trendy-slider img,
    .similar-slider img {
        height: 200px
    }
}

@media(min-width: 1221px)and (max-width: 1550px) {

    .trendy-slider img,
    .similar-slider img {
        height: auto;
    }
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: var(-bs-border-color)
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.scrollbar-thumb.scrollbar-thumb-y {
    background-color: var(--bs-primary)
}

.browse-bookcontent p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.iq-featured h4 {
    font-size: 1.4rem
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-20 {
    font-size: 20px
}

.font-size-24 {
    font-size: 24px
}

.read-now {
    font-size: 14px;
    color: #3f414d !important
}

[data-bs-theme=dark] .read-now {
    color: #a2a4af !important
}

.similar-slider h6,
.trendy-slider h6 {
    font-size: 14px
}

.sub-drop span {
    font-size: 12px
}

.iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border: none !important
}

.book-vertical-desc h3 {
    font-size: 1.95rem;
    line-height: 1.3
}

.iq-counter h2 {
    font-size: 2.3rem;
    line-height: 1.3rem
}

.profile-detail h3 {
    font-size: 1.95rem;
    line-height: 1.3;
    margin-bottom: 0 !important
}

.toggle-cart-info img {
    width: 50px
}

#notification-cart+.toggle-cart-info .iq-sub-card {
    padding-bottom: 0 !important
}

.sidebar-color .sidebar-toggle {
    background-color: #fff;
    color: #000
}

.sidebar-color .logo-color {
    display: block
}

.sidebar-color .logo-normal {
    display: none
}

.sidebar-color .logo-mini-white {
    display: none
}

.logo-normal {
    opacity: 1 !important;
    visibility: unset !important
}

.logo-color {
    display: none
}

.logo-mini-white {
    display: none
}

.logo-mini {
    display: none !important;
    opacity: 1 !important;
    visibility: unset !important;
    -webkit-transform: translate(4px, -3.5px) !important;
    -ms-transform: translate(4px, -3.5px) !important;
    transform: translate(4px, -3.5px) !important;
    -webkit-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important
}

.sidebar-mini .logo-mini {
    display: block !important;
    height: 54px !important
}

.sidebar-mini .logo-normal {
    display: none !important
}

.sidebar-hover:not(.sidebar-color):hover .logo-mini {
    display: none !important
}

.sidebar-hover:not(.sidebar-color):hover .logo-normal {
    display: block !important
}

.sidebar-mini:is(.sidebar-color) .logo-mini {
    display: none !important
}

.sidebar-mini:is(.sidebar-color) .logo-color {
    display: none
}

.sidebar-mini:is(.sidebar-color) .logo-mini-white {
    display: block;
    height: 54px !important
}

.sidebar-hover:is(.sidebar-color):hover .logo-mini-white {
    display: none !important
}

.sidebar-hover:is(.sidebar-color):hover .logo-color {
    display: block
}

[dir=rtl] .nav-link.collapsed>.right-icon {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

[dir=rtl] .breadcrumb-item:not(:last-child) {
    margin-left: .5rem
}

[dir=rtl] .breadcrumb-item:not(.active)::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "https://templates.iqonic.design/")
}

[dir=rtl] .breadcrumb-item.active::before {
    content: "" !important
}

[dir=rtl] .search-input:not(.category-search-input) span {
    padding-right: 0 !important;
    padding-left: 1rem !important
}

[dir=rtl] [aria-labelledby=notification-drop] .header-title h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[dir=rtl] [aria-labelledby=notification-cart] .header-title {
    text-align: right
}

[dir=rtl] .left-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem !important
}

[dir=rtl] .auth-signup p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .3rem
}

[dir=rtl] .iq-edit-profile {
    padding: 0
}

[dir=rtl] #exampleInputEmail1 {
    border-right: 1px solid #f1f1f1 !important;
    border-left: none !important
}

[dir=rtl] #top-tabbar-vertical .list-group-item span {
    color: #fff
}

[dir=rtl] #top-tabbar-vertical .list-group-item i {
    margin-right: 0;
    margin-left: 1rem
}

.dropdown-menu {
    border: .5px solid var(--bs-border-color)
}

.sub-drop {
    -webkit-border-top-left-radius: .6rem !important;
    border-top-left-radius: .6rem !important;
    -webkit-border-top-right-radius: .6rem !important;
    border-top-right-radius: .6rem !important
}

[data-bs-theme=dark] .timeline-dots {
    background-color: var(--bs-body-bg)
}

[data-bs-theme=dark] .iq-membership img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

[data-bs-theme=dark] #top-tabbar-vertical .list-group-item span {
    color: #fff
}

.iq-qty-btn>* {
    font-size: 12px !important;
    padding-block: 0;
    border-color: var(--bs-border-color)
}

.iq-quantity-plus,
.iq-quantity-minus {
    padding-inline: .5rem
}

.iq-quantity-plus svg,
.iq-quantity-minus svg {
    color: var(--bs-heading-color)
}

.select2-selection__arrow {
    height: 75% !important;
    margin-top: .45rem !important
}

[data-bs-theme=dark] .category-search-input>* {
    background-color: var(--bs-gray-900) !important
}

.ph-duotone {
    font-size: 21px
}

.ph:not(.custom-ph-icons) {
    font-size: 21px
}

.nav .search-input.input-group .form-control:focus {
    background-color: var(--bs-body-bg) !important
}

.btn-small-icon {
    /* height: 2rem; */
    /* width: 2rem; */
    padding: 0;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.read-now:hover {
    color: #0dd6bb !important
}

.custom-datatable-border th,
.custom-datatable-border td {
    border-style: none !important
}

.custom-column-width {
    width: 60%
}

#sidebar-menu .nav-link {
    font-size: 14px
}

[dir=rtl] .dataTables_filter {
    float: left
}

.custom-z-index {
    z-index: 1 !important
}

[data-bs-theme=dark] .cust-white {
    color: #fff
}

@media(min-width: 760px)and (max-width: 990px) {
    [dir=rtl] .dropdown-menu-end[data-bs-popper] {
        right: 0px !important
    }
}

a[href="javascript:void();"]:hover {
    cursor: default !important
}

.dropdown-menu-end {
    --bs-position: end
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    color: #181616
}

[data-bs-theme=dark] .bg-light {
    color: var(--bs-gray-900)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    color: #181616
}

.dropdown-menu {
    z-index: 1 !important
}

@media(max-width: 576px) {
    aside {
        z-index: 1000 !important
    }

    .custom-table-search .row {
        gap: 1rem !important
    }

    .custom-table-search .row>* {
        margin-top: 0 !important
    }
}

@media(min-width: 577px)and (max-width: 1200px) {
    aside {
        z-index: 1000 !important
    }

    .iq-membership {
        padding-bottom: 3rem !important
    }
}

[dir=rtl] .dataTables_filter.custom {
    display: grid !important
}

[dir=rtl] .dataTables_filter.custom .dataTables_filter {
    justify-self: start;
    margin-right: unset !important;
    padding-right: unset !important
}

@media(max-width: 576px) {
    [dir=rtl] .dataTables_filter.custom .dataTables_filter {
        padding-right: 2.5rem !important
    }
}

[dir=rtl] input[type=date],
[dir=rtl] input[type=month],
[dir=rtl] input[type=week],
[dir=rtl] input[type=time],
[dir=rtl] input[type=datetime-local] {
    text-align: start
}

.swal2-cancel.swal2-styled {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .2rem
}

.swal2-cancel.swal2-styled .fa-thumbs-down {
    margin-top: .25rem
}

.select2-selection__rendered,
.select2-selection--multiple {
    padding: .5em 2em .5em 1em !important;
    padding-block: .65rem !important
}

.custom-checkboxs .form-check-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-checkboxs .form-check-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-checkboxs .form-check-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkboxs .form-check-label::before {
    position: absolute;
    top: .25rem;
    left: -1.7rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.custom-checkboxs .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-checkboxs .custom-checkbox.checkbox-icon label i {
    position: absolute;
    top: 6px;
    left: -24px;
    font-size: 10px;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.custom-checkboxs .custom-checkbox.checkbox-icon input:checked~label i {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    color: #fff
}

.custom-checkboxs .custom-checkbox.checkbox-icon input:checked~label::after {
    display: none
}

.custom-checkboxs .form-check-input:checked~.form-check-label::before {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary)
}

.stepwizard-row #document-tab.active {
    background-color: rgba(235, 87, 87, .2);
    border-color: #eb5757
}

.stepwizard-row #bank-tab.active {
    background-color: rgba(33, 150, 83, .2);
    border-color: #219653
}

.stepwizard-row #confirm-tab.active {
    background-color: rgba(241, 106, 27, .2);
    border-color: #f16a1b
}

.dataTables_wrapper .row .dataTables_length {
    padding-left: 0px !important
}

.dataTables_wrapper .row .dataTables_filter,
.dataTables_wrapper .row .dataTables_paginate {
    padding-right: 0px !important
}

.dataTables_wrapper .row .dataTables_info {
    padding-left: 0px !important
}

[dir=rtl] .sidebar .navbar-brand {
    margin-left: unset !important
}

[dir=rtl] .logo-mini {
    -webkit-transform: translate(-9px, -3.5px) !important;
    -ms-transform: translate(-9px, -3.5px) !important;
    transform: translate(-9px, -3.5px) !important
}

[dir=rtl] .logo-mini-white {
    -webkit-transform: translate(-6px, -3.5px) !important;
    -ms-transform: translate(-6px, -3.5px) !important;
    transform: translate(-6px, -3.5px) !important
}

.logo-mini-white {
    -webkit-transform: translate(4px, -3.5px) !important;
    -ms-transform: translate(4px, -3.5px) !important;
    transform: translate(4px, -3.5px) !important
}

@media(min-width: 375px)and (max-width: 768px) {
    .comingsoon {
        margin-top: 0px !important;
        padding-top: 3rem !important
    }
}

.toggles {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.toggles:before {
    background-color: #d3d3d3
}

.toggles:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    top: 2px;
    left: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.texts {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 25px
}

.checkboxs:not(:checked)+.toggles::after {
    left: 0%;
    background-color: gray !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    top: 1px !important
}

.checkboxs:not(:checked)+.toggles {
    background: none !important;
    border: .5px solid #000;
    color: #000 !important
}

.checkboxs {
    display: none
}

[data-bs-theme=dark] .checkboxs:not(:checked)+.toggles {
    color: #fff !important
}

.select2-selection--single {
    height: 45px !important;
    border-color: #f1f1f1 !important
}

[data-bs-theme=light] .select2-selection--single {
    background-color: rgba(0, 0, 0, 0) !important
}

.form-control:focus,
.form-select {
    background-color: rgba(0, 0, 0, 0) !important
}

.form-select:not(:invalid),
.form-control:not(.is-invalid),
.form-control:not(:invalid) {
    border-color: #f1f1f1 !important
}

[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .form-control,
[data-bs-theme=dark] .select2-selection--single {
    border-color: var(--bs-border-color) !important;
    background-color: rgba(0, 0, 0, 0) !important
}

[data-bs-theme=dark] .search-input:not(.category-search-input)>* {
    background-color: var(--bs-body-bg) !important
}

[data-bs-theme=dark] input[type=file]::file-selector-button {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-heading-color)
}

input[type=file]:hover::file-selector-button {
    background-color: var(--bs-primary) !important;
    color: #fff !important
}

[data-bs-theme=dark] .category-search-input .form-control {
    background-color: var(--bs-gray-900) !important
}

@media(max-width: 375px) {
    .cust-margin {
        margin-left: 1rem
    }
}

@media(max-width: 375px) {
    [dir=rtl] .cust-margin {
        margin-right: .8rem
    }
}

#top-tabbar-vertical span {
    color: var(--bs-heading-color) !important
}

.form-control {
    color: var(--bs-heading-color) !important
}

.form-label {
    color: var(--bs-heading-color);
    font-size: 14px !important;
    font-weight: 600
}

.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color) !important
}

[data-bs-theme=dark] .list-group-item-action:hover,
.list-group-item-action:focus {
    background-color: rgba(0, 0, 0, 0);
    color: dark
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.card .iq-dashed-border {
    padding: 1.5rem;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    border: 1px dashed var(--bs-gray-400)
}

.card .card-body .grid-flow-col {
    grid-auto-flow: column
}

.card .card-body .iq-icon-box-2 {
    height: 36px;
    width: 36px;
    min-width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    -webkit-border-radius: .5rem;
    border-radius: .5rem
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid var(--bs-border-color)
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0
}

.card .card-body .iq-media-group-1 .iq-media.border {
    border: 2px solid var(--bs-border-color)
}

.card .card-body .iq-media-1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: .125rem;
    border-radius: .125rem
}

.card .card-body .iq-media-1:hover {
    text-decoration: none
}

.iq-card-border {
    -webkit-border-radius: var(--bs-border-radius) !important;
    border-radius: var(--bs-border-radius) !important
}

[dir=rtl] .custom-rtl-margin {
    margin-right: -1.2rem
}

.form-control {
    height: 45px;
    line-height: inherit;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #f1f1f1;
    font-size: 14px;
    color: #a09e9e;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.iq-edit-profile .nav-link:hover {
    color: var(--bs-primary) !important
}

.iq-edit-profile .nav-link.active {
    color: #fff !important
}

[dir=rtl] .slider__flex .slider__col {
    margin-left: 1.5rem;
    margin-right: 0
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: .5em
}

.custom-table-search .form-control.form-control-sm {
    min-height: 0% !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #f1f1f1 !important
}

.custom-table-search .list-user-action a {
    font-size: 16px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.custom-image-size img.logo-normal {
    width: 250px;
    height: 100px;
    line-height: 100px
}

.custom-switch-size {
    font-size: 14px !important
}

[data-bs-theme=light] .custom-accordion .accordion-button,
[data-bs-theme=light] .custom-accordion .accordion-collapse {
    background: #fff !important
}

[data-bs-theme=dark] .custom-accordion .accordion-button,
[data-bs-theme=dark] .custom-accordion .accordion-collapse {
    background: #000 !important
}

/* .browse-bookcontent{
    background: white;
    box-shadow: 0 0 10px #00000026;
    border-radius: 10px;
    overflow: hidden;
} */
.custom-btn-style{
    font-size: 13px;
    padding: 5px 5px;
    color: #fff;
    background-color: #75b162;
}
.blue{
    background: #588ac3;
}
.custom-btn-style:hover{
    background-color: #588ac3;
    color: #fff !important;
    border-color: #588ac3;
}
.custom-btn-style i{
    margin-right: 5px;
    color: #fff;
}
.fs-60{
    font-size: 60px !important;
}
.marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem 0;
}

.marquee-content {
    display: flex;
    animation: scroll 25s linear infinite;
    width: fit-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

/* Logo card styles */
.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 100px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-card:hover::before {
    opacity: 1;
}

.logo-card:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Logo image styles */
.logo-image {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
/* Gradient text */
.gradient-text {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Ensure smooth animation */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Coupon css */
.card-coupon {
  width: 400px;
  /* height: 180px; */
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
}

.main,
.copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.card-coupon::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--bs-primary);
  width: 40px;
}

.card-coupon::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--bs-primary);
  width: 40px;
}
.co-img{
    width: 100%;
    max-width: 30%;
}
.co-img img {
  width: 100%;
}
.vertical {
  border-left: 5px dotted black;
  height: 100px;
  position: absolute;
  left: 37%;
}
.content{
    width: 50%;
}
.content h1 {
  font-size: 35px;
  margin-left: -20px;
  color: #565656;
}

.content h1 span {
  font-size: 18px;
}
.content h2 {
  font-size: 18px;
  margin-left: -20px;
  color: #565656;
  text-transform: uppercase;
}
@media(max-width: 767.98px) {
    .content h2{
        font-size: 14px;
    }
}

.content p {
  font-size: 14px;
  color: #696969;
  margin-left: -20px;
}

.copy-button {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.copy-button input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}

.copy-button button {
  padding: 5px 20px;
  background-color: var(--bs-primary);
  color: #fff;
  border: 1px solid transparent;
}
.copy-button button:hover{
    background-color: var(--bs-theme-secondary);
}

.buy{
 position: absolute;
  content: "";
  bottom: 20px;
  left:20px;
  background-color: var(--bs-primary);
 }
 .coupon-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: var(--bs-primary);
  padding: 20px;
}
.right-panel{
    font-size: 12px !important;
}
.out-of-stock-label {
  background: #eacd1c;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 27px;
  left: -2px;
  z-index: 2;
  transform: rotate(-45deg);
  font-size: 11px;
}
.out-of-stock-label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 21px 21px 0 21px;
  border-color: #eacd1c transparent transparent transparent;
  position: absolute;
  right: -28px;
  bottom: -3px;
}
.out-of-stock-label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(-45deg);
  border-width: 22px 21px 0 22px;
  border-color: #eacd1c transparent transparent transparent;
  position: absolute;
  left: -28px;
  bottom: -4px;
}
/*# sourceMappingURL=maps/custom.min.css.map */