.bg-success,
.btn-success {
    background: #0f8445;
}
.text-success {
    color: #0f8445;
}
*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
/* Banner Warning */
.banner-warning{
    background-color: #EB5757;
    height: 40px;
}
.banner-warning p{
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
.banner-warning a{
    font-size: 15px;
    font-weight: lighter;
    color: #fff;
}
#warningClose{
    color: #fff;
    font-size: 15px;
}

@media (max-width: 850px) {
    .banner-warning p{
        font-size: 10px;
    }
}
@media (max-width:428px) {
    .banner-warning p{
        font-size: 5px;
    }
}

/* Navbar/Header */
#header {
    background: transparent;
    margin-top: 20px;
}
#header.header-fixed {
    background: #017D6D;
    margin-top: 0px;
    height: 100px;
}
.nav-menu a {
    font-family: "Roboto", sans-serif;
    text-transform: none;
    color: white;
}
.navbar-brand img{
    margin-left: 25px;
}
.nav-link{
    font-size: 17px;
}
.nav-menu > li > a:before {
    background: #0f8445;
}
.back-to-top:hover {
    background: #0f8445;
}
#navbarNav .btn {
    width: 100px;
    color: #fff;
}
#navbarNav .btn-outline-light:hover{
    color: #017D6D;
}
@media (max-width: 850px){
    #navbarNav .btn{
        margin-bottom: 10px;
    }
    #header.header-fixed .navbar .show{
    background: #017D6D;
    }
    .navbar .nav-item{
        text-align: center;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:428px){
    .navbar-brand img{
        height: 35px;
        margin-left: 0px;
    }
}
@media (min-width:428px){
    .navbar-brand img{
        height: 47px;
    }
}
@media (min-width:768px){
    .navbar-brand img{
        height: 60px;
    }
}

/* Hero */
#hero{
    /* margin-top: 5%; */
    background-image:linear-gradient(256.52deg, rgba(0, 198, 112, 0.556), rgba(0, 111, 109, 0.556)), url(../img/banner-hero.png);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
#hero .buttonIn {
    position: relative;
}
.buttonIn input {
    border-radius: 85px;
    height: 45px;
    font-size: 14px;
}
.buttonIn input::placeholder{
    color: #ACACAC;
    font-size: 14px;
}
.buttonIn button {
    position: absolute;
    top: 0;
    border-radius: 85px;
    font-size: 14px;
    right: 2px;
    z-index: 2;
    border: none;
    top: 0px;
    width: 200px;
    height: 45px;
    cursor: pointer;
    transform: translateX(2px);
}
#hero ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    color: #2F2D2D;
}
#hero .verifikasi{
    position: absolute;
    bottom: 45px;
    left: 50px;
}
#hero .verifikasi span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
@media (max-width: 850px) {
    /* #hero{
        margin-top: 15%;
    } */
    #hero .col-lg-3 img{
        width:120px;
    }
    #hero ul{
        font-size: 10px;
    }
    #hero h1 {
        font-size: 65px;
    }
    #hero h5{
        font-size: 18px;
    }
    #hero p{
        width: 100%;
        font-size: 12px;
    }
    #hero .image img{
        width: 400px;
    }
    .buttonIn input {
        /* border-radius: 4px; */
        width: 80%;
        font-size: 10px;
    }
    .buttonIn button {
        text-align: center;
        font-size: 10px;
        width: 150px;
        /* height: 25px; */
    }
}
@media (max-width:428px){

    #hero .search img {
        width: 300px;
    }
    /* .buttonIn{
        padding: 0px 5% 0px 5%;
    } */
    .buttonIn input {
        font-size: 10px;
    }
    .buttonIn button {
        text-align: center;
        font-size: 10px;
        width: 100px;
    }
    #hero .verifikasi span{
        font-weight: 400;
        font-size: 12px;
    }
    #hero .verifikasi img{
        width: 100px;
    }
    #hero .verifikasi{
        left: 20px;
        bottom: 35px;
    }
}

/* Prosedur */
#prosedur{
    position: relative;
    margin-top: 5%;
}
#prosedur .title{
    height: 500px;
}
#prosedur .title h1{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    color: #323232;
}
#prosedur .title p{
    font-family: 'Inter';
font-weight: 400;
font-size: 16px;
color: #4F4F4F;
}
#prosedur .accordion .card{
    border: 0px;
}
#prosedur .accordion .card-header{
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 0px;
    border-right: 0px;
}
#prosedur .accordion .active{
    border: 1px solid #0CCC84;
}
#prosedur .accordion .card-header .btn-link{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    color: #00975E;
}
#prosedur .accordion .card-body p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}

@media (max-width:428px){
    #prosedur .title h1{
        font-size: 25px;
    }
    #prosedur .title p{
        font-size: 12px;
    }
}

/* About */
#about .text h1{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    color: #323232;
}

#about .text p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}

#about .text a{
    width: 200px;
    height: 40px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

@media (max-width: 850px){
    #about .col-lg-7{
        display: flex;
        justify-content: center;
    }
    #about .text{
        text-align: center;
        margin: 5% 5% 0px 5%;
    }
}
@media (max-width: 428px){
    #about .col-lg-7 img{
        width: 350px;
    }
    #about .text{
        text-align: center;
        margin: 5% 5% 0px 5%;
    }
}
/* StakeHolder */
#stakeholder{
    margin-top: 10%;
}
#stakeholder .title h1{    
    font-family: 'Inter';
    width:40%;
    font-weight: 700;
    font-size: 40px;
    color: #323232;
}
#stakeholder .title p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
    width: 45%;
}
#stakeholder .card{
    width: 305px;
    border: none;
    height: 310px;
    background: #F7F7F7;
    border-radius: 4px;
}
#stakeholder .card:hover{
    border: 1px solid #00AE8E;
}
#stakeholder .card h5{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    color: #323232;
}
#stakeholder .card p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #747474;
}

@media (max-width:850px){
    #stakeholder .title h1{    
        width:100%;
        text-align:center;
    }
    #stakeholder .title p{
        text-align: center;
        width: 100%;
    }

}

/* Footer */
#footer{
    margin-top: 10%;
    position: relative;
    height: auto;
    background: linear-gradient(256.52deg, #00C670 9.79%, #006F6D 95.66%);
}
#footer .logo .logo-container {
    width: 300px;
    height: 70px;
}
#footer .logo .logo-container img{
    width: 180px;
    object-position: 20px -50px;
}
#footer .logo ul{
    list-style: none;
}
#footer .logo li{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
#footer .logo li:first-child{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
}
#footer .contact {
    min-height: 130px;
}
#footer .contact ul {
    list-style: none;
}
#footer .contact li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
@media (max-width: 850px){
    #footer .logo li{
        font-size: 12px;
    }
    #footer .logo li:first-child{
        font-size: 12px;
    }
    #footer .contact li {
        font-weight: 400;
        font-size: 12px;
    }
}
@media (max-width: 428px){
    #footer .logo .logo-container {
        height: 50px;
        width: 200px;
    }
    #footer .logo .logo-container img{
        width: 100px;
        object-position: 20px -30px;
    }
    #footer .logo li{
        font-size: 10px;
    }
    #footer .logo li:first-child{
        font-size: 10px;
    }
    #footer .contact li {
        font-weight: 400;
        font-size: 10px;
    }
}

.copyright{
    /* margin-top: -5px; */
    /* height:40px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #017D6D;
}
.copyright .container{
    height: 40px;
}
.copyright .social-media{
    min-width: 96px;
}
.copyright .social-media a{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.copyright p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}
@media (max-width: 428px){
    .copyright .social-media a{
        font-size: 12px;
    }
    .copyright p{
        font-family: 'Inter';
        font-weight: 400;
        font-size: 8px;
        color: #FFFFFF;
    }
}

#mobile-nav {
    border-right: 1px solid rgb(12 19 27);
    background: rgba(16, 33, 51, 1);
}
#mobile-body-overly {
    background: rgba(16, 33, 51, 0.9);
}


.section-header .section-title {
    text-transform: none;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* Login */
.login-modal .modal-dialog .modal-content{
    border: 0;
    border-radius:8px;
}
.login-modal .modal-content .modal-body h5, .close{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    color: #4F4F4F;
}
.login-modal .modal-content .modal-body p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    color: #828282;
}
.login-modal .modal-content .modal-body .form-control{
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    color: #4F4F4F;
}
.login-modal .modal-content .modal-body .form-control::placeholder{
    color: #ACACAC;
}
.login-modal .modal-content .modal-body .form-check label{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    color: #4F4F4F;
}
.login-modal .modal-content .modal-body .form-check .form-check-input{
    border: 1px solid #E5E5E5 !important;
}
.login-modal .modal-content .modal-body .btn-action button{
    background: #00AE8E;
    border-radius: 4px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
.login-modal .modal-content .modal-body .register{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    color: #4F4F4F;
}

/* Register */
#register-page {
    margin-top: 10%;
}
#register-page .title h1{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    color: #0F8445;
}
#register-page .title p{
    font-family: 'Poppins';
    font-weight: 400;
    width: 70%;
    font-size: 15px;
    color: #7AAD92;
}
/* #register-page .col-lg-8 span{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    color: #0F8445;
} */
#register-page .form-control{
    border-left: 1px solid #dee2e6 !important;
    border-radius: 4px;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 15px;
    color: #375846;
}
#register-page small {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 10px;
    color: #375846;
}
#register-page .info h1{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 24px;
    color: #0F8445;
}
#register-page .info p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #7AAD92;
}
#register-page .info a{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #0F8445;
}
#register-page .info button{
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
}
#register-page input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#register-page input[type=number] {
    -moz-appearance: textfield;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(../img/logo_footer_izop.png) no-repeat center center;
    z-index: 99999;
}

@media(max-width:850px) {
    #register-page {
        margin-top: 15%;
    }
    #register-page .col-lg-6 h1{
        font-size: 20px;
    }
    #register-page .info h1{
        font-size: 20px;
    }
    #register-page .info p{
        font-size: 15px;
    }
    #register-page .info a{
        font-size: 15px;
    }
    #footer{
        margin-top: 5%;
    }
    #footer .row h5{
        font-size: 12px;
    }
    #footer .row p, a{
        font-size: 10px;
    }
    #footer .no-telp a{
        font-size: 15px !important;
    }
    #footer .no-telp p{
        font-size: 15px;
    }
}
@media (max-width: 428px) {
    #register-page{
        margin-top: 25%;
    }
    #footer{
        margin-top: 5%;
    }
    #footer .menu{
        display:flex;
        justify-content:center;
        text-align:center;
    }
    #footer .menu .menu-content{
        margin-bottom: 20px;
    }
    #footer h2{
        font-size: 12px;
    }
    #footer .row h5{
        font-size: 10px;
    }
    #footer .row p, a{
        font-size: 8px;
    }
    #footer .no-telp a{
        font-size: 12px !important;
    }
    #footer .no-telp p{
        font-size: 12px;
    }
}


/* .form-login .form-control-lg:focus {
    box-shadow: none;
    border: 1px solid var(--light);
    border-left: 3px solid #0f8445;
}
.form-login .custom-select-lg {
    height: calc(3.25em + 0.75rem + 2px);
    font-size: 1rem;
    transition: 0.3s;
} */
/* .form-login .custom-select-lg:focus {
    box-shadow: none;
    border: 1px solid var(--light);
    border-left: 3px solid #0f8445;
}
.form-login .btn-outline-success {
    background: var(--light);
}
.form-login .btn-outline-success:hover,
.form-login .btn-outline-success:focus,
.form-login .btn-outline-success:active {
    background: rgba(255, 255, 255, 0.9);
    color: var(--success);
} */

#login-page .col-md-9 span {
    background: linear-gradient(180deg, #0F8445 0%, #17B026 45.83%, #13CE47 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;

}