/* Skip navigation - accessibility */
.skip-nav {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #1E40AF;
    color: white;
    padding: 8px 16px;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    transition: top 0.2s ease;
}
.skip-nav:focus {
    top: 0;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.text-gray {
    color: #898989;
}

.text-gray-100 {
    color: #333333;
}

.fs-7 {
    font-size: 15px;
}

.btn-gray-custom {
    background-color: #F2F2F2 !important;
}

.btn-gray-custom:hover {
    transition: background-color 0.5s ease, color 0.5s ease;
    background-color: #F3F3FF !important;
}

.mb-6 {
    margin-bottom: 65px;
}

.form-control::placeholder {
    font-size: 14px;
    color: #CACACA;
}

.form-control {
    border: 1px solid #CACACA;
}

.shadow-custom {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

h6.or {
    text-align: center;
    position: relative;
}

h6.or::before,
h6.or::after {
    content: "";
    position: absolute;
    top: 50%;
    height: .5px;
    background-color: #C1C1C1;
}

h6.or::before {
    left: 0;
    right: 63%;
    margin-right: 50px;
    transform: translateY(-50%);
}

h6.or::after {
    right: 0;
    left: 63%;
    margin-left: 50px;
    transform: translateY(-50%);
}

.form-check {
    border: 1px solid #CACACA;
}

.form-check-custom:hover,
.form-check:hover,
.form-check.active {
    cursor: pointer;
    background-color: #F0F0FF !important;
    border: 1px solid #7366FF !important;
}
