﻿img {
    max-width: 100%;
}

.navbar-menu ul a.active .icon .active, .navbar-menu ul li a .icon .unactive {
    max-width: none !important;
}
/*.loader {
    height: 5px;
    width: 5px;
    color: black;
    box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    animation: loader-38 6s infinite;
}

@keyframes loader-38 {
    0% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    }

    8.33% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px -10px 0 5px, 10px -10px 0 5px;
    }

    16.66% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px;
    }

    24.99% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    33.32% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px -10px 0 5px;
    }

    41.65% {
        box-shadow: 10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, 10px -10px 0 5px;
    }

    49.98% {
        box-shadow: 10px 10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px;
    }

    58.31% {
        box-shadow: -10px 10px 0 5px, -10px 10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    66.64% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    74.97% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    83.3% {
        box-shadow: -10px -10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    91.63% {
        box-shadow: -10px -10px 0 5px, -10px 10px 0 5px, -10px 10px 0 5px, -10px 10px 0 5px;
    }

    100% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    }
}*/
.auth-form .form-group .form-input .form-control {
    border-right: 4px solid rgba(var(--secondary-color), 1);
    border-left: 0 !important;
}

.order-product-box .horizontal-product-box .horizontal-product-details .view-details {
    line-height: 1.5 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.tab-content > .active {
    padding: 20px;
    font-size: 14px;
}

:root {
    --bs-link-color: #122636 !important;
    --bs-nav-tabs-link-active-border-color: #122636 var(--bs-border-color) var(--bs-body-bg) !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-radius: 0 !important;
}

.row-link-slug {
    display: flex !important;
    width: auto !important;
    direction: ltr !important;
    margin: auto !important;
    position: relative !important;
    border-left-style: solid !important;
    padding: 0 !important;
}

    .row-link-slug span {
        padding-right: 0;
        place-content: center;
        -webkit-align-content: center;
        align-content: center;
        width: auto;
        user-select: none;
    }
    .row-link-slug .form-control:focus {
        border-color: none !important;
        box-shadow: none !important;
    }
    .row-link-slug .form-control:focus-visible {
        outline: none !important;
    }
        
        .row-link-slug input {
            width: auto !important;
            padding-left: 0 !important;
        }

.btn-xs {
    height: 31px !important;
    font-size: 11px !important;
    padding-top: 6px !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width: 30% !important;
}

.w-25 {
    width: 25% !important;
}

.w-20 {
    width: 20% !important;
}

.order-product-box .horizontal-product-box .horizontal-product-details h5 {
    line-height: normal;
}

.horizontal-product-box .horizontal-product-img {
    padding: 5px !important;
}

.row-description {
    background: rgba(var(--light-bg), 1);
    padding: 20px 5px;
    margin: 0px;
    border-radius: 5px;
}

.row-price {
    justify-content: center;
    margin-bottom: 20px;
    padding: 17px;
    margin-top: 15px;
    background: #122636;
    border-radius: 8px;
    color: #fff;
    justify-self: center;
    width: 100%;
    text-align: center;
}

.order-product-box .vertical-product-box .vertical-product-details .product-status {
    color: #fff !important;
    background-color: rgb(18 38 54) !important;
    padding: 3px 10px !important;
    border-radius: 10px !important;
    font-weight: 400 !important;
    margin: 10px 0;
    text-align: center;
}

.order-product-box .vertical-product-box .vertical-product-details h5 {
    color: rgb(18 38 54 / 61%) !important;
}

.vertical-product-img img {
    margin-bottom: 8px;
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.vertical-product-details .btn {
    margin-top: 10px !important;
    width: auto !important;
}

.header .head-content {
    z-index: 1;
}

.iconsax[data-icon="add-square"] svg {
    stroke: #fff !important;
}

.modal-blz {
    margin-top: 0 !important;
    background: #80808054;
    display: block;
    -webkit-align-content: center;
    align-content: center;
    -webkit-place-content: center;
    place-content: center;
}

    .modal-blz .modal-dialog {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100% !important;
        margin: 0px !important;
        padding: 5px;
    }

    .modal-blz .modal-header {
        padding: 10px 15px !important;
    }

    .modal-blz:not(.modal-lives) .close {
        border: 0 !important;
        background: #fff !important;
        font-size: 20px !important;
    }

    .modal-blz .modal-footer {
        place-content: center;
    }

        .modal-blz .modal-footer button {
            margin-top: 0 !important;
        }

.global-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.datepicker-plot-area .datepicker-time-view {
    background: #ff9a191c !important;
}
.datepicker-time-view:before {
    content: 'زمان' !important;
    /* padding-top: 10px !important; */
    width: 100% !important;
    display: block !important;
}

.datepicker-container-inline .datepicker-plot-area table,
.datepicker-container-inline .datepicker-plot-area th,
.datepicker-container-inline .datepicker-plot-area td,
.datepicker-container-inline .datepicker-plot-area {
    background: #f6f6f7 !important;
}

.datepicker-container-inline .datepicker-plot-area {
    border-top: 1px solid #ccc !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: unset !important;
}

.time-counter > * {
    width: 60px;
    height: 60px;
    align-content: center;
    text-align: center;
    background: #eee;
    border-radius: 50px;
    display: inline-block;
}

.time-counter {
    margin: 15px 0;
    text-align: center;
}

    .time-counter > * > span {
        display: block;
        font-size: 12px;
    }

.horizontal-product-img img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
}

.auth-btn {
    background-color: rgba(var(--secondary-color), 1) !important;
    color: rgb(18, 38, 54) !important;
}

.isax {
    color: #292d32;
    font-size: x-large;
}

div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex !important;
}

div.dt-container select.dt-input {
    margin-left: 7px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    line-height: 6px !important;
    font-size: 0.5em !important;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
    text-align: right;
}

span.dt-column-title {
    font-size: small;
    font-weight: bolder;
}

table.dataTable td {
    font-size: smaller;
    font-weight: 400;
}

div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    font-size: smaller;
}

:focus-visible {
    outline: #301d2112 auto 1px !important;
}

tbody, td, tfoot, th, thead, tr {
    background: #a1a0a00a;
}

table.dataTable th, table.dataTable td {
    text-align: center;
    text-align-last: center;
}

.mark-schecule {
    color: #000;
    width: fit-content;
    background: #cece00;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
    box-shadow: #cece00 1px 1px 4px;
}

.table-schecule, .table-users {
    padding: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: #e3e3e38f 7px 8px 14px;
    border-color: #eeeeeeab !important;
    background: rgb(255 255 255 / 57%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 8%);
}

.btn-more-schedule {
    margin: 0;
    background: #f2f2f2;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding: 8.5px 10px !important;
}

.table-schecule tbody {
    height: 223px;
    overflow: hidden;
}
.table-users tbody {
    overflow: hidden;
}
.table-schecule tbody {
    display: block;
}
.table-schecule th,
.table-schecule td,
.table-users th,
.table-users td{
    padding: 8px 15px;
    font-size: smaller;
}

.table-schecule th, .table-users th {
    background-color: #f2f2f2;
}

.table-schecule td.day-schecule {
    text-align: center !important;
    width: 200px !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    margin-right: 0 !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    margin-left: 0 !important;
}

.sidebar-content a {
    width: 100% !important;
    color: #212529 !important;
}

    .sidebar-content a i {
        float: left !important;
    }

page-content {
    position: relative;
    display: block;
    margin: 15px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    overflow-x: hidden;
}

    page-content page-content-header img {
        width: 100%;
    }

page-content-body {
    padding: 15px;
    display: block;
}

.custom-toolbar {
    text-align: center;
    height: 60px;
    background: #141414;
    position: fixed;
    padding-left: 30px;
    padding-right: 15px;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    max-width: 600px;
}

#jitsi-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 95px);
    width: 100%;
}

.jitsi-video {
    height: 100vh;
    width: auto;
    object-fit: cover;
}

.custom-toolbar button:hover {
    background-color: rgb(82, 82, 82) !important;
}

.custom-toolbar button {
    background: transparent;
    border: 0;
    color: #fff;
    width: 45px;
    display: inline-grid;
    height: 45px;
    border-radius: 3px;
    margin: 7px 10px;
    font-size: 9px;
    text-align: center;
    justify-items: center;
    padding: 5px;
}
.custom-toolbar.admin-toolbar button {
    margin: 7px 5px !important;
}
.custom-toolbar button i {
    color: #fff;
    vertical-align: middle;
}

.swiper-toolbar, .swiper-toolbar .swiper-wrapper {
    position: unset !important;
}

    .swiper-toolbar .swiper-button-next.swiper-button-disabled, .swiper-toolbar .swiper-button-prev.swiper-button-disabled {
        opacity: 0 !important;
    }

    .swiper-toolbar .swiper-button-next:after {
        content: "\e931" !important;
        font-family: 'iconsax' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: small !important;
    }

    .swiper-toolbar .swiper-button-prev:after {
        content: "\e936" !important;
        font-family: 'iconsax' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: small !important;
    }

    .swiper-toolbar .swiper-button-next {
        left: 0px !important;
        background: #3d3d3d;
        color: #ffffffb3;
        width: 20px;
        border-radius: 0px 15px 15px 0;
    }

    .swiper-toolbar .swiper-button-prev {
        right: 0px !important;
        background: #3d3d3d;
        color: #ffffffb3;
        width: 20px;
        border-radius: 15px 0 0 15px;
    }

.custom-toolbar button, .custom-toolbar i {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 26px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
}

    .loader::before {
        content: "Khanima";
        line-height: 1em;
        color: #0000;
        background: inherit;
        background-image: radial-gradient(circle closest-side,#fff 94%,#000);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .loader.live::before {
        content: "Khanima Live" !important;
    }

@keyframes l24 {
    100% {
        background-position: left
    }
}

.custom-toolbar:not(.admin-toolbar) .swiper-toolbar, .custom-toolbar:not(.admin-toolbar) .swiper-wrapper {
    justify-content: center;
}

.modal-lives .modal-content {
    background: #ffffffcf !important;
}

.modal-lives .close {
    border: 0 !important;
    background: transparent !important;
    font-size: 20px !important;
}

.modal-lives .modal-content {
    border-radius: 3px !important;
}

.bid-form {
    height: 50px;
}

    .bid-form input {
        border-radius: 0 !important;
    }

    .bid-form button[type=submit] {
        border-radius: 10px 0px 0 10px;
    }

.bid-plus-button {
    border-radius: 0 5px 5px 0px !important;
    border-bottom: 1px solid #ffffff5e;
    padding: 1px 8px;
    height:100%;
    align-content:center;
    align-self:center;
    font-size:20px;
}
.pinned-product{
    direction:ltr;
}
.bid-minus-button {
    border-radius: 0 0px 5px 0px;
    padding: 1px 8px;
}

.user-bid-result {
    background: #122636e3;
    padding: 15px;
    border-radius: 5px;
    text-align: justify;
    margin-bottom: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    font-weight: bold;
}

.form-control:focus {
    border-color: #86b7fe33 !important;
    box-shadow: 0 0 0 0.25rem rgb(18 38 54 / 5%) !important;
}
.custom-navbar {
    direction: ltr;
    display: flex;
    text-align: center;
    height: 35px;
    background: #040404;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9999;
}

    .custom-navbar * {
        color: #fff !important;
        font-size: 14px;
    }

    .custom-navbar > * {
        margin: auto;
        align-self: center;
        user-select: none;
        -webkit-user-select: none;
        text-align: left;
    }

.stop-live {
    text-align: left;
}

.custom-navbar i {
    font-size: 18px;
    top: 3px;
    position: relative;
}

.pinned-product {
    text-align: center;
    align-self: center;
    padding-right: 15px;
}

    .pinned-product .content {
        padding: 3px 10px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

.pinned-timer {
    text-align: left;
    align-self: center;
    padding-left: 15px;
}

.theme-btn i {
    color: #fff !important;
    vertical-align: middle;
}

.index-table-loader {
    width: 215px;
    height: 220px;
    background: linear-gradient(0.25turn, transparent, #FFF, transparent), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 215px 220px, 215px 130px, 100px 15px, 150px 15px;
    background-position: -215px 0, 0 0, 15px 150px, 15px 180px;
    animation: loading 1.5s infinite;
    border-radius: 7px;
}

.index-products-loader {
    width: 215px;
    height: 220px;
    background: linear-gradient(0.25turn, transparent, #FFF, transparent), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 215px 220px, 215px 130px, 100px 15px, 150px 15px;
    background-position: -215px 0, 0 0, 15px 150px, 15px 180px;
    animation: loading 1.5s infinite;
    border-radius: 7px;
}

.index-image-loader {
    width: 100%;
    max-width: 100%;
    height: 270px;
    background: linear-gradient(0.25turn, transparent, #FFF, transparent), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD), linear-gradient(#DDD, #DDD);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 270px, 100% 270px, 100px 15px, 150px 15px;
    background-position: -400px 0, 0 0, 15px 150px, 15px 180px;
    animation: image-loading 1.5s infinite;
    border-radius: 7px;
}
    @keyframes loading {
        to {
        background-position: 215px 0, 0 0, 15px 150px, 15px 180px;
    }
}
@keyframes image-loading {
    to {
        background-position: 600px 0, 0 0, 15px 150px, 15px 180px;
    }
}
.index-rooms-loader {
    width: 215px;
    height: 90px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 7px;
}

    .index-rooms-loader::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

.index-stores-loader {
    width: 215px;
    height: 90px;
    margin: auto;
    display: block;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 5px;
}

    .index-stores-loader::after {
        content: '';
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        top: 15px;
        left: 15px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

@keyframes animloader {
    0% {
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }

    100% {
        background-position: 250% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
}
.profile-list li .profile-details h4{
    font-weight:800 !important;
}
.row-price i {
    color: #fff !important;
    vertical-align: middle;
}
#proMdl img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 55px;
    width: 70px;
    background: #ffffff4d;
    border: 1px solid #ffffff59;
}
.datepicker-day-view .table-days td[class="disabled"] span:hover,
.datepicker-plot-area .datepicker-day-view .table-days td[class="disabled"] span:hover {
    background-color: #f1f1f1 !important;
    color: #ccc !important;
}
.profile-pic img {
    width: 53px;
    height: 53px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 15px !important;
}
.img-store {
    width: 100%;
    max-height: 63vh;
    object-fit: contain;
    margin-bottom: 15px;
}

.spinner-loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}

@keyframes l1 {
    to {
        transform: rotate(.5turn)
    }
}
.timer-inputs {
    height: 40px;
    display: flex;
    align-self: center;
    margin-left:7px;
}

    .timer-inputs input {
        margin-left: 0px;
        border-radius: 0 5px 5px 0px;
    }

    .timer-inputs button[type=submit] {
        border-radius: 5px 0 0 5px;
        justify-content: center;
        display: flex;
    }

        .timer-inputs button[type=submit] i {
            color: #fff;
            font-size: 20px;
            margin-right: 7px;
        }

    .timer-inputs input[type=number]::-webkit-inner-spin-button {
        opacity: 1 !important;
        -webkit-appearance: button-bevel !important;
    }

.sold-text {
    text-align: left;
    align-content: center;
    align-self: center;
    font-size: 17px !important;
    font-weight: 800;
    color: #a73333;
    padding-left: 10px;
}

.sold-product {
    width: 100%;
    background: #bd858587;
    padding: 5px;
    border-radius: 10px;
}
    .sold-product .auction-product-detail {
        opacity: 0.7;
        padding: 5px 0;
    }
.sold-product img{
    opacity:0.5;
}
.sell-product {
    width: 100%;
    padding: 5px;
    background: #8080808f;
    border-radius: 10px;
}
.products-bid li{
    margin-bottom:10px;
}
.product-bid-box{
    width:60%;
    display:flex;
}
.sold-text, .running-product-text, .timer-inputs {
    width: 40% !important;
}
.running-product-text {
    text-align: left;
    align-content: center;
    align-self: center;
    font-size: 17px !important;
    font-weight: 800;
    color: #000;
    padding-left: 10px;
}
.order-details {
    background: rgba(var(--light-bg), 1);
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
}
    .order-details label {
        padding-bottom: 3px;
        padding-top: 20px;
    }
#addProMdl .form-group .form-input .form-control {
    padding: 10px !important;
}
.notifyjs-corner {
    transform: translateX(-45%);
}
.search-index:focus-visible{
    background:#fff;
}
.search-index {
    font-size: smaller !important;
    padding-right: 41px !important;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #f0f0f1;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 40px;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#tblSchedule td {
    width: 600px;
    text-align: center !important;
}
.search-index:focus-visible::placeholder{
    color:transparent !important;
}
.search-index:focus-visible + img {
    display: none !important;
}
.alarm-product {
    position: absolute;
    top: 15px;
    right: auto;
    left: 15px;
    line-height: 1;
    z-index: 1;
    border-radius: 100%;
    background-color: rgba(var(--white), 1);
    -webkit-box-shadow: 0px 2px 8px rgba(var(--theme-color), 0.1);
    box-shadow: 0px 2px 8px rgba(var(--theme-color), 0.1);
    padding: 6px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .alarm-product i {
        padding: 5px;
        font-size: 18px;
        color: rgb(59 59 59);
        background-color: rgba(var(--white), 1);
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.over-item-text {
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
    display: inline-block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: -20px;
    left: 0;
    top: 50%;
    height: fit-content;
    text-align: center;
    color: #913636cf;
    opacity: 1;
    font-size: 21px;
    background: #ff00002b;
    border-radius: 7px;
}
:root {
    --swiper-theme-color: rgb(53 74 159) !important;
}
.notif-active {
    background: rgb(59 59 59) !important;
    color: #fff !important;
}
.notify-alert{
    margin:0 15px !important;
}
.modal-lives {
    background: transparent !important;
}
    .modal-blz .modal-body {
        overflow-y: auto !important;
        max-height: 500px !important;
    }
.product-box-detail .btn{
    width:auto !important;
}