.required-field {
    font-size: 9px;
    color: red;
}

.custom-file-input {
    opacity: 1 !important;
}

.vich-image .form-group, .vich-image a {
    display: none;
}

/*CSS Des commentaires*/

.customer-feedback img {
    max-width: 100%;
}

.customer-feedback .section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.customer-feedback .section-title:after,
.customer-feedback .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}

.customer-feedback .section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
}

.customer-feedback .section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev {
        left: 0;
    }

    .customer-feedback .owl-next {
        right: 0;
    }

    .list-group-item {
        margin: 10px 0 !important;
    }
}

.bold {
    font-weight: bold !important;
}

.property_list_table tr td {
    vertical-align: middle !important;
}

.property_description li {
    list-style: circle !important;
}

.property_description {
    font-size: 20px;
}

.img_annonce {
    width: 370px;
    height: 230px;
}


/* ############## PROPERTY ORDER FORM  */
.order_form {
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
    z-index: 2;
    background-color: #FFF;
}

.w_60 {
    width: 60%;
}

.order_btn {
    border-radius: 5px;
}

.pw_notif {
    font-size: 10px !important;
}

.pw_display_ckb {
    margin-top: 34px;
    filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

.pt_33 {
    padding-top: 33px;
}

.profile_picture {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 4px;
}


#s2id_selogeraucamer_country {
    border: 0 !important;
    padding: 0 !important;
}

.select2-container .select2-choice {
    height: 34px !important;
}

.form-error-icon {
    background-color: red;
}

.form-error-message {
    color: red;
    font-size: 11px;
}

.form_up2 {
    margin-top: 10px !important;
}

.green {
    color: green;
}


/* KENDO Date picker */
.k-footer, .k-calendar-title {
    text-transform: capitalize;
}

.k-state-disabled {
    text-decoration: line-through;
}

img.property {
    height: 50px;
    width: 50px;
}

.badge-app {
    background-color: #F26178;
}

.absolute_p {
    position: absolute;
}

.ml_5 {
    margin-left: 5px;
}

.btn-success {
    border-color: #F26178 !important;
}


/**
####### Account
 */
.account_settings .description {
    font-size: 14px;
    color: grey;
}

.mt_2 {
    margin-top: 2em;
}

.text_underline {
    text-decoration: underline !important;
}
.help_link li {
    padding-bottom: 15px;
    font-size: 13px;
}

.deposit_item {
    display: flex;
    justify-content: space-between;
}

#kapo_payment_method_accountType {
    display: flex;
    justify-content: space-around;
}