@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

.top-menu{
    position: absolute;
    top:0;
    left:0;
    height: 56px;
}

.login{
    position: absolute;
    top: 16px;
    right: 16px;
}

.logo{
    position: absolute;
    top:0;
    right:0;
}

.landing{
    height: 100%;
    width: 100%;
}

.wrap{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.navbar{
    background-color: #dee3e3!important;
    height: 136px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
}

.navbar-brand {    
    transform: translateX(-50%);
    left: 50%;
    position: absolute;    
    top: 8px;
}

.navigation{
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 80px;        
}

.navigation a{
    font-weight: 500;
    font-size: 17px;
}

#first, #apd, #donasi, #contact{
    height: calc(100vh - 136px);
    padding-top: calc((100vh - 136px) * 0.1);
    padding-bottom: 40px;
}

#profile{
    height: 1280px;
    padding-top: 8px;          
}

.page{
    /*height:100vh;*/
    font-family: 'Forum', 'Nunito';    
    color: #666666;    
}

.slider{
    display: flex;
    flex-direction: column;    
    padding-left: 8px;
    padding-right: 8px;   
    padding-top: 136px;
}

.content{
    
    width: 100%;
    max-width: 720px;
    margin-left:auto;
    margin-right: auto;
}

.slider .title{
    text-align: center;
    font-size: 2.5em;
    margin: 4px 0;
}

.slider .sub-title{
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 3px;
    margin: 4px 0;
}

.slider .text{
    font-family: 'Nunito';
    text-align: center;
    font-size: 1.1em;
    margin: 4px 0;
}

.slider .button{
    text-align: center;
    margin-top: 16px;
    font-family: 'Nunito';
}

.slider .form{
    font-family: 'Nunito';
    text-align: center;
    font-size: 1.1em;
    margin: 4px 0;
    max-width: 640px;
    min-width: 200px;
    width: 95%;
    margin-left:auto;
    margin-right:auto;
}

.formulir{
    max-width: 400px;
    margin-left:auto;
    margin-right:auto;
}

.error{
    color: red;
    text-align: left;
    font-size: 11px;    
}

.form-group{
    margin-bottom: 4px;
}

.informasi{
    margin-top: 16px;
}

.overlay{
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: rgba(10,10,10,0.5);    
}

.mymodal{    
    background-color: #dee3e3;
    color: #666666;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    max-width: 480px;
    height: 320px;
    width: 90%;
    border-radius: 8px;
    z-index: 99999;
    padding: 16px 32px;
}

.mymodal .modal-head{
    font-size: 26px;
    text-align: center;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
}

.mymodal .modal-body{
    font-size: 16px;
    text-align: left;
    width: 100%;    
}

.mymodal .modal-foot{
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 18px;
    text-align: center;
    width: calc(100% - 64px);
    padding-top: 16px;
    border-top: 1px solid #999999;
    height: 40px;
    text-align: right;    
}

.rekening td{
    text-align: left;
}

#overlay2{    
    visibility: visible;
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: #dee3e3;
    font-size: 1.5em;    
    display: flex;
    justify-content: center;       
    opacity: 1;
    transition: opacity 500ms linear;
}

#overlay2 div{
    align-self: center;
    text-align: center;
    color: #999;
}

@media only screen and (max-device-width : 640px) {
    .slider .title{
        text-align: center;
        font-size: 1.8em;
        margin: 4px 0;
    }
    
    .slider .sub-title{
        text-align: center;
        font-size: 1em;
        letter-spacing: 3px;
        margin: 4px 0;
    }
    
    .slider .text{
        font-family: 'Nunito';
        text-align: center;
        font-size: 0.8em;
        margin: 4px 0;
    }
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.blue{
    color: #007bff;
}


.report{        
    width: 100%;
    font-family: 'Nunito';        
}

.report-content{
    padding: 4px 8px;   
    margin-left:auto;
    margin-right:auto;
    overflow-y: auto;
    height: calc(100vh - 360px);
    max-width: 372px;
}

.report-items{
    padding: 4px 8px;   
    margin-left:auto;
    margin-right:auto;
    overflow-y: auto;
    height: calc(100vh - 304px);
    max-width: 420px;
}

.report-items .item-table{
    height: calc(100vh - 394px);
    overflow-y: auto;
}

.report .title{
    font-size: 1.1em;
}

.report table{
    margin: 8px 0px;    
}

.report table th{
    font-size: 0.8em;
}

.report table td{
    font-size: 0.7em;
}

.datepicker{
    font-family: 'Nunito';
    text-align: center;
    font-size: 0.9em;
    margin-top: 4px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left:auto;
    text-align: center; 
    width: 100%;
    max-width: 336px;          
}

.datepick{
    border:0;
    background-color: transparent;
    text-align: center;
    color: #666666;
    font-weight: 600;
    height: 45px;
}

.datepick:focus{
    outline: none;
}

.datepickwrap{
    text-align: center!important;
    border-bottom: 1px solid #999;
    margin-left:auto;
    margin-right:auto;
}

.sub-title .btn.selected{
    border: 1px solid #666666;
}

.calendar{    
    top:100%!important;
    left: 50%!important;
    transform: translate(-50%, 0%);  
}

.profile-container1{
    background-color: transparent;
    color: #1b3c65;
    width: 100%;    
}

.profile-container2{
    background-color: #1b3c65;
    color: #f5feff;
    width: 100%;
}
.profile-content{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profile-content .text{
    width: 58%;
    align-self: center;
}

.profile-content .text .title{
    font-size: 24px;
    margin: 16px 0 8px 0;    
    font-weight: 600;
}

.profile-content .text p{
    font-size: 14px;
}

.profile-content .pic{
    width: 40%;
    align-self: center;
}

.profile-container1 .profile-content .text .title, .profile-container1 .profile-content .text p{
    text-align: right;
}

.profile-container2 .profile-content .text .title, .profile-container2 .profile-content .text p{    
    text-align: left;
}

#profile .slider{
    padding-right:0;
    padding-left:0;
}

.avatar{
    max-width: 200px;
    max-height: 200px;
    width:100%;    
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 

}

#profile .content{    
    max-width: 100%!important;
}

#profile a{
    text-decoration: none;
    color: inherit;
}

@media only screen and (max-device-width : 640px) {
    .profile-content .text .title{
        font-size: 18px;        
    }
    
    .profile-content .text p{
        font-size: 12px;
    }
}

.btn{
    margin: 4px 2px;
}

.gallery{
    padding: 4px 8px;   
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    overflow-y: auto;
    height: calc(100vh - 240px);    
}

.gallery img{
    width: 100%;
}

.gallery .card{
    margin: 4px 0;
    cursor: zoom-in;
}

.gallery .card-text{
    font-family: 'nunito';
}

.zoom{    
    background-color: #dee3e3;
    color: #666666;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    max-width: 480px;
    height: auto;
    width: 96%;
    border-radius: 8px;
    z-index: 99999;
    padding: 16px 16px;
}

.zoom .modal-head{
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
}

.zoom .modal-body{
    font-size: 16px;
    text-align: left;
    width: 100%;        
}

.zoom img{
    height: 100%;
    width: 100%;
}
