@charset "utf-8";
/* CSS Document */
@media screen and (min-width:0px) and (max-width:989px) {
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}    
*{
    box-sizing: border-box;
}   
body{
    margin: 0px;
    background: #FFF;
}
html {
    scroll-behavior: smooth;
}

nav:not(.mm-menu){
    display: none;
}

.menu_mob_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 5;
    -webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 10px;
}
.menu_mob_bottom .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.menu_mob_bottom a{
    color: #72777e;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Blogger Sans';
}
.menu_mob_bottom a i{
    color: #72777e;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}
.menu_mob_bottom a.active, .menu_mob_bottom a.active i{
    color: #5392d9;
}

.menu_mob_share{
    display: none;
    position: fixed;
    bottom: 69px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu_mob_share .share{
    float: right;
    width: 15%;
}
.menu_mob_share .button_donasi_mob{
    float: left;
    width: 85%;
    padding: 9.5px;
    border-radius: 5px;
    background: #5392d9;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}

.menu-mobile{
    text-align: right;
    float: right;
    z-index: 10;
    position: relative;
    margin-top: 2px;
}
.menu-mobile{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 47px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.menu-mobile.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.menu-mobile .menu-mobile a{
    background: center center no-repeat transparent;
    background-image:url(../images/mob.png);
    display: block;
    width: 33px;
    height: 29px;
    top: 0;
    right: 0px;
    float:right;
    text-decoration:none;
}
.right_mobile{
    float: left;
    width: 100%;
    padding: 12px;
    padding-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.right_mobile a.one{
    float: left;
    padding: 10px;
    font-family: 'Blogger Sans';
    font-size: 14px;
    font-weight: 600;
    color: #de6da3;
    background: #FFF;
    border-radius: 5px;
    margin-right: 5px;
}
.right_mobile a.one img{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.right_mobile a.two{
    float: left;
    padding: 10px;
    font-family: 'Blogger Sans';
    font-size: 14px;
    font-weight: 600;
    color: #de6da3;
    background: #FFF;
    border-radius: 5px;
    margin-right: 5px;
}

.header_atas{
    float: left;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #FFF;
}
.header_atas .left{
    float: left;
}
.header_atas .left i{
    font-size: 14px;
    color: #FFF;
    margin-right: 5px;
    float: left;
}
.header_atas .left a{
    float: left;
    margin-right: 20px;
    color: #FFF;
    font-size: 12px;
}
.header_atas .right{
    display: none;
}
.header_atas .right i{
    font-size: 14px;
}
.header_atas .right a{
    float: right;
    margin-left: 15px;
    color: #FFF;
}

.menu_atas{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    position: relative;
}
.menu_atas .logo{
    float: left;
    padding-right: 15px;
    position: relative;
}
.menu_atas .logo:after{
    content: "";
    top: 5px;
    right: 0;
    position: absolute;
    border-right: 1px solid hsla(0,0%,77.3%,.5);
    width: 1px;
    height: 30px;
}
.menu_atas .logo img{
    float: left;
    width: 100px;
    margin-top: 10px;
}
.menu_atas .cari{
    float: left;
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
}
.menu_atas .cari i{
    float: left;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}
.menu_atas .cari .cari_kolom{
    float: left;
    padding-left: 5px;
    font-size: 14px;
    height: 40px;
    color: #000;
    border: none;
    background: #FFF;
    font-family: 'Blogger Sans';
    outline: none;
}
.menu_atas .right{
    display: none;
}
.menu_atas .right a.one{
    float: right;
    font-family: 'Blogger Sans';
    font-size: 16px;
    font-weight: 600;
    color: #72777e;
    margin-top: 24px;
}
.menu_atas .right a.one img{
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
.menu_atas .right a.two{
    float: right;
    font-family: 'Blogger Sans';
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    background: #5392d9;
    margin-top: 14px;
    margin-left: 22px;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.menu_atas .right a.two:hover{
    background: rgba(0, 165, 80, 0.7);
    color: #FFF;
}


#navbar {
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    color: #000;
    z-index: 5;
}
.sticky + .content {
    padding-top: 60px;
}

#cssmenu {
    display: none;
}

.button_donasi_slide{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 75%;
    z-index: 100;
}
.button_donasi_slide .button_one{
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background: #5392d9;
    color: #FFF;
    font-size: 16px;
    margin: 5px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.button_donasi_slide .button_one:hover{
    background: #FFF;
    color: #d976a4;
}

.info_home{
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.info_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info_home .grid > div{
    text-align: center;
}
.info_home .box{
    float: left;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: 200px;
    border-radius: 10px;
    color: #FFF;
    text-align: center !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    color: #5092de;
}
.info_home .box i{
    color: #5092de;
    font-size: 60px;
    margin-top: 35px;
}
.info_home .box .textbold{
    float: left;
    width: 100%;
    text-align: center;
    color: #5392d9;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}
.info_home .box .textthin{
    float: left;
    width: 100%;
    text-align: center;
    color: #5392d9;
    font-family: 'Blogger Sans';
    font-weight: normal;
    font-size: 17px;
}

.about_home{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #5392d9;
    position: relative;
    overflow: hidden;
}
.about_home .side{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.about_home .side .title_top{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about_home .side .title_bottom{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 38px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 30px;
}
.about_home .side .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 30px;
}
.about_home .side .text p{
    padding-bottom: 10px;
    line-height: 1.7em;
}
.about_home .side .more{
    float: left;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    background: #fa5d0f;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.about_home .side .more:hover{
    background: rgba(96, 44, 20, 0.6);
}
.about_home .side .video{
    float: left;
    width: 100%;
    height: 350px;
}
.about_home .side .video iframe{
    width: 100% !important;
    height: 100% !important;
}

.service_home{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFF;
}
.service_home .title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Blogger Sans';
    font-size: 30px;
    font-weight: bold;
    color: #5493e3;
}
.service_home .title_more{
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Blogger Sans';
    font-size: 30px;
    font-weight: bold;
    color: #72777e;
}
.service_home .slide{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.service_home .slide .box_kategori{
    float: left;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.service_home .slide .box_kategori img{
    width: 100%;
    height: 100%;
    transition: transform .7s;
}
.service_home .slide .box_kategori:hover img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}
.service_home .slide .box_kategori .back{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.service_home .slide .box_kategori .back .name{
    float: left;
    width: 100%;
    margin-top: 20%;
    text-align: center;
    color: #FFF;
    font-size: 35px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
}
.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}
.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-kategori{
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 55px !important;
}
.owl-carousel .nav-foto{
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 135px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 1;
}
.owl-carousel .prev-kategori{
    background: #FFF;
    border-radius: 50%;
    left: -10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.owl-carousel .prev-foto{
    background: #FFF;
    border-radius: 50%;
    left: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.owl-carousel .prev-kategori:after{
    font-family: 'FontAwesome';
    content: "\f100";
    position: absolute;
    width: 100%;
    right: 0;
    top: 12px;
    font-size: 22px;
    color: #000;
}
.owl-carousel .prev-foto:after{
    font-family: 'FontAwesome';
    content: "\f100";
    position: absolute;
    width: 100%;
    right: 0;
    top: 12px;
    font-size: 22px;
    color: #000;
}
.owl-carousel .next-kategori{
    background: #FFF;
    border-radius: 50%;
    right: -10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.owl-carousel .next-foto{
    background: #FFF;
    border-radius: 50%;
    right: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.owl-carousel .next-kategori:after{
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
    font-size: 22px;
    color: #000;
}
.owl-carousel .next-foto:after{
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    width: 100%;
    left: 0;
    top: 12px;
    font-size: 22px;
    color: #000;
}
.service_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
.service_home .grid > div{
    text-align: left;
}
.service_home .box{
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}
.service_home .box .pic{
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.service_home .box .pic img{
    width: 100%;
    height: 100%;
    transition: transform .7s;
}
.service_home .box:hover .pic img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}
.service_home .box .pic .label{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Blogger Sans';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.skillBarContainer_detail {
    float: left;
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.skillBarContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    overflow: hidden;
}
.skillBarValue {
    height: 5px;
    float: left;
}
@keyframes slideIn {
    0% {
        width: 0;
    }
    25% {
        width: 100%;
    }
    100% {
        width: normal;
    }
}
.skillBarValue {
    -webkit-animation: slideIn 5s;
    -moz-animation: slideIn 5s;
    -o-animation: slideIn 5s;
    animation: slideIn 5s;
}
.service_home .box .tabs{
    float: left;
    width: 100%;
    padding: 2.5%;
    background: #FFF;
}
.service_home .box .tabs .left{
    float: left;
    text-align: left;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 13px;
    color: #72777e;
}
.service_home .box .tabs .left b{
    float: left;
    margin-top: 5px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 16px;
    color: #5392d9;
}
.service_home .box .tabs .right{
    float: right;
    text-align: right;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 13px;
    color: #72777e;
}
.service_home .box .tabs .right b{
    float: right;
    margin-top: 5px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 16px;
    color: #5392d9;
}
.service_home .box .tab{
    width: 100%;
    color: #000;
}
.service_home .box .tab-label{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.service_home .box .tab-label::after {
    font-family: 'FontAwesome';
    content: "\f103";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    font-size: 16px;
    outline: none;
    color: #72777e;
    font-weight: normal;
    text-align: center;
    transition: all 0.35s;
    opacity: 0.6;
}
.service_home .box .tab-content {
    transition: all 0.35s;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    padding: 2.5%;
    background: #FFF;
}
.service_home .box .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.service_home .box input.drop_down{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.service_home .box input.drop_down:checked + .tab-label::after {
    transform: rotate(180deg);
}
.service_home .box input.drop_down:checked ~ .tab-content {
    margin-top: 15px;
    padding-bottom: 30px;
    opacity: 1;
}
.service_home .box .judul{
    float: left;
    width: 100%;
    padding: 2.5%;
    height: 55px;
    margin-top: 10px;
    overflow: hidden;
    font-family: 'Blogger Sans';
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: #000;
}
.service_home .box .box_bottom{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 2.5%;
}
.service_home .box .box_bottom .side{
    float: left;
    width: 50%;
}
.service_home .box .box_bottom .side .button{
    float: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Blogger Sans';
    font-size: 17px;
    font-weight: 500;
    transition: all 0.35s;
}
.service_home .box .box_bottom .side .button:hover{
    opacity: 0.8;
}
.service_home .box_bottom .side .nama_lembaga{
    float: right;
    margin-top: 5px;
    padding-right: 25px;
    text-align: right;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #72777e;
    position: relative;
}
.service_home .box_bottom .side .nama_lembaga:after{
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/check.png) no-repeat;
}

.ajakan_home{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}
.ajakan_home .side{
    float: left;
    width: 100%;
    overflow: hidden;
}
.ajakan_home .side img.big_size{
    width: 100%;
    height: 100%;
}
.ajakan_home .side .title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Blogger Sans';
    font-size: 28px;
    color: #da72a3;
    font-weight: bold;
}
.ajakan_home .side .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    color: #72777e;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.ajakan_home .side .text p{
    padding-bottom: 10px;
}
.ajakan_home .side .text li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}
.ajakan_home .side .button{
    float: left;
    padding: 13px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    background: #5292dc;
    color: #FFF;
    font-size: 20px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.ajakan_home .side .button:hover{
    opacity: 0.8;
}

.donasi_detail{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.donasi_detail .pic_top{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.donasi_detail .pic_top img{
    width: 100%;
}
.donasi_detail .area{
    float: left;
    width: 100%;
}
.donasi_detail .area .name{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #5392d9;
    font-size: 25px;
}
.donasi_detail .area .text{
    float: left;
    width: 100%;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: normal;
    color: #616161;
    margin-bottom: 40px;
    line-height: 1.7em;
}
.donasi_detail .area .text p{
    padding-bottom: 10px;
}
.donasi_detail .area .text li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}
.donasi_detail .area .info_don{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.donasi_detail .area .left{
    float: left;
    text-align: left;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    color: #72777e;
}
.donasi_detail .area .left b{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 22px;
    color: #5392d9;
}
.donasi_detail .area .right{
    float: right;
    text-align: right;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    color: #72777e;
}
.donasi_detail .area .right b{
    float: right;
    width: 100%;
    margin-top: 5px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 22px;
    color: #5392d9;
}
.donasi_detail .area .klik{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.donasi_detail .area .share{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.donasi_detail .area .klik .button_donasi{
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #5392d9;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
}
.donasi_detail .area .klik .button_donasi:hover, .donasi_detail .area .klik .button_wa:hover{
    opacity: 0.8;
}
.donasi_detail .area .klik .button_wa{
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.donasi_detail .area .name_lembaga{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #5392d9;
    font-size: 30px;
}
.donasi_detail .area .name_lembaga .logo{
    float: left;
    width: 100px;
    height: 40px;
    overflow: hidden;
    margin-right: 20px;
}
.donasi_detail .area .name_lembaga .logo img{
    width: 100%;
    height: 100%;
}
.donasi_detail .area .name_lembaga .title{
    float: left;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #555;
    font-size: 20px;
}
.donasi_detail .area .name_lembaga .title span{
    font-family: 'Blogger Sans';
    font-weight: normal;
    color: #555;
    font-size: 15px;
    padding-right: 22px;
    position: relative;
}
.donasi_detail .area .name_lembaga .title span:after{
    position: absolute;
    content: "";
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/check.png) no-repeat;
}
.donasi_detail .area_ket{
    float: left;
    width: 100%;
    margin-top: 60px;
}
.donasi_detail .area_ket .top_title{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Blogger Sans';
    font-weight: bold;
    font-size: 22px;
    color: #72777e;
    margin-bottom: 30px;
}
.donasi_detail .area_ket .video{
    float: left;
    width: 60%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}
.donasi_detail .area_ket .video iframe{
    width: 100% !important;
    height: 100% !important;
}
.donasi_detail .area_ket .foto{
    float: left;
    width: 60%;
}
.donasi_detail .area_ket .foto .box{
    float: left;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.donasi_detail .area_ket .foto .box img{
    width: 100%;
    height: 100%;
}
.donasi_detail .resp-tabs-list{
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.donasi_detail .resp-tabs-list li {
    font-family: 'Blogger Sans';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #000;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
}
.donasi_detail .resp-tabs-container {
    padding: 0px;
    clear: left;
}
.donasi_detail h2.resp-accordion {
    cursor: pointer;
    display: none;
}
.donasi_detail .resp-tab-content {
    display: none;
    line-height: 1.7em;
    font-size: 15px;
    color: #72777e;
    font-family: 'Roboto';
}
.donasi_detail .resp-tab-content p{
    padding-bottom: 15px;
}
.donasi_detail .resp-tab-content li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}
.donasi_detail .resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    color: #FFF !important;
}
.donasi_detail .resp-content-active, .donasi_detail .resp-accordion-active {
    display: block;
}
.donasi_detail .resp-easy-accordion .donasi_detail .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.donasi_detail .resp-easy-accordion .donasi_detail .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.donasi_detail .resp-jfit {
    width: 100%;
    margin: 0px;
}
.donasi_detail .resp-tab-content-active {
    display: block;
}

.donasi_detail .timeline{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    border-left: 2px solid #CCC;
    margin-left: 2%;
}
.donasi_detail .timeline .side{
    float: right;
    width: 100%;
    padding-left: 5%;
    margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 14px;
    position: relative;
    color: #72777e;
}
.donasi_detail .timeline .side .date{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(114, 119, 126, 0.5);
}
.donasi_detail .timeline .side p{
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.donasi_detail .timeline .side h1.judul{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.donasi_detail .timeline .side li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}
.donasi_detail .timeline .side .pic{
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.donasi_detail .timeline .side .pic img{
    width: 100%;
}
.donasi_detail .timeline .side:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #5392d9;
    border: 5px solid #FFF;
    position: absolute;
    top: 0;
    left: -12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.donasi_detail .fund{
    float: left;
    width: 100%;
    padding: 2.5%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #FFF;
    border-radius: 10px;
    font-family: 'Blogger Sans';
    font-size: 14px;
    color: #72777e;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.donasi_detail .fund span{
    color: #fa5d0f;
}
.donasi_detail .fund .ico{
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.donasi_detail .fund .ico img{
    width: 100%;
    height: 100%;
}
.donasi_detail .fund_button{
    float: left;
    width: 100%;
    padding: 4%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #FFF;
    border-radius: 5px;
    font-family: 'Blogger Sans';
    font-size: 18px;
    color: #72777e;
    font-weight: 500;
    margin-top: 30px;
}
.donasi_detail .fund_button .text{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.donasi_detail .fund_button .button{
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    background: #5392d9;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
    font-family: 'Blogger Sans';
    font-size: 20px;
    border: none;
}
.donasi_detail .fund_button .button:hover{
    opacity: 0.8;
}
.donasi_detail .donate{
    float: left;
    width: 100%;
    padding: 2.5%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #FFF;
    border-radius: 10px;
    font-family: 'Blogger Sans';
    font-size: 14px;
    color: #72777e;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    grid-gap: 10px;
    line-height: 1.5em;
}
.donasi_detail .donate .name{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}
.donasi_detail .donate span{
    float: left;
    width: 30%;
    color: #72777e;
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
}
.donasi_detail .donate .price{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #fa5d0f;
    font-weight: bold;
    margin-top: 10px;
}
.donasi_detail .donate .text{
    float: left;
    width: 100%;
    color: #72777e;
    font-weight: normal;
    font-size: 13px;
}
.donasi_detail .donate .ico{
    float: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.donasi_detail .donate .ico img{
    width: 100%;
    height: 100%;
}

.tentang_page{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
    overflow: hidden;
}
.tentang_page .rekening{
    float: left;
    width: 100%;
}
.tentang_page .rekening .title{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 32px;
    font-weight: bold;
    color: #e27aad;
    margin-bottom: 10px;
}
.tentang_page .rekening .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    color: #72777e;
    margin-bottom: 30px;
    line-height: 1.7em;
}
.tentang_page .rekening .text strong{
    font-weight: bold;
}
.tentang_page .rekening .text p{
    padding-bottom: 15px;
}
.tentang_page .rekening .text li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}

.tentang_page .title_top{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 18px;
    font-weight: normal;
    color: #72777e;
}
.tentang_page .title_bottom{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 32px;
    font-weight: bold;
    color: #e27aad;
    margin-bottom: 30px;
}
.tentang_page .side{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tentang_page .side .pic_big{
    float: left;
    width: 100%;
}
.tentang_page .side .pic_big img{
    width: 100%;
}
.tentang_page .side .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    color: #72777e;
    margin-bottom: 30px;
    line-height: 1.7em;
}
.tentang_page .side .text strong{
    font-weight: bold;
}
.tentang_page .side .text p{
    padding-bottom: 15px;
}
.tentang_page .side .text li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}
.tentang_page .info_side{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #5291de;
}
.tentang_page .info_side .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.info_home .grid > div{
    text-align: left;
}
.tentang_page .info_side .box{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    color: #FFF;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: normal;
}
.tentang_page .info_side .box .ico{
    float: left;
    width: 60px;
    height: 60px;
    text-align: left;
    margin-bottom: 15px;
}
.tentang_page .info_side .box .ico img{
    width: 100%;
    height: 100%;
}
.tentang_page .info_side .box i{
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.tentang_page .info_side .box .text{
    float: left;
    width: 100%;
}
.tentang_page .info_side .box span{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'Blogger Sans';
    font-size: 18px;
    font-weight: bold;
}
.tentang_page .slide{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tentang_page .slide .box{
    float: left;
    width: 100%;
    height: 150px;
}
.tentang_page .slide .box .pic{
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
}
.tentang_page .slide .box .pic img{
    width: 100%;
    height: 100%;
}
.tentang_page .slide .box .title{
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Blogger Sans';
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.blog_page{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.blog_page .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.blog_page .grid > div{
    text-align: left;
}
.blog_page .box{
    float: left;
    width: 100%;
    height: 355px;
    overflow: hidden;
    background: #FFF;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.blog_page .box .pic{
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.blog_page .box .pic .shadow{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.blog_page .box:hover .pic .shadow{
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.blog_page .box:hover .pic .link{
    font-size: 3.4em;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: block;
    width: 2em;
    height: 2em;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transition: all .3s cubic-bezier(1, 1, 1, 1) 0s;
}
.blog_page .box:hover .pic .link i{
    color: #FFF;
    line-height: 2em;
}
.blog_page .box .pic img{
    width: 100%;
    height: 100%;
}
.blog_page .box .title_berita{
    float: left;
    width: 100%;
    height: 100px;
    padding: 5%;
    padding-bottom: 0;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: 'Blogger Sans';
    font-weight: 600;
    color: #000;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.blog_page .box:hover .title_berita{
    color: #5392d9;
}
.blog_page .box .date{
    float: left;
    width: 100%;
    padding: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #EEE;
    overflow: hidden;
    font-family: 'Roboto';
    font-weight: normal;
    color: #72777e;
    font-size: 14px;
}
.blog_page .box .date i{
    float: left;
    margin-top: -1px;
    margin-right: 7px;
    color: #5392d9;
    font-size: 16px;
}
.blog_page .pic_detail{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blog_page .pic_detail img{
    width: 100%;
}
.blog_page .share{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blog_page .share span{
    float: left;
    font-family: 'Roboto';
    font-weight: normal;
    color: #000;
    font-size: 16px;
    margin-right: 20px;
    line-height: 2em;
}
.blog_page #st-1{
    text-align: left !important;
}
.blog_page .title_detail{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #72777e;
    font-size: 28px;
}
.blog_page .date_detail{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-weight: normal;
    color: #72777e;
    font-size: 14px;
    margin-bottom: 30px;
}
.blog_page .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    color: #72777e;
    margin-bottom: 30px;
    line-height: 1.7em;
}
.blog_page .text strong{
    font-weight: bold;
}
.blog_page .text p{
    padding-bottom: 15px;
}
.blog_page .text li{
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 5px;
}

.kontak_page{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.kontak_page .title_top{
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    font-family: 'Blogger Sans';
    font-size: 32px;
    color: #2b2a35;
    font-weight: bold;
}
.kontak_page .text_top{
    float: left;
    width: 100%;
    line-height: 1.7em;
    font-size: 16px;
    color: #72777e;
    font-family: 'Blogger Sans';
    font-weight: normal;
}
.kontak_page .side{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
.form-style-1 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.form-style-1 textarea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 select:focus,
.form-style-1 textarea:focus{
    border: 2px solid #5392d9;
}
.form-style-1 input:required{
    background: #FFF;
}
.form-style-1 textarea:required{
    background: #FFF;
}
.kontak_page .side .button{
    float: left;
    margin-top: 10px;
    padding: 13px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.kontak_page .side .button:hover{
    opacity: 0.8;
}
.kontak_page .side .alamat{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.kontak_page .side .alamat i{
    float: left;
    width: 40px;
    margin-right: 20px;
    font-size: 30px;
    color: #5392d9;
    text-align: center;
}
.kontak_page .side .alamat .text{
    float: left;
    line-height: 1.7em;
    font-size: 16px;
    color: #72777e;
    font-family: 'Blogger Sans';
    font-weight: 500;
}

.register_page{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.register_page .header_register{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(3, 166, 82, 0.1);
    overflow: hidden;
}
.register_page .header_register .text{
    float: left;
    width: 70%;
    font-size: 18px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
}
.register_page .header_register .pic{
    float: left;
    width: 30%;
    text-align: right;
    overflow: hidden;
}
.register_page .header_register .pic img{
    width: 100%;
    height: 100%;
}
.form-style-2 input[type=text],
.form-style-2 input[type=date],
.form-style-2 input[type=datetime],
.form-style-2 input[type=number],
.form-style-2 input[type=search],
.form-style-2 input[type=time],
.form-style-2 input[type=url],
.form-style-2 input[type=email],
.form-style-2 input[type=password],
.form-style-2 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.form-style-2 textarea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.form-style-2 input[type=text]:focus,
.form-style-2 input[type=date]:focus,
.form-style-2 input[type=datetime]:focus,
.form-style-2 input[type=number]:focus,
.form-style-2 input[type=search]:focus,
.form-style-2 input[type=time]:focus,
.form-style-2 input[type=url]:focus,
.form-style-2 input[type=email]:focus,
.form-style-2 input[type=password]:focus,
.form-style-2 select:focus,
.form-style-2 textarea:focus{
    border: 2px solid #5392d9;
}
.form-style-2 input:required{
    background: #FFF;
}
.form-style-2 textarea:required{
    background: #FFF;
}
.register_page .auth-form-section{
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.register_page .tabs-auth {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 40px;
    margin: 0 auto; 
}
.register_page .form-auth {
    display: none;
    margin: 0 auto; 
}
.register_page .form-auth.show {
    display: block; 
}
.register_page .form-auth .auth-text {
    margin: 10px 0;
    color: #827e7e; 
}
.register_page .form-auth .btn.button-cyan {
    margin: 30px 0; 
}
.register_page .tabs-button-auth {
    font-family: 'Blogger Sans';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    color: #575757;
    text-transform: uppercase;
    border-radius: 5px;
    width: 48%; 
}
.register_page .tabs-button-auth.active, .register_page .tabs-button-auth:hover, .register_page .tabs-button-auth:focus {
    outline: none;
    box-shadow: unset;
    background-color: #5392d9;
    border-color: #5392d9;
    color: #fff; 
}
.register_page .area{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    margin-bottom: 20px;
    position: relative;
}
.register_page .area label{
    float: left;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}
.register_page .area .button-password {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 42px;
    right: 10px;
    padding: 0;
    color: #827e7e; 
    background: none;
    border: none;
    font-size: 22px;
}
.register_page .area .button-password:hover,
.register_page .area .button-password:focus,
.register_page .area .button-password:active {
    color: #575757;
    outline: none;
    box-shadow: none; 
}
.register_page .text_info{
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
}
.register_page .text_info .text-link{
    color: #5392d9;
}
.register_page .button{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.register_page .button:hover{
    opacity: 0.8;
} 

.menu_atas_bayar{
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    position: fixed;
    z-index: 100;
}
.menu_atas_bayar .nama_program{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 18px;
    font-weight: 500;
    color: #72777e;
}
.menu_atas_bayar .nama_program i{
    font-size: 15px;
    color: #5392d9;
    margin-right: 5px;
}
.menu_bawah_bayar{
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    position: fixed;
    z-index: 1;
    text-align: center;
}
.menu_bawah_bayar .button_donasi{
    float: left;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 20px;
    background: #5392d9;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.menu_bawah_bayar .button_donasi:hover{
    opacity: 0.8;
}
.bayar_page{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}
.bayar_page .text_info{
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
}
.bayar_page .text_info .text-link{
    color: #5392d9;
}
.bayar_page .area{
    float: left;
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
    position: relative;
}
.donation-form-section {
    width: 100%;
    background-color: #FFF;
    padding: 40px 0; 
}
.donation-form-section.nominal-page {
    padding-bottom: 100px; 
}
.input-donation {
    width: 100%;
    position: relative; 
}
.donation-form-content {
    width: 100%;
    position: relative;
    padding: 20px 0 0; 
}
.donation-form-content.focus .background-hover {
    display: block; 
}
.donation-form-content.focus .donation-group-text {
    display: -ms-flexbox;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex; 
}
.donation-form-content.focus .input-donation {
    z-index: 1053; 
}
.donation-form-content .background-hover {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1051;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden; 
}
.donation-group-text {
    width: 100%;
    display: none;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    border-radius: 2px solid #827e7e;
    position: absolute;
    top: 80px;
    left: 0; 
}
.donate-platform-box {
    width: 100%;
    padding: 20px;
    background-color: #c6eef5;
    border-radius: 5px;
    margin-bottom: 20px; 
}
.donate-platform-box .donate-platform-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; 
}
.form-group {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative; 
}
.android-switch {
    display: none;
    position: relative;
}
.android-switch + label .small {
    font-size: 0.8em;
    color: #999;
    line-height: 1.5em;
    display:block;
}
.android-switch + label {
    display: block;
    padding: 4px;
    float: left;
    text-align: left !important; /* To keep the switch from getting misaligned */
    margin-bottom: 30px;
}
.android-switch + label span.sw {
    display:inline-block;
    width: 31px;
    height: 15px;
    float: left;
    border-radius: 8px;
    margin-right: 10px;
    background-color: #b2b2b2;
}
.android-switch + label span.sw:before{
    content:'';
    position:absolute;
    background-color : #eee;
    margin-top: -4px;
    margin-left: -6px;
    height: 23px;
    width: 23px;
    border-radius: 15px;
    transition: all ease 300ms;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.android-switch:checked + label span.sw{
    background-color: #b4ddd9;
}
.android-switch:checked + label span:before{
    margin-left: 14px;
    background-color : #5392d9;
}
.form-group .nominal-group {
    position: relative;
    z-index: 9; 
}
.form-group .nominal-group .form-control {
    text-align: end;
    padding-left: 40px;
    font-weight: 600; 
}
.form-group .nominal-group .currency-text {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.form-group .select-input {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; 
}
.form-group .select-input select {
    height: 50px;
    width: 120px;
    border: 2px solid #5392d9;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-color: #5392d9;
    border-radius: 5px 0 0 5px; 
}
.form-group .select-input select:hover, .form-group .select-input select:focus, .form-group .select-input select:focus-visible, .form-group .select-input select:target, .form-group .select-input select:visited {
    box-shadow: unset;
    outline: none; 
}
.form-group .select-input input {
    width: calc(100% - 120px);
    height: 50px;
    border: 2px solid #bfbfc2;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0 5px 5px 0;
    color: #575757; 
}
.bayar_page .row{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 10px;
}
a.button-donation,
.button-donation {
    width: 100%;
    color: #575757;
    background-color: #FFF;
    border: 2px solid #5392d9;
    font-size: 20px;
    font-weight: 600; 
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
}
a.button-donation:hover, a.button-donation:focus,
.button-donation:hover,
.button-donation:focus {
    background-color: #5392d9;
    color: #fff; 
}
a.button-donation span,
.button-donation span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 4px;
}
a.button-donation .nominal-select-input,
.button-donation .nominal-select-input {
    display: none; 
}

.dashboard_page{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.dashboard_page .header_dashboard{
    float: left;
    width: 100%;
    height: 100px;
    background: rgba(3, 166, 82, 0.1);
}
.dashboard_page .header_dashboard .box{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    color: #5392d9;
}
.dashboard_page .header_dashboard .box .ico{
    float: left;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(114,119,126,0.3);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(114,119,126,0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(114,119,126,0.3);
}
.dashboard_page .header_dashboard .box .ico img{
    width: 100%;
    height: 100%;
}
.dashboard_page .header_dashboard .box .name_info{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
.dashboard_page .header_dashboard .box .name_info .nama_lengkap{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 18px;
    font-weight: 500;
    color: #5392d9;
    margin-bottom: 10px;
}
.dashboard_page .header_dashboard .box .name_info .email{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 15px;
    font-weight: normal;
    color: #72777e;
}
.dashboard_page .header_dashboard .box .dana_info{
    float: left;
    padding: 25px;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    border-radius: 10px;
    background: #17a2b8;
}
.dashboard_page .header_dashboard .box .dana_info:nth-child(3n+2){
    float: left;
    background: #007bff;
}
.dashboard_page .header_dashboard .box .dana_info:nth-child(3n+3){
    float: left;
    background: #28a745;
}
.dashboard_page .header_dashboard .box .dana_info .top{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}
.dashboard_page .header_dashboard .box .dana_info .bottom{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-size: 28px;
    font-weight: 500;
    color: #FFF;
}
.dashboard_page .area_dash{
    float: left;
    margin-top: 420px;
    width: 100%;
}
.dashboard_page .area_dash .menu_left{
    float: left;    
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'Blogger Sans';
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.dashboard_page .area_dash .menu_left .link{
    float: left;    
    width: 100%;
    padding: 17px;
    line-height: 1.5em;
    color: rgba(114, 119, 126, 0.8);
    font-weight: 500;
    border-bottom: 1px solid rgba(114, 119, 126, 0.2);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.dashboard_page .area_dash .menu_left .link:nth-last-child(1){
    border-bottom: none;
}
.dashboard_page .area_dash .menu_left .link i{
    float: left;
    width: 40px;
    text-align: center;
    font-size: 25px;
    margin-right: 10px;
}
.dashboard_page .area_dash .menu_left .link:hover,.dashboard_page .area_dash .menu_left .link.active{
    color: #5392d9;
}
.dashboard_page .area_dash .menu_right{
    float: left;    
    width: 100%;
    overflow: hidden;
}
.dashboard_page .area_dash .menu_right .title_top{
    float: left;    
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #5392d9;
    font-size: 32px;
    margin-top: 5px;
}
.dashboard_page .area_dash .menu_right .add_program{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background: #28a745;
    font-family: 'Blogger Sans';
    font-size: 18px;
    color: #FFF;
    border: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 30px;
}
.dashboard_page .area_dash .menu_right .button_act{
    float: left;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background: #28a745;
    font-family: 'Blogger Sans';
    font-size: 14px;
    color: #FFF;
    border: none;
    outline: none;
    margin-bottom: 5px;
}
.dashboard_page .area_dash .menu_right select.status{
    float: right;
    padding: 8px;
    width: 200px;
    border-radius: 5px;
    border: 2px solid #5392d9;
    background: #FFF;
    font-family: 'Blogger Sans';
    font-size: 18px;
    color: #5392d9;
    outline: none;
    margin-bottom: 40px;
}
.dashboard_page .area_dash .menu_right select.status:focus{
    border: 2px solid #5392d9;
}
.dashboard_page .area_dash .menu_right select{
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #72777e;
    background: #FFF;
    font-family: 'Blogger Sans';
    font-size: 15px;
    color: #72777e;
    outline: none;
}
.dashboard_page .area_dash .menu_right select:focus{
    border: 2px solid #72777e;
}
.dashboard_page .area_dash .menu_right select.more_select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
}
.dashboard_page .area_dash .menu_right select.more_select:focus{
    border: 2px solid #5392d9;
}
.dashboard_page .area_dash .menu_right .input_file{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
}
.dashboard_page .area_dash .menu_right .tab_info{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.dashboard_page .area_dash .menu_right .tab_info .side{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.dashboard_page .area_dash .menu_right .tab_info .side .pic{
    float: left;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.dashboard_page .area_dash .menu_right .tab_info .side .pic img{
    width: 100%;
    height: 100%;
}
.dashboard_page .area_dash .menu_right .tab_info .side .nama_donasi{
    float: left;
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: 'Blogger Sans';
    font-size: 18px;
    font-weight: 500;
    color: #72777e;
}
.dashboard_page .area_dash .menu_right .tab_info .side .mid{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: 'Blogger Sans';
    font-size: 15px;
    font-weight: 500;
    color: #72777e;
}
.dashboard_page .area_dash .menu_right .tab_info .side .bot{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Blogger Sans';
    font-size: 14px;
    font-weight: 400;
    color: #72777e;
}
.dashboard_page .area_dash .menu_right .tab_info .side .status{
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    border-radius: 20px;
    font-family: 'Blogger Sans';
    font-size: 16px;
    font-weight: 500;
}
.dashboard_page .area_dash .menu_right .area_in{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.dashboard_page .area_dash .menu_right .area{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    margin-bottom: 20px;
    position: relative;
}
.dashboard_page .area_dash .menu_right .area label{
    float: left;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}
.dashboard_page .area_dash .menu_right .area .button-password {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 35px;
    right: 10px;
    padding: 0;
    color: #827e7e; 
    background: none;
    border: none;
    font-size: 22px;
}
.dashboard_page .area_dash .menu_right .area .button-password:hover,
.dashboard_page .area_dash .menu_right .area .button-password:focus,
.dashboard_page .area_dash .menu_right .area .button-password:active {
    color: #575757;
    outline: none;
    box-shadow: none; 
}
.dashboard_page .area_dash .menu_right .text_info{
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
}
.dashboard_page .area_dash .menu_right .text_info_small{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    color: #5392d9;
    font-family: 'Blogger Sans';
    font-weight: normal;
}
.dashboard_page .area_dash .menu_right .text_info .text-link{
    color: #5392d9;
}
.dashboard_page .area_dash .menu_right .button{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 20px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.dashboard_page .area_dash .menu_right .button:hover{
    opacity: 0.8;
} 
.dashboard_page .area_dash .menu_right .avatar-upload {
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    margin-bottom: 20px;
    position: relative;
}
.dashboard_page .area_dash .menu_right .avatar-upload label{
    font-family: 'Blogger Sans';
    float: left;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-edit {
    position: absolute;
    left: 70px;
    z-index: 1;
    top: 30px;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-edit input {
    display: none;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-preview {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
}
.dashboard_page .area_dash .menu_right .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dashboard_page .area_dash .menu_right .button_tambah{
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 13px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.dashboard_page .area_dash .menu_right .button_tambah:hover{
    opacity: 0.8;
}
.dashboard_page .area_dash .menu_right .button_tambah i{
    float: left;
    margin-right: 5px;
    margin-top: -4px;
}
.dashboard_page .area_dash .menu_right form{
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.zakat_page{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: #FFF;
    overflow: hidden;
}
.zakat_page .header_zakat{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(3, 166, 82, 0.1);
    overflow: hidden;
}
.zakat_page .header_zakat .text{
    float: left;
    width: 70%;
    font-size: 18px;
    color: #5c5c57;
    font-family: 'Blogger Sans';
    font-weight: 500;
}
.zakat_page .header_zakat .pic{
    float: left;
    width: 30%;
    text-align: right;
    overflow: hidden;
}
.zakat_page .header_zakat .pic img{
    width: 100%;
    height: 100%;
}
.zakat_page .area_zakat{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.zakat_page .area_zakat .top_side{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zakat_page .area_zakat .top_side .button{
    padding: 13px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.zakat_page .area_zakat .top_side .button:hover{
    background: #80b340;
}
.zakat_page .area_zakat .title_zakat{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Blogger Sans';
    font-size: 25px;
    font-weight: bold;
    color: #5392d9;
}
.zakat_page .area_zakat .menu_nav{
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    grid-gap: 5px;
}
.zakat_page .area_zakat .menu_nav .klik{
    float: left;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.zakat_page .area_zakat .menu_nav .klik:hover{
    opacity: 0.8;
}
.zakat_page .area_zakat .form_zakat{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.zakat_page .area_zakat .form_zakat .name_zakat{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Blogger Sans';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.zakat_page .area_zakat .form_zakat .area_acuan{
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    font-family: 'Blogger Sans';
    font-size: 16px;
    font-weight: normal;
    color: #72777e;
    line-height: 1.7em;
}
.zakat_page .area_zakat .form_zakat .area_acuan strong{
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.zakat_page .area_zakat .form_zakat .area_acuan .bold{
    font-weight: bold;
}
.zakat_page .area_zakat .form_zakat .area_acuan .klik_hitung{
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #5392d9;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.zakat_page .area_zakat .form_zakat .box_zakat{
    width: 100%;
    font-family: 'Blogger Sans';
    margin-bottom: 20px;
}
.zakat_page .area_zakat .form_zakat .box_zakat span{
    float: left;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}
.zakat_page .frame_zakat{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    grid-gap: 30px;
}
.zakat_page .frame_zakat .box{
    float: left;
    width: 100%;
    height: 350px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.zakat_page .frame_zakat .box .pic{
    float: left;
    width: 100%;
    height: 220px;
    background: #000;
    overflow: hidden;
}
.zakat_page .frame_zakat .box .pic img{
    width: 100%;
    height: 100%;
}
.zakat_page .frame_zakat .box .form_zakat{
    float: left;
    width: 100%;
    padding: 7%;
    margin-top: 0;
}
.zakat_page .frame_zakat .box .form_zakat input[type=text]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border: 2px solid #bfbfc2;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.zakat_page .frame_zakat .box .form_zakat input[type=text]:focus{
    border: 2px solid #5392d9;
}
.zakat_page .frame_zakat .box .form_zakat input:required{
    background: #FFF;
}
.zakat_page .frame_zakat .box .form_zakat .button{
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-family: 'Blogger Sans';
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.zakat_page .frame_zakat .box .form_zakat .button:hover{
    opacity: 0.8;
}

.paging{
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}
.paging ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
    *display: inline;
}
.paging li{
    float: left;
    list-style: none;
    margin: 5px;
    position: relative;
}
.paging li span{
    float: left;
    width: 45px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid rgba(221,221,221,1);
    color: #FFF;
    font-size: 18px;
    line-height: 2em;
    background: #FFF;
    font-family: 'Roboto';
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.paging li span:hover{
    border: 2px solid #5392d9;
    background: #5392d9;
    color: #FFF;
}
.paging li.active span{
    border: 2px solid #5392d9;
    background: #5392d9;
    color: #FFF;
}

.footer{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
    background: #f9f9f9;
}
.footer .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
.footer .grid > div{
    text-align: left;
}
.footer .box{
    float: left;
    width: 100%;
}
.footer .box .logo{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer .box .logo img{
    width: 100px;
}
.footer .box .title{
    float: left;
    width: 100%;
    font-family: 'Blogger Sans';
    font-weight: bold;
    color: #555;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer .box .text{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 400;
    color: #72777e;
    font-size: 15px;
    line-height: 1.7em;
}
.footer .box .link{
    float: left;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 400;
    color: #72777e;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer .box .link_icon{
    float: left;
    color: #72777e;
    font-size: 30px;
    margin-right: 10px;
}

.footer_bottom{
    display: none;
}

#back-to-top {
    display: none;
}
#back-to-top:hover {
    opacity: 0.5;
}
#back-to-top.show {
    opacity: 1;
}
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.container_25{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

html._modal {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 10px;
    transition: 0.6s linear;
}
.modal._active {
    visibility: visible;
}
.modal._active .modal-content {
    opacity: 1;
    transform: scale(1);
}
.modal-body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close:hover {
    color: #f00;
}
.modal-content {
    position: relative;
    width: 90%;
    padding: 5%;
    background-color: #fff;
    border-radius: 1em;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 2em;
    cursor: pointer;
    transition: 0.2s linear;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.modal-overlay._active {
    background-color: rgba(0, 0, 0, 0.6);
    visibility: visible;
}  
}