@import 'fonts';
@import 'variables';
@import '~bootstrap/scss/bootstrap';
@import 'layout';
@import 'layout_desktop';
@import 'intlTelInput';
@import 'checkbox';
@import 'material-forms';
@import 'expandable';
@import 'radio';
@import 'selectdates_calendar';
.g-recaptcha {
    display: none;
}

.text-yellow {
    color: $yellow-efe;
}

#selfModal {
    p,
    input {
        font-size: 1.7rem
    }
}