
body {
    overflow-x: hidden;
}


/* Colors */

.accent-color {
    color: #D40403 !important;
}

.accent-color-2 {
    color: #FFEAC9 !important;
}

.accent-color-3 {
    color: #FFA619 !important;
}

.accent-color-4 {
    color: #F1ACAC !important;
}

.accent-color-background {
    background-color: #D40403 !important;
}

.accent-color-background-2 {
    background-color: #FFEAC9 !important;
}

.accent-color-background-3 {
    background-color: #FFA619 !important;
}

.accent-color-background-4 {
    background-color: #F1ACAC !important;
}

.background-darken-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none;
}

.white {
    background-color: #fff !important;
}

.white-text {
    color: #fff !important;
}

.grey-text {
    color: #999999 !important;
}

.grey-text-1 {
    color: #7d7d7d !important;
}

.grey-text-2 {
    color: #616161 !important;
}

.grey-text-3 {
    color: #424242 !important;
}

.grey-text-4 {
    color: #000 !important;
}

.bg-gradient {
    box-shadow: -2px 9px 60px rgba(212, 4, 3, 0.56) !important;
    background: #D40403 !important;
    background-image: linear-gradient(45deg, #d40403 0%, #d40403 55%, #d40403 90%) !important;
    background-image: -webkit-linear-gradient(45deg, #d40403 0%, #d40403 55%, #d40403 90%) !important;
    background-image: -o-linear-gradient(45deg, #d40403 0%, #d40403 55%, #d40403 90%) !important;
    background-position: 100% 0 !important;
    background-size: 200% 200% !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.bg-gradient:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0) !important;
    background-position: 0 0 !important;
}


/* Fonts */

.font-heavy {
    font-family: 'Epilogue', 'roboto', sans-serif !important;
    font-weight: 700;
}

.font-extrabold {
    font-family: 'Epilogue', 'roboto', sans-serif !important;
    font-weight: 500;
}

.font-bold {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 800;
}

.font-regular {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

.font-light {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}


/* Shadows */

::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
}

.z-depth-0 {
    box-shadow: none;
    transition: 0.3s all ease;
}

.z-depth-12 {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    transition: 0.3s all ease;
}

.z-depth-13 {
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    transition: 0.3s all ease;
}

.z-depth-14 {
    box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    transition: 0.3s all ease;
}

.z-depth-15 {
    box-shadow: 0 5px 5px 0 rgba(154, 160, 185, .05), 0 5px 30px 0 rgba(166, 173, 201, .22);
    transition: 0.3s all ease;
}

.z-depth-16 {
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3s all ease;
}

.hoverable:hover {
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    border-radius: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
    -webkit-box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    background-color: #cacaca;
}


/* Others */

.transisi {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.btn-minimal {
    border-radius: 30px;
    text-transform: capitalize;
    line-height: 54px;
    transform: scale(0.95);
    font-size: 18px;
    letter-spacing: -0.01rem;
    color: #000;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.btn-minimal:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: none;
}


/*::placeholder {*/


/*    !* Most modern browsers support this now. *!*/


/*    color: #9e9e9e;*/


/*}*/

.form-looks {
    background-color: #f5f5f5;
    border: none;
    border-radius: 6px;
    transition: 0.3s all ease;
}

.form-looks:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.side-nav-link {
    border-radius: 12px !important;
    padding: 20px 15px 15px 20px !important;
    font-size: 1rem !important;
    color: #616161 !important;
}

.side-nav-link:hover {
    background-color: #eee;
}

.pulse {
    overflow: initial;
    position: relative;
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


/* Animation */

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Loading Icon */

.loading {
    width: 200px;
    height: 200px;
}

.loading__ring {
    position: absolute;
    width: 200px;
    height: 200px;
}

.loading__ring:first-child {
    -webkit-transform: skew(30deg, 20deg);
    transform: skew(30deg, 20deg);
}

.loading__ring:last-child {
    -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
    transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loading__ring svg {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    fill: rgba(255, 255, 255, 1);
}

.delay-animation {
    animation-delay: 0.8s;
}

.card-photo {
    height: 40px;
    background-size: cover;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
}

.hide {
    display: none !important;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    padding: 0 30px;
}

.border-button {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    margin-right: 10px;
}

.uk-animation-fade {
    transition: opacity 0.2s;
    animation-duration: 0.4s;
}

.banner-header {
    color: #000;
    line-height: 1.3;
    font-size: 50px
}

@media only screen and (max-width: 600px) {
    .banner-header {
        color: #000;
        line-height: 1.3;
        font-size: 27px
    }
}

.banner-article {
    font-size: 19px;
}

@media only screen and (max-width: 600px) {
    .banner-article {
        font-size: 17px;
    }
}

.uk-grid-banner {
    margin-top: 120px;
}

.uk-grid-section {
    margin-top: 200px;
}

@media only screen and (max-width: 600px) {
    .uk-grid-banner {
        margin-top: 50px;
    }
}

.uk-container-mobile-space {
    margin-bottom: 200px;
}

@media only screen and (max-width: 600px) {
    .uk-container-mobile-space {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.button-play-popup {
    height: 30px;
    width: 30px;
}

@media only screen and (max-width: 600px) {
    .button-play-popup {
        height: 20px;
        width: 20px;
    }
}

.page-title {
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    .page-title {
        font-size: 27px;
    }
}

.page-article {
    font-size: 19px;
    line-height: 2;
}

@media only screen and (max-width: 600px) {
    .page-article {
        font-size: 16px;
        line-height: 2;
    }
}

.header-p {
    font-size: 26px;
}

@media only screen and (max-width: 600px) {
    .header-p {
        font-size: 23px;
    }
}

.header-pic {
    height: 60px;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .header-pic {
        height: 40px;
        margin-right: 10px;
    }
}

.setting-icon {
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .setting-icon {
        height: 50px;
    }
}

.setting-title {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .setting-title {
        font-size: 17px;
    }
}

.setting-card {
    margin-top: 20px !important;
}

@media only screen and (max-width: 600px) {
    .setting-card {
        margin-top: 10px !important;
    }
}

.dashboard-card-header {
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-header {
        font-size: 22px;
    }
}

.dashboard-card-semi-title {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-semi-title {
        font-size: 16px;
    }
}

.dashboard-card-article {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-article {
        font-size: 15px;
    }
}

.uk-button-custom {
    font-size: 0.8rem;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    border: none;
    letter-spacing: 0.14em;
}

.uk-logo img {
    height: 65px;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .uk-logo img {
        height: 45px;
    }
}

.uk-dotnav > .uk-active > * {
    background-color: #D40403;
    border-color: #D40403;
}

.uk-search-default .uk-search-input {
    height: 60px;
    padding-left: 25px;
    border-radius: 12px;
    border: none;
}

.uk-search-default .uk-search-icon {
    width: 65px;
    color: white;
    background-color: #D40403;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.uk-search-default .uk-search-input:focus {
    border-color: #D40403;
}

.uk-subnav-pill > .uk-active > a {
    background-color: #D40403;
    border-radius: 30px;
    padding: 10px 25px;
}

.uk-subnav-pill > * > :first-child {
    padding: 10px 25px;
    background-color: #eee;
    color: #D40403;
    border-radius: 30px;
}

.uk-subnav > * > :first-child {
    text-transform: capitalize;
}

.uk-subnav > * {
    margin-top: 30px;
}

.uk-subnav {
    justify-content: center;
}

.bg-sign-in {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-size: cover;
    background-position: center;
}

.pad-small {
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 600px) {
    .pad-small {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.login-side {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 600px) {
    .login-side {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.error-msg {
    margin: 20px 0px;
    font-size: 15px;
}

.sidenav {
    width: 300px !important;
    position: fixed;
    top: 0px;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    background-image: url("~/assets/sidenav.svg");
    background-size: cover;
    background-position: center;
}

.profile-pic {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin-right: 10px;
    border: 3px solid #fff;
}

.side-nav-word {
    color: #000;
    letter-spacing: 1px;
}


/* home route and active route will show in bold as it matches / and /about */

a.nuxt-link-active {
    background-color: #dde6ff;
}

a.nuxt-link-active:hover {
    background-color: #dde6ff;
}


/* exact link will show the primary color for only the exact matching link */

a.nuxt-link-exact-active {
    background-color: #dde6ff;
}

a.nuxt-link-exact-active:hover {
    background-color: #dde6ff;
}

a.nuxt-link-active .side-nav-word {
    color: #1a5bff;
}

a.nuxt-link-exact-active .side-nav-word {
    color: #1a5bff;
}

.main-body {
    margin-left: 300px;
}

@media only screen and (max-width: 600px) {
    .main-body {
        margin-left: 0px;
    }
}

.count-badge {
    padding: 12px;
    color: white !important;
}

.custom-forms {
    height: 45px;
    font-size: 14px;
    border-radius: 6px;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.uk-button-primary {
    background-color: #D40403 !important;
    border-radius: 6px;
}

.uk-button-default {
    border-radius: 6px;
}

.uk-modal-footer {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.uk-modal-dialog {
    border-radius: 12px;
}

.preview-images {
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 6px;
    margin-right: 5px;
}

.preview-image {
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 6px;
    margin-right: 5px;
}

.preview-image-detail {
    width: 120px;
    height: 70px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.promosi-image-detail {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.header-h1 {
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    .header-h1 {
        font-size: 25px;
    }
}

.header-h2 {
    font-size: 28px;
}

@media only screen and (max-width: 600px) {
    .header-h2 {
        font-size: 20px;
    }
}

.header-h3 {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .header-h3 {
        font-size: 16px;
    }
}

.header-h4 {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .header-h4 {
        font-size: 15px;
    }
}

.uk-slidenav-previous {
    background-color: #D40403;
    border-radius: 30px;
    padding: 10px 15px;
}

.uk-slidenav-next {
    background-color: #D40403;
    border-radius: 30px;
    padding: 10px 15px;
}

.melayani-logo {
    height: 90px;
}

@media only screen and (max-width: 600px) {
    .melayani-logo {
        height: 50px;
    }
}

.melayani-text {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .melayani-text {
        font-size: 18px;
    }
}

.berita-photo {
    height: 170px;
    width: 170px;
}

@media only screen and (max-width: 600px) {
    .berita-photo {
        width: 100%;
        height: 170px;
    }
}

.day-text {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .day-text {
        font-size: 20px;
    }
}

.before-day-text {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .before-day-text {
        font-size: 14px;
    }
}

.pelayanan-pandemi {
    background: url("../image/pandemic_2.svg");
}

@media only screen and (max-width: 600px) {
    .pelayanan-pandemi {
        background: #FFA619 !important;
    }
}

.gmaps-frame {
    width: 700px;
    height: 450px;
}

@media only screen and (max-width: 600px) {
    .gmaps-frame {
        width: 100%;
        height: 200px;
    }
}

.contact-text {
    font-size: 18px;
}

.contact-text-email {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .contact-text {
        font-size: 16px;
    }

    .contact-text-email {
        font-size: 13px;
    }
}

.contact-icon {
    height: 40px;
}

@media only screen and (max-width: 600px) {
    .contact-icon {
        height: 30px;
    }
}

.kegiatan-photo {
    height: 400px;
}

@media only screen and (max-width: 600px) {
    .kegiatan-photo {
        height: 200px;
    }
}

@media only screen and (min-width: 800px) {
    .pengurus-section {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.pengurus-image {
    height: 200px;
}

@media only screen and (max-width: 600px) {
    .pengurus-image {
        height: 100px;
    }
}

.pengurus-header {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .pengurus-header {
        font-size: 13px;
    }
}

.pengurus-title {
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .pengurus-title {
        font-size: 12px;
    }
}

.berita-photo-s {
    height: 170px;
    width: 170px;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .berita-photo-s {
        width: 100%;
    }
}