:root {
    --bs-font-sans-serif: 'Lato', 'Helvetica', 'Arial', sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
}

.footer-bg-white {
    background: white;
}

.mb-3.required .form-label:after {
    content: "*";
    color: red;
}

.navbar-user-avatar {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    border-radius: 50%;
    font-family: monospace;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.card-header-text {
    font-size: 1.5rem;
}

.custom-tab-link {
    font-weight: 500 !important;
    padding: 0.5rem !important;
}

.custom-tab-link:hover {
    color: #0067d6 !important;
}

.custom-tab-link.active {
    background-color: #007bff !important;
    color: white !important;
}

.custom-tab-link.error-tab {
    background-color: #f5c6cb !important;
    color: black !important;
}

.custom-tab-link.error-tab.active {
    background-color: #f8abb3 !important;
    color: black !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.top-referral-button {
    display: block;
}

.referral-button {
    padding: 0.4rem 2rem !important;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    margin-right: 0.7rem;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #e48bae, #efa68b);
    box-shadow: 0 3px 5px 0 rgba(236, 116, 149, 0.75);
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.referral-button:hover {
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.referral-button:focus {
    outline: none;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: contents !important;
        flex-basis: auto;
    }
}