.components {
    max-width: 1200px;
    margin: auto;
}
.select2-container .select2-selection--single {
    padding: 0.7rem;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}
.select2-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

#levy_message,
#levy_required,
.required{
    color: #ee0000;
}

.form-calculator__reset {
    color: #32768f;
    text-decoration: none;
}

.icon_close:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.form-calculator__result{
    display: none;
}

.small{
    font-size: .825rem;
    line-height: 1.5;
}

.levy_building_cost{
    background-color: #ffffff;
    border: 1px solid #bebebe;
    padding: 15px 25px;
    transition: .25s all ease-in-out;
    width: 100%;
    border-radius: 4px;
    border-radius: 0.4rem;
}
.form-calculator__filed-wrapper{
    position: relative;   
    margin-bottom: 1.5rem;
}

.form-calculator__currency{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.form-calculator__result__input{
    font-weight: bold;
}

.total {
    font-size: 1.5rem;
}