.card_type_column__active {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #C8AB7A!important;
    border-radius: 4px;
    padding: 13px 15px;
    height: 100%;
    position: relative;
}

.card-link_type_column__active {
    color: #C8AB7A !important;
}
.form__search {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0;
    right: 43px;
}
.nav-link_without_child {
    font-size: 18px;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 0;
}
.nav-link_without_child:hover {
    color: #154ec9;
}
.schema2 {
    width: 100%!important;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media (max-width: 575.98px) {
    .schema2 {
        width: 2000px!important;
    }
}
.btn_outline_gold__active {
    color: #fff !important;
    background-color: #C8AB7A !important;
}

.cursor-pointer {
    cursor: pointer;
}

.highlight {
    background: #C8AB7A;
}



.alert-info{
    color:#f8fafd;
    background-color:#007dd0;
    border-color:#007dd0;
}
