@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a {
    color: #000;
    text-decoration: none !important;
}

html {
    height: 100%;
    background: #fff;
    overscroll-behavior: contain;
}

.pointer {
    cursor: pointer;
}

.capitalize {
    text-transform: capitalize;
}

body {
    height: 100%;
    background: #fff;
    overscroll-behavior: contain;
    overflow-x: hidden;
    width: 100%;
}

a:hover {
    color: rgb(59, 59, 59);
}

.black {
    font-weight: 900;
}

.black h1 {
    font-size: 1.2rem;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

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

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

.f-red {
    color: #ff0000;
}

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

.br-0 {
    border-radius: 0px;
}

.toast {
    position: fixed;
    bottom: 3%;
    left: 1%;
    background: #000;
    color: #fff;
    z-index: 9999;
}

.address-primary {
    background: #000;
    color: #fff;
    padding: 4px 8px;
}

.admin-topbar {
    background: #000;
    height: 40px;
    color: #fff;
    padding-top: 10px;
    border-bottom: solid 1px #333333;
}

.admin-topbar a {
    color: #fff;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.admin-topbar .topbar-title {
    margin-right: 20px;
}

.my-btn-outline {
    border: solid 1px #fff;
    border-radius: 50px;
    color: #fff;
}

.btn-showreel {
    position: fixed;
    top: 12%;
    right: 5%;
    z-index: 999;
}

.showreel {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
    display: none;
}

.coret {
    font-size: 12px;
    position: absolute;
    margin-top: -12px;
    color: #f55454;
}

.sticky {
    top: 0;
}

.my-btn-primary {
    background: #000;
    border-radius: 5px;
    padding: 8px 18px;
    color: #fff;
}

.my-btn-primary:hover {
    background: #000;
    color: #ddd;
}

.my-btn-secondary {
    background: #fff;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    padding: 8px 18px;
}

.my-btn-secondary.active {
    background: #000;
    color: #fff;
}

.my-btn-secondary:hover {
    background: #000;
    color: #fff;
}

.my-btn-secondary:hover .lds-ellipsis div {
    border: #fff !important;
}

.sub-menu-btn {
    font-size: 12px;
    color: #000;
    border: solid 1px #ddd;
}

.sub-menu-btn:hover {
    background: #000;
    color: #fff;
}

.list-card {
    border: none;
    box-shadow: 0px 5px 16px #00000017;
}

.carousel-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 10px;
}

.card-box {
    padding: 15px 20px;
    border-radius: 20px;
    border: none;
    box-shadow:
        -5px -10px 32px rgba(255, 255, 255, 0.24),
        5px 10px 32px rgba(0, 0, 0, 0.08);
}

.card-box .icon-box {
    width: 60px;
    height: 60px;
    background: #daad86;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 15px;
    padding: 8px 0px;
}

.langFloat .ative-lang {
    background: #1e9bb5;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
}

.langFloat ul a {
    font-size: 24px;
    margin-right: 10px;
}

.card-box .title-box {
    margin-top: 20px;
}

.card-box .description-box {
    margin-top: 20px;
}

.c-primary {
    color: #a32d2f;
}

.right-menu {
    display: flex;
    gap: 10px;
    align-items: center;
}

.card-box .right-box {
    margin-top: 20px;
    font-size: 20px;
    color: #a32d2f;
}

.card-title {
    cursor: pointer;
    margin-bottom: 0px;
}

.card-show .fa-solid.fa-chevron-down {
    transform: rotate(-90deg) !important;
}

.card-hide .fa-solid.fa-chevron-down {
    transform: rotate(0deg) !important;
}

.card-button {
    display: flex;
    justify-content: space-between;
}

.whatsapp {
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    padding: 9px 20px;
    z-index: 9999;
}

.whatsapp a {
    color: #fff;
}

.paket-card {
    border-radius: 20px;
    border: 1px solid rgba(122, 122, 122, 0.16);
}

.paket-card.disabled {
    background: #f2f2f2;
}

.paket-card.active {
    border: solid 2px #000;
}

.paket-card .card-body {
    padding: 20px 15px;
}

.paket-card p {
    margin-bottom: 0px;
}

.paket-card .paket-title {
    padding: 30px 20px;
}

.paket-img {
    height: 250px;
    background: #eee;
    background-size: cover !important;
}

.nav-profile-pic {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50px;
}

.our-customer-profile img {
    width: 120px;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.add-partner {
    text-align: center;
    height: 140px;
    aspect-ratio: 1/1;
    border: dashed #ddd 2px;
    cursor: pointer;
}

.address-wrapper {
    overflow-y: auto;
    max-height: 70vh;
}

/* IMAGE UPLOAD */

.input-drag-file::-webkit-file-upload-button {
    visibility: hidden;
}

.input-drag-file::before {
    content: ' ';
    display: inline-block;
    /* background: linear-gradient(top, #f9f9f9, #e3e3e3); */
    /*     border: 1px solid #999; */
    /*     border-radius: 3px; */
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    width: 73%;
    height: 250px;
}

.input-xl::before {
    width: 100% !important;
}

.input-xl {
    width: 100%;
}

/* FORM */
.form-cover-image {
    width: 100%;
    height: 250px;
    border: dashed 1px #bebebe;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 10px;
    background: url('../images/placeholder-image.png');
}

.setting-image {
    width: 200px;
    height: 250px;
    border: dashed 2px #d9d9d9;
    background-size: cover !important;
    background-position: center center !important;
    background: url('../images/placeholder-image.png');
}

/* FORM */
.partner-image-box {
    display: flex;
    align-items: center;
}

.partner-image-landing {
    width: 100%;
    /* height: 150px; */
    padding: 10px;
}

.form-partner-image {
    width: 100%;
    height: 140px;
    border: dashed 2px #d9d9d9;
    background-size: cover !important;
    background-position: center center !important;
    background: url('../images/placeholder-image.png');
}

.form-partner-image .input-drag-file::before {
    height: unset;
    aspect-ratio: 1/1;
}

/* BTN */
.btn-lsl-primary {
    border: solid 2px #fff;
    border-radius: 0px;
}
/* COMPONENT */
/* 
.rm-component{
   
} */

.rm-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    color: #000;
    background: #ff0000;
    box-shadow: 0px 0px 18px #00000017;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #e9ecef !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.6 !important;
}

.select2-container .select2-selection--single {
    border-radius: 0px !important;
    height: unset !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 8px !important;
}

.select2-container {
    min-width: 100%;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #000;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected='true']:before {
    font-family: fontAwesome;
    content: '\f00c';
    color: #000;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #000;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected='true']:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon .select2-search--dropdown {
    display: none;
}

.card-post-body {
    max-width: 100%;
}

.cp-1 {
    padding-left: 0px;
}

.cp-1 .cp-img {
    width: 80%;
}

.cp-1 .cp-title {
    padding-left: 10px;
    width: 80%;
}

.cp-title h5 {
    font-size: 14px;
}

.cp-2 {
    margin-top: 100px;
}

.cp-3 {
    padding-right: 0px;
}

.cp-3 .cp-img {
    float: right;
    width: 80%;
}

.cp-3 .cp-title {
    float: right;
    padding-right: 10px;
    width: 80%;
}

.portfolio-item {
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.porto-title {
    width: 100%;
    height: 300px;
    background: #000;
    color: #fff;
    display: none;
}

.card-login {
    /* From https://css.glass */
    border: 1px solid #fff;
}

.card-login input {
    background: transparent;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0.6rem 1rem;
}

.card-login select {
    background: transparent;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0.6rem 1rem;
    text-transform: capitalize;
}

.card-login select option {
    text-transform: capitalize;
}

.slider-loading {
    height: 100vh;
    width: 100%;
}

.card-login textarea {
    background: transparent;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0.6rem 1rem;
}

.card-login input:focus {
    /* From https://css.glass */
    background: transparent;
}

.card-login select {
    /* From https://css.glass */
    background: transparent;
    border-radius: 0.3rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16.5px);
    -webkit-backdrop-filter: blur(16.5px);
}

.card-login select:focus {
    /* From https://css.glass */
    background: transparent;
}

.submenu {
    padding-left: 15px;
}

.hitz-alert {
    background: rgb(239 239 239);
    color: #000;
}

.img-header {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.img-header-landing {
    width: 150px;
    height: 150px;
    margin-left: 10px;
    border-radius: 50%;
}

#goTop {
    position: fixed;
    z-index: 9999;
    bottom: 75px;
    right: 18px;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 32px;
    display: none;
    color: #000;
}

#response-msg {
    display: none;
}

#success-submit {
    display: none;
}

.footer {
    border-top: solid 1px #e5e5e5;
}

.footerLogo img {
    max-width: 100px;
}

.footer-menu-lists li {
    border: none;
    font-size: 12px;
    background: transparent;
}

.footer-menu-lists li a {
    font-weight: 400;
}

.footer-preview-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
}

#copyrightPreview {
    font-size: 12px;
}

#footerLeft {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}

#footerCenter {
    width: 33%;
}

#footerEnd {
    width: 33%;
}

.footer-text p {
    font-size: 0.75rem;
}

.footer-title {
    font-size: 0.75rem;
}

.footer-wrap {
    width: 100%;
    background: #0000;
}

.menu-wrap {
    margin-top: 4.5rem;
}

.submenu-title h5 {
    font-size: 0.75rem;
}

.cat-title,
.post-title {
    font-size: 2.5rem;
    /* max-width: 350px; */
}

.cat-desc .post-desc {
    font-size: 0.75rem;
}

.post-content .post-desc iframe {
    width: 100% !important;
}

.cat-menu-wrap {
    margin-bottom: 4rem;
}

/* NAVBAR */

.page-header {
    padding-top: 20px;
    margin-top: -25px;
    padding-bottom: 10px;
}

.black-overlap {
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, #000000b5, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.overlap-slider {
    position: absolute;
    width: 50%;
    margin-top: -120px;
    margin-left: 38px;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lsl-navbar-nav .nav-item {
    padding: 0px 20px;
    /* font-weight: bold; */
}

.lsl-navbar-nav .nav-item a {
    color: #4b4b4d;
}

.list-sub-menu {
    list-style: none;
    margin-left: -48px;
    margin-top: 10px;
}

.about-us-section {
    padding-left: 20px;
}

.love-box .love-item {
    color: #ff3093;
}

/* .list-sub-menu .dropdown-item{
    display : none;
} */

.member-card .dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item.active {
    background: #000;
}

.dropdown-menu[data-bs-popper] {
    right: 0px !important;
    border-radius: 5px;
    margin-top: 10px;
    padding: 3px;
}

/* .dropdown-menu[data-bs-popper]{
    left: 16px !important;
    border-radius: 0px;
    margin-top: 15px;
    padding: 3px;
} */

.collapse-btn-right {
    text-align: right;
}

.video-wrapper {
    /* position: fixed;
    z-index: -1; */
    padding: 0px !important;
}

.get-offer {
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    width: 400px;
    border: none;
    margin-left: 0px;
    margin-top: 2rem !important;
}

.get-offer input {
    border: none !important;
}

.welcome-content {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20%;
}

.no-outline {
    border: none !important;
}

.featured-title {
    display: none;
    font-size: 48px;
    padding: 50px 100px;
    margin-top: 50px;
}
.featured-title a {
    color: #e09245;
}
.featured-title span {
    font-size: 14px;
    font-weight: bold;
}

.item-post-block-2 {
    width: 100%;
    min-height: 600px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.block-2-style {
    padding: 20px;
}

.block-2-style h3 {
    color: #fff;
}

.block-2-style-2 {
    margin-top: -100px;
}

.block-2-style-5 {
    margin-top: 100px;
}

.roundown-list {
    padding: 10px;
    background: #e9e9e9;
    width: 100%;
}

.roundown-list-2 {
    background: #fff;
}

.navbar-collapse.collapse.show {
    margin-top: 40px;
}

.navbar-collapse.collapse {
    /* margin-top: -30px; */
    margin-left: 20px;
}

.cp-img img {
    height: 200px;
    object-fit: cover;
}

.lb-img img {
    height: 380px;
    object-fit: cover;
}

.lang-en {
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #ecf2f6;
}

.lang-en label {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px 10px;
}

.lang-en input {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.circle-dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #000;
    margin-top: 30px;
}

.nav-padding {
    margin-top: -25px;
    margin-bottom: 20px;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
    padding-bottom: 1.2rem;
}

.img-popup {
    cursor: pointer;
}

.image-page {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-popup:hover {
    opacity: 0.8;
}

.sosmed-lists li {
    background: transparent;
}

.sosmed-list .list-group-item {
    background: transparent;
    border: none;
    padding: 0.3rem 0.8rem;
    font-size: 18px;
}

.sosmed-list .list-group-item a:hover {
    color: #dddd;
    font-weight: bold;
}

.copyright-text {
    margin-top: 10px;
    font-size: 12px;
}

.footer-address {
    padding-right: 20px;
    font-size: 12px;
}

.floating-btn {
    width: 35px;
    height: 35px;
    position: fixed;
    background: #fff;
    bottom: 80px;
    right: 26px;
    border-radius: 50px;
    padding: 4px 9px;
    font-size: 19px;
    z-index: 99;
}

.post-horizontal {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.floating-btn a {
    color: #000;
}

.sidebar .list-group-item {
    background: transparent;
    border: none;
}

.mobile-menu .sidebar-mobile ul li:hover {
    background: #3c3c3c !important;
}

.sidebar .list-group-item:hover {
    color: #fff !important;
    border-radius: 50px;
}

.sidebar .list-group-item:hover .item-text {
    color: #fff !important;
}

.sidebar-mobile .list-group-item {
    padding: 0.4rem 1rem !important;
    border-radius: 0.3rem !important;
}

.sidebar-mobile .list-group-item a {
    color: #fff !important;
}

.sidebar-mobile .list-group-item a.btn.my-btn-secondary {
    color: #000000 !important;
    padding: 5px 15px;
}

.sidebar-mobile .list-group-item a.btn.my-btn-secondary:hover {
    color: #fff !important;
}

.sidebar .list-group-item:hover {
    background: #000 !important;
    color: #fff !important;
    border-radius: 1em;
}

.sidebar ul li.list-group-item:hover a {
    color: #fff !important;
}

.sidebar .list-group-item .item-text:hover {
    background: #000 !important;
    color: #fff !important;
}

.page-sidebar-container {
    padding: 0px 40px;
    margin-top: 50px;
    height: 80vh;
    width: 20%;
}

.page-lang {
    margin-top: 100px;
    padding-left: 18px;
}

.page-lang .ative-lang {
    background: #1e9bb5;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
}

.page-sidebar {
    width: 200px;
}

.page-content {
    width: 80%;
    padding-right: 50px;
}

.popup-image {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    background: #0000005e;
    z-index: 999;
    backdrop-filter: blur(3px);
    display: none;
}

#img-display {
    width: auto;
    margin-top: -10px;
    height: 100%;
    object-fit: contain;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 40px;
    max-width: 90%;
}

.closeImage {
    font-size: 24px;
    color: #fff;
}

.main-sidebar {
    width: 200px;
    position: fixed;
    z-index: 8;
    top: 35%;
    bottom: 50%;
    left: 4%;
}

.page-header-navbar {
    padding: 0px 30px;
    margin-top: 20px;
}

.header-navbar {
    padding: 0px 10px;
    margin-top: 20px;
}

.celeb-table tbody {
    vertical-align: middle !important;
}

.tbodyMiddle {
    vertical-align: middle;
}

.langFloat {
    position: fixed;
    bottom: 10%;
    left: 5%;
    color: #000;
}

.langFloat a {
    color: #000;
}

.scroll-container {
    width: 30px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 15px;
    position: fixed;
    bottom: 10%;
    right: 5%;
}

.scroller {
    width: 16px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 34px;
    animation: scroller 1500ms ease-out infinite;
}

.project-name {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.portfolio-box img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.dot-content {
    width: 30px;
    position: fixed;
    right: 5%;
    bottom: 24%;
    z-index: 8;
}

.strip-content {
    width: 8px;
    height: 25px;
    background: #fff;
    margin: auto;
    border-radius: 50px;
    opacity: 0.5;
}

.strip-content.strip-active {
    opacity: 1;
}

.frontend-container {
    min-height: 80vh;
}

.add-more {
    display: inline;
}
.active-rotate {
    background: #000;
    color: #fff;
}
.active-rotate i {
    transform: rotate(45deg);
}

.sound {
    position: fixed;
    right: 4%;
    font-size: 14px;
    top: 11%;
    border-radius: 50%;
    width: 50px;
    height: 51px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.sound:hover {
    color: #fff;
    background: #00000090;
}

.mobileMenuButton a {
    font-size: 32px;
}

.mobile-menu {
    background: rgb(0 0 0 / 69%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(0 0 0 / 30%);
    width: 100%;
    height: 100vh;
    position: fixed;
    /* background: #000; */
    top: 0;
    color: #fff;
    left: 0;
    z-index: 9999;
    padding: 20px;
}

.mobile-menu .sidebar-mobile ul li a {
    font-size: 16px;
}

.sidebar-mobile {
    padding: 16px;
    margin-top: 20px;
}

.close-nav-mobile {
    font-size: 24px;
    color: #fff;
}

.brand-mobile {
    padding: 10px 10px;
}

.mobile-menu {
    display: none;
}

.floating-menu-mobile {
    position: fixed;
    width: 114px;
    height: 40px;
    background: #fff;
    z-index: 98;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    transform: rotate(-90deg);
    left: -40px;
    bottom: 17%;
    display: none;
    box-shadow: 4px 8px 22px #0000006b;
}

.my-btn-secondary-white {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 18px;
}

.my-btn-secondary-white a {
    color: #fff;
}

.my-btn-secondary-white:hover {
    background: #ffffffae;
    color: #000;
}

.imgRnd {
    border-radius: 20px;
}

/* SWITCH */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    left: 6px;
    bottom: 4px;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.variant-items {
    display: flex;
    column-gap: 10px;
    flex-flow: wrap;
}

.variant-sold {
    opacity: 40%;
    cursor: not-allowed !important;
    pointer-events: none;
}

.bundling-cart-item {
    border: solid 1px #ddd;
    font-size: 12px;
    align-items: center;
}

.bundling-cart-image img {
    width: 25px;
}

/* custom scrollbar */
/* ::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 5px !important;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #acacac;
    border-radius: 50px;
} */

@-webkit-keyframes slideRight {
    100% {
        right: 0;
    }
}

@keyframes slideRight {
    100% {
        right: 0;
    }
}

@keyframes scroller {
    0% {
        bottom: 34px;
    }
    5% {
        top: 4px;
    }
    32% {
        bottom: 4px;
    }
    66% {
        top: 34px;
        bottom: 4px;
    }
    100% {
        top: 4px;
        bottom: 34px;
    }
}

/* @keyframes fade {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
} */

@keyframes animate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@media (max-width: 768px) {
    .cp-1 {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .cp-3 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .cp-1 .cp-img {
        width: 100%;
    }

    .cp-1 .cp-title {
        width: 100%;
    }

    .cp-2 {
        margin-top: 0px;
    }

    .cp-3 .cp-img {
        float: unset;
        width: 100%;
    }

    .cp-3 .cp-title {
        float: unset;
        width: 100%;
    }
}

.delete-partner {
    position: absolute;
    /* top: 5px; */
    margin-left: 10px;
    margin-top: 10px;
    /* right: 0; */
    color: #ff0000;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.btn-img {
    background: transparent;
    border: none;
}
.btn-cart .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
}

.btn-cart .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 0px;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
.btn-cart .lds-ellipsis div {
    position: absolute;
    top: -7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

.loading-content {
    position: fixed;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
    top: 0;
    width: 200px;
    bottom: 0;
    height: 0px;
}
.loading-wrap {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    opacity: 50%;
    height: 100%;
    text-align: center;
    z-index: 999999 !important;
}

.loading-wrap.loading-text {
    opacity: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
}
.loading-logo-wrap {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    top: 0;
}

.loading-logo-wrap .loading-content {
    position: fixed;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
    top: 25%;
    width: 300px;
    bottom: 50%;
    height: 0px;
}

.cart-summary {
    width: 400px;
    height: 100vh;
    position: fixed;
    background: #fff;
    border-left: solid 1px #8e8d8d;
    top: 0;
    right: -500px;
    z-index: 99999;
    padding: 20px;
    display: none;
}

.cart-meta {
    display: flex;
    font-size: 14px;
}

.cart-meta .priceItem {
    opacity: 0.6;
}

.cart-item-img img {
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.minQty,
.addQty {
    font-size: 18px;
}

.minQty:hover,
.addQty:hover {
    opacity: 0.8;
}

.cart-meta .qty-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.lazy-content {
    border-radius: 5px;
    background: linear-gradient(90deg, #bacada, #9aabbd, #d2e1f1, #bacada);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.option-card {
    cursor: pointer;
}

.option-card.option-card-sm {
    font-size: 12px;
    height: auto;
    padding: 10px 15px !important;
}

.option-card.selected {
    border: solid 2px #000;
}

.option-card.selected .selected-icon {
    display: block !important;
}

.payment-option-card .selected-icon {
    right: 0;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 3px;
}

.payment-option-card .card-body {
    height: 76px;
    padding: 0.3rem 0.4rem !important;
}

.selected-icon {
    position: absolute;
    font-size: 20px;
    margin-top: -13px;
    margin-left: -10px;
    display: none;
}

.shipping-option-card img {
    width: 100%;
}

.register-img {
    position: fixed;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
}

.progress-bar {
    background-color: #000;
}

.box-widget:hover {
    background: #eff4f8;
    border: solid 1px #d4dfe7;
    color: #000;
}

.empty-address {
    background: #f3f5f8;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.coffe {
    width: 48px;
    height: 40px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    background: #000000;
    border-radius: 15% 15% 35% 35%;
    margin-left: -12px;
}
.coffe::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 45px;
    top: 8px;
    border: 4px solid #000000;
    width: 16px;
    height: 20px;
    border-radius: 0 4px 4px 0;
}
.coffe::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    color: #000000;
    top: -15px;
    left: 11px;
    box-sizing: border-box;
    animation: animloader 1s ease infinite;
}

@keyframes animloader {
    0% {
        box-shadow:
            2px 0px rgba(0, 0, 0, 0),
            12px 0px rgba(0, 0, 0, 0.3),
            20px 0px rgba(0, 0, 0, 0);
    }
    50% {
        box-shadow:
            2px -5px rgba(0, 0, 0, 0.5),
            12px -3px rgba(0, 0, 0, 0.5),
            20px -2px rgba(0, 0, 0, 0.6);
    }
    100% {
        box-shadow:
            2px -8px rgba(255, 255, 255, 0),
            12px -5px rgba(255, 255, 255, 0),
            20px -5px rgba(255, 255, 255, 0);
    }
}

.modal-card {
    top: 0;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #0000003b;
}

#prompt {
    height: 100% !important;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    background: #0000003b;
    left: 0;
    top: 0;
}

.modal-card .card {
    width: 500px;
    max-height: 60vh;
    position: absolute;
    background: transparent;
    margin: auto;
    top: 30%;
    bottom: 50%;
    right: 0;
    left: 0;
    box-shadow: 0px 0px 24px #0000000a;
    border: none;
    border-radius: 10px;
}

.modal-overflow {
    max-height: 60vh;
    overflow-y: auto;
}

.modal-card .card-body {
    width: 500px;
    position: absolute;
    background: #fff;
    border-radius: 20px;
}

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;

    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #000;

        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        &::before,
        &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: transparent;
            transform: rotate(-45deg);
        }

        .icon-line {
            height: 5px;
            background-color: #000;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;

            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }

        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgb(0 0 0 / 50%);
        }

        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: transparent;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.circle,
.circle-border {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
}
.circle-border {
    z-index: 0;
    position: absolute;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
    background: #6a6a6a;
}
@keyframes success-anim {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes circle-anim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1.1);
    }
}
.error::before,
.error::after {
    content: '';
    height: 4px;
    background: #000;
    position: absolute;
    border-radius: 50px;
}
.error::before {
    width: 50px;
    top: 48%;
    left: 19%;
    transform: rotateZ(50deg);
}
.error::after {
    width: 50px;
    top: 48%;
    left: 19%;
    transform: rotateZ(-50deg);
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.quillRender p {
    margin-bottom: 0px;
}

#media-modal {
    z-index: 99999;
}

#media-modal .card.modal-body {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    top: 0;
    bottom: 0;
}

.modal-card .card-body.media-modal {
    width: 80%;
    height: fit-content;
    bottom: 3%;
    top: 10%;
    max-height: 90vh;
    border-radius: 10px;
}

.loaderToast {
    /* width: 48px !important; */
    /* height: 48px !important; */
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    animation: rotate 1s linear infinite;
}
.loaderToast::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 25px;
    height: 25px;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite;
    margin-top: -2px;
}

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.btnFullscreen {
    position: absolute;
    color: #fff;
    border-radius: 100px;
    padding: 0px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    z-index: 99;
    width: 50px;
    height: 50px;
    right: 3%;
    bottom: 20%;
}

.btnFullscreen a {
    color: #fff;
}

.btnAudio {
    position: absolute;
    color: #fff;
    border-radius: 100px;
    padding: 0px 10px;
    font-size: 30px;
    border: solid 1px #fff;
    z-index: 99;
    width: 50px;
    height: 50px;
    right: 3%;
    bottom: 10%;
}

.btnAudio a {
    color: #fff;
}

.slider-single img {
    line-height: 10rem;
}

.slider-nav img::before {
    content: '';
    display: block;
    padding-top: 75%;
}

.slider-nav img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
    cursor: pointer;
}

/* TOOGLE SWITHC */
.switch {
    position: relative;
    height: 1rem;
    width: 2rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all 0.3s ease;
}

.switch:checked {
    background-color: rgb(0, 0, 0);
}

.switch::before {
    position: absolute;
    content: '';
    left: calc(1.5rem - 1.6rem);
    top: calc(1.5rem - 1.6rem);
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    border: 1px solid rgba(100, 116, 139, 0.527);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
    transition: all 0.3s ease;
}

.switch:hover::before {
    box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.15);
}

.switch:checked:hover::before {
    box-shadow: 0 0 0px 8px rgb(0 0 0 / 15%);
}

.switch:checked:before {
    transform: translateX(100%);
    border-color: rgb(0, 0, 0);
}
.option-card {
    width: 100%;
    height: 60px;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 8px 17px;
    align-items: center;
}
.shipping-option-card.option-card {
    padding: 11px 8px !important;
    /* height: 80px; */
}
.option-card .card-body {
    padding: 0px 15px;
}

.option-toggle {
    margin-top: 5px;
}

/* CHECKOUT */
.checkout-summary {
    background: #fff;
    height: max-content;
}

.option-card .option-image {
    height: 70%;
    display: flex;
    align-items: center;
}

.option-card .option-image img {
    height: 100%;
}

/* .checkout-container{
    padding: 0.6rem;
    background: #fff;
} */

.filter-status .badge-primary {
    background: #000;
    font-weight: 500;
}

.filter-status.active .badge-primary {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .sliderDesktop {
        display: none;
    }
    .sliderMobile {
        display: block;
    }
    .sliderMobile img {
        width: 100% !important;
    }
    #footerLeft {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    #footerCenter {
        width: 100%;
    }

    #footerEnd {
        width: 100%;
    }
    .footer-preview-wrapper {
        display: block;
        justify-content: space-between;
        align-items: end;
        padding-top: 50px;
    }
    .option-card {
        flex-direction: column;
        gap: 10px;
    }
    #filterCategory {
        display: none;
    }

    .list-group-item.shop-cat.slick-slide {
        margin-right: 15px;
        /* height: 40px; */
    }

    .option-card .option-image img {
        width: 100%;
    }

    .option-card .option-image {
        width: 100%;
    }
    .option-card.payment-option-card {
        align-items: start;
        height: auto;
    }

    .checkout-wrapper {
        padding: 0px;
    }
}
@media (min-width: 768px) {
    .sliderDesktop {
        display: block;
    }
    .sliderMobile {
        display: none;
    }
    #filterCategoryMobile {
        display: none;
    }
}

.bcontainer {
    /* width: 100%; */
    margin-left: auto !important;
    margin-right: auto !important;
}
.brandSectionHeader {
    width: 70%;
}
.burgerMenu {
    width: 40px;
    margin-left: -10px;
    font-size: 24px;
}

@media (min-width: 576px) {
    .bcontainer {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .bcontainer {
        max-width: 720px;
    }
    .mobile-menu {
        width: 300px;
    }
    .mobile-menu .isiplay-searchBar {
        display: none;
    }
}
@media (min-width: 992px) {
    .bcontainer {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .bcontainer {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .bcontainer {
        max-width: 1320px;
    }
}

/* SPINNER */
.spinLoadingItem {
    margin-bottom: 25px;
    margin-top: 25px;
}

.spinnerLoading {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: block;
}
.spinnerLoading::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #000000;
    animation: prixClipFix 2s linear infinite;
}

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.mobile-menu .accordion-item:first-of-type {
    border: none !important;
}

.mobile-menu .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
    padding: 0.5rem 1rem;
    box-shadow: none !important;
}
.mobile-menu .accordion-button::after {
    margin-left: 15px;
}

.mobile-menu .accordion-button.single-button::after {
    display: none;
}

.mobile-menu .accordion-body .list-group-flush li ::marker {
    display: none !important;
}

.mobile-menu .accordion-body {
    padding: 0rem 0rem;
    margin-left: 1rem;
    width: 100%;
}

.mobile-menu .accordion-body .list-group-item {
    font-size: 16px;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: transparent;
    font-size: 1.2rem;
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.bo-sidebar-menu .accordion-button:focus {
    border-color: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bo-sidebar-menu .accordion-button {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

.bo-sidebar-menu .accordion-button::after {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.8rem;
    filter: grayscale(1);
}

.bo-sidebar-menu .accordion-collapse {
    margin-left: -25px;
    padding-left: 30px;
    background: rgb(214, 222, 228);
}

.bo-sidebar-menu .accordion-collapse .accordion-body ul li {
    background-color: transparent !important;
    border: none;
}

.bo-sidebar-menu .accordion-collapse .accordion-body ul li a {
    font-size: 12px;
    padding-left: 16px;
}

/* Make "no-toggle" accordion buttons act as plain links */
.bo-sidebar-menu .accordion-button.no-toggle {
    cursor: pointer;
    background-color: transparent;
    box-shadow: none;
}
.bo-sidebar-menu .accordion-button.no-toggle::after {
    display: none !important; /* hide dropdown arrow */
}
.bo-sidebar-menu .accordion-button.no-toggle:hover {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

/* INSTANT PAGE */
.instant-card-option {
    display: flex;
    column-gap: 25px;
    align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    margin-bottom: 20px;
    min-height: max-content;
    height: 85%;
    box-shadow: 1px 7px 5px #00000014;
    border: solid 1px #f3f4f5;
    border-radius: 1em;
}

.instant-bank-option-disabled {
    background: #ffffffad;
    color: #000;
    height: 110px;
}

.instant-bank-option {
    background: #ffffffad;
    color: #000;
    height: 110px;
}

.instant-bank-footer {
    padding: 0.5rem 0.7rem;
    background: #5e5e5e;
    border-radius: 0px 0px 0.6rem 0.6rem;
    margin-top: -5px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.instant-bank-option p {
    color: #000;
    font-size: 12px;
}

.instant-bank-option-disabled {
    background: #cfcfcfad;
    color: #000;
    height: 110px;
}

.instant-bank-option-disabled p {
    color: #000;
    font-size: 12px;
}

.instant-bank-option-disabled .bank-disabled {
    position: absolute;
    background: #dec208;
    color: #000;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    right: 0;
    display: block !important;
}

.instant-bank-option.selected {
    background: linear-gradient(45deg, #1758ff, white);
    color: #fff;
    border: solid 3px #275deb;
}

.instant-bank-option.selected span {
    color: #fff;
}

.instant-bank-option .card-body {
    padding: 0.8em 1em;
}

.instant-bank-img {
    height: 26px;
    margin-bottom: 10px;
}

.instant-footer-card {
    border: solid 0px #173687;
    background: linear-gradient(45deg, #1859ff, #000000fc);
    color: #fff;
    border-radius: 0.8em;
}

.instant-footer-thumb img {
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.8em;
}

.instant-footer-price {
    font-weight: 500;
}

.instant-bank-option span {
    font-size: 12px;
    font-style: italic;
}

.instant-card-option.selected {
    border: solid 0px #173687;
    margin-left: -1px;
    margin-top: -1px;
    background: linear-gradient(45deg, #000000, #16161670);
    color: #fff;
}

.instant-card-icon {
    width: 25px;
}

.instant-title span {
    font-size: 0.75rem;
}

.instant-title s {
    color: #ff0000;
}

.instant-disc-card {
    text-align: end;
    display: flex;
    justify-content: end;
}

.instant-disc-card span {
    background: #ff0000;
    width: fit-content;
    padding: 5px 8px;
    color: #fff;
    font-size: 10px;
    /* transform: rotate(45deg); */
    /* border-radius: 10px 0px 12px 0px; */
    position: absolute;
    margin-left: -53px;
    margin-top: 0;
    border-radius: 0px 1em 0px 1em;
}

.instant-title h6 {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bank-card {
    background: #fff;
    border-radius: 0.5em;
    height: 65px;
    cursor: pointer;
}

.bank-card .card-body {
    padding: 0.3em 1em;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

.bank-minimum {
    font-style: italic;
    color: #c20000;
}

#instant-checkout .my-btn-secondary {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}

#instant-checkout .my-btn-secondary.sound:hover {
    background: #fff;
    color: #000000;
    border: solid 1px #fff;
}
.instant-img-product {
    border-radius: 0.8em;
}

.instant-card-product {
    box-shadow: 1px 7px 5px #00000014;
    background: #ffff;
    border: none;
    border-radius: 1em;
}

.instant-card-product .card-header {
    border: none;
    border-radius: 1em 1em 0em 0em;
    padding: 0.8rem 1rem;
}

.product-title-thumb {
    margin-top: -60px;
}

.product-item img.isiplay-mainImage {
    object-position: top;
    height: 280px !important;
    object-fit: cover;
}

.product-title-content {
    background: #000000c4;
    color: #ffff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0em 0em 0.6rem 0.6rem;
    text-wrap: wrap;
    padding: 10px 10px;
}

.isiplay-searchBar.form-control {
    border-radius: 50px;
    padding: 0.5em 1.4em;
}

.isiplay-navbar {
    margin-left: 15px;
}

.status-primary {
    background: #000000;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
    width: max-content;
}

.status-pending {
    background: #5b5b5b;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-processing {
    background: #daa219;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-delivery {
    background: #1f73d2;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-completed {
    background: #058c4d;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-refund {
    background: #de3e3e;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-retur {
    background: #de3e3e;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-canceled {
    background: #de3e3e;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-empty {
    background: #de3e3e;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-available {
    background: #017f6c;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-paid {
    background: #017f6c;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-variant {
    background: #690e78;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-single {
    background: #0b769c;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-instant {
    background: #d2830d;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
}

.status-box {
    padding: 6px 12px;
    border-radius: 5px;
    line-height: 1.6;
}

.status-box.box-draft {
    background: #ddd;
    color: #6e6e6e;
}

.status-box.box-publish {
    background: #30a564;
    color: #fff;
}

.footerBanner1 {
    width: 80px;
    text-align: center;
}

.footerBanner1 img {
    width: 40px;
}

.footerBanner {
    background: #edf5fc;
    border: none;
    border-radius: 1rem;
}

#thumbnail_product {
    height: 180px;
    width: 100%;
    border-radius: 0.6rem;
    object-fit: cover;
}

.searchIconGame {
    background-color: #f8fafc;
    border-radius: 0px 50px 50px 0px;
    border-color: rgba(0, 0, 0, 0.125);
    color: #6c757d;
    border-left: 0px;
}

.isiplay-account::after {
    display: none !important;
}

.user-image {
    width: 40px;
    margin-left: 10px;
}

.user-image img {
    object-fit: cover;
    border-radius: 50px;
    width: 100%;
}

.profile-isiplay {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.soon {
    background: #e72f2f;
    border-radius: 50px;
    font-size: 10px;
    padding: 0px 5px;
    color: #fff;
    margin-left: 5px;
}

.boxInfo {
    padding: 1rem;
}

.instructNumber {
    background: #000;
    padding: 0.2rem 0.6rem;
    color: #fff;
    border-radius: 5px;
}

.instant-info-card {
    background: #f3f4f5;
    box-shadow: none;
}

.stickySidbar {
    top: 10px;
    position: sticky;
}

/* FIGURE */
figure.snip1107:hover .captionName {
    /* display: none !important; */
    -webkit-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0);
}
.captionName {
    display: flex;
    height: 35% !important;
    align-items: end;
    position: absolute !important;
    bottom: 0;
}
.spanName {
    display: flex;
    height: 100% !important;
    align-items: end;
}

figure.snip1107 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    /* margin: 10px; */
    height: 265px;
    width: 100%;
    background: #000000;
    text-align: center;
    border-radius: 0.8rem;
}
figure.snip1107 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
figure.snip1107 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
figure.snip1107 figcaption {
    position: absolute;
    bottom: 16px;
    left: 5%;
    right: 5%;
    height: 100%;
    /* vertical-align: bottom; */
}
figure.snip1107 figcaption > div {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 69%;
}
figure.snip1107 h3,
figure.snip1107 span {
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
}
figure.snip1107 span {
    border-radius: 0.6rem;
    background: #ffffff;
    color: #4d4d4d;
    position: relative;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
    font-size: 12px;
}
figure.snip1107 h3 {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    background: #000000b8;
    border-radius: 0.6rem;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
figure.snip1107 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}
figure.snip1107.blue {
    background: #0a212f;
}
figure.snip1107.blue h3 {
    background: #2980b9;
}
figure.snip1107.red {
    background: #36100c;
}
figure.snip1107.red h3 {
    background: #c0392b;
}
figure.snip1107.yellow {
    background: #583804;
}
figure.snip1107.yellow h3 {
    background: #f39c12;
}
figure.snip1107.navy {
    background: #000000;
}
figure.snip1107.navy h3 {
    background: #34495e;
}
figure.snip1107:hover img,
figure.snip1107.hover img {
    opacity: 0.35;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.snip1107:hover figcaption span,
figure.snip1107.hover figcaption span {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
/* figure.snip1107:hover figcaption h3,
  figure.snip1107.hover figcaption h3 {
    -webkit-transform: translate3d(0%, -100%, 0);
    transform: translate3d(0%, -100%, 0);
  } */

.mobile-menu .coin-section {
    background: #1c1c1c;
    color: #fff;
}

.mobile-menu .coin-section img {
    width: 25px;
}

.mobile-menu .coin-section .coins-amount {
    font-size: 18px;
}

.coin-section {
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.coin-container {
    font-size: 18px;
    background: #eef4f9;
    padding: 15px 10px;
    border-radius: 1rem;
}

.nav-item.dropdown::marker {
    display: none;
}

.list-group-member .list-group-item {
    font-size: 12px;
    background: none;
    padding: 7px 11px;
    border: none;
    color: #000;
}

.list-group-member .list-group-item i {
    font-size: 18px;
}

.list-group-member .list-group-item a {
    color: rgb(0 0 0 / 44%);
}

.list-group-member .list-group-item:hover {
    color: #242424;
}

.list-group-member .list-group-item:hover a {
    /* padding: 10px; */
    color: #000000;
    /* background: #000; */
    /* width: 100%; */
}

.list-group-member .list-group-item.active a {
    color: #000000;
}

.checkUsernameBtn {
    border-radius: 50px;
    font-size: 12px;
}

.infoUsername {
    font-size: 12px;
    border-radius: 50px;
    padding: 0.5rem 1rem;
}

.account-card {
    border-radius: 1rem;
}

/* DATATABLE */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/* UPSELLING */

.upselling-card {
    background: #f5f5f5;
    border: none;
}

.upselling-card .card-body {
    padding: 0.6rem;
}

.upsellingOption {
    cursor: pointer;
}

.upselling-cart {
    width: max-content;
    font-size: 12px;
    background: #f5f5f5;
    padding: 0rem 0.6rem;
    margin-bottom: 6px;
    display: block;
}

.content-popup-image img {
    max-width: 80%;
    max-height: 80vh;
}

.slideRL {
    -webkit-animation: slideRight 0.5s forwards;
    animation: slideRight 0.5s forwards;
}

.promo-card {
    width: 100%;
    padding: 0.8rem;
    margin-right: 20px;
    border: solid 1px #ddd;
}

.flash-sale-landing {
    background: #e9e9e9;
    padding: 1rem;
}

.flash-sale-product {
    background: #f4f4f4;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.flash-sale-wrapper #expiredDate {
    background: #ff0000;
    color: #fff;
    padding: 5px 20px;
    font-weight: normal;
}

.flash-sale-wrapper .product-info {
    padding-right: 2rem;
    padding-left: 2rem;
}

.straight-price {
    font-size: 12px;
    text-decoration: line-through;
}

#discountPrice {
    font-weight: normal;
}

.applied-voucher {
    font-weight: normal;
    background: #000;
    width: max-content;
    font-size: 12px;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px;
}

#select2-shippingSelection-results .select2-results__option--selectable {
    display: flex !important;
    align-items: start !important;
}
#select2-shippingSelection-results .select2-results__option:before {
    display: none;
}

.shipping-option-select2 {
    display: flex;
    align-items: start;
}
.shipping-option-select2 img {
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
    margin-top: 5px;
}

.shipping-option-select2 .shipping-option-title {
    font-size: 12px;
}

.shipping-option-select2 .shipping-option-desc {
    font-size: 12px;
    font-weight: 500;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e1e1e1 !important;
    color: #000 !important;
}

#voucher_code_display {
    text-transform: uppercase;
}

.dropdown-menu.show {
    min-width: max-content;
}

.secured-checkout {
    color: #707070;
}

/* NAVBAR STYLE 2 */
.navbar-style-2 #navbarText {
    width: 33%;
}

.navbar-style-2 .navbar-brand {
    width: 33%;
    display: flex;
    justify-content: center;
}

.navbar-style-2 .right-menu {
    width: 33%;
    display: flex;
    justify-content: end;
}

.navbar-style-2 .list-group-item {
    background: transparent;
    border: none;
}

#cart-qty {
    color: #fff;
    position: absolute;
    font-size: 8px;
    background: #000;
    width: 15px;
    text-align: center;
    border-radius: 10px;
    line-height: 15px;
    margin-left: -2px;
    margin-top: -5px;
}

.my-btn-secondary-white:hover #cart-qty:hover strong {
    color: #fff !important;
}

.list-btn {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline !important;
}
