@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/baloo-2-2');
@import url('https://fonts.cdnfonts.com/css/poppins');

.loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(84, 198, 103, 0.2);
    z-index: 9999;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.loading-screen img {
    width: 150px;
}

.loading-screen.show {
    display: flex;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar .navbar-brand {
    padding-right: 10px;
}

.navbar .navbar-nav .nav-item {
    padding-right: 14px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #667085;
    font-size: 12px;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    position: relative;
    font-weight: 700;
    color: #000;
}

.navbar .navbar-nav .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 75%;
    height: 3px;
    background-color: #3DB826;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 0;
    margin: auto;
}

.navbar .navbar-nav.nav-right .nav-item .nav-link {
    background-color: #F9FAFB;
    border-radius: 999px;
    padding: 6px;
    border: 1px solid #EAECF0;
}

.navbar .navbar-nav.nav-right .nav-item .nav-link h2 {
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    font-family: 'Poppins';
    margin: 0;
    display: none;
}

.navbar .navbar-nav.nav-right .nav-item.buttons .nav-link {
    background-color: #3DB826;
    color: #fff;
    padding: 10px 16px;
    border: 1px solid #3DB826;
}

.navbar .navbar-nav.nav-right .nav-item.buttons .nav-link img {
    margin-right: 8px;
}

.navbar .navbar-nav.nav-right .nav-item .nav-link img {
    width: 24px;
}

.jumbotron {
    min-height: 90vh;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3F5E6 42.85%, rgba(61, 184, 38, 0.14902) 100%);
    position: relative;
    padding-bottom: 120px;
}

.jumbotron.giftgamepass {
    min-height: 120vh;
}

.jumbotron.auth .card {
    max-width: 650px;
    margin: auto;
    border-radius: 24px;
    border: none;
}

.jumbotron.auth .card .card-body {
    padding: 32px 24px;
}

.jumbotron.auth .card .card-body h2 {
    font-family: 'Baloo 2';
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 4px;
}

.jumbotron.auth .card .card-body p {
    font-family: 'Poppins';
    font-size: 14px;
}

.jumbotron.auth .card .card-body a {
    text-decoration: none;
    color: #3DB826;
    font-family: 'Poppins';
    font-weight: 600;
}

.jumbotron.auth .card .card-body p.footer {
    color: #344054;
    font-family: 'Poppins';
    font-weight: 500;
}

.jumbotron.order .card {
    max-width: 650px;
    margin: auto;
    border-radius: 24px;
    border: none;
}

.jumbotron.order .card .card-body .order-groupnumber {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.jumbotron.order .card .card-body .order-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.jumbotron.order .card .card-body .order-number.active {
    border-bottom: 4px solid #3DB826;
    border-radius: 99px, 999px, 0, 0;
}

.jumbotron.order .card .card-body .order-number.success {
    border-radius: 99px, 999px, 0, 0;
}

.jumbotron.order .card .card-body .order-number.success h2 {
    height: 40px;
    width: 40px;
    border: 2px solid #3DB826;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #3DB826;
}

.jumbotron.order .card .card-body .order-number h2 {
    height: 40px;
    width: 40px;
    border: 2px solid #EAECF0;
    border-radius: 50%;
    background-color: #FFFFFF;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #475467;
}

.jumbotron.order .card .card-body .order-number p {
    display: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #3DB826;
}

.jumbotron.order .card .card-body .order-number.active h2 {
    height: 40px;
    width: 40px;
    border: 2px solid #1BA56A;
    border-radius: 50%;
    background-color: #3DB826;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}

.jumbotron.order .card .card-body .order-number.active p {
    display: block;
}

.jumbotron.order .card .card-body .order-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 37.12px;
    color: #101828;
    font-family: 'Baloo 2';
}

.jumbotron.order .card .card-body .order-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #475467;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content h3 {
    border: 1px solid #EAECF0;
    padding: 4px 12px;
    border-radius: 20px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #344054;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content h3 span {
    font-weight: 600;
    color: #3DB826;
    margin-left: 5px;
}

.jumbotron.order .card .card-body .order-content.content-1 .nominal-robux {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background: none;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.jumbotron.order .card .card-body .order-content.content-1 .nominal-robux.active {
    background-color: #E9FAF3;
}

.jumbotron.order .card .card-body .order-content.content-1 .nominal-robux h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.order .card .card-body .order-content.content-1 .nominal-robux img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.jumbotron.order h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content.content-1 h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    color: #475467;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content.content-1 .input-group {
    border-left: none;
}

.jumbotron.order .card .card-body .order-content.content-1 .input-group .form-control {
    border-left: none;
    color: #475467;
    font-size: 16px;
    font-weight: 500;
}

.jumbotron.order .card .card-body .order-content.content-1 .input-group .form-control::placeholder {

    color: #475467;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content.content-1 .input-group-text {
    color: #3DB826;
    font-size: 16px;
    font-weight: 600;
    border-right: none;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content .group-total span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #475467;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .order-content .group-total .total,
.jumbotron.order .card .card-body .order-content .group-total .grand-total {
    font-size: 28px;
    font-weight: 600;
    line-height: 39.2px;
    color: #101828;
    font-family: 'Poppins';
}

.jumbotron.order .btn-back {
    height: 64px;
    background-color: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 16px 25px;
    color: #3DB826;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}

.jumbotron.order .btn-prev {
    height: 64px;
    background-color: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 16px 25px;
    color: #3DB826;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}

.jumbotron.order .btn-next {
    height: 64px;
    background-color: #3DB826;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 16px 25px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.jumbotron.order .card .card-body .dots-indicator {
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border: 1px solid #DEF8ED;
    border-radius: 50%;
    font-family: 'Poppins';
}

.jumbotron.order .card .card-body .dots-indicator.active {
    border: 1px solid #BAF0D9;
    background-color: #3DB826;
}

.jumbotron.order .card .card-body .order-content.content-1 .d-flex {
    display: flex;
    align-items: center;
}

.jumbotron.order .card .card-body .order-content.content-1 .d-flex.justify-content-center {
    justify-content: center;
}

.jumbotron.order .card .card-body .order-content.content-1 .d-flex.justify-content-between {
    justify-content: space-between;
}

.jumbotron.order .card .card-body .order-content #usernamefound {
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.jumbotron.order .card .card-body .order-content #usernamefound p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #000000;
    font-family: 'Poppins';
    margin-top: 10px;
}

.jumbotron.order .card .card-body .order-content .username {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 12px;
    background-color: #FFFFFF;
    max-width: 151px;
    text-align: center;
    cursor: pointer;
}

.jumbotron.order .card .card-body .order-content .username.active {
    border: 2px solid #3DB826;
    background-color: #E9FAF3;
    position: relative;
}

.jumbotron.order .card .card-body .order-content .username h4 {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 4px, 12px;
    background-color: #FFFFFF;
    color: #344054;
    text-align: center;
    margin-top: 10px;
}

.jumbotron.order .card .card-body .order-content .username.active h4 {
    border: 2px solid #3DB826;
    background-color: #3DB826;
    color: #FFFFFF;
}

.jumbotron.order .card .card-body .order-content .username .checklist {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #3DB826;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
}

.jumbotron.order .card .card-body .order-content .username.active .checklist {
    display: flex;
}

.jumbotron.order .card .card-body .order-content .username .checklist i {
    font-size: 12px;
}

.jumbotron.order .card .card-body .order-content .username img {
    width: 127px;
}

.jumbotron.order .card .card-body .order-content .gameplace-content {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

.jumbotron.order .card .card-body .order-content .gameplace-content.active {
    border: 2px solid #3DB826;
    background-color: #E9FAF3;
    position: relative;
}

.jumbotron.order .card .card-body .order-content .gameplace-content h4 {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 4px, 12px;
    background-color: #FFFFFF;
    color: #344054;
    text-align: center;
    margin-top: 10px;
}

.jumbotron.order .card .card-body .order-content .gameplace-content.active h4 {
    border: 2px solid #3DB826;
    background-color: #3DB826;
    color: #FFFFFF;
}

.jumbotron.order .card .card-body .order-content .gameplace-content .checklist {
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #3DB826;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
}

.jumbotron.order .card .card-body .order-content .gameplace-content.active .checklist {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #3DB826;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
}

.jumbotron.order .card .card-body .order-content .gameplace-content .checklist i {
    font-size: 12px;
}

.jumbotron.order .card .card-body .order-content .gameplace-content img {
    max-height: 164px;
    width: 100%
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .block-wrapper {
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .wrapper2 {
    margin-top: -10px;
    margin-bottom: -10px;
    font-weight: 400;
    padding: 0;
    height: 100%;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .wrapper {
    font-weight: 400;
    position: relative;
    background-color: #171717;
    border-radius: 24px;
    margin-top: -15px;
    margin-bottom: -20px;
    width: 100%;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .frontBLock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .flex_wrap {
    display: flex;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar {
    position: relative;
    flex: 35%;
    border-right: 2px solid #989898;
    padding: 30px 20px 30px 30px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .title {
    color: #989898;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 7px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .line {
    width: 100%;
    background-color: #565656;
    height: 1px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .subtitle {
    font-family: 'Graphik';
    font-weight: 700;
    text-align: left;
    color: #989898;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: -7px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar ul li {
    color: #c8c8c8;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar ul .li-active {
    font-weight: 700;
    background-color: #292d2f;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .li-before {
    color: #c8c8c8;
    font-size: 14px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .li-before {
    display: flex;
    align-items: center;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .link-svg {
    fill: #bbbfcb;
    height: 22px;
    width: 22px;
    margin-left: 3px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .li-before {
    color: #c8c8c8;
    font-size: 14px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .li-before-margin {
    margin: 14px 0;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .content {
    flex: 65%;
    padding: 30px 30px 60px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .content .content_title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 900;
    font-size: 40px;
    color: #c8c8c8;
    margin: 0 0 22px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .content p {
    color: #c8c8c8;
    font-size: 14px;
    margin-bottom: 0;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .content_date {
    margin-bottom: 14px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch_wrap {
    display: flex;
    align-items: center;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch-btn {
    display: inline-block;
    width: 26px;
    height: 12px;
    border-radius: 12px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: .3s;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch-on {
    background: #1e516f;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch-btn::after {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 18px;
    background: #fff;
    top: -2px;
    left: -2px;
    transition-duration: .3s;
    box-shadow: 0 0 10px 0 #999;
    position: absolute;
    z-index: 1;
}

.swal2-container {
    z-index: 9999;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch-on::after {
    left: 12px;
    background: #2bb1ff;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .switch_wrap .text {
    margin: 14px 10px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .input_wrap {
    position: relative;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .inputPlace-wrap-m {
    margin-bottom: 14px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .inputPlace-wrap {
    position: relative;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .input_img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    fill: #c8c8c8;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .inputRob {
    outline: 0;
    color: #c8c8c8;
    padding-left: 30px;
    background-color: #2c2c2c;
    border: none;
    height: 35px;
    width: calc(70% - 30px);
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #fff;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .inputPlace-wrap2 p {
    left: 30px;
    top: 7px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .inputPlace-wrap p {
    color: #cbcbcb;
    position: absolute;
    left: 35px;
    top: 9px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .commission-none,
.jumbotron.order .card .card-body .order-content .gamepass-popup .notActive-span {
    display: none;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .active-span {
    display: block;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .place_notActive,
.jumbotron.order .card .card-body .order-content .gamepass-popup .placegolder-notActive {
    display: none;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .place_notActive,
.jumbotron.order .card .card-body .order-content .gamepass-popup .placegolder-notActive {
    display: none;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .animationButtons {
    -webkit-animation: 2s buttons-gamepass;
    animation: 2s buttons-gamepass;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .texts {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .line {
    width: 100%;
    background-color: #565656;
    height: 1px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .buttons-gamepass {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .buttons-gamepass a {
    text-align: center;
    color: #cbcbcb;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .2s;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .primary-btn {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #989898;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .active2 {
    background-color: #2bb1ff;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .secondary-btn {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    background-color: #565656;
    border: 1px solid #565656;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .animationButtons {
    -webkit-animation: 2s buttons-gamepass;
    animation: 2s buttons-gamepass;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar::before {
    content: "pass";
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 10px;
    color: #989898;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .robImg {
    display: flex;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .robImg svg {
    fill: #c8c8c8;
    width: 20px;
    height: 20px;
}

.jumbotron.order .card .card-body .order-content .gamepass-popup .robImg span {
    margin-left: 3px;
    font-size: 16px;
}

@-webkit-keyframes buttons-gamepass {
    0% {
        transform: scale(1)
    }

    16.777% {
        transform: scale(1.1);
        background-color: red
    }

    32% {
        transform: scale(1);
        background-color: red
    }

    48.777% {
        transform: scale(1.1);
        background-color: red
    }

    64% {
        transform: scale(1);
        background-color: red
    }

    80% {
        transform: scale(1.1);
        background-color: red
    }

    100% {
        transform: scale(1);
        background: 0 0
    }
}

@keyframes buttons-gamepass {
    0% {
        transform: scale(1)
    }

    16.777% {
        transform: scale(1.1);
        background-color: red
    }

    32% {
        transform: scale(1);
        background-color: red
    }

    48.777% {
        transform: scale(1.1);
        background-color: red
    }

    64% {
        transform: scale(1);
        background-color: red
    }

    80% {
        transform: scale(1.1);
        background-color: red
    }

    100% {
        transform: scale(1);
        background: 0 0
    }
}


.jumbotron.order .card .card-body .order-content .confirm-content {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 12px;
    height: 70px;
    display: flex;
    align-items: center;
}

.jumbotron.order .card .card-body .order-content .confirm-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.jumbotron.order .card .card-body .order-content .confirm-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3DB826;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.order .card .card-body .order-content .confirm-content h6 {
    font-size: 16px;
    font-weight: 500;
    color: #475467;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.order .card .card-body .order-content .confirm-content img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.jumbotron.order .card .card-body .order-content .payment-list {
    border: 1px solid #EAECF0;
    border-radius: 12px;
    background: none;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.jumbotron.order .card .card-body .order-content .payment-list.active {
    background-color: #E9FAF3;
}

.jumbotron.order .card .card-body .order-content .payment-list h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.order .card .card-body .order-content .payment-list p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24=1px;
    color: #3DB826;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.order .card .card-body .order-content .payment-list img {
    width: 70px;
    height: 24px;
    margin-left: 10px;
    margin-right: 15px;
}

.jumbotron.history .card .card-body .history-content {
    border-radius: 12px;
    background-color: #F9FAFB;
}

.jumbotron.history .card .card-body .history-content .history-background {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-color: #3DB826;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.jumbotron.history .card {
    max-width: 650px;
    margin: auto;
    border-radius: 24px;
    border: none;
}

.jumbotron.history .card .card-header {
    background-color: #F9FAFB;
    border-radius: 12px 12px 0 0;
    height: 40px;
    padding: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jumbotron.history .card .card-footer {
    background-color: #3DB826;
    color: #FFFFFF;
    border-radius: 0 0 12px 12px;
    height: 40px;
    padding: unset !important;
    cursor: pointer;
}

.jumbotron.history .card .card-footer h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Poppins';

}

.jumbotron.history .card .card-footer:hover {
    background-color: #3DB100;
}

.jumbotron.history h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 37.12px;
    color: #101828;
    font-family: 'Baloo 2';
}

.jumbotron.history h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins';
    margin: 0;
    ;
}

.jumbotron.history h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #101828;
    font-family: 'Poppins';
}

.jumbotron.history h1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
    color: #3DB100;
    font-family: 'Poppins';
    margin: 0 10px 0 0;
}

.jumbotron.history h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #3DB826;
    font-family: 'Poppins';
    margin: 0;
}

.jumbotron.history span {

    border-radius: 6px;
    padding: 2px 8px;
    margin-left: 12px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #FFFFFF;
}

.jumbotron.history span.status-warning {
    background-color: #FFA800;

}

.jumbotron.history span.status-success {
    background-color: #3DB826;
}

.jumbotron.history span.status-danger {
    background-color: #FF0000;
}

.jumbotron.history span.status-primary {
    background-color: #3e0aae;
}

.jumbotron.history span.status-secondary {
    background-color: #475467;
}

.jumbotron.history span.status-info {
    background-color: #1796eb;
}


.jumbotron.history .input-group-append button {
    padding: 29px 16px;
    background-color: #3DB826;
    color: #FFFFFF;
    border-radius: 0 50% 50% 0;
}

.input-group .btn {
    background-color: #3DB826 !important;
    color: #FFFFFF;
}


.jumbotron .character-1 {
    width: 410px;
    position: absolute;
    bottom: 0;
}

.jumbotron .character-2 {
    width: 410px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.affiliate .character-2 {
    width: 210px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.jumbotron .character-3 {
    width: 280px;
    position: absolute;
    bottom: 0;
}

.jumbotron .character-4 {
    width: 530px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.jumbotron .waves {
    width: 100%;
    position: absolute;
}

.affiliate .waves {
    width: 100%;
    position: absolute;
}

.jumbotron h1 {
    font-family: 'Baloo 2';
    font-size: 83px;
    position: relative;
}

.jumbotron h1 img.hand-drawn-accents-2 {
    position: absolute;
    top: -1.75rem;
    left: 10%;
}

.jumbotron h1 strong {
    font-weight: 500;
    color: #1FB977;
    position: relative;
}

.jumbotron h1 strong::after {
    content: url('data:image/svg+xml,<svg width="245" height="11" viewBox="0 0 245 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52065 10.0378H3.70527C4.06937 10.0378 4.31211 9.84576 4.55485 9.65376C4.79758 9.46176 5.04032 9.55776 5.16168 9.84576C5.28305 10.0378 5.52579 10.0378 5.88989 10.0378C6.73947 10.0378 7.58904 10.1338 8.43862 9.94176C9.28819 9.74977 10.2591 10.0378 11.1087 9.94176C11.7155 9.84577 12.3224 9.65376 12.8079 9.65376C14.507 9.65376 16.0848 9.65376 17.7839 9.36576C18.3908 9.26976 19.119 9.17377 19.6045 8.98177C19.8472 8.88577 20.0899 8.78976 20.454 8.88576C21.7891 9.26976 23.1241 9.07776 24.4592 8.69376C25.1874 8.50176 25.7942 8.50177 26.5224 8.50177C28.1002 8.50177 29.5566 8.50177 31.013 8.02177C31.2558 8.02177 31.4985 7.92577 31.7413 8.02177C32.3481 8.21377 32.8336 7.82976 33.319 7.92576C33.9259 8.02176 34.1686 7.54176 34.7754 7.73376C35.1396 7.82976 35.7464 7.73376 36.3532 7.73376H36.7173C37.2028 7.54176 37.6883 7.44577 38.1738 7.54177C38.7806 7.54177 39.3874 7.15776 39.9943 7.34976C40.9652 7.15776 42.0575 7.34976 43.0285 7.15776C44.849 6.77376 46.6695 6.77377 48.49 6.58177L51.0387 6.29377C51.8883 6.29377 52.8593 6.10177 53.7088 6.10177C54.5584 6.10177 55.408 6.10177 56.2576 5.81377H56.743C57.4712 5.81377 58.1994 5.90976 58.8063 5.52576H59.4131C60.3841 5.71776 61.4764 5.62176 62.4473 5.52576C63.5396 5.42976 64.632 5.14176 65.6029 5.23776C66.6952 5.33376 67.7875 5.23777 68.8798 5.04577C69.4867 4.94977 69.9721 4.85376 70.579 4.94976C71.1858 5.04576 71.7926 4.75776 72.3995 4.94976C73.0063 5.14176 73.4918 4.85376 74.0986 4.75776C74.8269 4.66176 75.6764 4.56577 76.4046 4.56577C77.0115 4.56577 77.7397 4.66176 78.3465 4.46976C78.5892 4.37376 78.832 4.37377 79.0747 4.37377C80.167 4.37377 81.3807 4.56576 82.473 4.18176C83.0799 4.46976 83.8081 4.08576 84.5363 4.27776C85.3859 4.46976 86.1141 4.08577 86.8423 4.08577C88.1773 4.08577 89.5124 4.18176 90.8474 3.98976C92.1825 3.79776 93.3961 3.79776 94.7312 3.98976C94.8526 4.08576 95.0953 4.08576 95.338 3.98976C96.4303 3.50976 97.7654 3.79776 98.9791 3.79776C99.3432 3.79776 99.7073 3.60576 100.193 3.70176C100.8 3.79776 101.649 3.79776 102.256 3.70176C103.227 3.50976 104.198 3.70176 105.047 3.50976C106.018 3.70176 106.868 3.79777 107.839 3.60577C108.446 3.79777 108.931 3.70176 109.417 3.50976C109.902 3.31776 110.388 3.70177 110.994 3.60577C111.601 3.50977 112.451 3.60577 113.058 3.41377C113.786 3.31777 114.514 3.41377 115.242 3.41377H118.155C119.247 3.41377 120.34 3.50977 121.311 3.41377C122.282 3.31777 123.253 3.50977 124.224 3.41377C125.68 3.31777 127.258 3.22177 128.714 3.41377C129.321 3.50977 129.928 3.41377 130.535 3.41377C130.899 3.31777 131.263 3.31776 131.627 3.31776H134.783C135.389 3.41376 135.996 3.02976 136.603 3.22176C137.21 3.41376 137.817 3.02977 138.424 3.12577C138.909 3.22177 139.516 3.31776 140.123 3.31776C140.244 3.41376 140.365 3.41376 140.487 3.31776C141.579 3.02976 142.793 3.22177 143.885 3.12577C144.856 3.02977 145.827 3.31776 146.798 3.02976C146.919 2.93376 147.041 3.02976 147.162 3.02976C148.376 3.02976 149.711 3.12577 151.046 3.12577C152.745 3.12577 154.323 2.93376 156.022 2.93376C156.143 2.93376 156.386 2.93376 156.507 3.02976C156.993 3.22176 157.357 3.12577 157.842 3.12577H162.576C163.304 3.12577 163.911 3.02976 164.518 3.02976C165.246 3.02976 165.974 3.12577 166.702 3.12577C167.431 3.12577 168.159 3.12576 168.766 3.02976C170.465 3.31776 172.043 2.74176 173.742 3.02976C173.863 3.12576 174.106 2.93376 174.227 2.93376C174.713 3.12576 174.834 2.83776 174.834 2.54976L175.077 2.45376C175.319 2.54976 175.441 2.74176 175.684 2.83776C176.533 2.83776 177.504 3.12577 178.354 3.12577C179.325 3.12577 180.174 3.12576 181.145 3.02976C182.359 2.93376 183.694 3.22176 185.029 2.83776C185.029 2.83776 185.15 2.83776 185.15 2.93376C185.636 3.02976 186.121 3.12576 186.728 3.02976C187.335 2.93376 187.942 3.12576 188.427 2.93376C188.67 2.83776 189.034 2.83776 189.277 2.93376C190.126 3.22176 190.976 3.12576 191.947 2.93376C192.554 2.83776 193.161 2.83776 193.646 2.93376C194.496 3.12576 195.224 3.02976 195.952 3.02976C197.408 3.02976 198.743 2.74176 200.079 3.02976C201.292 2.74176 202.627 3.02976 203.841 2.83776C204.569 2.74176 205.419 2.93377 206.147 2.64577C206.268 2.54977 206.511 2.54977 206.754 2.64577C207.725 3.02977 209.06 2.74176 210.273 2.74176H210.759C212.701 2.74176 214.764 2.83776 216.706 2.74176C218.162 2.64576 219.619 2.93376 221.075 2.74176C222.046 2.83776 223.017 2.83776 223.867 2.83776H225.809H227.872C228.479 2.74176 229.207 2.83776 229.814 2.74176C230.42 2.64576 231.027 2.83776 231.756 2.83776H238.673C240.251 2.83776 241.829 3.22176 243.528 2.93376C243.771 3.02976 244.014 3.12576 244.135 2.83776C244.256 2.45376 243.892 2.54977 243.65 2.35777C243.407 2.16577 243.043 2.06976 242.8 1.78176C242.436 1.58976 241.95 1.49376 241.465 1.49376C240.373 1.49376 239.159 1.30176 238.067 1.01376C237.217 0.821759 236.368 0.725769 235.518 0.725769C234.547 0.725769 233.576 0.821767 232.726 0.437767C232.362 0.341767 231.998 0.437767 231.756 0.437767C230.542 0.437767 229.328 0.437762 228.114 0.341762C226.537 0.245762 224.959 0.0537603 223.381 0.0537603C222.774 0.0537603 222.167 0.149765 221.561 0.149765C221.318 0.149765 221.075 0.245758 220.832 0.245758C218.891 0.245758 217.07 -0.13824 215.128 0.0537603C214.036 0.14976 213.065 -0.0422353 211.973 0.149765C209.06 0.0537646 206.147 0.245758 203.113 0.245758C202.87 0.245758 202.627 0.149765 202.384 0.149765C201.171 0.149765 199.957 -0.138242 198.622 0.245758C198.258 0.341758 197.894 0.437758 197.53 0.245758C197.044 0.0537578 196.437 0.0537603 195.952 0.0537603C194.496 0.0537603 193.039 -0.138238 191.704 0.341762H190.855C189.884 0.0537621 188.913 0.533765 187.942 0.149765C187.335 0.437765 186.607 0.245758 185.878 0.245758C185.15 0.245758 184.422 0.437758 183.694 0.245758C182.966 0.0537578 182.237 0.341762 181.509 0.341762C180.174 0.341762 178.96 0.341758 177.625 0.245758C176.169 0.149758 174.834 0.341762 173.499 0.341762H158.449C156.629 0.341762 154.687 0.629762 152.745 0.341762C152.017 0.245762 151.167 0.437767 150.439 0.437767C149.711 0.437767 148.861 0.437762 148.133 0.341762C147.405 0.245762 146.798 0.533767 146.191 0.437767C145.584 0.341767 144.856 0.533764 144.249 0.629764C143.521 0.725765 142.914 0.341767 142.065 0.437767C140.365 0.629767 138.666 0.437767 136.967 0.437767C136.603 0.437767 136.36 0.341767 136.118 0.437767C134.661 0.629767 133.205 0.34176 131.748 0.53376C130.899 0.62976 130.171 0.629764 129.321 0.629764H121.675C119.49 0.629764 117.184 0.629769 115 0.725769C112.694 0.821769 110.388 0.725766 108.082 0.917766C107.111 1.01377 106.018 1.01376 104.926 1.01376H101.649H99.2218C98.4936 1.01376 97.7654 0.917764 97.1585 1.10976C96.309 1.39776 95.5808 0.821764 94.7312 1.10976C93.7602 1.01376 92.6679 1.20576 91.697 1.30176C90.8474 1.39776 89.9978 1.20576 89.1483 1.30176C87.5705 1.49376 86.1141 1.39776 84.6576 1.58976C83.2012 1.78176 81.7448 1.68577 80.2884 1.68577C79.0747 1.68577 77.861 1.97376 76.6474 1.97376C76.4046 1.97376 76.1619 2.06976 75.9192 2.06976C73.7345 2.06976 71.6713 2.35777 69.608 2.35777C69.2439 2.35777 68.8798 2.45376 68.6371 2.45376C68.0303 2.26176 67.6661 2.35776 67.0593 2.54976C66.8166 2.54976 66.4525 2.74177 66.2097 2.64577C65.3602 2.35777 64.632 2.93376 63.9037 2.83776C63.0542 2.74176 62.2046 2.83776 61.4764 2.93376C60.3841 3.02976 59.2918 3.02977 58.1994 3.12577C55.7721 3.31777 53.4661 3.89377 51.0387 3.89377C50.6746 3.89377 50.3105 3.79777 50.0678 3.89377C49.461 4.18177 48.7328 4.18176 48.1259 4.18176C46.9122 4.18176 45.8199 4.56576 44.6062 4.46976C43.9994 4.75776 43.2712 4.66176 42.543 4.75776C42.0575 4.85376 41.6934 4.75777 41.3293 4.85377C39.7515 5.23777 38.0524 5.33377 36.4746 5.33377C34.8968 5.33377 33.4404 5.62177 31.984 5.81377C30.6489 6.00577 29.3139 6.29376 27.8575 6.38976C26.8865 6.48576 26.037 6.48576 25.066 6.67776C24.0951 6.86976 23.0028 6.77377 22.1532 7.06177C20.5754 7.63777 18.7549 7.15776 17.1771 7.73376C17.0557 7.73376 17.0557 7.63776 16.9344 7.63776C14.0215 7.63776 11.1087 8.21376 8.19588 8.21376C7.95315 8.21376 7.83178 8.21377 7.58904 8.30977C6.9822 8.50177 6.254 8.50177 5.64716 8.50177C4.06937 8.50177 2.61296 8.78977 1.15654 8.78977C0.549705 8.78977 0.306969 9.26976 0.671073 9.55776C1.03518 9.84576 1.03518 10.0378 1.52065 10.0378Z" fill="%2322CE84"/></svg>');
    display: block;
    position: absolute;
    right: 0;
}

.jumbotron p {
    color: #475467;
    font-family: 'Poppins';
    font-weight: 300;
    max-width: 700px;
    margin: auto;
}

.jumbotron .btn.btn-primary {
    border-radius: 999px;
}

.jumbotron .btn.btn-primary img {
    background-color: #fff;
    margin-left: 8px;
    border-radius: 50%;
    padding: 4px;
}

.jumbotron .stock-information {
    background-color: #E9FAF3;
    padding-top: 22px;
    padding-bottom: 22px;
    border-radius: 999px;
    font-family: 'Baloo 2';
    max-width: 800px;
    margin: auto;
}

.jumbotron .stock-information h3 {
    color: #1FB977;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
}

.jumbotron .stock-information h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.jumbotron .container {
    position: relative;
}

.group-button-withdraw {
    display: flex;
    margin-top: 20px;
}

.btn.btn-primary {
    background-color: #3DB826;
    border-color: #3DB826;
    padding: 18px 24px;
}

.btn.btn-withdraw {
    background-color: #3DB826;
    border-color: #3DB826;
    padding: 18px 24px;
    color: #FFFFFF;
}

.btn.btn-info {
    background-color: #F9FAFB;
    border-color: #F9FAFB;
    padding: 6px 24px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #1FB977;
    border-color: #1FB977;
}

.how-to {
    padding-top: 120px;
    padding-bottom: 120px;
    font-family: 'Baloo 2';
}

.how-to h2 {
    font-weight: 500;
    color: #101828;
    margin-bottom: 0;
}

.how-to h2 strong {
    color: #3DB826;
    font-weight: 500;
}

.how-to p {
    color: #475467;
    font-family: 'Poppins';
    font-weight: 300;
    max-width: 700px;
}

.how-to .card {
    background-color: #E9FAF3;
    border: none;
    padding: 48px;
    border-radius: 40px;
}

.how-to .card .card-body {
    position: relative;
}

.how-to .card.highlight {
    background-color: #22CE84;
}

.how-to .card.highlight .card-body .counter-step {
    background-color: #1FB977;
}

.how-to .card.highlight .card-body h4 {
    color: #fff;
}

.how-to .card.highlight-2 {
    background-color: #BAF0D9;
}

.how-to .card.highlight-2 .card-body .counter-step {
    background-color: #1FB977;
}

.how-to .card.highlight-2 .card-body h4 {
    color: #1FB977;
}

.how-to .card.highlight-2 .card-body img {
    right: -3rem;
}

.how-to .card .card-body img {
    position: absolute;
    right: 0;
}

.how-to .card .card-body .counter-step {
    background-color: #22CE84;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 999px;
    border: 2px solid #1BA56A;
    margin-bottom: 24px;
}

.how-to .card .card-body .counter-step h3 {
    margin-bottom: 0;
    font-family: 'Plus Jakarta Sans';
}

.how-to .card .card-body h4 {
    color: #1FB977;
    font-size: 48px;
}

.how-to .card .card-body p {
    color: #475467;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 0;
}

.help {
    background-image: url(../img/help.png);
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
}

.help ul.buttons {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.help ul.buttons li {
    margin-right: 16px;
}

.help ul.buttons li a:not(.btn) {
    background-color: #F9FAFB;
    border: 1px solid #EAECF0;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.help ul.buttons li a img {
    width: 30px;
}

.help ul.buttons li a.btn {
    padding: 16px 24px;
    border-radius: 999px;
}

.help p {
    color: #475467;
    font-family: 'Plus Jakarta Sans';
}

.help h2 {
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 8px;
}

footer {
    font-family: 'Plus Jakarta Sans';
}

footer .sitemap {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

footer .sitemap li {
    margin-right: 24px;
}

footer .sitemap li a {
    text-decoration: none;
    color: #101828;
}

footer .sitemap li a.btn {
    background-color: #F9FAFB;
    border: 1px solid #EAECF0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 999px;
}

footer .sitemap li a.btn img {
    width: 30px;
}

footer .footer-light {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer .footer-dark {
    background-color: #101828;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: 'Plus Jakarta Sans';
}

footer .footer-dark p {
    margin-bottom: 0;
    color: #fff;
}

footer .footer-dark ul.sitemap li {
    border-right: 1px solid #D0D5DD;
    padding-right: 24px;
}

footer .footer-dark ul.sitemap li:last-child {
    border-right: none;
    padding-right: 0;
}

footer .footer-dark ul.sitemap li a {
    color: #fff;
}

.stroke-transparent {
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}

.form-control {
    padding: 24px 16px;
}

.form-control:disabled {
    background-color: #FFFFFF;
}

.form-label {
    font-weight: 500;
    font-family: 'Poppins';
}

.input-group button {
    outline: none;
    border: none;
    background-color: transparent;
}

.input-group-text {
    background-color: unset;
}

.input-group>.form-control {
    border-right: none !important;
}

.form-switch .form-check-input:checked,
.form-check-input:checked {
    background-color: #3DB826;
    border-color: #3DB826;
}

.range-container {
    position: relative;
    width: 85%;
    height: 60px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 20px;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0px;
    background: transparent;
    height: 0px;
}

input[type="range"]::-moz-range-thumb {
    width: 0px;
    background: transparent;
    -webkit-appearance: none;
    height: 0px;
}

.thumb-content {
    position: absolute;
    width: 90px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    border: 2px solid #3DB826;
    border-radius: 15px;
    background-color: #3DB826;
    pointer-events: none;
}

.range-value {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-right: 4px;
}

.range-image {
    width: 24px;
    height: 26px;
}

.position-relative {
    position: relative;
}

.affiliate {
    min-height: 90vh;
    padding-bottom: 120px;

}

.affiliate .container .jumbotron-affiliate {
    background: linear-gradient(90deg, #FFFFFF 0%, #D3F5E6 42.85%, rgba(61, 184, 38, 0.14902) 100%);
    position: relative;
    border-radius: 40px;
}

.affiliate h1 {
    font-family: 'Baloo 2';
    font-size: 32px;
    position: relative;
    margin-left: 50px;
}

.affiliate h1 img.hand-drawn-accents-2 {
    position: absolute;
    top: -0.5rem;
    left: -10px;
    width: 30px;
}

.affiliate h1 strong {
    font-weight: 500;
    color: #1FB977;
    position: relative;
    font-family: 'Baloo 2';
}

.affiliate .btn {
    border-radius: 999px;
    margin-left: 30px;
}

.affiliate .total-poin {
    text-align: center;
    background-color: #E9FAF3;
    border-radius: 40px;
    height: 100%;
    padding: 28px;
}

.affiliate .total-poin img {
    width: 70px;
    height: 70px;
}

.affiliate .total-poin h2 {
    font-size: 32px;
    font-weight: 500;
    color: #1FB977;
    font-family: 'Baloo 2';
}

.affiliate .total-poin p {
    font-size: 18px;
    font-weight: 400;
    color: #475467;
    font-family: 'Baloo 2';
}

.affiliate .title-history {
    font-size: 28px;
    font-weight: 500;
    color: #101828;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Baloo 2';
}

.affiliate .list-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F9FAFB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.affiliate .list-history img {
    width: 40px;
    height: 40px;
}

.affiliate .list-history img.logo-robux {
    background-color: #E9FAF3;
    border-radius: 50%;
    padding: 8px;
    width: 48px;
    height: 48px;
}

.affiliate .list-history h2 {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
    font-family: 'Poppins';
    margin: 0;
    margin-right: 10px;
}

.affiliate .list-history h4 {
    font-size: 20px;
    font-weight: 500;
    color: #101828;
    font-family: 'Baloo 2';
    margin: 0;
}

.affiliate .list-history h5 {
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    font-family: 'Baloo 2';
    margin: 0;
}

.affiliate .list-history h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins';
    margin: 0;
    margin-right: 5px;
}

.affiliate .list-history h6.text-success {
    color: #1BA56A;
}

.affiliate .list-history h6.text-danger {
    color: #D72920;
}

.affiliate .list-history p {
    font-size: 14px;
    font-weight: 600;
    color: #3DB826;
    font-family: 'Poppins';
    margin: 0;
    border: 1px solid #3DB826;
    border-radius: 999px;
    padding: 1px 4px;
    margin-left: 10px;
}

.affiliate .list-history p.text-warning {
    color: #FFA800;
    border: 1px solid #FFA800;
}

.affiliate .list-history p.text-danger {
    color: #D72920;
    border: 1px solid #D72920;
}

.affiliate .list-history p.text-info {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
}

.affiliate .information-history {
    display: flex;
    align-items: center;
}

.robux-withdraw {
    background-color: #E9FAF3;
    border-radius: 50%;
    padding: 8px;
    width: 28px !important;
    height: 28px !important;
}

.coins-withdraw {
    width: 24px !important;
    height: 24px !important;
}

.jumbotron.order select.custom-select {
    padding: 24px 16px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #EAECF0;
}

.content-copy {
    display: flex;
}

.content-copy h2 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #475467;
    font-size: 16px;
    margin: 0;
}

.content-copy p {
    font-family: 'Poppins';
    font-weight: 500;
    color: #101828;
    font-size: 20px;
    margin: 0;
}


p.info-expired {
    color: #D72920 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'Poppins';
    margin: 0;
}

.listlastorder {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #fff;
}

.listlastorder h2 {
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Baloo 2';
}

.listlastorder p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.lastorder {
    margin: 20px auto;
    padding: 0 30px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/* Styling for each slide */
.lastorder .content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: transform 0.3s ease;
    margin: 0 10px;
    width: 100%;
}

/* Add hover effect on each slide */
.lastorder div:hover {
    transform: scale(1.05);
}

.listlastorder .btn-next {
    background: #1BA56A;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.listlastorder .btn-prev {
    background: #1BA56A;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.slidergiftgamepass {
    margin: 10px auto;
    padding: 0 30px;
    max-width: 100%;
    position: relative;
    width: 100%;
}

/* Styling for each slide */
.slidergiftgamepass .content {
    transition: transform 0.3s ease;
    margin: 0 10px;

}

.slidergiftgamepass .content img {
    width: 350px;

}

.slidergiftgamepass a {
    text-decoration: none;
}

.slidergiftgamepass h6 {
    color: #1BA56A;
    font-family: 'Poppins';
    font-weight: 600;
    max-width: 700px;
    margin-top: 10px;
}

/* Add hover effect on each slide */
.slidergiftgamepass div:hover {
    transform: scale(1.05);
}

/* Arrows styling */
.slick-prev,
.slick-next {
    background-color: #1BA56A;
    border: 1px solid #1BA56A;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* Dots (pagination) styling */
.slick-dots {
    bottom: -30px;
    display: flex;
    justify-content: center;
}

.slick-dots li button {
    background-color: #1BA56A;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transition: background-color 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #1BA56A;
}

/* FAQ */

.faq .collapsible-widget {
    border-radius: 12px;
    border: 1px solid #F1F1F3;
    background-color: #FFFFFF;
    padding: 16px 24px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #101828;
}

.faq .collapsible-widget .fa-minus {
    display: none;
}

.faq .collapsible-widget.show {
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.faq .collapsible-widget.show .header p {
    color: #1FB977;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.faq .collapsible-widget .header i {
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget.show .header i {
    transition: all 0.3s ease-in-out;
}

.faq .collapsible-widget.show .fa-plus {
    display: none;
}

.faq .collapsible-widget.show .fa-minus {
    display: block;
    color: #1FB977;
}

.faq .collapsible-widget .detail {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.faq .collapsible-widget .detail * {
    margin-top: -20px;
    transition: all .3s ease-in-out;
}

.faq .collapsible-widget.show .detail * {
    margin-top: 12px;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.faq .collapsible-widget.show .detail {
    height: auto;
}

.faq .collapsible-widget .header p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.faq .collapsible-widget .detail p {
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .how-to .card .card-body h4 {
        font-size: 46px;
    }

    .how-to .card .card-body img {
        right: -2rem;
        width: 120px;
    }

    .slidergiftgamepass .content img {
        width: 300px;

    }
}

@media screen and (max-width: 1199px) {

    .navbar .navbar-nav.nav-right .nav-item .nav-link img {
        width: 18px;
    }

    .navbar .navbar-nav.nav-right .nav-item.buttons .nav-link {
        background-color: #3DB826;
        color: #fff;
        padding: 10px 8px;
        border: 1px solid #3DB826;
    }

    .jumbotron h1 {
        font-size: 53px;
    }

    .jumbotron h1 strong::after {
        content: url('data:image/svg+xml,<svg width="150" height="11" viewBox="0 0 245 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52065 10.0378H3.70527C4.06937 10.0378 4.31211 9.84576 4.55485 9.65376C4.79758 9.46176 5.04032 9.55776 5.16168 9.84576C5.28305 10.0378 5.52579 10.0378 5.88989 10.0378C6.73947 10.0378 7.58904 10.1338 8.43862 9.94176C9.28819 9.74977 10.2591 10.0378 11.1087 9.94176C11.7155 9.84577 12.3224 9.65376 12.8079 9.65376C14.507 9.65376 16.0848 9.65376 17.7839 9.36576C18.3908 9.26976 19.119 9.17377 19.6045 8.98177C19.8472 8.88577 20.0899 8.78976 20.454 8.88576C21.7891 9.26976 23.1241 9.07776 24.4592 8.69376C25.1874 8.50176 25.7942 8.50177 26.5224 8.50177C28.1002 8.50177 29.5566 8.50177 31.013 8.02177C31.2558 8.02177 31.4985 7.92577 31.7413 8.02177C32.3481 8.21377 32.8336 7.82976 33.319 7.92576C33.9259 8.02176 34.1686 7.54176 34.7754 7.73376C35.1396 7.82976 35.7464 7.73376 36.3532 7.73376H36.7173C37.2028 7.54176 37.6883 7.44577 38.1738 7.54177C38.7806 7.54177 39.3874 7.15776 39.9943 7.34976C40.9652 7.15776 42.0575 7.34976 43.0285 7.15776C44.849 6.77376 46.6695 6.77377 48.49 6.58177L51.0387 6.29377C51.8883 6.29377 52.8593 6.10177 53.7088 6.10177C54.5584 6.10177 55.408 6.10177 56.2576 5.81377H56.743C57.4712 5.81377 58.1994 5.90976 58.8063 5.52576H59.4131C60.3841 5.71776 61.4764 5.62176 62.4473 5.52576C63.5396 5.42976 64.632 5.14176 65.6029 5.23776C66.6952 5.33376 67.7875 5.23777 68.8798 5.04577C69.4867 4.94977 69.9721 4.85376 70.579 4.94976C71.1858 5.04576 71.7926 4.75776 72.3995 4.94976C73.0063 5.14176 73.4918 4.85376 74.0986 4.75776C74.8269 4.66176 75.6764 4.56577 76.4046 4.56577C77.0115 4.56577 77.7397 4.66176 78.3465 4.46976C78.5892 4.37376 78.832 4.37377 79.0747 4.37377C80.167 4.37377 81.3807 4.56576 82.473 4.18176C83.0799 4.46976 83.8081 4.08576 84.5363 4.27776C85.3859 4.46976 86.1141 4.08577 86.8423 4.08577C88.1773 4.08577 89.5124 4.18176 90.8474 3.98976C92.1825 3.79776 93.3961 3.79776 94.7312 3.98976C94.8526 4.08576 95.0953 4.08576 95.338 3.98976C96.4303 3.50976 97.7654 3.79776 98.9791 3.79776C99.3432 3.79776 99.7073 3.60576 100.193 3.70176C100.8 3.79776 101.649 3.79776 102.256 3.70176C103.227 3.50976 104.198 3.70176 105.047 3.50976C106.018 3.70176 106.868 3.79777 107.839 3.60577C108.446 3.79777 108.931 3.70176 109.417 3.50976C109.902 3.31776 110.388 3.70177 110.994 3.60577C111.601 3.50977 112.451 3.60577 113.058 3.41377C113.786 3.31777 114.514 3.41377 115.242 3.41377H118.155C119.247 3.41377 120.34 3.50977 121.311 3.41377C122.282 3.31777 123.253 3.50977 124.224 3.41377C125.68 3.31777 127.258 3.22177 128.714 3.41377C129.321 3.50977 129.928 3.41377 130.535 3.41377C130.899 3.31777 131.263 3.31776 131.627 3.31776H134.783C135.389 3.41376 135.996 3.02976 136.603 3.22176C137.21 3.41376 137.817 3.02977 138.424 3.12577C138.909 3.22177 139.516 3.31776 140.123 3.31776C140.244 3.41376 140.365 3.41376 140.487 3.31776C141.579 3.02976 142.793 3.22177 143.885 3.12577C144.856 3.02977 145.827 3.31776 146.798 3.02976C146.919 2.93376 147.041 3.02976 147.162 3.02976C148.376 3.02976 149.711 3.12577 151.046 3.12577C152.745 3.12577 154.323 2.93376 156.022 2.93376C156.143 2.93376 156.386 2.93376 156.507 3.02976C156.993 3.22176 157.357 3.12577 157.842 3.12577H162.576C163.304 3.12577 163.911 3.02976 164.518 3.02976C165.246 3.02976 165.974 3.12577 166.702 3.12577C167.431 3.12577 168.159 3.12576 168.766 3.02976C170.465 3.31776 172.043 2.74176 173.742 3.02976C173.863 3.12576 174.106 2.93376 174.227 2.93376C174.713 3.12576 174.834 2.83776 174.834 2.54976L175.077 2.45376C175.319 2.54976 175.441 2.74176 175.684 2.83776C176.533 2.83776 177.504 3.12577 178.354 3.12577C179.325 3.12577 180.174 3.12576 181.145 3.02976C182.359 2.93376 183.694 3.22176 185.029 2.83776C185.029 2.83776 185.15 2.83776 185.15 2.93376C185.636 3.02976 186.121 3.12576 186.728 3.02976C187.335 2.93376 187.942 3.12576 188.427 2.93376C188.67 2.83776 189.034 2.83776 189.277 2.93376C190.126 3.22176 190.976 3.12576 191.947 2.93376C192.554 2.83776 193.161 2.83776 193.646 2.93376C194.496 3.12576 195.224 3.02976 195.952 3.02976C197.408 3.02976 198.743 2.74176 200.079 3.02976C201.292 2.74176 202.627 3.02976 203.841 2.83776C204.569 2.74176 205.419 2.93377 206.147 2.64577C206.268 2.54977 206.511 2.54977 206.754 2.64577C207.725 3.02977 209.06 2.74176 210.273 2.74176H210.759C212.701 2.74176 214.764 2.83776 216.706 2.74176C218.162 2.64576 219.619 2.93376 221.075 2.74176C222.046 2.83776 223.017 2.83776 223.867 2.83776H225.809H227.872C228.479 2.74176 229.207 2.83776 229.814 2.74176C230.42 2.64576 231.027 2.83776 231.756 2.83776H238.673C240.251 2.83776 241.829 3.22176 243.528 2.93376C243.771 3.02976 244.014 3.12576 244.135 2.83776C244.256 2.45376 243.892 2.54977 243.65 2.35777C243.407 2.16577 243.043 2.06976 242.8 1.78176C242.436 1.58976 241.95 1.49376 241.465 1.49376C240.373 1.49376 239.159 1.30176 238.067 1.01376C237.217 0.821759 236.368 0.725769 235.518 0.725769C234.547 0.725769 233.576 0.821767 232.726 0.437767C232.362 0.341767 231.998 0.437767 231.756 0.437767C230.542 0.437767 229.328 0.437762 228.114 0.341762C226.537 0.245762 224.959 0.0537603 223.381 0.0537603C222.774 0.0537603 222.167 0.149765 221.561 0.149765C221.318 0.149765 221.075 0.245758 220.832 0.245758C218.891 0.245758 217.07 -0.13824 215.128 0.0537603C214.036 0.14976 213.065 -0.0422353 211.973 0.149765C209.06 0.0537646 206.147 0.245758 203.113 0.245758C202.87 0.245758 202.627 0.149765 202.384 0.149765C201.171 0.149765 199.957 -0.138242 198.622 0.245758C198.258 0.341758 197.894 0.437758 197.53 0.245758C197.044 0.0537578 196.437 0.0537603 195.952 0.0537603C194.496 0.0537603 193.039 -0.138238 191.704 0.341762H190.855C189.884 0.0537621 188.913 0.533765 187.942 0.149765C187.335 0.437765 186.607 0.245758 185.878 0.245758C185.15 0.245758 184.422 0.437758 183.694 0.245758C182.966 0.0537578 182.237 0.341762 181.509 0.341762C180.174 0.341762 178.96 0.341758 177.625 0.245758C176.169 0.149758 174.834 0.341762 173.499 0.341762H158.449C156.629 0.341762 154.687 0.629762 152.745 0.341762C152.017 0.245762 151.167 0.437767 150.439 0.437767C149.711 0.437767 148.861 0.437762 148.133 0.341762C147.405 0.245762 146.798 0.533767 146.191 0.437767C145.584 0.341767 144.856 0.533764 144.249 0.629764C143.521 0.725765 142.914 0.341767 142.065 0.437767C140.365 0.629767 138.666 0.437767 136.967 0.437767C136.603 0.437767 136.36 0.341767 136.118 0.437767C134.661 0.629767 133.205 0.34176 131.748 0.53376C130.899 0.62976 130.171 0.629764 129.321 0.629764H121.675C119.49 0.629764 117.184 0.629769 115 0.725769C112.694 0.821769 110.388 0.725766 108.082 0.917766C107.111 1.01377 106.018 1.01376 104.926 1.01376H101.649H99.2218C98.4936 1.01376 97.7654 0.917764 97.1585 1.10976C96.309 1.39776 95.5808 0.821764 94.7312 1.10976C93.7602 1.01376 92.6679 1.20576 91.697 1.30176C90.8474 1.39776 89.9978 1.20576 89.1483 1.30176C87.5705 1.49376 86.1141 1.39776 84.6576 1.58976C83.2012 1.78176 81.7448 1.68577 80.2884 1.68577C79.0747 1.68577 77.861 1.97376 76.6474 1.97376C76.4046 1.97376 76.1619 2.06976 75.9192 2.06976C73.7345 2.06976 71.6713 2.35777 69.608 2.35777C69.2439 2.35777 68.8798 2.45376 68.6371 2.45376C68.0303 2.26176 67.6661 2.35776 67.0593 2.54976C66.8166 2.54976 66.4525 2.74177 66.2097 2.64577C65.3602 2.35777 64.632 2.93376 63.9037 2.83776C63.0542 2.74176 62.2046 2.83776 61.4764 2.93376C60.3841 3.02976 59.2918 3.02977 58.1994 3.12577C55.7721 3.31777 53.4661 3.89377 51.0387 3.89377C50.6746 3.89377 50.3105 3.79777 50.0678 3.89377C49.461 4.18177 48.7328 4.18176 48.1259 4.18176C46.9122 4.18176 45.8199 4.56576 44.6062 4.46976C43.9994 4.75776 43.2712 4.66176 42.543 4.75776C42.0575 4.85376 41.6934 4.75777 41.3293 4.85377C39.7515 5.23777 38.0524 5.33377 36.4746 5.33377C34.8968 5.33377 33.4404 5.62177 31.984 5.81377C30.6489 6.00577 29.3139 6.29376 27.8575 6.38976C26.8865 6.48576 26.037 6.48576 25.066 6.67776C24.0951 6.86976 23.0028 6.77377 22.1532 7.06177C20.5754 7.63777 18.7549 7.15776 17.1771 7.73376C17.0557 7.73376 17.0557 7.63776 16.9344 7.63776C14.0215 7.63776 11.1087 8.21376 8.19588 8.21376C7.95315 8.21376 7.83178 8.21377 7.58904 8.30977C6.9822 8.50177 6.254 8.50177 5.64716 8.50177C4.06937 8.50177 2.61296 8.78977 1.15654 8.78977C0.549705 8.78977 0.306969 9.26976 0.671073 9.55776C1.03518 9.84576 1.03518 10.0378 1.52065 10.0378Z" fill="%2322CE84"/></svg>');
    }

    .jumbotron .stock-information {
        max-width: 550px;
    }

    .how-to .card .card-body h4 {
        font-size: 36px;
    }

    .how-to .card .card-body p {
        font-size: 14px;
    }

    .how-to .card .card-body img {
        width: 110px;
    }

    .jumbotron .character-3 {
        width: 200px;
    }

    .jumbotron .character-4 {
        width: 370px;
    }

    .help h2 {
        font-size: 36px;
    }

    .affiliate .container .jumbotron-affiliate .hand-drawn-accents-3 {
        width: 30px;
    }

    .affiliate .total-poin img {
        width: 50px;
        height: 50px;
    }

    p.info-expired {
        font-size: 10px !important;
    }

    .slidergiftgamepass .content img {
        width: 230px;
    }

    .slidergiftgamepass h6 {
        font-weight: 500;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link.active::before {
        width: 100%;
    }

    .navbar .navbar-nav.nav-right {
        display: flex !important;
        align-items: unset !important;
    }

    .navbar .navbar-nav.nav-right .nav-item {
        margin-top: 10px;
    }

    .navbar .navbar-nav.nav-right .nav-item.buttons .nav-link {
        background-color: #3DB826;
        color: #fff;
        padding: 10px 16px;
        border: 1px solid #3DB826;
    }

    .navbar .navbar-nav.nav-right .nav-item.buttons .nav-link img {
        margin-right: 8px;
    }

    .navbar .navbar-nav.nav-right .nav-item .nav-link h2 {
        display: block
    }

    .jumbotron h1 img.hand-drawn-accents-2 {
        left: 1%;
    }

    .jumbotron .stock-information {
        max-width: 450px;
    }

    .jumbotron .stock-information h3 {
        font-size: 30px;
    }

    .jumbotron .stock-information h2 {
        font-size: 16px;
    }

    .how-to .card .card-body .counter-step {
        width: 40px;
        height: 40px;
    }

    .how-to .card .card-body h4 {
        font-size: 20px;
    }

    .how-to .card .card-body p {
        font-size: 13px;
    }

    .how-to .card .card-body img {
        width: 80px;
    }

    .jumbotron .character-3 {
        width: 130px;
    }

    .jumbotron .character-4 {
        width: 270px;
    }

    .help h2 {
        font-size: 26px;
    }

    footer .footer-dark p {
        font-size: 11px;
    }

    footer .sitemap li a {
        font-size: 11px;
    }

    .affiliate h1 {
        font-size: 18px;
    }

    .affiliate .character-2 {
        width: 150px;
    }

    .affiliate .btn {
        border-radius: 999px;
        margin-left: 30px;
    }

    .affiliate .btn.btn-primary {
        font-size: 12px;
        background-color: #3DB826;
        border-color: #3DB826;
        padding: 8px 8px;
    }

    .affiliate .total-poin img {
        width: 30px;
        height: 30px;
    }

    .affiliate .total-poin h2 {
        font-size: 24px;
    }

    .affiliate .total-poin p {
        font-size: 14px;
    }

    .affiliate .title-history {
        font-size: 20px;
    }

    .btn.btn-withdraw {
        font-size: 12px;
    }

    .btn.btn-info {
        background-color: #F9FAFB;
        border-color: #F9FAFB;
        padding: 6px 24px;
        margin-left: 10px !important;
    }

    .content-copy h2 {
        font-size: 10px;
    }

    .content-copy p {
        font-size: 16px;
    }

    .content-copy svg {
        width: 20px;
    }

    .lastorder {
        padding: 0 10px;
        max-width: 100%;
    }

    .lastorder .content {
        padding: 10px;
        font-size: 14px;
    }

    .lastorder .content .img-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .lastorder .content h6 {
        font-size: 12px;
    }

    .slidergiftgamepass .content img {
        width: 180px;
    }

    .slidergiftgamepass h6 {
        font-weight: 400;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .jumbotron h1 {
        font-size: 40px;
    }

    .jumbotron h1 strong::after {
        content: url('data:image/svg+xml,<svg width="70" height="11" viewBox="0 0 245 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52065 10.0378H3.70527C4.06937 10.0378 4.31211 9.84576 4.55485 9.65376C4.79758 9.46176 5.04032 9.55776 5.16168 9.84576C5.28305 10.0378 5.52579 10.0378 5.88989 10.0378C6.73947 10.0378 7.58904 10.1338 8.43862 9.94176C9.28819 9.74977 10.2591 10.0378 11.1087 9.94176C11.7155 9.84577 12.3224 9.65376 12.8079 9.65376C14.507 9.65376 16.0848 9.65376 17.7839 9.36576C18.3908 9.26976 19.119 9.17377 19.6045 8.98177C19.8472 8.88577 20.0899 8.78976 20.454 8.88576C21.7891 9.26976 23.1241 9.07776 24.4592 8.69376C25.1874 8.50176 25.7942 8.50177 26.5224 8.50177C28.1002 8.50177 29.5566 8.50177 31.013 8.02177C31.2558 8.02177 31.4985 7.92577 31.7413 8.02177C32.3481 8.21377 32.8336 7.82976 33.319 7.92576C33.9259 8.02176 34.1686 7.54176 34.7754 7.73376C35.1396 7.82976 35.7464 7.73376 36.3532 7.73376H36.7173C37.2028 7.54176 37.6883 7.44577 38.1738 7.54177C38.7806 7.54177 39.3874 7.15776 39.9943 7.34976C40.9652 7.15776 42.0575 7.34976 43.0285 7.15776C44.849 6.77376 46.6695 6.77377 48.49 6.58177L51.0387 6.29377C51.8883 6.29377 52.8593 6.10177 53.7088 6.10177C54.5584 6.10177 55.408 6.10177 56.2576 5.81377H56.743C57.4712 5.81377 58.1994 5.90976 58.8063 5.52576H59.4131C60.3841 5.71776 61.4764 5.62176 62.4473 5.52576C63.5396 5.42976 64.632 5.14176 65.6029 5.23776C66.6952 5.33376 67.7875 5.23777 68.8798 5.04577C69.4867 4.94977 69.9721 4.85376 70.579 4.94976C71.1858 5.04576 71.7926 4.75776 72.3995 4.94976C73.0063 5.14176 73.4918 4.85376 74.0986 4.75776C74.8269 4.66176 75.6764 4.56577 76.4046 4.56577C77.0115 4.56577 77.7397 4.66176 78.3465 4.46976C78.5892 4.37376 78.832 4.37377 79.0747 4.37377C80.167 4.37377 81.3807 4.56576 82.473 4.18176C83.0799 4.46976 83.8081 4.08576 84.5363 4.27776C85.3859 4.46976 86.1141 4.08577 86.8423 4.08577C88.1773 4.08577 89.5124 4.18176 90.8474 3.98976C92.1825 3.79776 93.3961 3.79776 94.7312 3.98976C94.8526 4.08576 95.0953 4.08576 95.338 3.98976C96.4303 3.50976 97.7654 3.79776 98.9791 3.79776C99.3432 3.79776 99.7073 3.60576 100.193 3.70176C100.8 3.79776 101.649 3.79776 102.256 3.70176C103.227 3.50976 104.198 3.70176 105.047 3.50976C106.018 3.70176 106.868 3.79777 107.839 3.60577C108.446 3.79777 108.931 3.70176 109.417 3.50976C109.902 3.31776 110.388 3.70177 110.994 3.60577C111.601 3.50977 112.451 3.60577 113.058 3.41377C113.786 3.31777 114.514 3.41377 115.242 3.41377H118.155C119.247 3.41377 120.34 3.50977 121.311 3.41377C122.282 3.31777 123.253 3.50977 124.224 3.41377C125.68 3.31777 127.258 3.22177 128.714 3.41377C129.321 3.50977 129.928 3.41377 130.535 3.41377C130.899 3.31777 131.263 3.31776 131.627 3.31776H134.783C135.389 3.41376 135.996 3.02976 136.603 3.22176C137.21 3.41376 137.817 3.02977 138.424 3.12577C138.909 3.22177 139.516 3.31776 140.123 3.31776C140.244 3.41376 140.365 3.41376 140.487 3.31776C141.579 3.02976 142.793 3.22177 143.885 3.12577C144.856 3.02977 145.827 3.31776 146.798 3.02976C146.919 2.93376 147.041 3.02976 147.162 3.02976C148.376 3.02976 149.711 3.12577 151.046 3.12577C152.745 3.12577 154.323 2.93376 156.022 2.93376C156.143 2.93376 156.386 2.93376 156.507 3.02976C156.993 3.22176 157.357 3.12577 157.842 3.12577H162.576C163.304 3.12577 163.911 3.02976 164.518 3.02976C165.246 3.02976 165.974 3.12577 166.702 3.12577C167.431 3.12577 168.159 3.12576 168.766 3.02976C170.465 3.31776 172.043 2.74176 173.742 3.02976C173.863 3.12576 174.106 2.93376 174.227 2.93376C174.713 3.12576 174.834 2.83776 174.834 2.54976L175.077 2.45376C175.319 2.54976 175.441 2.74176 175.684 2.83776C176.533 2.83776 177.504 3.12577 178.354 3.12577C179.325 3.12577 180.174 3.12576 181.145 3.02976C182.359 2.93376 183.694 3.22176 185.029 2.83776C185.029 2.83776 185.15 2.83776 185.15 2.93376C185.636 3.02976 186.121 3.12576 186.728 3.02976C187.335 2.93376 187.942 3.12576 188.427 2.93376C188.67 2.83776 189.034 2.83776 189.277 2.93376C190.126 3.22176 190.976 3.12576 191.947 2.93376C192.554 2.83776 193.161 2.83776 193.646 2.93376C194.496 3.12576 195.224 3.02976 195.952 3.02976C197.408 3.02976 198.743 2.74176 200.079 3.02976C201.292 2.74176 202.627 3.02976 203.841 2.83776C204.569 2.74176 205.419 2.93377 206.147 2.64577C206.268 2.54977 206.511 2.54977 206.754 2.64577C207.725 3.02977 209.06 2.74176 210.273 2.74176H210.759C212.701 2.74176 214.764 2.83776 216.706 2.74176C218.162 2.64576 219.619 2.93376 221.075 2.74176C222.046 2.83776 223.017 2.83776 223.867 2.83776H225.809H227.872C228.479 2.74176 229.207 2.83776 229.814 2.74176C230.42 2.64576 231.027 2.83776 231.756 2.83776H238.673C240.251 2.83776 241.829 3.22176 243.528 2.93376C243.771 3.02976 244.014 3.12576 244.135 2.83776C244.256 2.45376 243.892 2.54977 243.65 2.35777C243.407 2.16577 243.043 2.06976 242.8 1.78176C242.436 1.58976 241.95 1.49376 241.465 1.49376C240.373 1.49376 239.159 1.30176 238.067 1.01376C237.217 0.821759 236.368 0.725769 235.518 0.725769C234.547 0.725769 233.576 0.821767 232.726 0.437767C232.362 0.341767 231.998 0.437767 231.756 0.437767C230.542 0.437767 229.328 0.437762 228.114 0.341762C226.537 0.245762 224.959 0.0537603 223.381 0.0537603C222.774 0.0537603 222.167 0.149765 221.561 0.149765C221.318 0.149765 221.075 0.245758 220.832 0.245758C218.891 0.245758 217.07 -0.13824 215.128 0.0537603C214.036 0.14976 213.065 -0.0422353 211.973 0.149765C209.06 0.0537646 206.147 0.245758 203.113 0.245758C202.87 0.245758 202.627 0.149765 202.384 0.149765C201.171 0.149765 199.957 -0.138242 198.622 0.245758C198.258 0.341758 197.894 0.437758 197.53 0.245758C197.044 0.0537578 196.437 0.0537603 195.952 0.0537603C194.496 0.0537603 193.039 -0.138238 191.704 0.341762H190.855C189.884 0.0537621 188.913 0.533765 187.942 0.149765C187.335 0.437765 186.607 0.245758 185.878 0.245758C185.15 0.245758 184.422 0.437758 183.694 0.245758C182.966 0.0537578 182.237 0.341762 181.509 0.341762C180.174 0.341762 178.96 0.341758 177.625 0.245758C176.169 0.149758 174.834 0.341762 173.499 0.341762H158.449C156.629 0.341762 154.687 0.629762 152.745 0.341762C152.017 0.245762 151.167 0.437767 150.439 0.437767C149.711 0.437767 148.861 0.437762 148.133 0.341762C147.405 0.245762 146.798 0.533767 146.191 0.437767C145.584 0.341767 144.856 0.533764 144.249 0.629764C143.521 0.725765 142.914 0.341767 142.065 0.437767C140.365 0.629767 138.666 0.437767 136.967 0.437767C136.603 0.437767 136.36 0.341767 136.118 0.437767C134.661 0.629767 133.205 0.34176 131.748 0.53376C130.899 0.62976 130.171 0.629764 129.321 0.629764H121.675C119.49 0.629764 117.184 0.629769 115 0.725769C112.694 0.821769 110.388 0.725766 108.082 0.917766C107.111 1.01377 106.018 1.01376 104.926 1.01376H101.649H99.2218C98.4936 1.01376 97.7654 0.917764 97.1585 1.10976C96.309 1.39776 95.5808 0.821764 94.7312 1.10976C93.7602 1.01376 92.6679 1.20576 91.697 1.30176C90.8474 1.39776 89.9978 1.20576 89.1483 1.30176C87.5705 1.49376 86.1141 1.39776 84.6576 1.58976C83.2012 1.78176 81.7448 1.68577 80.2884 1.68577C79.0747 1.68577 77.861 1.97376 76.6474 1.97376C76.4046 1.97376 76.1619 2.06976 75.9192 2.06976C73.7345 2.06976 71.6713 2.35777 69.608 2.35777C69.2439 2.35777 68.8798 2.45376 68.6371 2.45376C68.0303 2.26176 67.6661 2.35776 67.0593 2.54976C66.8166 2.54976 66.4525 2.74177 66.2097 2.64577C65.3602 2.35777 64.632 2.93376 63.9037 2.83776C63.0542 2.74176 62.2046 2.83776 61.4764 2.93376C60.3841 3.02976 59.2918 3.02977 58.1994 3.12577C55.7721 3.31777 53.4661 3.89377 51.0387 3.89377C50.6746 3.89377 50.3105 3.79777 50.0678 3.89377C49.461 4.18177 48.7328 4.18176 48.1259 4.18176C46.9122 4.18176 45.8199 4.56576 44.6062 4.46976C43.9994 4.75776 43.2712 4.66176 42.543 4.75776C42.0575 4.85376 41.6934 4.75777 41.3293 4.85377C39.7515 5.23777 38.0524 5.33377 36.4746 5.33377C34.8968 5.33377 33.4404 5.62177 31.984 5.81377C30.6489 6.00577 29.3139 6.29376 27.8575 6.38976C26.8865 6.48576 26.037 6.48576 25.066 6.67776C24.0951 6.86976 23.0028 6.77377 22.1532 7.06177C20.5754 7.63777 18.7549 7.15776 17.1771 7.73376C17.0557 7.73376 17.0557 7.63776 16.9344 7.63776C14.0215 7.63776 11.1087 8.21376 8.19588 8.21376C7.95315 8.21376 7.83178 8.21377 7.58904 8.30977C6.9822 8.50177 6.254 8.50177 5.64716 8.50177C4.06937 8.50177 2.61296 8.78977 1.15654 8.78977C0.549705 8.78977 0.306969 9.26976 0.671073 9.55776C1.03518 9.84576 1.03518 10.0378 1.52065 10.0378Z" fill="%2322CE84"/></svg>');
    }

    .jumbotron h1 img.hand-drawn-accents-2 {
        width: 40px;
    }

    .jumbotron h1 img.hand-drawn-accents-3 {
        width: 25px;
    }

    .jumbotron p {
        font-size: 14px;
    }

    .jumbotron .character-1 {
        width: 220px;
    }

    .jumbotron .character-2 {
        width: 220px;
    }

    .jumbotron {
        min-height: 65vh;
    }

    .jumbotron .stock-information {
        max-width: 350px;
    }

    .jumbotron .stock-information h3 {
        font-size: 22px;
    }

    .jumbotron .stock-information h2 {
        font-size: 14px;
    }

    .how-to {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-to h2 {
        font-size: 26px;
    }

    .how-to p {
        font-size: 14px;
    }

    .how-to .card .card-body .counter-step {
        width: 60px;
        height: 60px;
    }

    .how-to .card .card-body h4 {
        font-size: 36px;
    }

    .how-to .card .card-body p {
        font-size: 16px;
    }

    .how-to .card .card-body img {
        width: 110px;
    }

    .help {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .help .img-help {
        width: 180px !important;
        margin-bottom: 20px;
    }

    .help h2 {
        font-size: 26px;
        text-align: center;
    }

    .help p {
        font-size: 14px;
        text-align: center;
    }

    .help ul.buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .sitemap li a {
        font-size: 14px;
    }

    footer img {
        width: 30px;
    }

    footer .sitemap li a.btn img {
        width: 25px;
    }

    .jumbotron.order .card .card-body .order-number p {
        font-size: 12px;
    }

    .jumbotron .character-3 {
        width: 100px;
    }

    .jumbotron .character-4 {
        width: 190px;
    }

    .jumbotron.order .card .card-body .order-content .gameplace-content img {
        max-height: unset;
        width: 100%;
    }

    .affiliate .total-poin img {
        width: 92px;
        height: 92px;
    }

    .affiliate .total-poin h2 {
        font-size: 24px;
    }

    .affiliate .total-poin p {
        font-size: 14px;
    }

    .affiliate .information-history {
        display: unset;
        align-items: center;
    }

    .affiliate .list-history img {
        width: 20px;
        height: 20px;
    }

    .affiliate .list-history h2 {
        font-size: 12px;
        margin: 0;
    }

    .affiliate .list-history h4 {
        font-size: 16px;
    }

    .affiliate .list-history h5 {
        font-size: 12px;
    }

    .affiliate .list-history h6 {
        font-size: 16px;
        margin: 0;
    }

    .affiliate .list-history p {
        font-size: 10px;
    }

    .affiliate .list-history img.logo-robux {
        padding: 6px;
        width: 38px;
        height: 38px;
    }

}

@media screen and (max-width: 575px) {
    .jumbotron h1 {
        font-size: 28px;
    }

    .jumbotron h1 strong::after {
        content: url('data:image/svg+xml,<svg width="70" height="11" viewBox="0 0 245 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.52065 10.0378H3.70527C4.06937 10.0378 4.31211 9.84576 4.55485 9.65376C4.79758 9.46176 5.04032 9.55776 5.16168 9.84576C5.28305 10.0378 5.52579 10.0378 5.88989 10.0378C6.73947 10.0378 7.58904 10.1338 8.43862 9.94176C9.28819 9.74977 10.2591 10.0378 11.1087 9.94176C11.7155 9.84577 12.3224 9.65376 12.8079 9.65376C14.507 9.65376 16.0848 9.65376 17.7839 9.36576C18.3908 9.26976 19.119 9.17377 19.6045 8.98177C19.8472 8.88577 20.0899 8.78976 20.454 8.88576C21.7891 9.26976 23.1241 9.07776 24.4592 8.69376C25.1874 8.50176 25.7942 8.50177 26.5224 8.50177C28.1002 8.50177 29.5566 8.50177 31.013 8.02177C31.2558 8.02177 31.4985 7.92577 31.7413 8.02177C32.3481 8.21377 32.8336 7.82976 33.319 7.92576C33.9259 8.02176 34.1686 7.54176 34.7754 7.73376C35.1396 7.82976 35.7464 7.73376 36.3532 7.73376H36.7173C37.2028 7.54176 37.6883 7.44577 38.1738 7.54177C38.7806 7.54177 39.3874 7.15776 39.9943 7.34976C40.9652 7.15776 42.0575 7.34976 43.0285 7.15776C44.849 6.77376 46.6695 6.77377 48.49 6.58177L51.0387 6.29377C51.8883 6.29377 52.8593 6.10177 53.7088 6.10177C54.5584 6.10177 55.408 6.10177 56.2576 5.81377H56.743C57.4712 5.81377 58.1994 5.90976 58.8063 5.52576H59.4131C60.3841 5.71776 61.4764 5.62176 62.4473 5.52576C63.5396 5.42976 64.632 5.14176 65.6029 5.23776C66.6952 5.33376 67.7875 5.23777 68.8798 5.04577C69.4867 4.94977 69.9721 4.85376 70.579 4.94976C71.1858 5.04576 71.7926 4.75776 72.3995 4.94976C73.0063 5.14176 73.4918 4.85376 74.0986 4.75776C74.8269 4.66176 75.6764 4.56577 76.4046 4.56577C77.0115 4.56577 77.7397 4.66176 78.3465 4.46976C78.5892 4.37376 78.832 4.37377 79.0747 4.37377C80.167 4.37377 81.3807 4.56576 82.473 4.18176C83.0799 4.46976 83.8081 4.08576 84.5363 4.27776C85.3859 4.46976 86.1141 4.08577 86.8423 4.08577C88.1773 4.08577 89.5124 4.18176 90.8474 3.98976C92.1825 3.79776 93.3961 3.79776 94.7312 3.98976C94.8526 4.08576 95.0953 4.08576 95.338 3.98976C96.4303 3.50976 97.7654 3.79776 98.9791 3.79776C99.3432 3.79776 99.7073 3.60576 100.193 3.70176C100.8 3.79776 101.649 3.79776 102.256 3.70176C103.227 3.50976 104.198 3.70176 105.047 3.50976C106.018 3.70176 106.868 3.79777 107.839 3.60577C108.446 3.79777 108.931 3.70176 109.417 3.50976C109.902 3.31776 110.388 3.70177 110.994 3.60577C111.601 3.50977 112.451 3.60577 113.058 3.41377C113.786 3.31777 114.514 3.41377 115.242 3.41377H118.155C119.247 3.41377 120.34 3.50977 121.311 3.41377C122.282 3.31777 123.253 3.50977 124.224 3.41377C125.68 3.31777 127.258 3.22177 128.714 3.41377C129.321 3.50977 129.928 3.41377 130.535 3.41377C130.899 3.31777 131.263 3.31776 131.627 3.31776H134.783C135.389 3.41376 135.996 3.02976 136.603 3.22176C137.21 3.41376 137.817 3.02977 138.424 3.12577C138.909 3.22177 139.516 3.31776 140.123 3.31776C140.244 3.41376 140.365 3.41376 140.487 3.31776C141.579 3.02976 142.793 3.22177 143.885 3.12577C144.856 3.02977 145.827 3.31776 146.798 3.02976C146.919 2.93376 147.041 3.02976 147.162 3.02976C148.376 3.02976 149.711 3.12577 151.046 3.12577C152.745 3.12577 154.323 2.93376 156.022 2.93376C156.143 2.93376 156.386 2.93376 156.507 3.02976C156.993 3.22176 157.357 3.12577 157.842 3.12577H162.576C163.304 3.12577 163.911 3.02976 164.518 3.02976C165.246 3.02976 165.974 3.12577 166.702 3.12577C167.431 3.12577 168.159 3.12576 168.766 3.02976C170.465 3.31776 172.043 2.74176 173.742 3.02976C173.863 3.12576 174.106 2.93376 174.227 2.93376C174.713 3.12576 174.834 2.83776 174.834 2.54976L175.077 2.45376C175.319 2.54976 175.441 2.74176 175.684 2.83776C176.533 2.83776 177.504 3.12577 178.354 3.12577C179.325 3.12577 180.174 3.12576 181.145 3.02976C182.359 2.93376 183.694 3.22176 185.029 2.83776C185.029 2.83776 185.15 2.83776 185.15 2.93376C185.636 3.02976 186.121 3.12576 186.728 3.02976C187.335 2.93376 187.942 3.12576 188.427 2.93376C188.67 2.83776 189.034 2.83776 189.277 2.93376C190.126 3.22176 190.976 3.12576 191.947 2.93376C192.554 2.83776 193.161 2.83776 193.646 2.93376C194.496 3.12576 195.224 3.02976 195.952 3.02976C197.408 3.02976 198.743 2.74176 200.079 3.02976C201.292 2.74176 202.627 3.02976 203.841 2.83776C204.569 2.74176 205.419 2.93377 206.147 2.64577C206.268 2.54977 206.511 2.54977 206.754 2.64577C207.725 3.02977 209.06 2.74176 210.273 2.74176H210.759C212.701 2.74176 214.764 2.83776 216.706 2.74176C218.162 2.64576 219.619 2.93376 221.075 2.74176C222.046 2.83776 223.017 2.83776 223.867 2.83776H225.809H227.872C228.479 2.74176 229.207 2.83776 229.814 2.74176C230.42 2.64576 231.027 2.83776 231.756 2.83776H238.673C240.251 2.83776 241.829 3.22176 243.528 2.93376C243.771 3.02976 244.014 3.12576 244.135 2.83776C244.256 2.45376 243.892 2.54977 243.65 2.35777C243.407 2.16577 243.043 2.06976 242.8 1.78176C242.436 1.58976 241.95 1.49376 241.465 1.49376C240.373 1.49376 239.159 1.30176 238.067 1.01376C237.217 0.821759 236.368 0.725769 235.518 0.725769C234.547 0.725769 233.576 0.821767 232.726 0.437767C232.362 0.341767 231.998 0.437767 231.756 0.437767C230.542 0.437767 229.328 0.437762 228.114 0.341762C226.537 0.245762 224.959 0.0537603 223.381 0.0537603C222.774 0.0537603 222.167 0.149765 221.561 0.149765C221.318 0.149765 221.075 0.245758 220.832 0.245758C218.891 0.245758 217.07 -0.13824 215.128 0.0537603C214.036 0.14976 213.065 -0.0422353 211.973 0.149765C209.06 0.0537646 206.147 0.245758 203.113 0.245758C202.87 0.245758 202.627 0.149765 202.384 0.149765C201.171 0.149765 199.957 -0.138242 198.622 0.245758C198.258 0.341758 197.894 0.437758 197.53 0.245758C197.044 0.0537578 196.437 0.0537603 195.952 0.0537603C194.496 0.0537603 193.039 -0.138238 191.704 0.341762H190.855C189.884 0.0537621 188.913 0.533765 187.942 0.149765C187.335 0.437765 186.607 0.245758 185.878 0.245758C185.15 0.245758 184.422 0.437758 183.694 0.245758C182.966 0.0537578 182.237 0.341762 181.509 0.341762C180.174 0.341762 178.96 0.341758 177.625 0.245758C176.169 0.149758 174.834 0.341762 173.499 0.341762H158.449C156.629 0.341762 154.687 0.629762 152.745 0.341762C152.017 0.245762 151.167 0.437767 150.439 0.437767C149.711 0.437767 148.861 0.437762 148.133 0.341762C147.405 0.245762 146.798 0.533767 146.191 0.437767C145.584 0.341767 144.856 0.533764 144.249 0.629764C143.521 0.725765 142.914 0.341767 142.065 0.437767C140.365 0.629767 138.666 0.437767 136.967 0.437767C136.603 0.437767 136.36 0.341767 136.118 0.437767C134.661 0.629767 133.205 0.34176 131.748 0.53376C130.899 0.62976 130.171 0.629764 129.321 0.629764H121.675C119.49 0.629764 117.184 0.629769 115 0.725769C112.694 0.821769 110.388 0.725766 108.082 0.917766C107.111 1.01377 106.018 1.01376 104.926 1.01376H101.649H99.2218C98.4936 1.01376 97.7654 0.917764 97.1585 1.10976C96.309 1.39776 95.5808 0.821764 94.7312 1.10976C93.7602 1.01376 92.6679 1.20576 91.697 1.30176C90.8474 1.39776 89.9978 1.20576 89.1483 1.30176C87.5705 1.49376 86.1141 1.39776 84.6576 1.58976C83.2012 1.78176 81.7448 1.68577 80.2884 1.68577C79.0747 1.68577 77.861 1.97376 76.6474 1.97376C76.4046 1.97376 76.1619 2.06976 75.9192 2.06976C73.7345 2.06976 71.6713 2.35777 69.608 2.35777C69.2439 2.35777 68.8798 2.45376 68.6371 2.45376C68.0303 2.26176 67.6661 2.35776 67.0593 2.54976C66.8166 2.54976 66.4525 2.74177 66.2097 2.64577C65.3602 2.35777 64.632 2.93376 63.9037 2.83776C63.0542 2.74176 62.2046 2.83776 61.4764 2.93376C60.3841 3.02976 59.2918 3.02977 58.1994 3.12577C55.7721 3.31777 53.4661 3.89377 51.0387 3.89377C50.6746 3.89377 50.3105 3.79777 50.0678 3.89377C49.461 4.18177 48.7328 4.18176 48.1259 4.18176C46.9122 4.18176 45.8199 4.56576 44.6062 4.46976C43.9994 4.75776 43.2712 4.66176 42.543 4.75776C42.0575 4.85376 41.6934 4.75777 41.3293 4.85377C39.7515 5.23777 38.0524 5.33377 36.4746 5.33377C34.8968 5.33377 33.4404 5.62177 31.984 5.81377C30.6489 6.00577 29.3139 6.29376 27.8575 6.38976C26.8865 6.48576 26.037 6.48576 25.066 6.67776C24.0951 6.86976 23.0028 6.77377 22.1532 7.06177C20.5754 7.63777 18.7549 7.15776 17.1771 7.73376C17.0557 7.73376 17.0557 7.63776 16.9344 7.63776C14.0215 7.63776 11.1087 8.21376 8.19588 8.21376C7.95315 8.21376 7.83178 8.21377 7.58904 8.30977C6.9822 8.50177 6.254 8.50177 5.64716 8.50177C4.06937 8.50177 2.61296 8.78977 1.15654 8.78977C0.549705 8.78977 0.306969 9.26976 0.671073 9.55776C1.03518 9.84576 1.03518 10.0378 1.52065 10.0378Z" fill="%2322CE84"/></svg>');
    }

    .jumbotron h1 img.hand-drawn-accents-2 {
        width: 20px;
        left: 2%;
        top: -0.8rem;
    }

    .jumbotron h1 img.hand-drawn-accents-3 {
        width: 25px;
    }

    .jumbotron p {
        font-size: 12px;
    }

    .jumbotron .character-1 {
        width: 150px;
    }

    .jumbotron .character-2 {
        width: 150px;
    }

    .jumbotron {
        min-height: 70vh;
    }

    .jumbotron .stock-information {
        max-width: 350px;
    }

    .jumbotron .stock-information h3 {
        font-size: 18px;
    }

    .jumbotron .stock-information h2 {
        font-size: 10px;
    }

    .how-to {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-to h2 {
        font-size: 22px;
    }

    .how-to p {
        font-size: 12px;
    }

    .how-to .card .card-body .counter-step {
        width: 60px;
        height: 60px;
    }

    .how-to .card .card-body h4 {
        font-size: 36px;
    }

    .how-to .card .card-body p {
        font-size: 16px;
    }

    .how-to .card .card-body img {
        width: 110px;
    }

    .help {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .help .img-help {
        width: 180px !important;
        margin-bottom: 20px;
    }

    .help h2 {
        font-size: 26px;
        text-align: center;
    }

    .help p {
        font-size: 14px;
        text-align: center;
    }

    .help ul.buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .sitemap li a {
        font-size: 10px;
    }

    footer img {
        width: 25px;
    }

    footer .sitemap li a.btn img {
        width: 20px;
    }

    footer .sitemap li a.btn {
        background-color: #F9FAFB;
        border: 1px solid #EAECF0;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        border-radius: 999px;
    }

    .jumbotron.history h5 {
        font-size: 10px;
    }

    .jumbotron.history h6 {
        font-size: 10px;
    }

    .jumbotron.history span {
        padding: 2px 6px;
        font-size: 12px;
    }

    .jumbotron.history h3 {
        font-size: 14px;
    }

    .jumbotron.history .card .card-body .history-content .history-background {
        width: 60px;
        height: 60px;
    }

    .jumbotron.history .card .card-body .history-content .history-background img {
        width: 60px !important;
        height: 60px !important;
    }

    .jumbotron.order .card .card-body .order-groupnumber {
        gap: 8px;
    }

    .jumbotron.order .card .card-body .order-number h2 {
        height: 35px;
        width: 35px;
        padding: 8px;
        font-size: 12px;
    }

    .jumbotron.order .card .card-body .order-number.active h2 {
        height: 35px;
        width: 35px;
        padding: 8px;
        font-size: 12px;
    }

    .jumbotron.order .card .card-body .order-number.success h2 {
        height: 35px;
        width: 35px;
        padding: 8px;
        font-size: 12px;
    }

    .jumbotron.order .card .card-body .order-number p {
        font-size: 10px;
    }

    .jumbotron.order h4 {
        font-size: 13px;
    }

    .jumbotron.order .btn-prev svg {
        width: 14px !important;
        height: 14px !important;
    }

    .jumbotron.order .btn-prev {
        font-size: 12px;
    }

    .jumbotron.order .btn-next svg {
        width: 14px !important;
        height: 14px !important;
    }

    .jumbotron.order .btn-next {
        font-size: 12px;
    }

    .jumbotron.order .card .card-body .order-content h2 {
        font-size: 24px;
    }

    .jumbotron.order .card .card-body .order-content p {
        font-size: 12px;
    }

    .jumbotron.order .card .card-body .order-content .gameplace-content img {
        max-height: 295px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar {
        padding: 20px 15px 20px 15px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .title {
        font-size: 9px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .subtitle {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar ul li {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .li-before {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .link-svg {
        height: 12px;
        width: 12px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .sidebar .subtitle {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .content .content_title {
        font-size: 20px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .content p {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .inputRob {
        width: calc(70% - 0px);
    }

    .jumbotron.order .card .card-body .order-content .gamepass-popup .buttons-gamepass a {
        font-size: 10px;
    }

    .jumbotron.order .card .card-body .order-content .group-total .total,
    .jumbotron.order .card .card-body .order-content .group-total .grand-total {
        font-size: 14px;
    }

    .jumbotron.order .card .card-body .order-content .group-total span {
        font-size: 14px;
    }

    .jumbotron.order .card .card-body .order-content .confirm-content h6 {
        font-size: 14px;
    }

    .jumbotron.order .card .card-body .order-content .confirm-content h5 {
        font-size: 14px;
    }

    .jumbotron.order .card .card-body .order-content .payment-list h6 {
        font-size: 14px;
    }

    footer .footer-dark p {
        font-size: 8px;
    }

    .thumb-content {
        width: 70px;
        height: 50px;
        border-radius: 18px;
    }

    .range-value {
        color: white;
        font-size: 10px;
        font-weight: bold;
        margin-right: 4px;
    }

    .range-image {
        width: 18px;
        height: 20px;
    }

    .jumbotron.history .card .card-footer h2 {
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        font-family: 'Poppins';

    }

    .affiliate h1 {
        font-size: 18px;
    }

    .affiliate .character-2 {
        width: 150px;
    }

    .affiliate .btn {
        border-radius: 999px;
        margin-left: 30px;
    }

    .affiliate .btn.btn-primary {
        font-size: 12px;
        background-color: #3DB826;
        border-color: #3DB826;
        padding: 8px 8px;
    }

    .affiliate .total-poin img {
        width: 82px;
        height: 82px;
    }

    .affiliate .total-poin h2 {
        font-size: 22px;
    }

    .affiliate .total-poin p {
        font-size: 12px;
    }

    .affiliate .list-history img {
        width: 12px;
        height: 12px;
    }

    .affiliate .list-history h2 {
        font-size: 8px;
        margin: 0;
    }

    .affiliate .list-history h4 {
        font-size: 10px;
    }

    .affiliate .list-history h5 {
        font-size: 8px;
    }

    .affiliate .list-history h6 {
        font-size: 10px;
        margin: 0;
    }

    .affiliate .list-history p {
        font-size: 8px;
    }

    .affiliate .list-history img.logo-robux {
        padding: 6px;
        width: 28px;
        height: 28px;
    }

    .group-button-withdraw {
        display: block;
    }

    .btn.btn-info {
        margin-left: 30px !important;
    }

    .slidergiftgamepass .content img {
        width: 100%;
    }
}