.order-cleaning-form-header-wrapper{
    padding: 10px 20px;
    color: #fff;
}
.order-cleaning-form-header-title{
    font-size: 22px;
    padding: 5px 0;
}
.order-cleaning-form-header-desc{
    padding-bottom: 5px;
    font-size: 12px;
}
.order-cleaning-inputs-wrapper .order-cleaning-inputs-col{
    padding 0;
    margin: 0 15px;
}
.custom-select{
    position: relative;
}
.custom-select-arrow-down::after,
.custom-select-arrow-up::after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dd";
    font-size: 16px !important;
}
.custom-select-arrow-up::after{
    content: '\f0de';
}
.custom-select-main{
    display: flex;
    padding: 8px 13px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    align-items: center;
}
.custom-select-main-text{
    flex: 1;
}
.custom-select-options{
    z-index: 3;
    display: none;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.custom-select-option{
    padding: 8px 13px;
    cursor: pointer;
    display: block;
    margin: 0;
}
.custom-select-option:hover{
    background-color: #eeeeee;
}
.custom-select-optin_selected{
    background-color: #eeeeee;
}
.form-group,
.form-footer{
    padding: 0 10px;
}
.field-label{
    padding: 5px 0;
}
.form .row .col{
    padding: 0;
}
.form-success{
    min-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    flex-direction: column;
}
.field-label-error-text{
    color: #e82e05;
    font-size: 12px;
}