:root {
    --app-title-hex: #2c4964;
    --light-hex: #07c5a9;
    --info-hex: #07B3A7;
    --border-app: 3px solid #F3F3F3;
    --sm-border-app: 3px solid #F3F3F3;
    --border-radius: 30px;
    --border-radius-md: 20px;
    --border-radius-sm: 10px;   
    --app-box-shadow: 0px 5px 8px rgb(0 0 0 / 25%);
    --bg-liner-gradient: linear-gradient(0deg, rgb(240, 245, 255, 0.9) 0%, rgba(240, 245, 255, 0.8) 20%, rgba(240, 245, 255, 0) 100%);
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
    --inner-shadow: linear-gradient(0deg, rgba(12, 17, 26, 0.7) 0%, rgba(20, 29, 43, 0.6) 10%, rgba(189, 195, 196, 0.2) 100%);
    
    --jogja-hover-hex: #4aaf9c; /* old #F1416C */
    --jogja-color-rgba-opacity: rgba(8, 167, 139, 0.75);
    --jogja-color-light-rgba: rgba(95, 201, 181, 1);
    --jogja-color-rgba: rgba(8, 167, 139, 1);
    --jogja-color: #08A78B;
    --jogja-color-light: #5FC9B5;
    --jogja-color-bg-text: #C9F4EB;
    --jogja-color-bg-text-light: #C9F4EB;
    --jogja-linear-gradient: linear-gradient(44deg, rgb(25 133 114 / 97%) 20%, rgba(95, 201, 181, 0.92) 95%, rgba(95, 201, 181, 0.9) 30%) !important;
    --jogja-links: #F1BC00;
    --jogja-links-hover: #0095E8;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/

a {
    color: var(--jogja-color) !important;
    text-decoration: none;
}

a:hover {
    color: var(--jogja-color-light) !important;
    text-decoration: none;
}

/* login */
.login-menu>li>a .active {
    border-bottom: 2px solid green;
}

.pd-sm {
    padding: 0px 2px;
}

/* Works on Chrome, Edge, and Safari */
body::-webkit-scrollbar {
    width: 11px;
}

/* Works on Firefox */
*,
body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

/* global background */
/* custom */
.bg-header-jss {
/*  background-image: url('https://cdn.jogjakota.go.id/media/background/batik.svg');*/
  background-size: 225px 225px;
  background-repeat: repeat;
}
.bg-jss-linear-gradient {
  background-image: var(--jogja-linear-gradient);
  height: 100%;
}
.bg-done {
    /* background-color: #31B057; */
    background: rgb(0,175,175) !important;
    background: linear-gradient(94deg, rgba(0,175,175,1) 0%, rgba(4,200,200,0.9) 100%) !important;
}

.bg-onprogress {
    /* background-color: #ffa331; */
    background: rgb(246,155,17) !important;
    background: linear-gradient(90deg, rgba(246,155,17,1) 0%, rgba(255,166,33,.9) 100%) !important;
}
.bg-danger {
    background: rgb(238,45,65) !important;
    background: linear-gradient(90deg, rgba(238,45,65,1) 0%, rgba(246,78,96,.9) 100%) !important;
}

.btn-buataduan{
    background: rgb(246,155,17);
    background: linear-gradient(94deg, rgba(246,155,17,1) 0%, rgba(217,33,78,1) 100%);
}

.bg-jss {
    background-color: var(--jogja-color) !important;
}
.bg-jss-linear-gradient{
    background-image: var(--jogja-linear-gradient);
}
.bg-light-jss {
    background-color: var(--jogja-color-light) !important;
}
.bg-jss-info {
    background-color: var(--info-hex);
}

.bg-confetti{
    background-image: url(../img/bg/abstrack.svg);
}

.bg-category {
    background-position: right top;
    background-size: 30% auto;
    background-image: url('../metronic8/media/svg/shapes/abstract-2.svg');
    background-repeat: no-repeat;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--jogja-color);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link:hover {
    color: #fff !important;
}

.blur-2px{
    backdrop-filter: blur(2px);
}
.blur-3px{
    backdrop-filter: blur(3px);
}

/* global color */
.form-rounded {
    border-radius: 1rem;
}

.jss-cblue {
    color: #1A516F;
}
.jss-cadd {
    color: #FE794E;
}

.el-hide {
    display: none;
    ;
}

.img-content-fit {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* padding */
.p-50 {
    padding: 50px 0;
}

.p-60 {
    padding: 60px 0;
}

.p-70 {
    padding: 70px 0;
}

.p-80 {
    padding: 80px 0;
}

.wh-100 {
    width: 100px;
    height: 100px;
}

/* border radius */
.rounded-10 {
    border-radius: 10px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-40 {
    border-radius: 40px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.jss-rounded {
    border-radius: 20px;
}

.jss-header-rounded {
    border-radius: 0 0 20% 20%;
}

.rounded-start-whatsapp {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: #5e6278;
}
.rounded-start-whatsapp.active {
    color: white !important;
}

.rounded-end-whatsapp {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    color: #5e6278;
}
.rounded-end-whatsapp.active {
    color: white !important;
}

.jss-img-position {
    padding: 10px;
    position: relative;
}

.border-jss {
    border-color: var(--jogja-color) !important;
}
.border-light-jss {
    border-color: var(--jogja-color-light) !important;
}
.badge-jss {
    color: #fff;
    background-color: var(--jogja-color);
}
.badge-light-jss {
    color: #fff;
    background-color: var(--jogja-color-light);
}

.jss-width {
    width: 90% !important;
}

.jss-ribbon {
    position: absolute;
    padding: 8px 20px;
    /* border-radius: 20px 0px; */
    transition: bottom ease-in-out 0.4s;
}

.jss-ribbon span {
    color: #fff;
    font-size: 14px;
}

.disc-ribbon {
    position: absolute;
    top: -4px;
    padding: 8px 5px;
    /* border-radius: 20px 0px; */
    transition: bottom ease-in-out 0.4s;
}

.disc-ribbon::after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent rgba(255, 212, 36, .9);
    border-style: solid;
    border-width: 0 20px 4px;
}

.swal2-popup {
    border-radius: 20px !important;
}

.theme-bg {
    background-color: rgba(49, 176, 87, 0.4);
}

.grayscale {
    filter: grayscale(1);
}

.grayscale:hover {
    filter: none;
}

.border-3px {
    border: 3px solid white;
}

.border-4px {
    border: 4px solid white;
}

.border-5px {
    border: 5px solid white;
}

.w-30 {
    width: 30% !important;
}

.w-min-100px {
    min-width: 100px;
}

.w-min-200px {
    min-width: 200px;
}

.w-min-250px {
    min-width: 250px;
}

.w-min-300px {
    min-width: 300px;
}

.right-0 {
    right: 0 !important;
}

.right-10px {
    right: 10px !important;
}

@media (max-width: 575px) {
    .jss-width {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .jss-width {
        width: 100% !important;
    }
}

.img-hover:hover img {
    transform: scale(1.1);
}
/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--jogja-color);
    border-top-color: #e7e4fe;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
/* #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
  } */

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(49, 176, 87, 0.7);
    padding: 12px 0;
    backdrop-filter: blur(5px);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }

    #header .logo {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Poppins", sans-serif;
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    /*padding: 10px 20px;*/
    font-size: 14px;
    text-transform: none;
    color: var(--app-title-hex);
}

.nav-menu .drop-down a:before {
    background-color: transparent !important;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: var(--jogja-hover-hex);
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/*nav dropdown span custom - when any problem edit here*/
.nav-menu>ul>li {
    white-space: normal;
}

.nav-menu .drop-down ul span {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: var(--app-title-hex);
}

.nav-menu span {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
    /* font-size: 15px; */
    padding: 0 3px;
    font-family: "Poppins", sans-serif;
}

.nav-menu .drop-down ul {
    min-width: 290px;
    left: -100% !important;
    border-radius: var(--border-radius);
    padding: 20px;
    right: 0;
}

.nav-menu .drop-down ul .profile {
    padding: 20px;
}

.mobile-nav span {
    display: block;
    position: relative;
    color: var(--app-title-hex);
    /* padding: 10px 20px; */
    font-weight: 500;
    outline: none;
}

.mobile-nav .drop-down .profile {
    padding-right: 20px;
}

/*end nav dropdown span custom - when any problem edit here*/

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.get-started-btn:hover {
    border-color: #fff;
    color: #fff;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }
}

/* account info Button */
.nav-profile {
    color: #fff;
    border-radius: var(--border-radius);
    /*white-space: nowrap;*/
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transition: 0.3s;
    margin-top: -10px;
    font-family: "Poppins", sans-serif;
}

.nav-profile a {
    padding: 3px 10px;
    display: inline-block;
}

.nav-profile:hover {
    border-color: #fff;
    color: #fff;
}

.profile .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.profile .jabatan {
    color: var(--info-hex);
    font-size: 14px;
}

.profile .dinas {
    text-transform: uppercase;
}

.profile li i {
    font-size: 18px;
    display: inline-block;
    background: var(--info-hex);
    color: #FFFFFF;
    line-height: 1;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.profile li i:hover {
    background: var(--info-hex);
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 992px) {
    .nav-profile {
        margin: 0 48px 0 0;
        padding: 6px 18px;
        padding-left: 20px !important;
    }

    /* .nav-profile a {
      padding: 5px 0px;
    } */
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: var(--app-title-hex);
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: var(--light-hex);
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f106";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}
/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: var(--app-title-hex);
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

.img-box {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo-box {
    /* padding: 60px 20px; */
    /* margin-top: 35px; */
    margin-bottom: 25px;
    text-align: center;
    height: 230px;
    position: relative;
    background: #fff;
    border-radius: var(--border-radius);
}
.img-app {
    position: absolute;
    top: -36px;
    left: calc(50% - 50px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.modal-app .title,
.smart-service .title,
.app-title,
.title {
    color: var(--app-title-hex);
}

.img-app:hover img {
    border: 2px solid var(--jogja-color);
}


/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: var(--light-hex);
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.img-rounded {
    border-radius: 50%;
}

.img-square {
    border-radius: 20%;
}

.img-scale {
    transform: scale(1.1);
    transition: ease-in-out 0.3s;
}
/* =================== */
/* Login keycloack */
/* =================== */
.bg-header-jss{
/*    background-image: url('https://cdn.jogjakota.go.id/media/background/batik.svg');*/
    background-size: 225px 225px;
    background-repeat: repeat;
}
.landing-jss-bg {
    background-image: var(--jogja-linear-gradient);
}
.landing-jss-color {
    color: var(--jogja-color);
}

.landing-single-color {
    color: rgba(0, 149, 126, 0.5);
}

/* text  */
.one-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-highlight {
    color: var(--jogja-color);
}
.text-jss {
    color: var(--jogja-color) !important;
}
.text-hover-tiny {
    transition: color .2s ease, background-color .2s ease
}
.text-hover-tiny:hover {
    transition: color .2s ease, background-color .2s ease;
    color: #00957f !important;
}

.text-hover-info:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: #00957f !important
}

.text-hover-tiny:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #00957f
}

.text-hover-tiny:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.text-hover-jss {
    transition: color .2s ease, background-color .2s ease
}
.text-hover-jss:hover{
    transition: color .2s ease, background-color .2s ease;
    color: var(--jogja-hover-hex) !important;
}
.text-hover-jss:hover i {
    transition: color .2s ease, background-color .2s ease;
    color: var(--jogja-hover-hex) !important
}
.text-hover-jss:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: var(--jogja-hover-hex);
}
.text-hover-jss:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}
.text-active-jss {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-jss i {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-jss.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--jogja-color) !important;
}

.text-active-jss.active i {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: var(--jogja-color) !important;
}

.text-active-jss.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--jogja-color);
}

.text-active-jss.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.text-active-inverse-jss {
    transition: color 0.2s ease, background-color 0.2s ease;
}

.svg-icon.svg-icon-jss svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #00957f;
}

.svg-icon.svg-icon-jss svg:hover [fill]:not(.permanent):not(g) {
    transition: fill .3s ease
}

.pointer{
    cursor: pointer;
}

.h-60 {
    height: 60% !important;
}

/* image */
.img-opacity {
    opacity: 0.5;
}
.img-opacity:hover {
    opacity: 1;
}

/* overlay */
.overlay.overlay-block {
    cursor: unset !important;
}

/* start::Camera Kyc */
.wrapper-camera,
.wrapper-video {
    position: relative;
    overflow: hidden;
    /* margin: 0 auto; */
    /* z-index: 1; */
}

/* end::Camera Kyc */

/* slider */
.nav-overlay .prev,
.nav-overlay .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
    color: #75c9bb;
}
.nav-overlay .prev {
    left: 10px;
}
.nav-overlay .next {
    right: 10px;
}

/* Start General Button */
.btn.btn-light-jss {
    color: var(--jogja-color);
    border-color: var(--jogja-color-bg-text);
    background-color: var(--jogja-color-bg-text);
}

.btn.btn-light-jss i {
    color: var(--jogja-color);
}

.btn.btn-light-jss .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--jogja-color);
}

.btn.btn-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn.btn-light-jss.dropdown-toggle:after {
    color: var(--jogja-color);
}

.btn-check:active+.btn.btn-light-jss,
.btn-check:checked+.btn.btn-light-jss,
.btn.btn-light-jss.active,
.btn.btn-light-jss.show,
.btn.btn-light-jss:active:not(.btn-active),
.btn.btn-light-jss:focus:not(.btn-active),
.btn.btn-light-jss:hover:not(.btn-active),
.show>.btn.btn-light-jss {
    color: #fff;
    border-color: var(--jogja-color);
    background-color: var(--jogja-color) !important;
}

.btn-check:active+.btn.btn-light-jss i,
.btn-check:checked+.btn.btn-light-jss i,
.btn.btn-light-jss.active i,
.btn.btn-light-jss.show i,
.btn.btn-light-jss:active:not(.btn-active) i,
.btn.btn-light-jss:focus:not(.btn-active) i,
.btn.btn-light-jss:hover:not(.btn-active) i,
.show>.btn.btn-light-jss i {
    color: #fff;
}

.btn-check:active+.btn.btn-light-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-jss.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-jss.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-jss:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-jss:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-light-jss:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-light-jss .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}

.btn-check:active+.btn.btn-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-jss.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-jss.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-jss:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-jss:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-light-jss:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn-check:active+.btn.btn-light-jss.dropdown-toggle:after,
.btn-check:checked+.btn.btn-light-jss.dropdown-toggle:after,
.btn.btn-light-jss.active.dropdown-toggle:after,
.btn.btn-light-jss.show.dropdown-toggle:after,
.btn.btn-light-jss:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-jss:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-light-jss:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-light-jss.dropdown-toggle:after {
    color: #fff;
}
/* End General Button */
@media (min-width: 575px) {
    .menu-title-gray-500 .menu-item .menu-link {
        color: white;
    }

    [data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
        color: #fff;
    }
    
}

@media (max-width: 575px) {
    .inner-bottom-content h4 {
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }
.bg-header-jss {
/*    background-image: url(../assets/media/custom/batik.svg);*/
    background-size: 150px 150px;
    background-repeat: repeat;
}
    .rounded-sm-0 {
        border-radius: 0px !important;
    }
    .rounded-sm-10 {
        border-radius: 10px !important;
    }
}

.schedule-list .schedule-items {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-top: .7rem!important;
    padding-bottom: .7rem!important;
}

.schedule-list .schedule-items .schedule-items-title {
    color: #3f4254 !important;
}

.schedule-list .schedule-items .schedule-items-date {
    color: #b5b5c3 !important;
}

.schedule-list .schedule-items.active {
    background-color: rgba(255, 245, 248, 1);
}

.schedule-list .schedule-items.active .schedule-items-title {
    color: #F1416C !important;
}

.schedule-list .schedule-items.active .schedule-items-date {
    color: rgba(241, 65, 108, .5) !important;
}

.schedule-list .schedule-items:hover {
    background-color: rgba(255, 245, 248, 1);
}

.schedule-list .schedule-items:hover .schedule-items-title {
    color: #F1416C !important;
}

.schedule-list .schedule-items:hover .schedule-items-date {
    color: rgba(241, 65, 108, .5) !important;
}
.schedule-play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(#F1416C 50%, rgba(241, 65, 108, .5) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    overflow: hidden;
}
.schedule-play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.schedule-play-btn::before{
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(241, 65, 108, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.jss-header-rounded {
    border-radius: 0 0 20% 20%;
}

.jss-rounded-bottom-left {
    border-bottom-left-radius: 20px !important;
}

.jss-rounded-bottom-right {
    border-bottom-right-radius: 20px !important;
}

.jss-rounded-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}  
.text-success-custom {
    color : rgb(43, 142, 142) !important;
}
.bg-thumb {
    background-image: url(../../../../img/bg-img-color.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#kt_body {
    background: none !important;
    background-color: #fff !important;
    z-index: 99;
}
.card-pf {
    border: none !important;
    box-shadow: none !important;
}


/* Login Button */
.btn-jss:disabled,
.btn-jss {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  border-color: var(--jogja-color);
  background-color: var(--jogja-color) !important;
  font-weight: 400;
}
#kc-login:active:focus {
  background: linear-gradient(145deg, #202e39, #253743) !important;
  outline: none;
}
.btn-jss i {
    color: #fff;
}

.btn-jss .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}

.btn-jss .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn-jss.dropdown-toggle:after {
    color: #fff;
}

.btn-check:active+.btn-jss,
.btn-check:checked+.btn-jss,
.btn-jss.active,
.btn-jss.show,
.btn-jss:active:not(.btn-active),
.btn-jss:focus:not(.btn-active),
.btn-jss:hover:not(.btn-active),
.show>.btn-jss {
    color: #fff;
    border-color: var(--jogja-color-light);
    background-color: var(--jogja-color-light) !important;
}

.btn-check:active+.btn-jss i,
.btn-check:checked+.btn-jss i,
.btn-jss.active i,
.btn-jss.show i,
.btn-jss:active:not(.btn-active) i,
.btn-jss:focus:not(.btn-active) i,
.btn-jss:hover:not(.btn-active) i,
.show>.btn-jss i {
    color: #fff;
}

.btn-check:active+.btn-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn-jss .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}

.btn-check:active+.btn-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn-jss .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn-check:active+.btn-jss.dropdown-toggle:after,
.btn-check:checked+.btn-jss.dropdown-toggle:after,
.btn-jss.active.dropdown-toggle:after,
.btn-jss.show.dropdown-toggle:after,
.btn-jss:active:not(.btn-active).dropdown-toggle:after,
.btn-jss:focus:not(.btn-active).dropdown-toggle:after,
.btn-jss:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn-jss.dropdown-toggle:after {
    color: #fff;
}

/* btn light */
.btn-check:active+.btn.btn-active-light-jss,
.btn-check:checked+.btn.btn-active-light-jss,
.btn.btn-active-light-jss.active,
.btn.btn-active-light-jss.show,
.btn.btn-active-light-jss:active:not(.btn-active),
.btn.btn-active-light-jss:focus:not(.btn-active),
.btn.btn-active-light-jss:hover:not(.btn-active),
.show>.btn.btn-active-light-jss {
    color: var(--jogja-color);
    border-color: #f1faff;
    background-color: #f1faff !important;
}

.btn-check:active+.btn.btn-active-light-jss i,
.btn-check:checked+.btn.btn-active-light-jss i,
.btn.btn-active-light-jss.active i,
.btn.btn-active-light-jss.show i,
.btn.btn-active-light-jss:active:not(.btn-active) i,
.btn.btn-active-light-jss:focus:not(.btn-active) i,
.btn.btn-active-light-jss:hover:not(.btn-active) i,
.show>.btn.btn-active-light-jss i {
    color: var(--jogja-color);
}

.btn-check:active+.btn.btn-active-light-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-jss .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-jss .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: var(--jogja-color);
}

.btn-check:active+.btn.btn-active-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn.btn-active-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn.btn-active-light-jss:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn.btn-active-light-jss .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn-check:active+.btn.btn-active-light-jss.dropdown-toggle:after,
.btn-check:checked+.btn.btn-active-light-jss.dropdown-toggle:after,
.btn.btn-active-light-jss.active.dropdown-toggle:after,
.btn.btn-active-light-jss.show.dropdown-toggle:after,
.btn.btn-active-light-jss:active:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-jss:focus:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-light-jss:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn.btn-active-light-jss.dropdown-toggle:after {
    color: var(--jogja-color);
}

/* .btn.btn-active-light-jss.btn-outline:not(.btn-outline-default) {
    border-color: var(--jogja-color) !important;
} */
.btn.btn-active-light-jss {
    border-color: var(--jogja-color) !important;
}

/* btn-linear */
.btn-jss-linear-gradient {
    background-image: linear-gradient(50deg, rgb(0 143 117 / 100%) 20%, rgba(95, 201, 181, 0.92) 95%, rgba(95, 201, 181, 0.9) 30%) !important;
}
.btn-jss-linear-gradient i {
    color: #fff;
}
.btn-jss-linear-gradient .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.btn-jss-linear-gradient .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}
.btn-jss-linear-gradient.dropdown-toggle:after {
    color: #fff;
}
.btn-check:active+.btn-jss-linear-gradient,
.btn-check:checked+.btn-jss-linear-gradient,
.btn-jss-linear-gradient.active,
.btn-jss-linear-gradient.show,
.btn-jss-linear-gradient:active:not(.btn-active),
.btn-jss-linear-gradient:focus:not(.btn-active),
.btn-jss-linear-gradient:hover:not(.btn-active),
.show>.btn-jss-linear-gradient {
    background-color: var(--jogja-color-light) !important;
}

.btn-check:active+.btn-jss-linear-gradient i,
.btn-check:checked+.btn-jss-linear-gradient i,
.btn-jss-linear-gradient.active i,
.btn-jss-linear-gradient.show i,
.btn-jss-linear-gradient:active:not(.btn-active) i,
.btn-jss-linear-gradient:focus:not(.btn-active) i,
.btn-jss-linear-gradient:hover:not(.btn-active) i,
.show>.btn-jss-linear-gradient i {
    color: #fff;
}

.btn-check:active+.btn-jss-linear-gradient .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked+.btn-jss-linear-gradient .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show>.btn-jss-linear-gradient .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}

.btn-check:active+.btn-jss-linear-gradient .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-check:checked+.btn-jss-linear-gradient .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient.active .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient.show .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.btn-jss-linear-gradient:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g),
.show>.btn-jss-linear-gradient .svg-icon svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.btn-check:active+.btn-jss-linear-gradient.dropdown-toggle:after,
.btn-check:checked+.btn-jss-linear-gradient.dropdown-toggle:after,
.btn-jss-linear-gradient.active.dropdown-toggle:after,
.btn-jss-linear-gradient.show.dropdown-toggle:after,
.btn-jss-linear-gradient:active:not(.btn-active).dropdown-toggle:after,
.btn-jss-linear-gradient:focus:not(.btn-active).dropdown-toggle:after,
.btn-jss-linear-gradient:hover:not(.btn-active).dropdown-toggle:after,
.show>.btn-jss-linear-gradient.dropdown-toggle:after {
    color: #fff;
}

.separator.separator-content::after, .separator.separator-content::before {
  width: 34% !important;
}

/* Overlay Img */
 /* Container needed to position the overlay. Adjust the width as needed */
.gbr {
  position: relative;
  width: 100%;
  max-width: 200px;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
}

/* The overlay effect (full height and width) - lays on top of the gbr and over the image */
.overlays {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
}

/* When you mouse over the gbr, fade in the overlays icon*/
.gbr:hover .overlays {
  opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* When you move the mouse over the icon, change color */
.fa-user:hover {
  color: #eee;
} 

/* loading */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1e8774;
  border-bottom: 16px solid #1e8774;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* all custom */
.login-pf {
    height: 100%;
    background: linear-gradient(244.96deg, #08A78B 19.42%, rgba(25, 133, 114, 0.968627) 100%) !important;
    background-size: cover;
}
.bg-jogja {
    background: linear-gradient(244.96deg, #08A78B 19.42%, rgba(25, 133, 114, 0.968627) 100%);
    height: 100%;
    background-size: cover;
}

/* tns */
.tns .tns-nav button {
    width: .85rem !important;
}
.tns .tns-nav button.tns-nav-active {
  background-color: #EFF2F5 !important;
  width: 1.75rem !important;
}

/* form */
.radio label, .checkbox label{
    min-height: unset !important;
}
.login-pf-page .form-group {
    margin-bottom: unset !important;
}
.login-pf-page .login-pf-page-header{
    margin-bottom: 10px !important;
}
@media (max-width: 767px) {
    div.kc-logo-text {
        height: 55px !important;
    }
    
}
@media (min-width: 768px){
    .login-pf-page .card-pf {
        padding: 20px !important;
    }
}