

/* tnc popup */
.tncMain li {
    list-style-type: decimal;
}


/*  */

.dashboard {
    padding-top: 20px;
    background: #f3f3f3;
    margin-bottom: -30px;
}

.dashboard a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: red;
    border-color: red;
}

.form-group h5 , .success_title{
    color: red;
}

/* upload image */
/* upload file column */
.bg-grey, .main-container {
    background: #f3f3f3;
}

.all-upload-file {
    background: #ffffff;
    border-radius: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.all-upload-file h6 {
    text-align: center;
    font-weight: 600;
}

.all-upload-file .size-info {

    width: 80%;
    margin: auto;
    position: relative;
    color: #9c9c9c;
    font-size: 12px;
}

.all-upload-file img, .all-upload-file video {
    border-radius: 20px;
    width: 100%;
    height: 196px;
    object-fit: cover;
    border: none;
}

.all-upload-file label {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 250px;
    cursor: pointer;
    z-index:100;
}

.upload-img-size {
    height: 200px;
    width: 200px;
    border-radius: 20px;
    border: 2px dashed #9c9c9c;
    position: relative;
    background: #fff url('/sapphire/img/feng-shui-img/photo.png') no-repeat center;
    background-size: 55%;
    margin: auto;
}

.upload-img-size.video {
    height: 200px;
    width: 200px;
    border-radius: 20px;
    border: 2px dashed #9c9c9c;
    position: relative;
    background: #fff url('/sapphire/img/feng-shui-img/video.png') no-repeat center;
    background-size: 55%;
    margin: auto;
}

/*  */
.paymentBorder {

    border-top: 1px solid red !important;
}

button.sapphireButtton {
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #F3F4F4, #8B878D, #F3F4F4, #8B878D, #F3F4F4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #FB041C inset;
}

button.sapphireButtton-off {
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #F3F4F4, #8B878D, #F3F4F4, #8B878D, #F3F4F4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #b7b7b7 inset;
}

button.sapphireButtton:disabled {
    box-shadow: 2px 1000px 1px #adadad inset;

}

.dashboardBox {
    border-radius: 10px;
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px 0px;
}

.redText h2 {
    color: red;
    font-weight: 600;
    font-size: 30px;
}

/* .redText p {
    color: red;
    font-size: 12px;
} */

.greyText {
    color: grey;
}



.ratingChecked {
    color: red;
}

.bed {
    background-image: url('');
}

.bath {
    background-image: url('');
}

.parking {
    background-image: url('');
}

.dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #f00;
    position: absolute;
    top: -9%;
    left: 0;
    z-index: 1;
}

.line {
    width: 100%;
    border-top: 3px solid #f00;
    position: absolute;
    top: 0%;
}

.mainProgressPoint {
    margin: 20px auto;
}

@media (max-width: 575.98px) {

    .dashboard {
        padding-bottom: 20px;
    }

    .mainProgressPoint {
        margin: 10px 90px;
    }

    .progressDescription {
        text-align: left;
    }

    .redText h2 {
        font-size: 20px;
    }

    .descText {
        font-size: 12px;
    }



}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .dashboard {
        margin-bottom: -10px;
    }

    .redText h2 {
        font-size: 25px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .dashboard {
        margin-bottom: -10px;
    }

    .redText h2 {
        font-size: 25px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .dashboard {
        margin-bottom: -10px;
    }

    .redText h2 {
        font-size: 25px;
    }
}
