::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.radio label input {
    accent-color: #faa300 !important;
}

.form-carsultan {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: 100%;
    height: 53px;
    border-radius: 8px;
    background: #2a3139;
    border: none;
    color: white;
    font-size: 14px;
    padding-left: 95px;
}

.form-carsultan::placeholder,
.select-bar::placeholder {
    font-size: 14px !important;
    color: white;
    /* font-weight: 600 !important; */
}

.wrapper-icon-form {
    left: 20px;
    top: 35%;
    width: 11%;
    border-right: 2px solid white;
    height: 24px;
    align-items: center;
}

span p {
    margin-bottom: 0px !important;
}

.img-245-h {
    height: 245px;
}

.line {
    width: 100%;
    height: 1px;
    border: 1px solid;
    border-style: solid;
}

.line-dotted {
    width: 100%;
    height: 2px;
    border: 2px solid;
    border-style: dashed;
}

@media (max-width: 576px) {
    .form-carsultan,
    .select-bar .select2-container .select2-selection--single {
        height: 49px;
    }

    .line-dotted {
        height: 1px;
        border: 1px solid;
        border-style: dashed;
    }

    .form-carsultan::placeholder,
    .select-bar::placeholder,
    .select2-selection__rendered {
        font-size: 14px !important;
        color: white;
    }
}
