@import"https://fonts.googleapis.com/css2?family=Catamaran&display=swap";

@font-face {
    font-family: "Debussy";
    src: url("../fonts/debussy.otf") format("opentype")
}

body {
    font-family: "Catamaran", serif;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-color: #a6e6ff;
    background-size: 100% auto;
    background-position: top
}

@media(max-width: 767px) {
    body {
        font-family: "Catamaran", serif;
        background-image: url("../img/bg.png");
        background-repeat: no-repeat;
        background-color: #a6e6ff;
        background-size: 214% auto;
        background-position: top
    }
}

@media(min-width: 768px) {
    body {
        font-family: "Catamaran", serif;
        background-image: url("../img/bg.png");
        background-repeat: no-repeat;
        background-color: #a6e6ff;
        background-size: 214% auto;
        background-position: top
    }
}

@media(min-width: 992px) {
    body {
        font-family: "Catamaran", serif;
        background-image: url("../img/bg.png");
        background-repeat: no-repeat;
        background-color: #a6e6ff;
        background-size: 100% auto;
        background-position: top
    }
}

@media(min-width: 1200px) {
    body {
        font-family: "Catamaran", serif;
        background-image: url("../img/bg.png");
        background-repeat: no-repeat;
        background-color: #a6e6ff;
        background-size: 100% auto;
        background-position: top
    }
}

.col-md-12 {
    width: 1128px
}

@media(max-width: 767px) {
    .login-form {
        background-image: url("../img/bg-login.png");
        padding: 23px;
        border-radius: 5px;
        margin: 148px 0 0;
        background-color: #02d1df !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media(min-width: 768px) {
    .login-form {
        background-image: url("../img/bg-login.png");
        padding: 23px;
        border-radius: 5px;
        margin: 148px 0 0;
        background-color: #02d1df !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media(min-width: 992px) {
    .login-form {
        background-image: url("../img/bg-login.png");
        padding: 23px;
        border-radius: 5px;
        margin: 300px 0 0;
        background-color: #02d1df !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media(min-width: 1200px) {
    .login-form {
        background-image: url("../img/bg-login.png");
        padding: 23px;
        border-radius: 5px;
        margin: 300px 0 0;
        background-color: #02d1df !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

.login-form h3 {
    font-family: "Debussy";
    font-size: 26px;
    color: #fff;
    text-shadow: -2px -2px 0 #549bdd, 2px -2px 0 #549bdd, -2px 2px 0 #549bdd, 2px 2px 0 #549bdd;
    margin: 0 0 10px
}

.login-form .input-group {
    background-color: #549bdd;
    border: none;
    margin: 0 0 15px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 4px 1px rgba(0, 0, 0, .45)
}

.login-form .input-group .input-group-text {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.login-form .input-group .form-control {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #0f0f11;
    background: linear-gradient(180deg, rgb(15, 15, 17) 0%, rgb(59, 68, 145) 10%, rgb(87, 59, 145) 100%);
    border: none;
    border-radius: 8px !important
}

.login-form .input-group .form-control::placeholder {
    color: #fff
}

.login-form .btn-login {
    font-family: "Debussy";
    font-size: 32px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url("../img/btn-login.png");
    background-size: 100% 100%;
    padding: 10px;
    margin: 15px 0 33px
}

.login-form .btn-login:active {
    color: #fff
}

.login-form .btn-register {
    font-family: "Debussy";
    font-size: 24px;
    color: #fff;
    background: linear-gradient(180deg, #1F274F 0%, #101245 100%);
    margin: 0 0 30px;
    border-radius: 30px;
    box-shadow: 0 4px 0px rgba(0, 0, 0, .3)
}

.login-form p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.login-form p a {
    text-decoration: none;
    color: #fff
}

@media(max-width: 767px) {
    .logged-form {
        background-image: url("../img/bg-login.png");
        background-size: auto 100%;
        padding: 23px;
        border-radius: 5px;
        margin: 148px 0 0
    }
}

@media(min-width: 768px) {
    .logged-form {
        background-image: url("../img/bg-login.png");
        background-size: auto 100%;
        padding: 23px;
        border-radius: 5px;
        margin: 148px 0 0
    }
}

@media(min-width: 992px) {
    .logged-form {
        background-image: url("../img/bg-login.png");
        background-size: auto 100%;
        padding: 23px;
        border-radius: 5px;
        margin: 300px 0 0
    }
}

@media(min-width: 1200px) {
    .logged-form {
        background-image: url("../img/bg-login.png");
        background-size: auto 100%;
        padding: 23px;
        border-radius: 5px;
        margin: 300px 0 0
    }
}

.logged-form h3 {
    font-family: "Debussy";
    font-size: 26px;
    color: #fff;
    text-shadow: -2px -2px 0 #549bdd, 2px -2px 0 #549bdd, -2px 2px 0 #549bdd, 2px 2px 0 #549bdd;
    margin: 0 0 28px
}

.logged-form .input-group {
    background-color: #549bdd;
    border: none;
    margin: 0 0 15px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 4px 1px rgba(0, 0, 0, .45)
}

.logged-form .input-group .input-group-text {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.logged-form .input-group .form-control {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #0f0f11;
    background: linear-gradient(180deg, rgb(15, 15, 17) 0%, rgb(59, 68, 145) 10%, rgb(87, 59, 145) 100%);
    border: none;
    border-radius: 8px !important
}

.logged-form .input-group .form-control::placeholder {
    color: #fff
}

.logged-form .btn-login {
    font-family: "Debussy";
    font-size: 32px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url("../img/btn-login.png");
    background-size: 100% 100%;
    padding: 10px;
    margin: 15px 0 33px
}

.logged-form .btn-login:active {
    color: #fff
}

.logged-form .btn-register {
    font-family: "Debussy";
    font-size: 24px;
    color: #fff;
    background: linear-gradient(180deg, #1F274F 0%, #101245 100%);
    margin: 0 0 30px;
    border-radius: 30px;
    box-shadow: 0 4px 0px rgba(0, 0, 0, .3)
}

.logged-form p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.logged-form p a {
    text-decoration: none;
    color: #fff
}

.logged-form h4 {
    font-family: "Debussy";
    font-size: 22px;
    color: #fff;
    margin: 41px 0 15px
}

.logged-form h5 {
    font-family: "Debussy";
    font-size: 22px;
    color: #fff;
    margin: 0 0 15px
}

nav.navbar {
    background-color: #3b4491;
    margin: 0 0 30px;
    padding: 0
}

nav.navbar img {
    transition: 300ms
}

nav.navbar img:hover {
    transform: scale(1.1)
}

nav.navbar ul.navbar-nav {
    font-family: "Debussy", sans-serif;
    text-transform: uppercase
}

nav.navbar ul.navbar-nav li.nav-item {
    font-size: 18px;
    margin: 0 0 10px
}

nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 6px 18px
}

@media(max-width: 767px) {
    nav.navbar ul.social {
        margin: 0 0 20px
    }
}

@media(min-width: 768px) {
    nav.navbar ul.social {
        margin: 0 0 20px
    }
}

@media(min-width: 992px) {
    nav.navbar ul.social {
        margin: 0
    }
}

@media(min-width: 1200px) {
    nav.navbar ul.social {
        margin: 0
    }
}

@media(max-width: 767px) {
    .character {
        text-align: center;
        position: relative;
        margin: 0 0 -105px;
        z-index: -1
    }

    .character img {
        width: 72%
    }
}

@media(min-width: 768px) {
    .character {
        text-align: center;
        position: relative;
        margin: 0 0 -105px;
        z-index: -1
    }

    .character img {
        width: 72%
    }
}

@media(min-width: 992px) {
    .character {
        text-align: center;
        position: relative;
        margin: 0 0 -66px;
        z-index: -1
    }

    .character img {
        width: 72%
    }
}

@media(min-width: 1200px) {
    .character {
        text-align: center;
        position: relative;
        margin: 0 0 -66px;
        z-index: -1
    }

    .character img {
        width: 72%
    }
}

@media(max-width: 767px) {
    .launcher {
        margin: 50px 0 17px
    }
}

@media(min-width: 768px) {
    .launcher {
        margin: 50px 0 17px
    }
}

@media(min-width: 992px) {
    .launcher {
        margin: 504px 0 17px
    }
}

@media(min-width: 1200px) {
    .launcher {
        margin: 504px 0 17px
    }
}

.panel {
    margin: 50px 0 186px
}

.panel .sidebar {
    background-color: #e1e4e6;
    border-radius: 5px;
    margin: 0 0 20px
}

.panel .sidebar .profile {
    padding: 10px 0;
    text-align: center
}

.panel .sidebar .profile .avatar {
    margin: 0 0 5px
}

.panel .sidebar .profile .profile-name {
    font-size: 16px;
    font-weight: 600;
    color: #434b5b
}

.panel .sidebar .profile .profile-coupons {
    font-size: 12px
}

.panel .sidebar .profile .divider {
    width: 100%;
    height: 11px;
    margin: 10px 0
}

.panel .sidebar .profile .divider::before {
    content: "";
    display: block;
    background: url("../img/divider-profile.png") no-repeat center;
    height: 11px;
    position: relative;
    margin: 0 0 -10px;
    z-index: 2
}

.panel .sidebar .profile .divider::after {
    position: relative;
    top: 5px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #434b5b
}

.panel .sidebar .profile .recharge-link {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    display: block
}

.panel .sidebar ul.menu {
    margin: 0
}

.panel .sidebar ul.menu li {
    font-size: 14px
}

.panel .sidebar ul.menu li a {
    color: #434b5b;
    display: block;
    text-decoration: none;
    padding: 8px 22px
}

.panel .sidebar ul.menu li a i {
    margin: 0 20px 0 0
}

.panel .sidebar ul.menu li a.active {
    color: #fff;
    background: linear-gradient(180deg, #1ED3E7 0%, #14A6CF 100%)
}

.panel .card {
    background-color: #fff;
    margin: 0 0 20px;
    border: none;
    border-radius: 5px
}

.panel .card.card-blue .card-body .card-title {
    background-color: #3b4491;
    color: #fff;
    font-size: 18px
}

.panel .card.card-blue .card-body .content {
    font-size: 18px;
    color: #3b4491
}

.panel .card.card-blue .card-body .content ul li {
    margin: 0 0 1px
}

.panel .card.card-blue .card-body .content ul li .btn {
    background-color: #3b4491;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 7px 86px;
    transition: 300ms
}

.panel .card.card-blue .card-body .content ul li .btn:hover {
    filter: brightness(1.1)
}

.panel .card .card-body {
    padding: 0
}

.panel .card .card-body .card-title {
    font-size: 14px;
    font-weight: 600;
    padding: 17px 24px;
    color: #3e454f;
    background-color: #e0e4e7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.panel .card .card-body .content {
    color: #3e454f;
    padding: 5px 17px;
    font-size: 12px
}

.panel .card .card-body .content .avatar {
    margin: 0 0 10px
}

.panel .card .card-body .content .info {
    margin: 40px 0 0
}

@media(max-width: 767px) {
    .my-purchases {
        background-color: #fff;
        border-radius: 5px;
        margin: 80px 0 157px
    }

    .my-purchases .title {
        position: relative;
        font-family: "Debussy";
        background-color: #3b4491;
        color: #fff;
        padding: 9.5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .my-purchases .title h1 {
        font-size: 20px;
        text-align: center;
        margin: 11px 0
    }

    .my-purchases .title .btn {
        position: relative;
        top: 4px;
        left: 4px;
        background-color: #fff;
        color: #3b4491;
        font-size: 18px;
        border-radius: 24px;
        padding: 2.5px 48px
    }

    .my-purchases .title .btn i {
        position: absolute;
        left: 15px;
        top: 2px
    }

    .my-purchases .content {
        padding: 26px
    }

    .my-purchases .content ul {
        margin: 0
    }

    .my-purchases .content ul li {
        margin: 0 0 30px
    }

    .my-purchases .content ul li .btn {
        min-width: 100%;
        font-family: "Debussy";
        font-size: 20px;
        border-radius: 5px;
        border: none;
        padding: 13.5px 66px
    }

    .my-purchases .content ul li .btn.btn-success {
        background-color: #1faf38 !important
    }

    .my-purchases .content ul li .btn.btn-primary {
        background-color: #436bd3 !important
    }

    .my-purchases .content ul li .btn.btn-danger {
        background-color: #b00 !important
    }
}

@media(min-width: 768px) {
    .my-purchases {
        background-color: #fff;
        border-radius: 5px;
        margin: 80px 0 157px
    }

    .my-purchases .title {
        position: relative;
        font-family: "Debussy";
        background-color: #3b4491;
        color: #fff;
        padding: 9.5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .my-purchases .title h1 {
        font-size: 20px;
        text-align: center;
        margin: 11px 0
    }

    .my-purchases .title .btn {
        position: relative;
        top: 4px;
        left: 4px;
        background-color: #fff;
        color: #3b4491;
        font-size: 18px;
        border-radius: 24px;
        padding: 2.5px 48px
    }

    .my-purchases .title .btn i {
        position: absolute;
        left: 15px;
        top: 2px
    }

    .my-purchases .content {
        padding: 26px
    }

    .my-purchases .content ul {
        margin: 0
    }

    .my-purchases .content ul li {
        margin: 0 0 30px
    }

    .my-purchases .content ul li .btn {
        min-width: 100%;
        font-family: "Debussy";
        font-size: 20px;
        border-radius: 5px;
        border: none;
        padding: 13.5px 66px
    }

    .my-purchases .content ul li .btn.btn-success {
        background-color: #1faf38 !important
    }

    .my-purchases .content ul li .btn.btn-primary {
        background-color: #436bd3 !important
    }

    .my-purchases .content ul li .btn.btn-danger {
        background-color: #b00 !important
    }
}

@media(min-width: 992px) {
    .my-purchases {
        background-color: #fff;
        border-radius: 5px;
        margin: 80px 0 157px
    }

    .my-purchases .title {
        position: relative;
        font-family: "Debussy";
        background-color: #3b4491;
        color: #fff;
        padding: 9.5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .my-purchases .title h1 {
        font-size: 20px;
        text-align: center;
        margin: 0
    }

    .my-purchases .title .btn {
        position: absolute;
        top: 4px;
        left: 4px;
        background-color: #fff;
        color: #3b4491;
        font-size: 18px;
        border-radius: 24px;
        padding: 2.5px 48px
    }

    .my-purchases .title .btn i {
        position: absolute;
        left: 15px;
        top: 2px
    }

    .my-purchases .content {
        padding: 68px 350px 287px
    }

    .my-purchases .content ul {
        margin: 0
    }

    .my-purchases .content ul li {
        margin: 0 0 30px
    }

    .my-purchases .content ul li .btn {
        min-width: 380px;
        font-family: "Debussy";
        font-size: 20px;
        border-radius: 5px;
        border: none;
        padding: 13.5px 66px
    }

    .my-purchases .content ul li .btn.btn-success {
        background-color: #1faf38 !important
    }

    .my-purchases .content ul li .btn.btn-primary {
        background-color: #436bd3 !important
    }

    .my-purchases .content ul li .btn.btn-danger {
        background-color: #b00 !important
    }
}

@media(min-width: 1200px) {
    .my-purchases {
        background-color: #fff;
        border-radius: 5px;
        margin: 80px 0 157px
    }

    .my-purchases .title {
        position: relative;
        font-family: "Debussy";
        background-color: #3b4491;
        color: #fff;
        padding: 9.5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .my-purchases .title h1 {
        font-size: 20px;
        text-align: center;
        margin: 0
    }

    .my-purchases .title .btn {
        position: absolute;
        top: 4px;
        left: 4px;
        background-color: #fff;
        color: #3b4491;
        font-size: 18px;
        border-radius: 24px;
        padding: 2.5px 48px
    }

    .my-purchases .title .btn i {
        position: absolute;
        left: 15px;
        top: 2px
    }

    .my-purchases .content {
        padding: 68px 350px 287px
    }

    .my-purchases .content ul {
        margin: 0
    }

    .my-purchases .content ul li {
        margin: 0 0 30px
    }

    .my-purchases .content ul li .btn {
        min-width: 380px;
        font-family: "Debussy";
        font-size: 20px;
        border-radius: 5px;
        border: none;
        padding: 13.5px 66px
    }

    .my-purchases .content ul li .btn.btn-success {
        background-color: #1faf38 !important
    }

    .my-purchases .content ul li .btn.btn-primary {
        background-color: #436bd3 !important
    }

    .my-purchases .content ul li .btn.btn-danger {
        background-color: #b00 !important
    }
}

@media(max-width: 767px) {
    .recharge-center {
        background-color: #3b4491;
        border-radius: 5px;
        margin: 80px 0 150px
    }

    .recharge-center .title {
        position: relative;
        background-color: #fff;
        padding: 9px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .recharge-center .title h1 {
        text-align: center;
        font-family: "Debussy";
        font-size: 20px;
        color: #436bd3;
        margin: 0
    }

    .recharge-center .title .btn {
        font-family: "Debussy";
        font-size: 18px;
        border-radius: 20px;
        position: relative;
        top: 5px;
        right: 0;
        background-color: #3b4491;
        color: #fff;
        padding: 2.5px 48px
    }

    .recharge-center .title .btn i {
        position: absolute;
        right: 10px
    }

    .recharge-center .content {
        padding: 19px
    }

    .recharge-center .content h3 {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        margin: 0 0 11px
    }

    .recharge-center .content select {
        cursor: pointer;
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border: none;
        padding: 13.5px 17px
    }

    .recharge-center .content .select-account {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border-radius: 5px;
        padding: 13.5px 17px
    }

    .recharge-center .content .text-info {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #6d77ce !important;
        margin: 0 0 18px
    }

    .recharge-center .content .product-item {
        font-family: "Debussy";
        font-size: 24px;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        background-color: #436bd3;
        margin: 0 0 22px;
        padding: 10.5px 0
    }

    .recharge-center .content .product-item .product-label {
        padding: 0 16px
    }

    .recharge-center .content .product-item .product-price {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        color: #436bd3;
        background-color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 9px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        padding: 5px 40px;
        display: flex;
        align-items: center
    }
}

@media(min-width: 768px) {
    .recharge-center {
        background-color: #3b4491;
        border-radius: 5px;
        margin: 80px 0 150px
    }

    .recharge-center .title {
        position: relative;
        background-color: #fff;
        padding: 9px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .recharge-center .title h1 {
        text-align: center;
        font-family: "Debussy";
        font-size: 20px;
        color: #436bd3;
        margin: 0
    }

    .recharge-center .title .btn {
        font-family: "Debussy";
        font-size: 18px;
        border-radius: 20px;
        position: absolute;
        top: 5px;
        right: 6px;
        background-color: #3b4491;
        color: #fff;
        padding: 2.5px 48px
    }

    .recharge-center .title .btn i {
        position: absolute;
        right: 10px
    }

    .recharge-center .content {
        padding: 30px 166px
    }

    .recharge-center .content h3 {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        margin: 0 0 11px
    }

    .recharge-center .content select {
        cursor: pointer;
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border: none;
        padding: 13.5px 17px
    }

    .recharge-center .content .select-account {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border-radius: 5px;
        padding: 13.5px 17px
    }

    .recharge-center .content .text-info {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #6d77ce !important;
        margin: 0 0 18px
    }

    .recharge-center .content .product-item {
        font-family: "Debussy";
        font-size: 24px;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        background-color: #436bd3;
        margin: 0 0 22px;
        padding: 10.5px 0
    }

    .recharge-center .content .product-item .product-label {
        padding: 0 16px
    }

    .recharge-center .content .product-item .product-price {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        color: #436bd3;
        background-color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 9px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        padding: 5px 40px;
        display: flex;
        align-items: center
    }
}

@media(min-width: 992px) {
    .recharge-center {
        background-color: #3b4491;
        border-radius: 5px;
        margin: 80px 0 150px
    }

    .recharge-center .title {
        position: relative;
        background-color: #fff;
        padding: 9px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .recharge-center .title h1 {
        text-align: center;
        font-family: "Debussy";
        font-size: 20px;
        color: #436bd3;
        margin: 0
    }

    .recharge-center .title .btn {
        font-family: "Debussy";
        font-size: 18px;
        border-radius: 20px;
        position: absolute;
        top: 5px;
        right: 6px;
        background-color: #3b4491;
        color: #fff;
        padding: 2.5px 48px
    }

    .recharge-center .title .btn i {
        position: absolute;
        right: 10px
    }

    .recharge-center .content {
        padding: 30px 166px
    }

    .recharge-center .content h3 {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        margin: 0 0 11px
    }

    .recharge-center .content select {
        cursor: pointer;
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border: none;
        padding: 13.5px 17px
    }

    .recharge-center .content .select-account {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border-radius: 5px;
        padding: 13.5px 17px
    }

    .recharge-center .content .text-info {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #6d77ce !important;
        margin: 0 0 18px
    }

    .recharge-center .content .product-item {
        font-family: "Debussy";
        font-size: 24px;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        background-color: #436bd3;
        margin: 0 0 22px;
        padding: 10.5px 0
    }

    .recharge-center .content .product-item .product-label {
        padding: 0 16px
    }

    .recharge-center .content .product-item .product-price {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        color: #436bd3;
        background-color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 9px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        padding: 5px 40px;
        display: flex;
        align-items: center
    }
}

@media(min-width: 1200px) {
    .recharge-center {
        background-color: #3b4491;
        border-radius: 5px;
        margin: 80px 0 150px
    }

    .recharge-center .title {
        position: relative;
        background-color: #fff;
        padding: 9px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .recharge-center .title h1 {
        text-align: center;
        font-family: "Debussy";
        font-size: 20px;
        color: #436bd3;
        margin: 0
    }

    .recharge-center .title .btn {
        font-family: "Debussy";
        font-size: 18px;
        border-radius: 20px;
        position: absolute;
        top: 5px;
        right: 6px;
        background-color: #3b4491;
        color: #fff;
        padding: 2.5px 48px
    }

    .recharge-center .title .btn i {
        position: absolute;
        right: 10px
    }

    .recharge-center .content {
        padding: 30px 166px
    }

    .recharge-center .content h3 {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        margin: 0 0 11px
    }

    .recharge-center .content select {
        cursor: pointer;
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border: none;
        padding: 13.5px 17px
    }

    .recharge-center .content .select-account {
        font-family: "Debussy";
        font-size: 20px;
        color: #fff;
        background-color: #436bd3;
        border-radius: 5px;
        padding: 13.5px 17px
    }

    .recharge-center .content .text-info {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #6d77ce !important;
        margin: 0 0 18px
    }

    .recharge-center .content .product-item {
        font-family: "Debussy";
        font-size: 24px;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        background-color: #436bd3;
        margin: 0 0 22px;
        padding: 10.5px 0
    }

    .recharge-center .content .product-item .product-label {
        padding: 0 16px
    }

    .recharge-center .content .product-item .product-price {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 20px;
        color: #436bd3;
        background-color: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 9px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
        padding: 5px 40px;
        display: flex;
        align-items: center
    }
}

@media(max-width: 767px) {
    .server-list {
        background: url("../img/bg-server-list.png");
        margin: 0 0 16px;
        border-radius: 5px
    }

    .server-list .title {
        font-family: "Debussy";
        font-size: 26px;
        text-align: center;
        background-color: #415dd3;
        color: #fff;
        margin: 0 0 28px;
        padding: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .server-list .content {
        padding: 0 23px 10px
    }

    .server-list .content h4 {
        font-family: "Debussy";
        font-size: 26px;
        color: #fd733b;
        margin: 0 0 48px
    }

    .server-list .content p {
        font-size: 14px;
        font-weight: 600;
        color: #3b4491
    }
}

@media(min-width: 768px) {
    .server-list {
        background: url("../img/bg-server-list.png");
        margin: 0 0 16px;
        border-radius: 5px
    }

    .server-list .title {
        font-family: "Debussy";
        font-size: 26px;
        text-align: center;
        background-color: #415dd3;
        color: #fff;
        margin: 0 0 28px;
        padding: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .server-list .content {
        padding: 0 23px 10px
    }

    .server-list .content h4 {
        font-family: "Debussy";
        font-size: 26px;
        color: #fd733b;
        margin: 0 0 48px
    }

    .server-list .content p {
        font-size: 14px;
        font-weight: 600;
        color: #3b4491
    }
}

@media(min-width: 992px) {
    .server-list {
        background: url("../img/bg-server-list.png");
        margin: 299px 0 16px;
        border-radius: 5px
    }

    .server-list .title {
        font-family: "Debussy";
        font-size: 26px;
        text-align: center;
        background-color: #415dd3;
        color: #fff;
        margin: 0 0 28px;
        padding: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .server-list .content {
        padding: 0 23px 10px
    }

    .server-list .content h4 {
        font-family: "Debussy";
        font-size: 26px;
        color: #fd733b;
        margin: 0 0 48px
    }

    .server-list .content p {
        font-size: 14px;
        font-weight: 600;
        color: #3b4491
    }
}

@media(min-width: 1200px) {
    .server-list {
        background: url("../img/bg-server-list.png");
        margin: 299px 0 16px;
        border-radius: 5px
    }

    .server-list .title {
        font-family: "Debussy";
        font-size: 26px;
        text-align: center;
        background-color: #415dd3;
        color: #fff;
        margin: 0 0 28px;
        padding: 7px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .server-list .content {
        padding: 0 23px 10px
    }

    .server-list .content h4 {
        font-family: "Debussy";
        font-size: 26px;
        color: #fd733b;
        margin: 0 0 48px
    }

    .server-list .content p {
        font-size: 14px;
        font-weight: 600;
        color: #3b4491
    }
}

.btn-server {
    font-family: "Debussy";
    font-size: 25px;
    color: #fff;
    background: linear-gradient(180deg, #EFA410 0%, rgba(255, 61, 0, 0.74) 100%);
    border: none;
    margin: 0 0 20px;
    box-shadow: 0 4px 0px #c1450a;
    transition: 300ms
}

.btn-server:active {
    color: #fff !important
}

.btn-server:hover {
    filter: brightness(1.1);
    color: #fff
}

.box-news {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 7px;
    margin: 0 0 30px
}

.box-news .title {
    font-family: "Debussy";
    font-size: 26px;
    color: #549bdd;
    margin: 0 0 17px
}

.box-news ul {
    color: #549bdd
}

.box-news ul li {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

.box-news ul li a {
    text-decoration: none;
    color: #549bdd
}

@media(max-width: 767px) {
    .featured {
        position: relative;
        background: linear-gradient(180deg, #549BDD 0%, #4763F5 100%);
        margin: 30px 0 20px;
        border-radius: 10px
    }

    .featured .horn {
        display: none;
        position: absolute;
        top: -41px;
        right: -57px
    }

    .featured .horn img {
        width: 214px
    }

    .featured .content {
        padding: 18px
    }

    .featured .content .title {
        font-size: 30px;
        color: #fff;
        font-family: "Debussy";
        line-height: 30px
    }

    .featured .content .title span {
        font-size: 25px;
        color: #3b4491
    }

    .featured .content ul {
        font-family: "Debussy";
        font-size: 18px;
        color: #fff
    }

    .featured .content ul li a {
        text-decoration: none;
        color: #fff
    }
}

@media(min-width: 768px) {
    .featured {
        position: relative;
        background: linear-gradient(180deg, #549BDD 0%, #4763F5 100%);
        margin: 30px 0 20px;
        border-radius: 10px
    }

    .featured .horn {
        display: none;
        position: absolute;
        top: -41px;
        right: -57px
    }

    .featured .horn img {
        width: 214px
    }

    .featured .content {
        padding: 18px
    }

    .featured .content .title {
        font-size: 30px;
        color: #fff;
        font-family: "Debussy";
        line-height: 30px
    }

    .featured .content .title span {
        font-size: 25px;
        color: #3b4491
    }

    .featured .content ul {
        font-family: "Debussy";
        font-size: 18px;
        color: #fff
    }

    .featured .content ul li a {
        text-decoration: none;
        color: #fff
    }
}

@media(min-width: 992px) {
    .featured {
        position: relative;
        background: linear-gradient(180deg, #549BDD 0%, #4763F5 100%);
        margin: 30px 0 20px;
        border-radius: 10px
    }

    .featured .horn {
        display: block;
        position: absolute;
        top: -41px;
        right: -57px
    }

    .featured .horn img {
        width: 214px
    }

    .featured .content {
        padding: 18px 0
    }

    .featured .content .title {
        font-size: 50px;
        color: #fff;
        font-family: "Debussy";
        line-height: 43px
    }

    .featured .content .title span {
        font-size: 40px;
        color: #3b4491
    }

    .featured .content ul {
        font-family: "Debussy";
        font-size: 30px;
        color: #fff
    }

    .featured .content ul li a {
        text-decoration: none;
        color: #fff
    }
}

@media(min-width: 1200px) {
    .featured {
        position: relative;
        background: linear-gradient(180deg, #549BDD 0%, #4763F5 100%);
        margin: 30px 0 20px;
        border-radius: 10px
    }

    .featured .horn {
        display: block;
        position: absolute;
        top: -41px;
        right: -57px
    }

    .featured .horn img {
        width: 214px
    }

    .featured .content {
        padding: 18px 0
    }

    .featured .content .title {
        font-size: 50px;
        color: #fff;
        font-family: "Debussy";
        line-height: 43px
    }

    .featured .content .title span {
        font-size: 40px;
        color: #3b4491
    }

    .featured .content ul {
        font-family: "Debussy";
        font-size: 30px;
        color: #fff
    }

    .featured .content ul li a {
        text-decoration: none;
        color: #fff
    }
}

.about-game .title {
    font-family: "Debussy";
    font-size: 26px;
    color: #549bdd;
    margin: 0 0 3px
}

.about-game .thumb {
    margin: 0 0 20px
}

.about-game .thumb-item {
    margin: 0 0 15px
}

.about-game ul {
    font-size: 18px;
    font-weight: 600;
    color: #3b4491
}

.about-game ul li a {
    text-decoration: none;
    color: #3b4491
}

@media(max-width: 767px) {
    .news-footer {
        background: #549bdd;
        position: relative;
        padding: 0 0 64px
    }

    .news-footer .divider {
        display: block;
        position: absolute;
        top: -22px;
        right: 0
    }

    .news-footer .ratio {
        margin: 0 0 60px
    }

    .news-footer .character-female {
        display: none;
        position: absolute;
        top: -40px;
        left: 0
    }

    .news-footer .character-dragon {
        display: none;
        position: absolute;
        top: -209px;
        right: 26px
    }

    .news-footer .character-footer {
        display: none;
        position: absolute;
        right: 27%;
        bottom: -23px
    }

    .news-footer h4 {
        font-family: "Debussy";
        font-size: 22px;
        color: #fff;
        margin: 67px 0 10px
    }

    .news-footer .back-top {
        display: block;
        text-decoration: none
    }

    .news-footer .back-top p {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        margin: 0
    }
}

@media(min-width: 768px) {
    .news-footer {
        background: #549bdd;
        position: relative;
        padding: 0 0 64px
    }

    .news-footer .divider {
        display: block;
        position: absolute;
        top: -22px;
        right: 0
    }

    .news-footer .ratio {
        margin: 0 0 60px
    }

    .news-footer .character-female {
        display: none;
        position: absolute;
        top: -40px;
        left: 0
    }

    .news-footer .character-dragon {
        display: none;
        position: absolute;
        top: -209px;
        right: 26px
    }

    .news-footer .character-footer {
        display: none;
        position: absolute;
        right: 27%;
        bottom: -23px
    }

    .news-footer h4 {
        font-family: "Debussy";
        font-size: 22px;
        color: #fff;
        margin: 67px 0 10px
    }

    .news-footer .back-top {
        display: block;
        text-decoration: none
    }

    .news-footer .back-top p {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        margin: 0
    }
}

@media(min-width: 992px) {
    .news-footer {
        background: #549bdd;
        position: relative;
        padding: 0 0 64px
    }

    .news-footer .divider {
        display: block;
        position: absolute;
        top: -54px;
        right: 0
    }

    .news-footer .ratio {
        margin: 0 0 60px
    }

    .news-footer .character-female {
        display: block;
        position: absolute;
        top: -40px;
        left: 0
    }

    .news-footer .character-dragon {
        display: block;
        position: absolute;
        top: -209px;
        right: 26px
    }

    .news-footer .character-footer {
        display: block;
        position: absolute;
        right: 27%;
        bottom: -23px
    }

    .news-footer h4 {
        font-family: "Debussy";
        font-size: 22px;
        color: #fff;
        margin: 67px 0 10px
    }

    .news-footer .back-top {
        display: block;
        text-decoration: none
    }

    .news-footer .back-top p {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        margin: 0
    }
}

@media(min-width: 1200px) {
    .news-footer {
        background: #549bdd;
        position: relative;
        padding: 0 0 64px
    }

    .news-footer .divider {
        display: block;
        position: absolute;
        top: -54px;
        right: 0
    }

    .news-footer .ratio {
        margin: 0 0 60px
    }

    .news-footer .character-female {
        display: block;
        position: absolute;
        top: -40px;
        left: 0
    }

    .news-footer .character-dragon {
        display: block;
        position: absolute;
        top: -209px;
        right: 26px
    }

    .news-footer .character-footer {
        display: block;
        position: absolute;
        right: 27%;
        bottom: -23px
    }

    .news-footer h4 {
        font-family: "Debussy";
        font-size: 22px;
        color: #fff;
        margin: 67px 0 10px
    }

    .news-footer .back-top {
        display: block;
        text-decoration: none
    }

    .news-footer .back-top p {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        margin: 0
    }
}

footer.footer {
    background-color: #3b4491;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 47px
}

footer.footer p {
    text-align: center;
    margin: 0
}

.login-form {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/*# sourceMappingURL=style.css.map */