/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;300;500&family=Poppins:wght@100;200;400;500;600&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("moha.css");
/* @import url('moha2.css');
@import url('auction-details.css'); */

:root {
    --main-color: #14292b;
    --background-color: #eaecef;
    /* --secondary-color:#26595d; my colour */
    --secondary-color: #00a685;
    --tertiary-color: #d2e7e4;
    --third-color: #ffa40b;

    /* creamy hex #FFFDD0 */
    /* golden hex #FFD700 */
    --golden-color: #cea200;
    /* --secondary-color:#FFD700; */

    --error-color: #3c3635;
    /* --accent-color: #eff3f6; */
    --accent-color: #26595d12;
    --html-color: #aaa;
    --text-color: #000;
    --popup-overlay-color: rgba(59, 59, 59, 0.411);
    --input-background: #f3f2ee;
    --input-border: #c2c3c380;

    --secondaryText_color: #7a7a7a;
    --white_color: white;
    /* --secondary-color: #30ae60; */
    --clock-color: #00a685;
    --error-red-color: rgb(190, 35, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: ltr;
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", tahoma;
    background-color: #eaecef;
    background-color: white;
    /* background-color: #f3f4f9; */
    /* background-color: #f3f9f3; */
    color: var(--text-color);
    counter-reset: myCounter;
}
.showBody {
    background-color: #eaecef;
}
/* .bodyLayout{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../assets/aldal_log.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .03;
    pointer-events: none;
} */

.bodyLayout {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../assets/pattern.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
    z-index: -1;
}
/* main section:nth-child(1){
    background-image: url(../assets/arrow-darker.svg);

} */
.bid-red-arrow img {
    width: 100%;
}
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
::-webkit-scrollbar-track {
    width: 7px;
    height: 5px;
    background-color: var(--accent-color);
}
::-webkit-scrollbar-thumb {
    width: 7px;
    height: 5px;
    background-color: var(--secondary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}
.menu {
    /* border-bottom: 1px solid #c2c3c380; */
    background: linear-gradient(
        -45deg,
        var(--main-color),
        var(--secondary-color)
    );
    /* background: linear-gradient(-45deg, var(--secondary-color), var(--main-color)); */
    /* background: linear-gradient(-45deg, var(--secondary-color) 70%, var(--main-color)); */

    position: sticky;
    top: 0px;
    z-index: 200;
    padding: 0 40px;
    border-radius: 0 0 10px 10px;
}
.menu {
    /* border-bottom: 1px solid #c2c3c380; */

    /* background: linear-gradient(-45deg, #14292b , #26595d 80%); */
    background: linear-gradient(-45deg, #14292b 80%, #26595d);

    position: sticky;
    top: 0px;
    z-index: 200;
    padding: 0 40px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1607843137254902);

    /*
    overflow: hidden;
    width: 900px;
    max-width: 900px; */
}

.menu {
    padding: 11px 0px;
    background-color: white;
    /* height: auto; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #aeaeaeb5;
}
.mmenu.show {
    padding: 26px;
    background: linear-gradient(-45deg, #14292b 80%, #26595d);
    border: none;
    position: sticky;
    top: 0px;
    z-index: 200;
    padding: 10px 0px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1607843137254902);
}
.mmenu {
    padding: 11px 0px;
    background-color: white;
    /* height: auto; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #aeaeaeb5;
}

.menu .mlogo img {
    max-height: 45px;
}
.mmenu .mlogo img {
    max-height: 45px;
}
.mmenu.show > div.mmenuItems a {
    color: white;
    font-weight: 400;
}
.mmenuItems a {
    /* color: var(--secondaryText_color); */
    font-weight: bold;
}

.mmenuItems .btn {
    color: #fff;
}

.mmenuItems ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 23px;
    white-space: none;
    width: 100%;
    font-size: 15px;
    align-items: center;
}

/* .mbanner {
    height: 200px;
} */
/*
.mbanner img {
    object-fit: contain;
    width: 100%;
    height: 150px;
} */

.mloginbutton a {
    color: white;
    background-color: var(--secondary-color);
    padding: 5px 13px;
    border-radius: 5px;
}
.mcontainer {
    overflow: hidden;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 20px;
}

.mintro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop_your_auction {
}
.aldalParagraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 400px;
    text-align: right;
}

.aldalParagraph .title {
    color: var(--secondary-color);
    font-size: 25px;
    font-size: 36px;
    line-height: 78px;
    font-weight: bold;
    text-align: Right;
}

.aldalParagraph .paragraph {
    width: 85%;
    color: var(--secondaryText_color);
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* font-size: 24px; */
    font-weight: 400;
    line-height: 24px;
    text-align: right;
}
.intro_buttons {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
}

.standard_secondary_button {
    border-radius: 5px;
    background-color: white;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 5px 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.phoneDesign {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    align-items: center;
    position: relative;
    width: 40%;
    height: 400px;
}
.phoneDesign img {
    position: absolute;
    width: 400px;
}
.phoneDesign .steps {
    top: 0x;
    width: 130px;
    top: 15px;
}
.phoneDesign .arrows {
    width: 325px;
    z-index: -1;
    left: 30px;
}
.phoneDesign .arrows_2 {
    width: 325px;
    left: -134px;
    z-index: -1;
    position: absolute !important;
}
.standard_main_button {
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.runningAuction .standard_main_button {
    width: 25%;
    margin: auto;
}
.runningAuction {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 180px;
    width: 360px;
    border: 1px solid #00000021;
    padding: 30px 15px;
    background: white;
    border-radius: 8px;
}

/* Example positioning for .arrows and .arrows_2 */
.arrows,
.arrows_2 {
    transform: translateX(-100%); /* Start off-screen to the left */
}

/* Additional styling for .main_phone, .steps, and .aldalParagraph */
.main_phone,
.steps,
.aldalParagraph,
.arrows,
.arrows_2 {
    opacity: 0; /* Ensure these start invisible */
}

.auc_status {
    content: attr(data-status);
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 99;
    padding: 3px 10px 5px;
    border-radius: 0 0 6px 6px;
    background-color: var(--secondary-color);
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}
.auc_type {
    content: attr(auc-status);
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 99;
    padding: 3px 10px 5px;
    border-radius: 0 0 6px 6px;
    background-color: #26595d;
    color: white;
    font-size: 12px;
    font-weight: 600;
    /* border-radius: 20px; */
}

.runningAuctionContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 3px;
}
.runningAuctionContainer img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}
.running_auc_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 4px;
}
.running_auc_info span {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}

.auc_info_item p {
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
}
.auc_info_item span {
    color: var(--secondaryText_color);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
}
.auc_info_item {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.menuArrow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
}
.menuDash {
    border-bottom: 1px solid var(--input-border);
    padding: 0 40px;
}
.wrapper {
    max-width: 1200px;
    margin: auto;
}
.menu > div,
.menuDash > div {
    height: 55px;
    height: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul,
.menuDash ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.menu li,
.menuDash li {
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.menu .logo ion-icon {
    font-size: 70px;
    font-size: 90px;
}
.bars {
    font-size: 35px;
    color: var(--background-color);
    border-radius: 500px;
    aspect-ratio: 1;
    padding: 2px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.bars:hover {
    background-color: #37696c;
}
.bars::after {
    content: attr(data-caption);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    background-color: var(--main-color);
    color: var(--background-color);
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    transition: 0;
    opacity: 0;
    pointer-events: none;
}
.bars:hover::after {
    transition-delay: 0.5s;
    opacity: 0.5;
}
a {
    text-decoration: none;
    color: var(--main-color);
}
/* .menu a,
.footer a{
    color: #d2dcdd;
} */
.social_media {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 3%;
}
.social_media a i {
    font-size: 30px;
}
.menu a,
.footer a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.menu a:hover,
.footer a:hover {
    color: var(--secondary-color);
    font-weight: 400;
}
/* #00ffc4f0 */
.menuItems ul li.active-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 3px;
    background-color: var(--secondary-color);

    /* #35e8c6 */
    border-radius: 10px;
}

#menu > div > div.menuItems > ul > li.active-title > a {
    color: #00a685;
    color: white;
}

/*
  .menuItems ul li.active-title::after {
    content: url(../assets/right-arrow-small.png);
    display: inline-block;
    margin-left: 5px;
} */
.menu a:hover ~ .menuItems ul li.active-title::after,
.footer a:hover ~ .menuItems ul li.active-title::after {
    background-color: #00ffc4f0;
}

.btn-row {
    display: flex;
    gap: 10px;
}
.logoutWrapper {
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 20px;
    position: relative;
    color: var(--secondaryText_color);
    border: 1px solid;
}
.userPopup {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background-color: var(--background-color);
    padding: 20px;
    box-shadow: 0 0 5px rgba(170, 170, 170, 0.573);
    white-space: nowrap;
}
.userPopup a:nth-of-type(1) {
    color: var(--main-color);
}
.circleBtn {
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}
.circleBtn svg {
    stroke: #d2dcdd;
}
.logoutWrapper:hover .userPopup {
    display: flex;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.btn,
.outlineBtn,
.menu a.btn {
    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;
}
.otpContainer {
    display: flex;
    gap: 33px;
    direction: ltr;
}
.outlineBtn {
    /* background-color: transparent; */
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 14px;
}
.outlineBtn.active {
    background-color: var(--secondary-color);
    color: white;
}

.background-all {
    background-color: var(--secondary-color);
}

.background-running {
    background-color: white;
}

.background-coming {
    background-color: yellow;
}

.background-expired {
    background-color: red;
}

.title-background {
    width: fit-content;
    padding-left: 11px;
    padding-right: 25px;
    height: 40px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 100%, 0 100%);
    background-color: #afd4cd;
}

.lang {
    background-color: var(--input-border);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-radius: 3px;
    width: 25px;
    font-weight: bold;
}
/* .langAnchor{
    position: fixed;
    top: 0%;
    right: 0px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--secondary-color);
    color: #fff !important;
    border-radius: 0 0 5px 5px;
    padding: 1px 4px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg) translate(-100px, -23px);
} */
.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 100px 20px;
}
.HOR-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 100px 20px;
}
.container.smallPaddingContainer {
    padding: 40px 20px;
}
.tabsRow {
    margin: auto;
    width: fit-content;
    display: grid;
    grid-template-columns: min-content min-content min-content min-content;
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    padding: 0 20px 30px;
    overflow-x: auto;
}
.tabsRow::-webkit-scrollbar-track {
    background-color: transparent;
}
.tabsRow::-webkit-scrollbar-thumb {
    background-color: var(--accent-color);
}
/* :horizontal cards  */
.HOR-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(600px, 1fr));
    grid-gap: 30px;
}
.HOR-card {
    display: flex;
    position: relative;
    border: 1px solid #c2c3c380;
    border-radius: 10px;
    /* background-color: #26595d12; */
    background-color: #ffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 25px 0 rgb(0 0 0/17%);
    /* background-color: #00a3822e; */
}
.HOR-cardImageHolder {
    height: 262px;
    width: 285px;
    background-color: var(--accent-color);
    border-radius: 10px 10px 0 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.HOR-article-class {
    width: 275px;
    gap: 5px;
}

.card {
    /* min-width: 400px; */
    position: relative;
    border: 1px solid #c2c3c380;
    border-radius: 10px;
    /* background-color: #26595d12; */
    background-color: #ffff;
    box-shadow: 0 6px 25px 0 rgb(0 0 0/17%);
    /* 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); */
    /* background-color: #00a3822e; */
}

.card,
.cardImageHolder {
    transition:
        border-radius cubic-bezier(0.075, 0.82, 0.165, 1) 2s,
        transform cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

.card:hover {
    border-bottom-right-radius: 28px;
    border-top-left-radius: 28px;
    transform: scale(1.02);
}
.card:hover > .cardImageHolder {
    border-top-left-radius: 25px;
    transform: scale(1);
}

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

.card::after {
    content: attr(data-status);
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 99;
    padding: 3px 10px 5px;
    border-radius: 0 0 6px 6px;
    background-color: var(--secondary-color);
    color: white;
    font-size: 12px;
    font-weight: 600;

    /* border-radius: 20px; */
}

.card:hover::after {
    border: 2px solid rgb(200, 200, 200);
    transition: all 0.5s;
    /* border-radius: 20px; */
}

.card::after {
    --hoverContorno: #00a685;
    border: 1x solid #00a685;
}

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

.card-5:hover::after {
    --hoverContorno: var(--third-color);
    border: 1x solid var(--third-color);
}
.card-5:hover::after {
    color: var(--third-color);
    border: 1.5px solid var(--third-color);
}
.card-8:hover::after {
    --hoverContorno: var(--error-color);
    border: 1x solid var(--error-color);
}
.card-8:hover::after {
    color: var(--error-color);
    border: 1.5px solid var(--error-color);
}

@-webkit-keyframes cardAnimacion {
    0% {
        box-shadow: 0 0 0 0 var(--hoverContorno);
    }
}

@keyframes cardAnimacion {
    0% {
        box-shadow: 0 0 0 0 var(--hoverContorno);
    }
}

.card:hover > .card::after {
    background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
    border-radius: 20px;
    transition: all 0.3s;
}

.card-5::after {
    background-color: var(--third-color);
}
.card-7::after,
.card-8::after {
    background-color: var(--error-color);
}
.cardImageHolder {
    height: 200px;
    background-color: var(--accent-color);
    border-radius: 10px 10px 0 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.cardImageHolder img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
    z-index: -2;
}
.cardImageHolder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(17, 24, 39, 0.1), rgba(17, 24, 39, 0.8));
    z-index: -1;
}
.cardImageHolder article {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: var(--background-color);
}
.card .cardImageHolder article p {
    /* font-size: 13px; */
    font-size: 11px;
    font-weight: bold;
    color: var(--html-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .cardImageHolder article h3 {
    /* font-size: 13px; */
    font-size: 21px;
    color: var(--background-color);
}
.card article {
    padding: 10px 15px;
}
.card article p {
    font-size: 15px;
    color: var(--main-color);
}
span.twinkle {
    height: 8px;
    width: 8px;
    border-radius: 5px;
    animation: twinkling 2s ease infinite;
}
@keyframes twinkling {
    0% {
        background-color: var(--accent-color);
    }
    25% {
        background-color: var(--secondary-color);
    }
    50% {
        background-color: var(--accent-color);
    }
    75% {
        background-color: var(--secondary-color);
    }
}
@keyframes twinklingColor {
    0% {
        color: var(--accent-color);
    }
    25% {
        color: var(--secondary-color);
    }
    50% {
        color: var(--accent-color);
    }
    75% {
        color: var(--secondary-color);
    }
    100% {
        color: var(--accent-color);
    }
}
.card .btn {
    margin-top: 10px;
    font-size: 13px;
}
.btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.backLink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    padding: 4px;
    border-radius: 3px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.backLink:hover {
    background-color: var(--accent-color);
}
.detail-item,
.bold-detail-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.auction-assets,
.auctionRackets,
.auctionRegistrars,
.auctionChecks {
    margin-top: 30px;
}
.asset-cards-wrapper {
    display: flex;
    /* justify-content: center; */
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.asset-lists-wrapper {
    padding: 10px 0;
}
.asset-card {
    min-width: 375px;
    max-width: calc(50% - 15px);
    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;
}
.mb-10 {
    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;
    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;
    border-bottom: 1px solid var(--accent-color);
}
.auctionPopupWrapper,
.confirmBidPopupWrapper,
.conditionAgreePopupWrapper,
.endBiddingPopupWrapper,
.agentRegistrationWarningPopupWrapper,
.agentRegistrationNotificationPopupWrapper {
    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;
}
.popupFooter button {
    border: 1px solid var(--input-border);
}
.auctionPopup {
    min-width: 400px;
    background-color: var(--background-color);
    padding: 20px;
    border-radius: 20px;
}
.auctionPopup h2 {
    font-size: 30px;
}
.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 var(--html-color);
    border-radius: 30px;
    margin: 40px auto;
    background-color: var(--accent-color);
    font-size: 20px;
    position: relative;
}
.bid-controls::after {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px 0px;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--background-color);
    background-color: var(--secondary-color);
    border-radius: 10px 10px 0 0;
}
.bid-controls span {
    flex-grow: 1;
    text-align: center;
}
.currency {
    color: var(--html-color);
    font-size: 13px;
    /* background-color: var(--accent-color); */
    padding: 0 3px;
    border-radius: 3px;
}
.totalWrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px 3px;
    font-size: 12px;
    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;
}
.centerBtn {
    display: block;
    margin: auto;
    width: fit-content;
    text-transform: capitalize;
    font-size: 15px;
}
.subs_div {
    position: absolute;
    right: 10%;
    color: #26595d;
    top: 5px;
    font-size: 13px;
}

.subs_div2 {
    display: none;
    right: 3%;
    font-size: 12px;
    color: #26595d;
    top: -73px;
}
.newspopup {
    display: none;
    background-color: var(--secondary-color);
    font-size: 16px;
    height: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    display: flex;
    color: white;
    align-items: center;
}
.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;
}
.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);
    }
}

.inputErrorMessage {
    font-size: 12px;
    font-weight: 500;
    color: var(--error-color);
    position: relative;
    top: -10px;
}
.btn:disabled,
.btn.loading {
    background-color: #ccc !important;
    cursor: not-allowed !important;
}
.loginContainer {
    text-align: center;
}
.loginContainer a {
    display: inline-block;
    /* margin-top: 20px; */
    text-decoration: underline;
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 13px;
}
.oauthCard {
    margin: 100px auto;
    background-color: white;
    border: 1px solid #dddfde;
    border-radius: 20px;
    max-width: 500px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 20px;
}
.oauthCard h1 {
    text-transform: unset;
    font-size: 22px;
    margin-top: 20px;
}
.oauthCard .logoHolder {
    height: 50px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oauthCard img {
    width: 100%;
}
#authenticRB {
    margin-bottom: 10px;
}
.btn_login {
    padding: 6px 20px;
    display: inline-block;
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 0px 0px 10px 10px !important;
    border: none;
    /* font-size: 16px; */
    font-weight: 400;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.authenticRB input[type="radio"]:checked + label.switcherPopupTab {
    border: 1px solid #00a685;
    background-color: rgba(224, 245, 240, 1);
    color: var(--secondary-color);
}
.switcherPopupTabs {
    display: flex;
    position: relative;
    background-color: var(--accent-color);
    align-items: center;
    height: 35px;
    border: 1px solid var(--input-background);
    border-radius: 99px;
}
.switcherPopupTabs * {
    z-index: 2;
}
.switcherRB input[type="radio"] {
    display: none;
}
.authenticRB input[type="radio"]:checked + label.popupTab {
    border: 1px solid #00a685;
    background-color: rgba(224, 245, 240, 1);
    color: var(--secondary-color);
}
.switcherRB input[type="radio"]:checked + label.switcherPopupTab {
    color: var(--background-color);
}

.switcherRB input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
}

.switcherRB input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
}
.popupTab {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid grey;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: black;
    color: var(--secondary-color);
    font-weight: 500;
    border-radius: 7px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}
.switcherPopupTab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 85px;
    font-size: 14px;
    color: black;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    margin-bottom: 0;
}
.popupTabs {
    gap: 16px;
    display: flex;
    position: relative;
    align-items: center;
    height: 32px;
    margin-top: 9px;
}
.glider {
    position: absolute;
    display: flex;
    height: 35px;
    width: 85px;
    width: 50%;
    background-color: #00a685;
    z-index: 1;
    border-radius: 10px 10px 0px 0px;
    transition: 0.25s ease-out;
}
.registerRow {
    font-size: 14px;
    text-transform: capitalize;
}
.registerRow span {
    font-size: 13px;
    color: var(--html-color);
    color: black;
}
.form {
    margin-top: 30px;
}
input,
select,
textarea {
    height: 45px;
    width: 100%;
    background-color: var(--accent-color);
    padding: 0 10px;
    border: 1px solid #c2c3c380;
    border-radius: 10px;
    font-family: inherit;
    display: block;
    margin-bottom: 15px;
}
input:focus,
select:focus,
textarea:focus {
    outline-style: none;
    box-shadow: none;
}
textarea {
    padding: 10px;
    min-height: 150px;
    resize: vertical;
}
input:disabled,
input:read-only {
    background-color: var(--input-border);
    color: var(--html-color);
}
form label,
.inputGroup label {
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
.side_notes_container {
    flex: 1;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 13%;
    border-radius: 10px;
    align-items: center;
    position: relative;
    height: 457px;
    background: var(--secondary-color);
    color: white;
}
#section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 50px auto 10px;
    background: white;
    border: 1px solid #c2c3c380;
    border-radius: 10px;
    /* padding: 20px; */
    padding: 10px;
    box-shadow: 0px 0px 5px #c2c3c380;
    text-align: start;
    height: auto;
}
.nafath-icon {
    position: relative;
    width: 50px;
    margin-right: 4px;
    top: 3px;
}
.download_sec_parent {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 30px;
}
.download_sec_parent h1 {
    font-size: 21px;
}
.download_sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.download_sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.linktext {
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.login_button_container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.dream_logo {
    height: 54px;
    max-height: 100px !important;
    height: 57px;
}
.app_logo {
    width: 150px;
    padding: 10px;
}
.alert_title {
    font-size: 14px;
    color: rgb(102 103 103 / 81%);
    font-weight: 400;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    /* top: -20px; */
}
.side_logo {
    /* Position the logo at the top right corner */
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: #f0f0f0; */
    padding: 25px;
}
.side_notes_container h1 {
    /* Center the <h1> horizontally */
    text-align: center;
}
.side_notes_container h6 {
    position: absolute;
    padding: 25px;
    bottom: 0;
    right: 0;
}
.login_arrow {
    width: 53px;
    position: absolute;
    top: -16px;
    left: -27%;
    rotate: 226deg;
}

.otp {
    height: 90px;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 69%;
    gap: 10px;
}
.loginFS p {
    color: var(--secondaryText_color);
    font-family: Cairo;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
}
.loginFS strong {
    color: black;
    font-family: Cairo;
    font-size: 41.75px;
    font-weight: 700;
    line-height: 78.24px;
    text-align: right;
}
.loginFS {
    flex: 3;
    height: 100%;
    max-width: 600px;
    margin: 0px auto 0px;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0px 0px 5px #c2c3c380; */
    text-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.id_numberinput {
    background-color: rgba(240, 237, 255, 0.8);
    border: none;
    border-radius: 20px;
}
.loginFS legend,
.contactFieldset legend {
    font-size: 17px;
    padding: 4px 40px;
    text-transform: uppercase;
    color: #d2dcdd;
    font-weight: bold;
    border-radius: 5px 10px 10px 10px;
    background-color: var(--main-color);
}
#section1 #id_number {
    height: 45px;
    width: 100%;
    background-color: var(--accent-color);
    padding: 0 10px;
    border: 1px solid #c2c3c380;
    border-radius: 1000px;
    font-family: inherit;
    display: block;
    margin-bottom: 15px;
}
.loginFS button {
    padding: 10px 20px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.loginFS button,
.contactFieldset button {
    display: block;
    margin-left: auto;
}
.alertMessages {
    text-align: start;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    background-color: var(--error-red-color);
    border-radius: 5px;
    font-size: 14px;
    z-index: 10000001;
}
.alertMessages.hide {
    display: none;
}
.alertMessages ul {
    list-style: none;
}
.alertMessages li {
    position: relative;
    padding-left: 10px;
    color: #d2dcdd;
}
.alertMessages li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    background-color: #d2dcdd;
    border-radius: 10px;
}
.successAlert {
    background-color: var(--secondary-color);
    color: #d2dcdd;
}
.toast {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.toast .success {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: white;
}
.toast .success p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.toast .success ion-icon {
    font-size: 20px;
}
.center-v {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.transaction-label-1 {
    color: var(--secondary-color);
}
.transaction-label-2 {
    color: var(--main-color);
}
.transaction-label-0 {
    color: var(--third-color);
}
.pagination {
    display: flex;
    /* justify-content: flex-end; */
    list-style: none;
    direction: rtl;
    margin-top: 25px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c2c3c380;
    padding: 15px;
}
.pagination li a {
    cursor: pointer;
}
.pagination li a,
.pagination li span {
    padding: 5px 15px;
    font-size: 15px;
    color: var(--main-color);
    border-radius: 5px;
}

.pagination li a:hover,
.pagination li span:hover {
    background-color: #26595d12;
}
.pagination li.disabled a:hover,
.pagination li.disabled span:hover {
    background-color: transparent;
}
.pagination li.active span {
    border-radius: 5px;
    color: var(--background-color);
    background-color: var(--secondary-color);
}
.pagination li.disabled span {
    color: var(--html-color);
}
.DialogBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.DialogBtns.threeCols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.DialogBtns .twoCells {
    grid-column: span 2;
}
.DialogBtns .threeCells {
    grid-column: span 3;
}
.DialogBtns.hidden {
    display: none;
}
.DialogBtns button {
    width: 100%;
    position: relative;
    height: 35px;
    flex: 1;
    text-transform: capitalize;
}
.auc_news {
    position: absolute;
    top: -20px;
    transform: translate(-50%, 0);
    left: 50%;
    padding: 7px 14px 7px;
    font-size: 14px;
    z-index: 999999;
    text-transform: capitalize;
    color: #000000;
    background-color: #ffc400;
    white-space: nowrap;
    border-radius: 0 0 10px 10px;
}
.auc_news.notTop {
    color: #000000;
    background-color: var(--html-color);
}
.control_auc_news {
    padding: 3px 12px 5px;
    font-size: 16px;
    z-index: 999999;
    text-transform: capitalize;
    color: #c69706;
    background-color: #505958;
    white-space: nowrap;
    border-radius: 10px 10px 10px 10px;
}
.myracket {
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.transparentBtn {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--input-border);
}
.transparentBtn:hover {
    background-color: rgba(17, 24, 39, 0.1);
}

.subs_span {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #1dda2a;
    border-radius: 50%;
    margin: 0 0 0 4px;
}
.ibanField {
    display: grid;
    grid-template-columns: 40px auto;
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    direction: ltr !important;
    font-family: "Poppins", tahoma;
    font-size: 15px;
}
.ibanField .inputErrorMessage {
    position: absolute;
    top: 48px;
}
.ibanField input {
    background-color: transparent;
    border: none;
    margin-bottom: unset;
    direction: ltr !important;
}
.ibanField input:focus {
    outline: unset;
}
.ibanField span {
    border-right: 1px solid var(--input-border);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ibanField.readonly,
.ibanField.readonly input {
    background-color: var(--input-border);
    color: var(--html-color);
}
.ibanField.readonly input::placeholder {
    color: var(--html-color);
}
.imagePopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: var(--popup-overlay-color);
    z-index: 1000;
}
.imagePopupWrapper .popupImageHolder {
    max-height: 80vh;
    border: 2px solid var(--input-border);
    background-color: var(--accent-color);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.imagePopupWrapper img {
    width: auto;
    height: 100%;
    max-height: 80vh;
    object-fit: scale-down;
}
.imagePopupWrapper .popupImageHolder button,
.assetDetailsPopup > button {
    position: absolute;
    top: -50px;
    right: 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}
.imagePopupWrapper .popupImageHolder:hover button,
.assetDetailsPopup:hover button {
    top: 10px;
}
.imagePopupWrapper.shown {
    display: flex;
}
.sadadDataPopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--popup-overlay-color);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}
.sadadDataPopup {
    background-color: var(--background-color);
    border-radius: 20px;
    text-align: center;
}
.sadadDataPopup article > ion-icon {
    font-size: 40px;
    color: var(--secondary-color);
}
.sadadDataPopup .modalBody div {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    background-color: #eff3f674;
    border: 3px dashed var(--accent-color);
    padding: 20px;
    border-radius: 20px;
}
.sadadDataPopup div span {
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
}
.sadadDataPopup .modalBody div p {
    font-size: 35px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sadadDataPopupFooter {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 15px;
}
.sadadDataPopupFooter b {
    font-size: 18px;
}
.sadadDataPopupWrapper.shown {
    display: flex;
}
.auctionCardFooter {
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.auctionCardFooter img {
    width: 55px;
    max-height: 35px;
    object-fit: contain;
    /* position: absolute; */
    bottom: 20px;
    right: 10px;
}
.assetDetailsPopupWrapper {
    width: 90%;
    z-index: 1000;
    overflow: auto;
    direction: rtl;
}
.assetDetailsPopupWrapper:open {
    display: flex;
}
.assetDetailsPopup {
    background-color: #eaecef;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.clusterPageGridWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    grid-gap: 10px;
    overflow: hidden;
    border: 1px solid var(--input-border);
    border-radius: 0 10px 10px 10px;
    padding: 20px;
}
.clusterPageGridWrapper .right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.clusterPageGridWrapper .left {
    overflow-x: auto;
}
.slider {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #26595d33;
}
.slide-ana {
    height: 100%;
}
.slide-ana div {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider span {
    height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.prevArrow {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.nextArrow {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.prevArrow svg,
.nextArrow svg {
    width: 100%;
    fill: #fff;
}
.prevArrow:hover,
.nextArrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* .assetDetailsPopup .popupHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--accent-color);
    padding: 10px 20px;
    margin-bottom: 10px;
} */
/* .assetDetailsPopup .popupHeader ul{
    margin-right: 50px;
} */
/* .assetDetailsPopup .popupHeader li {
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
    padding: 12px 12px 0;
    text-transform: uppercase;
    text-align: center;
} */

/* .assetDetailsPopup .popupHeader li span {
    display: block;
    font-size: 25px;
} */
.badge {
    background-color: var(--secondary-color);
    padding: 1px 5px;
    border-radius: 3px;
    color: var(--background-color);
    font-size: 13px;
}
.badge-1,
.badge-2,
.badge-7,
.badge-8 {
    background-color: var(--html-color);
}
.badge-3 {
    background-color: red;
}
/*
.assetDetailsPopup table{
    border-radius: 0px;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 15px;
}
.assetDetailsPopup thead{
    background-color: unset;
}
.assetDetailsPopup thead tr th,
.assetDetailsPopup tbody tr{
    border-radius: 0;
}
.assetDetailsPopup tbody tr:nth-of-type(2n){
    background-color: unset;
}

.assetDetailsPopup td, .assetDetailsPopup th{
    padding: 6px;
    border: 1px solid var(--input-border);
} */
/* .useGuide,
.services {
    background-color: var(--accent-color);
} */
.useGuide,
.services {
    /* padding: 100px 0; */
    background-color: var(--accent-color);
    margin-bottom: 50px;
    border-radius: 10px;
}
.services {
    background-color: transparent;
    background-color: white;
    border-radius: 10px;
}
.gridColumns {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}
.guideCard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.guideCard img,
.serviceCard img {
    width: 100px;
    height: 100px;
}
.guideCard span {
    display: inline-block;
    background-color: var(--secondary-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    padding: 5px 10px;
}
.guideCard span {
    background-color: var(--main-color);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.guideCard p {
    color: var(--main-color);
    text-align: center;
    display: flex;
    gap: 10px;
}
.serviceCard {
    border: 1px solid #c2c3c380;
    border-radius: 10px;
    position: relative;
    background-color: #26595d12;
    overflow: hidden;
    text-align: center;
}
/* .serviceCard .cardHeader{
    background-color: #00a6856f;
    padding: 50px 0;
} */

/* .serviceCard .cardHeader {
    background-color: #26595d;
    padding: 50px 0;
} */

.serviceCard .cardHeader {
    background-color: #14292b;
    padding: 50px 0;
}
.serviceCard article {
    padding: 40px 20px;
}
.serviceCard article h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--main-color);
}

/* .footer_logo {
    display: flex;
    justify-content: center;
    height: 160px;
    align-items: center;
    gap: 15px;
    position: relative;
    white-space: normal;
    flex-direction: column;
    top: -19px;
} */

.footer_logo {
    display: flex;
    justify-content: center;
    height: 174px;
    align-items: center;
    margin-right: 30px;
    /* margin: -18px 16px; */
    gap: 13px;
    white-space: nowrap;
    flex-direction: column;
}
.logo ul {
    font-size: 12px;
}
.footer {
    background: linear-gradient(-45deg, #14292b 100%, #26595d);
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #d2dcdd;
}
.footerContent {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.footerContent {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.footerContent li {
    list-style: none;
}
.footerContent ion-icon {
    font-size: 150px;
}
.footer .container {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.footer address {
    margin-top: 50px;
    font-style: normal;
    font-size: 13px;
}

/* footer styles */

/* .footer {
    position: relative;
    background: #05b3a4;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:16%;
  }

 .menu2{
    display: flex;
 }
  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }

  .menu__link2 {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  .menu__link2:hover{
      color: white;
  }

  .menu__link2:hover {
    opacity: 1;
  }

  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../assets/waves.png");
    background-size: 1000px 100px;
  }

  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate2 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate2 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate2 {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  } */

.showPageGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 30px;
    margin-top: 20px;
}
.infoCard {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border: 1px solid var(--input-border);
    border-radius: 10px;
    padding: 20px;
}
.infoCardnew {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border: 1px solid var(--input-border);
    border-radius: 10px;
}

.contactCardnew {
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--input-border);
}
.contactCardnew h4 {
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.contactCardnew h6 {
    margin-bottom: 10px;
    color: grey;
}
.contactCardnew .contactImage {
    width: 45px;
    background-color: #f7f7f7;
    padding: 3px;
    border-radius: 30%;
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 3px 18px 6px;
    border-radius: 0 0 6px 6px;
}
.brochureCard,
.contactCard {
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
.brochureCard,
.contactCard {
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 100%; */
    width: 47%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border: 1px solid var(--input-border);
}

.collaboratorContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brochureCard,
.collaboratorsCard {
    margin-top: 30px;
}
.contactCard {
    flex-direction: column;
    margin-top: 30px;
}
.collaboratorsCard img {
    width: 100px;
}
.collaboratorsCard img {
    width: 80px;
}
.brochureCard > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brochureCard ion-icon {
    font-size: 50px;
    color: var(--secondary-color);
}
.contactCard h4 {
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.contactCard h6 {
    margin-bottom: 10px;
    color: grey;
}
.contactCard .contactImage {
    width: 45px;
    background-color: #f7f7f7;
    padding: 3px;
    border-radius: 30%;
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 3px 18px 6px;
    border-radius: 0 0 6px 6px;
}

/*
.contactCard .contactRow{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center !important;

} */
.contactCard > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nodata {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.nodata img {
    width: 250px;
    margin-bottom: 20px;
}
.towAssetColWrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.towAssetColWrapper > div {
    flex: 1;
}
.formNote {
    color: var(--main-color);
    font-size: 13px;
}
.confirmBidPopupWrapper.shown,
.conditionAgreePopupWrapper.shown,
.endBiddingPopupWrapper.shown,
.agentRegistrationWarningPopupWrapper.shown,
.agentRegistrationNotificationPopupWrapper.shown {
    display: flex;
    z-index: 200001;
    background-color: rgba(59, 59, 59, 0.95);
}
.confirmBidPopup,
.conditionAgreePopup,
.endBiddingPopup,
.agentRegistrationWarningPopup,
.agentRegistrationNotificationPopup {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--background-color);
    /* min-width: 500px; */
}
.confirmBidPopup,
.endBiddingPopup,
.agentRegistrationWarningPopup,
.agentRegistrationNotificationPopup {
    width: fit-content;
    min-width: none;
}

.conditionAgreePopup,
.agentRegistrationWarningPopup,
.agentRegistrationNotificationPopup {
    max-width: 500px;
}
.conditionAgreePopup a,
.agentRegistrationWarningPopup a {
    text-decoration: underline;
    color: var(--secondary-color);
}

.endBiddingPopup > p,
.conditionAgreePopup > p {
    margin-top: 10px;
}
.confirmBidPopup h3,
.conditionAgreePopup h3,
.agentRegistrationWarningPopup h3,
.agentRegistrationNotificationPopup h3 {
    font-size: 22px;
    border-bottom: 1px solid var(--input-border);
    padding-bottom: 6px;
}
.confirmBidPopup article,
.conditionAgreePopup article,
.endBiddingPopup article,
.agentRegistrationWarningPopup article,
.agentRegistrationNotificationPopup article {
    margin: 15px auto 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.confirmBidPopup article {
    margin: 5px auto 20px;
}
.confirmBidPopup article > div,
.conditionAgreePopup article > div,
.agentRegistrationWarningPopup article > div,
.agentRegistrationNotificationPopup article > div,
.endBiddingPopup article > div,
.modalLayout .modalNote {
    background-color: var(--accent-color);
    padding: 10px;
    border-radius: 5px;
}

.agentRegistrationWarningPopup article > div {
    font-size: 14px;
}
.agentRegistrationNotificationPopup article {
    font-size: 15px;
}
.confirmBidPopup article > div,
.conditionAgreePopup article > div {
    margin-top: 10px;
}
.endBiddingPopup article p {
    margin: 5px auto;
}
span.boldSuccess {
    color: var(--secondary-color) !important;
    font-size: 20px;
    font-weight: bold;
}
.flexRow {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.showflexRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    /* margin-bottom: 15px; */
}

dialog {
    margin: auto;
    padding: 0;
    border-radius: 20px;
    border: none;
    background-color: var(--background-color);
}
.dialogContent {
    text-align: center;
    padding: 20px 30px;
    min-width: 300px;
}
.dialogContent > ion-icon {
    font-size: 70px;
    color: var(--error-color);
}
.DialogBtns {
    margin-top: 20px;
}
.dialogDeleteBtn {
    background-color: var(--error-color);
}
.popupClose {
    right: 10px;
    position: absolute;
    top: -50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}
.dialogContent:hover .popupClose {
    top: 10px;
}
.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}
.badgesWrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.badgesWrapper .badge {
    background-color: var(--accent-color);
    /* padding: 0px 5px; */
    border-radius: 40px;
    color: var(--main-color);
    font-size: 13px;
}
.popupDesc {
    width: fit-content;
    margin: 5px auto 5px 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    /* color: var(--main-color); */
    font-size: 13px;
    /* font-weight: 700; */
}
.labelBtn {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: var(--third-color);
    background-color: var(--background-color);
    border: 1px solid var(--input-border);
}
.labelBtn.red {
    color: var(--error-color);
}
.subscribersRow {
    display: flex;
    align-items: center;
    font-size: 13px;
    background-color: var(--input-border);
    color: var(--main-color);
    padding: 0 3px;
    border-radius: 3px;
}
.twoColumns {
    display: flex;
    align-items: center;
    border: 1px solid var(--input-border);
    margin-top: 10px;
    border-radius: 5px;
}
.twoColumns b {
    white-space: nowrap;
    background-color: var(--accent-color);
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border-right: 1px solid var(--input-border);
}
.twoColumns input {
    margin-bottom: 0;
    border: none;
    border-radius: 0px;
}
.ibanField input {
    border-radius: 0px;
}
.greyBtn {
    background-color: var(--html-color);
}
.mt-3 {
    margin-top: 20px;
}
/* .menu .logo {
    position:relative;
    left:-150%;
} */

.menuarrowclass {
    display: none;
}
.input-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 30px;
}
.input-grid-200 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 30px;
}
.highlightedInputGroup {
    background-color: var(--background-color);
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    padding: 30px 30px 10px;
    border: 1px solid var(--input-border);
    margin-bottom: 10px;
}
.highlightedInputGroup,
.highlightedInputGroup * {
    direction: ltr !important;
}
.mada-input {
    font-family: "Poppins", tahoma;
    font-size: 14px;
}
.contactFieldset {
    background-color: var(--accent-color);
    border-radius: 20px;
    border: 1px solid var(--input-border);
    padding: 20px;
}
.contactFieldset input,
.contactFieldset textarea {
    margin: 15px auto;
    background-color: var(--background-color);
}
.optionalSpan {
    font-size: 13px;
    color: #888;
}
.checkAssetAdPopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--html-color);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.checkAssetAdPopupWrapper.shown {
    display: flex;
}
.checkAssetAdPopup {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    min-width: 375px;
}
.adDetailsWrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.adDetailsWrapper > p {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.popupErrorMessage {
    all: unset;
    font-size: 12px;
    color: red;
    display: block;
    text-align: end;
}

.popupTabs * {
    z-index: 2;
}

.authenticRB input[type="radio"] {
    display: none;
}

.authenticRB input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
}

.authenticRB input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
}

.glider {
    position: absolute;
    display: flex;
    height: 35px;
    width: 85px;
    background-color: #00a685;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}
.inputNote {
    font-size: 12px;
    color: #00a685;
}
.inputWarningNote {
    font-size: 12px;
    color: var(--error-color);
    text-shadow: 0 0 1px var(--error-color);
    opacity: 0.8;
    position: relative;
    display: block;
    top: -7px;
    margin-bottom: 10px;
}
.modalOverlay {
    position: fixed;
    /* width: 100%;
    min-height: 100vh; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 10000;
}
.modalLayout {
    position: fixed;
    height: fit-content;
    max-height: 98vh;
    width: 560px;
    max-width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background-color);
    z-index: 10001;
    border-radius: 15px;
    overflow-y: auto;
}
.overlappedModal + .modalOverlay {
    z-index: 10002;
}
.overlappedModal.modalLayout {
    z-index: 10003;
}
.modalLayout.plainModalLayout {
    overflow-y: hidden;
    width: fit-content;
    border-radius: 20px;
}
.modalLayout.wideModal {
    width: 800px;
}
.modalLayout.narrowModal {
    width: 400px;
}
.modalLayout::-webkit-scrollbar {
    width: 5px;
}
.modalLayout::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--input-border);
    border-radius: 10px;
}
.modalHeader ion-icon {
    font-size: 22px;
}
.modalHeader {
    padding: 15px 30px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--accent-color);
}
.modalHeader.hasBadge {
    padding-top: 25px !important;
}
.iconBtn {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-color: var(--accent-color);
    border: 1px solid #ebebeb;
    padding: 3px;
}
.iconBtn:disabled {
    background-color: var(--html-color) !important;
    cursor: not-allowed;
}
.modalBody {
    padding: 20px 30px;
}
.modalBody button {
    display: block;
    margin-left: auto;
}
.modalNote {
    margin-bottom: 20px;
    font-size: 14px;
}
.modalNoteNoBackground {
    font-size: 14px;
}
.modalHeader p {
    font-size: 12px;
    margin-top: 4px;
    margin-right: 50px;
}
[x-cloak] {
    display: none !important;
}
.fieldsetMode {
    padding: 20px;
    border: 1px solid var(--input-border);
    border-radius: 15px;
    margin: 20px auto;
    position: relative;
}
.fieldsetMode > .iconButton {
    position: absolute;
    font-size: 18px;
    color: var(--html-color);
    top: 3px;
    right: 3px;
}
.fieldsetMode > .iconButton:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.toastAlert {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    background-color: #00a68528;
    backdrop-filter: blur(3px);
    white-space: nowrap;
    border-radius: 10px;
    color: var(--secondary-color);
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: auto;
}
.relativeWrapper {
    position: relative;
}
.popUpWarning {
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    background-color: #d7b600 !important;
    display: flex;
    align-items: flex-start;
    font-size: 13px;
}
.popUpWarning ion-icon {
    font-size: 20px;
}
.timeColumns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.timeColumns span:nth-of-type(1) {
    color: var(--html-color);
}
.timeColumns span:nth-of-type(2) {
    color: var(--error-color);
    opacity: 0.7;
}
.notificationBar {
    height: 40px;
    line-height: 40px;
    background: linear-gradient(
        45deg,
        var(--secondary-color),
        var(--main-color)
    );
    border-radius: 10px;
    color: var(--background-color);
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}
.notificationBar.grey {
    background: linear-gradient(45deg, #ccc, #aaa);
    color: var(--error-color);
}

.mainColor {
    color: var(--main-color);
}
.rowWithCopy {
    background-color: var(--accent-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    height: 45px;
}
.rowWithCopyTransparent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.twoColGreyRow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.twoColGreyRow > * {
    margin-top: 10px;
    flex: 1;
    height: 45px;
    padding: 0px 10px;
    line-height: 45px;
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 10px;
    position: relative;
}
.twoColGreyRow > *::after {
    content: attr(data-label);
    position: absolute;
    color: var(--main-color);
    top: -22px;
    left: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.fs-13 {
    font-size: 13px;
    font-weight: bold;
}
.loadingPopupMenu a {
    color: transparent;
    position: relative;
}
.loadingPopupMenu a::after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    animation: loadingListItem 0.5s infinite;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(255, 255, 255, 0.8)),
        color-stop(99%, rgba(128, 186, 232, 0)),
        color-stop(100%, rgba(125, 185, 232, 0))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
@keyframes loadingListItem {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.scaleDownIcon {
    transform: scale(0.78);
}
.redBadge {
    font-size: 20px;
    letter-spacing: 2px;
    font-style: normal;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--secondary-color);
    background-color: #00a6850d;
    border: 1px dashed #00a6854e;
    margin: 15px auto;
    display: block;
    text-align: center;
}
.fs-15 article {
    font-size: 15px;
}
.secDivider {
    height: 1px;
    background-color: var(--accent-color);
    margin: 10px auto;
    max-width: 300px;
}
.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.loader .spinner,
.loadingWrapper .spinner {
    height: 50px;
    border-radius: 50%;
    width: 50px;
    border: 4px solid var(--secondary-color);
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: spinner 0.4s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.assetsCardsFlexRow input[type="search"] {
    width: auto;
    height: 36px;
    width: 250px;
    border-radius: 50px;
    margin-bottom: 0;
    padding-left: 32px;
}
.searchInputWrapper {
    position: relative;
}
.searchInputWrapper ion-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}
.searchModal .searchInputWrapper ion-icon {
    font-size: 28px;
}
.modalHeaderBadgesWrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.modalHeaderNote {
    font-size: 11px;
    border-radius: 0 0 5px 5px;
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    padding: 3px 20px;
}
.modalHeaderNote.active {
    background-color: rgb(224, 187, 36);
    border: none;
}
.modalHeaderSubsCount {
    position: relative;
    font-size: 11px;
    padding: 3px 10px 3px 20px;
    background-color: var(--accent-color);
    border: 1px solid var(--input-border);
    border-radius: 0 0 5px 5px;
}
.modalHeaderSubsCount::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}
.clusterGroupCard {
    position: relative;
    border-radius: 15px;
    /* box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.1); */
    perspective: 9999px;
}
.clusterGroupCard::after {
    content: "";
    top: 7px;
    right: -7px;
    height: 125px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgb(255, 255, 255);
    box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    border-radius: 15px;
    perspective: 9999px;
}
.clusterGroupCard::before {
    content: "";
    top: 14px;
    right: -14px;
    height: 125px;
    width: 100%;
    position: absolute;
    z-index: -2;
    background-color: rgb(255, 255, 255);
    box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    border-radius: 18px;
    perspective: 9999px;
}
.cardTabsRow {
    position: relative;
    width: calc(100% + 80px);
    left: -40px;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    gap: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-inline: 15px;
}
.cardTabsLayer {
    position: fixed;
    height: 35px;
    transform: translateY(-3px);
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.cardTabsLayer .layerStart,
.cardTabsLayer .layerEnd {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
}
.cardTabsLayer .layerStart {
    left: 0;
    background: linear-gradient(90deg, #fff, #fff, transparent);
}
.cardTabsLayer .layerEnd {
    right: 0;
    background: linear-gradient(90deg, transparent, #fff, #fff);
}
.cardTabsArrow {
    position: fixed;
    width: 100%;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: var(--secondary-color);
    background-color: rgba(255, 0, 0, 0.407);
    z-index: 2;
    pointer-events: none;
}
.cardTabsArrow .leftArrow,
.cardTabsArrow .rightArrow {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    pointer-events: visible;
    cursor: pointer;
}
.cardTabsArrow .leftArrow {
    left: 0;
    border-radius: 50% 0 0 50%;
}
.cardTabsArrow .rightArrow {
    right: 0;
    border-radius: 0 50% 50% 0;
}
.cardTabsArrow .leftArrow:hover,
.cardTabsArrow .rightArrow:hover {
    background-color: var(--input-border);
}
.cardTabsArrow .leftArrow.hidden,
.cardTabsArrow .rightArrow.hidden {
    visibility: hidden;
}
.cardTabsRow span {
    padding: 0 10px;
    background-color: var(--input-border);
    font-size: 12px;
    border-radius: 10px;
    line-height: 30px;
    cursor: pointer;
}
.cardTabsRow span.active {
    background-color: var(--secondary-color);
    color: var(--background-color);
}
.cardTabsRow::-webkit-scrollbar {
    background-color: transparent;
    height: 4px;
}
.cardTabsRow::-webkit-scrollbar-track {
    background-color: transparent;
}
.cardTabsRow::-webkit-scrollbar-track {
    background-color: transparent;
}
.cardTabsRow::-webkit-scrollbar-thumb {
    background-color: var(--input-border);
    border-radius: 2px;
}
.toastAlert {
    position: fixed;
    padding: 0;
    bottom: 20px;
    left: 20px;
    background-color: #c4e0dde1;
    border: 1px solid #00a685;
    color: black;
    border-radius: 10px;
    z-index: 99999999;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
}
.toastAlert .oneLineRow {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.7;
    padding: 5px 15px 15px 15px;
}
.toastAlert .alertIcon {
    font-size: 32px;
    animation: bellRing 1.5s infinite linear;
}
.toastAlert .alertHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3b414020;
    padding: 7px 10px;
}
.toastAlert .alertHeader h4 {
    text-indent: 10px;
}
.toastAlert .alertClose {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}
@keyframes bellRing {
    0% {
        transform: rotate(0deg);
    }
    5% {
        transform: rotate(-20deg);
    }
    10% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-20deg);
    }
    30% {
        transform: rotate(0deg);
    }
    35% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(0deg);
    }
}
.newTimer:not(.miniTimer) {
    width: 100%;
}
.newTimer.miniTimer {
    margin: auto;
}
.card-timer {
    font-size: 9px;
    padding-bottom: 15px;
}
.biddingPanelModal .newTimer {
    position: relative;
    top: -10px;
}
.newTimer .timer-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 21px;
    gap: 50px;
    background: linear-gradient(
        90deg,
        transparent,
        #eaeeee,
        #eaeeee,
        transparent
    );
    border-bottom: 1px solid var(--accent-color);
    border-top: 1px solid var(--accent-color);
}
.card-timer .timer-row {
    padding: 0;
    gap: 30px;
    background: none;
    border: none;
}
.newTimer.miniTimer .timer-row {
    gap: 80px;
}
.timer-row .timer-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.cellNumberWrapper {
    position: relative;
    flex: 1;
    padding: 0.5em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    color: var(--secondary-color);
}
.card-timer .cellNumberWrapper {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.newTimer.miniTimer .cellNumberWrapper {
    padding: 0.3em;
}
.cellNumberWrapper::after {
    content: "";
    --border-size: 3px;
    --angle: var(--unit);
    position: absolute;
    inset: calc(var(--border-size) * -0.5);
    border-radius: inherit;
    background-image: conic-gradient(
        var(--clock-color) var(--angle),
        #ddd calc(var(--angle) + 0.1deg)
    );
    --mask-image: radial-gradient(
        100% 100%,
        transparent calc(50% - var(--border-size) - 0.5px),
        var(--clock-color) calc(50% - var(--border-size))
    );
    mask-image: var(--mask-image);
    -webkit-mask-image: var(--mask-image);
}
.card-timer .cellNumberWrapper::after {
    --border-size: 2px;
}
.newTimer .timer-row p {
    font-size: larger;
    font-weight: bold;
    color: var(--secondary-color);
}
.newTimer .timer-row span {
    font-size: x-small;
}
.card-timer .timer-row span {
    position: absolute;
    bottom: -17px;
}
.newTimer .timer-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.newTimer .timer-placeholder .spinner {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-left: 3px solid var(--secondary-color);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    animation: spin 0.5s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tinyTimer .timerRow {
    display: flex;
    color: var(--secondary-color);
    font-weight: bold;
}
.offer-wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 5px;
    border: 2px solid var(--accent-color);
    border-radius: 10px;
    padding: 2px 10px;
}
.offer-wrapper.rejected {
    border-width: 1px;
    gap: 20px;
    border-color: #ef3b2d;
    background-color: #ef3a2d12;
    font-size: 14px;
    color: #ef3b2d;
}
.offer-wrapper .iconBtn {
    height: 30px;
    width: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--background-color);
}
.offer-wrapper .iconBtn.red {
    background-color: #ef3b2d;
}
.offer-wrapper .iconBtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.offer-wrapper .iconBtn:hover {
    opacity: 0.8;
}
.btnWithBadge {
    position: relative;
    overflow: visible;
}
.btnWithBadge::before {
    content: attr(data-count);
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ef3a2de1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    z-index: 10;
}
.my-20 {
    margin-block: 20px;
}
.modalBadge {
    border-radius: 6px;
    padding: 3px 8px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 12px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.modalBadge:hover {
    opacity: 1;
    background-color: var(--accent-color);
}
.badgeWrapper,
.suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: var(--accent-color);
}
.suggestions {
    background-color: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
}
.itemBadge {
    display: flex;
    gap: 5px;
    border-radius: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: var(--background-color);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.itemBadge .iconBtn {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}
.itemBadge .iconBtn:hover {
    background-color: var(--error-color);
    color: var(--background-color);
}
.flexBtn {
    display: flex !important;
    align-items: center;
}
.auction_description a,
.asset_details_row a {
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
}
.tinySpinner {
    display: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-bottom-color: var(--secondary-color);
    border-left-color: var(--secondary-color);
    animation: spin 0.3s linear infinite;
}
.tinySpinner.active {
    display: block;
}
.social-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid #dddfde;
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.social-links a:hover {
    background-color: var(--accent-color);
}
.social-links ion-icon {
    font-size: 25px;
}
.iti--inline-dropdown {
    display: block !important;
}
.iti--inline-dropdown input {
    text-align: left;
}
.iti--inline-dropdown ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
.iti--inline-dropdown ::-webkit-scrollbar-track {
    background-color: #eee;
}
.iti--inline-dropdown .iti__search-input {
    margin-bottom: 0px;
}
.phoneInputWrapper span {
    margin-top: 20px;
    display: block;
}
.flexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.flexEnd button {
    margin-left: unset !important;
}
[class^="app-status"] {
    font-weight: 400 !important;
    font-size: 14px;
}
.app-status-1 {
    color: #c59e00;
    text-transform: capitalize;
    font-weight: 600;
}
.app-status-2 {
    color: #00ae74;
    text-transform: capitalize;
    font-weight: 600;
}
.app-status-3 {
    color: #ff0000;
    text-transform: capitalize;
    font-weight: 600;
}
.grid-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2px;
}
.grid-row > * {
    padding: 10px 20px;
    background-color: var(--accent-color);
    border: 1px solid rgba(201, 201, 201, 0.586);
}
.section-suc-title {
    margin: 20px 0;
}
.dropdown-button-wrapper {
    width: fit-content;
    position: relative;
}

.dropdown-button-wrapper .split-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-color);
    color: black;
    border: none;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

.dropdown-button-wrapper .icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-button-wrapper .chevron {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    transition: transform 0.2s;
}

.dropdown-button-wrapper .chevron.open {
    transform: rotate(180deg);
}

.dropdown-button-wrapper .dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: var(--background-color);
    border-radius: 8px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 4px;
    z-index: 50;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        opacity 0.2s,
        transform 0.2s;
}

.dropdown-button-wrapper .dropdown-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-button-wrapper .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    font-family: inherit;
    transition: background 0.15s;
}
.dropdown-button-wrapper .dropdown-item:hover {
    background: #f3f4f6;
}

.dropdown-button-wrapper .dropdown-item:active {
    background: #e5e7eb;
}
.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;
}
.moreMenuWrapper {
    position: relative;
}
.plainPopupMenu {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    overflow: hidden;
}
.plainPopupMenu ul {
    list-style: none;
}
.plainPopupMenu li {
    cursor: pointer;
    display: block;
    background-color: #f6f6f6;
    padding-block: 3px;
    padding-inline: 30px;
    border-bottom: 1px solid #ebebeb;
}
.plainPopupMenu li:last-child {
    border: none;
}
.plainPopupMenu li:hover {
    background-color: #fafafa;
}
.loadingWrapper {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.userDetailsPopupWrapper > div input {
    margin-top: 10px;
}
.userDetailsPopupWrapper input {
    background-color: unset;
    color: var(--main-color);
}
.smallBtn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: var(--background-color);
    border: none;
    font-family: inherit;
    cursor: pointer;
}
.smallBtn.red {
    background-color: #ef3b2d;
    color: var(--background-color);
}
.extra_url_link {
    color: var(--secondary-color);
    text-decoration: underline;
    font-size: 14px;
}
.notificationBell {
    font-size: 28px;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 3.5972695350646973px 2.6979522705078125px
        rgba(0, 0, 0, 0.25);
    color: var(--secondaryText_color);
}
.notificationBell.active {
    color: var(--secondary-color);
}
.notificationBellCluster {
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    color: var(--secondaryText_color);
    pointer-events: visible;
    transition: all 0.3s ease;
}
.notificationBellCluster:hover {
    background-color: var(--accent-color);
}
.notificationBellCluster.active {
    color: var(--secondary-color);
}
.clusterCardContentWithNotification {
    display: flex;
    align-items: center;
}
.clusterCardContentWithNotification div:nth-of-type(1) {
    flex: 1;
}
@media screen and (max-width: 970px) {
    .phoneDesign .arrows {
        width: 250px;
        left: 84px;
    }
    .phoneDesign .steps {
        width: 102px;
        bottom: -65px;
        right: -21px;
    }
    .phoneDesign .arrows_2 {
        width: 250px;
        left: -48px;
    }
    .phoneDesign img {
        width: 300px;
    }

    .mmenu .mlogo img {
        max-height: 35px;
    }
}
@media screen and (max-width: 900px) {
    .mmenu {
        justify-content: space-between;
        padding: 15px 20px !important;
        position: sticky;
        z-index: 200;
    }
    /* .login_button_container{
        display: none;
    } */
    .dream_logo {
        display: none;
    }
    .mmenuItems ul {
        font-size: 12px;
    }
    .mloginbutton a {
        padding: 4px 9px;
        border-radius: 5px;
        font-size: 15px;
    }
    .asset-card {
        width: 100%;
        min-width: 100%;
    }
    .menuarrowclass {
        display: none;
    }
    .menuItems {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        background: linear-gradient(
            -45deg,
            var(--main-color),
            var(--secondary-color)
        );
        display: none;
        z-index: -1;
    }
    .menuItems ul {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mmenuItems {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        background: white;
        display: none;
        z-index: -1;
    }
    .mmenu.show > div.mmenuItems {
        background: linear-gradient(
            -45deg,
            var(--main-color),
            var(--secondary-color)
        );
    }
    .mmenuItems ul {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        font-size: 19px;
    }
    .menu.shown .menuItems {
        display: block;
    }
    .mmenu.shown .mmenuItems {
        display: block;
    }
    .bars {
        display: flex;
    }
    .useGuide .gridColumns {
        grid-column-gap: 20px;
        grid-row-gap: 60px;
    }
}
@media screen and (max-width: 800px) {
}

@media screen and (max-width: 760px) {
}
@media screen and (max-width: 705px) {
    .tabsRow {
        width: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .asset-card {
        width: 100%;
        min-width: 100%;
    }
    .showPageGrid {
        grid-template-columns: auto;
    }
    .clusterPageGridWrapper {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 600px) {
    .pagination li a,
    .pagination li span {
        padding: 5px 9px;
        font-size: 15px;
        color: var(--main-color);
        border-radius: 5px;
    }
    .modalLayout {
        max-width: 100%;
        width: 100%;
    }
    .modalLayout {
        max-height: 80vh;
    }
}

@media screen and (max-width: 500px) {
    .otpContainer {
        gap: 20px;
    }
    .otp {
        height: 60px;
    }
    .login_container {
        width: 80%;
    }
    .login_arrow {
        width: 34px;
        left: -17%;
    }
    .loginFS strong {
        font-size: 35.75px;
    }
    .loginFS p {
        color: var(--secondaryText_color);
        font-family: Cairo;
        font-size: 17px;
        font-weight: 400;
        line-height: 46px;
        text-align: center;
    }

    .flexRow.col-sm {
        flex-direction: column;
        align-items: flex-start;
    }
    .conditionAgreePopup,
    .agentRegistrationWarningPopup {
        max-width: 100%;
    }
}

@media screen and (max-width: 444px) {
    .otpContainer {
        gap: 15px;
    }
    .popupTabs {
        height: 100px;
        flex-direction: column;
    }
    .popupTabs input {
        padding: 20px 0px;
    }

    .pagination li a,
    .pagination li span {
        padding: 5px 5px;
        font-size: 13px;
        color: var(--main-color);
        border-radius: 5px;
    }
}

@media screen and (max-width: 339px) {
    .otpContainer {
        gap: 15px;
    }
    .pagination li a,
    .pagination li span {
        padding: 5px 3px;
        font-size: 10px;
        color: var(--main-color);
        border-radius: 5px;
    }
}

/* .arrowCta-left{
    margin-left:-25px;
    position: absolute;
    left: 0;
    transform: rotate(45deg) !important;
    width: 50px;
    height: 50px;
}
.arrowCta-left.active {
    transform: rotate(-10) !important;

}
 */

.arrowCta-left {
    margin-left: -25px;
    position: absolute;
    left: 0;
    transform: rotate(45deg) translate(-100%, -100%);
    width: 50px;
    height: 50px;
    transition: transform 0.5s;
}

.arrowCta-left.active {
    transform: rotate(45deg) translate(200%, 200%);
}

.arrowCta-left.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
}

.arrowCta {
    display: block;
    height: 17px;
    width: 17px;
    color: green;
    border: 10px solid #00a685;
    transform: rotate(45deg) !important;
    position: relative;
    margin-right: -95px;
    margin-top: -15px;
    position: absolute;
    bottom: 0px;
    right: 15%;
}

.arrowCta:after,
.arrowCta:before {
    content: "";
    display: block;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.arrowCta:after {
    border-bottom: 3px solid #afd4cd;
    border-right: 3px solid #afd4cd;
    top: 0;
    left: 0;
    color: green;

    opacity: 1;
    animation: bottom-arrow 1.65s infinite;
}

@keyframes bottom-arrow {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    45% {
        opacity: 0;
        transform: translate(12px, 12px);
    }
    46% {
        opacity: 0;
        transform: translate(-16px, -16px);
    }
    90% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }
    100% {
        opacity: 1;
        transform: translate(-6px, -6px);
    }
}

.arrowCta:before {
    top: 0;
    left: 0;
    border-bottom: 3px solid #afd4cd;
    border-right: 3px solid #afd4cd;
    animation: top-arrow 1.65s infinite;
}

@keyframes top-arrow {
    0% {
        transform: translate(-6px, -6px);
    }
    35% {
        transform: translate(0, 0);
    }
    90% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.countdown-5 > .part > .number {
    color: var(--third-color);
}
.countdown-5 > .part > .number::after {
    background-image: conic-gradient(
        var(--third-color) var(--degree),
        transparent calc(var(--degree) + 0.1deg)
    );
}

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

/* privacy policy */
.link_big_title {
    display: flex;
    gap: 0.5%;
    align-items: center;
}
.link_big_title a {
    top: -4px;
    position: relative;
}
.big_policy_title {
    color: #26595d !important;
    text-align: center !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.policy_container {
    margin-top: 3rem !important;
}

.small_policy_title {
    font-size: 1.25rem;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    color: #26595d !important;
}

.paragraph_policy {
    color: #777575 !important;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol li::marker {
    color: var(--secondary-color);
}
ul li::marker {
    color: var(--secondary-color);
}

.list_paragraph {
    padding-right: 2rem;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.text-center {
    text-align: center !important;
}
.text-muted {
    color: #777575 !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
/*
ol, ul {
    padding-right: 2rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
} */
/* h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
} */
.text-secondary {
    color: #26595d !important;
}
.intro_p {
    font-weight: 400;
    color: #777575 !important;
    font-size: 18px;
}
.hidden {
    display: none !important;
}

input[id^="otp-"] {
    color: var(--secondary-color);
}

input[id^="otp-"].filled {
    background: var(--accent-color);
}

input[id^="otp-"]:focus {
    outline: 2px solid var(--secondary-color);
}
