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%;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin-bottom: 60px;
    font-family: Arial;
    font-weight: 700;
    overflow-x: hidden;
}

footer {
    display: flex;
    background: transparent linear-gradient(90deg, var(--unnamed-color-171796) 0%, #181858 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #171796 0%, #181858 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

    footer h6 {
        position: relative;
        font-weight: 600;
    }

.custom-floating-btn {
    z-index: 98;
    border: 2px solid #F2F2F2;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 17px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, .7) 2px 2px 8px 0px;
    transition: 0.3s;
}

    .custom-floating-btn:hover {
        background-color: #F2F2F2 !important;
        color: #171796 !important;
    }

    .custom-floating-btn.support {
        display: none;
        position: fixed;
        background-color: #A11824;
        bottom: 100px;
        right: 20px;
    }

    .custom-floating-btn.contact {
        position: fixed;
        background-color: #171796;
        bottom: 50px;
        right: 20px;
    }

.contact-modal-btn {
    display: none;
    border: 2px solid #F2F2F2;
    background-color: #171796;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 17px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, .7) 2px 2px 8px 0px;
    transition: 0.3s;
    color: #F2F2F2 !important;
    text-decoration: none;
}

    .contact-modal-btn:hover {
        background-color: #F2F2F2;
        color: #171796 !important;
    }

        .contact-modal-btn:hover a {
        }

    .contact-modal-btn a {
    }

.modal-content {
    padding: 2rem;
    border-radius: 20px;
}

.support-link {
    display: inline-block;
    border: 2px solid #171796;
    background-color: #171796;
    color: #F2F2F2 !important;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 17px;
    margin: 10px;
    text-decoration: none;
}

    .support-link:hover {
        background-color: #F2F2F2;
        color: #171796 !important;
    }

@media (max-width: 767px) {
    .contact-modal-btn {
        max-width: 150px;
        display: block;
    }

    .custom-floating-btn.support {
        display: block;
    }
}
