@font-face {
    font-family: 'TT Norms Pro';
    src: url('Fonts/TT Norms Pro Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('Fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/Montserrat-VariableFont_wght.ttf');
}

html, body {
    font-family: 'TT Norms Pro', 'Roboto', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
    height: 100vh;
    padding: 0;
    font-size: 16px;
}

body {
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
    display: grid;
    grid-template-rows: 7.5% 85% 7.5%;
    margin: 0px;
    overflow: hidden;
    user-select: none;
    line-height: 1.2;
}

body.no-scroll {
    padding-inline-end: 0;
}

h1:focus {
    outline: none;
}

.language-button-stack {
    margin: 0 50px 50px 50px;
}

.text-upper {
    text-transform: uppercase;
}

.right {
    margin-left: auto;
}

.rz-dropdown-items-wrapper {
    max-height: 300px !important;
}

.language-dropdown-element {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.language-image {
    height: 35px;
}

.language-text {
    color: var(--text-color);
}

.rz-dropdown-list {
    padding: 0 !important;
}

.rz-dropdown-item {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.rz-dialog-confirm-buttons > .rz-secondary {
    display: flex !important;
    width: 30% !important;
    height: 40% !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 6px !important;
    border: 1px solid var(--text-color) !important;
    box-shadow: 0px 10px 30px 0px rgba(202, 66, 17, 0.10) !important;
    background: var(--primary-color) !important;
}

.rz-dialog-confirm-buttons > .rz-primary {
    display: flex !important;
    width: 30% !important;
    height: 40% !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 6px !important;
    background: var(--secondary-color) !important;
    box-shadow: 0px 10px 30px 0px rgba(202, 66, 17, 0.10) !important;
    border: 0 !important;
}

.rz-dialog-confirm-buttons .rz-secondary .rz-button-box .rz-button-text {
    text-align: center !important;
    font-family: 'TT Norms Pro' !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 152.3% !important;
    letter-spacing: -0.28px !important;
    color: var(--text-color) !important;
}

.rz-dialog-confirm-buttons .rz-primary .rz-button-box .rz-button-text {
    text-align: center !important;
    font-family: 'TT Norms Pro' !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 152.3% !important;
    letter-spacing: -0.28px !important;
    color: var(--primary-color) !important;
}

.rz-dialog-confirm {
    width: 90% !important;
    max-width: 90% !important;
}

.rz-dialog-confirm-message, .rz-dialog-title {
    color: var(--text-color);
    font-family: "TT Norms Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}

.rz-growl-item {
    color: var(--primary-color) !important;
    background-color: var(--secondary-color) !important;
    padding: 10px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

.rz-growl-title {
    color: var(--primary-color);
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.625%;
}

.rz-growl-icon-close {
    display: none !important;
}

.rz-growl-image {
    display: none !important;
}

.rz-growl-message {
    text-align: center !important;
}

.rz-growl-message p {
    margin: 0 !important;
}

.confirm-modal-box {
    width: 90% !important;
    border-radius: 10px !important;
}

.rz-dialog-mask {
    opacity: 0.8 !important;
}

.roboto-very-small {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
}

.roboto-small {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
}

.roboto-medium {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
}

.roboto-large {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 500;
}

.roboto-very-large, .iti__selected-dial-code {
    font-family: Roboto;
    font-size: 70px;
    font-weight: 500;
}

.ttnormspro-very-small {
    font-family: 'TT Norms Pro';
    font-size: 14px;
    font-weight: 400;
}

.ttnormspro-small {
    font-family: 'TT Norms Pro';
    font-size: 24px;
    font-weight: 400;
}

.ttnormspro-medium {
    font-family: 'TT Norms Pro';
    font-size: 30px;
    font-weight: 600;
}

.ttnormspro-large {
    font-family: 'TT Norms Pro';
    font-size: 40px;
    font-weight: 600;
}

.montserrat {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10,10);
        opacity: 0;
        transition: transform .3s, opacity .7s;
    }

    .ripple:active:after {
        transform: scale(0,0);
        opacity: .2;
        transition: 0s;
    }

.hidden {
    display: none !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.demo {
    position: absolute;
    color: #ff9800;
    top: 5px;
    left: 5px;
    text-transform: uppercase;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.iti__search-input {
    display: none !important;
}

.iti {
    height: 100%;
    width: 100%
}

.iti__arrow {
    margin-right: 1rem !important;
    transform: scale(2.5);
}

.iti__flag {
    margin-right: 2.5rem !important;
    transform: scale(3.5);
}

.iti__country {
    font-size: 3rem;
    margin: 2rem;
}

.iti--fullscreen-popup {
    width: 64rem;
    height: 116.5rem;
}

.iti__country-container {
    margin-left: 3rem;
}

.iti input:placeholder-shown + .iti__selected-flag .iti__selected-dial-code {
    visibility: hidden;
}

:focus-visible {
    outline: var(--focusable-color) auto 3px;
}

button * {
    pointer-events: none;
}
