/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

.crs-rental-listing-shortcode .crs-single-listing-item .card-img-top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
}
.crs-rental-listing-shortcode .crs-single-listing-item .card-img-top div {
    position: absolute;
    bottom: 0px;
    background: #10295A;
    color: white;
    padding: 0.5rem 1.5rem;
}
.crs-rental-listing-shortcode .features-row i {
    vertical-align: text-bottom;
}
.crs-rental-listing-shortcode .fa-share-from-square {
    cursor: pointer;
}
.crs-blue-btn, .crs-blue-btn:hover, .crs-blue-btn:active, .crs-blue-btn:visited {
    background-color: #10295A !important;
    border-color: #10295A !important;
}
.crs-green-btn, .crs-green-btn:hover, .crs-green-btn:active, .crs-green-btn:visited {
    background-color: #1b9174 !important;
    border-color: #1b9174 !important;
}
.crs-invalid-field {
    border-color: #dc3545 !important;
}
.form-control, .form-control::placeholder {
    color: black !important;
}
.crs-invalid-field::placeholder {
    color: #dc3545 !important;
}
.crs-help-text {
    display: none;
    color: #dc3545 !important;
    margin-top: 5px;
}
.progress-bar.bg-success {
    background-color: #1b9174 !important;
}
#shareModal .btn-close:hover {
    background-color: transparent !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #1b9174 !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #1b9174 !important;
}
.swal2-confirm, .swal2-confirm:hover, .swal2-confirm:active, .swal2-confirm:visited {
    background-color: #10295A !important;
    border-color: #10295A !important;
    border-radius: 0px !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
    box-shadow: none !important;
}
.crs-renter-questionnaire-shortcode {
    width: 50%;
    margin: auto;
}
.crs-external-application-shortcode {
    width: 50%;
    margin: auto;
}
.crs-internal-application-shortcode {
    width: 50%;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .crs-renter-questionnaire-shortcode {
        width: 100%;
        margin: auto;
    }
    .crs-external-application-shortcode {
        width: 100%;
        margin: auto;
    }
    .crs-internal-application-shortcode {
        width: 100%;
        margin: auto;
    }
}