﻿body, h1, h2, h3, h4, h5, h6, tspan, textPath, text, .tooltip-inner, code, em {
    font-family: EnglishFont, GeorgianFont !important;
}

h1 {
    display: block;
    font-size: 2rem;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button-white:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-main-content {
    padding: 20px;
}

.login-card {
    max-width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
}

.login-form-control {
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
    padding: 12px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.login-password-wrapper {
    position: relative;
}

.login-password-visibility {
    width: 18px;
}

.login-password-wrapper .fa-eye,
.login-password-wrapper .fa-eye-slash {
    position: absolute;
    right: 10px; /* Position the icon inside the input */
    top: 50%;
    transform: translateY(-50%); /* Vertically center the icon */
    cursor: pointer;
    font-size: 18px; /* Adjust icon size */
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button-background-color {
    background-color: #0CC47D !important;
    color: #fff !important;
}

    .login-button-background-color:hover {
        background-color: #0AA668 !important;
        color: white !important;
    }

.btn-custom {
    border: none !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    padding: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
    width: 100% !important;
    margin-top: 15px !important;
    cursor: pointer !important;
}

.register-custom-tab {
    transition: background-color 0.3s ease;
}

    .register-custom-tab.active, .register-custom-tab[aria-selected="true"] {
        background-color: #0CC47D !important;
        color: white !important;
        font-weight: bold;
    }

    .register-custom-tab:hover {
        background-color: #0AA668 !important;
        color: white !important;
    }

.text-coinmania-color {
    color: #0CC47D !important;
}


/* small devices (sm) */
@media (min-width: 576px) {
    .fs-sm-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-sm-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-sm-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-sm-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-sm-5 {
        font-size: 1.25rem !important;
    }

    .fs-sm-6 {
        font-size: 1rem !important;
    }
}

/* medium devices (md) */
@media (min-width: 768px) {
    .fs-md-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-md-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-md-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-md-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-md-5 {
        font-size: 1.25rem !important;
    }

    .fs-md-6 {
        font-size: 1rem !important;
    }
}

/* large devices (lg) */
@media (min-width: 992px) {
    .fs-lg-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-lg-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-lg-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-lg-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-6 {
        font-size: 1rem !important;
    }
}

/* extra large devices (xl) */
@media (min-width: 1200px) {
    .fs-xl-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-xl-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-xl-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-xl-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-xl-5 {
        font-size: 1.25rem !important;
    }

    .fs-xl-6 {
        font-size: 1rem !important;
    }
}

/* xxl devices (xxl) */
@media (min-width: 1400px) {
    .fs-xxl-1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }

    .fs-xxl-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .fs-xxl-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-xxl-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-xxl-5 {
        font-size: 1.25rem !important;
    }

    .fs-xxl-6 {
        font-size: 1rem !important;
    }
}


@media (max-width: 767.98px) {
    .fs-xs-small {
        font-size: smaller !important;
    }
}
