﻿
.login-welcome-title {
    color: #1C1D1F;
    font-size: 1.5rem !important;
    font-family: var(--public-redesign-font-family);
    font-weight: 600;
    word-wrap: break-word;
}

.login-text {
    color: #343A40;
}

.card-login {
    padding: 15px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 1%) !important;
}

.nav-tab-text {
    font-family: var(--public-redesign-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.nav-tabs {
    border-bottom: 1px solid #CED4DA !important;
}

    .nav-tabs .nav-item .nav-link {
        border: none !important;
        border-bottom: 0px !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, nav-item.active:hover {
        background: white;
        color: #0F5132;
        border-color: #0F5132 !important;
        border: none !important;
        border-bottom: 2px solid #0F5132 !important;
    }

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item.active:hover {
        border: none !important;
        background: white !important;
        border-color: none !important;
        color: #0F5132 !important;
        border-bottom: 2px solid #0F5132 !important;
    }

.button-custom {
    background-color: #E9ECEF;
}

.btn-custom-link {
    color: var(--Primary, #198754);
    text-decoration: none;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.btn-custom-close {
    color: darkgray;
    background: white;
    border: #E9ECEF;
}

.fa-close:before {
    color: black;
}

.sq-switch {
    background-color: #198754;
}
