html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: black;
    font-family: "Inter", serif;
}

.is-hide {
    display: none;
}

#iframe-position {
    width: 100%;
    position: relative;
    height: 100%;
}

#iframe-pay {
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 33, 52, 0.77) 0%, rgba(14, 124, 0, 0.87) 100%);
}

#iframe-background-element {
    height: calc(100% + 220px) !important;
    position: absolute !important;
    top: 143px !important;
    background-image: url(unsplash_vertical.webp) !important;
}

.background {
    width: 100%;
    position: absolute;
    top: 0;
}

#frame-redirect {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    overflow: hidden;
}

#frame-redirect iframe {
    height: 100%;
    width: 100%;
}

@media (min-width: 0) and (max-width: 599px) {
    body {
        align-items: baseline;
    }

    .background {
        display: none;
    }

    #iframe-position {
        transform: translateY(0);
    }
}

@keyframes example {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.container {
    width: 100%;
}

.content {
    position: relative;
    padding: 0 16px;
    min-height: calc(100vh - 143px);
}

.list {
    width: 100%;
    padding: 40px 0;
}

.open-pay-form {
    display: flex;
    padding: 32px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    flex-direction: column;
    margin-bottom: 40px;
    align-items: center;
}

.open-pay-form img, .shimmer-background.img {
    width: 256px;
    height: 256px;
    min-width: 120px;
    margin-bottom: 30px;
}

.open-pay-form .info {
    margin: auto;
    padding-left: 12px;
    text-align: center;
}

.open-pay-form .info button {
    font-size: 14px;
    padding: 6px 50px;
    border: 1px solid #C7C7C7;
    background: #a0b39f;
    border-radius: 20px;
    color: white;
    margin-top: 12px;
    line-height: 21px;
    font-weight: 600;
}

.open-pay-form p {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-top: 0;
    text-align: center;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

p.price {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
}


.shimmer-background {
    background: linear-gradient(to right, #F6F6F6 8%, #ababab 18%, #F6F6F6 33%);
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-size: 1200px 100%;
    height: 16px;
    border-radius: 12px;
    margin-bottom: 6px;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}

#loader {
    padding: 40px 0;
}

#loader .info {
    width: 60%;
}

.shimmer-background.price {
    width: 50px;
    height: 25px;
    margin: 20px auto;
}

#no-items {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: black;
    width: 100%;
    text-align: center;
    border-radius: 12px;
}

#no-items p {
    font-size: 18px;
    color: white;
}

.types {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.types span {
    padding: 4px 8px;
    margin: 0 0 8px 8px;
    background-color: #30cedd;
    border-radius: 12px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

.types span:first-child {
    margin: 0 0 8px 0;
}

#payment-request-button {
    position: absolute;
    top: 10px;
    width: calc(100% - 24px);
    z-index: 999999999;
}

#payment-request-loader {
    height: 100%;
    width: 100%;
    background: #bababab8;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
}

#payment-request-loader:after {
    content: '';
    margin: -25px 0 0 -25px;
    height: 50px;
    width: 50px;
    animation: example 1s linear 0s infinite normal;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(34, 124, 236, 0.7) rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
}

/*#dd{*/
/*    background: white;*/
/*    padding: 5px;*/
/*    position: absolute;*/
/*    top: 80px;*/
/*    z-index: 999999999;*/
/*}*/

.header {
    width: 100%;
}

.header .top {
    height: 46px;
    width: 100%;
    background: green;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top .name {
    padding: 12px;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
}

.header .top .links a {
    text-decoration: none;
    color: white;
    border: 1px solid gray;
    border-radius: 25px;
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 12px;
}

.header .top .links a:first-child {
    margin-right: 6px;
}

.header .nav {
    display: flex;
    background-image: url('unsplash_vertical.webp');
    background-size: 110%;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 87px;
}

.header .nav .league {
    height: 80px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 25px;
    margin: 0 3px;
}

.header .nav .league.is-selected {
    background: #ffffff;
    border-radius: 25px;
    color: #000;
}

.header .nav .name {
    padding-top: 5px;
}

.ft {
    position: relative;
    background: black;
}

.ft:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.4;
    background-position: top center;
    background-size: 100%;
    background-image: url('unsplash_vertical.webp');
}


.green-gradient-bg {
    background: linear-gradient(180deg, rgba(21, 33, 52, 0.77) 0%, rgba(14, 124, 0, 0.87) 100%);
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.title-position {
    box-sizing: border-box;
    position: absolute;
    height: 21px;
    left: 50%;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 0.5px solid #D6D6D6;
    border-radius: 0 0 16px 16px;
    transform: translateX(-50%);
    text-align: center;
    overflow: hidden;
}

.title-position .title {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(180deg, #15B100 0%, #186B0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding: 0 28px;
    font-size: 14px;
    line-height: 18px;
}
