:root {
    --cluster-group-color: #000000;
    --third-color: #ffa40b;
}
.biddingPanelModal {
    background-color: white;
    max-width: 600px;
    min-width: unset;
}
.biddingPanelModal .modalHeader {
    padding: 15px;
}
.auc-details-timer {
    display: flex;
    direction: ltr !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
/* Rest of the CSS remains the same */
.auc-details-timer > .part {
    flex: 1;
    /* margin-top: 12px; */
    gap: 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.auc_ad_num span {
    font-size: 11;
    color: #645858;
}
.auc_ad_num b {
    font-size: 13;
    color: black;
}

.auc_ad_num span {
    font-size: 12;
    color: #645858;
}
.auc-details-timer > .part.days {
    --num: 365;
}
.auc-details-timer > .part.hours {
    --num: 24;
}
.auc-details-timer > .part:where(.minutes, .seconds) {
    --num: 60;
}
.auc-details-timer > .part > .number {
    aspect-ratio: 1;
    min-width: 55px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid hsl(0 0% 50% / 0.5);
    font-size: 25px;
    position: relative;
    color: #00a685;
    /* margin: 56px !important; */
    padding: 4px !important;
}
.auc-details-timer > .part > .number::after {
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -0.5);
    border-radius: inherit;
    --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
    background-image: conic-gradient(
        #00a685 var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
    --border-size: 3px;
    --mask-image: radial-gradient(
        100% 100%,
        transparent calc(50% - var(--border-size)),
        black calc(50% - var(--border-size) + 1px)
    );
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}
.auc-details-timer > .part > .text {
    text-align: center;
    opacity: 0.75;
    font-weight: 600;
    font-size: 16px;
    /* color: #00a685; */
    color: black;
}

.colon-auction {
    font-size: 19px;
    margin-top: 37px !important;
    /* margin-left: -8.5px !important; */
    /* margin-right: -8.5px !important; */
    /* color: #00a685; */
    color: black;
    /* aspect-ratio: 1; */
}
.firsthalf {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.secondhalf {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.days-time-info .date-font {
    font-size: 10px;
    font-weight: 400;
    color: #8e8e8e;
}
.datails-timer-auction {
    width: 48.6%;
    /* border: 1px solid hsl(0 0% 50% / .5); */
    border-radius: 10px;
    background-color: #fff;
    background-color: #f7f7f7;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
    /* box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.2),
            0 0 1.5px rgba(0, 0, 0, 0.2),
            0 0 1.5px rgba(0, 0, 0, 0.2),
            0 0 1.5px rgba(0, 0, 0, 0.2); */
    padding: 11px;
    justify-content: flex-start;
    display: flex;
    justify-content: center;
    gap: 15%;
    align-items: center;
    flex-direction: row;
}
.datails-timer-auction h1 {
    color: var(--secondary-color);
    padding-top: 5px;
    font-weight: 600;
    font-size: 19px;
}
.days-font {
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.date-font {
    font-size: 12px !important;
    margin-bottom: 3px;
    font-weight: 600 !important;
}
.date-font-auction {
    font-size: 15px !important;
    margin-bottom: 3px;
    font-weight: 600 !important;
}

.tiny-date {
    font-size: 9px !important;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.days-font-auction {
    margin-bottom: 5px;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.auction_details_section {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.tab input {
    display: none;
}

.auction_details_label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: bold;
    text-align: right;
    color: var(--secondary-color);
    border: 1px solid transparent;
}

.auction_details_label:before {
    font-weight: normal;
    margin-right: 10px;
}

.auction_details_label:hover {
    color: #888;
    cursor: pointer;
}

input:checked + .auction_details_label {
    color: #636363;
    border: 1px solid #ddd;
    border-top: 5px solid var(--secondary-color);
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7 {
    display: block;
}

.lower_datailsnew {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
    color: var(--secondary-color);
    white-space: nowrap;
    font-size: 13px;
}
.lower_datailsnew div img {
    width: 30px;
}

.lower_datailsnew h3 {
    font-weight: 400;
    color: #00a685;
}
.lower_datailsnew p {
    font-weight: 400;
    color: #636363;
}
.lower_datailsnew > div {
    align-items: center;
    justify-content: center;
    flex-basis: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}

.lower-datails-wrapper-auction {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 5px;
    height: 100px;
    gap: 10px;
    font-size: 12px;
    border-radius: 15px;
}
.lower-datails-wrapper-auction > div:nth-of-type(1) {
    flex: 2;
}
.lower-datails-wrapper-auction > div {
    border-radius: 10px;
    flex: 1;
    background-color: #f7f7f7;
}
.datails-assets-auction {
    width: 33.33%;
    background-color: #f7f7f7;
    background-color: #f7f7f7;
    /* display: grid;
  grid-template-columns: 70% 30%;  */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid rgba(234, 225, 225, 0.5098039215686274);
}
.datails-date-auction {
    width: 40%;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px solid rgba(234, 225, 225, 0.5098039215686274);
}
.datails-auction-days-auction {
    width: 33.33%;
    background-color: #f7f7f7;
    background-color: #f7f7f7;
    border: 1px solid rgba(234, 225, 225, 0.5098039215686274);

    /* display: grid;
  grid-template-columns: 70% 30%;  */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.flex-details-auction {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
    font-size: 2rem;
    display: flex;
    /* color: var(--secondary-color); */
}

.collaboratorsCard,
.coll-auction-detail {
    /* background-color: var(--accent-color); */
    background-color: #fff;
    /* border: 1px solid var(--input-border); */
    border-radius: 10px;
    /* padding: 10px; */
    padding: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.collaboratorsCard,
.coll-auction-detail {
    /* background-color: var(--accent-color); */
    background-color: #fff !important;
    /* border: 1px solid var(--input-border); */
    border-radius: 10px;
    display: flex;
    /* justify-content: space-around; */
    justify-content: inherit;
    align-items: center;
    width: 100%;
}

.docs-brochure {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    margin-top: -9px;
}
.assets_details_hybrid h1 {
    color: var(--secondary-color);
    color: black;
    font-size: 12px !important;
    margin-bottom: 6px !important;
}

.assets_details_hybrid {
    width: 60%;
    min-height: 92px;
    border-radius: 0.25rem;
    background-color: #fff;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
    padding: 11px;
    justify-content: flex-start;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.assets_details_hybrid img {
    width: 25px;
    height: 25px;
}

.auction_name {
    width: 48.6%;
    /* border: 1px solid hsl(0 0% 50% / .5); */
    border-radius: 10px;
    background-color: #fff;
    background-color: #f7f7f7;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
    /* box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.2),
      0 0 1.5px rgba(0, 0, 0, 0.2),
      0 0 1.5px rgba(0, 0, 0, 0.2),
      0 0 1.5px rgba(0, 0, 0, 0.2); */
    padding: 11px;
    padding-top: 40px;
    /* justify-content: flex-start; */
    display: flex;
    justify-content: center;
    gap: 7%;
    align-items: stretch;
    flex-direction: column;
}
.views {
    /* position: absolute; */
    /* bottom: 0; */
    white-space: nowrap;
    display: flex;
    /* left: 0; */
    /* padding: 15px 25px; */
    justify-content: center;
    font-size: 10px;
    color: #645858;
    align-items: center;
    gap: 7%;
}
.views img {
    width: 15px;
    height: 15px;
}
.subs {
    /* position: absolute; */
    /* bottom: 0; */
    white-space: nowrap;
    display: flex;
    /* right: 0; */
    /* padding: 15px 25px; */
    justify-content: center;
    font-size: 10px;
    color: #26595d;
    align-items: center;
    gap: 7%;
}
.subs img {
    width: 15px;
    height: 15px;
}
.auction_name {
    /* position: relative; */
    width: 48.6%;
    border-radius: 10px;
    background-color: #fff;
    background-color: #f7f7f7;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
    padding: 11px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22%;
    align-items: stretch;
}
.auction_name::after {
    content: attr(data-status);
    /* content: 'جاري'; */
    position: absolute;
    left: 17px;
    top: 0px;
    padding: 3px 18px 6px;
    border-radius: 0 0 6px 6px;
    background-color: var(--secondary-color);
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}

.auction_name::before {
    content: attr(auc-status);
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 3px 18px 6px;
    border-radius: 0 0 6px 6px;
    background-color: #26595d;
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}

.auction_name h1 {
    font-size: 19px;
    /* margin-bottom: -1px; */
    font-weight: 600;
    /* padding: 30px 0; */
    /* right: 10px; */
    position: relative;
}
.auction_name h2 {
    margin-top: 2px;
    display: flex;
    font-size: 10px;
    /* right: 10px; */
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    color: rgb(162 162 162);
}
.line {
    width: 373.005px;
    /* width: -webkit-fill-available; */
    height: 1.018px;
    opacity: 0.30000001192092896;
    background: #000;
    box-shadow:
        0 0 1.5px rgba(0, 0, 0, 0.2),
        0 0 1.5px rgba(0, 0, 0, 0.2),
        0 0 1.5px rgba(0, 0, 0, 0.2),
        0 0 1.5px rgba(0, 0, 0, 0.2);
}
.imageCard {
    /* background-color: var(--accent-color); */
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
}
/* .imageCard img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
} */
.imageCard img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 300px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
}
.imageCard iframe,
.imageCard #live-video-container,
.imageCard #youtube-video-container {
    width: 100%;
    border-radius: 15px;
    /* height: 100%;
    max-height: 400px; */
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
}
.imageCard {
    border-radius: 10px;
    background-color: #fff;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
    /* box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902)!important; */
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 0%;
    align-items: start;
    flex-direction: column;
    height: auto;
}
.auc_related {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    /* top: 5%; */
    min-height: 300px;
    /* height: 400px; */
    max-height: 400px;
}
/* .imageCard img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    max-height: 400px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 3px 3px);
} */
.image_button {
    background-color: rgb(255 255 255);
    background-color: var(--secondary-color);
    color: white;
    width: 116.012px;
    height: 35.973px;
    flex-shrink: 0;
    width: fit-content;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    box-shadow: rgb(228, 228, 228) 0px 1px 5px 1px;
    box-shadow: 0px 0px 3.5972695350646973px 2.6979522705078125px
        rgba(0, 0, 0, 0.25);
    /* padding: 5px; */
    border-radius: 10px;
}
.image-actions {
    /* position: absolute; */
    bottom: 0%;
    overflow-x: scroll;
    display: flex;
    gap: 8px;
    min-height: 52px;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.image-actions::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.docs_styling {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image_button_unactive {
    background-color: rgb(255 255 255);
    color: var(--secondary-color);
    height: 35.973px;
    flex-shrink: 0;
    width: fit-content;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    box-shadow: rgb(228, 228, 228) 0px 1px 5px 1px;
    box-shadow: 0px 0px 3.5972695350646973px 2.6979522705078125px
        rgba(0, 0, 0, 0.25);
    /* padding: 5px; */
    border-radius: 10px;
}

.image_button img,
.image_button_unactive img {
    height: 25px;
    width: 25px;
    margin: 7px;
}

.image_button span,
.image_button_unactive span {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
}

.details-auction-hybrid {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.details-auction-hybrid h1 {
    color: black !important;
    font-size: 12px !important;
    margin-bottom: 6px !important;
}
.details-auction-hybrid img {
    width: 25%;
    height: 25%;
}

.bidding-asset-details-timer > .part > .text {
    text-align: center;
    opacity: 0.75;
    font-size: 13px;
    color: #00a685;
}
.bidding-asset-details-timer > .part > .number::after {
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -0.5);
    border-radius: inherit;
    --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
    background-image: conic-gradient(
        #00a685 var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
    --border-size: 2px;
    --mask-image: radial-gradient(
        100% 100%,
        transparent calc(50% - var(--border-size)),
        black calc(50% - var(--border-size) + 1px)
    );
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}
.bidding-asset-details-timer > .part > .number {
    aspect-ratio: 1;
    min-width: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid hsl(0 0% 50% / 0.5);
    font-size: 15px;
    position: relative;
    color: #00a685;
    /* margin: 56px !important; */
    padding: 4px !important;
}
.small-colon-2 {
    margin-top: 6px !important;
    margin-left: -8.5px !important;
    margin-right: -8.5px !important;
    /* color: #00a685; */
    color: black;
}
.centerContent {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.racketParent {
    /* display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 6px; */
    position: relative;
}
/* .racketLabel {
    position: relative;
    right: 2%;
    color: var(--secondary-color);
} */
.racketLabel {
    left: 31px;
    top: 1px;
    font-size: 8px;
    position: absolute;
    /* right: 2%; */
    color: var(--secondary-color);
    padding: 2px;
    /* top: 4px; */
    background: #e2e2e2;
    font-weight: 600;
    border-radius: 10px 2px 2px 10px;
    border-right: 2px var(--secondary-color) solid;
}

.racketSpan {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    width: 35px;
    font-family: "Poppins", "IBM Plex Sans Arabic", tahoma;
    height: 26px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: var(--background-color);
    position: relative;
    top: -3px;
    margin-right: 30px;
}
.racketSpan::after {
    content: "";
    height: 6px;
    width: 4px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px;
}

.watching_options {
    display: flex;
}
.watching_op {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.asset-details-timer > .part > .text {
    text-align: center;
    opacity: 0.75;
    font-size: 11px;
    color: #00a685;
}
.asset-details-timer > .part > .number::after {
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -0.5);
    border-radius: inherit;
    --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
    background-image: conic-gradient(
        #00a685 var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
    --border-size: 2px;
    --mask-image: radial-gradient(
        100% 100%,
        transparent calc(50% - var(--border-size)),
        black calc(50% - var(--border-size) + 1px)
    );
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}
.asset-details-timer > .part > .number {
    aspect-ratio: 1;
    min-width: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid hsl(0 0% 50% / 0.5);
    font-size: 11px;
    position: relative;
    color: #00a685;
    /* margin: 56px !important; */
    padding: 4px !important;
}
.small-colon {
    margin-top: 3px !important;
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
    /* color: #00a685; */
    color: black;
}

.asset_id {
    background-color: var(--secondary-color);
    display: flex;
    width: 30px;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}
.clusterGroupCard .asset_id {
    background-color: transparent;
}
.wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
}

.wrapper.is-open {
    grid-template-rows: 1fr;
}

.inner {
    overflow: hidden;
}
.main_entity {
}
.sliders {
    background: #fafafa;
    /* position: inherit; */
    position: relative;
    /* display: none; */

    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;

    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);

    width: 95%;
    /* top: 96px; */
    /* top:0;
  bottom: 0; */
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 1px 5px 1px #e4e4e4;
    border: 1px solid #c2c3c380;
}
.sliders.is-open {
    grid-template-rows: 1fr;
}
.sliders.is-open .flexed_elements {
    padding: 40px;
    padding-top: 40px;
}
.flexed_elements {
    /* padding: 40px; */
    gap: 5px;
    /* padding-top: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sliders ul {
    overflow: hidden;
}
.flexed_elements {
    overflow: hidden;
}
.asset-card2 {
    cursor: pointer;
}
.asset-card2 * {
    /* pointer-events: none; */
}
.details_sliders {
    background: #fafafa;
    position: inherit;
    /* display: none; */
    /* height: auto !important; */
    width: 95%;
    /* border-radius: 0px 0px 10px 10px;
  box-shadow: 0 1px 5px 1px #e4e4e4; */
    margin-bottom: 10px;
    margin-top: -10px;
    /* border: 1px solid #c2c3c380; */
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
}
.details_sliders.opened {
    grid-template-rows: 1fr;
}

/* .details_sliders b{
  text-indent: 10px;
} */
.asset_title {
    font-size: 0.875rem;
    color: #777575;
}
.details_sliders b {
    color: #26595d;
    font-weight: 400;
    font-size: 0.855rem;
}
.details_sliders span {
    color: black;
    font-size: 0.865rem;
    font-weight: 500;
}
.has_multi_spans {
    display: flex;
    gap: 2%;
}
.multispans {
    align-items: center;
    background-color: #afd4cd;
    width: fit-content;
    height: fit-content;
    display: flex;
    /* margin-bottom: 5px; */
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 4px;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.775rem;
    font-weight: 400;
}
.contact_arrange {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.auction_header {
    display: flex;
    min-height: 105px;
    justify-content: space-between;
}

ul {
    list-style: none;
}

.flexed_elements h1 {
    font-weight: 400;
    font-size: 15px;
}
.flexed_elements img {
    position: relative;
    top: 0;
    border-radius: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}
.combined_dire_title {
    background-color: #00a685;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    display: flex;
    min-height: 30px;
    justify-content: center;
    padding: 17px;
    align-items: center;
    margin: 7px;
    border-radius: 10px;
    flex: 1;
}
.direction_block {
    display: flex;
    box-shadow: 0 1px 5px 1px #e4e4e4;
    background: #fff;
    border: 1px solid #c2c3c380;
    overflow: hidden;
    border-radius: 10px;
}
.dire_title {
    background-color: #00a685;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    margin: 7px;
    border-radius: 10px;
}
.dire_text {
    background-color: #fff;
    color: black;
    font-size: 13px;
    padding: 5px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 4;
}
.bidding_panel_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bidding_panel_button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: fit-content;
    font-size: 19px;
    height: fit-content;
    padding: 2px 10px;
    font-weight: 400;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 2px 3px 1px rgba(171, 171, 173, 0.4588235294117647);
    background: var(--secondary-color);
    color: white;
    white-space: nowrap;
}
.bidding_panel_button:disabled {
    cursor: not-allowed;
    background-color: grey;
    border: unset;
}
.bidding_icon {
    color: white;
}

.bidding_panel_button {
    --hoverContorno: #00a685;
    border: 1px solid #00a685;
}

.bidding_panel_button:hover {
    transition: all 0.5s;
}
.bidding_panel_button:hover,
.bidding_panel_button:focus {
    color: #00a685;
    border: 1.5px solid #00a685;
    background-color: white;
    -webkit-animation: cardAnimacion 1.4s;
    animation: cardAnimacion 1.4s;
    box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
}
.bidding_panel_button:disabled:hover {
    color: var(--html-color);
    border: unset;
    background-color: grey;
    -webkit-animation: unset;
    animation: unset;
    box-shadow: 0 2px 3px 1px rgba(171, 171, 173, 0.4588235294117647);
}
.bidding_panel_button:hover .bidding_icon {
    color: #00a685;
}
.bidding_panel_button:disabled:hover .bidding_icon {
    color: var(--html-color);
}

.bidding_panel_button.clicked .bidding_icon {
    color: #00a685;
}
.bidding_panel_button.clicked {
    /* Style to apply when button is clicked */
    color: #00a685;
    border: 1.5px solid #00a685;
    background-color: white;
    -webkit-animation: cardAnimation 1.4s;
    transition: all 0.5s;
    --hoverContorno: #00a685;
    border: 1x solid #00a685;
    animation: cardAnimation 1.4s;
    box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
}

.asset-card2 {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
    position: relative;
    min-width: 375px;
    min-height: 97px;
    padding: 10px;
    border-radius: 10px;
    /* background-color: var(--accent-color); */
    flex: 1;
    gap: 10px;
    /* border: 1px solid var(--accent-color); */
    border: 1px solid #c2c3c380;
}
/* .asset-card2:hover{
  border: 1px solid var(--secondary-color);
} */
.asset-card2 {
    font-size: 13px;
    box-shadow: 0 1px 5px 1px #e4e4e4;
    background: #fff;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 65px auto 40px;
    /* justify-content: space-evenly; */
    justify-content: unset;

    align-items: center;
    height: auto;
    position: relative;
    min-width: 375px;
    padding: 10px;
    border-radius: 10px;
    /* background-color: var(--accent-color); */
    flex: 1;
    /* border: 1px solid var(--accent-color); */
    border: 1px solid #c2c3c380;
}
.asset-card2 h4 {
    font-size: 13px;
    font-weight: bolder;
}
.timer_icon {
    width: 18%;
    height: 18%;
}

.all_assets_icon {
    width: 18%;
    height: 18%;
}

.schedule_icon {
    width: 18%;
    height: 18%;
}

.calenar_icon {
    width: 18%;
    height: 18%;
}

.asset_status {
    content: attr(data-status);
    content: "جاري";
    position: absolute;
    left: 21px;
    top: 0px;
    padding: 2px 18px 3px;
    border-radius: 0 0 6px 6px;
    background-color: #495253;
    background-color: var(--secondary-color);
    /* transform: translate(-213px, -19px); */
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}
.asset-card2::after {
    content: attr(data-status);
    /* content: 'جاري'; */
    position: absolute;
    right: 21px;
    top: 0px;
    padding: 2px 18px 3px;
    border-radius: 0 0 6px 6px;
    background-color: var(--secondary-color);
    /* transform: translate(-213px, -19px); */
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}
.clusterGroupCard .asset-card2::after,
.clusterGroupCard .asset-card2:hover::after {
    background: linear-gradient(
        45deg,
        var(--secondary-color),
        var(--cluster-group-color)
    );
    border: none;
    color: var(--background-color);
}
.clusterGroupCard .asset-card2-1::after,
.clusterGroupCard .asset-card2-1:hover::after {
    background: linear-gradient(45deg, #c77913, var(--third-color));
}
.clusterGroupCard .asset-card2-3::after,
.clusterGroupCard .asset-card2-3:hover::after {
    background: linear-gradient(45deg, #727272, var(--error-color));
}
.clusterGroupSpan {
    color: var(--cluster-group-color);
}
.asset-card2-1::after {
    background-color: var(--third-color);
}
.asset-card2-3::after,
.asset-card2-3::after {
    background-color: var(--error-color);
}
.asset-card2:hover::after {
    border: 2px solid rgb(200, 200, 200);
    transition: all 0.5s;
    /* border-radius: 20px; */
}
.asset_details_row {
    margin-bottom: 10px;
    display: flex;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px 0px 10px 0px solid black;
    font-size: 13px;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
}
.asset_details_row .graa {
    transition: all 0.3s linear;
}
.asset_details_row > * {
    pointer-events: none;
}
.main_asset_entity:last-child {
    border: none;
    margin-bottom: -15px;
}

.main_asset_entity {
    border-bottom: 0.1px solid #a4a2a2ad;
}
.asset_title {
    font-size: 14px;
    font-weight: 500;
}

.asset-card2::after {
    --hoverContorno: #00a685;
    border: 2px solid #00a685;
}
.asset-card2:hover::after,
.asset-card2:focus::after {
    color: #00a685;
    background-color: white;
    border: 1.5px solid #00a685;
    -webkit-animation: cardAnimacion 1.4s;
    animation: cardAnimacion 1.4s;
    box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
    /* border-radius: 20px; */
}

.asset-card2 span.area_span {
    position: absolute;
    left: 21px;
    bottom: -23px;
    padding: 2px 40px 3px;
    gap: 7%;
    display: flex;
    border-radius: 0 0 6px 6px;
    background-color: #d2e7e4;
    color: black;
    z-index: 99;

    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
/* .asset-card2 div.winner_span {
    position: absolute;
    transform: translate(-50%, 0%);
    top: -22px;
    left: 50%;
    bottom: -23px;
    padding: 2px 40px 3px;
    display: flex;
    color: black;
    z-index: 99;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
} */
.asset-card2 div.winner_span {
    position: absolute;
    left: 29%;
    transform: translate(50%, -98%);
    top: 0px;
    border-radius: 10px 10px 3px 3px;
    background-color: #d2e7e4;
    width: 131px;
    padding: 3px 25px;
    height: 24px;
    color: var(--secondary-color);
    /* bottom: 0px; */
    display: flex;
    z-index: 99;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.asset-card2 span.price_span {
    position: absolute;
    right: 21px;
    bottom: -23px;
    padding: 2px 40px 3px;
    gap: 7%;
    display: flex;
    z-index: 99;
    border-radius: 0 0 6px 6px;
    background-color: #d2e7e4;
    color: black;
    font-size: 12px;
    font-weight: 600;
}
.asset-card2 span .span_value {
    color: var(--secondary-color);
    font-size: 12px;
}

.card3 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}
.card3 h4 {
    font-size: 15px;
    font-weight: bold;
}
.asset_card_title {
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 1%; */
}
.asset_card_title h4 {
    margin-left: 2px;
    margin-right: 2px;
}
.title-timer-bid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bottom-timer-bid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    flex-direction: row;
}
.circleDetailsBtn svg {
    stroke: var(--secondary-color) !important;
    stroke: black !important;
}
/* .showflexRow {
    flex-direction: column;
}    */

.green-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary-color);
}
.clusterGroupCard .green-circle {
    background: linear-gradient(
        45deg,
        var(--secondary-color),
        var(--cluster-group-color)
    );
}
.asset_card_title a {
    text-decoration: none;
    color: var(--main-color);
    position: relative;
    top: -5px;
    font-weight: 900;
    font-size: 15px;
}
.bidding_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.grey-rectangle {
    border-radius: 10px;
    width: 152px;
    flex-direction: row;
    height: 40px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.grey-rectangle h4 {
    font-size: 12px;
    display: contents;
    font-weight: bold;
    text-align: center;
}
.grey-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #7e869e40;
}
.grey-circle-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #26595d1a;
    transition: all 0.3s linear;
}
.rotate-360 {
    transform: rotate(180deg);
}
.btn-slide img {
    width: 25px;
    height: 25px;
    top: 20px;
}

.id_background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    /* border-radius: 0px 10px 10px 0px;   */
    align-items: center;
    background-color: var(--secondary-color);
}
.clusterGroupCard .id_background {
    background: linear-gradient(
        45deg,
        var(--secondary-color),
        var(--cluster-group-color)
    );
}
.plus-sign {
    display: flex;
    justify-content: center;
    align-items: center;
}
.asset-cards-wrapper {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.asset-cards-wrapper-2 {
    display: grid;
    /* margin-bottom: 10px; */
    gap: 50px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.asset-card {
    min-width: 375px;
    padding: 10px;
    border-radius: 10px;
    /* background-color: var(--accent-color); */
    flex: 1;
    /* border: 1px solid var(--accent-color); */
    border: 1px solid #c2c3c380;
    background-color: #26595d12;
}
.asset-card p {
    font-size: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}
.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.icon-wrapper {
    font-size: 16px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    border: 1px solid var(--html-color);
    border-radius: 30px;
    cursor: pointer;
    background-color: transparent;
    background-color: #ffffff40;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clusterHammer {
    /* border-color: var(--input-border);
  font-size: 20px;
  color: var(--secondary-color);
  animation: twinklingColor 2s linear infinite; */
}
.auctionPopupHeader,
.formPopupHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 7px;
    gap: 40px;
    text-transform: capitalize;
    font-size: 21px;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--accent-color);
}
.auctionPopupWrapper,
.confirmBidPopupWrapper,
.conditionAgreePopupWrapper {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--popup-overlay-color);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 200000;
    overflow-y: auto;
}

.timer_title_span {
    margin-top: 9px;
    border-radius: 10px 10px 3px 3px;
    font-size: 12px;
    font-weight: 600;
    top: -24px;
    position: absolute;
    max-width: 45%;
    width: auto;
    min-width: 15%;
    display: flex;
    justify-content: center;
    padding: 4px 15px;
}

.timer_title {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: none;
    border-radius: 0 0 6px 6px;
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cluster-assest-divider {
    display: flex;
}

.cluster-assest-divider > div {
    flex: 1;
}

@media only screen and (max-width: 400px) {
    .auctionPopup {
        min-width: 400px;
        background-color: var(--background-color);
        background-color: #fafafa;
        padding: 20px;
        border-radius: 20px;
    }
    .auction_name h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .auc_ad_num span {
        font-size: 10px;
    }
    .auc_ad_num b {
        font-size: 10px;
        color: black;
    }
}
.auctionPopup {
    max-width: 600px;
    margin: auto;
    min-width: 575px;
    background-color: var(--background-color);
    background-color: #fafafa;
    padding: 20px;
    border-radius: 20px;
}
.biddingPanelModal.auctionPopup {
    padding: 0px;
}
.auctionPopup h2 {
    font-size: 21px;
    font-weight: 600;
    color: #5c5c5c;
}
.input-grid-200 {
    grid-column-gap: 3px !important;
    grid-gap: 3px;
}
.popdetail-item {
    display: grid;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(234, 225, 225, 0.5098039215686274);
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0 0 2px #e4e4e4;
    padding: 3px;
    margin: 7px 0px;
}
.popdetail-item2 {
    display: flex;
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 2px;
    place-items: center;
    padding: 25px 5px 15px;
    position: relative;
    height: 60px;
    border: 1px solid var(--input-border);
}
.fiveCellsOrder .popdetail-item2.oneLineCell {
    grid-column: 1/3;
    grid-row: 2;
}
.threeCellsOrder .popdetail-item2.oneLineCell {
    grid-column: 1/3;
    grid-row: 2;
}
.popdetail-item2 .mainPart {
    flex: 1;
}
.popdetail-item2:first-child {
    border-radius: 10px 2px 2px 2px;
}
.popdetail-item2:nth-child(2) {
    border-radius: 2px 10px 2px 2px;
}
.popdetail-item2:nth-last-child(2) {
    border-radius: 2px 2px 2px 10px;
}
.popdetail-item2:last-child {
    border-radius: 2px 2px 10px 2px;
}
.fiveCellsOrder .popdetail-item2:nth-last-child(3) {
    border-radius: 2px 2px 10px 2px;
}
.fiveCellsOrder .popdetail-item2:nth-last-child(2) {
    border-radius: 2px !important;
}
.popdetail-item b {
    font-size: 12px;
    color: #707070;
    font-weight: 700;
    white-space: nowrap;
}
.popdetail-item2 b {
    text-transform: capitalize;
    position: absolute;
    border-radius: 3px;
    padding: 0px 7px;
    top: 3px;
    left: 0px;
    font-size: 11px;
    color: var(--main-color);
    white-space: nowrap;
    font-weight: 400;
}
.popdetail-item span {
    font-size: 19px;
    font-weight: 600;
    color: #5c5c5c;
}
.popdetail-item2 span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #5c5c5c;
}
.popup_title {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 5%;
}
.tiny-card-desc {
    display: flex;
    background-color: #fff;
    border: 0 solid #e2dfdf;
    border-radius: 15px;
    align-items: center;
}
.popdetail-item img {
    width: 18px;
}
.popdetail-item span.currency {
    font-size: 13px;
    color: var(--secondary-color);
}
.popdetail-item2 span.currency {
    font-size: 13px;
    color: var(--html-color);
    font-weight: 400;
}
.currency {
    color: var(--html-color);
    font-size: 13px;
    /* background-color: #d2e7e4; */
    padding: 0 3px;
    border-radius: 3px;
}
.popdetail-item2 .currency {
    font-size: 13px;
    background-color: transparent;
    padding: 0 3px;
    border-radius: 3px;
}
.newpopdetail-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    /* white-space: nowrap; */
    background-color: white;
    border: 1px solid grey;
}
.auctionPopup table {
    width: 100%;
    text-align: center;
    border-radius: 0 0 20px 20px;
    text-align: center;
    border-collapse: collapse;
    font-size: 14px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    bottom: -20px;
    background-color: #fff;
    overflow: hidden;
}
.auctionPopup thead {
    background-color: var(--accent-color);
}
.auctionPopup tbody tr:nth-of-type(2n) {
    background-color: #eff3f674;
}
.auctionPopup tbody tr:last-child td.emptyTd {
    border-radius: 0 0 20px 20px;
    background-color: #eff3f674;
}
.auctionPopup td,
.auctionPopup th {
    padding: 5px;
}
.bid-controls {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(234, 225, 225, 0.5098039215686274);
    border-radius: 15px;
    margin: 40px auto;
    background-color: #f4f4f4;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    font-size: 20px;
    position: relative;
}
.bid-controls::after {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    padding: 1px 10px 0px;
    font-size: 12px;
    text-transform: capitalize;
    color: black;
    background-color: #d2e7e4;
    border-radius: 10px 10px 0 0;
}
.hyControls.bid-controls::after {
    font-weight: 400;
    padding: 2px 10px 2px;
    font-size: 10px;
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
}
.mini_opening {
    margin: -23px 0px 0;
    font-size: 11px;
    color: #707070;
    position: relative;
    top: 37px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.bid-controls span {
    flex-grow: 1;
    text-align: center;
}

#totalAmount {
    font-size: 22px;
}
#highestBid {
    font-size: 22px;
}
.totalWrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    /* color: var(--main-color); */
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    white-space: nowrap;
    border-radius: 0 0 10px 10px;
}
.totalWrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 12px 5px;
    font-size: 12px;
    z-index: 999999;
    text-transform: capitalize;
    color: var(--secondary-color);
    background-color: #d2e7e4;
    /* border: 1px solid var(--input-border); */
    white-space: nowrap;
    border-radius: 0 0 10px 10px;
}

/* .imageCard h1{
  font-size:1rem;
  font-weight:500;
  padding-left:20px;
  padding-right:20px;
  margin-bottom:16px;
  text-align:center;
} */
.imageCard h1 {
    font-size: 1rem;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 16px;
    text-align: center;
}
.auction_extra_url_link {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
}
.centerBtn {
    /* display: block; */
    margin: auto;
    width: fit-content;
    text-transform: capitalize;
    font-size: 15px;
}
.dialogHistoryHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -10px;
}
.dialogHistoryHeader > div {
    display: flex;
    align-items: center;
}
.dialogHistoryHeader > span {
    color: var(--secondary-color);
    display: flex;
    align-items: center;
}
.auctionPopup .divider {
    height: 0.3px;
    width: 100%;
    background-color: var(--input-border);
    margin-top: 10px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.auctionPopupWrapper.shown {
    /* display: flex; */
    display: block;
}
.counter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter b {
    font-size: 12px;
    font-weight: bold;
    color: var(--popup-overlay-color);
}
.counter i {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    border-left: 2px solid var(--main-color);
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    animation: loading 0.5s linear infinite;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.racketSpan {
    font-size: 12px;
    width: 32px;
    height: 23px;
    top: -3px;
}

#biddingHistoryTBody tr td {
    font-size: 12px;
}
.auctionPopup td,
.auctionPopup th {
    padding: 4px;
}
.dialogHistoryHeader h4 {
    font-size: 13px;
}
.dialogHistoryHeader {
    margin-top: 9px;
    margin-bottom: -17px;
}
#auction_panel_title {
    font-size: 16px;
}
.bidding-asset-details-timer > .part > .text {
    font-size: 10px;
}
.auctionPopup h2 {
    font-size: 17px;
}

/* .centerBtn {
    font-size: 11px;
} */
.totalWrapper {
    padding: 3px 9px 5px;
    font-size: 10px;
}
.icon-wrapper {
    font-size: 11px;
    padding: 4px;
}
.icon-wrapper {
    font-size: 19px;
    padding: 6px;
}
.bid-controls {
    padding: 6px;
    margin: 39px auto;
    font-size: 16px;
}

/* map style */
.types_container {
    margin: 10px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    /* width: max-content; */
    align-items: center;
    color: var(--main-color);
    gap: 8px;
    overflow-x: scroll;
    font-size: 15px;
}
.types_div {
    display: flex;
    align-items: center !important;
    border: 1px solid #656262;
    border-radius: 32px;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    background: #fff;
    border: 0;
    white-space: nowrap;
    gap: 7px;
    margin: 10px 0px;
    box-shadow:
        0 1px 2px rgba(60, 64, 67, 0.3),
        0 1px 3px 1px rgba(60, 64, 67, 0.15);
    padding: 6px 11px;
}
.types_div img {
    width: 20px;
    height: 20px;
}
.types_anchor {
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 500;
}
.types_radio {
    height: auto;
    margin: auto;
}

.line {
    border: 0;
    width: 100%;
    border-top: 5px solid #00a685;
    margin: 0;
    padding: 0;
    opacity: 1;
}
.search_area {
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    gap: 17px;
    font-size: 15px;
}
.search_sub_container {
    display: flex;
    flex-direction: column;
}
.search_label_container {
    display: flex;
    white-space: nowrap;
    flex-direction: row-reverse;
}

input .types_div .types_radio:checked {
    background-color: #ff6a00 !important; /* Change the background color when checked */
    border-color: #ff0000 !important; /* Change the border color when checked */
}

.types_div .types_radio:checked::before {
    background-color: rgb(
        213,
        12,
        12
    ) !important; /* Change the inner dot color when checked */
}
/* Style the radio button itself */
.types_div .types_radio {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #01856b; /* Change the border color */
    padding: unset;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent; /* Remove any background color */
}

/* Style the radio button label */
.types_div .types_radio + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.types_div .types_radio:checked {
    background-color: #52c4ac !important;
    border-color: #01856b !important;
}

/* Style the inner dot when the radio button is checked */
.types_div .types_radio:checked::before {
    /* content: ""; */
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(
        213,
        12,
        12
    ) !important; /* Change the inner dot color when checked */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end map style */

.modalHeader {
    padding: 15px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--accent-color);
}
.flexSpaceBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.input-grid-200 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 30px;
}

.followerPopupShadow {
    display: none;
    position: fixed;
    z-index: 1111111;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 100%;
    background-color: #3333336d;
}

.form_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 943px;
    max-width: 80vw;
    max-height: 700px;
    overflow-y: scroll;
}
input[type="file"] {
    display: none;
}
.fileLabel {
    position: relative;
    height: 45px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.fileLabel:hover {
    background-color: var(--accent-color);
}
.fileLabel ion-icon {
    font-size: 18px;
}
.formPopup .fileLabel {
    height: 40px;
}
.extension {
    font-size: 12px;
    font-weight: 600;
    color: var(--html-color);
}
.inputProgress {
    --progress: 0%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--progress);
    background-color: var(--accent-color);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.inputProgress::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-bottom: 2px solid var(--secondary-color);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    animation: loading 0.5s linear infinite;
}
@media only screen and (max-width: 900px) {
    .form_container {
        max-height: 600px;
    }
    .cluster-options {
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 650px) {
    .watching_op {
        font-size: 11px;
    }
    .watching_op img {
        width: 15px !important;
    }
    .input_asset {
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
        min-height: 15px !important;
    }
    .cluster-label {
        width: auto !important;
    }
    .cluster-options {
        display: flex;
        white-space: nowrap;
        overflow-y: auto;
        align-items: baseline;
        flex-direction: column;
    }

    .cluster-assest-divider > div {
        flex: unset;
    }
}

.form_container form {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.input-field {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

.cluster-options {
    display: flex;
    overflow-y: auto;
    align-items: baseline;
    flex-direction: column;
    font-size: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    max-height: 200px;
    overflow-y: auto;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.cluster-label {
    margin: 5px 0;
    display: flex;
    justify-content: start;
    width: 30%;
    align-items: self-start;
    gap: 10px;
}
.input_asset:checked {
    background-color: #52c4ac !important;
    border-color: #01856b !important;
}
.input_asset {
    appearance: none;
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #01856b;
    background-color: #fff !important;
    padding: unset;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}
.submit-button {
    padding: 6px 20px;
    display: inline-block;
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 1000px;
    border: none;
    /* font-size: 16px; */
    font-weight: 400;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* CSS for styling the form */
.form_container .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.name-fields {
    flex: 1;
}

.input-field {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

.cluster-search {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #626262;
    background-color: white;
    margin: 15px 0 15px 0;

    background-color: #ffffff;
    /* border: none; */
    border-radius: 0.5rem;
    /* box-shadow: 0 1px 2px 0 rgba(48, 48, 48, .30), 0 1px 3px 1px rgba(48, 48, 48, .15); */
    box-sizing: border-box;
    color: #1f1f1f;
    display: block;
    font-size: 1rem;
    height: 3rem;
    padding: 0 1.5rem 0 4.5rem;
    -webkit-appearance: none;
}

.cluster-options {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    max-height: 200px; /* Increased height */
    overflow-y: auto;
}

.notificationHeader {
    margin-bottom: 20px;
}

.notificationBody {
    height: 0;
    transition: max-height 0.8s ease-out;
    overflow: hidden;

    position: relative;
    right: -20px;
    left: -20px;
    width: calc(100% + 40px);
    border-radius: unset;
}

.historyBody {
    height: 0;
    transition: max-height 0.8s ease-out;
    overflow: hidden;
}

.historyBody.open {
    height: auto;
    padding: 16px 0px;
}
.notificationBody.open {
    height: auto; /* Adjust this value according to your needs */
}

#asset_announcments {
    z-index: 1000;
    background-color: #00a685e3;
    color: white;
    padding: 6px 5px;
    /* border-radius: 1px 2px 19px 19px; */
    text-wrap: wrap;
    width: auto;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .bidding_panel_button {
        font-size: 15px;
    }

    .grey-rectangle {
        width: 110px;
    }
    .grey-rectangle img {
        display: none;
    }
    .grey-rectangle h4 {
        font-size: 10px;
    }
    .asset-card2 {
        grid-template-columns: 55px auto 55px;
    }
}
@media only screen and (max-width: 1000px) {
    .asset-card2 {
        font-size: 13px;
        box-shadow: 0 1px 5px 1px #e4e4e4;
        background: #fff;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 50px auto 50px;
        /* justify-content: space-evenly; */
        justify-content: unset;
        align-items: center;
        height: auto;
        position: relative;
        min-width: 375px;
        padding: 10px;
        border-radius: 10px;
        /* background-color: var(--accent-color); */
        flex: 1;
        /* border: 1px solid var(--accent-color); */
        border: 1px solid #c2c3c380;
    }
    .imageCard h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .auction_details_label {
        font-size: 12px;
    }
    .auction_name h1 {
        font-size: 19px;
        margin-bottom: -7px;
    }
    .auc_ad_num span {
        font-size: 12px;
    }

    .datails-timer-auction h1 {
        color: var(--secondary-color);
        padding-top: 5px;
        font-weight: 600;
        font-size: 16px;
    }
    .colon-auction {
        font-size: 19px;
        margin-top: 45px !important;
        /* margin-left: -8.5px !important; */
        /* margin-right: -8.5px !important; */
        /* color: #00a685; */
        color: black;
        /* aspect-ratio: 1; */
    }
    .auc-details-timer > .part > .number {
        aspect-ratio: 1;
        min-width: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: grid;
        place-items: center; */
        border-radius: 50%;
        border: 1px solid hsl(0 0% 50% / 0.5);
        font-size: 22px;
        position: relative;
        color: #00a685;
        /* margin: 56px !important; */
        padding: 4px !important;
    }
    .auc-details-timer {
        display: flex;
        direction: ltr !important;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }
}

@media only screen and (max-width: 923px) {
    .menu a,
    .footer a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 900px) {
    .menu a,
    .footer a {
        font-size: 15px;
    }

    .imageCard h1 {
        font-size: 13px;
        margin-bottom: 13px;
    }
    .auc-details-timer > .part > .text {
        text-align: center;
        opacity: 0.75;
        font-weight: 600;
        font-size: 12px;
        /* color: #00a685; */
        color: black;
    }
    .auc-details-timer > .part > .number {
        aspect-ratio: 1;
        min-width: 35px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid hsl(0 0% 50% / 0.5);
        font-size: 14px;
        position: relative;
        color: #00a685;
        /* margin: 56px !important; */
        padding: 4px !important;
    }
    .auc-details-timer {
        display: flex;
        direction: ltr !important;
        align-items: center;
        justify-content: center;
        gap: 11px;
    }
    .colon-auction {
        font-size: 19px;
        margin-top: 37px !important;
        /* margin-left: -8.5px !important; */
        /* margin-right: -8.5px !important; */
        /* color: #00a685; */
        color: black;
        /* aspect-ratio: 1; */
    }
}
@media only screen and (max-width: 850px) {
    .grey-rectangle img {
        display: block;
    }
    .grey-rectangle {
        border-radius: 10px;
        width: 140px;
        height: 40px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .grey-rectangle h4 {
        font-size: 12px;
        display: contents;
        font-weight: bold;
        text-align: center;
    }
    .auction_name h1 {
        font-size: 17px;
        margin-bottom: -7px;
        font-weight: 600;
        /* right: 10px; */
        position: relative;
    }
    .auction_name h2 {
        margin-top: 2px;
        display: flex;
        font-size: 10px;
        /* right: 10px; */
        position: relative;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 11px;
        color: rgb(162 162 162);
    }
    .auc-details-timer > .part > .number::after {
        content: "";
        position: absolute;
        inset: calc(var(--border-size) * -0.5);
        border-radius: inherit;
        --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
        background-image: conic-gradient(
            #00a685 var(--degree),
            transparent calc(var(--degree) + 0.1deg)
        );
        --border-size: 1.5px;
        --mask-image: radial-gradient(
            100% 100%,
            transparent calc(50% - var(--border-size)),
            black calc(50% - var(--border-size) + 1px)
        );
        -webkit-mask-image: var(--mask-image);
        mask-image: var(--mask-image);
    }
    .colon-auction {
        font-size: 19px;
        margin-top: 29px !important;
        /* margin-left: -8.5px !important; */
        /* margin-right: -8.5px !important; */
        /* color: #00a685; */
        color: black;
        /* aspect-ratio: 1; */
    }
    .auc-details-timer > .part > .number {
        aspect-ratio: 1;
        min-width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: grid;
        place-items: center; */
        border-radius: 50%;
        border: 1px solid hsl(0 0% 50% / 0.5);
        font-size: 12px;
        position: relative;
        color: #00a685;
        /* margin: 56px !important; */
        padding: 4px !important;
    }
    .auc-details-timer {
        display: flex;
        direction: ltr !important;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }
}
@media only screen and (max-width: 750px) {
    .auc-details-timer {
        display: flex;
        direction: ltr !important;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .datails-timer-auction h1 {
        color: var(--secondary-color);
        padding-top: 5px;
        font-weight: 600;
        font-size: 12px;
    }
}
@media only screen and (max-width: 672px) {
    .btn-slide img {
        width: 20px;
        height: 20px;
        top: 20px;
    }
    .subs_div {
        font-size: 13px;
    }
    .auc_news {
        font-size: 14px;
    }
    .auctionPopup {
        min-width: 485px;
        background-color: var(--background-color);
        background-color: #fafafa;
        padding: 20px;
        border-radius: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .popdetail-item2 .mainPart,
    .popdetail-item2:first-child,
    .popdetail-item2:nth-child(2),
    .popdetail-item2:last-child,
    .popdetail-item2:nth-last-child(2) {
        border-radius: 2px;
    }
}

@media only screen and (max-width: 570px) {
    .auction_name {
        width: 100%;
        padding: 21px 11px 30px 10px;
        margin: 0px;
    }
    .lower_datailsnew {
        font-size: 11px;
    }

    .lower_datailsnew {
        flex-wrap: wrap;
    }
    .lower_datailsnew div {
        border: 1px solid var(--input-border);
        padding: 5px;
    }
    .lower_datailsnew div img {
        width: 25px;
    }

    .datails-timer-auction {
        width: 100%;
    }
    .auction_header {
        gap: 20px;
        display: flex;
        min-height: 105px;
        justify-content: space-between;
        flex-direction: column;
    }
    .datails-timer-auction {
        justify-content: space-around;
    }

    .colon-auction {
        font-size: 17px;
        margin-top: 31px !important;

        color: black;
    }

    .datails-timer-auction h1 {
        color: var(--secondary-color);
        padding-top: 5px;
        font-weight: 600;
        font-size: 12px;
    }

    .auction_name h2 {
        margin-top: 2px;
        display: flex;
        font-size: 14px;
        /* right: 10px; */
        position: relative;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 8px;
        color: rgb(162 162 162);
    }
    .auction_name h1 {
        font-size: 19px;
        padding: 10px;
        margin-bottom: -7px;
        font-weight: 600;
        /* right: 10px; */
        position: relative;
    }
    .auction_name::after {
        content: attr(data-status);
        /* content: 'جاري'; */
        position: absolute;
        left: 17px;
        top: 0px;
        padding: 2px 14px 4px;
        border-radius: 0 0 6px 6px;
        color: white;
        font-size: 10px;
        font-weight: 600;
        /* border-radius: 20px; */
    }

    .auction_name::before {
        content: attr(auc-status);
        position: absolute;
        right: 17px;
        top: 0px;
        padding: 2px 14px 4px;
        border-radius: 0 0 6px 6px;
        background-color: #26595d;
        color: white;
        font-size: 10px;
        font-weight: 600;
        /* border-radius: 20px; */
    }

    .asset-details-timer > .part > .text {
        text-align: center;
        opacity: 0.75;
        font-size: 9px;
        color: #00a685;
    }
    /* .asset-details-timer > .part > .number {
        aspect-ratio: 1;
        min-width: 23px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid hsl(0 0% 50% / 0.5);
        font-size: 9px;
        position: relative;
        color: #00a685;
        padding: 4px !important;
    } */

    .bidding_panel_button {
        cursor: pointer;
        display: flex;
        justify-content: center;
        width: 30%;
        font-size: 14px;
        height: fit-content;
        font-weight: 400;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 2px 3px 1px rgba(171, 171, 173, 0.4588235294117647);
        background: var(--secondary-color);
        color: white;
    }
    .green-circle {
        width: 25px;
        height: 25px;
    }
    .asset-card2::after {
        padding: 1px 14px 2px;
        border-radius: 0 0 6px 6px;
        /* transform: translate(-213px, -19px); */
        color: white;
        font-size: 10px;
        font-weight: 600;
        /* border-radius: 20px; */
    }
    .circleBtn {
        border: none;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: transparent;
    }
    .asset-card2 {
        font-size: 14px;
        box-shadow: 0 1px 5px 1px #e4e4e4;
        background: #fff;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 40px auto 40px;
        /* justify-content: space-evenly; */
        justify-content: unset;
        align-items: center;
        height: auto;
        position: relative;
        min-width: 325px;
        padding: 7px;
        border-radius: 10px;
        /* background-color: var(--accent-color); */
        flex: 1;
        /* border: 1px solid var(--accent-color); */
        border: 1px solid #c2c3c380;
    }
}
@media only screen and (max-width: 550px) {
    .myracket {
        font-size: 13px;
    }
    .racketSpan {
        font-size: 12px;
        width: 32px;
        height: 23px;
        top: -3px;
    }
    #biddingHistoryTBody tr td {
        font-size: 12px;
    }
    .auctionPopup td,
    .auctionPopup th {
        padding: 4px;
    }
    .dialogHistoryHeader h4 {
        font-size: 13px;
    }
    .dialogHistoryHeader {
        margin-top: 9px;
        margin-bottom: -17px;
    }
    #auction_panel_title {
        font-size: 16px;
    }
    .bidding-asset-details-timer > .part > .text {
        font-size: 10px;
    }
    .auctionPopup h2 {
        font-size: 17px;
    }
    .DialogBtns button {
        height: 30px;
    }
    .popupTabs,
    .popupTab,
    .glider {
        height: 30px;
    }
    .centerBtn {
        font-size: 11px;
    }
    .totalWrapper {
        padding: 3px 9px 5px;
        font-size: 10px;
    }
    .bid-controls::after {
        padding: 1px 9px 0px;
        font-size: 10px;
    }
    .icon-wrapper {
        font-size: 11px;
        padding: 4px;
    }
    .icon-wrapper {
        font-size: 19px;
        padding: 6px;
    }
    .mini_opening {
        font-size: 10px;
    }
    .bid-controls {
        padding: 6px;
        margin: 39px auto;
        font-size: 16px;
    }
    .popdetail-item span {
        font-size: 13px;
    }
    .popdetail-item span.currency {
        font-size: 12px;
    }
    #totalAmount {
        font-size: 17px;
    }
    #highestBid {
        font-size: 17px;
    }
    .popdetail-item b {
        font-size: 11px;
    }
    .showflexRow {
        flex-direction: column;
    }

    .auctionPopup {
        min-width: 430px;
        background-color: var(--background-color);
        background-color: #fafafa;
        padding: 20px;
        border-radius: 20px;
    }
    .lower-datails-wrapper-auction img {
        /* display: none; */
        width: 25px;
        height: 25px;
    }
}
@media only screen and (max-width: 500px) {
    .auc_news {
        padding: 4px 9px 4px;
    }
    .datails-timer-auction h1 {
        color: var(--secondary-color);
        padding-top: 5px;
        font-weight: 600;
        font-size: 12px;
    }
}
@media only screen and (max-width: 485px) {
    .subs_div {
        display: none;
    }
    .subs_div2 {
        display: block;
    }

    .grey-circle-2 {
        width: 25px;
        height: 25px;
    }
    .bidding_area {
        margin-bottom: 7px;
    }
    .bottom-timer-bid {
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    #asset .countdown {
        width: 100%;
        gap: 1.5rem;
    }
    .asset-details-timer > .part > .number {
        min-width: 30px;
        font-size: 12px;
        padding: 4px !important;
    }
    .auctionPopup {
        min-width: 365px;
        background-color: var(--background-color);
        background-color: #fafafa;
        padding: 20px;
        border-radius: 20px;
    }
    .imageCard h1 {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .grey-rectangle {
        border-radius: 10px;
        width: 120px;
        height: 30px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .grey-rectangle h4 {
        font-size: 9px;
        display: contents;
        font-weight: bold;
        text-align: center;
    }
    .asset-card2 {
        font-size: 14px;
        box-shadow: 0 1px 5px 1px #e4e4e4;
        background: #fff;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 25px auto 25px;
        /* justify-content: space-evenly; */
        justify-content: unset;
        align-items: center;
        height: auto;
        position: relative;
        min-width: 284px;
        padding: 7px;
        border-radius: 10px;
        /* background-color: var(--accent-color); */
        flex: 1;
        /* border: 1px solid var(--accent-color); */
        border: 1px solid #c2c3c380;
    }
    .asset_id {
        width: 10px;
        height: 25px;
        font-size: 11px;
    }
    .bottom-timer-bid .countdown {
        display: flex;
        direction: ltr !important;
        justify-content: center;
        gap: 16.5px;
    }
    .countdown > .part > .number {
        aspect-ratio: 1;
        min-width: 23px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: grid;
        place-items: center; */
        border-radius: 50%;
        border: 1px solid hsl(0 0% 50% / 0.5);
        font-size: 10px;
        position: relative;
        color: #00a685;
        /* margin: 56px !important; */
        padding: 4px !important;
    }
    .asset-details-timer > .part > .text {
        text-align: center;
        opacity: 0.75;
        font-size: 7px;
        color: #00a685;
    }
    .asset-card2 span.price_span {
        position: absolute;
        right: 21px;
        bottom: -23px;
        padding: 1px 21px 3px;
        gap: 7%;
        display: flex;
        z-index: 99;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        font-size: 11px;
        font-weight: 600;
    }

    .asset-card2 span.area_span {
        position: absolute;
        left: 21px;
        bottom: -23px;
        padding: 1px 21px 3px;
        gap: 7%;
        display: flex;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        z-index: 99;

        font-size: 11px;
        font-weight: 600;
    }

    .bidding_panel_button {
        cursor: pointer;
        display: flex;
        justify-content: center;
        width: 36%;
        font-size: 14px;
        height: fit-content;
        font-weight: 400;
        align-items: center;
        border-radius: 10px;
        box-shadow: 0 2px 3px 1px rgba(171, 171, 173, 0.4588235294117647);
        background: var(--secondary-color);
        color: white;
    }
    .green-circle {
        width: 25px;
        height: 25px;
    }
    .asset-card2::after {
        padding: 1px 14px 2px;
        font-size: 10px;
        font-weight: 600;
    }
    .circleBtn {
        border: none;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: transparent;
    }
}

@media only screen and (max-width: 465px) {
    .input-grid-200 {
        grid-template-columns: auto auto !important;
    }

    .btn-slide img {
        width: 18px;
        height: 18px;
        top: 20px;
    }

    .asset-card2 span.price_span {
        position: absolute;
        right: 21px;
        bottom: -22px;
        padding: 1px 16px 3px;
        gap: 7%;
        display: flex;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        z-index: 99;
        font-size: 9px;
        font-weight: 600;
    }
    .asset-card2 span.area_span {
        position: absolute;
        left: 21px;
        bottom: -22px;
        padding: 1px 16px 3px;
        gap: 7%;
        display: flex;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        z-index: 99;
        font-size: 9px;
        font-weight: 600;
    }
    .bidding_panel_button {
        width: fit-content;
        height: fit-content;
    }
    .dire_text {
        font-size: 11px;
    }
    .combined_dire_title {
        background-color: #00a685;
        color: white;
        font-size: 11px;
        text-align: center;
        /* width: fit-content; */
        font-weight: 400;
        display: flex;
        min-height: 31px;
        justify-content: center;
        padding: 14px;
        align-items: center;
        margin: 6px;
        border-radius: 10px;
    }

    .collaboratorsCard img {
        width: 90px;
    }

    .docs-brochure {
        flex-direction: column;
    }
    .brochureCard,
    .contactCard {
        width: 100%;
    }
    .flex-details-auction {
        font-size: 22px;
    }
    .date-font-auction {
        font-size: 11px !important;
    }
    .date-font {
        font-size: 9px !important;
    }
    .lower-datails-wrapper-auction img {
        display: none;
    }
    .lower-datails-wrapper-auction > div:nth-of-type(1) {
        flex: none;
    }
    .lower-datails-wrapper-auction > div {
        border-radius: 10px;
        flex: none;
    }
    .datails-date-auction {
        width: 47%;
    }
    .datails-assets-auction {
        width: 47%;
    }
    .datails-auction-days-auction {
        width: 47%;
    }
    .lower-datails-wrapper-auction {
        display: flex;
        justify-content: space-evenly;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        /* margin-right: 5px; */
        height: 116px;
        gap: 5px;
        font-size: 12px;
        border-radius: 10px;
    }

    .flex-details-auction {
        font-size: 19px;
    }
    .asset_title {
        font-size: 12px;
        font-weight: 600;
    }
    .details_sliders span {
        color: black;
        font-size: 13px;
        font-weight: 500;
    }
    .details_sliders span {
        color: black;
        font-size: 10px;
        font-weight: 500;
    }
    .multispans {
        white-space: nowrap;
        font-size: 10px;
        font-weight: 500;
    }
    .details_sliders b {
        color: #26595d;
        font-weight: 500;
        font-size: 13px;
    }
    .graa svg {
        width: 15px;
        height: 15px;
    }

    .flex-details-auction {
        font-size: 27px;
    }
    .date-font {
        font-size: 10px !important;
    }
    .date-font-auction {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 442px) {
    .btn-slide img {
        width: 13px;
        height: 13px;
        top: 20px;
    }
    /* .asset_card_title h4 {
        width: 130px;
        margin-left: 50px;
    } */
}
@media only screen and (max-width: 433px) {
    .auction_details_label {
        font-size: 11px;
        padding: 12px 20px;
    }
}
@media only screen and (max-width: 385px) {
    .asset_card_title a {
        font-size: 13px;
    }
    .auctionPopup {
        min-width: 350px;
    }
    .racketSpan {
        font-size: 12px;
        width: 32px;
        height: 23px;
        top: -3px;
    }
    #biddingHistoryTBody tr td {
        font-size: 12px;
    }
    .auctionPopup td,
    .auctionPopup th {
        padding: 4px;
    }
    .dialogHistoryHeader h4 {
        font-size: 13px;
    }
    .dialogHistoryHeader {
        margin-top: 9px;
        margin-bottom: -17px;
    }
    #auction_panel_title {
        font-size: 16px;
    }
    .bidding-asset-details-timer > .part > .text {
        font-size: 10px;
    }
    .auctionPopup h2 {
        font-size: 17px;
    }
    .DialogBtns button {
        height: 30px;
    }
    .centerBtn {
        font-size: 11px;
    }
    .totalWrapper {
        padding: 3px 9px 5px;
        font-size: 10px;
    }
    .bid-controls::after {
        padding: 1px 9px 0px;
        font-size: 10px;
    }
    .icon-wrapper {
        font-size: 11px;
        padding: 4px;
    }
    .icon-wrapper {
        font-size: 19px;
        padding: 6px;
    }
    .mini_opening {
        font-size: 9px;
    }
    .bid-controls {
        padding: 6px;
        margin: 39px auto;
        font-size: 16px;
    }
    .popdetail-item span {
        font-size: 13px;
    }
    .popdetail-item span.currency {
        font-size: 12px;
    }
    #totalAmount {
        font-size: 17px;
    }
    #highestBid {
        font-size: 17px;
    }

    .popdetail-item b {
        font-size: 9px;
    }
    .showflexRow {
        flex-direction: column;
    }
}
@media only screen and (max-width: 370px) {
    /* .auc_related {
        display: flex;
        width: 100%;
        position: relative;
        flex-direction: column;
        min-height: 235px;
        max-height: 400px;
    } */
}
@media only screen and (max-width: 360px) {
    .btn-slide img {
        width: 10px;
        height: 10px;
        top: 20px;
    }
    .asset_card_title a {
        font-size: 11px;
    }
    .auc_news {
        padding: 2px 7px 3px;
        font-size: 12px;
    }

    .auction_details_label {
        font-size: 10px;
        padding: 11px 14px;
    }
    .collaboratorsCard,
    .coll-auction-detail {
        padding: 15px;
    }

    /* @media only screen and (max-width: 320px) { */
    .auc_related {
        min-height: 171px;
        max-height: 400px;
    }
    .green-circle {
        display: none;
    }
    .small-colon-2 {
        margin-top: 1px !important;
    }
    .racketSpan {
        font-size: 12px;
        width: 32px;
        height: 23px;
        top: -3px;
    }
    #biddingHistoryTBody tr td {
        font-size: 12px;
    }
    .auctionPopup td,
    .auctionPopup th {
        padding: 4px;
    }
    .dialogHistoryHeader h4 {
        font-size: 13px;
    }
    .dialogHistoryHeader {
        margin-top: 9px;
        margin-bottom: -17px;
    }
    #auction_panel_title {
        font-size: 16px;
    }
    .bidding-asset-details-timer > .part > .text {
        font-size: 10px;
    }
    .auctionPopup h2 {
        font-size: 17px;
    }
    .DialogBtns button {
        height: 30px;
    }
    .centerBtn {
        font-size: 11px;
    }
    .totalWrapper {
        padding: 3px 9px 5px;
        font-size: 10px;
    }
    .bid-controls::after {
        padding: 1px 9px 0px;
        font-size: 10px;
    }
    .icon-wrapper {
        font-size: 14px;
        padding: 6px;
    }
    .mini_opening {
        font-size: 7px;
    }
    .bid-controls {
        padding: 6px;
        margin: 39px auto;
        font-size: 16px;
    }
    .popdetail-item span {
        font-size: 14px;
    }
    .popdetail-item span.currency {
        font-size: 12px;
    }
    #totalAmount {
        font-size: 13px;
    }
    #highestBid {
        font-size: 13px;
    }
    .popdetail-item b {
        font-size: 8px;
    }
    .showflexRow {
        flex-direction: column;
    }
    .auctionPopup {
        min-width: 296px;
    }

    .auction_name h1 {
        /* font-size: 16px; */
    }
    /* .auc_ad_num span {
        font-size: 11px;
    } */

    .image_button span,
    .image_button_unactive span {
        font-size: 10px;
        margin-left: 3px;
        margin-right: 3px;
        font-weight: 500;
    }
    .auction_name h1 {
        margin-bottom: 0px;
    }

    .datails-timer-auction {
        width: 100%;
    }
    .auction_header {
        gap: 20px;
        display: flex;
        min-height: 105px;
        justify-content: space-between;
        flex-direction: column;
    }
    .asset-card2 h4 {
        font-size: 10px;
        color: #5f5d5d;
        font-weight: 600;
    }
    .asset_card_title a {
        font-size: 12px;
    }
    .grey-circle-2 {
        width: 25px;
        height: 25px;
    }
    .bidding_area {
        margin-bottom: 7px;
    }
    .bottom-timer-bid {
        flex-direction: column;
    }
    .grey-rectangle {
    }
    .asset-card2 span .span_value {
        color: var(--secondary-color);
        font-size: 11px;
    }

    .asset-card2 span.price_span {
        position: absolute;
        right: 21px;
        bottom: -22px;
        padding: 1px 16px 3px;
        gap: 7%;
        display: flex;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        z-index: 99;
        font-size: 9px;
        font-weight: 600;
    }
    .asset-card2 span.area_span {
        position: absolute;
        left: 21px;
        bottom: -22px;
        padding: 1px 16px 3px;
        gap: 7%;
        display: flex;
        border-radius: 0 0 6px 6px;
        background-color: #d2e7e4;
        color: black;
        z-index: 99;
        font-size: 9px;
        font-weight: 600;
    }
    .bidding_panel_button {
        width: fit-content;
        height: fit-content;
    }
    .dire_text {
        font-size: 8px;
    }
    .combined_dire_title {
        background-color: #00a685;
        color: white;
        font-size: 7px;
        text-align: center;
        /* width: fit-content; */
        font-weight: 400;
        display: flex;
        min-height: 31px;
        justify-content: center;
        padding: 14px;
        align-items: center;
        margin: 6px;
        border-radius: 10px;
    }

    .flex-details-auction {
        font-size: 22px;
    }
    .date-font-auction {
        font-size: 11px !important;
    }
    .date-font {
        font-size: 9px !important;
    }
    .lower-datails-wrapper-auction img {
        display: none;
    }
    .lower-datails-wrapper-auction > div:nth-of-type(1) {
        flex: none;
    }
    .lower-datails-wrapper-auction > div {
        border-radius: 10px;
        flex: none;
    }
    .datails-date-auction {
        width: 47%;
    }
    .datails-assets-auction {
        width: 47%;
    }
    .datails-auction-days-auction {
        width: 47%;
    }
    .lower-datails-wrapper-auction {
        display: flex;
        justify-content: space-evenly;
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        /* margin-right: 5px; */
        height: 116px;
        gap: 5px;
        font-size: 12px;
        border-radius: 10px;
    }

    .flex-details-auction {
        font-size: 19px;
    }
    .asset_title {
        font-size: 10px;
        font-weight: 600;
    }
    .details_sliders span {
        color: black;
        font-size: 10px;
        font-weight: 500;
    }
    .details_sliders span {
        color: black;
        font-size: 10px;
        font-weight: 500;
    }
    .multispans {
        white-space: nowrap;
        font-size: 7.5px;
        font-weight: 500;
    }
    .details_sliders b {
        color: #26595d;
        font-weight: 500;
        font-size: 10px;
    }
    .graa svg {
        width: 15px;
        height: 15px;
    }
    /* .asset-card2 {
        width: 280px;
    } */
    .flex-details-auction {
        font-size: 27px;
    }
    .date-font {
        font-size: 10px !important;
    }
    .date-font-auction {
        font-size: 13px !important;
    }
    .collaboratorsCard img {
        width: 90px;
    }

    .docs-brochure {
        flex-direction: column;
    }
    .brochureCard,
    .contactCard {
        width: 100%;
    }
}

@media (max-height: 700px) {
    .auctionPopupWrapper.shown {
        display: block;
    }
}
/* @media (max-height: 480px) {
    .auctionPopupWrapper.shown {
        display: block;
    }
} */

.auction_name-5::after {
    background-color: var(--third-color);
}
.auction_name-7::after,
.auction_name-8::after {
    background-color: var(--error-color);
}
.auc-details-timer-5 > .part > .number {
    color: var(--third-color);
}
.auc-details-timer-5 > .part > .number::after {
    background-image: conic-gradient(
        var(--third-color) var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
}

.auc-details-timer-8 > .part > .number {
    color: var(--error-color);
}
.auc-details-timer-8 > .part > .number::after {
    background-image: conic-gradient(
        var(--error-color) var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
}

.asset-card2-1::after {
    --hoverContorno: var(--third-color);
    border: 2px solid var(--third-color);
}
.asset-card2-1:hover::after,
.asset-card2-1:focus::after {
    color: var(--third-color);
    border: 1.5px solid var(--third-color);
}
.asset-card2-3::after {
    --hoverContorno: var(--error-color);
    border: 2px solid var(--error-color);
}
.asset-card2-3:hover::after,
.asset-card2-3:focus::after {
    color: var(--error-color);
    border: 1.5px solid var(--error-color);
}

.slider {
    position: relative;

    margin: 0 auto;
    overflow: hidden;
}
.slide-number {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 3%;
    width: 100%;
    margin: 7px -5%;
}
.shape {
    width: 20px;
    height: 20px;
    background-color: gray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.shape.active {
    /* background-color: #ff6600; */
    background-color: var(--secondary-color);
    transform: scale(1.3);
    border-radius: 3px;
}

.slide {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}
.slide > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
button {
    background: none;
    border: none;
}
button .fas {
    color: rgb(255 255 255 / 89%);
}
.btn-slide {
    position: absolute;
    top: 50%;
    z-index: 10;

    height: 5rem;
    width: 5rem;
    cursor: pointer;
}

.fa-3x {
    font-size: 1.8em;
}
.prev {
    left: 1.7rem;
    transform: translate(-50%, -50%);
}
.next {
    right: 1.7rem;
    transform: translate(50%, -50%);
}
.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.dot {
    width: 25px;
    height: 5px;
    margin: 15px 5px;
    border-radius: 0.5rem;
    background: rgba(39, 39, 39, 0.5);
    cursor: pointer;
}
.dot.active {
    background: #272727;
}

.auctionSlide {
    position: absolute;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}
.auctionSlide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auction-prev {
    left: 1.7rem;
    transform: translate(-50%, -50%);
}
.auction-next {
    right: 1.7rem;
    transform: translate(50%, -50%);
}
