body{
    font-family: 'Inter', sans-serif;
}
::placeholder {
    color: #A0AEC0!important;
    opacity: 1; /* Firefox */
    font-size: 14px;
  }
  
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #A0AEC0!important;
    font-size: 14px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs-7{
    font-size: 7px;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-40{
    font-size: 40px;
}
.fs-48{
    font-size: 48px;
}
.text-gray-3{
    color: rgba(189, 189, 189, 1);
}
.bg-green-50{
    background-color: rgba(240, 255, 244, 1);
}
.bg-green-500{
    background-color: rgba(56, 161, 105, 1);
}
.text-green-500{
    color: rgba(56, 161, 105, 1);
}
.text-gray-500{
    color: rgba(113, 128, 150, 1);
}
.text-gray-600{
    color: rgba(74, 85, 104, 1);
}
.text-gray-700{
    color: rgba(45, 55, 72, 1)
}
.bg-gray-200{
    background-color: #E2E8F0;
}
.bg-gradient-1{
    background: linear-gradient(88.34deg, #5EE3F4 -48.3%, #AEF5D7 105.68%);

}
#section-1{
    background: url('/assets/img/bg-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.section-hero{
    padding: 152px 0 200px;
}
#section-2{
    padding: 120px 0;
}
#section-3{
    margin-bottom: 120px;   
}
#section-4{
    margin-bottom: 240px;   
}
.section-3-content-wrapper{
    padding: 80px;
}
.bg-pattern{
    background: url('/assets/img/bg-pattern.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.card-new-info{
    padding: 32px;
}
.footer-wrapper{
    padding: 0 56px;
}
#footer{
    padding-bottom: 60px;
}
#detail-info{
    background: url('/assets/img/detail-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.detail-content-title{
    padding: 80px 255px;
}

.box-shadow-custom{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.login-content-left,.login-content-right{
    padding: 30px 0;
    width: 50%;
    height: 100vh;
}
.login-content-left{
    padding-left: 3%;
}
.login-content-right{
    padding-right: 3%;
    padding-left: 3%;
}
.login-wrapper{
    height: 100vh;
}
.login-title-left{
    margin-top: 100px;
}
.login-form-wrapper{
    margin-top: 100px;
    padding: 0 25%;
}
.login-form-description{
    margin: 24px 0;
}
.footer-login{
    padding: 12px 0;
}
#breadcrum-menu{
    padding: 30px 0;
    background: url('/assets/img/bg-breadcrum.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.custom-active-color a.page-link {
    background-color: #38A169 !important;
    color: white !important; 
}

.pagination a.page-link{
    color: #38A169;
}

.beranda-wrapper{
    margin: 40px 0 120px;
}
.cursor-pointer{
    cursor: pointer;
}
#section-peta{
    margin-top: 75px;
}
.table-white {
    --bs-table-color: #2D3748;
    --bs-table-bg: white;
    /* --bs-table-border-color: #373b3e; */
    --bs-table-striped-bg: #EDF2F7;
    --bs-table-striped-color: #2D3748;
    --bs-table-active-bg: #2D3748;
    --bs-table-active-color: #EDF2F7;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: black!important;
    /* border-color: var(--bs-table-border-color); */
}
.da-wrapper{
    padding: 46px 50px;
}
.table-wrapper {
    max-height: 225px;
    overflow: auto;
    display:inline-block;
}
.table-wrapper thead th {
    position: sticky;
    top: 0;
}
.section-statistic-8{
    margin-bottom: 273px;
}
@media screen and (max-width: 992px) {
    .login-content-left,.login-content-right{
        padding: 30px 10px;
        width: 100%;
        height: auto;
    }
    .login-form-wrapper{
        margin-top: 10px;
        margin-bottom: 50px;
        padding: 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .section-3-content-wrapper{
        padding: 40px 5px;
    }
    .card-new-info{
        padding: 5px;
    }
    #section-4{
        margin-bottom: 100px;   
    }
    .footer-wrapper{
        padding: 0 5px;
    }
    .detail-content-title{
        padding: 5px;
    }
    .section-statistic-8{
        margin-bottom: 100px;
    }
}