@import url('https://fonts.cdnfonts.com/css/poppins');

/* Global */
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(
        180deg,
        rgba(125, 0, 120, 0) 10%,
        rgba(125, 0, 120, 0.4) 37.05%,
        rgba(125, 0, 120, 0.8) 100%
    );
    
}

.btn {
    padding: 16px 24px !important;
}

a {
    text-decoration: none;
}

.btn-primary {
    background: #3b82f6;
    color: #FFFFFF !important;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border: unset;
    border: 1px solid #3b82f6;
}

.btn-primary i {
    rotate: -45deg;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #FFFFFF;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border: unset;
    border: 1px solid #3b82f6;
}

.btn-primary:hover i {
    rotate: -45deg;
    color: #000000;
}

.btn-default {
    background: #FCFCFD;
    color: #262626 !important;
    font-size: 18px;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    font-weight: 500;
    padding: 8px 16px;
}

.btn-default i {
    rotate: -45deg;
    color: #262626;
}

.btn-default.back i {
    rotate: 45deg;
}

.card {
    border-radius: 12px;
    background-color: #FCFCFD;
    border: 1px solid #F1F1F3;
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #F1F1F3;
    background-color: #f7f7f7;
    padding: 12px 16px;
}

.form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.input-group-text {
    border-radius: 12px 0 0 12px;
    background-color: #f7f7f7;
    border: 1px solid #F1F1F3;
    color: #262626;
    border-right: 0;
    padding-left: 18px;
}

.input-group .form-control {
    border-left: 0;
}

.badge {
    border-radius: 12px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 400;
}

.status-badge {
    position: relative;
    padding-left: 18px;
}

.status-badge::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
}

.badge.bg-success {
    background-color: #B0E1C3 !important;
    color: #009137;
    border: 1px solid #009137;
}

.bg-success.status-badge::before {
    background-color: #009137;
}

.badge.bg-danger {
    background-color: #F8BDBA !important;
    color: #D8000C;
    border: 1px solid #D8000C;
}

.bg-danger.status-badge::before {
    background-color: #D8000C;
}

.badge.bg-warning {
    background-color: #F8E0A2 !important;
    color: #FFA900;
    border: 1px solid #FFA900;
}

.bg-warning.status-badge::before {
    background-color: #FFA900;
}

.badge.bg-primary {
    background-color: #c0bef2 !important;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.bg-primary.status-badge::before {
    background-color: #0d6efd;
}

.swal2-container {
    z-index: 9999999999;
}

.loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 129, 55, 0.2);
    z-index: 9999;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.loading-screen img {
    width: 100px;
}

.loading-screen.show {
    display: flex;
}

/* Navbar */

nav {
    background-color: #FFFFFF;
    color: #262626;
    padding: 10px;
    text-align: center;
}

nav .container {
    padding: 8px 0;
}

nav .navbar-nav {
    gap: 16px;
}

.navbar-nav .nav-item {
    margin: 0 4px;
    text-align: center;
    display: flex;
    align-items: center;
}

nav .navbar-brand img {
    height: 72px;
}

nav .img-user {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.navbar .navbar-nav .nav-link.active {
    position: relative;
    font-weight: 500;
    padding-bottom: 0;
}

.navbar .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #3b82f6 ;
}

.navbar .navbar-nav .btn {
    padding: 12px 24px;
}

/* Jumbotron */

.jumbotron {
    min-height: 856px;
    margin-top: 150px;
    background: linear-gradient(
        180deg,
        #FFFFFF 18.46%,
        #e6c3e4 70.11%,
        #d49fd3 100%
    );
    
}

.jumbotron .jumbotron-welcome {
    display: flex;
    align-items: center;
}

.jumbotron .jumbotron-welcome h1 {
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #3b82f6;
}

.jumbotron .jumbotron-welcome h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
}

.jumbotron .jumbotron-welcome h2 span {
    color: #3b82f6;
    font-weight: 700;
}

.jumbotron .jumbotron-welcome p {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}

.jumbotron .group-home-information .row {
    border-radius: 24px;
    background-color: #FFFFFF;
    padding: 30px;
    margin-top: 10px;
}

.jumbotron .jumbotron-information .row .card {
    border: none;
    background-color: #FFFFFF;
}

.jumbotron .jumbotron-information .group-information {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.jumbotron .jumbotron-information .group-information h3 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.jumbotron .jumbotron-information .group-information p {

    font-size: 40px;
    font-weight: 600;
    color: #000000;
}

/* Why */

.why {
    background: linear-gradient(180deg, #fae4f8 0%, #FFFFFF 72.61%);
    min-height: 564px;
}

.why .why-title {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 75px;
}

.why img {
    width: 80px;
    height: 80px;
}

.why h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.why p {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}

.why .card {
    padding: 40px;
    height: 100%;
}

/* Price List */

.price-list {
    background: linear-gradient(90deg, #fedefa 0%, #3b82f6 100%);
    min-height: 452px;
}

.price-list .container .col {
    margin-top: 24px;
}

.price-list .price-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
}

.price-list .price-list-header h1 {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
}

.price-list .price-list-header a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.price-list img {
    width: 50px;
    height: 55px;
}

.price-list h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.price-list p {
    font-size: 18px;
    font-weight: 400;
    color: #3b82f6;
}

/* Testimonial */

.testimonial-faq {
    background: linear-gradient(180deg, #FFFFFF 27.66%, #fae3f7 103.53%);
    min-height: 1473px;
}

.testimonial-faq.all {
    min-height: unset;
}

.testimonial-faq h1 {
    padding-top: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #3b82f6;
    text-align: center;
}

.testimonial-faq h2 {
    font-size: 32px;
    font-weight: 600;
    color: #101828;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}

.testimonial-faq .rating-stars {
    display: flex;
    gap: 8px;
}

.testimonial-faq .rating-stars i {
    color: #FCC73B;
    font-size: 20px;
}

.testimonial p {
    font-size: 18px;
    font-weight: 300;
    color: #262626;
    margin: 0;
}

.testimonial p span {
    font-size: 18px;
    font-weight: 500;
    color: #3b82f6;
}

.testimonial .card {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F3;
    padding: 24px;
    height: 100%;
}

.testimonial .card p {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}

.testimonial .dot {
    background: #FCFCFD;
    border-radius: 45%;
    border: 1px solid #F1F1F3;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.testimonial .btn-prev {
    background: #FCFCFD;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 500;
    padding: 8px 9px;
    border: 1px solid #F1F1F3;
}

.testimonial .btn-next {
    background: #3b82f6;
    color: #FFFFFF !important;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 500;
    padding: 8px 9px;
    border: unset;
}

/* FAQ */

.testimonial-faq.all .container.faq {
    margin-top: 130px;
    min-height: 325px;
}

.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: #3b82f6;
    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: #5E3825;
}

.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;
}

/* Footer */

.footer-bottom {
    min-height: 50px;
    padding-top: 10px;
}

.footer-bottom.bg-pink {
    background: #fff4f4;
}

.footer-bottom .information-bottom {
background-color: #fff;
border-radius: 20px;
    width: 100%;
    height: 325px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-bottom .information-bottom h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
}

.footer-bottom .information-bottom h1 span {
    color: #3b82f6;
}

.footer-bottom .information-bottom .group-sosmed {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.footer-bottom .information-bottom .fa-brands {
    font-size: 24px;
    color: #3b82f6;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    padding: 16px;
}

.footer-bottom .information-bottom .sosmed img {
    width: 56px;
    height: 56px;
    color: #3b82f6;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    padding: 8px;
}

.footer-bottom .footer {
    padding: 24px 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom .footer ul li {
    list-style: none;
    font-size: 16px;
}

.footer-bottom .footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #3b82f6;
}

.footer-bottom .footer ul li:nth-child(2) {
    border-left: 1px solid #667085;
    border-right: 1px solid #667085;
    padding: 0 16px;
}

.footer-bottom .footer h6 {
    font-size: 16px;
    font-weight: 400;
    color: #344054;
}

.footer-bottom .footer h6 span {
    font-weight: 700;
}

/* LIST PRODUCT */

.list-price {
    margin-top: 120px;

}

.list-price.check-history {
    min-height: 325px;
}

.list-price .list-price-header {
background-image: url('https://shiroblox.com/public/storage/bg-listproduct.png');
    border-radius: 12px;
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.list-price .list-price-header img {
    height: 20px;
}

.list-price .list-price-header h1 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.list-price .list-price-header h4 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.list-price .list-price-header .group-header-account {
    display: flex;
    align-items: center;
    gap: 16px;
}

.list-price .list-price-header .group-header-account img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.list-price .list-price-header .group-header-account h1 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.list-price .list-price-header .input-group {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 12px;
}

.list-price .list-price-header .input-group .input-group-text {
    background-color: #f7f7f7;
    border-right: 0;
    color: #3b82f6;
    border-radius: 12px 0 0 12px;
}

.list-price .list-price-header .input-group .form-control {
    border-radius: 0 12px 12px 0;
    border-left: 0;
    padding: 12px;
}

.list-price .list-price-menu {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.list-price .list-price-menu a {
    color: #262626;
    border: 1px solid #F1F1F3;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
}

.list-price .list-price-menu a.active {
    background-color: #3b82f6;
    color: #FFFFFF;
}

.list-price .list-price-content .card {
    height: 100%;
}

.list-price .list-price-content .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-price .list-price-content img {
    width: 100%;
    height: 175px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.list-price .list-price-content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

.list-price .list-price-content p {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.list-price .list-price-content .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.list-price .list-price-content .price h2 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.list-price .list-price-content .price h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3b82f6;
}

.detail-list-price {
    margin-top: 120px;

}

.detail-list-price .header a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #0000001A;
    border-radius: 50%;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00000066;
    transition: background-color 0.3s, color 0.3s;
}

.detail-list-price .header a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.detail-list-price .header h1 {
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
}

.detail-list-price .header p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

h1.title-border {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    display: flex;
    align-items: center;
}

h1.title-border::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 28px;
    background-color: #3b82f6;
    margin-right: 12px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

.detail-list-price .detail-list-price-content img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
}

.detail-list-price .detail-list-price-content .card-body h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 0;
}

.detail-list-price .detail-list-price-content .card-body p {
    font-size: 18px;
    font-weight: 400;
    color: #3b82f6;
    margin-top: 5px;
}

.detail-list-price .detail-list-price-content .card-body.active p {
    font-weight: 600;
}

.detail-list-price .detail-list-price-content .card-body a {
    width: 100%;
}

.detail-list-price .detail-list-price-content .card-body.active a {
    background-color: #3b82f6;
    color: #FFFFFF !important;
}

.detail-list-price .detail-list-price-content .card-body a i {
    color: #FFFFFF;
}

.detail-list-price .btn-default {
    background: #FCFCFD;
    color: #262626 !important;
    font-size: 14px;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    font-weight: 500;
    padding: 16px 16px !important;
}

.detail-list-price .btn-default.active {
    background: #3b82f6;
    color: #FFFFFF !important;

    border: unset;
}

.detail-list-price .btn-default i {
    rotate: -45deg;
    color: #262626 !important;
}

.detail-list-price .btn-default.active i {
    rotate: -45deg;
    color: #FFFFFF !important;
}


/* PRODUCT CART LG */
.product-cart-lg {
    margin-top: 120px;
}

.product-cart-lg .card-body {
    background-color: #FFFFFF;
    border-radius: 12px;
}

.product-cart-lg .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.product-cart-lg .header h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.product-cart-lg .table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.product-cart-lg .table tbody tr {
    background-color: #FCFCFD;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.product-cart-lg .table thead tr th {
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.product-cart-lg .table tbody tr td {
    border: none;
    padding: 15px;
}

.product-cart-lg .group-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-cart-lg .group-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.product-cart-lg tbody tr td h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.product-cart-lg .form-check-input {
    width: 20px;
    height: 20px;
}

.product-cart-lg .tbody,
.product-cart-lg td,
.product-cart-lg tfoot,
.product-cart-lg th,
.product-cart-lg thead,
.product-cart-lg tr {
    border-style: unset;
}

.product-cart-lg table {
    width: 100%;
}

.product-cart-lg table th,
.product-cart-lg table td {
    text-align: left;
    vertical-align: middle;
}

.product-cart-lg .card-body {
    background-color: #FFFFFF;
}

.product-cart-lg .card-body .header-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.product-cart-lg .card-body .header-group .header-group-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-cart-lg .card-body .header-group .header-group-left img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.product-cart-lg .card-body .header-group .header-group-left h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.product-cart-lg .card-body .header-group .header-group-left h2 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    margin: 0;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    padding: 8px 16px;
    border-radius: 8px;
}

.product-cart-lg .card-body .header-group .header-group-right a {
    font-size: 16px;
    font-weight: 400;
    color: #3b82f6;
    margin: 0;
}

.product-cart-lg .group-quantity {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-cart-lg .group-quantity button {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.product-cart-lg .group-quantity button:first-of-type {
    background-color: #ffffff;
    border-color: #B9BDC7;
    color: #B9BDC7;
}

.product-cart-lg .group-quantity button:last-of-type {
    background-color: #ffffff;
    border-color: #3b82f6;
    color: #3b82f6;
}

.product-cart-lg .group-quantity input {
    width: 50px;
    text-align: center;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    outline: none;
    pointer-events: none;
}

.product-cart-lg .remove-cart {
    color: #D8000C;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.product-cart-lg .group-button-checkout-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.product-cart-lg .group-button-checkout-lg h1 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.product-cart-lg .group-button-checkout-lg h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3b82f6;
}

.product-cart-lg .form-check-input:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
}


/* PRODUCT CART SM */

.product-cart-sm {
    margin-top: 120px;
    display: none;
}

.product-cart-sm .card-body {
    background-color: #FFFFFF;
    border-radius: 12px;
}

.product-cart-sm .header h1 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.product-cart-sm .card-body .header-group .header-group-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-cart-sm .card-body .header-group .header-group-left img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.product-cart-sm .card-body .header-group .header-group-left h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.product-cart-sm .group-item-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FCFCFD;
    border: 1px solid #F1F1F3;
    border-radius: 8px;
    padding: 16px;
}

.product-cart-sm .form-check-input {
    width: 24px;
    height: 24px;
}

.product-cart-sm .group-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-cart-sm .group-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

.product-cart-sm .group-item-product h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.product-cart-sm .group-item-product h2 {
    font-size: 14px;
    font-weight: 400;
    color: #3b82f6;
}

.product-cart-sm .group-quantity {
    display: flex;
    align-items: center;
}

.product-cart-sm .group-quantity button {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.product-cart-sm .group-quantity button:first-of-type {
    background-color: #ffffff;
    border-color: #B9BDC7;
    color: #B9BDC7;
}

.product-cart-sm .group-quantity button:last-of-type {
    background-color: #ffffff;
    border-color: #3b82f6;
    color: #3b82f6;
}

.product-cart-sm .group-quantity input {
    width: 40px;
    text-align: center;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    outline: none;
    pointer-events: none;
}

.product-cart-sm .remove-cart {
    color: #D8000C;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.product-cart-sm .form-check-input:checked {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.product-cart-sm .group-item-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.product-cart-sm .group-item-cart-total h1 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    border: 1px solid #F1F1F3;
    background-color: #FCFCFD;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0;
}

.product-cart-sm .group-item-cart-total a {
    font-size: 16px;
    font-weight: 500;
    color: #3b82f6;
}

.product-cart-sm .group-button-checkout-sm h1 {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    margin: 0;
}

.product-cart-sm .group-button-checkout-sm h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3b82f6;
    margin: 0;
}

.product-cart-sm .group-button-checkout-sm a {
    width: 100%;
    margin-top: 16px;
    padding: 16px !important;
}

.product-cart-notfound {
    margin-top: 120px;
}

.product-cart-notfound .group-cart-notfound {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    border: 1px solid #3b82f6;
    border-radius: 12px;
    padding: 24px;
}

.product-cart-notfound .header h1 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.product-cart-notfound .group-cart-notfound img {
    width: 150px;
    height: 150px;
    border-radius: 12px;
}

.product-cart-notfound .group-cart-notfound h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.checkout-product {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.checkout-product img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.checkout-product h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.information-product h1 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.information-product h1 span.total-item-cart {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #3b82f6;
    padding: 2px 8px;
    border-radius: 8px;
    text-align: center;
}

.information-product .group-information-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    background-color: #F1F1F3;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    padding: 12px;
}

.information-product .group-information-item img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.information-product .group-information-item h1 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.information-product .group-information-item .information-item h2 {
    font-size: 16px;
    font-weight: 400;
    color: #3b82f6;
}

.information-product .group-information-item .information-item h2 span {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #3b82f6;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
}

.information-product .group-information-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.information-product .group-information-total h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.information-product .group-information-total h2 {
    font-size: 20px;
    font-weight: 600;
    color: #3b82f6;
    margin: 0;
}

/* PAYMENT METHOD */
.payment-method-label {
    margin-top: 10px;
    border-radius: 12px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 32px;
    cursor: pointer;
    height: 100%;
    border: 4px solid #F1F1F3;
}

.row-paymentmethod .form-check {
    padding-left: unset;
}

.paymentmethod.form-check-input[type=radio] {
    display: none;
}

.title-payment-category {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 16px;
}

.payment-fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.payment-fee img {
    width: 100%;
    max-width: 80px;
    height: 30px;
    object-fit: contain;
}

.payment-fee h1 {
    font-size: 18px !important;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.payment-fee span {
    font-size: 16px;
    font-weight: 400;
    color: #667085;
}

.paymentmethod.form-check-input[type=radio]:checked+label {
    border: 4px solid #3b82f6;
}

.paymentmethod.form-check-input[type=radio]:disabled+label {
    border: 4px solid #F1F1F3;
    background-color: #F1F1F3;
    opacity: unset !important;
    cursor: not-allowed;
}

.payment-method-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.payment-method-total h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    margin-top: 16px;
}

.title-payment-category-order {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-top: 6px;
}

/* RANKING */
.rank .card {
    background-color: #FFFFFF;
}

.rank .card .card-header {
    background: rgba(0, 109, 106, 1);
    min-height: 150px;
}

.rank .highlight {
    display: flex;
    color: #fff;
    text-align: center;
    align-items: end;
    justify-content: space-evenly;
    position: relative;
    padding-top: 46px;
    padding-bottom: 32px;
}

.rank .highlight>* {
    flex-basis: 33.33%;
}

.rank .highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #3b82f6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.rank .highlight .decoration-rank {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rank .highlight .scaleup .image-highlight img {
    width: 125px;
    height: 125px;
}

.rank .highlight h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 143px;
    text-align: center;
}

.rank .highlight p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #3b82f6;
}

.rank .highlight .image-highlight {
    position: relative;
}

.rank .highlight .image-highlight img {
    width: 75px;
    height: 75px;
    border: 2px solid var(--Colors-Warning-warning-600, rgba(228, 182, 46, 1));
    border-radius: 999px;
    object-fit: cover;
    object-position: center;
}

.rank .highlight .image-highlight .rank img {
    width: 29px !important;
    height: 36px !important;
    position: relative;
    bottom: 1.5rem;
    border: none;
}

.rank h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 18px;
}

.rank .rank-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    padding: 16px;
    background-color: #FCFCFD;
}

.rank .rank-content h1 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.rank .rank-content .rank-content-profile img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.rank .rank-content h2 {
    font-size: 18px;
    font-weight: 500;
    color: #3b82f6;
    margin: 0;
}

.rank .rank-content .rank-content-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* ORDER */

.col-relative {
    position: relative;
    top: -160px;
    left: 10px;
}

.order .information-number {
    position: relative;
    padding: 16px;
}

.order .group-number {
    display: flex;
}

.order .group-number .order-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #F1F1F3;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

.order .group-number.success .order-number {
    /* background-color: #3b82f6; */
    color: #29CC39;
}

.order .group-number.active .order-number {
    background-color: #3b82f6;
    border: 2px solid #3b82f6;
    color: #FFFFFF;
}

.order .group-number .order-description {
    border-left: 1.5px solid #F1F1F3;
    padding-left: 40px;
    position: relative;
    left: -1.5rem;
    padding-bottom: 40px;
}

.order .order-description.n-border {
    border-left: none;
}

.order .group-number .order-description h1 {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
}

.order .group-number.success .order-description h1 {
    color: #262626;
}

.order .group-number.active .order-description h1 {
    color: #3b82f6
}

.order .group-number .order-description p {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    border: 1px solid #F1F1F3;
    border-radius: 12px;
    width: auto;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.order .group-number.success .order-description p {
    color: #262626;
}

.order .group-number.active .order-description p {
    background-color: #3b82f60A;
    color: #3b82f6;
}

.track-group .input-group-text,
.track-group .form-control {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}

.track-group .input-group-text i {
    color: #3b82f6 !important;
}

.track-group .form-control::placeholder {
    color: #5D6679 !important;
}

.order .group-product {
    padding: 32px 24px;
    background-color: #FCFCFD;
    border: 1px solid #F1F1F3;
    cursor: pointer;
    border-radius: 12px;
    padding: 0px 5px 0px 5px;
    display: flex;
    align-items: center;
}

.order .group-product .group-product-price {
    display: flex;
    flex-wrap: wrap;
    /* gap: 8px; */

}

.order .group-product .radio-nominale {
    color: white;
    /* display: none; */
    margin: 10px;
    cursor: pointer;
}

.order .group-product .label-radio-nominale {
    text-align: left;
    color: #ffffff;
    display: inline-block;
    padding: 30px 24px;
    width: 100%;
    font-size: 10px;
    position: relative;
    cursor: pointer;
}

.order .group-product .radio-nominale:checked+label {
    border: 1px solid #F1F1F3;
}

.order .group-product .label-radio-nominale h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18.4px;
    letter-spacing: -0.04em;
    color: #000000;
}

.order .group-product .label-radio-nominale img {
    height: 48px;
    width: 48px;
    border-radius: 8px;

}

.order .group-product .label-radio-nominale h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24.08px;
    text-align: center;
    color: #262626;
    margin-right: 3px;
}

.order .group-product .label-radio-nominale h4.price-strike {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.08px;
    text-align: center;
    text-decoration-line: line-through;
    text-decoration-skip-ink: none;
    color: #98A2B3;
}

.order .group-product .label-radio-nominale .label-discount {
    position: absolute;
    top: -1px;
    left: -10px;
    background: #3b82f6;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.order .group-product .label-radio-nominale .label-discount span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.02em;
}

.order .group-product .form-check-input {
    width: 16px;
    height: 14px;
}

.order .group-product .form-check-input:checked {
    background-color: #3b82f6;
    border: unset;
}

.order .group-product .form-check-input:checked[type=radio] {
    background-image: unset;
}

.order .group-total {
    display: flex;
    justify-content: space-between;
}

.order .group-total h1 {
    font-size: 18px;
    font-weight: 400;
    color: #98A2B3;
}

.order .group-total h1 span {
    font-weight: 600;
    color: #000000;
}

.order-button {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
}

.gamepass-popup .block-wrapper {
    margin-top: 35px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
}

.gamepass-popup .wrapper2 {
    margin-top: -10px;
    margin-bottom: -10px;
    font-weight: 400;
    padding: 0;
    height: 100%;
}

.gamepass-popup .wrapper {
    font-weight: 400;
    position: relative;
    background-color: #171717;
    border-radius: 24px;
    margin-top: -15px;
    margin-bottom: -20px;
    width: 100%;
}

.gamepass-popup .frontBLock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.gamepass-popup .flex_wrap {
    display: flex;
}

.gamepass-popup .sidebar {
    position: relative;
    flex: 35%;
    border-right: 2px solid #989898;
    padding: 30px 20px 30px 30px;
}

.gamepass-popup p {
    color: #989898;
    font-size: 14px;
    margin-bottom: 0;
}

.gamepass-popup .sidebar .title {
    color: #989898;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 7px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.gamepass-popup .line {
    width: 100%;
    background-color: #565656;
    height: 1px;
}

.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;
}

.gamepass-popup .sidebar ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}

.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;
}

.gamepass-popup .sidebar ul .li-active {
    font-weight: 700;
    background-color: #292d2f;
}

.gamepass-popup .sidebar .li-before {
    color: #c8c8c8;
    font-size: 14px;
}

.gamepass-popup .li-before {
    display: flex;
    align-items: center;
}

.gamepass-popup .link-svg {
    fill: #bbbfcb;
    height: 22px;
    width: 22px;
    margin-left: 3px;
}

.gamepass-popup .sidebar .li-before {
    color: #c8c8c8;
    font-size: 14px;
}

.gamepass-popup .li-before-margin {
    margin: 14px 0;
}

.gamepass-popup .content {
    flex: 65%;
    padding: 30px 30px 60px;
}

.gamepass-popup .content .content_title {
    font-family: 'Graphik';
    font-weight: 900;
    color: #c8c8c8;
    margin: 0 0 22px;
}

.gamepass-popup .content p {
    color: #c8c8c8;
    font-size: 14px;
    margin-bottom: 0;
}

.gamepass-popup .content_date {
    margin-bottom: 14px;
}

.gamepass-popup .switch_wrap {
    display: flex;
    align-items: center;
}

.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;
}

.gamepass-popup .switch-on {
    background: #1e516f;
}

.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;
}

.gamepass-popup .switch-on::after {
    left: 12px;
    background: #2bb1ff;
}

.gamepass-popup .switch_wrap .text {
    margin: 14px 10px;
}

.gamepass-popup .input_wrap {
    position: relative;
}

.gamepass-popup .inputPlace-wrap-m {
    margin-bottom: 14px;
}

.gamepass-popup .inputPlace-wrap {
    position: relative;
}

.gamepass-popup .input_img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    fill: #c8c8c8;
}

.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;
}

.gamepass-popup .inputPlace-wrap2 p {
    left: 30px;
    top: 7px;
}

.gamepass-popup .inputPlace-wrap p {
    color: #cbcbcb;
    position: absolute;
    left: 35px;
    top: 9px;
}

.gamepass-popup .commission-none,
.gamepass-popup .notActive-span {
    display: none;
}

.gamepass-popup .active-span {
    display: block;
}

.gamepass-popup .place_notActive,
.gamepass-popup .placegolder-notActive {
    display: none;
}

.gamepass-popup .place_notActive,
.gamepass-popup .placegolder-notActive {
    display: none;
}

.gamepass-popup .animationButtons {
    -webkit-animation: 2s buttons;
    animation: 2s buttons;
}

.gamepass-popup .texts {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.gamepass-popup .line {
    width: 100%;
    background-color: #565656;
    height: 1px;
}

.gamepass-popup .buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.gamepass-popup .buttons a {
    text-align: center;
    color: #cbcbcb;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .2s;
}

.gamepass-popup .primary-btn {
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #989898;
}

.gamepass-popup .active2 {
    background-color: #2bb1ff;
}

.gamepass-popup .secondary-btn {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    background-color: #565656;
    border: 1px solid #565656;
}

.gamepass-popup .animationButtons {
    -webkit-animation: 2s buttons;
    animation: 2s buttons;
}

.gamepass-popup .sidebar::before {
    content: "pass";
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 10px;
    color: #989898;
}

.gamepass-popup .robImg {
    display: flex;
}

.gamepass-popup .robImg svg {
    fill: #c8c8c8;
    width: 20px;
    height: 20px;
}

.gamepass-popup .robImg span {
    margin-left: 3px;
    font-size: 16px;
}

.group-welcome {
    width: 50%;
}

@-webkit-keyframes buttons {
    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 {
    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
    }
}

/* AUTH */

.auth {
    margin-top: 140px;
    padding-bottom: 140px;
}

.auth .auth-content {
    background-image: url('./../img/bg-auth.png');
    border-radius: 12px;
    width: 100%;
    min-height: 700px;
    height: auto;
    padding: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.auth .auth-content .content-margin {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.auth .auth-content .auth-header {
    text-align: center;
}

.auth .auth-content img {
    height: 24px;
}

.auth .auth-content h1 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 16px;
}

.auth .auth-content .auth-group {
    margin-top: 40px;
}

.auth .auth-content .auth-group .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.auth .auth-content .input-group-text {
    background-color: #000000;
    border: 1px solid #262626;
    border-right: 0;
    color: #3b82f6;
    border-radius: 12px 0 0 12px;
}

.auth .auth-content .form-control {
    border-radius: 0 12px 12px 0;
    border: 1px solid #262626;
    border-left: 0;
    padding: 12px;
    background-color: #000000;
    color: #FFFFFF;
}

.auth .auth-content .form-control::placeholder {
    color: #FFFFFF;
}

.auth-question {
    text-align: center;
}

.auth-question p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.auth-question a {
    font-size: 16px;
    font-weight: 600;
    color: #F8BDBA;
}

/* ACCOUNT */
.account {
    margin-top: 30px;
}

.account .input-group-text.text-danger {
    color: #3b82f6;
}

.account h1 {
    font-size: 24px;
    font-weight: 500;
    color: #101828;
}

.account .card-same {
    height: 100%;
}

.account .account-menu {
    margin-top: 20px;
}

.account .account-menu .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.account .account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.account .account-menu ul li {
    margin: 30px 0;
}

.account .account-menu ul li a {
    color: #667085;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 16px;
}

.account .account-menu ul li.active a {
    background-color: #3b82f6;
    color: #fff;
    border-radius: 50%;
}

.account .account-home-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.account .account-home-info>* {
    flex-grow: 1;
    /* Setiap elemen akan mengambil ruang yang tersisa */
}

.account .account-home-info .card {
    width: auto;
    height: 100%;
}

.account .account-home-info .card {
    background-color: #eee;
}

.account .account-home-info h1 {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
}

.account .account-home-info h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.account .account-home-content .account-home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.account .account-home-content .account-home-header h1 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.account .account-home-content .account-home-header a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.account .account-home-content .account-home-header a.text-danger {
    color: #3b82f6;
}

.account .account-home-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.header-acccount-menu-md {
    display: none;
}

.header-acccount-menu-lg {
    display: block;
}

.table.datatables>:not(:last-child)>:last-child>* {
    border-bottom-color: #F1F1F3;
}

/* .datatables {
    border-collapse: separate;
    border-spacing: 0 10px;
} */

.datatables thead tr th {
    font-size: 16px;
    font-weight: 400;
    color: #344054;
}

.datatables tbody tr {
    border: 1px solid #F1F1F3;
    border-radius: 12px;
}

.datatables tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #344054;
}

.datatables .btn-primary {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
}

.dataTables_filter {
    display: none;
}

/* MODAL CONFIRM */

.modal-dialog.confirm-order .modal-content a {
    color: #000000;
}

.modal-dialog.confirm-order .modal-content hr {
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}

.modal-dialog.confirm-order .modal-content p {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
}

.modal-dialog.confirm-order .modal-content li {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h2 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h3 {
    font-size: 14px;
    font-weight: 600;
    color: #262626;
}

.modal-dialog.confirm-order .modal-content b {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
}

.modal-dialog.confirm-order .modal-content font {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.modal-dialog.confirm-order .modal-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.modal-dialog.confirm-order .detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-dialog.confirm-order .detail-item img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.modal-dialog.confirm-order .detail-item h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.modal-dialog.confirm-order .table td,
.modal-dialog.confirm-order .table th {
    vertical-align: middle;
    font-size: 14px;
}

/* API */
.robux-username {
    cursor: pointer;
}

/* LOADING */
/* Loading Screen Fullscreen */
.loading-screen-onload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f9e4fa 0%, #FFFFFF 100%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading-logo {
    width: 150px;
    height: auto;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.loading-screen-onload.hidden {
    opacity: 0;
    visibility: hidden;
}

.table-history-product h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.btn.home-buy {
    margin-right: 10px;
    margin-top: 10px;
}

.btn.home-contact {
    margin-right: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 1399px) {
    .jumbotron .jumbotron-welcome h2 {
        font-size: 40px;
    }

    .jumbotron .jumbotron-welcome p {
        font-size: 16px;
    }

    .btn-primary {
        font-size: 16px;
    }

    .btn-default {
        font-size: 16px;
    }

    .price-list h2 {
        font-size: 18px;
    }

    .price-list p {
        font-size: 16px;
    }

    .list-price .list-price-content .price h3 {
        font-size: 18px;
        font-weight: 600;
        color: #3b82f6;
    }

    .account .account-menu ul li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 1199px) {

    .navbar .navbar-nav .nav-link {
        font-size: 12px;
    }

    nav .navbar-brand img {
        height: 60px;
    }

    .jumbotron {
        min-height: 700px;
        margin-top: 125px;
    }

    .jumbotron .jumbotron-welcome h2 {
        font-size: 38px;
    }

    .jumbotron .jumbotron-welcome .relative img {
        width: 474px !important;
    }

    .jumbotron .group-home-information .row {
        padding: 15px;
    }

    .jumbotron .jumbotron-information .group-information p {
        font-size: 28px;
    }

    .why .card {
        padding: 14px;
        height: 100%;
    }

    .why h2 {
        font-size: 20px;
    }

    .why p {
        font-size: 16px;
    }

    .price-list img {
        width: 30px;
        height: 35px;
    }

    .price-list h2 {
        font-size: 16px;
    }

    .testimonial p {
        font-size: 16px;
    }

    .testimonial .card p {
        font-size: 16px;
    }

    .faq .collapsible-widget .header p {
        font-size: 16px;
    }

    .footer-bottom .information-bottom .fa-brands {
        font-size: 18px;
    }

    .footer-bottom .information-bottom .sosmed img {
        width: 49px;
        height: 53px;
    }

    .list-price .list-price-content .price h3 {
        font-size: 16px;
    }

    .testimonial-faq {
        min-height: 1300px;
    }

    .btn {
        padding: 16px 13px !important;
    }

    .btn-primary {
        font-size: 14px;
    }

    .btn-default {
        font-size: 14px;
    }

    .footer-bottom .information-bottom h1 {
        font-size: 28px;
    }

    .order .group-product .label-radio-nominale {
        padding: 28px 15px;
    }

    .account .account-menu ul li a {
        padding: 2px 4px;
    }

    .rank .highlight h6 {
        font-size: 18px;
        max-width: 126px;
    }

    .rank .highlight p {
        font-size: 16px;
    }

    .rank .rank-content h2 {
        font-size: 16px;
    }

    .rank .rank-content h1 {
        font-size: 16px
    }

    .product-cart-lg .header h1 {
        font-size: 20px;
    }

    .product-cart-lg .card-body .header-group .header-group-left h2 {
        font-size: 14px;
    }

    .product-cart-lg .card-body .header-group .header-group-right a {
        font-size: 14px;
    }

    .information-product .group-information-item h1 {
        font-size: 14px;
    }

    .information-product .group-information-item .information-item h2 {
        font-size: 14px;
    }

    .information-product .group-information-item .information-item h2 span {
        font-size: 12px;
    }

    .information-product .group-information-item img {
        width: 50px;
        height: 50px;
    }

    .information-product .group-information-total h1 {
        font-size: 14px;
    }

    .information-product .group-information-total h2 {
        font-size: 16px;
    }

    .payment-fee img {
        max-width: 60px;
        height: 30px;
    }

    .payment-fee h1 {
        font-size: 16px !important;
    }

    .payment-fee span {
        font-size: 14px;
        font-weight: 400;
        color: #667085;
    }
}

@media screen and (max-width: 991px) {
    .jumbotron .jumbotron-welcome .relative img {
        width: 360px !important;
    }

    .jumbotron .jumbotron-welcome h2 {
        font-size: 24px;
    }

    .jumbotron .jumbotron-welcome p {
        font-size: 14px;
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 33%;
    }

    .footer-bottom .information-bottom h1 {
        font-size: 20px;
    }

    .footer-bottom .information-bottom .group-sosmed {
        flex-wrap: wrap;
    }

    .btn {
        padding: 10px 13px !important;
    }

    .footer-bottom .information-bottom {
        margin-top: 0px;
    }

    .footer-bottom .information-bottom .fa-brands {
        padding: 12px;
    }

    .footer-bottom .information-bottom .sosmed img {
        width: 40px;
        height: 43px;
    }

    .footer-bottom .footer h6 {
        font-size: 14px;
    }

    .footer-bottom .footer ul li {
        font-size: 14px;
    }

    .footer-bottom .footer ul li a {
        font-size: 14px;
    }

    .list-price .list-price-header .input-group {
        max-width: 600px;
    }

    .col-relative {
        position: unset;
        margin-top: 20px;
    }

    .order .group-number .order-description {
        border-left: 1.5px solid #F1F1F3;
        padding-left: 40px;
        position: relative;
        left: -1.5rem;
        padding-bottom: 40px;
        display: none;
    }

    .order .information-number {
        position: relative;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .order .group-product {
        height: 100%;
    }

    .detail-list-price .header {
        height: 350px !important;
    }

    .detail-list-price .header h1 {
        font-size: 28px;
    }

    h1.title-border {
        font-size: 28px;
    }

    h1.title-border::before {
        height: 34px;
    }

    .detail-list-price .detail-list-price-content img {
        height: 160px;
    }

    .detail-list-price .detail-list-price-content .card-body h1 {
        font-size: 18px;
    }

    .detail-list-price .detail-list-price-content .card-body p {
        font-size: 16px;
    }

    .list-price .list-price-header .group-header-account h1 {
        font-size: 24px;
    }

    .header-acccount-menu-md {
        display: block;
    }

    .header-acccount-menu-lg {
        display: none;
    }

    .account .account-home-info h2 {
        font-size: 18px;
    }

    .account .account-menu ul li a {
        padding: 2px 5px;
    }

    .account h1 {
        font-size: 20px;
    }

    .account .account-menu ul {
        display: flex;
        justify-content: space-evenly;
    }

    .account .account-menu ul li {
        margin: 10px 0;
    }

    .account .account-menu {
        margin-top: unset;
    }

    .payment-fee img {
        max-width: 80px;
    }

    .btn.home-buy {
        width: 47%;
    }

    .btn.home-contact {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .form-control {
        font-size: 16px;
    }

    .form-control::placeholder {
        font-size: 16px;
    }

    .jumbotron .jumbotron-welcome .relative img {
        width: 220px !important;
    }

    .jumbotron .jumbotron-welcome h2 {
        font-size: 18px;
    }

    .jumbotron {
        min-height: 625px;
        margin-top: 125px;
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-bottom .information-bottom {
        background-image: unset;
        background-color: #FFFFFF;
        padding: 24px;
        border-radius: 12px;
        height: unset;
    }

    .list-price .list-price-header .input-group {
        max-width: 400px;
    }

    .list-price .list-price-header h1 {
        font-size: 28px;
    }

    .list-price .list-price-header {
        height: 250px;
    }

    .list-price .list-price-menu a {
        font-size: 16px;
    }

    .list-price .list-price-content h1 {
        font-size: 16px;
    }

    .list-price .list-price-content p {
        font-size: 14px;
    }

    .list-price .list-price-content .price h3 {
        font-size: 14px;
    }

    .detail-list-price .header {
        height: 264px !important;
        padding: 20px !important;
    }

    .detail-list-price .header h1 {
        font-size: 24px;
    }

    h1.title-border {
        font-size: 24px;
    }

    h1.title-border::before {
        height: 29px;
    }

    .detail-list-price .detail-list-price-content img {
        height: 160px;
    }

    .detail-list-price .detail-list-price-content .card-body h1 {
        font-size: 16px;
    }

    .detail-list-price .detail-list-price-content .card-body p {
        font-size: 14px;
    }

    .footer-bottom .footer {
        padding: 24px 0;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom .information-bottom h1 {
        font-size: 18px;
    }

    .footer-bottom .footer h6 {
        font-size: 13px;
    }

    .footer-bottom .footer ul li {
        font-size: 10px;
    }

    .footer-bottom .footer ul li a {
        font-size: 10px;
    }

    .footer-bottom .information-bottom .fa-brands {
        font-size: 16px;
    }

    .footer-bottom .information-bottom .sosmed img {
        width: 40px;
        height: 42px;
    }

    .order .group-product .label-radio-nominale h2 {
        font-size: 16px;
    }

    .order .group-total h1 {
        font-size: 16px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .order-content-6 p {
        font-size: 16px;
    }

    .account .account-home-info h2 {
        font-size: 16px;
    }

    .account-home-content tbody tr {
        font-size: 16px;
    }

    .payment-method .accordion-item {
        font-size: 16px;
    }

    .rank .highlight h6 {
        max-width: 143px;
    }

    .rank .highlight h6 {
        font-size: 16px;
    }

    .rank .highlight p {
        font-size: 16px;
    }

    .rank .highlight .scaleup .image-highlight img {
        width: 90px;
        height: 90px;
    }

    .rank .highlight {
        padding-top: 85px;
    }

    .rank .rank-content h2 {
        font-size: 16px;
    }

    .rank h1 {
        font-size: 20px;
    }

    .rank .rank-content .rank-content-profile img {
        width: 30px;
        height: 35px;
    }

    .rank .rank-content h1 {
        font-size: 16px;
    }

    .loading-logo {
        width: 100px;
    }

    .product-cart-sm {
        display: block;
    }

    .product-cart-lg {
        display: none;
    }

    .product-cart-notfound .group-cart-notfound h1 {
        font-size: 18px;
    }

    .product-cart-notfound .group-cart-notfound img {
        width: 120px;
        height: 120px;
    }

    .btn.home-buy {
        width: 46%;
    }

    .btn.home-contact {
        width: 100%;
    }

    .group-welcome {
        width: unset;
    }
}

@media screen and (max-width: 575px) {

    .form-label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .form-control::placeholder {
        font-size: 14px;
    }

    .list-price .list-price-header .input-group {
        max-width: 300px;
    }

    .list-price .list-price-menu a {
        font-size: 14px;
    }

    .list-price .list-price-header h1 {
        font-size: 20px;
    }

    .list-price .list-price-header {
        height: 190px;
    }

    .detail-list-price .header {
        height: 200px !important;
        padding: 14px !important;
    }

    .detail-list-price .header a {
        width: 30px;
        height: 30px;
    }

    .detail-list-price .header p {
        font-size: 14px;
    }

    .detail-list-price .header h1 {
        font-size: 16px;
    }

    h1.title-border {
        font-size: 16px;
    }

    h1.title-border::before {
        height: 22px;
    }

    .detail-list-price .detail-list-price-content img {
        height: 115px;
    }

    .detail-list-price .detail-list-price-content .card-body h1 {
        font-size: 14px;
    }

    .detail-list-price .detail-list-price-content .card-body p {
        font-size: 12px;
    }

    .order .group-number .order-number {
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .gamepass-popup .sidebar {
        position: relative;
        flex: 35%;
        border-right: 2px solid #989898;
        padding: 30px 10px 30px 10px;
    }

    .gamepass-popup .sidebar .title {
        font-size: 10px;
    }

    .gamepass-popup .sidebar::before {
        left: 17px;
    }

    .gamepass-popup .sidebar .subtitle {
        font-size: 12px;
    }

    .gamepass-popup .sidebar ul li {
        font-size: 11px;
        padding-left: unset;
    }

    .gamepass-popup .sidebar .li-before {
        font-size: 11px;
    }

    .gamepass-popup .link-svg {
        height: 14px;
    }

    .gamepass-popup .content {
        padding: 30px 14px 60px;
    }

    .gamepass-popup .content p {
        font-size: 11px;
    }

    .gamepass-popup .robImg span {
        font-size: 11px;
    }

    .gamepass-popup .robImg svg {
        width: 14px;
        height: 14px;
    }

    .gamepass-popup .buttons a {
        font-size: 11px;
    }

    .gamepass-popup p {
        font-size: 12px;
    }

    .order .group-product .label-radio-nominale h2 {
        font-size: 13px;
    }

    .order .group-product .label-radio-nominale h4 {
        font-size: 12px;
    }

    .order .group-product .label-radio-nominale h4.price-strike {
        font-size: 12px;
    }

    .order .group-total h1 {
        font-size: 14px;
    }

    .order .btn {
        font-size: 14px;
    }

    .payment-method .payment-fee span {
        font-size: 12px;
    }

    .payment-method .form-check img {
        height: 15px;
    }

    .order-content-6 p {
        font-size: 12px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .footer-bottom .information-bottom h1 {
        font-size: 14px;
    }

    .footer-bottom .information-bottom .fa-brands {
        font-size: 14px;
    }

    .footer-bottom .information-bottom .sosmed img {
        width: 38px;
        height: 40px;
    }

    .group-sosmed .btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    .list-price .list-price-header .group-header-account h1 {
        font-size: 18px;
    }

    .account .account-home-content .account-home-header h1 {
        font-size: 14px;
    }

    .account .account-home-content .account-home-header a {
        font-size: 12px;
    }


    .rank .highlight h6 {
        max-width: 85px;
    }

    .rank .highlight h6 {
        font-size: 14px;
    }

    .rank .highlight p {
        font-size: 14px;
    }

    .rank .highlight .scaleup .image-highlight img {
        width: 60px;
        height: 60px;
    }

    .rank .highlight .image-highlight img {
        width: 45px;
        height: 45px;
    }

    .rank .highlight {
        padding-top: 115px;
    }

    .rank .rank-content h2 {
        font-size: 14px;
    }

    .rank h1 {
        font-size: 16px;
    }

    .rank .rank-content .rank-content-profile img {
        width: 25px;
        height: 25px;
    }

    .rank .rank-content h1 {
        font-size: 14px;
    }

    .price-list h2 {
        font-size: 13px;
    }

    .price-list p {
        font-size: 12px;
    }

    .price-list .price-list-header h1 {
        font-size: 22px;
        margin: 0;
    }

    .price-list .price-list-header a {
        font-size: 18px;
        margin: 0;
    }

    .jumbotron .jumbotron-welcome .relative {
        display: none;
    }

    .testimonial .card p {
        font-size: 12px;
    }

    .group-welcome {
        width: 100%;
    }

    .testimonial p {
        font-size: 14px;
    }

    .auth .auth-content h1 {
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 16px;
    }

    .testimonial-faq h1 {
        padding-top: 45px;
        font-size: 14px;
    }

    .testimonial-faq h2 {
        font-size: 22px;
    }

    h1#total-fee {
        font-size: 16px;
    }

    h1#total-payment {
        font-size: 16px;
    }

    .payment-fee span {
        font-size: 12px;
    }

    .product-cart-sm .group-item img {
        width: 54px;
        height: 54px;
    }

    .product-cart-sm .group-item-product h1 {
        font-size: 14px;
    }

    .product-cart-sm .group-item-product h2 {
        font-size: 12px;
        font-weight: 400;
        color: #3b82f6;
    }

    .product-cart-sm .group-quantity button {
        width: 25px;
        height: 25px;
    }

    .product-cart-sm .group-item-cart-total h1 {
        font-size: 12px;
    }

    .product-cart-sm .group-item-cart-total a {
        font-size: 13px;
    }

    .product-cart-notfound .group-cart-notfound h1 {
        font-size: 16px;
    }

    .product-cart-notfound .group-cart-notfound img {
        width: 110px;
        height: 110px;
    }

    .btn.home-buy {
        width: 48%;
    }

    .btn.home-contact {
        width: 100%;
    }
}