div.h2-section {
    padding-bottom: 40px;
}

div.h2-section button.nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
}

[v-cloak] {
    display: none;
}

.disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.735);
    color: #6f9fe8;
    z-index: 1;
    cursor: default;
}

.main-step {
    font-weight: 400;
}


/* CARDS */

div.card {
    width: 150px;
    margin: 5px;
}

div.card-radio:hover {
    cursor: pointer;
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

div.card-radio-group .selected {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* bootstrap modal background */
.modal-backdrop {
    opacity:0.9 !important;
}