.bottom-text-icon {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
}

.color-green-logo {
    color: #53a43c !important;
}

.bg-green-logo {
    background: #53a43c !important;
}

.color-dark-green-logo {
    color: #5e733d !important;
}

#kt_login_signup:hover,
#kt_login_forgot:hover {
    /* color: #FFF9B0 !important; */
    color: #73877B !important;
}

.header-icon {
    background: white;
    padding: 7px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.verify-email-logout:hover span,
.verify-email-logout:hover i {
    color: #2F5D8E !important;
}

.header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text {
    color: #F4C228 !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text {
    color: #F4C228 !important;
}

.header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text {
    color: #F4C228 !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-icon {
    color: #FFF9B0 !important;
}

.header-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-text {
    color: #FFF9B0 !important;
}

.header-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text {
    color: #f0c426 !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-icon.svg-icon svg g [fill],
.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #FFF9B0 !important;
    color: #f0c426 !important;
}

.menu-link:hover {
    /* color: #FFF9B0 !important; */
    color: #73877B !important;
}

.link-detail-logs:hover {
    /* color: #FFF9B0 !important; */
    color: #73877B !important;
}

/* Style Untuk Loading */

.credit {
    font-size: 16px;
    color: rgba(191, 191, 191, 0.36);
    font-family: Arial Narrow, sans-serif;
    position: fixed;
    right: 2%;
    top: 17%;
    text-align: center;
    display: none;
}

.credit a {
    text-decoration: none;
    display: block;
    color: rgba(191, 191, 191, 0.36);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.credit a:hover {
    color: #283e4a
}

header {
    background: #283e4a;
    padding: 10px;
    position: relative;
    height: 40px;
    -webkit-box-shadow: 0px 4px 13px 1px rgba(167, 167, 167, 0.80);
    box-shadow: 0px 4px 13px 1px rgba(167, 167, 167, 0.80);
}

body {
    margin: 0;
}

.container {
    margin: 0 auto;
}

.face {
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */

    text-align: center;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    /* display: none; */
}

.loading {
    width: 130px;
    display: block;
    height: 2px;
    margin: -34px auto;
    border-radius: 2px;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.loading:before {
    content: '';
    height: 3px;
    width: 68px;
    position: absolute;
    -webkit-transform: translate(-34px, 0);
    -ms-transform: translate(-34px, 0);
    transform: translate(-34px, 0);
    background-color: #2F5D8E;
    border-radius: 2px;
    -webkit-animation: initial-loading 1.5s infinite ease;
    animation: animation 1.4s infinite ease;
}

@-webkit-keyframes animation {
    0% {
        left: 0
    }

    50% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes animation {
    0% {
        left: 0
    }

    50% {
        left: 100%
    }

    100% {
        left: 0
    }
}

.face .container>img {
    /* border: 1px solid #fff9b0; */
    /* background: #5d6b61; */
    /* box-shadow: 0px 0px 5px 0px #e4e4e485 !important; */
    /* -webkit-box-shadow: 0px 7px 20px 2px rgba(167, 167, 167, 0.60); */
    /* box-shadow: 0px 7px 20px 2px rgba(167, 167, 167, 0.60); */
    border-radius: 2px;
    animation: bounce 1.4s ease infinite;
    -webkit-animation: bounce 1.4s ease infinite;
    -moz-animation: bounce 1.4s ease infinite;
    -ms-animation: bounce 1.4s ease infinite;
    -o-animation: bounce 1.4s ease infinite;
    /* padding: 12px; */
    /* border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-radius: 10px;
}

@-webkit-keyframes bounce {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: blur(1.4);
        filter: blur(1.4);
        /* -webkit-box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167);
        box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167); */
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: blur(1.4);
        filter: blur(1.4);
        /* -webkit-box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167);
        box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167); */
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.caption {
    margin-top: 70px;
    text-align: center;
}

.caption h2 {
    font-family: Trebuchet MS;
    color: #cfcfcf;
    margin: 0 0 8px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.caption ul {
    margin: 0;
    padding: 0;
}

.caption li {
    list-style: none;
    display: inline-block;
    letter-spacing: 3px;
    font-size: 18px;
    color: #f3f3f3;
    margin-right: 5px;
    font-family: Arial Narrow, sans-serif;
    animation: on-run 2.6s ease infinite;
    -webkit-animation: on-run 2.6s ease infinite;
    -moz-animation: on-run 2.6s ease infinite;
    -ms-animation: on-run 2.6s ease infinite;
    -o-animation: on-run 2.6s ease infinite;
}

.caption li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.caption li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-right: 10px;
}

.caption li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.caption li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.caption li:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-right: 10px;
}

.caption li:nth-child(6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.caption li:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.caption li:nth-child(8) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

@-webkit-keyframes on-run {
    0% {
        color: #f3f3f3;
    }

    25% {
        color: #2F5D8E;
    }

    50% {
        color: #2F5D8E;
    }

    75% {
        color: #f3f3f3;
    }

    100% {
        color: #f3f3f3;
    }
}

@keyframes on-run {
    0% {
        color: #f3f3f3;
    }

    25% {
        color: #2F5D8E;
    }

    50% {
        color: #2F5D8E;
    }

    75% {
        color: #f3f3f3;
    }

    100% {
        color: #f3f3f3;
    }
}

.caption li:last-child {
    margin-right: 0
}

.container-persyaratan {
    width: 80%;
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #00000012;
}

.container-persyaratan ul {
    padding-left: 20px;
}

.logo_institusi_list_sertifikasi {
    margin: 25px auto;
    max-height: 150px;
}

.title-sertifikasi {
    line-height: 50px;
}

.logo-institusi {
    margin: 25px auto;
    width: 70%;
}

@media only screen and (max-width: 650px) {
    .title-sertifikasi {
        line-height: 25px;
        width: 65%;
    }
}

@media only screen and (max-width: 655px) {
    .logo-institusi {
        padding-right: 50px !important;
    }
}

@media only screen and (max-width: 578px) {
    .container_content_sertifikasi {
        order: 2;
    }

    .container_logo {
        order: 1;
    }

    .container_button {
        order: 3;
    }
}

.btn.btn-clean:not(:disabled):not(.disabled).active,
.header-menu-mobile .menu-nav>.menu-item.menu-item-open>.menu-link .menu-text,
.header-menu-mobile .menu-nav>.menu-item.menu-item-open>.menu-link .menu-arrow,
.header-menu-mobile .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-arrow {
    color: #f0c426 !important;
}

.menu-item-active {
    color: #f0c426 !important;
}

.menu-subnav>.menu-item.menu-item-active {
    color: #f0c426 !important;
}

.menu-link {
    color: #f0c426 !important;
}

.menu-text {}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.blockui>span {
    padding: 0 !important;
}


#container-loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00204e47;
    z-index: 9999999;
    display: none;
}

.logs-img {
    width: inherit !important;
    height: inherit !important;
    border-radius: 100% !important;
}

.page-link-active-success {
    background-color: #FFF9B0 !important;
}

.page-link-success {
    color: #FFF9B0 !important;
}

.scrollStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollStyle::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
            40% 0%,
            75% 84%,
            from(#71706E),
            to(#71706E),
            color-stop(.6, #71706E));
}


#scrollStyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

#scrollStyle::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
}

#scrollStyle::-webkit-scrollbar-thumb {
    background-color: #2B2B28;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, 0.2)),
            color-stop(.5, transparent), to(transparent));
    height: 10px;
}

.table-ketentuan-ttd,
.table-sarana-prasarana {
    font-size: 14px;
}

.table-ketentuan-ttd td,
.table-sarana-prasarana td {
    padding: 5px;
}

.table-ketentuan-ttd td:first-child {
    width: 5%;
}

.example-img-ttd {
    /* background: cover; */
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 3px 1px #d6d5d3;
    border-radius: 7px;
}

.table-sarana-prasarana ol,
.table-sarana-prasarana ul {
    line-height: 30px;
    font-weight: 300;

}

.table-sarana-prasarana ol {
    list-style-type: lower-alpha;
}

.table-sarana-prasarana span.subtitle {
    font-weight: 500;
}

.table-formulir-parent,
.table-content-formulir {
    font-size: 14px;
    line-height: 30px;
    /* color: #fff; */
}

.table-content-formulir tr:first-child td:first-child,
.table-content-formulir tr:first-child td:nth-child(2) {
    vertical-align: middle;
}

.font-weight-600 {
    font-weight: 600 !important;
}




/* .table-custom td {
    border-bottom: 1px solid #000000;
} */




/* #container_timeline {
    max-height: 550px !important;
    overflow: auto !important;
} */


/* .bootstrap-select .dropdown-menu {
    width: 100% !important;
    word-break: break-all;
} */


.select2-container {
    width: 100% !important;
}

.form-control[readonly] {
    background-color: #F3F6F9 !important;
    opacity: 1 !important;
}


.font-size-27px {
    font-size: 27px !important;
}

.align-table-timeline {
    position: relative !important;
    left: 10px !important;
}


.info-button {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px 35px !important;
    background: #F3F6F9 !important;
}

.table-information {
    font-size: 1.1rem !important;
    width: 100%;
}

.table-information tr td {
    padding: 10px;
}

.table-information tr td:first-child {
    width: 30% !important;
    font-weight: 500;
}

.table-information tr td:nth-child(2) {
    text-align: center;
}

.container-table-info {
    padding-left: 50px;
}

.container-revisi {
    padding: 20px 30px;
    background: #FFF4DE !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 0.42rem;
}



.container-revisi h3 {
    letter-spacing: 1px;
    color: #856404;
    margin-bottom: 25px;
}

.container-revisi div {
    color: #856404;
    font-size: 14px;
    line-height: 30px;
}

.container-revisi div span.certname {
    font-weight: 500 !important;
    font-style: italic;
}

.container-revisi .font-bold {
    font-weight: 500 !important;
}

.container-revisi .container-catatan {
    line-height: 25px !important;
    margin: 30px 0 !important;
}

.ajax-link {
    color: #2F5D8E !important;
    text-decoration: none !important;
    background-color: transparent !important;
    cursor: pointer !important;
}

.ajax-link:hover {
    color: #0073e9 !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-active>.menu-link .menu-text,
.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-active>.menu-link .menu-icon {
    color: #F4C228 !important;
    fill: #F4C228 !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-active>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #fff !important;
}

.dataTables_wrapper .dataTable .group th,
.dataTables_wrapper .dataTable .group td {
    background-color: #798086 !important;
    color: #fff !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-here>.menu-link .menu-text {
    color: #fff !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item.menu-item-here>.menu-link>.menu-arrow {
    color: #fff !important;
}

.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link>.menu-arrow {
    color: #fff !important;
}

table.dataTable tr.dtrg-group td {
    background-color: #798086 !important;
    color: #fff !important;
}

table.dataTable tr.dtrg-level-1 td {
    background-color: #798086a3 !important;
    color: #fff !important;
}


.preview-soal {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #a5a5a5;
}

.color-text-warning {
    color: #856404 !important;
}

.filesptlead:hover {
    text-decoration: underline !important;
}


.table-penilaian tr td,
.table-penilaian tr th {
    font-size: 1rem;
}

.table-info-exam tr td {
    font-size: 1.08rem;
}

.countdown-label {
    color: #65584c;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
}

#countdown {
    word-wrap: break-word;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
    width: 120px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
    margin-left: auto;
    width: 120px;
}

#countdown #tiles {
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    display: block;
}

.color-full {
    background: #FFF9B0;
}

.color-half {
    background: #ebc85d;
}

.color-empty {
    background: #e5554e;
}

#countdown #tiles>span {
    width: 70px;
    max-width: 70px;

    padding: 18px 0;
    position: relative;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}

#countdown .labels li {
    width: 102px;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.countdown-label_question {
    color: #65584c;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
}

.img-card-ujian {
    width: 100px;
    position: relative;
    top: -22px;
    right: 27px;
    opacity: 0.2;
    position: relative;
}

.info-soal {
    font-size: 44px;
    position: absolute;
    right: 50px;
    top: 85px;
}

.container-countdown {
    position: relative;
    top: 10px;
    width: 180;
    margin: 0 auto;
}

.setters {
    position: absolute;
    left: 85px;
    top: 75px;
}

.minutes-set {
    float: left;
    margin-right: 28px;
}

.seconds-set {
    float: right;
}

.controlls {
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);

    /* top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; */
}

.display-remain-time {
    font-weight: 100;
    font-size: 44px;
}

#pause {
    outline: none;
    background: transparent;
    border: none;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    position: relative;
}

.play::before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 16px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #FFF9B0 !important;
}

.pause::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 15px;
    height: 30px;
    background-color: transparent;
    border-radius: 1px;
    border: 5px solid #FFF9B0 !important;
    border-top: none;
    border-bottom: none;
}

#pause:hover {
    opacity: 0.8;
}

.e-c-base {
    fill: none;
    stroke: #B6B6B6;
    stroke-width: 4px
}

.e-c-progress {
    fill: none;
    stroke: #FFF9B0;
    stroke-width: 5px;
    transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
    fill: #FFF;
    stroke: #FFF9B0;
    stroke-width: 2px;
}

#e-pointer {
    transition: transform 0.7s;
}

.blockElement .blockui>span {
    padding: 0.75rem 1.2rem !important;
}


.table tr td {
    font-size: 1rem !important;
}

.color-primary {
    color: #2F5D8E !important;
}

.bg-color-primary {
    /* background : #ff0000 !important; */
    background: #2F5D8E !important;
}

.bg-event-style {
    height: 300px;
    z-index: 5;
    right: -10px;
    position: absolute;
    opacity: 0.19;
}

.container-template {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    margin: 10px;
    height: 350px;
    width: 340px;
}

.container-template img {
    width: 100%;
    height: 220px;
}

.container-template:hover {
    box-shadow: 0px 10px 10px 0px #b5b2b2;
}

.btn-secondary-pallete {
    color: #FFF;
    background-color: #71706E;
    border-color: #71706E;
}

.btn-secondary-pallete:hover {
    color: #FFF;
    background-color: #171717;
    border-color: #171717;
}

.btn-outline-secondary-pallete {
    color: #71706E;
    background-color: transparent;
    border-color: #71706E;
}

.btn-outline-secondary-pallete:hover {
    color: #FFF;
    background-color: #171717;
    border-color: #171717;
}

.text-secondary-pallete-link {
    color: #71706E;
}

.text-secondary-pallete-link:hover {
    color: #171717;
}

.bg-secondary-pallete {
    background: #71706E !important;
}

.fc-title {
    font-size: 9px !important;
}

.container-jml {
    height: inherit;
    border-radius: 50%;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #f3f6f9;
}

.text-jml {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 3.4rem;
}


.xaxis-dnone {
    display: none !important;
}

.bg_card_closing {
    background: #ace1af !important;
}

.bg_card_closing span.text-value {
    color: #888888 !important
}

.bg_card_closing .container-button button {
    color: #fff !important;
    background-color: #8fbc8f !important;
    border-color: #8fbc8f !important;
}

.bg_card_closing .container-button button:hover {
    color: #fff !important;
    background-color: #759c75 !important;
    border-color: #759c75 !important;
}

.bg_card_cancel {
    background: #ff9999 !important;
}

.bg_card_cancel span.text-value {
    color: #6f6f6f !important
}

.bg_card_cancel .container-button button {
    color: #fff !important;
    background-color: #cd5c5c !important;
    border-color: #cd5c5c !important;
}

.bg_card_cancel .container-button button:hover {
    color: #fff !important;
    background-color: #b22222 !important;
    border-color: #b22222 !important;
}


.bg_card_more_5_act {
    background: #89cff0 !important;
}

.bg_card_more_5_act .container-button button {
    color: #fff !important;
    background-color: #4682b4 !important;
    border-color: #4682b4 !important;
}

.bg_card_more_5_act .container-button button:hover {
    color: #fff !important;
    background-color: #315e84 !important;
    border-color: #315e84 !important;
}

.bg_card_btw_5 {
    background: #ffc87c !important;
}

.bg_card_btw_5 span.text-value {
    color: #888888 !important
}

.bg_card_btw_5 .container-button button {
    color: #fff !important;
    background-color: #e09200 !important;
    border-color: #e09200 !important;
}

.bg_card_btw_5 .container-button button:hover {
    color: #fff !important;
    background-color: #bd7c03 !important;
    border-color: #bd7c03 !important;
}

.bg_card_less_3 {
    background: #FFFACD !important;
}

.bg_card_less_3 .container-button button {
    color: #6d6d6d !important;
    background-color: #e2cf82 !important;
    border-color: #e2cf82 !important;
}

.bg_card_less_3 .container-button button:hover {
    color: #000 !important;
    background-color: #d0be77 !important;
    border-color: #d0be77 !important;
}

.table-dtl-log-act-nasabah tr td {
    padding: 5px;
}

.table-dtl-log-act-nasabah tr td:first-child {
    width: 40%;
}

.table-dtl-log-act-nasabah tr td:nth-child(2) {
    width: 10%;
}

.table-dtl-log-act-nasabah tr td:last-child {
    width: 50%;
}

.container-detail-act {
    background: #d0d5db;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.list-batch-act {
    list-style-type: none;
    padding-left: 0;
}

.list-batch-act li {
    padding: 8px;
    cursor: pointer;
    margin-top: 5px;
}

.list-batch-act li.active {
    background: #E4E6EF;
    border-radius: 0.42rem;
    color: #ff0000;
    font-weight: 500;
}

.list-batch-act li:hover {
    background: #F3F6F9;
    border-radius: 0.42rem;
    color: #ff0000;
}

.info-color-act {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.info-color-act+span {
    font-size: 0.850rem !important;
}

.olControlAttribution {
    display: none !important;
}

.olMapViewport {
    z-index: 0 !important;
}

.btn-detail-comp:hover {
    color: #ff0000 !important;
}

.text-color-primary {
    color: #ff0000 !important;
}

.text-color-primary:hover {
    color: #ff0000c5 !important;
}

/* .fc-event-container {
    max-height: 350px !important;
    overflow: auto !important;
} */

.text-hover-link:hover {
    color: #ff0000 !important;
}

.text-hover-link {
    cursor: pointer;
}


#container-map .blockElement {
    width: 156px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.img-activity {
    width: 100% !important;
}

@media only screen and (max-width: 480px) {
    .img-activity {
        width: 80% !important;
    }
}

@media print {

    .subheader,
    .container-btn,
    .footer,
    .logo {
        display: none !important;
    }

}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}


.container-statistik {
    padding: 1.5em 1.5em 1em 1.5em;
    border-radius: 1em;
    margin: 2em auto;
    width: 45%;
    box-shadow: 5px 5px 18px -6px #a9a9a936, -5px -5px 18px -6px #a9a9a936;
}

.label-statitik-data {
    color: #8a8a8a !important;
}


.container-product-info {
    border-radius: 0.42rem;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.container-product-info .card-product {
    box-sizing: border-box;
    width: 24%;
    border-radius: 1.25rem !important;
    background: #fff;
    padding: 1em 1.5em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: auto;
}

.container-product-info .card-product .product-title {
    margin: auto 1em;
    font-weight: 500;
    font-size: 1.275rem;
    /* color: #9fa5ae; */
}

.container-product-info .card-product .icon-product {
    padding: 1.5em;
    border-radius: 1rem;
}

.container-product-info .card-product p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.container-product-info .card-product p span.value {
    font-weight: normal;
}

.container-product-info .card-product p span.label {
    padding: 1em .8em;
    position: relative;
    top: -2px;
    font-weight: 500;
    /* width: 72px; */
    /* overflow: auto; */
}

.container-product-info .card-product p span.label-grey {
    background: #e9e9e9;
    color: #71706E;
}

.container-product-info .card-product:first-child p span.value {
    /* color: #71706E !important; */
    color: #000 !important;
    font-size: 1.2rem;
}

.container-product-info .card-product:nth-child(2) p span.value {
    /* color: #71706E !important; */
    color: #000 !important;
    font-size: 1.2rem;
}

.container-product-info .card-product:nth-child(3) p span.value {
    /* color: #71706E !important; */
    color: #000 !important;
    font-size: 1.2rem;
}



.container-product-info .card-product:last-child p span.value {
    /* color: #71706E !important; */
    color: #000 !important;
    font-size: 1.2rem;
}

.container-product-info .card-product:first-child p span.value-secondary {
    color: #f3f3f3 !important;
}

.container-product-info .card-product:nth-child(2) p span.value-secondary {
    color: #f3f3f3 !important;
}

.container-product-info .card-product:nth-child(3) p span.value-secondary {
    color: #f3f3f3 !important;
}

.container-product-info .card-product:last-child p span.value-secondary {
    color: #f3f3f3 !important;
}

.container-product-info .card-product p span.label-title,
.container-product-info .card-product .info-product a {
    color: #9fa5ae;
}

.container-product-info .card-product .info-product a:hover {
    text-decoration: underline !important;
    color: #788eaf !important;
}

/* Spinner Custom */
.spinner-border-custom {
    width: 1.5rem;
    height: 1.5rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.75s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

html,
.content {
    /* overflow: auto !important; */
}

.d-flex.flex-column-fluid {
    /* overflow-y: auto !important; */
    min-height: 80vh !important;
    padding-bottom: 7rem;
}

/* .footer {
    position: absolute;
    width: 100%;
    bottom: -4px;
    left: 0;
} */

@media only screen and (max-width: 500px) {
    .container-product-info {
        justify-content: space-between !important;
    }

    .container-product-info .card-product {
        width: 48% !important;
        margin-bottom: 1.5em;
    }

    .content {
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
    .container-product-info {
        justify-content: space-between !important;
    }

    .container-product-info .card-product {
        width: 46%;
        margin-bottom: 1.5em;
    }

    .content {
        display: none;
    }
}

/* Laptop View */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    .container-product-info {
        justify-content: space-evenly !important;
    }

    .container-product-info .card-product {
        width: 24%;
        margin-bottom: 1.5em;
    }
}

/* Large Screen View */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container-product-info .card-product {
        width: 23% !important;
    }
}

.progress-upload {
    font-weight: 500;
    font-size: 1rem;
}

.progress-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 8px;
}

.table-detail-lap-insentif tr th.bg-header {
    background-color: #f3f6f9;
    font-weight: 500;
    color: #B5B5C3 !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.table-detail-lap-insentif tr th:first-child {
    width: 15%;
}

.table-detail-lap-insentif tr {
    border-bottom: 1px solid #EBEDF3;
}

.table-detail-lap-insentif tr th:nth-child(2) {
    width: 15%;
}

.table-insentif tr.shown+tr td {
    padding: 0;
}

.table-detail-lap-insentif tr td {
    padding: 1rem 1rem !important;
}

/* .table-dpk tr.shown + tr td {
    padding: 0;
} */

.detail-dpk {
    padding: 1rem 1rem;
    border-right: 1px solid #EBEDF3;
}

.table-best-cabang tr:first-child td {
    border-top: 0;
}

.table-best-cabang thead th {
    border-bottom: 0;
}

.table-best-cabang tr td {
    border-top: 1px dashed #EBEDF3;
}

.bg-login-info {
    /* background: url('../img/bg5.jpg'); */
    background: url('../img/bg-login1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .bg-login-info {
        background: none;
    }

    .header-mobile-fixed-login .content {
        padding-top: 0;
    }

    #kt_login {
        background: #fff;
    }
}

div span.label-count-notif {
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    top: -5px;
    right: 1px;
    color: #fff;
    background: #6AC0EF;
    font-weight: bold;
}

table.table-merchant-maps-info tr td {
    padding: 5px;
}

.hr-secondary {
    border-top: 1px solid rgb(255 255 255 / 28%) !important;
}

.bg-right-login {
    background: url('../img/monitoring2.png') no-repeat;
    background-position: center left;
    height: 100%;
    background-size: 50%;
}

.form-mutasi div.list-data {
    flex: 2;
}

div.list-data:first-child {
    margin-right: 1em;
}

div.list-data:nth-child(2) {
    margin: 0 1em;
}

.form-mutasi div.comment {
    flex: 1;
    margin-left: 1em;
}

.container-login-aside {
    background-image: url('../img/img-login1.png');
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.2; */
}

.content-right {
    border-radius: 3% 0% 0% 3%;
}

.img-login {
    background-image: url('../img/img-login3.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 102px;
    margin-top: 120px;
    width: 80%;
    height: 80%;
}

.nav-logo {
    width: 170px;
    /* filter: brightness(0) invert(1); */
    margin-left: -1.6rem;
}

.logo-invert {
    width: 120px;
    filter: brightness(0) invert(1);
}

.legendChart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    padding-bottom: 3rem;
}

.legendChart button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    gap: 8px;
}

.legendChart button .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #007bff;
}

.legendChart button .name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.modal-fullscreen {
    min-width: 90%;
    height: 100%;
    /* margin: 0;
    padding: 0; */
}


.container-desc-dpk {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 13px;
}


.table-prod-maintenance tbody td {
    color: #444444;
    font-size: 1.1rem !important;
}

.table-prod-maintenance thead th {
    font-size: 1.1rem !important;
}

.table-prod-maintenance tbody td:not(:first-child) {
    font-weight: 600;
    font-size: 1.3rem !important;
}

.container-dana-pihak-ketiga>div {
    padding: 15px;
}

.container-dana-pihak-ketiga>div:first-child,
.container-dana-pihak-ketiga>div:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container-dana-pihak-ketiga>div:first-child,
.container-dana-pihak-ketiga>div:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


.early-warning {
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px 30px;
    background: #fff;
    color: #000;
    transition: all 0.5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
    /* border: 2px solid #50cd89; */
}

/* .early-warning:hover {
    border: 2px solid #FEB82F;
    background: #fff8dd;
} */

.card-early {
    border-left: 1px dashed #0000002e;
    padding-left: 15px;
}

.early-warning-title {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff5f8;
    /* background: #f1416c; */
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: 10px;
    margin-bottom: 5px;
    left: 10%;
}
