.date-icon + i {
    position: absolute;
    bottom: 11px;
    left: 15px;
}
.date-icon {
    padding-left: 30px;
}
.hide{
    display: none;
}
.steps-actions{
    text-align: center;
    margin-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.login-logo img{
    max-width: 250px;
    width: 100%;
}

.modal-body-content-steps{
    overflow-y: auto;
    max-height: 300px;
}
.form-control input[type=text], input[type=number]{
    height: 41px !important;
}

.required-fields {
    color: #FF2855;;
}
.wizard > .steps .number {
    display: none;
}
/*---------------------------------------- range slider*/
.range-slider {max-width: 80%; margin: 0 auto; padding-top: 20px; }
#slider-range { background-color: #D4D4D4; }

.ui-slider-horizontal .ui-slider-range { background-color: #6798BD; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: #fff!important;
    border: 1px solid #cccccc!important;
}

.ui-slider .ui-slider-handle {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
    border-radius: 50%;
    height:20px;
    width:20px;
}

.amount {
    /*font-size: 1.75em;*/
    /*font-weight: 300;*/
    /*line-height: 1.6875em;*/
    color:#6798BD;
    text-align:center;
    width:100%;
    /*margin-top: 20px;*/
    margin-top: 10px;
    margin-bottom: -15px;
    pointer-events: none;
}
.slider_range_input{

}

.steps.clearfix{
    pointer-events: none;
}
/*---------------------------------------- range slider */

/*switch button Abderrahmen */
.checkbox_switch {
    width: 0;
    height: 0;
    display: none;
    margin-right: -15px!important;

}
.label_switch {
    /*width: 500px;*/
    width: 55px;
    /*height: 150px;*/
    height: 30px;
    display: block;
    /*background-color: #477a85;*/
    background-color: #eeeeee;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    margin: auto;
    /*box-shadow: 0 0 20px #477a8550;*/
}
.label_switch::after {
    content: "";
    /*width: 120px;*/
    width: 20px;
    /*height: 120px;*/
    height: 20px;
    /*background-color: #e8f5f7;*/
    background-color: #ffffff;;
    position: absolute;
    border-radius: 70px;
    top: 5px;
    left: 5px;
    transition: 0.5s;
}

.checkbox_switch:checked + .label_switch:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.checkbox_switch:checked + .label_switch {
    /*background-color: #243d42;*/
    background-color: #0061C5;
}

.div_field {
    width: 200px;
    white-space: normal;
    /* flex row */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* flex row */
}
.label_sector {
    font-weight: 600;
}