.hero-mini-myfuture {
    padding:50px 0px 50px 0px;
    background-color: #FFEFEF;
    background-image: url('/images/myfuture/background-mini-myfuture.png');
}

.information-test {
    background: #FFEFEF;
    border: 1px solid var(--red-primary);
    border-radius: 5px;
    padding: 10px;
}

.title-highlight {
    color: var(--red-primary);
}

.btn-option {
    background:transparent;
    border: 1px solid #464646;
    border-radius: 90px;
    padding:5px;
    cursor: pointer;
    width: 100%;
}

.btn-option:hover {
    background:#FFEFEF;
    border: 1px solid var(--red-primary);
    border-radius: 90px;
    padding:5px;
    cursor: pointer;
    width: 100%;
}

.btn-option-active {
    background:#FFEFEF;
    border: 1px solid var(--red-primary);
    border-radius: 90px;
    padding:5px;
    cursor: pointer;
    width: 100%;
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-50 { width: 50%!important; }
}

.red-button-edubridge {
    padding: 16px 32px;
    background-color: var(--red-primary);
    color: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--red-primary);
    border-radius: 5px;
    max-width: 100%;
}

.red-button-edubridge:disabled {
    background-color: #D4797C;
}

[x-cloak] {
    display: none;
}

.progress-bar {
    background-color: var(--red-primary) !important;
}

.progress {
    --bs-progress-height: 0.5rem !important;
}

.progress-title {
    color: var(--red-primary);
}

input, select {
    padding: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #BABABA !important;
}

.close-modal-minimyfuture {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    background-color: #0060CD;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px;
}

.close-modal-minimyfuture:hover {
    background-color: #80B0E6;
}

.modal-backdrop {
    display: none !important;
}
