@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,400,500,600,700|Raleway:300,400,500,600,700");

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
body {
    font-family: "Poppins", sans-serif;
}

body,
html {
    height: 100%;
}

::-webkit-scrollbar-track {
    background-color: #1a1b1d;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #1a1b1d;
}

::-webkit-scrollbar-thumb {
    background-color: #12af92;
}

nav {
    background-color: #ffffff;
    box-shadow: none;
}

.nav .nav-wrapper .brand-logo img {
    height: 40px;
    margin-top: 13px;
    margin-left: 50px;
}

.wrapper {
    background-image: url("/image/background.png");
    background-position: center bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-attachment: fixed; */
    background-color: #ffffff;
    min-height: 100%;
    overflow: hidden;
}

.wrapper-home {
    background-color: #12af92;
    background-image: url("/image/background.png");
    background-position: center bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-attachment: fixed; */
    min-height: 100%;
    overflow: hidden;
}

.content-wrapper {
    /* background-attachment: fixed; */
    min-height: auto;
    /* opacity: 0.5; */
}

.content-home {
    margin-top: 60px;
    margin-left: 60px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}

.logo-home {
    height: 64px;
    margin-top: 60px;
    margin-left: 70px;
    margin-bottom: 100px;
}

.text-1 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;

    color: #ffffff;
}

.text-2 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 72px;

    color: #fefefe;
}

.text-3 {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 72px;

    color: #fefefe;
}

.btn-aset {
    margin-top: 15px;
    background-color: #005fb8;
    border-radius: 20px;
    width: 140px;
}

.btn-masuk {
    margin-top: 15px;
    background-color: #b30000;
    border-radius: 20px;
    width: 140px;
}

.isometric-maps {
    margin-left: 60px;
    width: 80%;
    height: auto;
}

.btn-login {
    margin-top: 15px;
    background-color: #12af92;
    border-radius: 10px;
    margin-right: 50px;
    font-weight: bold;
}

.btn-login-act {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    background-color: #12af92;
    border-radius: 10px;
    font-weight: bold;
}

.login-icon {
    display: none;
}

#map {
    padding: 0;
    margin: 0;
    height: 700px;
    width: 100%;
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
}

.row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.row.map {
    margin: 40px;
    margin-top: 30px;
    margin-left: 40px;
}

.text-map-1 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    margin-top: 40px;
    margin-left: 20px;

    color: #617d78;
}

.text-map-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-left: 20px;

    color: #617d78;
}

.btn-lihat {
    margin-top: 15px;
    background-color: #12af92;
    border-radius: 30px;
    width: 140px;
    margin-top: 40px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
}

.btn-filter {
    background-color: #617d78;
    color: #fafafa;
    border-radius: 10px;
    width: 50px;
    height: 40px;
    margin-top: 40px;
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
}

.row.aset {
    margin-top: 30px;
    margin: 40px;
}

.row.detail {
    margin-top: 30px;
    margin: 40px;
}

.card-panel {
    border: 2px solid #12af92;
    min-height: 320px;
}

.card-panel .judul {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #1a1b1d;
    margin-bottom: 15px;
}

.card-panel .label {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #1a1b1d;
}

.card-panel .isi {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    color: #1a1b1d;
}

.card-panel .lokasi {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #1a1b1d;
    margin-top: 10px;
    margin-bottom: -20px;
}

.card-panel.row.header {
    display: block;
}

.modal.bottom-sheet {
    min-height: 25%;
}

#loadingImg {
    width: 50px;
    margin: auto;
    height: auto;
    margin-top: 300px;
    display: block;
    z-index: 100;
}

.select2 .selection .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container .select2-selection--single {
    display: contents;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #84918f;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa !important;
    color: #000000 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fafafa !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-container--default
    .select2-results__option[role="group"]
    .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #fafafa !important;
    color: rgba(0, 0, 0, 0.26);
}

.row.footer {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: -15px;
    -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.705);
}

.detail-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-content .lokasi-content {
    margin-left: -10px;
}

.qrcode {
    width: 200px;
    height: auto;
    float: right !important;
}

.sertifikat {
    margin-top: 50px;
    width: 250px;
    height: auto;
    float: right !important;
}

.carousel {
    margin-top: 100px;
    left: 170px;
}

.sertifikat-slider {
    height: 100%;
}

.carousel .carousel-item {
    margin-top: auto;
    width: 330px;
    height: 330px;
}
.carousel .carousel-item img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.logo-login {
    margin-top: 40px;
    width: 90px;
    margin-bottom: 0px;
}

.row.login-page {
    margin-top: 180px;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
}

.row.login-input {
    margin: 20px;
}

.row .login-label-1 {
    padding: 0px 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: left;

    color: #617d78;
}

.row .login-label-2 {
    padding: 0px 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: left;

    color: #617d78;
}

.detail-container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;

    color: #617d78;
}

.row.container-no-data {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;

    color: #617d78;
}
.row.container-no-data img {
    width: 500px;
    margin: 50px 0;
}
.carousel .indicators .indicator-item {
    background-color: rgba(40, 100, 60, 0.5);
}

.middle-indicator {
    position: absolute;
    top: 50%;
}

.middle-indicator-text {
    font-size: 4.2rem;
}

a.middle-indicator-text {
    color: #617d78 !important;
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.indicators {
    visibility: hidden;
}

#qr-canvas {
    padding: 0;
    margin: auto;
    width: 100%;
    border-radius: 9px;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
}

#btn-scan-qr img {
    padding: 40;
    margin: auto;
    margin-left: 90px;
    width: 70%;
    height: 70%;
    border-radius: 9px;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    background-color: #fafafa;
    object-fit: cover;
}

#qr-result {
    font-size: 1.2em;
}

.row.scanner {
    margin-top: 30px;
    margin: 40px;
    min-height: 700px;
}

.card-qrcode {
    height: 700px;
    background-image: url("/image/bg-scanner.png");
    background-position: left bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-attachment: fixed; */
    background-color: #25a089;
    min-height: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
}

.text-scanner-1 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    margin-top: 40px;
    margin-left: 20px;

    color: #617d78;
}

.text-scanner-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-left: 20px;

    color: #617d78;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 5s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 5s infinite ease-in;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@media only screen and (max-width: 600px) {
    .modal.bottom-sheet {
        min-height: 35%;
    }

    #loadingImg {
        width: 50px;
        margin: auto;
        height: auto;
        margin-top: 120px;
        display: block;
        z-index: 100;
    }

    nav a.button-collapse {
        display: block;
    }

    .nav .nav-wrapper .brand-logo img {
        display: block;
        height: 40px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .wrapper {
        background-image: url("/image/background.png");
        background-position: center bottom; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /* background-attachment: fixed; */
        background-color: #ffffff;
        min-height: 100%;
        overflow: hidden;
    }

    .wrapper-home {
        background-image: url("/image/background.png");
        background-position: center bottom; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /* background-attachment: fixed; */
        background-color: #12af92;
        min-height: 100%;
        overflow: hidden;
    }

    .content-wrapper {
        background-image: none;
        /* background-attachment: fixed; */
        min-height: auto;
        /* opacity: 0.5; */
    }

    .content-home {
        margin: auto;
        margin-top: 50px;
        text-align: center;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    }

    .logo-home {
        height: 40px;
        margin: auto;
        margin-top: 25px;
        display: block;
    }

    .text-1 {
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 42px;
        color: #ffffff;
    }

    .text-2 {
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 52px;
        color: #fefefe;
    }

    .text-3 {
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 52px;
        color: #fefefe;
    }

    .btn-aset {
        margin-top: 15px;
        background-color: #005fb8;
        border-radius: 20px;
    }

    .btn-masuk {
        margin-top: 15px;
        background-color: #b30000;
        border-radius: 20px;
    }

    .isometric-maps {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin: auto;
        margin-top: 50px;
        display: block;
    }

    .btn-login {
        display: none;
    }

    .login-icon {
        display: block;
        height: 32px;
        margin-top: 12px;
        margin-right: 15px;
    }

    #map {
        padding: 0;
        margin: auto;
        height: 320px;
        width: 100%;
        border-radius: 9px;
        border-style: solid;
        box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    }

    .row.map {
        margin: auto;
        margin-top: 30px;
        margin-left: auto;
        text-align: center;
    }

    .text-map-1 {
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 72px;
        margin-top: 40px;
        margin-left: auto;

        color: #617d78;
    }

    .text-map-2 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        margin-left: auto;

        color: #617d78;
    }

    .btn-lihat {
        margin-top: 15px;
        background-color: #12af92;
        border-radius: 30px;
        width: 140px;
        margin-top: 40px;
        margin-left: auto;
        font-weight: bold;
        font-size: 20px;
        display: none;
    }

    .btn-filter {
        margin-top: 70px;
    }

    .row.detail {
        margin-top: auto;
        margin: auto;
    }

    .detail-content .lokasi-content {
        margin-top: 15px;
    }

    .qrcode {
        width: 100px;
        height: auto;
        float: left !important;
    }

    .sertifikat {
        width: 100px;
        height: auto;
        float: right !important;
        margin-bottom: 15px;
    }

    .carousel {
        margin-top: auto;
        left: 0px;
    }
    .carousel .carousel-item {
        margin-top: -100px;
        width: 100px;
        height: 100px;
    }

    .carousel .carousel-item img {
        width: 125px;
        height: 125px;
        object-fit: cover;
    }

    .row.login-page {
        margin: 20px;
        margin-top: 100px;
        max-width: 460px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 24px;
    }

    .row.container-no-data img {
        width: 200px;
        margin: 50px 0;
    }

    #qr-canvas {
        margin: auto;
        margin-top: 50px;
        margin-left: 30px;
        width: 80%;
        border-radius: 9px;
        box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    }

    #btn-scan-qr img {
        display: block;
        margin: auto;
        margin-top: 50px;
        width: 80%;
        border-radius: 9px;
        box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
        background-color: #fafafa;
        object-fit: cover;
        cursor: pointer;
    }

    .row.scanner {
        margin-top: 30px;
        margin: 20px;
        min-height: 700px;
    }

    .card-qrcode {
        min-height: 800px;
        align-items: center;
        align-content: center;
        background-image: url("/image/bg-scanner.png");
        background-position: left bottom; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        /* background-attachment: fixed; */
        background-color: #25a089;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.08);
    }

    .text-scanner-1 {
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 72px;
        margin-top: 10px;
        margin-left: auto;

        color: #617d78;
    }

    .text-scanner-2 {
        text-align: center;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 21px;
        margin-left: auto;

        color: #617d78;
    }
}
