.skeleton-box {
    display: inline-block;
    height: 24px;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

figure {
    margin: 0;
}

.xbullet-bg-0:before {
    background-color: #000;
}

.xbullet-bg-1:before {
    background-color: #F0C940;
}

.xbullet-bg-2:before {
    background-color: #5EB84D;
}

.xbullet-bg-3:before {
    background-color: #F69234;
}

.xbullet-bg-4:before {
    background-color: #358EE8;
}

.xbullet-bg-5:before {
    background-color: #999999;
}

.xbullet-bg-6:before {
    background-color: #6D4E94;
}

.xbullet-bg-7:before {
    background-color: #2C9325;
}

.xbullet-bg-8:before {
    background-color: #0D5CAB;
}

.xbullet-bg-9:before {
    background-color: #3CBA39;
}

.xbullet-bg-10:before {
    background-color: #70C8ED;
}

.xbullet-blue:before {
    background-color: #0D5CAB;
}

.xbullet-grey:before {
    background-color: #999999;
}

.xbullet-lg:before {
    background-color: #70C8ED;
}

button.btn-primary-blue,
button.btn-primary-blue:hover,
button.btn-primary-blue:active {
    border: 1px solid #0D5CAB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 13px 24px;
    color: #ffffff;
    font-family: Circular-Bold;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background-color: #0D5CAB;
    outline: none;
}

.btn-white-secondary {
    border: 1px solid #0D5CAB;
    font-family: Circular-Bold;
    font-size: 14px;
    color: #0D5CAB;
    padding: 10px 24px;
}

.btn-white-secondary,
.btn-white-secondary:hover,
.btn-white-secondary:active {
    color: #0D5CAB;
}

.rows.subcontent-emisi .target-penurunan-emisi span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
    text-align: center;
}

.rows.subcontent-emisi .target-penurunan-emisi p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color:
        #666666;
    margin: 0;
}

.rows.subcontent-emisi .target-penurunan-emisi h3:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007bff;
    position: absolute;
    left: 7px;
    top: 12px;
}

.rows.subcontent-emisi .target-penurunan-emisi h3 {
    color: #007bff;
    font-size: 40px;
    line-height: 32px;
    font-family: Circular-Book;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.feedback-button {
    background: #0D5CAB;
    border-radius: 5px;
    display: block;
    padding: 12px 10px;
    float: left;
    position: fixed;
    top: calc(50% - 47px);
    right: -20px;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown.dropdown-kumulatif {
    display: inline-block;
    margin: 0 5px;
    margin-right: 10px;
    border-bottom: 2px solid rgba(27, 111, 195, 0.24);
    padding-bottom: 2px;
    position: relative;
}

.dropdown.dropdown-kumulatif a {
    color: #0D5CAB;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
}

.dropdown-kumulatif .dropdown-menu {
    font-size: 16px;
    line-height: 21px;
    padding: 12px 16px;
    width: auto;
    border: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: 0;
    min-width: unset;
    margin-top: 6px;
}

.dropdown-kumulatif .dropdown-menu a {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
    font-weight: unset;
    font-family: Circular-Bold;
    padding-bottom: 8px;
    color: #4D4D4D;
    width: auto;
}

.dropdown-kumulatif .dropdown-menu a:last-child {
    padding-bottom: 0;
}

.dropdown-kumulatif .dropdown-menu.show {
    border-top: 2px solid #0D5CAB;
}

.dropdown.dropdown-kumulatif a:before {
    content: '';
    background-image: url('../img/arrow-down-btn.svg');
    background-size: 20px 10px;
    background-position: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 10px;
    right: 0;
    top: 5px;
}

.dropdown-kumulatif .dropdown-menu a:before {
    display: none;
}

.dropdown.dropdown-kumulatif.show a:before {
    background-image: url('../img/arrow-up-btn.svg');
}

.rows.subcontent-emisi:last-child {
    text-align: left;
}

.rows.subcontent-emisi:last-child h3 {
    margin-bottom: 15px;
}

.rows.subcontent-emisi:nth-child(2) h3,
.rows.subcontent-emisi .target-penurunan-emisi h3,
.bot-info span,
.bot-info p {
    padding: 0;
}

.bot-info h3 span:before {
    display: none;
}

.bot-info h3 span {
    font-size: 16px;
    font-weight: normal;
    display: inline;
    border-top: 1px solid #e5e5e5;
    padding: 20px 10px 0;
}

.rows.subcontent-emisi h3:before {
    display: none;
}

.map-scroll:before {
    content: 'Use ctrl + scroll to zoom the map';
    position: absolute;
    top: 50%;
    left: 38%;
    z-index: 999;
    font-size: 20px;
}

.map-scroll:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: #ffffff61;
    z-index: 999;
}

.legend {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #555;
}

.legend h5 {
    text-align: center;
    font-size: 15px;
    margin: 2px 12px 8px;
    color: #777;
}

.legend span {
    position: relative;
    bottom: 3px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
}

.tablePopup,
.tablePopup th,
.tablePopup td {
    border: 1px solid #e5e5e5;
    padding: 2px;
    z-index: 9999;
}

.lihatDetail {
    background-color: #0D5CAB;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #0D5CAB;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}

.rows.persebaran-aksi p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-family: Opens-regular;
}

.btn.btn-border:not(:disabled):not(.disabled) {
    background-color: #ffffff;
    color: #424242;
    border: 1px solid #BDBDBD;
}

.btn.btn-border:not(:disabled):not(.disabled) {
    background-color: #ffffff;
    color: #424242;
    border: 1px solid #BDBDBD;
}

.homechart-filter .btn.btn-border {
    font-weight: 400;
    letter-spacing: 1px;
}

a:link,
a:hover {
    text-decoration: none;
}

.btn-sm {
    font-size: 0.75rem;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    letter-spacing: 2px;
    cursor: pointer;
}

.card {
    background-color: #ffffff00;
    border: 1px solid rgb(0 0 0 / 0%);
}

#intensitasEmisiActual:before {
    display: none;
}

#intensitasEmisiActual .value {
    display: inline;
    padding-left: 40px;
    margin-left: -20px;
}

.grid-graph.progress-emisi {
    padding: 25px 20px 0;
}

.grid-info-graph h3 {
    text-align: center;
}

.grid-graph,
.grid-info-graph,
.grid-chart-emisi,
.grid-content-emisi {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.target-capaian-kumulatif {
    width: 130px;
    height: 100%;
    border: 1px solid #4DA1A1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 11px;
}

.capaian-progress-bar {
    position: relative;
    height: 100%;
}

.capaian-progress-mask {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #0D5CAB;
    bottom: 0;
    left: 0;
    color: #fff;
}

.capaian-progress-mask span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.capaian-progress-bar span {
    color: #4DA1A1;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.target-capaian-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94.1%;
    border-top: 1px solid #4DA1A1;
}

.target-capaian-3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 89%;
    border-top: 1px solid #4DA1A1;
}

.capaian-progress-mask .target-capaian-2,
.capaian-progress-mask .target-capaian-3 {
    border-color: #fff;
}

.capaian-progress {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.target-capaian-kumulatif .current {
    position: absolute;
    bottom: 10px;
    width: 100%;
    bottom: 10px;
    color: #fff;
    text-align: center;
}

.target-capaian-kumulatif .current .dropdown-text>a::before {
    background-image: url('../img/arrow-down-btn-white.svg');
    top: 2px;
}

.target-capaian-kumulatif .current span {
    font-size: 14px;
}

.target-capaian-kumulatif .current .current-capaian {
    font-size: 27px;
}

.target-capaian-kumulatif .current .dropdown {
    display: block;
    margin: 0;
    border: none;
}

.target-capaian-kumulatif .current .dropdown-text>a {
    color: #fff;
    font-size: 16px;
    padding-right: 22px;
}

.capaian-progress-mask .current .dropdown-text>a {
    color: #fff;
}

.kumulatif-dropdown {
    position: absolute;
    transform: translate3d(30px, 20px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.progress-mask {
    position: absolute;
}

.grid-info-graph {
    max-width: 295px;
}

.grid-chart-emisi {
    width: calc(100% - 295px);
}

.grid-content-emisi>h3 {
    padding-top: 25px;
}

.rows.subcontent-emisi {
    padding: 0;
    padding-bottom: 30px;
}

.top-info {
    padding: 25px 10px 10px;
    border: none;
}

.top-info h3 {
    margin-bottom: 12px;
}

.bot-info {
    padding: 40px 10px 17px;
    border: none;
}

.top-info p,
.bot-info p {
    font-weight: normal;
    color: #666666;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.top-info span,
.bot-info span {
    font-size: 40px;
    line-height: unset;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

.bot-info h3 {
    font-size: 16px;
}

.bannertitle {
    font-family: Circular-Medium;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #474747;
    margin-top: 20px;
}

.tit {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-family: Circular-Medium;
    text-align: center;
}

.tit1 {
    font-family: Circular-Medium;
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    max-width: 75%;
    margin: 0 auto;
    font-weight: 400;
    margin-top: 20px;
}

.boldstyle {
    color: #448E8E;
    font-weight: normal;
    font-family: Circular-Bold;
    border-bottom: 4px solid #F69234;
    padding-bottom: 1px;
}

.capaian-count-banner {
    padding: 0px 170px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 55px;
    position: relative;
}

.grid-count-banner {
    float: left;
    width: 50%;
    padding: 0px 30px;
    min-height: 100px;
    position: relative;
    margin-top: 20px;
}

.grid-count-banner2 {
    float: left;
    width: 50%;
    padding: 0px 30px;
    min-height: 100px;
    position: relative;
    margin-top: 20px;
}

.sticky {
    position: fixed;
    top: 120px;
    width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
}

.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.header {
    /*height: 100px;*/
    height: 83px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.headers {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
}

.tab-pane .rows {
    border: none;
}

.capaian-graph {
    padding: 70px;
    padding-top: 0;
    background-color: #fff;
    margin-bottom: 55px;
    box-shadow: none;
}

.capaian-pbi {
    padding-bottom: 90px;
}

.develop-commitment .row {
    padding-top: 20px;
}

.hidden {
    display: none !important;
}

.capaian-pembangunan:before {
    height: 72%;
}

.sticky-bar {
    position: fixed;
    /*top: 120px;*/
    top: 100px;
    width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 1px, rgb(0 0 0 / 22%) 0px 1px 0px;
}

.grid-graph.pbi {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    padding-bottom: 0;
}

.grid-info-graph.pbi {
    width: 37%;
    max-width: none;
}

.grid-info-graph.pbi .top-info {
    height: 157px;
    padding: 25px 29px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.grid-info-graph.pbi .bot-info {
    height: 145px;
    padding: 25px 29px;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 40px;
    padding-bottom: 17px;
}

.grid-info-graph.pbi h3 {
    text-align: left;
    font-weight: normal;
}

.grid-info-graph.pbi span:before {
    display: none;
}

.grid-info-graph.pbi span {
    text-align: left;
}

.grid-info-graph.pbi span,
.grid-info-graph.pbi span b {
    font-size: 25px;
    font-weight: normal;
}

.grid-info-graph.pbi .bot-info span {
    font-size: 16px;
}

.maps-section .path-svg-2 {
    transition: fill .3s ease;
    cursor: pointer;
}

.maps-section .path-svg-2:hover,
.maps-section .path-svg-2:focus {
    fill: #F69234;
    transition: fill .3s ease;
}

.develop-commitment .row:after {
    background-image: url('../img/aksara2/waterbendungan.svg');
    width: 180px;
    right: -69px;
    top: -18px;
    margin-top: 90px;
}

.mobile-title {
    display: none;
}

@media (max-width: 1279px) {
    .grid-graph.pbi {
        width: 100%;
        max-width: none;
        min-width: none;
        float: none;
    }

    .grid-info-graph.pbi {
        width: 100%;
        float: none;
    }

    .develop-commitment .row:after {
        width: 150px;
        right: -70px;
        top: unset;
        height: 150px;
        bottom: 0px;
    }

    .capaian-count-banner {
        padding: 0;
    }

    .tit1 {
        max-width: 835px;
    }
}

.tools-aksara {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}


.tools-aksara .tools .bg-img {
    width: 100%;
}

.tools-aksara .anchor {
    position: relative;
    width: 40%;
    font-size: 16px;
    color: #4D4D4D;
    background-color: #FFF;
    padding: 28px 24px;
    margin-top: -70px;
    line-height: 24px;
}

.tools-aksara .anchor b {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 8px;
}

.tools-aksara .bttn-links {
    float: none;
}

@media (max-width: 978px) {
    .mobile-title {
        display: block;
    }

    .desktop-title {
        display: none;
    }
}

@media (max-width: 900px) {
    .develop-commitment .row {
        padding: 25px;
        padding-bottom: 145px;
    }

    .tools-aksara .anchor {
        margin-top: 0;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .capaian-emisi-block {
        display: flex;
    }
}

@media (min-width: 768px) {
    .capaian-kumulatif {
        width: calc(100% - 135px);
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .grid-graph.capaian-emisi-dashboard.progress-emisi {
        text-align: center;
    }
}

.leaflet-control-layers-scrollbar {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-right: 5px;
}

.grid-aksara h3 {
    font-family: Opens-regular;
    font-weight: bold;
    margin-bottom: 20px;
}

@media(max-width: 900px) {
    .menu-nav {
        overflow: auto;
        height: calc(100vh - 103px);
    }

    .lang-nav {
        position: relative;
        margin-top: 30px;
        bottom: 30px;
    }

    .btn-login {
        position: relative;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

.capaian-pembangunan1 .nav-tabs .nav-link {
    flex: 1;
}

.gei-intro h3 {
    color: #4D4D4D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.gei-intro p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.gei-intro .right-side img {
    height: 420px;
}

.gei-tabs .nav-link.active {
    border-bottom: 2px solid #0D5CAB;
    position: relative;
}
.gei-tabs .nav-link.active::after {
    content: '';
    width: 20px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #0D5CAB;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gei-tabs .nav-item {
    color: #666;
    padding: 0 16px 16px;
    cursor: pointer;
}

.gei-tabs .nav-item.active,
.gei-tabs .nav-item.active .nav-text {
    color: #0D5CAB;
}

.gei-tabs .nav-item {
    text-align: left;
}

.gei-tabs .nav-item .nav-text {
    font-size: 12px;
    font-weight: 700;
}

.gei-tabs .nav-item .nav-text .nav-content {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 450;
    line-height: 28px;
    margin-top: 4px;
    width: 100%;
}

.gei-tabs .nav-item .nav-text .nav-content .skeleton-box {
    height: 28px;
}

.gei-tabs .nav-item .nav-text > span {
    letter-spacing: 0.96px;
}

.number-circle {
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid #0D5CAB;
    padding: 4px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gei-navigations {
    margin-bottom: 24px;
}

.skor-gei-details > h4 {
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: bold;
}

.skor-gei-legend > div {
    flex: 1;
    display: flex;
}

.skor-gei-legend .color-palette {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.skor-gei-legend .skor-text {
    color: #666;
    font-size: 12px;
    font-weight: 450;
}

.map-skor-gei {
    border: 1px solid #EAEAEA;
    padding: 24px;
}

.map-skor-gei .map-title {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.96px;
    margin-bottom: 12px;
}

.switch-display-mode-btn.active img {
    filter: invert(70%) sepia(89%) saturate(2637%) hue-rotate(198deg) brightness(83%) contrast(90%);
}

.switch-display-mode-btn,
.switch-display-mode-btn:hover,
.switch-display-mode-btn:active,
.switch-display-mode-btn:focus {
    outline: none;
    box-shadow: none;
}

.map-path-svg {
    cursor: pointer;
}

.map-path-svg path:hover {
    stroke: #0D5CAB;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.map-gei-modal > * {
    font-family: 'Circular-Book';
    color: #666666;
}

.map-gei-modal h3 {
    font-weight: 700;
}

.map-gei-modal p {
    color: #1A1A1A;
}

.skor-gei-overall .skor-overall-title {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.skor-gei-overall .skor-overall {
    border-radius: 80px;
    border: 1px solid #EAEAEA;
    padding: 8px 24px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.add-chart-province {
    color: #0099FF;
    margin: 0;
}

.add-chart-province,
.add-chart-province:hover,
.add-chart-province:focus,
.add-chart-province:active {
    background: none;
    border: none;
    outline: none;
}

.provinsi-gei-dropdown > button,
.provinsi-gei-dropdown > button:hover,
.provinsi-gei-dropdown > button:active,
.provinsi-gei-dropdown > button:focus,
.provinsi-gei-dropdown > button {
    border: none;
    background: none;
    outline: none;
    color: #0D5CAB;
    font-size: 1.5rem;
    padding-right: 30px;
    font-weight: 500;
}

.provinsi-gei-dropdown > button::after {
    content: '';
    background-image: url('../img/arrow-down-btn.svg');
    background-size: 20px 10px;
    background-position: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 10px;
    right: 0;
    top: 14px;
}

.dropdown-text .dropdown-menu.show {
    border: none;
}

.dropdown-menu.show li {
    width: 100%;
    white-space: nowrap;
    float: none;
    padding: 4px 0;
    cursor: pointer;
}

.dropdown-menu.show li:active,
.dropdown-menu.show li:focus {
    background-color: #f8f9fa;
    color: #4D4D4D;
}

.skor-gei-table th {
    position: relative;
}

.skor-gei-table .tahun-heading {
    z-index: 1;
}

.slide-year-left-btn,
.slide-year-left-btn:hover,
.slide-year-left-btn:active,
.slide-year-left-btn:focus {
    display: none;
    padding: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    background-image: url('../../gei/img/chevron-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    border: 1px solid #666666;
    position: absolute;
    right: -8px;
    z-index: 2;
    top: calc(50% - 8px);
}

.slide-year-right-btn,
.slide-year-right-btn:hover,
.slide-year-right-btn:active,
.slide-year-right-btn:focus {
    padding: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    background-image: url('../../gei/img/chevron-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    border: 1px solid #666666;
    position: absolute;
    right: -8px;
    z-index: 2;
    top: calc(50% - 8px);
    transform: rotate(180deg);
}

.custom-table {
    border: 1px solid #EAEAEA;
    border-top: 0;
    color: #666666;
    font-size: 14px;
    font-family: 'Circular-Book';
}

.custom-table * {
    font-family: 'Circular-Book';
}

.custom-table tbody tr:hover {
    color: #666666;
}

.custom-table thead th {
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    line-height: 14px;
    font-weight: normal;
    padding: 19px 16px;
    position: relative;
}

.custom-table tbody td {
    vertical-align: middle;
}

.skor-gei-table tbody .gei-data {
    font-weight: bold;
    color: #4D4D4D;
}

#provinsi-selection-modal label {
    cursor: pointer;
}

@media (max-width: 900px) {
    .main-tabs {
        max-width: none;
    }
    .main-tabs .nav {
        flex-direction: column;
    }
    .main-tabs .nav-item {
        text-align: left;
        font-size: 20px;
        border-bottom: 1px solid #EAEAEA;
    }
    .main-tabs .nav-item.active {
        font-size: 20px;
    }
    .gei-intro {
        flex-direction: column;
    }
    .gei-tabs {
        flex-direction: column;
    }

    .gei-tabs .nav-item {
        border-bottom: 1px solid #EAEAEA;
    }
}
