
/*** custom css for siteplan bildhive ***/
.available-model-container a {
    text-decoration: none;
    font-family: "din-2014", sans-serif;
    font-size: 20px;
    color: #000;
}

.available-model-container a button {
    color: gray;
}


.siteplan-lot-content h2 {
    margin-top: 1rem;
    margin-bottom: 0;
}

.siteplan-filter-ul {
    color: gray;
}

.siteplan-filter-ul li.active {
    /* color: #c42237; */
    color: white;
}

.siteplan-widget-style-two .filter-container {
    background: #382a19;
}

.available-model-container {
    padding: 0 10px;
}

.getNotice ul {
    padding-left: 2rem;
}

.getNotice ul li {
    padding-left: 10px;
}

.getNotice li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -15px;
    top: 9px;
}

button.siteplan-overlay-close {
    display: block;
    background: none;
    border: none;
    padding: 0;
}

button.siteplan-overlay-close svg {
    width: 25px;
    height: 25px;
}

.getNotice li:nth-child(1):after {
    background: green;
}

.getNotice li:nth-child(2):after {
    background: #fe3938;
}

.getNotice li:nth-child(3):after {
    background: #fefe4d;
}

.getNotice li.redstar:after {
    background: none;
    content: "\2605";
    color: red;
    top: 1px;
}

.tabsColor>div:not(.text-black) {
    color: white;
}

@media (max-width: 670px) {
    .siteplan-lot-wrapper.popup-style .available-model-container {
        padding: 30px;
    }

    .fixPadding {
        padding-bottom: 0 !important;
        padding-top: 5px !important;
    }

    .fixPaddingFirst {
        padding-top: 10px !important;
    }

}

/*** loading animation css site plan ***/
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.waitforloading>*:not(.loader) {
    opacity: 0;
}

.loader {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9;
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div {
    background-color: #c42237;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}


.downloadLinks a:link,
.downloadLinks a:visited {
    text-decoration: none;
    color: #ffffff;
}

.downloadLinks a:hover,
.downloadLinks a:focus {
    text-decoration: underline;
}






#sect-id {
    /* display:none !important; */
}

.downloadSitePlan {
    color: #b83b26;
    font-size: clamp(16px, 3vw, 25px);
    line-height: clamp(26px, 3vw, 34px);
    font-weight: 700;
    font-style: normal;
    border: none;
    background: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: left;
    display: block;
}

.downloadSitePlan:hover,
.downloadSitePlan:focus {
    color: #dbb05c;
    outline: none;
}
