/* @import url('https://fonts.googleapis.com/css2?family=Inter'); */

html,body{
    overflow-x: hidden;
}

body{
    padding: 0;
    margin: 0;
}

.home{
    background-color: #F7F7F7;
}

.home .top{
    height: 700px;
}

.top {
    flex-direction: row;
}

.home .left{
    height: 100%;
    width: 47%;
    background-color: #0a6ab3;
    border-bottom-right-radius: 20%;
}

.home-box{
    margin-left: 20%;
    width: 70%;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.home-box h1{
    padding-top: 20%;
    font-size: 54px;
    font-weight: 700;
}

.home-box h5{
    padding-top: 4%;
    width: 50%;
    font-size: 16px;
    font-weight: 200;
}

.home-box .logo{
    padding-top: 9%;
}

.home-box button{
    margin-top: 5%;
    color: #0a6ab3;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: 300;
}

.home .right{
    margin: auto;
}

.container-fluid{
    padding-top: 100px;
    width: 82%;
    padding-bottom: 100px;
    font-family: 'Inter', sans-serif;
}

.home .container-fluid h2{
    font-size: 32px;
    width: 50%;
    font-weight: 600;
}

.home .container-fluid h5{
    padding-top: 4%;
    width: 60%;
    font-size: 16px;
    font-weight: 300;
}

.home .container-fluid h3{
    padding-top: 4%;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
}

#home-btn { 
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}

.container-fluid label{
    margin-top: 5%;
    color: #0a6ab3;
    font-size: 14px;
    font-weight: 300;
}

.container-fluid select{
    width: 70%;
    border: none;
    color: #0a6ab3;
    border: 1px solid #0a6ab3;
    border-radius: 5%;
}

form .row{
    width: 80%;
}

.jenis{
    background-color: #d0e8fb;
}

.jenis .container-fluid h2{
    font-size: 32px;
    width: 50%;
    font-weight: 600;
}

.jenis .container-fluid h5{
    padding-top: 4%;
    width: 60%;
    font-size: 16px;
    font-weight: 300;
}

.jenis .container-fluid .number-title{
    padding-top: 4%;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.jenis .container-fluid .number{
    font-size: 32px;
    font-weight: 600;
}

.jenis .container-fluid .right img{
    height: 45px;
    display: block;
    margin-left: left;
    max-width: 50px;
    width: 50%;
}

.jenis .container-fluid .right .jenis-number-title{
    text-align: left;
    font-size: 15px;
    color: #2E3831;
    font-weight: 400;
    margin-top: 7px;
}

.jenis-number{
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}

.ton{
    font-size: 15px;
    color: #2E3831;
    font-weight: 400;
}

.etiket{
    background-color: #F7F7F7;
}

.etiket .container-fluid h2{
    font-size: 32px;
    width: 50%;
    font-weight: 600;
}

.etiket .container-fluid h5{
    padding-top: 4%;
    width: 60%;
    font-size: 16px;
    font-weight: 300;
}

.etiket .container-fluid h3{
    padding-top: 4%;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
}

.title{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.chart-wrapper {
    background-color: #fff;
    margin-top: 50px;
    padding: 30px;
    height: 500px;
    width: 100%;
}

.map-wrapper {
    margin-top: 50px;
    width: 100%;
}

#map { 
    height: 600px;
}

.subtitle{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.leaderboard-wrapper {
    background-color: #fff;
    margin-top: 50px;
    width: 100%;
}

.datatable-wrapper {
    padding: 30px 70px;
}

.table-row-header {
    color: #999999;
}

.table-header {
    border-top: none !important;
}

.table-row {
    line-height: 50px;
}

.nav-link {
    height: 60px;
    width: 200px;
    border: none !important;
    text-align: center;
    font-weight: 500;
    color: #404040;
    background-color: #D9D9D9;
    text-decoration: none;
}

.nav-item > .active {
    font-weight: bold;
    color: #0a6ab3 !important;
    border-bottom: 4px solid #0a6ab3 !important;
}

.nav-tabs {
    background-color: #F7F7F7;
}

#footer {
    background-color: #0a6ab3;
    padding: 50px 170px;
}

#footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#socmed-icon {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .top {
        flex-direction: column;
    }

    .home .left { 
        height: 400px;
        width: 100%;
        border-radius: 0;
    }

    .home-title {
        text-align: center;
        font-weight: 800;
        font-size: 32px !important;
    }
    
    .home-subtitle {
        text-align: center;
        width: 100% !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        padding: 0 55px;
    }

    .home .right {
        margin: 0;
    }

    #head-img {
        width: 100%;
        margin-top: -80px;
    }

    .home-box {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .home-box h1 {
        padding-top: 10%;
    }

    .home-box .logo{
        text-align: center;
    }

    .home-box .logo img {
        width: 110px;
    }

    #home-btn { 
        font-size: 14px;
        font-weight: 600;
        background-color: #fff;
    }

    .home .top{
        height: 100%;
    }

    .container-fluid {
        width: 100% !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #container-grafik h2 {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
    }

    #container-grafik h5 {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    #container-grafik h3 {
        font-size: 16px;
        font-weight: 500;
        width: 100%;
    }

    .container-fluid select {
        width: 100%;
    }

    #container-rincian h2 {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
    }

    #container-rincian h5 {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    #container-rincian p {
        font-size: 12px;
        font-weight: 500;
    }

    #container-rincian .number {
        font-size: 20px;
        font-weight: 700;
    }

    #container-rincian-images {
        margin-top: 50px;
    }

    .jenis-number{
        font-size: 20px;
        font-weight: 700;
    }

    .jenis .container-fluid .right .jenis-number-title{
        font-size: 15px;
        color: #2E3831;
        font-weight: 400;
    }

    #container-kinerja h2 {
        font-size: 24px;
        width: 100%;
        font-weight: 700;
    }

    #container-kinerja h5 {
        font-size: 14px;
        width: 100%;
        font-weight: 400;
    }

    #container-kinerja h3 {
        font-size: 16px;
        width: 100%;
        font-weight: 500;
    }

    #myChart, #etiket, #user{
        background-color: #FFF;
        padding: 20px;
    }

    .chart-wrapper{
        height: 300px;
    }

    #map{
        height: 300px;
    }

    #container-myChart {
        padding: 0 !important;
        width: 100%;
    }

    #container-etiket {
        padding: 0 !important;
        width: 100%;
    }

    #container-grafik-user {
        padding: 0 !important;
        width: 100%;
    }

    #container-map {
        padding: 0 !important;
        width: 100%;
    }

    #container-leaderboard {
        padding: 0 !important;
        width: 100%;
    }

    .datatable-wrapper {
        padding-top: 0!important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .datatable-wrapper th {
        font-size: 12px;
        font-weight: 400;
    }

    .datatable-wrapper td {
        font-size: 14px;
        font-weight: 500;
    }

    .datatable-wrapper tbody th {
        font-size: 14px;
        font-weight: 600;
    }

    #myTab a {
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        height: 100%;
    }

    .nilai {
        font-size: 16px;
        font-weight: 700;
    }

    #myTab a {
        background-color: #F7F7F7;
    }

    .leaderboard-wrapper .nav {
        justify-content: center;
    }

    #title-user {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
        text-align: left;
    }

    .chart-wrapper {
        background-color: #fff;
        margin-top: 20px;
        padding: 0 10px;
    }

    #title-bank {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
        text-align: left;
    }

    .map-wrapper {
        margin-top: 30px;
    }
    
    #title-leaderboard {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
        text-align: left;
    }

    #subtitle-leaderboard {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        text-align: left;
    }

    #footer {
        padding: 40px 20px;
    }

    #footer-logo {
        text-align: center;
        margin-bottom: 30px !important;
    }

    #footer-logo img {
        width: 114px;
        height: 32px;
    }

    #footer-title {
        font-size: 14px;
        font-weight: 500;
    }

    #socmed-icon {
        margin-right: 10px;
    }

    .socmed img {
        width: 24px;
        height: 24px;
    }

    .store img {
        width: 84px;
        height: 28px;
    }
}