@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

:root {
    --ar-light: #ffffff;
    --ar-gray-1: #F2F5F7;
    --ar-gray-2: #9AA4BF;
    --ar-dark-1: #262626;
    --ar-dark-2: #575556;
    --ar-primary: #7FB77E;
    --text-primary: #0172ff;
    /* --ar-primary: #526DEE; */
    --ar-soft-primary: #F1F5F7;
    /* --ar-soft-primary: #F6D480; */
    /* --ar-primary: #40D04F;
    --ar-soft-primary: #f1faf1; */
    /* --ar-primary: #f4732a; */
    /* --ar-soft-primary: #faf2ed; */
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text-17 {
    font-size: 17px;
}

.text-18 {
    font-size: 18px;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.text-grey {
    color: #f0f0f0 !important;
}

.fw-light {
    font-weight: 300;
}

/* basic */

html, body {
    /* background-color: #f8f8f8 !important; */
    font-family: "Roboto", sans-serif;
}

h1, h2, h3,h4, h5,h6, p {
    font-family: "Roboto", sans-serif;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.mohonTunggu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 60%);
}

.mohonTunggu .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.alert {
    font-size: 12px;
}

.btn {
    font-size: 12px;
    border-radius: 30px;
    padding: 9px 22px;
    font-weight: 500;
}

.ri-icon {
    font-size: 20px;
}

.ri-icon-sm {
    font-size: 14px;
}

.navbar-brand {
    font-size: 14px;
}

.my99 {
    font-size: 20px;
}

.font-99 {
    font-size: 15px;
}

.nav-button {
    color: white;
    border-radius: 40px;
    height: 68px;
    width: 68px;
    margin-top: -38px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0px -1.5px 0px rgba(0, 0, 0, 10%); */
    border: 3px solid #e5e5e5;
}

.top-bar {
    height: 52px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 10%); */
    border: none !important;
}

.top-bar-2 {
    height: 52px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 10%); */
    border: none !important;
    background-color: transparent;
    margin-bottom: -52px;
    z-index: 1;
}

.bottom-bar {
    height: 50px;
    background-color: #ffffff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: 0px -4px 40px rgba(0, 0, 0, 0.15) !important;
    /* background-color: #36404a; */
    /* box-shadow: 0px -1.5px 0px rgba(0, 0, 0, 10%); */
}

.btn-block {
    display: block;
    width: 100%;
}

.banner {
    border-radius: 6px;
}

.card {
    border-radius: 8px;
}

.card {
    margin: 12px 12px 12px 12px;
}

/* .card-shadow {
    box-shadow: 0px 22px 44px rgba(0, 0, 0, 5%);
} */

.box-shadow {
    box-shadow: 0px 22px 44px rgba(0, 0, 0, 5%);
}

.card-body {
    padding: 14px 14px 14px 14px;
}

.transaction-item {
    background-color: #ededed;
    border: 1px solid #f5f6f8;
    padding: 12px 14px;
    border-radius: 8px;
    transition: 0.5s;
}

.navbarAtas {
    font-size:18px;
}


/* .transaction-item:hover {
    transform: scale(1.01);
} */

.icon-balance {
    border-radius: 30px;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -1.5px 0px rgba(0, 0, 0, 10%);
}

.line {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 30%);
    margin: 12px 0px;
}

.form-custom, .input-custom {
    border: none;
    /* border-bottom: 2px solid rgba(0, 0, 0, 10%); */
     background-color: #f6f7f7; 
    /* background-color: #ffffff; */
    font-size: 12px;
    padding-top: 9.2px;
    padding-bottom: 9.2px;
    border-radius: 5px;
}

.form-custom:focus {
    border: none;
    /* border-bottom: 2px solid rgba(0, 0, 0, 10%); */
    outline: none;
     background-color: #f6f7f7; 
    /* background-color: #ffffff; */
}

.pincode-input-text {
    background-color: #f6f7f7;
    font-size: 12px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0px 5px;
    border: none !important;
}

.pincode-input-text:focus {
    outline: none;
    background-color: #f6f7f7;
}

.swal2-header {
    margin-right: 12px;
}

.swal2-container {
    width: 100%;
    padding: 10px !important;
}

.swal2-html-container {
    font-size: 13px;
    color: #ffffff;
}

.swal2-header {
    display: none !important;
}

.swal2-toast {
    padding: 14px 20px 14px 20px !important;
    background-color: #323a46 !important;
    box-shadow: none !important;
}

.bgHero {
    height: 44px;
    border-radius: 0px 0px 35px 35px;
}

.bgTengah {
    height: 140px;
    border-radius: 0px 0px 35px 35px;
}

.Appsaldo {
    margin-top: -55px;
    /* border-radius: 20px 20px 0px 0; */
}

.bg-icons-primary {
    border: 6px solid #6fb0ff42 !important;
    background-color: rgb(0 114 255) !important;
}

.card-info {
    border-radius: 14px;
    padding: 18px;
    background: url('../img/bg-balance.jpg');
    background-size: cover;
}

.area-login {
    margin-top: -44px;
    border-radius: 17px;
}

.bg-login {
    height: 74px;
    border-radius: 0px 0px 35px 35px;
}

.mt-balance {
    margin-top: -44px;
}

.list-topup {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-content: baseline;
}

.list-topup li {
    /* border: 1px solid rgba(0, 0, 0, 10%); */
    border: 1px solid #979797;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 0;
    cursor: pointer;
}

.list-topup li:nth-child(odd) {
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.list-topup li:nth-child(even) {
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.list-topup li:active {
    border: 1px solid var(--ar-primary);
    /* background-color: var(--ar-soft-primary); */
    background-color: #424e5a;
}

.list-topup li:focus {
    border: 1px solid var(--ar-primary);
    /* background-color: var(--ar-soft-primary); */
    background-color: #424e5a;
}

.list-topup li.active {
    border: 1px solid var(--text-primary);
    /* background-color: var(--ar-soft-primary); */
    background-color: #c1c1c1;
}

.list-topup li.active > small {
     color: var(--ar-light) !important;
}

ol.how-to {
    padding-left: 24px !important;
}

.modal-content {
    border-radius: 10px;
}

.modalContentAlert {
    border-radius: 16px !important;
    box-shadow: 0px 10px 40px rgb(16 16 16 / 10%);
}

.modal-body {
    padding: 24px;
}

.mt-menu {
    margin-top: 1.2rem;
}

.mb-menu {
    margin-bottom: 1.2rem;
}

.newsContent > p {
    font-size: 11px !important;
}

.menu-icon {
    border-radius: 8px;
}

.icons {
    width: 35px;
}

nav.navbar-top {
    transition: 0.5s;
}

ul.footer_item {
    list-style: none;
    padding-left: 0px;
}

/* desktop */

@media (min-width: 1024px) {
    .container-custom {
        padding: 0px 5px;
   }

    .text-name {
        font-size: 16px;
   }

   .text-number {
        font-size: 10px;
   }
   
   .icon-game {
        width: 74px;
        border-radius: 12px;
        border: 2px solid #fff;
        -webkit-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5);
        -moz-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5) !important;
    }

   .menu-icon {
        width: 44px;
    }

    .bottom-bar {
        margin-right: 30%;
        margin-left: 30%;
        max-width: 505px;
        margin: auto;
    }

    .modalDialogAlert {
        padding-right: 140px;
        padding-left: 140px;
    }

    .icon-login {
        width: 60%;
    }

    .navbar-top {
        height: 80px;
    }
    
    .navbar-top-scroll {
        transition: 0.5s;
        height: 70px;
        box-shadow: 0px 2px 40px rgba(0, 0, 0, 8%);
    }

    .landing_page {
        height: 700px;
    }

    .heading_title {
        font-size: 55px;
    }

    .img_hero {
        width: 70%;
    }

    .navbar_nav_custom {
        align-items: center;
    }

    .nav_landing {
        margin: 0px 12px;
        font-weight: 500;
        font-size: 14px;
    }

    footer.footer_1 {
       /* background-color: #36404a; */
        padding: 44px 0px;
    }

    .footer_1 .footer_link {
        font-size: 14px;
    }
    
    .footer_icon {
        width: 24px;
        margin: 0px 15px;
        float: right;
    }
    
}

/* mobile */

@media (max-width: 1024px) {
    .container-custom {
        padding: 0px 7px;
    }

    .text-name {
        font-size: 16px;
    }

    .text-number {
        font-size: 10px;
    }
    
    .icon-game {
        width: 74px;
        border-radius: 12px;
        border: 2px solid #fff;
        -webkit-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5);
        -moz-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5) !important;
    }

    .menu-icon {
        width: 42px;
    }

    body {
        padding-bottom: 0px;
    }

    .bottom-bar {
        margin-right: 0%;
        margin-left: 0%;
    }

    .modalDialogAlert {
        padding-right: 65px;
        padding-left: 65px;
    }

    .icon-login {
        width: 90%;
    }

    .navbar-top-scroll {
        transition: 0.5s;
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading_title {
        font-size: 40px;
        margin-top: 24px;
    }

    .img_hero {
        width: 100%;
        margin-top: 36px;
    }

    .navbar_nav_custom {
        align-items: start;
    }

    .nav_landing {
        margin-right: 0px;
        margin-left: 0px;
        font-weight: 500;
        font-size: 14px;
    }

    footer.footer_1 {
       /* background-color: #36404a; */
        padding: 44px 0px;
    }

    .footer_1 .footer_link {
        font-size: 14px;
    }

    .heading_icon {
        width: 24px;
        margin: 0px 15px;
    }

    .footer_icon {
        width: 24px;
        margin: 0px 15px;
    }
}