::-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: white;
    border: none;
    color: black;
    font-size: 14px;
    padding-left: 95px;
}

.form-carsultan::placeholder,
.select-bar::placeholder {
    font-size: 14px !important;
    color: black;
    /* 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;
}

/* custom select2 */

.select-bar {
    width: 100%;
    border-radius: 8px;
    float: left;
}

.select-bar {
    background: white;
}

.select-bar .select2-container .select2-selection--single {
    background: transparent;
    height: 53px !important;
    padding-left: 19px !important;
    display: flex;
    align-items: center;
}

.select-bar .select2-container .select2-selection--single::placeholder,
.select2-selection__rendered {
    color: red !important;
}

.select-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0E0F13 !important;
}

.select2-container .select2-selection--single {
    border-radius: 8px;
    /* padding: 18px 16px 16px 16px !important; */
    height: fit-content !important;
    border: none !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #F4F4F4 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 35% !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

/* end custom select2 */

.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: black;
    }
}
