.primary-button {
    position: relative;
    min-height: 40px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}

.primary-button.transparent {
    width: auto;
    height: auto;
    padding: 5px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.primary-button.border-blue {
    border: 1px solid #06F;
}

.primary-button.white {
    background: #fff;
}

.primary-button.dark {
    background: #1D1D2B;
}

.primary-button.dark:hover {
    background: #06F;
}

.primary-button.w-50 {
    width: 50px;
}

.primary-button.h-50 {
    height: 50px;
}

.primary-button.w-40 {
    width: 40px;
}

.primary-button.h-40 {
    height: 40px;
}

.primary-button.blue {
    background: #06F;
}

.primary-button.blue:hover {
    gap: 20px;
    background: #003D99;
}

.primary-button.white-color {
    color: #fff;
}

.primary-button.blue-color {
    color: #06F;
}

.primary-button.blue-color:hover {
    background: #06F;
    padding: 0 10px;
    color: #fff;
}

.primary-button.blue-color:hover img {
    filter: none;
}


.primary-button.blue-color img {
    filter: invert(56%) sepia(94%) saturate(7460%) hue-rotate(212deg) brightness(103%) contrast(106%)
}

.primary-button.radius-8 {
    border-radius: 8px;
}

.primary-button.radius-10 {
    border-radius: 10px;
}

.primary-button img {
    max-width: 100%;
}

.primary-button .loading-icon {
    display: none;
    max-width: 30px;
    max-height: 30px;
}

.primary-button.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.primary-button.loading img.loading-icon {
    display: flex;
    animation: rotate 2s infinite linear;
}

.primary-button:disabled {
    opacity: 0;
    pointer-events: none;
}

.f-bold {
    font-weight: bold;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.no-white-space {
    white-space: nowrap;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-1 {
    line-height: 1;
}

.inter-font {
    font-family: 'Inter', sans-serif;
}

.commissioner-font {
    font-family: 'Commissioner', sans-serif;
}

.f-italic {
    font-style: italic;
}

.t-a-c {
    text-align: center;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-21 {
    font-size: 21px;
}

.fz-20 {
    font-size: 20px;
}

.fz-24 {
    font-size: 24px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 32px;
}

.fz-32 {
    font-size: 32px;
}

.fz-36 {
    font-size: 36px;
}

.fz-45 {
    font-size: 45px;
}

.fz-48 {
    font-size: 48px;
}

.fz-50 {
    font-size: 50px;
}

.fz-60 {
    font-size: 60px;
}

.fz-64 {
    font-size: 64px;
}

.fz-72 {
    font-size: 72px;
}

.fz-80 {
    font-size: 80px;
}

.fz-85 {
    font-size: 80px;
}

.fz-115 {
    font-size: 115px;
}

.fz-128 {
    font-size: 128px;
}

.fz-130 {
    font-size: 130px;
}

.fz-150 {
    font-size: 150px;
}

.fz-350 {
    font-size: 350px;
}


@media (max-width: 768px) {

    .fz-72 {
        font-size: 42px;
    }

    .fz-60 {
        font-size: 32px;
    }

    .fz-48 {
        font-size: 24px;
    }

    .fz-24 {
        font-size: 18px;
    }

    .fz-16 {
        font-size: 14px;
    }

    .fz-32 {
        font-size: 24px;
    }

    .fz-18 {
        font-size: 16px;
    }
}
