@import 'main.css';

@import './elements/scrollbar.css';
@import './elements/selector.css';

/* components */
@import './components/datepicker.css';
@import './components/menu-bar.css';
@import './components/sidenav.css';

/* pages */
@import './pages/step1.css';
@import './pages/faq.css';

@import 'overwrite.css';
@import 'responsive.css';

.wrap {
    background: linear-gradient(180deg, rgba(29, 151, 108, 0.7) 0%, rgba(147, 249, 185, 0.7) 100%), url('../images/bg.jpg');
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 100%;
    min-height: 100vh;
    width: 100%;
}

.main-content {
    z-index: 2;
}

.content .bg-light {
    background-color: #F6F6F6 !important
}

.date-form {
    background: rgba(250, 250, 250, 0.4) !important;
    border: 0 !important;
    text-align: center;
    color: #fff !important;
}

.date-form::placeholder {
    color: #f3f3f3;
    text-align: center;
}

.date-form:focus {
    box-shadow: 0 0 0 0.1rem #fff
}

.date-btn {
    transition: transform 0.3s;
}

.date-btn:first-child:active {
    color: #fff;
}

.date-btn:disabled {
    transform: scale(0.9) !important;
}

.date-btn:hover {
    background-color: transparent !important;
    color: #fff;
    transform: scale(0.9);
}



.step-text {
    font-size: 0.8rem;
    color: #888;
    font-weight: bold;
}

.bg-header {
    /* background: linear-gradient(180deg, rgba(29, 151, 108, 0.7) 0%, rgba(147, 249, 185, 0.7) 100%), url('../images/bg.jpg'); */
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-btn {
    width: 150px;
}

.btn-check+.btn {
    background-color: #F9FAFB;
    border-color: #E5E7EB;
    color: #333;
    padding: 0.5rem 2rem;
}

.z-3 {
    z-index: 3 !important;
}



ul.af_list {
    border-radius: 8px !important;
    margin: 0 !important;
    border: solid 1px var(--bs-border-color) !important;
    font-size: 1rem !important;
}

li.af_item {
    cursor: pointer;
    border: 0 !important;
    padding: 10px !important;
}

li.af_hover {
    background-color: var(--igo-color) !important;
    color: white;
}