html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    scrollbar-color: #ef4f6d transparent;
    scrollbar-width: thin;
}

body {
    background-image: url('../images/bgmobile.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

a {
    color: white;
    text-decoration: none;
}

header {
    position: relative;
    z-index: 100;
}

.btn-gradient-1 {
    background: linear-gradient(0, #34183143, #832c6d);
    color: white;
    border: 1.5px solid #f6b259;
    border-radius: 8px;
}

.btn-gradient-1.btn-sm img {
    height: 3rem;
}

.btn-gradient-1.btn-sm span {
    font-size: 1.5rem;
}

.btn-gradient-1:hover {
    background: linear-gradient(0, #341831, #a8398c);
    border: 2px solid #ff9912;
    color: #f6b259;
}

.btn-gradient-2 {
    background: linear-gradient(0, #a0551c, #fec242);
    color: white;
    border: 2px solid #f6b259;
}

.btn-gradient-2:hover {
    background: linear-gradient(0, #a0551c, #ffbb11);
    color: white;
}

.turnstile-container {
    display: flex;
    justify-content: center;
}

.wrapper {

}

.wrapper header .logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    z-index: 2;
}

.wrapper header .logo img {
    height: 75px;
}

.ok-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
}

.ok-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/bglayout.png");
    background-size: cover; /* Ensures the image covers the form */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    width: 100%;
    max-width: 600px;
    height: 600px;
    padding: 3rem;
    position: relative;
}

.ok-form #ok-bay-form {
    width: 100%;
    margin-top: 40px;
}

.ok-form .ok-bay-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ok-form .form-floating label {
    color: white;
}

.ok-form .form-floating .form-control {
    background-image: url("../images/input-bg.png");
    background-size: cover;
    background-repeat: repeat-x;
    background-color: transparent;
    border: none;
    color: white;
    height: 20px;
}

.ok-form .btn-gradient-2.submit {
    height: 60px;
    border: none;
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    margin-top: 30px;
    text-shadow: 1px 1px 2px #000000;
    position: relative;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    opacity: 0.9;
}

.ok-form .btn-gradient-2.submit:before{
    content: url("../images/btn50k.png?v=1.1");
    position: absolute;
    display: block;
    top: -25px;
    right: -25px;
}

.ok-form .tag {
    position: absolute;
    bottom: 120px;
    right: 30px;
    height: 70px;
}

.social, .carousel-ver {
    position: relative;
    margin-top: -90px;
}

.btn-floating img {
    height: 40px;
}

.carousel-ver {
    width: 280px;
    max-width: 100%;
}

.carousel-ver .carousel-item {
}


.horizontal-shake {
    animation: horizontal-shaking 0.35s infinite;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(5px)
    }
    50% {
        transform: translateX(-5px)
    }
    75% {
        transform: translateX(5px)
    }
    100% {
        transform: translateX(0)
    }
}

.content-authenticated {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.content-authenticated {
    row-gap: 1rem;
}

.content-authenticated .btn {
    display: flex;
    column-gap: 1rem;
    padding: 0.75rem 3rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 100%;
    overflow: hidden;
}

.content-authenticated .btn .small {
    font-weight: normal;
    font-size: 1rem;
}

.content-authenticated .btn .text {
    font-size: 1.24rem;
}

.content-authenticated .btn.btn-qr {
    justify-content: start;
    text-align: left;
    padding: 0;
    width: 100%;
}

.content-authenticated .btn.btn-qr .qr {
    height: 102px;
    width: 102px;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
