.mbg-1 {
    background: url(../../../img/ximi8.png) no-repeat bottom;
    /* background-attachment: ; */
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* height: 11vh; */
    padding-bottom: 16px;
}
.mbluury-bg {
    background: #ffeb3b0d;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.mbluury-bg-2 {
    background: #ffffff85;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    border: solid 2px #FFEB3B;
    backdrop-filter: blur(5px);
}
.f-black {
    color: var(--font) !important;
}
.f-gold {
    color: var(--gold) !important;
}
.bt-1 {
    border-top: 1px solid var(--primary);
}

input,
select,
textarea {
    border-radius: 60px !important;
}
.btn-ref{
    /* margin-inline-start: auto; */
    margin-inline-start: 8px;
    margin-bottom: 14px;
    text-transform:capitalize  !important;
}
button,
.btn-l-sec,
.btn-l {
    border-radius: 50px !important;
}
.input-group-text {
    border-radius: 0 8px 8px 0 !important;
    background-color: var(--font);
    color: var(--primary);
    cursor: pointer;
}
.input-group-text:hover {
    background-color: var(--gold);
    color: var(--font);
}
.pie-2 {
    padding-inline-end: 12px;
}
.scroll-sidebar {
        height: fit-content;
        top: 0;
        max-height: 50vh;
        overflow-y: auto;
        display: none;
    }

      /* When the menu is open */
  #categories_toggle.open {
    border-radius: 20px 20px 0 0 !important;
  }
    #categories_toggle.open .fa-chevron-down {
    transform: rotate(180deg);
  }

  /* Smooth rotation */
  .fa-chevron-down {
    transition: transform 0.3s ease;
  }
@media (min-width: 992px) {
    .sticy-sidebar {
        position: sticky;
        height: fit-content;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        /* max-height: 50vh;
        overflow-y: auto; */
    }
}
.btn-m-sec {
    border-radius: 0 60px 60px 0 !important;
    padding: 11px !important;
}
.m-input {
    border-radius: 60px 0 0 60px !important;
}
.t-caption {
    font-size: 14px;
    color: #6c757d;
}
input[type="checkbox"] {
    accent-color: var(--gold);
    cursor: pointer;
}
.category-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.475);
}
.lot-image img {
}
.long-text-wrap{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.lot-image {
    display: block;
    width: 100%;
    aspect-ratio: 2/1;
    /* padding: 20px; */
    object-fit: contain;
    /* border-radius: 8px 8px 0 0; */
}
.fav-list{
    position: absolute;
    font-size: 9px;
    right: 12px;
    top: 40%;
}
.lot-details {
    line-height: 22px;
    font-size: 16px;
    color: #000;
}
.lot-tag {
    text-align: center;
    background-color: var(--font);
    color: var(--primary);
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    padding: 5px 0;
}
.lot-name {
    font-style: italic;
    font-weight: 300 !important;
}
.ar-desc {
    text-align: right;
    direction: rtl;
}
.wishlist-heart {
    padding: 15px;
    position: absolute;
    z-index: 4;
    font-family: Roboto, "Vazirmatn";
    line-height: 16px;
    top: 0;
}
.wishlist-heart button {
    font-size: 18px;
    color: #000;
    background-color: transparent;
}
.wishlist-heart:hover button {
    color: var(--gold);
}
.lot-card {
    padding: 0px;
    background: var(--green-4);
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    border-radius: 8px;
    position: relative;
    border: 1px solid #bdbdbd;
}
.description-box {
    overflow: hidden;
    transition:
        transform 0.2s ease,
        max-height 0.2s ease;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.description-box.show {
    max-height: 1200px;
    transform: scaleY(1);
}

#myBtn:hover {
    cursor: pointer;
    color: var(--font);
}
.auction-card {
    padding: 0px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    border-radius: 8px;
    position: relative;
    border: 1px solid #bdbdbd;
}
.auction-image {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 0;
    object-fit: cover;
}
.bg-gold {
    background-color: var(--gold);
}

#drop-area {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 8px;
}
#drop-area.highlight {
    border-color: purple;
}
#preview img {
    max-width: 100%;
    margin-top: 10px;
    max-width: 100px;
    max-height: 100px;
}
#preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.preview-image {
    position: relative;
    display: inline-block;
}
.preview-image img {
    max-width: 150px;
    border-radius: 8px;
}
.delete-btn-m {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gold);
    color: var(--font);
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    position: absolute;
}
.delete-btn-m:hover {
    background-color: #000;
    color: var(--primary);
}

.alert-message-m {
    display: none;
}
.bc-red {
    border-color: red !important;
}
.cart-item-m {
    background: var(--green-4);
    border-radius: 8px;
    padding: 20px;
}
.pass-eye-m {
    background-color: var(--font-2);
    color: var(--primary);
}
label {
    text-transform: capitalize;
}
/* The Modal (background) */
.bids-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4444444444; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #000000cc; /* Fallback color */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.bids-modal-content {
    background-color: var(--primary); /* Fallback color */
    width: 90vw;
    height: 90vh;
    max-width: 650px;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: start;
    border: 1px solid var(--font-2);
    animation: grow 0.3s;
    border-radius: 8px;
    overflow: auto;
    padding: 20px;
    padding-bottom: 40px;
}
td,
th {
    padding: 5px 10px;
    border: 1px solid #bdbdbd;
}
.main-title-3 a.text-underline:hover {
    color: var(--gold) !important;
}
.logo-box {
    /* padding-bottom: 10px !important; */
}
@media only screen and (max-width: 941px) {
    #logo-larg {
        display: none;
    }
}
#logo-small {
    display: none;
}
@media only screen and (max-width: 941px) {
    #logo-small {
        display: flex;
    }
}
#bidsBtn {
    cursor: pointer;
}
.input-group-m span {
    border-radius: 8px 0 0 8px !important;
}
.mobile-m {
    border-radius: 0 8px 8px 0 !important;
}
.remember-l {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5px;
}
.remember-l:hover {
    color: var(--font-2);
}
.remember-input {
    width: 18px;
    height: 18px;
}
.p-33 {
    padding: 33px;
}
.sort-down {
    position: absolute;
    font-size: 9px;
    right: 8px;
    top: 40%;
    z-index: 1000;
}


  
