/* 
    mutia ika s , jun 2023 
*/
html, body {
    height: 100%;
    margin: 0;
}
body {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 500px;
    margin: auto;
    background: white;
    /* border: #999 solid 1px; */
}
.header {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}
#navbar {
    overflow: hidden;
    background-color: #ffffff;
    width: 500px;
    position: fixed;
    z-index:9000;
} 
#navbar img{
    float: left;
    padding: 14px;
}  
#navbar a {
    float: left;
    display: block;
    color: #058334;
    text-align: left;
    padding: 14px 0;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
.navbar .svg {
    padding-top: -300px;
}
.curve{
    content: '';
    position: relative;
    bottom: 0;
    background: #008dff;
    border-radius: 50%;
    transform-origin: bottom;
    transform: translateX(-50%) scale(4);
}
.content {
    padding: 16px;
    /* margin-top: 70px; */
    background-color: rgb(233, 248, 230);
    /* height: 600px; */
    height: 100%;
    width: 100%;
    max-width: 470px;
    /* position: absolute; */
    top:0;
    bottom:0;
    /* overflow:hidden; */
    
}
.content-tes {
    padding: 0 16px;
    background-color: rgb(233, 248, 230);
    height: 100%;
    width: 100%;
    max-width: 470px;
    position: absolute;
    top:0;
    bottom:0;
    overflow:hidden;
    /* z-index:-1; */
}
.content .back a{
    color: #999;
    text-decoration: none;
    font-size: medium;
    margin-bottom: 30px;
}
.content .voucher {
    background-color: #30d45f;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
}
.content .voucher h3 {
    color: #ffffff;
    margin: 10px 0;
}
.content .voucher p {
    color: #131313;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.content .voucher .services-icon-wrap {
    margin-top: -80px;
    transform: rotate(180deg) translateY(0);
    transition: all ease 0.5s;
    z-index: 0;
}
.content .voucher .services-icon {
    font-size: 90px;
    color: #26a84b;
}
.content .total {
    background-color: #3085d4;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
}
.content .total h3 {
    color: #ffffff;
    margin: 10px 0;
}
.content .total p {
    color: #131313;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.content .total .services-icon-wrap {
    margin-top: -80px;
    transform: rotate(180deg) translateY(0);
    transition: all ease 0.5s;
    z-index: 0;
}
.content .total .services-icon {
    font-size: 90px;
    color: #286eaf;
}
.content .penyaluran {
    display: flex;
    font-size: medium;
}
.content .penyaluran .input {
    width: 50%;
    margin: 10px 0;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #058334;
}
.content .penyaluran .detail {
    width: 50%;
    margin: 10px 0 10px 10px;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #3085d4;
}
.content .bagi {
    display: flex;
    font-size: medium;
    text-align: center;
    align-content: space-between;
}
.content .bagi .input {
    width: 50%;
    margin: 10px 0;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #058334;
}
.content .bagi .detail {
    width: 50%;
    margin: 10px 0 10px 10px;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #3085d4;
}
.content .group-histori {
    height: 80%;
    overflow: scroll; 
    margin-bottom: 30px;
}
.content .list-histori {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 10px 5px 5px 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
}
.content .list-histori .tanggal {
    font-size: 15px;
    color: #999;
    margin: 0;
}
.content .list-histori .total-voucher {
    color: #058334;
    font-weight: 900;
    margin: 10px 0 10px 0;
    font-size: 35px;
}
.content .bantuan {
    display: flex;
}
.content .bantuan .lupa a {
    color: #999;
    text-decoration: none;
    font-size: small;
    margin-bottom: 30px;
}
.content .bantuan .register{
    float: right;
}
.content .bantuan .register a {
    color: #999;
    text-decoration: none;
    font-size: small;
    margin-bottom: 30px;
}
.content .bantuan .lupa a:hover, .content .bantuan .register a:hover{
    color: #058334;
}
.sticky {
    position: fixed;
    top: 0;
    z-index: 996;
}
.sticky + .content {
    padding-top: 60px;
}
.history {
    padding : 10px 0;
    text-align: center;
    background-color: #fff;
    color: #058334;
    display: block;
    position: fixed;
    bottom: 0;    
    width: 100%;
    max-width: 500px;
    z-index: 996;
    border: 0 solid rgba(0, 0, 0, 0.5);
}
.history a {
    text-decoration: none;
    color: #058334  ;
}
.history a:hover, .history .active {
    text-decoration: none;
    color: #056b2a;
}
.history-mitra {
    padding : 10px 0;
    text-align: center;
    background-color: #fff;
    color: #4581da;
    display: block;
    position: fixed;
    bottom: 0;    
    width: 100%;
    max-width: 500px;
    z-index: 996;
    border: 0 solid rgba(0, 0, 0, 0.5);
}
.history-mitra a {
    text-decoration: none;
    color: #4581da;
}
.history-mitra a:hover, .history-mitra .active {
    text-decoration: none;
    color: #074197;
}
.bg-form {
    background-color: #fff;
    border-radius: 20px;
    margin: 10px 5px;
    padding:  5px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
}

.bg-form .form-group {
    margin: 10px 10px 20px 10px;
    display: block;
}
.bg-form .form-group img {
    text-align: center !important;
}
.bg-form .form-group label {
    font-size: medium;
    display:block;
    margin: 10px 0;
}
.bg-form .form-group input {
    display: block;
    border-radius: 5px;
    width: 100%;
    margin-right: 20px;
    border: 0.5px solid #ffffff;
    outline: none;
    font-size: 20px;
}

.form-group {
    margin: 10px 10px 20px 10px;
    display: block;
}
.form-group img {
    text-align: center !important;
}
.form-group label {
    font-size: medium;
    display:block;
    margin: 10px 0;
}
.form-group input {
    display:block;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 20px;
    /* width: 100%; */
    padding: 5px;
}
.contact {
    display: block;
    background-color: yellowgreen;
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    bottom: 75px;
    border-radius: 50%;
    padding: 5px;
    z-index: 996;
    float: right;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    border: 3px solid #fff;
    margin-left: 420px;
}
.contact a {
    color: #fff;
}
.contact i {
    padding-top: 5px;
}
/* mobile responsive */
@media screen and (max-width: 510px) {
    body, #navbar, .content, .content .group-histori {
        width: 100%;
    }
    .content {
        padding: 10px 0;
        max-height: max-content;
    }
    .content .contact {
        right: 0;
    }
}
#navbar-login {
    background-color: rgb(233, 248, 230);
    width: 500px;
    height: 70px;
}
.captcha {
    border: solid 1px #2926d6;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}
.captcha .input{
    display: flex;
    margin: 5px 0;
}
.captcha .input .input_captcha{
    width: 50px;
    border:0;
    text-align:center;
}
.captcha .input .input_captcha{
    width: 50px;
    border:0;
    text-align:center;
}
.captcha .input .input_captcha_jawaban{
    width: 100px;
    border: 1 solid #000;
    text-align:center;
    
}
.text-danger {
    color: red;
}

.result{
    background-color: green;
    color:#fff;
    padding:20px;
}

#reader {
    max-width: 470px;
}

.recapctha {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border: 0 solid rgba(0, 0, 0, 0.5);
}

.text-center {
    text-align: center !important;
}