/* Header */
.body {
    user-select: none;
}

.custom-header-logo {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    overflow: hidden;
}

input[type=checkbox]:checked+label:before {
    border-width: 7px;
    border-color: #004e91;
}

.form-check-input:focus {
    border-color: #004e91;
}

input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
    border-color: #004e91;
}

input[type=radio]:checked+label:before {
    border-color: #004e91;

}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    border-color: #004e91;
}



.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 18%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-secondary {
    color: #fff;
    background-color: #004e91;
    border-color: #004e91;
}

p .delegation {
    line-height: 2rem;
    background-color: #004e91;
}

.btn-red {
    background-color: #004e91;
    color: #fff;

}

.delegation p.submit {
    line-height: 2rem;
    font-size: 20px;
}

.btn-red:hover {
    color: #fff;
    text-decoration: none;
}

ul.submit li {
    line-height: 2.5rem;
    font-size: 18;

}

label span {
    font-weight: 300;
    font-size: 14px;
}

/* modal */
.modal {
    z-index: 9999;
    position: fixed;

}

.close-btn {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    user-select: none;
}