﻿.Is-required:after {
    content: '*';
    color: red;
    padding-left: 2px;
}
#loaderdiv {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/**===== circle_square =====*/
#circle_square {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

    #circle_square span {
        width: 16px;
        height: 16px;
        background-color: #000;
        display: inline-block;
        background-color: #18bc9c;
        -webkit-animation: square2 2s infinite ease-in-out both;
        animation: square2 2s infinite ease-in-out both;
    }

        #circle_square span:nth-child(1) {
            -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
            animation: preloader_2_1 1.5s infinite ease-in-out;
        }

        #circle_square span:nth-child(2) {
            left: 20px;
            -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
            animation: preloader_2_2 1.5s infinite ease-in-out;
        }

        #circle_square span:nth-child(3) {
            top: 0px;
            -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
            animation: preloader_2_3 1.5s infinite ease-in-out;
        }

        #circle_square span:nth-child(4) {
            top: 0px;
            left: 20px;
            -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
            animation: preloader_2_4 1.5s infinite ease-in-out;
        }

@keyframes preloader_2_1 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 50%;
        background: #3498db;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_2 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
        transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 50%;
        background: #f1c40f;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@keyframes preloader_2_2 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
        transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 50%;
        background: #f1c40f;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_3 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 50%;
        background: #2ecc71;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@keyframes preloader_2_3 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 50%;
        background: #2ecc71;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_4 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
        transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 50%;
        background: #e74c3c;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@keyframes preloader_2_4 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
        transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 50%;
        background: #e74c3c;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}
/*Radio button*/
@@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

.btn-check:checked + .btn.btn-active-success, .btn-check:active + .btn.btn-active-success, .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success.active, .btn.btn-active-success.show, .show > .btn.btn-active-success {
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
    box-shadow: none;
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid var(--bs-gray-300);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid #E1E3EA;
}

.btn.btn-color-muted {
    color: #A1A5B7;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.DisplaycomputerImages {
    display: flex;
    flex-wrap: wrap;
}

    .DisplaycomputerImages img {
        max-height: 70px;
        margin-right: 10px; /* Add some margin for spacing between images */
        margin-bottom: 10px; /* Add margin to create a new line after two images */
    }

        /* Optional: To ensure the last row aligns properly */
        .DisplaycomputerImages img:nth-child(2n) {
            margin-right: 0; /* Remove margin for every second image in a row */
        }

.DisplaycomputerImages {
    position: relative;
    max-height: 70px;
}


.property-content .grow {
    flex: 1 1 100%;
    box-sizing: border-box;
    max-height: 100%;
}

.price span {
    display: block;
}

.property-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price {
    font-size: 20px;
}

p {
    margin-bottom: 16px;
}

.title {
    font-size: 18px;
    margin-top: -8px;
}

.features p:after {
    content: "";
    display: block;
    overflow: hidden;
    height: 1em;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.price {
    font-size: 20px;
}

.features p span + span {
    float: right;
    padding: 0 0 0 .4em;
    font-weight: 500;
}

.features p span:first-child {
    float: left;
    padding: 0 0.4em 0 0;
    color: rgba(0, 0, 0, 0.54) !important;
    font-weight: 500;
}

.iti__country-list {
    width: 240px;
}

.thumbnail-section {
    position: relative;
}

.property-status {
    position: absolute;
    z-index: 2;
}

.property-image {
    position: relative;
    min-height: 180px;
}

.property-status span.green {
    background: #558B2F;
}

.property-status span.blue {
    background: #1E88E5;
}

.property-status span {
    padding: 3px 6px;
    margin: 4px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Overpass", sans-serif;
    border-radius: 4px;
    background: #01579B;
}