/*MISC*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

*::-webkit-scrollbar {
    width: 0.4em;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #1e2022;
}

*::-webkit-scrollbar-thumb {
    background-color: #62bb46;
    outline: 1px solid #414141;
    border-radius: 5px;
}
body {
    background: #000000;
}
body.body-lock {
    overflow: hidden;
}
.floating-top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.floating-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
/*menu-nav*/
.menu-custom-navigation {
    width: 100%;
}
.menu-custom-navigation__menu {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: unset;
    align-items: center;
    padding: 0;
    margin: 0;
}
.menu-custom-navigation__menu-item {
}
.menu-custom-navigation__menu-link {
    color: #ffffff;
    display: block;
    padding: 10px;
    border-bottom: transparent 3px solid;
}
.menu-custom-navigation__menu-link.active,.menu-custom-navigation__menu-link:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: #000 3px solid;
}
.menu-custom-navigation__menu-title {}
/*TOP PAGE*/
.header-bar {
    /*background: #18c1d8;*/
    width: 100%;
}
.header-bar__wrapper {
    background: #18c1d8;
    display: flex;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding: 10px;
}
.header-bar__item {
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.header-bar__item--full {
    width: 100%;
}
.header-bar__item:first-child {
    padding-left: 0;
}
.header-bar__item:last-child {
    padding-right: 0;
}
.header-bar__btn {
    position: relative;
}
.header-bar__btn-img {
    width: 40px;
    height: 35px;
}
.header-bar__btn-icon {
    position: relative;
    color: #000000;
}
.header-bar__btn-logo {  }
.header-bar__btn-logo-img {
    width: 120px;
    height: 60px;
}
.header-bar__btn-lang {  }
.header-bar__btn-lang-img {
    width: 30px;
    height: 30px;
}
.header-bar__btn-badge {
    background: #ff0000;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: -10px;
}
.header-bar__btn-profile {  }
.header-bar__btn-profile-img {
    height: 35px;
}
.header-bar__balance {
    display: flex;
    width: 100%;
}
.header-bar__balance-item {
    display: flex;
    width: 100%;
    padding: 3px 5px;
    margin: 0 10px;
    position: relative;
}
.header-bar__balance-img {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    height: 25px;
}
.header-bar__balance-btn {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}
.header-bar__balance-btn-img {
    height: 23px;
}
.header-bar__balance-input,.header-bar__balance-input:disabled {
    background: #05697d;
    border: 0;
    color: #ffffff;
    height: 30px;
    font-size: 14px;
}

.main-menu-lang {
    width: 100%;
}
.main-menu-lang__wrapper {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu-lang__item {
    width: 100%;
    padding: 10px;
}
.main-menu-lang__item-link {
    width: 100%;
}
.main-menu-lang__item-img {
    width: 30px;
    height: 30px;
}
/*CONTENT*/
.content-main {
    padding-bottom: 150px;
}
.content-main--header-fixed {
    padding-top: 80px;
}
.content-main--story {
    padding: 0;
}
.swiper-main {}
.swiper-main__wrapper {}
.swiper-main__item {}
.swiper-main__item-img {
    width: 100%;
}
.swiper-main__pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-main__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border: 1px solid #ffffff;
    background: transparent;
}

.swiper-main__pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #ffffff;
}
/*SWIPER CATEGORY*/
.swiper-category {
    background: #383838;
    padding: 5px 10px;
    padding-bottom: 30px;
}
.swiper-category__wrapper {}
.swiper-category__item {
    padding: 5px;
    height: unset;
}
.swiper-category__item-link {
    display: block;
    height: 100%;
    padding: 15px 10px;
    border-radius: 5px;
}
.swiper-category__item-link.active {
    background: #6d6d6d;
}
.swiper-category__item-img {
    width: 100%;
}
.swiper-category__item-title {
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 12px;
    padding: 5px 0;
}
.swiper-category__scrollbar {
    display: flex;
    justify-content: center;
}
.swiper-category__scrollbar-wrapper {
    background: #969696;
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: 10px;*/
    border-radius: 10px;
    z-index: 50;
    width: 80%;
    height: 10px;
    opacity: 1!important;
}
.swiper-category__scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(180deg, rgba(152,206,47,1) 0%, rgba(80,178,9,1) 100%);
}
/*Main Swiper Story*/
.main-story {}
.swiper-story {}
.swiper-story__wrapper {}
.swiper-story__item {
    width: 100%;
}
.swiper-story__item-img {
    width: 100%;
}

.swiper-story__btn {
    position: absolute;
    top: unset;
    bottom: 70px;
    width: 50px;
}
.swiper-story__btn-img {
    width: 100%;
}
.swiper-story__btn:after {
    content: none;
}
.swiper-story__btn.swiper-button-next {
    right: 20px;
}
.swiper-story__btn.swiper-button-prev {
    left: 20px;
}

.swiper-story__pagination {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
}

.swiper-story__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border: 1px solid #36414a;
    background: #36414a;
}

.swiper-story__pagination .swiper-pagination-bullet-active {
    color: #00fcff;
    background: #00fcff;
    width: 25px;
    height: 25px;
}
/*HOME NOTIF*/
.home-notification {
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.home-notification__wrapper {
    color: #747474;
    font-size: 13px;
    padding: 10px 10px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
}
.home-notification__img {
    width: 30px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
/*BOTTOM PAGE*/
.tip-invite {
    background: #383838;
}
.tip-invite__wrapper {
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.tip-invite__img {
    width: 40px;
    margin-right: 10px;
}
.tip-invite__link {
    color: #42b84f;
    font-weight: bold;
}
/*Content Game*/
.content-game {
    padding: 10px;
}
.content-game__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.content-game__item {
    width: 20%;
}
.content-game__item-link {
    text-decoration: none;
}
.content-game__item-wrapper {
    padding: 10px;
    position: relative;
}
.content-game__item-badge {
    position: absolute;
    top: 0;
    right: 5px;
    color: #ffffff;
    padding: 2px 30px;
    border-radius: 0 10px 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.content-game__item-badge--normal {
    background: #41b749;
}
.content-game__item-badge--crowd {
    background: #ffa100;
}
.content-game__item-badge--full {
    background: #ff0000;
}
.content-game__item-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.content-game__item-img-content {
    width: 100%;
    max-width: 100%;
}
.content-game__item-title {
    color: #ffffff;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*MENU BAR*/
.menu-bar {
    background: #f6f9f8;
}
.menu-bar__wrapper {
    display: flex;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}
.menu-bar__item {
    width: 100%;
    padding: 0 5px;
}
.menu-bar__item-wrapper {}
.menu-bar__item-link {
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 12px;
}
.menu-bar__item-icon {
    background: #f6f9f8;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50%;
}

.menu-bar .menu-bar__item-link.active .menu-bar__item-icon {
    background: #f6f9f8;
    color: #10a6fd;
}
.menu-bar__item-title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
}
/*Dark Theme*/
.menu-bar.menu-bar--dark .menu-bar__wrapper {
    background: #272727;
}
.menu-bar.menu-bar--dark .menu-bar__item-link {
    color: #ffffff;
}
.menu-bar.menu-bar--dark .menu-bar__item-icon {
    background: #f6f9f8;
    color: #10a6fd;
}
.menu-bar.menu-bar--dark .menu-bar__item-link.active .menu-bar__item-icon {
    background: #10a6fd;
    color: #f6f9f8;
}
/*Modal Topup*/
.modal-custom-payment {}
.modal-custom-payment__dialog {}
.modal-custom-payment__header {
    padding: 20px 0;
    border: 0;
    justify-content: center;
    font-family: Baloo;
}
.modal-custom-payment__body {}
.modal-custom-payment__title {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-family: Baloo;
    font-size: 14px;
    margin: 0;
}
.modal-custom-payment__counter {
    text-align: center;
    font-family: Baloo;
    font-size: 60px;
    color: #5cc7ff;
}
.modal-custom-payment__footer {
    padding: 20px 0;
    border: 0;
    justify-content: center;
}
.modal-custom-payment__footer-btn {
    font-family: Baloo;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
}
.modal-custom-payment__footer-btn--continue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fda247+0,fda247+2,ffa149+2,fd9d47+16,ff9c49+17,fe9b48+21,ff944f+35,fe914e+50,ff8853+73,ff8554+100 */
    background: #fda247;
    background: linear-gradient(to bottom, #fda247 0%, #fda247 2%, #ffa149 2%, #fd9d47 16%, #ff9c49 17%, #fe9b48 21%, #ff944f 35%, #fe914e 50%, #ff8853 73%, #ff8554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fda247", endColorstr="#ff8554",GradientType=0 );
}
.modal-custom-payment__footer-btn--new {
    background: grey;
}
/*Modal Avatar*/

.modal-custom-avatar {
    font-family: Baloo;
}

.modal-custom-avatar__header {
    flex-wrap: wrap;
    position: relative;
}

.modal-custom-avatar__header-opt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.modal-custom-avatar__header-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px !important;
    margin: 0 !important;
}

.gallery-avatar {
    display: flex;
    flex-wrap: wrap;
}

.gallery-avatar__item {
    width: 33.333333333%;
}

.gallery-avatar__item-wrapper {
    padding: 10px;
}

.gallery-avatar__img {
    width: 100%;
}

.gallery-avatar .custom-control {
    padding: 0;
}

.gallery-avatar .custom-control-label {
    padding: 5px;
}

.gallery-avatar .custom-control-input,
.gallery-avatar .custom-control-label:before,
.gallery-avatar .custom-control-label:after {
    display: none;
}

.gallery-avatar .custom-control-input:checked ~ label {
    border: 3px solid #ff723c;
    border-radius: 10px;
}
/*Modal Custom Promo*/
.modal-custom-promo {}
.modal-custom-promo__dialog {
    margin: 1.5rem auto;
    padding: 0 1.5rem;
}
.modal-custom-promo__content {
    background: transparent;
    border: 0;
}
.modal-custom-promo__header {
    position: relative;
}
.modal-custom-promo__header-close {
    color: #ffffff;
    opacity: 1;
    position: absolute;
    left: 96%;
    bottom: -15px;
    z-index: 1;
    font-size: 30px;
    padding: 0!important;
    margin: 0!important;
}
.modal-custom-promo__body {
    padding: 0;
}
.modal-custom-promo__img {
    width: 100%;
    max-width: 100%;
}
.modal-custom-promo__footer {
    background: #ffffff;
    justify-content: flex-start;
}
/*Modal Custom Register*/
.modal-custom-register {}
.modal-custom-register__dialog {
    max-width: 390px;
    margin: 1.5rem auto;
    padding: 0 1.5rem;
}
.modal-custom-register__content {
    background: transparent;
    border: 0;
}
.modal-custom-register__header {
    position: relative;
    border: none;
}
.modal-custom-register__header-close {
    color: #ffffff;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: 15px;
    z-index: 1;
    font-size: 30px;
    padding: 0!important;
    margin: 0!important;
}
.modal-custom-register__header-close-img {
    width: 40px;
    height: 40px;
}
.modal-custom-register__body {
    padding: 0;
}
.modal-custom-register__img-wrapper {
    width: 100%;
    max-width: 100%;
}
.modal-custom-register__img-content {
    width: 100%;
    max-width: 100%;
}
.modal-custom-register__content-wrapper {
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 14px;
    width: 250px;
}
.modal-custom-register__content-wrapper-desc {
    display: block;
    padding: 10px;
    text-align: center;
}
.modal-custom-register__btn {}
.modal-custom-register__btn-content {
    position: relative;
    display: block;
    width: 120px;
    margin: 0 auto;
}
.modal-custom-register__btn-img {
    width: 100%;
}
/*Modal Custom*/

.modal-custom-address {
    font-family: Baloo;
}
.modal-custom-address__header {
    flex-wrap: wrap;
    position: relative;
}
.modal-custom-address__header-opt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.modal-custom-address__header-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px!important;
    margin: 0!important;
}
.modal-custom-address__header-form {
    width: 100%;
}
.modal-custom-address-change {
    font-family: Baloo;
}
.modal-custom-address-change__header {
    flex-wrap: wrap;
    position: relative;
}
.modal-custom-address-change__header-opt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.modal-custom-address-change__header-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 10px!important;
    margin: 0!important;
}

.modal-custom-address-shipping {
    font-family: Baloo
}
.modal-custom-address-shipping__dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    max-height: 70% !important;
}
.modal-custom-address-shipping__content {
    max-height: 100% !important;
}
.modal-custom-address-shipping__header {
    flex-wrap: wrap;
    position: relative;
}
.modal-custom-address-shipping__header-opt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}
.modal-custom-address-shipping__header-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 10px!important;
    margin: 0!important;
}

/*CART LIST MINI*/

.cart-list-pop {
    width: 300px;
    padding: 0 10px;
}

.cart-list-pop__header {
    display: flex;
    justify-content: space-between;
    font-family: Monospace;
}

.cart-list-mini {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    max-height: 180px;
}

.cart-list-mini__item {
    width: 100%;
    padding: 5px;
}

.cart-list-mini__item-wrapper {
    border-bottom: 1px solid #000000;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px;
}

.cart-list-mini__item-img {
    width: 50px;
}

.cart-list-mini__item-detail {
    width: calc(100% - 50px);
    font-family: Baloo;
    padding: 10px;
}
/*CART*/

.counter-custom {
    position: relative;
    width: calc(100% - 41px);
    max-width: 182px;
}

.counter-custom span {
    cursor: pointer;
}

.counter-custom-minus,
.counter-custom-plus {
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.counter-custom-minus {
    left: 5px;
}

.counter-custom-plus {
    right: 5px;
}

.counter-custom-input {
    width: 100%;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.cart-list-pop {
    width: 300px;
    padding: 10px;
}

.cart-list-pop__header {
    display: flex;
    justify-content: space-between;
}

.cart-list {
    padding: 15px 0;
}

.cart-list--no-border {
    border: 0;
}

.cart-list__header {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: bold;
}

.cart-list__header-link {
    color: #19afff;
}

.cart-list__header-link:hover {
    color: #19afff;
    text-decoration: none;
}

.cart-list__item {
    padding: 0;
    padding: 10px 0;
    font-weight: bold;
}

.cart-list__item--address {
    padding: 5px;
}

.cart-list__item--address .cart-list__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #ffbb00;
    border-radius: 5px;
}

.cart-list__item--address .cart-list__detail {
    width: 70%;
}

.cart-list__item-wrapper {
    padding: 10px 0;
    border: solid #fff;
    border-left: 0;
    border-right: 0;
}

.cart-list__option {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cart-list__option--full {
    width: 100%;
}

.cart-list__option-icon {
    color: #19afff;
    font-size: 30px;
}

.cart-list__option-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63e7ff+0,61e5fe+1,62e6ff+14,62e2ff+20,5fdefe+23,60daff+28,5fd7fc+31,5ccffc+36,60ceff+36,60ceff+37,5bc9fe+41,5bc4fe+45,5bc1ff+45,5dc1ff+48,5abdfe+50,5abbff+52,5dbcff+53,5bb7ff+58,5ab6ff+100,5db8ff+100 */
    background: #63e7ff;
    background: linear-gradient(to bottom, #63e7ff 0%, #61e5fe 1%, #62e6ff 14%, #62e2ff 20%, #5fdefe 23%, #60daff 28%, #5fd7fc 31%, #5ccffc 36%, #60ceff 36%, #60ceff 37%, #5bc9fe 41%, #5bc4fe 45%, #5bc1ff 45%, #5dc1ff 48%, #5abdfe 50%, #5abbff 52%, #5dbcff 53%, #5bb7ff 58%, #5ab6ff 100%, #5db8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63e7ff", endColorstr="#5db8ff",GradientType=0 );
    border: 0;
    color: #ffffff;
    font-size: 14px;
}

.cart-list__option-menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.cart-list__option-menu-item {
    border-right: 1px solid #000000;
    padding: 0 10px;
}

.cart-list__option-menu-item:last-child {
    border-right: 0;
}

.cart-list__option-menu-item-link {
    color: #ff743d;
    font-size: 13px;
}

.cart-list__detail {
    width: 100%;
}

.cart-list__detail-wrapper {
    display: block;
    padding: 15px;
}

.cart-list__detail-content {
    display: flex;
    flex-wrap: wrap;
}

.cart-list__detail-tag {
    font-family: Baloo;
}

.cart-list__detail-tag:not(:first-child) {
    font-family: Monospace;
}

.cart-list__detail-badge {
    color: #ffffff;
    background: #ffa243;
    background: linear-gradient(180deg, #ffa243 0%, #ff743d 100%);
    font-family: Monospace;
}

.cart-list-option__delete {
    color: #ffffff;
    font-size: 24px;
    padding: 5.5px 5px;
    margin-right: 10px;
}

.cart-list-item {
    width: 100%;
}

.cart-list-item__checkbox {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-list-item__detail {
    width: calc(100% - 150px);
    padding: 25px 0;
}

.cart-list-item__wrapper {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.cart-list-item__img {
    width: 120px;
}

.cart-list-item__img-src {
    width: 100%;
}

.cart-list-item__title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-list-item__title-sm {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-list-divider {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 3px solid #e4e4e4;
    border-right: 0px;
    border-left: 0px;
}
.cart-list-collapse {
    color: #18c1d8;
}

.cart-list-shipping {
    padding: 15px 30px;
    text-align: center;
}

.cart-list-shipping__btn {
    color: #ffffff;
    border: 3px solid #e4e4e4;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    position: relative;
    text-align: center;
    font-size: 24px;
}

.cart-list-shipping__ic1 {
    color: #ffa243;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.cart-list-shipping__ic2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.cart-list-summary {
    padding: 15px;
    border: 3px solid #e4e4e4;
    border-right: 0px;
    border-left: 0px;
}

.cart-list-summary__table {
    width: 100%;
    font-size: 18px;
}

.cart-list-submit {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.cart-list-submit__title {
    width: 100%;
    font-size: 15px;
}

.cart-list-submit__title a {
    color: #19afff;
    font-weight: bold;
}

.cart-list-submit__text {
    font-size: 18px;
    width: 100%;
}

.cart-list-submit__item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-list-submit__btn {
    color: #ffffff;
    background: #ffa243;
    background: linear-gradient(180deg, #ffa243 0%, #ff743d 100%);
    border: 0;
    padding: 10px 15px;
    font-weight: bold;
}

.cart-list-submit__btn:hover {
    color: #ffffff;
}

.cart-shipping__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.cart-shipping__menu-item {
    border-bottom: 1px solid;
    padding: 15px 0;
    width: 100%;
}

.cart-shipping__menu-item:last-child {
    border: 0;
}

.cart-shipping__menu-item-link {
    display: block;
}

.cart-shipping__menu-item-link:hover {
    text-decoration: none;
}

.cart-shipping__menu-item-tag {
    color: #000000;
    font-size: 22px;
    display: block;
    width: 100%;
}

.cart-shipping__menu-item-tag-et {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    display: block;
    width: 100%;
}

.cart-list-custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #08c301;
    border-color: #08c301;
}

.cart-list-custom-checkbox label:before,
.cart-list-custom-checkbox label:after {
    width: 20px;
    height: 20px;
}
/*Cart List Dark*/
.cart-list--theme-dark {
    color: #ffffff;
}
/*LOBBY*/

.main-lobby {
    padding: 15px;
}

.main-lobby__menu {
    flex-wrap: unset;
    border-bottom: 0;
}

.main-lobby__menu-item {
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
}

.main-lobby__menu-link {
    color: #ffffff;
    background-color: rgba(225, 225, 225, 0.5)!important;
    border-radius: 5px !important;
    font-family: Baloo;
    border: none!important;
}

.main-lobby__menu-link.active {
    color: white !important;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff723c+0,ff9b43+100 */
    background: #ff723c;
    background: linear-gradient(to right, #ff723c 0%, #ff9b43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff723c", endColorstr="#ff9b43",GradientType=1 );
}

.main-lobby__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.main-lobby__item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.main-lobby__img {
    padding: 5px;
    width: 40%;
    padding: 5px;
    font-family: Baloo;
    text-align: center;
}

.main-lobby__img-content {
    border-radius: 5px;
    position: relative;
    padding: 10px;
}

.main-lobby__img-queue {
    position: absolute;
    left: 5px;
    top: 0;
    padding: 5px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #000000;
    color: #fda247;
    font-size: 12px;
}

.main-lobby__img-player {
    position: absolute;
    left: 5px;
    top: 35px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 10px;
    font-family: normal;
}

.main-lobby__img-player i {
    margin-right: 5px;
    margin-left: 5px;
}

.main-lobby__img-game {
    width: 100%;
    max-width: 227px;
    max-height: 276px;
}

.main-lobby__img-desc {
    text-align: left;
}

.main-lobby__img-desc-title {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}

.main-lobby__img-desc-type {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.main-lobby__leaderboard {
    background: #ffffff;
    border-radius: 5px;
    width: 60%;
    padding: 5px;
    font-family: Baloo;
}

.main-lobby__leaderboard-content {
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
    padding: 10px;
    height: 100%;
}

.main-lobby__leaderboard-summary {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    overflow-y: scroll;
    max-height: 120px;
}

.main-lobby__leaderboard-navigation-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #fd9040;
}

.main-lobby__leaderboard-navigation-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #fd9040;
}

.main-lobby__leaderboard-rank {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.5);
    font-size: 2vh;
}

.main-lobby__leaderboard-name {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-lobby__leaderboard-currency {
    width: 50%;
}

.main-lobby__leaderboard-currency--gold {
    color: #fcb122;
}

.main-lobby__leaderboard-currency--diamond {
    color: #19afff;
}

.main-lobby__leaderboard-currency-img {
    width: 2.4vh !important;
    height: 2.4vh !important;
}
/*Main Payment*/
.main-payment { padding: 15px }
.main-payment__maintenance {
    font-family: Baloo;
    text-align: center;
}

.main-payment__maintenance-background {
    padding: 60px 20px;
    border-radius: 5px;
    background-image: url("/template/dewagames/desktop/assets/img/background/grit.png");
    background-size: 100%;
    background-color: #94eefe;
}

.main-payment__maintenance-text {
    text-align: center;
    font-size: 22px;
}

.main-payment__maintenance-title {
    -webkit-text-stroke: 0.4px #ffffff;
    -webkit-text-fill-color: #000000;
}

.main-payment__maintenance-img {
    margin: 0 auto;
    max-width: 100%;
}

.main-payment__banner {
    margin-top: 10px;
    width: 100%;
    padding: 15px 0;
    position: relative;
}

.main-payment__banner-title {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    font-family: Baloo;
    font-weight: bold;
    -webkit-text-stroke: 0.2px #ffffff;
    -webkit-text-fill-color: #000000;
    background-image: url("/template/dewagames/mobile/assets/img/asset/banner/BANNER-TOPUP.png");
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.main-payment__banner-chest {
    position: absolute;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.main-payment__content {
    padding: 15px 10px;
}

.main-payment__title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.main-payment__form {
    padding-bottom: 70px;
}

.main-payment__detail {
    border-radius: 10px;
    border: 4px solid #ff9f43;
    padding: 15px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 75%);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.main-payment__detail-img {
    height: 65px;
}
.main-payment__detail-title {
    margin: 0;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
.main-payment__detail-desc {
    margin: 0;
    font-size: 10px;
    text-align: center;
    height: 45px;
    overflow: hidden;
}

.main-payment__select {
    width: 100%;
    flex-wrap: wrap;
}

.main-payment__select i {
    font-size: 12px;
}

.main-payment__select-btn {
    flex: unset!important;
    position: relative;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 5px !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.main-payment__select-btn-wrapper {
    border-radius: 10px !important;
    border: 4px solid #000000;
    padding: 15px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 75%);
    position: relative;
    overflow: hidden;
}
.main-payment__select-btn--half-full {
    width: 25%;
}

.main-payment__select-btn--full {
    width: 100%;
    text-align: left;
}

.main-payment__select-btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.main-payment__select-btn:hover {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.main-payment__select-btn.active > .main-payment__select-wrapper {
    border: 4px solid #ff9f43;
}
.main-payment__select-btn.active > .main-payment__select-btn-wrapper {
    border: 4px solid #ff9f43;
}

.main-payment__select-wrapper {
    border-radius: 10px !important;
    border: 4px solid #000000;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    height: 100%;
    padding: 0;
    position: relative;
}
.main-payment__select-wrapper-inner {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -25px;
}

.main-payment__select-badge {
    position: absolute;
    z-index: 1;
}
.main-payment__select-badge-text {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    text-align: left;
    font-size: 9px;
    font-weight: bold;
    padding-left: 10px;
}
.main-payment__select-badge--save {
    top: -22.5px;
    left: -22.5px;
}
.main-payment__select-badge--bonus {
    width: 100%;
    top: 15px;
    left: 0;
}
.main-payment__select-badge--best {
    top: 10px;
    right: 10px;
}
.main-payment__select-badge--best-alt {
    top: 10px;
    right: -25px;
}
.main-payment__select-badge-img {
    width: 55px;
    height: 55px;
}
.main-payment__select-badge-img--bonus {
    width: 95px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}
.main-payment__select-badge-img--best {
    width: 35px;
    height: unset;
}

.main-payment__select-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-payment__select-frame-img {
    width: 100%;
    height: 100%;
}
.main-payment__select-currency {
    height: 65px;
}
.main-payment__select-currency-text {
    font-weight: bold;
    text-transform: uppercase;
}

.main-payment__select-bank {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.main-payment__select-bank__img {
    width: 100%;
    max-width: 45px;
    height: 15px;
    margin-right: 5px;
}

.main-payment__select-other {
    height: 20px;
    margin-right: 5px;
}

.main-payment__select-title {
    /*background: #707483;*/
    color: #ffffff;
    width: 100%;
    position: relative;
    padding: 3px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
}
.main-payment__select-title--alt {
    color: #000000;
    font-size: 14px;
}
.main-payment__select-title-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-payment__select-title-text {
    position: relative;
    padding: 0 5px;
}

.main-payment__select-desc {
    /*background: #d9abf6;*/
    color: #000000;
    width: 100%;
    position: relative;
    padding: 3px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;

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

.main-payment__select-desc-img {
    position: relative;
    width: 20px;
}
.main-payment__select-desc-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-payment__select-desc-text {
    position: relative;
    display: inline;
    padding: 0 5px;
}

.main-payment__select-desc--type-2 {
    height: auto;
    overflow: unset;
}

.main-payment__input {
    font-family: Baloo;
    border: 2px solid #ff9f43;
}

.main-payment__input.is-valid {
    color: green;
}

.main-payment__input-wrapper {
    margin-bottom: 0;
}

.main-payment__input-label {
    font-family: Baloo;
}

.main-payment__input-feedback {
    font-family: Baloo;
}

.main-payment__submit {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fda247+0,fda247+2,ffa149+2,fd9d47+16,ff9c49+17,fe9b48+21,ff944f+35,fe914e+50,ff8853+73,ff8554+100 */
    background: #fda247;
    background: linear-gradient(to bottom, #fda247 0%, #fda247 2%, #ffa149 2%, #fd9d47 16%, #ff9c49 17%, #fe9b48 21%, #ff944f 35%, #fe914e 50%, #ff8853 73%, #ff8554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fda247", endColorstr="#ff8554",GradientType=0 );

    font-family: Baloo;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

/*MAIN PRIZE*/
.main-prize { }
.main-prize__landingpage {
    width: 100%;
    position: relative;
}
.main-prize__landingpage-banner {
    width: 100%;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}
.main-prize__landingpage-banner-img {
    width: 100%;
}
.main-prize {}
.main-prize__landingpage-content {
    width: 100%;
    max-width: 280px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10px;

    text-align: center;
}
.main-prize {}
.main-prize__landingpage-desc {
    color: #ffffff;
}
.main-prize__landingpage-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.main-prize__landingpage-btn-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 150px;
}
.main-prize__landingpage-btn-content-img {
    width: 100%;
}

/*MAIN PRIZE OLD*/
.main-prize__swiper {}
.swiper-prize {}
.swiper-prize__img {
     width: 100%;
}
.main-prize__content {}
.main-prize__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.main-prize__currency { }
.main-prize__currency--diamond {
    color: #19afff;
}
.main-prize__currency--gold {
    color: #fcb122;
}
.main-prize__item {
    width: 50%;
    padding: 10px;
}
.main-prize__item-wrapper {
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

.main-prize__item-banner {
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.main-prize__item-banner-img {
    width: 100%;
}

.main-prize__item-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
    justify-content: flex-end;
}

.main-prize__item-detail-desc {
    width: 60%;
    font-size: 11px;
}

.main-prize__item-detail-title {
    width: 100%;
    font-weight: bold;
    font-family: Baloo;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.main-prize__item-detail-title--not-full-width {
    width: 60%;
}

.main-prize__item-detail-btn {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-prize__item-detail-btn-link {
    background: #19afff;
    font-family: Baloo;
    color: #ffffff;
    text-transform: uppercase;
}

.main-prize__item-scrollable {
    overflow-y: scroll;
    height: 150px;
    padding: 5px 10px;
}

.main-prize__item-scrollable-content {
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    font-size: 12px;
}

.main-prize__item-scrollable-content-wrapper {
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

.main-prize__item-scrollable-content-wrapper-exchange strong {
    padding-right: 15px;
}

.main-prize__item-scrollable-content-wrapper-exchange strong:first-child {
    color: #19afff;
}

.main-prize__item-scrollable-content-wrapper-exchange strong:nth-child(3) > img {
    width: 20px !important;
    height: 20px !important;
}

.main-prize__item-scrollable-content-wrapper-exchange strong:last-child {
    color: #000000;
}

.main-prize__item-scrollable-img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.main-prize__item-scrollable-img-content {
    width: 100%;
    height: 100%;
}
/*Main Prize List*/
.main-prize-list {}
.main-prize-list__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.main-prize-list__item {
    width: 100%;
    padding: 15px 10px;
    display: flex;
}
.main-prize-list__item-img {
    width: 120px;
}
.main-prize-list__item-img-content {
    width: 100%;
}
.main-prize-list__item-detail {
    width: calc(100% - 120px);
    font-weight: bold;
    padding: 0 10px;
}
.main-prize-list__item-detail-title {
    width: 100%;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-prize-list__item-detail-currency {
    font-size: 16px;
    font-family: 'Baloo';
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.main-prize-list__item-detail-currency-img {
    width: 25px;
    height: 25px;
}
.main-prize-list__item-detail-currency-tag {
    color: #fda247;
    padding: 0 5px;
}
.main-prize-list__item-detail-status {
    font-size: 16px;
    font-family: 'Baloo';
    padding: 5px 0;
}
.main-prize-list__item-detail-status-tag {
    color: #fda247;
    padding: 5px 0;
}
.main-prize-list__item-detail-status-tag--claimed {
    color: #18c1d8;
}
.main-prize-list__item-detail-btn {
    padding: 5px 0;
}
.main-prize-list__item-detail-btn-content {
    color: #000000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff500+0,ffeb00+26,fde401+34,ffd600+61,ffcf01+68,fece00+74,ffcb01+75,ffc700+88,ffc401+89,fec200+100 */
    background: #fff500;
    background: linear-gradient(to bottom, #fff500 0%, #ffeb00 26%, #fde401 34%, #ffd600 61%, #ffcf01 68%, #fece00 74%, #ffcb01 75%, #ffc700 88%, #ffc401 89%, #fec200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff500", endColorstr="#fec200",GradientType=0 );
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.main-prize-list__item-detail-btn-content--claimed {
    color: #ffffff;
    background:#383838;
}
.main-prize-list__item-detail-date {
    font-size: 14px;
    font-family: 'Baloo';
    padding: 5px 0;
}
/*Main Prize*/
.main-prize-detail {}
.main-prize-detail__filter {}
.main-prize-detail__filter-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.main-prize-detail__filter-category {
    width: 50%;
    padding: 10px;
}
.main-prize-detail__filter-search {
    width: 50%;
    padding: 10px;
}
.main-prize-detail__list {}
.main-prize-detail__list-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.main-prize-detail__list-item {
    width: 50%;
    padding: 10px;
}
.main-prize-detail__list-item-img {
    width: 100%;
}
.main-prize-detail__list-item-img-preview {
    width: 100%;
}
.main-prize-detail__list-item-title {
    width: 100%;
    text-align: center;
    color: #ffffff;
}
/*MAIN PRIZE VOUCHER*/
.main-prize-voucher {
    color: #ffffff;
    position: relative;
}
.main-prize-voucher__background {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.main-prize-voucher__background-img {
    width: 100%;
}
.main-prize-voucher__wrapper {
    padding: 15px;
    z-index: 1;
    position: relative;
}
.main-prize-voucher__wrapper--with-header {
    padding-top: 480px;
}
.main-prize-voucher__header {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    width: 100%;
}
.main-prize-voucher__header--fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;

    padding: 0 35px;
}
.main-prize-voucher__header-link {
    width: 50%;
    margin-bottom: 10px;
    padding: 25px 0;
}
.main-prize-voucher__header-link--left {
    text-align: left;
}
.main-prize-voucher__header-link--right {
    text-align: right;
}
.main-prize-voucher__header-link-content {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.main-prize-voucher__header-link-content:focus,.main-prize-voucher__header-link-content:hover {
    text-decoration: #ffffff;
}
.main-prize-voucher__header-link {}
.main-prize-voucher__form {}
.main-prize-voucher__number {
    background: #3d3d3d;
    border-radius: 5px;
    border: 1px solid #000000;

    width: 100%;
    display: flex;
    padding: 10px;
    align-items: center;
}
.main-prize-voucher__number-icon {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.main-prize-voucher__number-input {
    width: 100%;
}
.main-prize-voucher__number-input .form-group {
    margin: 0;
}
.main-prize-voucher__number-input input {
    background: transparent;
    color: #ffffff;
    border: 0;
}
.main-prize-voucher__number-input input:focus {
    background: transparent;
    color: #ffffff;
}
.main-prize-voucher__smalltip {
    width: 100%;
    padding: 10px 0;
}
.main-prize-voucher__detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
}
.main-prize-voucher__detail-wrapper {
    width: 100%;
    background: #3d3d3d;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 10px 15px;
}
.main-prize-voucher__detail-item {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.main-prize-voucher__detail-item-left {
    width: 50%;
}
.main-prize-voucher__detail-item-right {
    width: 50%;
    font-weight: bold;
}
.main-prize-voucher__content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.main-prize-voucher__content-item {
    width: 25%;
    margin-bottom: 10px!important;
    padding: 10px;
    flex: unset!important;
}
.main-prize-voucher__content-item-wrapper {
    color: #ffffff;
    background: #3d3d3d;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    border: 3px solid #000;
}
.main-prize-voucher__content-item.active .main-prize-voucher__content-item-wrapper {
    background: #1a1a1a;
    border: 3px solid #ff9f43;
}

.main-prize-voucher__content-item-title {
    text-align: left;
}
.main-prize-voucher__content-item-title--diskon {
    color: #02d3ff;
    font-weight: bold;
    text-transform: uppercase;
}
.main-prize-voucher__summary {
    background: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.main-prize-voucher__summary-bill {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.main-prize-voucher__summary-bill-title {
    width: 100%;
}
.main-prize-voucher__summary-btn {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-prize-voucher__summary-btn-link {
    color: #ffffff;
    background: #009cff;
}
/*MAIN CONTACT-US*/
.main-contact-us {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 25px;
}
/*MAIN CONTACT-US FAQ*/
.main-contact-us__faq {
    width: 50%;
    padding: 15px 0;
    padding-left: 15px;
}
.main-contact-us__faq-wrapper {
    border: 2px solid #19afff;
}

.main-contact-us__faq-card {
    border: none !important;
    border-radius: 0 !important;
}

.main-contact-us__faq-card > .card-header {
    background: white !important;
    border: none !important;
    border-radius: 0 !important;
}

.main-contact-us__faq-card--blue {
    border: none !important;
    border-radius: 0;
}

.main-contact-us__faq-card--blue > .card-header {
    border: none;
    background: #19afff !important;
    color: #ffffff;
    border-radius: 0 !important;
}

.main-contact-us__faq-btn {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 !important;
}

.main-contact-us__faq-btn > i {
    color: #19afff;
    float: right;
}

.main-contact-us__faq-btn:hover,
.main-contact-us__faq-btn:focus {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(47, 159, 163, 0.6);
    outline: 0 none;
}

.main-contact-us__faq-btn[aria-expanded=true] {
    font-weight: bold;
    color: #000000 !important;
}

.main-contact-us__faq-btn[aria-expanded=true] > .fa-chevron-right:before {
    content: "\F078" !important;
}

.main-contact-us__faq-link {
    color: #ffbb00;
    font-family: Baloo;
    padding: 0 !important;
}
/*MAIN CONTACT-US FEEDBACK*/
.main-contact-us__feedback {
    width: 50%;
}
.main-contact-us__feedback__wrapper { }
.main-contact-us__feedback-header {
    color: #ffffff;
}
.main-contact-us__feedback-header--top {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.main-contact-us__feedback-header--bot {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-contact-us__feedback-form input,
.main-contact-us__feedback-form textarea,
.main-contact-us__feedback-form select {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Baloo;
}

.main-contact-us__feedback-form-submit {
    text-align: center;
}

.main-contact-us__feedback-form-btn {
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63e7ff+0,61e5fe+1,62e6ff+14,62e2ff+20,5fdefe+23,60daff+28,5fd7fc+31,5ccffc+36,60ceff+36,60ceff+37,5bc9fe+41,5bc4fe+45,5bc1ff+45,5dc1ff+48,5abdfe+50,5abbff+52,5dbcff+53,5bb7ff+58,5ab6ff+100,5db8ff+100 */
    background: #63e7ff;
    background: linear-gradient(to bottom, #63e7ff 0%, #61e5fe 1%, #62e6ff 14%, #62e2ff 20%, #5fdefe 23%, #60daff 28%, #5fd7fc 31%, #5ccffc 36%, #60ceff 36%, #60ceff 37%, #5bc9fe 41%, #5bc4fe 45%, #5bc1ff 45%, #5dc1ff 48%, #5abdfe 50%, #5abbff 52%, #5dbcff 53%, #5bb7ff 58%, #5ab6ff 100%, #5db8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63e7ff", endColorstr="#5db8ff",GradientType=0 );

    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-family: Baloo;
}
/*MAIN CONTACT-US SOCIAL-TREE*/
.main-contact-us__social-tree {
    width: 100%;
}
.main-contact-us__social-tree-wrapper {
    border-top: 2px solid #ff9d42;
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.main-contact-us__social-tree-content {
    width: 50%;
}

.main-contact-us__social-tree-item {
    color: #ffffff;
    position: relative;
    margin: 0;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    word-break: break-word;
}

.main-contact-us__social-tree-item i {
    color: #19afff;
    position: absolute;
    top: 3.5px;
    left: 0;
}

.main-contact-us__social-tree-link {
    color: #ffbb00 !important;
}

.main-contact-us__social-tree-link i {
    color: #ffbb00 !important;
}

.main-contact-us__social-tree-link:hover {
    text-decoration: none;
    color: #ffbb00;
}
/*MAIN CONTACT-US ABOUT*/
.main-contact-us__about {
    width: 100%;
    color: #ffffff;
    padding: 15px 0;
}
.main-contact-us__about-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.main-contact-us__about-content { }

/*MAIN GUIDE*/
.main-guide {
    padding-bottom: 100px;
}

.main-guide__wrapper {
    position: relative;
    margin-bottom: 15px;
    padding-top: 50px;
}

.main-guide__banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-guide__banner-img {
    width: 100%;
    height: 100%;
}

.main-guide__banner-pad {
    width: 100%;
    height: 100%;
}

.main-guide__banner-pad-wrapper {
    width: calc(115%);
    height: calc(115%);
    position: absolute;
    top: -5%;
    left: -8%;
    z-index: 2;
    border-radius: 15px;
}

.main-guide__swiper {
    padding: 20px 40px;
}

.main-guide__swiper-wrapper {
    padding: 20px;
    background: #ffffff;
    position: relative;
    max-width: 335px;
    margin: 0 auto;
}

.main-guide__swiper-img-wrapper {
    text-align: center;
    width: 100%;
}
.main-guide__swiper-img-content {
    width: 100%;
    height: 100%;
}

.main-guide__steps {
    margin: 0;
}

.main-guide__steps-wrapper {
    z-index: 2;
    position: relative;
    padding: 0 40px;
    padding-top: 40px;
}

.main-guide__steps--number {
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    height: 8vw;
    width: 8vw;
    font-size: 26px;
    font-weight: bold;
    font-family: Baloo;
}

.main-guide__steps--title {
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-guide__steps--name {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.main-guide__steps--content {
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 14px;
}
/*MAIN GUIDE SWIPER*/
.main-guide-swiper {
    position: unset !important;
    height: 100%;
    overflow: hidden;
}

.main-guide-swiper__item {
    width: 100%;
    display: flex;
}

.main-guide-swiper__item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.main-guide-swiper-container .slide--deals-badge {
    position: absolute;
    top: 30px;
    left: 0;
    width: 51px;
    height: 51px;
}

.main-guide-swiper__img > img {
    width: 100%;
    height: 100%;
}

.main-guide-swiper-button {
    font-size: 60px;
    background: transparent;
    border-radius: 50%;
    height: 6vw !important;
    width: 6vw !important;
    position: absolute;
    top: unset !important;
    bottom: 15% !important;
    margin-top: 0 !important;
    z-index: 4 !important;
}

.main-guide-swiper-button i {
    background: linear-gradient(to bottom, #fda247 0%, #fda247 2%, #ffa149 2%, #fd9d47 16%, #ff9c49 17%, #fe9b48 21%, #ff944f 35%, #fe914e 50%, #ff8853 73%, #ff8554 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-guide-swiper-button.swiper-button-prev {
    left: 5px;
}

.main-guide-swiper-button.swiper-button-next {
    right: 5px;
}

.main-guide-swiper-button:after {
    display: none;
}
/*MAIN PROFILE*/
.main-profile {
    padding: 0 15px;
}
.main-profile__wrapper {
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-profile__panel {
    background: #ffffff;
    position: relative;
    padding-top: 50px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

.main-profile__panel-photo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.main-profile__panel-photo-img {
    width: 100%;
}

.main-profile__panel-name {
    font-family: Baloo;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.main-profile__panel-btn-wrapper {
    padding: 10px;
}

.main-profile__panel-btn-content {
    color: #ffffff;

    background: #63e7ff;
    background: linear-gradient(to bottom, #63e7ff 0%, #61e5fe 1%, #62e6ff 14%, #62e2ff 20%, #5fdefe 23%, #60daff 28%, #5fd7fc 31%, #5ccffc 36%, #60ceff 36%, #60ceff 37%, #5bc9fe 41%, #5bc4fe 45%, #5bc1ff 45%, #5dc1ff 48%, #5abdfe 50%, #5abbff 52%, #5dbcff 53%, #5bb7ff 58%, #5ab6ff 100%, #5db8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63e7ff", endColorstr="#5db8ff",GradientType=0 );

    font-family: Baloo;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    width: 100%;
}


.main-profile__referral {
    color: #ffffff;
    padding: 5px;
    margin: 0;
    text-align: center;
}

.main-profile__dashboard-wrapper {
    display: flex;
}

.main-profile__dashboard-item {
    width: 25%;
}

.main-profile__dashboard-bg-wrapper {
    padding: 5px;
}

.main-profile__dashboard-bg-content {
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.main-profile__dashboard-title {
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
/*Main Profile List*/
.main-custom-nav { }
.main-custom-nav__menu {
    flex-wrap: unset;
    border-bottom: 0 !important;
}

.main-custom-nav__menu-item {
    width: 100%;
}

.main-custom-nav__menu-link {
    border: none !important;
    margin-bottom: 0 !important;
    text-align: center;
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: Baloo;
    font-size: 12px;
    padding: 10px 0;
}

.main-custom-nav__menu-link.active {
    color: #000 !important;
}
.main-custom-nav__menu-title {
    padding: 0 15px;
}
.main-custom-nav__menu-link.active .main-custom-nav__menu-title {
    border-bottom: 3px solid #5ab6ff;
}

.main-custom-nav__content {
    padding: 10px 5px;
}
/*Main Profile Menu*/
.main-profile-menu { }
.main-profile-menu__wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0 !important;
}

.main-profile-menu__content {
    border: 1px solid #ff9742;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px 10px;
}

.main-profile-menu__bg-wrapper {
    padding: 5px;
}

.main-profile-menu__bg-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63e7ff+0,61e5fe+1,62e6ff+14,62e2ff+20,5fdefe+23,60daff+28,5fd7fc+31,5ccffc+36,60ceff+36,60ceff+37,5bc9fe+41,5bc4fe+45,5bc1ff+45,5dc1ff+48,5abdfe+50,5abbff+52,5dbcff+53,5bb7ff+58,5ab6ff+100,5db8ff+100 */
    background: #63e7ff;
    background: linear-gradient(to bottom, #63e7ff 0%, #61e5fe 1%, #62e6ff 14%, #62e2ff 20%, #5fdefe 23%, #60daff 28%, #5fd7fc 31%, #5ccffc 36%, #60ceff 36%, #60ceff 37%, #5bc9fe 41%, #5bc4fe 45%, #5bc1ff 45%, #5dc1ff 48%, #5abdfe 50%, #5abbff 52%, #5dbcff 53%, #5bb7ff 58%, #5ab6ff 100%, #5db8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63e7ff", endColorstr="#5db8ff",GradientType=0 );
    padding: 15px 5px;
    border-radius: 5px;
}
.main-profile-menu__bg-icon {
    font-size: 28px;
    color: #ffffff;
}
.main-profile-menu__link {
    padding: 0 !important;
    padding-bottom: 15px !important;
    border: 0 !important;
    position: relative;
}

.main-profile-menu__link.active {
    background: transparent !important;
}

.main-profile-menu__link.active .main-profile-menu__bg-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fda247+0,fda247+2,ffa149+2,fd9d47+16,ff9c49+17,fe9b48+21,ff944f+35,fe914e+50,ff8853+73,ff8554+100 */
    background: #fda247;
    background: linear-gradient(to bottom, #fda247 0%, #fda247 2%, #ffa149 2%, #fd9d47 16%, #ff9c49 17%, #fe9b48 21%, #ff944f 35%, #fe914e 50%, #ff8853 73%, #ff8554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fda247", endColorstr="#ff8554",GradientType=0 );
}
.main-profile-menu__link.active:after {
    z-index: -1;
    position: absolute;
    bottom: -11px;
    left: 50%;
    background: #ffffff;
    transform: translateX(-50%) rotate(-45deg);
    content: "";
    width: 0;
    height: 0;
    border: 1px solid #ff9742;
    width: 25px;
    height: 25px;
    border-left: 0;
    border-bottom: 0;
    z-index: 0;
}

.main-profile-menu__item {
    width: 25%;
    text-align: center;
    font-size: 12px;
    font-family: Baloo;
}

.main-profile-menu__title {
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Main Profile Currency*/
.main-currency {}
.main-currency__wrapper {
    border-radius: 15px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 10px 0;
}

.main-currency__item {
    color: black;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

.main-currency__item:first-child {
    border-left: 0;
}

.main-currency__img {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 4px;
}

.main-currency__link {
    font-size: 9px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.main-currency__title { }
.main-currency__point {
    color: #f3be32;
}
/*MAIN REDEEM*/

.main-redeem {
    padding: 15px 10px;
    padding-top: 40px;
}
.main-redeem__wrapper {
    background: #ffffff;
    padding: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgb(50 50 50 / 75%);
    margin-bottom: 15px;
}
/*MAIN REDEEM CURRENCY*/
.main-redeem__currency {}
.main-redeem__currency-wrapper {
    border-radius: 15px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 10px 0;
    border: 1px solid black;
    margin-top: -35px;
    background: #ffffff;
}

.main-redeem__currency-item {
    color: #000000;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

.main-redeem__currency-item:first-child {
    border-left: 0;
}

.main-redeem__currency-img {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 4px;
}

.main-redeem__currency-link {
    font-size: 9px;
    display: block;
}

.main-redeem__currency-title {
    color: #000;
    margin: 0;
    font-weight: bold;
}

.main-redeem__currency-title--shortlist {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-redeem__currency-point--gold {
    color: #f3be32;
}
/*MAIN REDEEM PRIZE*/
.main-redeem__prize {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.main-redeem__prize-centered {
    justify-content: center;
}

.main-redeem__prize-centered__title {
    font-family: Baloo;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.main-redeem__prize-img {
    width: 30%;
}

.main-redeem__prize-img-wrapper {
    text-align: center;
}
.main-redeem__prize-img-content {
    width: 100%;
    max-height: 140px;
    border-radius: 5px;
}


.main-redeem__prize-img-count {
    font-family: Baloo;
    font-size: 10px;
    text-align: center;
}

.main-redeem__prize-img-count--exchanged {
    margin-top: 15px;
    margin-bottom: 5px;
}

.main-redeem__prize-desc {
    width: 70%;
    padding-left: 10px;
}

.main-redeem__prize-desc-name {
    font-size: 18px;
    font-family: Baloo;
}

.main-redeem__prize-desc-detail {
    font-size: 12px;
}

.main-redeem__prize-cost {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.main-redeem__prize-cost-content {
    width: 50%;
    font-size: 12px;
}

.main-redeem__prize-cost-img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.main-redeem__prize-confirm {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-redeem__prize-confirm-btn {
    font-family: Baloo;
    font-size: 13px;
}

.main-redeem__prize-confirm-btn--shortlist {
    border: 0.2px solid black;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    margin-right: 5px;
}

.main-redeem__prize-confirm-btn--shortlist.active {
    color: #00ffff;
}

.main-redeem__prize-confirm-btn--redeem {
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fda247+0,fda247+2,ffa149+2,fd9d47+16,ff9c49+17,fe9b48+21,ff944f+35,fe914e+50,ff8853+73,ff8554+100 */
    background: #fda247;
    background: linear-gradient(to bottom, #fda247 0%, #fda247 2%, #ffa149 2%, #fd9d47 16%, #ff9c49 17%, #fe9b48 21%, #ff944f 35%, #fe914e 50%, #ff8853 73%, #ff8554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fda247", endColorstr="#ff8554",GradientType=0 );
}

.main-redeem__swiper {}
.main-redeem__swiper-title {
    font-family: Baloo;
    font-size: 15px;
    text-align: center;
}
.main-redeem__swiper-img {
    text-align: center;
}
.main-redeem__swiper-img-content {
    height: 100%;
    max-height: 84px;
}
.main-redeem__swiper-img-title {
    font-family: Baloo;
    font-size: 15px;
    text-align: center;
}
.main-redeem__swiper-navigation {
    color: #ffbb00;
    font-size: 24px;
}
.main-redeem__swiper-navigation:after {
    content: none;
}
/*Main Redeem Reviw*/
.main-redeem__review {
    display: flex;
    flex-wrap: wrap;
}
.main-redeem__review-title {
    width: 100%;
    text-align: center;
    font-family: Baloo;
    font-size: 22px;
}
.main-redeem__review-img {
    width: 30%;
}
.main-redeem__review-img-wrapper {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin: auto;
}
.main-redeem__review-img-content {
    width: 100%;
    height: 100%;
}
.main-redeem__review-detail {
    width: 70%;
    padding-left: 5px;
    font-family: Baloo;
}
.main-redeem__review-detail-desc {

}
.main-redeem__review-detail-desc--name {
    font-size: 20px;
}
.main-redeem__review-detail-desc--content {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}
/*MAIN OTHER*/
.main-other-setting {
    color: #ffffff;
    padding: 15px 10px;
    min-height: 100vh;
}

.main-other-setting__title {
    font-family: Baloo;
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
}

.main-other-setting__title-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.main-other-setting__menu {
    width: 100%;
    padding: 0;
    list-style: none;
}

.main-other-setting__menu-link {
    color: #18c1d8;
    float: left;
    font-family: Baloo;
}

.main-other-setting__menu-link:focus {
    color: #ffffff;
}

.main-other-setting__menu-item {
    padding: 10px 5px;
    text-align: right;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    font-family: Baloo;
}

.main-other-setting__menu-lang {
    list-style: none;
    padding: 10px 0;
    padding-bottom: 0;
}

.main-other-setting__menu-lang-img {
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #5cc7ff;
    border-radius: 50%;
    margin-top: -3px;
}

.main-other-setting__menu-lang-link {
    color: #ffffff;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.main-other-setting__menu-lang li a > i {
    margin-right: 10px;
}

.main-other-setting__menu-lang-link.active {
    color: #5cc7ff;
}

.main-other-setting__menu-lang li:last-child a {
    border-bottom: 0;
}
/*Main Other Menu*/
.main-other-menu { }

.main-other-menu__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.main-other-menu__item {
    width: 33.333%;
    padding: 0 15px;
}

.main-other-menu__item-link {
    display: block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
}

.main-other-menu__item-badge {
    background: #ff0000;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: -50px;
    transform: rotate(45deg);
    text-align: center;
    padding: 10px;
    width: 150%;
    font-size: 8px;
}

.main-other-menu__item-img {
    width: 100%;
    margin-bottom: 5px;
}

.main-other-menu__item-tag {
    font-family: Baloo;
    text-align: center;
    font-size: 12px;
}

.main-other-menu__item-div {
    background: #70e7fe;
    background: linear-gradient(180deg, #70e7fe 0%, #5ab9ff 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*MAIN PROFILE EDIT*/
.main-profile-edit {
    padding: 25px;
}
.main-profile-edit-pic {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.main-profile-edit-pic__img {
    width: 100%;
    height: 100%;
}

.main-profile-edit-pic__container {
    position: relative;
    width: 130px;
    height: 130px;
}

.main-profile-edit-pic__wrapper {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.main-profile-edit-pic__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0 10px 0px rgba(50, 50, 50, 0.75);
}

.main-profile-edit-form {
    color: #ffffff;
    font-family: Baloo;
}

.main-profile-edit-form__btn {
    margin-top: 50px;
}

.main-profile-edit-form__label {
    font-weight: bold;
}

.main-profile-edit-form__input {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
}
.main-profile-edit-form__btn-wrapper {
    padding: 15px 0;
}
.main-profile-edit-form__btn-content {
    color: #ffffff;
    font-family: Baloo;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    width: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63e7ff+0,61e5fe+1,62e6ff+14,62e2ff+20,5fdefe+23,60daff+28,5fd7fc+31,5ccffc+36,60ceff+36,60ceff+37,5bc9fe+41,5bc4fe+45,5bc1ff+45,5dc1ff+48,5abdfe+50,5abbff+52,5dbcff+53,5bb7ff+58,5ab6ff+100,5db8ff+100 */
    background: #63e7ff;
    background: linear-gradient(to bottom, #63e7ff 0%, #61e5fe 1%, #62e6ff 14%, #62e2ff 20%, #5fdefe 23%, #60daff 28%, #5fd7fc 31%, #5ccffc 36%, #60ceff 36%, #60ceff 37%, #5bc9fe 41%, #5bc4fe 45%, #5bc1ff 45%, #5dc1ff 48%, #5abdfe 50%, #5abbff 52%, #5dbcff 53%, #5bb7ff 58%, #5ab6ff 100%, #5db8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#63e7ff", endColorstr="#5db8ff",GradientType=0 );
}
/*Checkbox*/

.authentication__form__checkbox {
    width: 100%;
}

.authentication__form__checkbox label {
    border-radius: 25px !important;
    width: 100%;
    margin-right: 5px;
}

.authentication__form__checkbox label:last-child {
    margin-right: 0;
}

.authentication__form__checkbox i {
    font-size: 12px;
}

.authentication__form__checkbox__btn {
    background: #ebebec;
    color: #89898c;
}

.authentication__form__checkbox__btn.active {
    background: #c843ff;
    color: aqua;
}

/*Tables*/
.table-custom-history {}
.table-custom-history {
    font-size: 10px;
    width: 100%;
    font-family: Baloo;
    text-align: center;
}

.table-custom-history th,
.table-custom-history td {
    padding: 10px 0;
}

.table-custom-history__header {
    background: #63e7ff;
}

.table-custom-history__img {
    width: 24px;
    height: 24px;
}

.table-custom-history strong {
    color: #fda247;
}

/*Separator*/
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator--left::before,
.separator--left::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ff9d42;
}

.separator--left::before {
    margin-right: 0.25em;
}

.separator--left::after {
    margin-left: 1.25em;
    padding-right: calc(100% - 165px);
}

.separator--center::before,
.separator--center::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ff9d42;
}

.separator--center::before {
    margin-right: 0.25em;
}

.separator--center::after {
    margin-left: 0.25em;
}

/*Custom Btn*/
.custom-btn-tag {
    color: #ffffff;
    position: absolute;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
}
