@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

:root {
    --black-color: #000000;
    --white-color: #ffffff;

    --yellow-color-500: #FEF9BB;
    --base-color: #141414;
    --pink-color: #FF74D9;

}

body {
    background: linear-gradient(204.8deg, #256ED1 1.5%, #002270 118.03%);
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    display: inline-block;
    outline: 0 !important;
    border: 0;
}

.text-decoration-none {
    text-decoration: none;
}

.round {
    width: 96px;
    height: 93.07px;
    background: rgba(250, 250, 251, 0.1);
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin-bottom: 18px;
}

.round img {
    width: 24px;
    height: 24px;
    margin-top: 34px;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

#app {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 400px;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0 auto;
    position: relative;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -89px;
}

.child-small {
    width: 100%;
    padding-top: 81px;
    margin-bottom: 40px;
}

.logo {
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
    width: 100%;
}

.intro {
    padding: 50px 16px;
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
}

.intro video {
    max-width: 100%;
    border-radius: 32px;
}

.intro::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    width: 400px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.skip {
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    /* background: linear-gradient(204.8deg, #256ED1 1.5%, #002270 118.03%); */
    position: absolute;
    top: 75px;
    right: 25px;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    z-index: 10;
}

.flex-center {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content {
    padding: 0 30px;
    max-width: 100%;
}

h1.title {
    line-height: 39.6px;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

h1.title.more-margin {
    margin-bottom: 20px;
}

.text-primary {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.text-secondary {
    color: rgba(100, 255, 255, 1);
}

.text-small {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.no-pad {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.custom-row {
    margin-left: -6px;
    margin-right: -6px;
}

.custom-row>div {
    padding-left: 6px;
    padding-right: 6px;
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    color: rgba(250, 250, 251, 1);
    display: inline-block;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .50);
    border-radius: 50px;
    padding: 23px 40px;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
}

.form-control.is-invalid {
    border-color: rgba(239, 89, 89, 1);
}

.invalid-feedback {
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    color: rgba(239, 89, 89, 1);
    padding-left: 40px;
    display: inline-block;
}

input.form-control:not(:placeholder-shown) {
    border-color: #ffffff;
}

.form-control:focus {
    border-color: rgba(100, 255, 255, 1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(250, 250, 251, 0.3);
}

.form-control:focus::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(250, 250, 251, 0.3);
}

.form-control:focus::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(250, 250, 251, 0.3);
}

.form-control:focus:-ms-input-placeholder {
    color: #fff;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(250, 250, 251, 0.3);
}

.form-control:focus:-moz-placeholder {
    color: #fff;
}

.btn {
    width: 100%;
    background: #FF74D9;
    border-radius: 50px;
    color: rgba(20, 20, 20, 1);
    height: 57px;
    font-size: 16px;
    line-height: 57px;
    display: block;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.bottom {
    padding-bottom: 30px;
    margin-top: 60px;
    width: 100%;
}

.popup {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.popup.active {
    display: block;
}

.success {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -114px;
    width: 200px;
    text-align: center;
}

.success.active {
    display: block;
}

.card {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
}

.card-item {
    display: none;
    border-radius: 32px;
    width: 100%;
    height: auto;
    padding: 52px 16px;
}

.card-item.bg {
    background: #fff;
}

.card-item.active {
    display: block;
}

.card-item.active.h-100 {
    height: 100vh;
    display: flex;
}

.card-item.h-100 span {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #fff;
    text-align: center;
}

h2.title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 25px;
}

h2.title.secondary {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    margin-bottom: 16px;
    color: #fff;
}

h2.title.white {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    margin-bottom: 0;
}

h2.title.white+p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.bg-primary {
    background: rgba(241, 241, 241, 1);
}

.bg-secondary {
    background: rgba(69, 219, 215, 1)
}

.plan {
    margin-bottom: 8px;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    cursor: pointer;
}

.plan h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 8px;
}

.plan p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.plan span.tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 8px 12px;
    display: block;
    position: absolute;
    border-radius: 25px;
    right: 28px;
    top: 50%;
    margin-top: -14px;
}

.plan span.tag.bg-1 {
    background: rgba(69, 219, 215, 0.3);
    color: rgba(6, 36, 108, 1);
}

.plan span.tag.bg-2 {
    background: rgba(69, 219, 215, 1);
    color: rgba(20, 20, 20, 1);
}


.plans-child {
    margin: 0 -4px;
}

.plan-child-select {
    width: calc(50% - 8px);
    border-radius: 16px;
    padding: 21px;
    margin: 2px;
    margin-bottom: 8px;
}

.plan-child-select img {
    width: 96px;
    margin-bottom: 20px;
}

.plan-child-select p {
    color: rgba(20, 20, 20, 1);
}


.payments {
    margin-bottom: 30px;
}

.payment {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    padding: 16px;
    cursor: pointer;
}

.payment img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    margin-top: -4px;
}

.payment span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(20, 20, 20, 1);
    display: inline-block;
    vertical-align: middle;
}

span.payment-name {
    color: rgba(20, 20, 20, 0.8);
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}

span.payment-price {
    float: right;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    color: rgba(20, 20, 20, 1);
    margin-top: 2px;
}


.header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.header.secondary {
    padding-top: 35px;
}

.header.secondary .settings {
    top: 32px;
    right: 22px;
}

.border {
    margin-bottom: 30px;
}

.border:after {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    margin-top: 30px;
}

.settings {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 14px;
    right: 0;
}

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

h3.title {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.profile-child {
    margin-bottom: 30px;
}

.profile-image {
    width: 96px;
}

.profile-name {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 1);
}

.profile-age {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6)
}

.flags,
.child-fields {
    display: none;
}

.child-fields {
    margin-top: 20px;
}

.flags.active,
.child-fields.active {
    display: block;
}

.flag {
    margin-bottom: 30px;
    cursor: pointer;
}

.flag input {
    opacity: 0;
}

.flag input[name='lang']:checked+label img {
    /* box-shadow: 0 8px 20px #333; */
    border-radius: 100%;
}

div.carousel-child .owl-item {
    text-align: center;
}

div.carousel-child .owl-item img {
    width: 64px;
    display: inline-block;
    margin-top: 40px;
}

div.carousel-child .owl-item.active.center img {
    width: 120px;
    margin: 0;
}

.profile-card {
    padding: 20px 16px 16px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.profile-card img {
    width: 96px;
    height: 93.07px;
}

.profile-child figure {
    /* filter: drop-shadow(0 0 0.75rem rgba(0,0,0,.5)); */
    position: relative;
    display: inline-block;
    margin-bottom: 18px;
    z-index: 1;
}

.profile-child figure::after {
    transition: all 1s ease-in-out;
}

.item.active .profile-child figure::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 53% 46% 59% 47%;
    transition: all .5s ease-in-out;
    opacity: 1;
    animation: fadeIn 1s;
    z-index: -1;
}

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

    100% {
        opacity: 1;
    }
}

ul.menu li {
    list-style-type: none;
    margin-bottom: 12px;
}

ul.menu li a {
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff;
    display: block;
    text-decoration: none;
    border-radius: 16px;
}

ul.menu li a img {
    margin-right: 17px;
    position: relative;
    top: 3px;
}

.child-popup-card>div {
    display: inline-block;
    vertical-align: middle;
}

.child-popup-card-image img {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 16px;
}

.child-popup-card-text h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    color: rgba(20, 20, 20, 1);
}

.child-popup-card-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #727272;
}

.child-popup-card table tr:first-child td:first-child {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    color: #727272;
}

.child-popup-card table tr:first-child td:last-child {
    text-align: right;
}

.child-popup-card table tr:first-child td:last-child img {
    margin-left: 8px;
    position: relative;
    top: 1px;
}

.child-popup-card table tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: rgba(20, 20, 20, 1);
    padding: 16px 0;
}

.child-popup-card table tr td a:not(.btn) {
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: rgba(20, 20, 20, 1);
    text-decoration: none;
}

.child-popup-card table tr td:last-child {
    color: rgba(20, 20, 20, 1);
}

table.table {
    width: 100%;
}

.alert-danger {
    background: white;
    color: red;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}


#nav {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#nav li {
    width: calc(25% - 4px);
    display: inline-block;
    text-align: center;
    padding: 24px 0;

}

#nav li span {
    font-size: 0;
    font-family: League Spartan;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    margin-top: 4px;
}

#nav li.active span {
    font-size: 14px;
}

#nav li img.active {
    display: none;
}

#nav li.active img.active {
    display: inline-block;
}

#nav li.active img.inactive {
    display: none;
}

.head {
    position: absolute;
    right: 0;
    bottom: calc(100vh - 120px - 13px);
    z-index: 10;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 22px 16px;
}

.game-name {
    font-family: League Spartan;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #FAFAFB;
    float: right;
    margin-top: 17px;
}

.game-name img {
    width: 39px;
    height: auto;
    margin-left: 12px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

.shop-item,
.treasure-item,
.game-item {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    padding: 8px;
}

.shop-card {
    background: #D0FFF8;
    border-radius: 16px;
    text-align: center;
    padding: 15px;
}

.shop-round {
    width: 97px;
    height: 99px;
    background: #00B498;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 19px;
}

.shop-card .count {
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 19px;
    background: #fff;
    font-family: League Spartan;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
}

.count.ruby {
    color: #8B2EC7;
}

.count.coin {
    color: #FDB31A;
}

.shop-card .count img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 3px;
}

.text {
    font-family: League Spartan;
    font-size: 19px;
    font-weight: 500;
    line-height: 22.8px;
    text-align: left;
}

/* Theme Setup */
.d-flex {
    display: flex;
}

.d-inlne-flex {
    display: inline-flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

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

.flex-column {
    flex-direction: column;
}

/* Bottom Nav */
.bottom_menu {
    max-width: 100%;
    width: 400px;
    position: fixed;
    bottom: 0;
    background-color: #FAFAFB;
    flex-wrap: nowrap;
    z-index: 11;
}

.bottom_menu a {
    height: 88px;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
}

.bottom_menu a span {
    color: inherit;
    display: none;
}

.bottom_menu a.active span {
    display: block;
}

.bottom_menu a em svg {
    width: 27px;
    max-height: 28px;
    object-fit: contain;
}

.yellow-link {
    color: #FCB52D;
}

.yellow-link.active {
    color: #FCB52D;
    background-color: rgba(252, 181, 45, .10);
}

.yellow-link.active svg path {
    fill: #FCB52D;
}

.purple-link.active {
    color: #FC95FC;
    background-color: rgba(252, 149, 252, .10);
}

.purple-link.active svg path {
    fill: #FC95FC;
}

.blue-link.active {
    background-color: rgba(55, 54, 222, .10);
    color: #3736DE;
}

.blue-link.active svg path {
    fill: #3736DE;
}

.pantoon-green-link.active {
    background-color: rgba(0, 180, 152, .10);
    color: #00B498;
}

.pantoon-green-link.active svg path {
    fill: #00B498;
}

#app {
    overflow: hidden;
}

/* Dashboard */

.app_block {
    border-radius: 8px 8px 0 0;
    min-height: calc(100vh - 88px - 102px);
    padding: 15px;
    position: relative;
}

.app_block {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.top_header {
    padding: 20px 0;
}

.parent_logo {
    width: 60px;
}

.parent_logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.profile_pic figure {
    margin: 0;
    background-color: #5093FD;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
}

.profile_pic img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.profile_pic span {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
}

@media(min-width:1200px) {
    .profile_pic span {
        font-size: 36px;
    }
}

.yellow_bg {
    background-color: var(--yellow-color-500);
}

.page-title {
    margin-bottom: 20px;
}

.page-title .h1 {
    font-weight: 500;
    color: var(--base-color);
    font-size: 2rem;
    margin-bottom: 0px;
}

.teaser_block .page-title {
    padding: 14px 0 0;
}

/* Treasure */
.snail_char {
    position: absolute;
    top: -34px;
    right: -18px;
}

.card-group {
    column-gap: 16px;
    justify-content: space-between;
}

.card-body {
    width: 50%;
    padding: 20px;
    height: 226px;
    border-radius: 8px;
    background-size: 100%;
}

.card-body .h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.card-body span {
    font-size: 1rem;
    color: var(--base-color);
}

.expire_feat {
    position: relative;
    padding-left: 30px;
    margin: 20px 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}

.expire_feat em {
    position: absolute;
    left: 0;
    top: 0px;
}

.expire_feat em img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.card-body.yellow_card {
    background-color: #FEF9BB;
    border: 2px solid #FDB31A;
    background-image: url(../img/yellow_coins.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.card-body.yellow_card .h2 {
    color: #FDB31A;
}

.card-body.purple_card {
    background-color: #3f8e9f47;
    border: 2px solid #3f8e9f;
    background-image: url(../img/cyan_coins.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.card.purple_card h2 {
    color: #8B2EC7;
}

/* Video */
.app_block::-webkit-scrollbar {
    display: none;
}

.pink_bg {
    background-color: #FFDBFF;
}

.video_col {
    width: 100%;
    margin-top: 26px;
}

.video_group {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video_group::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video_col video {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--base-color);
    display: block;
}

.video_group video[poster] {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.video_col .h2 {
    color: var(--base-color);
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 500;
    margin: 15px 0 0;
}

.play_btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: calc(50% - 49px/2);
    top: calc(50% - 49px/2);
    z-index: 11;
}

.video_group.playing::before {
    display: none;
}

.select_btn {
    border: 0;
    outline: 0;
    width: 50px;
    font-size: 1rem;
    background-color: transparent;
    color: var(--base-color);
    background-image: url(../img/icons/down_icon.svg);
    background-position: center right 0px;
    background-size: 9px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
}

/* Game */
.blue_bg {
    background-color: #B3D6FF;
}

/* Green */
.green_bg {
    background-color: #E4FFE7;
}

/* No Results */
.mvh-100 {
    margin: auto;
    display: block;
}

.no_result .h6 {
    font-size: 2rem;
    color: rgba(20, 20, 20, .80);
    font-weight: 500;
    margin-bottom: 18px;
}

.no_result p {
    color: rgba(20, 20, 20, .80);
    font-size: .875rem;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-item .page-link {
    padding: 5px 10px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(20, 20, 20, .80);
    color: var(--base-color);
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 2rem;
}

.pagination .page-item.disabled {
    opacity: .8;
}

.pagination .page-item.active .page-link {
    background-color: var(--white-color);
    color: var(--base-color);
}

/*  */
.shop_balance {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
}

.balance_btn {
    background-color: var(--white-color);
    padding: 5px 15px;
    color: var(--base-color);
    text-align: center;
    font-size: 19px;
    border-radius: 30px;
    font-style: normal;
}

.balance_btn em {
    display: inline-block;
    margin-right: 7px;
}

.balance_btn em img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.balance_coin {
    color: #FDB31A;
}

.balance_diamond {
    columns: #8B2EC7;
}

.shop_lists {
    margin: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.shop_items {
    background-color: #D0FFF8;
    border-radius: 16px;
    padding: 20px;
}

.shop_items figure {
    margin: 0 0 20px;
    width: 100%;
}

.shop_items figure img {
    width: 100%;
    object-fit: contain;
}

.varificaton-input {
    justify-content: space-between;
    gap: 10px;
}

.varificaton-input input {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    border-color: #ccc;
    border-width: 1px;
    outline: none;
    font-size: 2.5rem;
    text-align: center;
}

.btn-transparent {
    background-color: transparent;
    color: #FF74D9;
    font-weight: bolder;
}

.mtop-5px {
    margin-top: 5px;
}

.validation-message-varification-code {
    margin-top: 11px;
    display: inline-block;
    margin-left: -10px;
    font-weight: bold;
}

.notification {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.notification.notify-success {
    background-color: #04AA6D;
}

.notification.notify-info {
    background-color: #2196F3;
}

.notification.notify-warning {
    background-color: #ff9800;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.game-play iframe {
    width: 100%;
    height: calc(100vh - 57px);
    border: 0;
}

@media(max-width:600px) {
    .game-play iframe {
        height: calc(100vh - 47px);

    }
}

.icon-button {
    background-color: transparent;
    border: 0px;
}

.game-timer {
    display: flex;
    justify-content: space-between;
}

.error-display .invalid-feedback {
    display: block !important;
}

.form-group label.error {
    color: red;
    font-size: 0.8rem;
    line-height: 1.1;
}

/* Custom Select */
.custom_select .ui-selectmenu-button,
.custom_select .ui-selectmenu-button {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    color: var(--white-color);
    border-radius: 50px;
    padding: 23px 20px;
    font-size: .875rem;
    width: 100% !important;
}

.custom_select .ui-selectmenu-button:focus,
.custom_select .ui-selectmenu-button:focus {
    background-color: var(--white-color);
    border-color: #64FFFF;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
    background-color: #F0F0F0;
    border-radius: 32px;
    padding: 10px 0;
    width: 205px !important;
    border: 0;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item {
    padding: 5px 2.5rem;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
    background-color: transparent;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #FF74D9;
    border-color: transparent;
}

/* owl Slider */
div.carousel-child .owl-item.active.center img {
    scale: .90;
    transition: all .3s ease-in-out;
}

div.owl-carousel .owl-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    width: calc(100%);
    height: calc(100%);
    border-radius: 46% 52% 51% 47%;
    transition: all .5s ease-in-out;
    opacity: 0;
    z-index: -1
}

div.carousel-child .owl-item.active.center::after {
    opacity: 1;
    animation: fadeIn 1s;
}

.flag label {
    position: relative;
    display: inline-block;
}

.flag.active label::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: var(--pink-color);
    border-radius: 42% 55% 39% 53%;
    transition: all .5s ease-in-out;
    z-index: -1
}

.renew-subscription {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.renew-subscription span {
    font-size: 0.7rem;
    color: #FF74D9;
    transform: translateY(2px);
}

.btn-disabled {
    background: #ccc;
    cursor: not-allowed;
}

.btn-tarnsparent {
    background: transparent;
    color: #fff;
}

.language-selection {
    display: flex !important;
    justify-content: space-between;
}

.close-icon-profile {
    width: 30px;
    color: #fff;
    cursor: pointer;
}

/* Timer */
.d-block {
    display: block;
}

.timer_crystal {
    gap: 10px;
}

.timer_crystal_pink {
    padding: 5px 10px;
    border: 4px solid #e6b5ff;
    border-radius: 50px;
}

.timer_crystal_blue {
    padding: 5px 10px;
    border: 4px solid #66a7fb;
    border-radius: 50px;
}

.timer-clock {
    font-size: 1.125rem;
    height: 44px;
    width: 100%;
    background-color: transparent;
    border: 4px solid #333;
    border-radius: 40px;
    text-align: center;
    padding: 10px 15px;
    padding-left: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    position: relative;
}

.timer-clock::before {
    content: '';
    background-color: #333;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    position: absolute;
    left: -4px;
    top: -4px;
}

.timer-clock span {
    display: inline-block;
    line-height: 1;
}

.crystal_block {
    font-size: 1.125rem;
    width: 100%;
    height: 44px;
    background-color: transparent;
    border: 4px solid #66a7fb;
    border-radius: 44px;
    text-align: center;
    padding: 10px 15px;
    padding-left: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    position: relative;
}

.crystal_block span {
    position: absolute;
    border: 4px solid #016bf5;
    background-color: #3f8e9f69;
    left: -4px;
    top: -4px;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    padding: 2px;
}

.crystal_block span img {
    width: 20px;
    height: auto;
}

.timer_crystal_blue .crystal_block,
.timer_crystal_blue .crystal_block span {
    border-color: #66a7fb;
}

.timer_crystal_pink .crystal_block,
.timer_crystal_pink .crystal_block span {
    border-color: #e6b5ff;
}

.dropdown ul li a {
    text-decoration: none;
}

.create-child-header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    top: 26px;
    left: 21px;
}

.create-child-header a svg {
    color: #fff;
    width: 45px;
    padding: 10px;
    color: #ff74d6 !important;
}

/*  */
.content_scroll {
    padding-top: 10px;
    height: calc(100vh - 340px);
    height: calc(100dvh - 340px);
    overflow-y: auto;
}

@media  (max-width: 767px) and (orientation: landscape)  {
    .main-content-scroll {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 10%;
    }
    
    .bottom {
        padding-bottom: 30px;
        margin-top: auto;
        width: 100%;
    }

    .content_scroll {
        max-height: 190px;
        height: 100%;
    }

    .clouds_sec {
        max-height: 60px;
    }
}

.content_scroll::-webkit-scrollbar {
    display: none;
}

.clouds_sec {
    position: relative;
    height: 130px;
    z-index: 1;
}

.cloud {
    position: absolute;
    z-index: -1;
}

.cloud img,
.cloud svg {
    width: 100%;
    filter: drop-shadow(0px 4px 10px rgba(0, 34, 112, 0.5));
}

/* Vector */
.cloud-1 {
    left: 0;
    width: 128px;
    height: 55px;
    z-index: -11;
}

.cloud-2 {
    width: 178px;
    height: 87px;
    top: 24px;
    left: -78px;
}

.cloud-1 img {
    width: 100%;
    height: auto;
}

.cloud-3 {
    right: -80px;
    width: 178px;
    height: 87px;
    top: 20px;
}

.baloon {
    top: 0px;
    width: 110px;
    right: 20px;
    z-index: 1;
}

.baloon img {
    height: auto;
}

.clouds_sec_2 {
    position: absolute;
    bottom: 200px;
    width: 100%;
}

.cloud-4 {
    left: -55px
}

.cloud-5 {
    right: -120px;
}

.button_hide {
    visibility: hidden;
}

.games-image {
    border-radius: 8px;
}


.app_block_play {
    max-height: 99vh !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

.no_list {
    text-align: center;
    margin-top: 80px;
}

.profile_pic .dropdown-menu li a {
    line-height: 14px !important;
}

.safari-download-instructions {
    text-align: justify;
}

.safari-download-instructions li {
    list-style-type: auto;
    margin-bottom: 5px;
    line-height: 1.4rem;
}

.safari-download-body {
    padding: 15px;
}


.child-header {
    position: relative;
}

.more_link_container {
    display: flex;
    justify-content: space-between;

}

.more_link_container a,
.more_link_container a:visited {
    color: #fff !important;
    font-size: 12px;
    margin-right: 10px;
}

.more-paragraph {
    color: #fff;
    text-align: justify;
}

.more-body video {
    max-width: 100%;
    border-radius: 32px;
    margin-top: 20px;
}

ul.wrap-in-scroll {
    height: 250px;
    overflow-y: auto !important;
    width: 100px !important;
}

.form_large .form-group label {

    font-size: 18px;
}

.form_large .form-group {
    margin-bottom: 16px !important;
}

.form_large .form-control {
    padding: 23px 20px !important;
}

.checkout-child-header {}

.nav-link-active {
    background: #005edd;
    color: #fff;
}

.nav-link-active i {
    color: #fff;
}

.more_link_container label {
    line-height: 15px !important;
}

.notification.notify-success {
    position: relative;
    z-index: 1000;
}

.popup-confirm {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.popup-confirm.active {
    display: flex;
}

.modal-card {
    background: #fff;
    border-radius: 32px;
    padding: 24px;
    max-width: 400px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: scroll;
}

.modal-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.modal-card p {
    font-size: 16px;
    margin-bottom: 24px;
    color: #333;
}

.modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.modal-actions .btn {
    font-size: 14px;
    cursor: pointer;
    border-radius: 16px;
}

.modal-actions .btn-cancel {
    background: #e0e0e0;
    color: #000;
}

.modal-actions .btn-confirm {
    background: #ff4d4f;
    color: #fff;
}
