@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@font-face {
    font-family: montserrat;
    src: url("https://cdn.jsdelivr.net/npm/@typopro/web-montserrat@3.7.5/TypoPRO-Montserrat-Regular.ttf");
}

* {
    font-family: montserrat;
}

* {
    font-family: montserrat;
}
a:hover {
    text-decoration: none;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
/* .ui-keyboard {
    border-radius: 0;
    left: 0;
    bottom: 0;
    top: auto !important;
    position: fixed !important;
    width: 100%;
} */
.ui-widget.ui-widget-content {
    border: 1px solid #adb0ad;
    background: #ffffff;
    border-radius: 0;
    left: 0;
    bottom: 0;
    top: auto !important;
    position: fixed !important;
    width: 100%;
    background-image: url("../img/assets/img/bg-tamu-3.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    min-width: 81px;
    margin: 8px 8px 12px 8px;
    font-size: 22px;
    color: #65675f;
    background: #fff;
    border: 1px solid #1e572b;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #fff;
    background: #41be5e;
    border: 1px solid #41be5e;
}
.ui-state-hover {
    color: #fff !important;
    background: #41be5e !important;
    border: 1px solid #41be5e !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.ui-widget input::placeholder,
.ui-widget select::placeholder,
.ui-widget textarea::placeholder {
    color: #bbbbbb;
}
.ui-widget input:focus,
.ui-widget select:focus,
.ui-widget textarea:focus,
.ui-widget button:focus {
    box-shadow: none;
    border: 1px solid #41be5e;
}
/* .ui-keyboard button {
    min-width: 81px;
    margin: 8px 8px 12px 8px;
    font-size: 22px;
} */
#myVideo {
    position: relative;
    right: 0;
    left: 0;
    top: -5px;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-image-home {
    /* background-image: url('../img/assets/img/background.png'); */
    background-size: cover;
}
.bg-image1-home {
    background-image: url("../img/assets/img/bg1.png");
    background-size: cover;
}
.buku-tamu {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.buku-tamu .btn-outline-success {
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    color: #1e572b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 24px;
    border-radius: 4px;
    border: 3px solid #1e572b;
    display: flex;
    align-items: center;
}
.buku-tamu .btn-outline-success svg {
    margin-right: 12px;
}
.buku-tamu .btn-outline-success:hover {
    color: #fff;
    background-color: #1e572b;
}
.buku-tamu .btn-outline-success:hover svg path {
    fill: #ffffff;
}
.buku-tamu .bg-top {
    top: 0;
    left: 0;
}
.buku-tamu .bg-logo {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.buku-tamu .bg-bottom {
    bottom: 0;
    right: 0;
}
.buku-tamu .logo{
    display: none;
}
.buku-tamu .header {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%; /* 56px */
    letter-spacing: -0.242px;
    margin-bottom: 30px;
}
.buku-tamu .subheader {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.145px;
    display: none;
}
.buku-tamu .form-group label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    letter-spacing: -0.242px;
    margin-bottom: 10px;
}
.buku-tamu .form-group .form-control {
    font-family: "Montserrat", sans-serif;
    color: #192a3e;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.242px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    max-height: none;
    height: auto;
    margin-bottom: 20px;
}
.buku-tamu .form-group .form-control::placeholder {
    color: #000;
}
.buku-tamu .form-group .form-control:disabled {
    background: #d4d4d4;
    border: 1px solid #9c9c9c;
    color: #7f7f7f;
}
.buku-tamu .form-group select.form-control {
    background-image: url("../img/assets/img/ptsp/arrow-down.svg");
    background-position: calc(100% - 16px) 16px;
    background-repeat: no-repeat;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
.buku-tamu .form-group .ui-keyboard-input-current {
    border: 1px solid #41be5e;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buku-tamu #btn_reset {
    background: #e5e5e5;
    border-radius: 4px;
    padding: 12px;
    color: #9c9c9c;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
}
.buku-tamu #btn_simpan,
.buku-tamu #btn_selesai {
    background: #0d8040;
    border-radius: 10px;
    padding: 11px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    letter-spacing: -0.242px;
}
.buku-tamu #btn_simpan {
    margin-top: 30px;
}
.buku-tamu .side-content {
    background-image: url("../img/assets/img/ptsp/bg-form.svg");
    position: fixed;
    width: -webkit-fill-available;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.buku-tamu .side-content img {
    width: fit-content;
}
.buku-tamu .btn-outline-white {
    padding: 11px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.242px;
    border-radius: 10px;
    border: 1px solid #fff;
    max-width: 268px;
    width: 100%;
}
.buku-tamu .btn-outline-black {
    padding: 12px;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; /* 33.6px */
    letter-spacing: -0.242px;
    border-radius: 10px;
    border: 1px solid #000;
    width: 100%;
    display: none;
}
.buku-tamu .alert {
    background: #f0faf2;
    padding: 32px;
    border: none;
    border-radius: 0;
}
.buku-tamu .alert h6 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.buku-tamu .alert h6 span {
    font-weight: 700;
}
.buku-tamu .card-antrian {
    height: calc(100% - 112px - 24px);
    margin-bottom: 24px;
    background: #41be5e;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 24px;
}
.buku-tamu .card-antrian h6 {
    color: #f4fbf5;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}
.buku-tamu .card-antrian span {
    color: #f4fbf5;
    font-weight: bold;
    font-size: 101px;
    line-height: 123px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .buku-tamu .logo{
        display: block;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .buku-tamu .header {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .buku-tamu .subheader {
        margin-bottom: 40px;
        display: block;
    }
    .buku-tamu #btn_simpan {
        font-size: 16px;
        padding: 12px;
    }
    .buku-tamu #btn_reset {
        font-size: 16px;
    }
    .buku-tamu .form-group label {
        font-size: 16px;
    }
    .buku-tamu .form-group .form-control {
        font-size: 14px;
    }
    .buku-tamu .btn-outline-black{
        display: flex;
        margin-bottom: 40px;
    }
}

a:hover {
    text-decoration: none;
}
.text-welcome-home {
    bottom: 0;
    left: 0;
    right: 0;
}
.image-logo-home {
    top: 0;
    left: 0;
    top: 40%;
}
.text-welcome-home h1 {
    font-size: 3.5rem;
}
.text-welcome-home svg {
    position: absolute;
    right: 40px;
    font-size: 3.5rem;
    bottom: 30px;
}
.card-choose {
    position: relative;
    z-index: 10;
    background-color: white;
}
.card-choose::before {
    z-index: -200;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -6px;
    top: -6px;
    bottom: -6px;
    right: -6px;
}
.login-portal {
    bottom: 40px;
    right: 40px;
}
.login-card::before {
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -7px;
    top: -24px;
    bottom: -24px;
    right: -6px;
}
input:focus {
    outline: 1px solid rgba(8, 173, 75, 1);
    border: none;
}
.webcam-border::before {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 5px;
    content: "";
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
}
.bgo-absolute {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.text-nav {
    display: inline-block;
}
@media only screen and (max-width: 757px) {
    .text-nav {
        display: none;
    }
}
.bg-home {
    height: 768px;
}

.help-nav a:hover,
.text-color {
    color: #08ad4b;
}
.bg-color {
    background-color: #08ad4b;
}
.bgo-color {
    background-color: rgba(8, 173, 75, 0.7);
}
.bg-white {
    background-color: white;
}
.bgo-white {
    background-color: rgba(225, 225, 225, 0.7);
}
.bgo-dark {
    background-color: rgba(0, 0, 0, 0.5);
}
.page-link {
    border-radius: 100px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 22px;
    margin: 0px 2px;
    color: #08ad4b;
    border-color: rgba(8, 173, 75, 0.5);
}
.page-item.active .page-link {
    background-color: rgb(14, 230, 100) !important;
    border-color: rgb(14, 230, 100);
}
.page-item.disabled .page-link {
    background-color: gainsboro;
}
.peminjaman-picture {
    border: 8px solid rgb(216, 216, 216);
}
.message-top {
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    border-radius: 0 !important;
}
@font-face {
    font-family: montserrat;
    src: url("https://cdn.jsdelivr.net/npm/@typopro/web-montserrat@3.7.5/TypoPRO-Montserrat-Regular.ttf");
}
.text-color {
    color: #08ad4b !important;
}
.nav_name {
    display: inline-block;
}
@media (max-width: 700px) {
    .nav_name {
        display: none;
    }
}
.text-color:hover {
    color: #08ad4b !important;
}
.go_login {
    bottom: 25px;
    right: 50px;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
}
.bg-color {
    background-color: #08ad4b;
}
.bg-white {
    background-color: white;
}
.bgo-white {
    background-color: rgba(225, 225, 225, 0.6);
}
.bgo-color {
    background-color: rgba(8, 173, 75, 0.6);
}
.wlcm {
    bottom: 0;
    /* background-image: url("../img/assets/img/home-background.png");
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #f1f1f1;
    min-height: 100vh;
}
.wlcm .bg-top {
    top: 0;
    left: 0;
}
.wlcm .bg-bottom {
    bottom: 0;
    right: 0;
}
.wlcm h2 {
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.242px;
    margin-bottom: 30px;
}
.wlcm h3 {
    margin-bottom: 30px;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 100%; /* 28px */
    letter-spacing: -0.242px;
}
.wlcm h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.242px;
    margin-bottom: 0;
}
.wlcm .display-3 {
    font-weight: 800;
    line-height: 100%; /* 72px */
    letter-spacing: -0.242px;
    color: #232323;
    font-family: "Montserrat", sans-serif;
}
.wlcm .logo {
    padding: 20px 30px;
    display: flex;
    gap: 30px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 50px;
}
.wlcm .btn {
    background: #161616;
    border-radius: 12px;
    padding: 16px 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    border: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
.wlcm .copyright-mobile {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    letter-spacing: -0.242px;
    text-align: center;
    display: none;
}
.wlcm svg {
    font-size: 4rem;
    right: 30px;
    bottom: 20px;
}
.wlcm .badge {
    border-radius: 44.536px;
    background: rgba(255, 255, 255, 0.5);
    padding: 4.454px 26.722px 4.454px 8.907px;
    font-size: 14.252px;
    font-weight: 500;
    line-height: 32.066px; /* 225% */
    letter-spacing: -0.216px;
    margin-bottom: 50px;
}
.wlcm footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    background-size: cover;
    background-image: url("../img/assets/img/footer-alhadi.svg");
}
.wlcm footer p {
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.242px;
    color: #f1f1f1;
}

@media (max-width: 564px) {
    .wlcm h1 {
        font-size: 40px;
    }
    .wlcm p {
        font-size: 15px;
    }
    .wlcm h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .wlcm h3 {
        font-size: 25px;
    }
    .wlcm .display-3 {
        font-size: 44px;
    }
    .wlcm h5 {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .wlcm .logo {
        width: auto;
        gap: initial;
        justify-content: space-between;
        margin-bottom: 39.51px;
    }
    .wlcm .logo img {
        height: 28.768px;
    }
    .wlcm .badge {
        margin-bottom: 30px;
    }
    .wlcm .btn {
        margin-top: 56px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .wlcm .copyright-mobile {
        display: block;
    }
    .wlcm footer {
        display: none;
    }
}

.bg-home {
    background-image: url("../img/assets/img/ar-rifai_bg.png");
    background-size: cover;
    background-color: rgba(8, 173, 75) !important;
}
.choose_one_fitur {
    position: relative;
    z-index: 10;
}
.choose_one_fitur::before {
    border: 7px solid #fff;
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -7px;
    right: -7px;
    opacity: 0.5;
    border-radius: 10px;
}
input,
textarea {
    transition: all 0.3s;
}
input:focus,
textarea:focus {
    outline: none !important;
    background-color: #08ad4b;
    border: 2px solid rgba(8, 173, 75, 1);
}

/*loading animation*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.loaderScreen-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #242f3f91;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.overlay-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #242f3fde;
    z-index: 1;
    display: none;
}
