:root {
    --main-text-color: #fff;
    --grey-text-color: #c5c5c5;
    --background-color: #212121;

    --banner-max-width: 685;
    --banner-max-height: 568;
}

* {
    font-family: sans-serif;
}

body {
    background-color: var(--background-color);
    color: var(--main-text-color);
}

.banner-logos img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.store-logo {
    width: 120px;
}

.subscribe-button {
    border-radius: 11px;
    font-size: 20px;
    width: 85%;
    height: 50px;
    line-height: 1rem;
    font-weight: normal;
}

.x-send-pin-button,
.button {
    background-image: linear-gradient(0deg, #1cab39, #1cab3d);
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    height: 55px;
    line-height: 1rem;
    text-shadow: none;
    box-shadow: none;
    font-style: normal;
    border: none;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.otp-form {
    width: 85%;
}

.cancel-btn {
    text-decoration: underline;
}

.footer-menu_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.91rem;
    gap: 8.75px;
    width: auto;
    top: 88.68%;
    bottom: 7.35%;
    background: none;
    border-radius: unset;
    padding: 0 3px!important;
}

.footer-menu a:first-child {
    border-left: none;
}

.footer-menu a {
    border-left: 1px solid var(--main-text-color);
}

.footer-menu_link button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    text-decoration-line: underline;
    color: var(--main-text-color);
}

.input {
    background-image: none;
    box-shadow: none;
    padding: 10px 5px;
    width: 100% !important;
    border-radius: 5px;
    border: none;
    text-align: center;
}



.otp_form__warning {
    text-align: left;
    margin-bottom: 10px;
}

.form-control {
    text-align: center;
    font-style: italic;
}

#disclaimer-block {
    width: 85%;
}

#disclaimer-block p {
    margin-bottom: 0.3rem;
}

.fancybox-content {
    color: black;
}