@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.spacer1 {height: 1em;}
.spacer2 {height: 2em;}
.spacer3 {height: 4em;}
.spacer4 {height: 6em;}
.spacer5 {height: 10em;}

#navbar-cont {
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 50%);
}

#navbar-row {
    max-width: 1200px;
    padding: 16px 0px;
    margin: auto;
}

#navbar-row img {
    width: 50%;
}

h1 {
    font-size: 2em;
    font-weight: 300;
}

#signOutButton {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 0px;
    background-color: inherit;
    font-size: 1.2em;
}

#signOutButton img {
    width: 24px;
    display: inline;
    margin-bottom: 4px;
    margin-left: 0.5em;
}

#cardTitleRow {
    display: none;
    background-color: #ddd;
}

#mainContentRow {
    display: none;
    background-color: #eee;
}

#mainContentCol {
    padding: 3em 2em;
}

#data-label, #backFromDaftarResi {
    font-size: 1.5em;
    border: 0px;
    transition: transform 0.2s ease;
} 

#backFromDaftarResi img {
    width: 30px;
    margin-bottom: 4px;
    margin-right: 0.2em;
}

ul {
    list-style-type: none;
    padding: 0px
}

li {
    background-color: white;
    padding: 1em 1.5em;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    border: solid black;
    border-width: 0px 1px 1px 1px;
}

li:first-of-type {
    border-width: 1px;
}

.flexActions {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.flexActions img {
    margin-right: 0.5em;
    margin-bottom: 4px;
}

.updateBtn img {
    width: 20px;
}

.resiBtn img {
    width: 21px;
}

.adaptiveBtn {
    text-align: start;
    width: 100px;
}

img[src="https://img.icons8.com/glyph-neue/64/000000/play.png"] {
    width: 24px;
}

.flexActions button {
    border: 0px;
    background-color: inherit;;
    transition: transform 0.2s ease;
}

.flexActions button:hover, #backFromDaftarResi:hover {
    transform: scale(1.05);
}

#grayOverlay {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    background-color: black;
    z-index: 10;
    opacity: 30%;
    filter: blur(3px);
}

#popupCol {
    display: block;
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 50%);
    padding: 2em;
    z-index: 20;
    background-color: white;
}

#popupCol button, input[type="submit"] {
    transition: filter 0.2s ease;
}

#popupCol button:hover, input[type="submit"]:hover {
    filter: brightness(80%);
}

#popupTitle {
    font-size: 1.6em;
    font-weight: 300;
}

#updateBaruContents {
    display: none;
    margin: 0px 2em;
}

#updateBaruSuggestions .col {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0.5em;
}

#updateBaruSuggestions button {
    border: 0px;
    background-color: #ddd;
    padding: 0.5em 1.5em;
    margin: 0.3em 0.2em;
    border-radius: 2em;
}

#form-updateBaru input, #form-updateBaru button, #closeNewUpdateBtn {
    width: 100%;
    height: 100%;
    padding: 0.5em;
}

#form-updateBaru button, #updateBaruSuggestions #closeNewUpdateBtn {
    padding: 0.5em;
    height: 100%;
    background-color: white;
    border: 1px solid black;
    border-radius: 0.3em;
}

#updateBaruSuggestions #closeNewUpdateBtn {
    height: 40px;
    background-color: red;
    color: white;
    font-weight: 500;
}

#loginContents {
    display: block;
    margin: auto;
    max-width: 65%;
}

#loginContents .row {
    margin: 0.8em 0em;
}

#loginContents .row .col-3 {
    margin: auto 0px;
}

#loginContents input {
    width: 100%;
    padding: 0.5em 0.8em;
}

#loginMessage {
    color: red;
    font-weight: 500;
}

/* Spinner CSS */

@keyframes ldio-rk48zx6678 {
    0% { opacity: 1 }
    100% { opacity: 0 }
}
.ldio-rk48zx6678 div {
    left: 97px;
    top: 38px;
    position: absolute;
    animation: ldio-rk48zx6678 linear 1s infinite;
    background: #000000;
    width: 6px;
    height: 40px;
    border-radius: 3px / 20px;
    transform-origin: 3px 62px;
}.ldio-rk48zx6678 div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #000000;
}.ldio-rk48zx6678 div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #000000;
}
.loadingio-spinner-spinner-fhfp8nahj {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}
.ldio-rk48zx6678 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.25);
    backface-visibility: hidden;
    transform-origin: 0 0;
}
.ldio-rk48zx6678 div { box-sizing: content-box; }

@media (min-width: 1200px) {
    #popupCol {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    #popupCol {
        max-width: 960px;
    }
}