body {
    background-color: #e2edff;
    overflow-x: hidden;
    transition: 0.5s;
    font-family: 'Rubik', sans-serif;
}

.btn-custom {
    background-color: #68A7AD;
    color: white;
}

.card {
    border-top: 4px solid #68A7AD;
}

.child-card {
    border: 0.5px solid lightgray;
    margin-bottom: 40px;
}

section {
    padding: 0.5rem;
    min-height: 100vh;
}

footer {
    background-color: #68A7AD;
    bottom: 0;
    width: 100%;
    color: white;
}

/* 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;
}

.exam-card {
    border-top: none;
}

.card-header,
.card-footer {
    background-color: white;
}

.number-card {
    border: 1px solid lightgray;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.number-card:hover {
    color: inherit;
    background-color: rgba(211, 211, 211, 0.2);
}

/* .form-check-input:checked {
    background-color: black;
    border: none;
    font-weight: bold;
} */

.btn-pagination {
    height: max-content;
}

.card-soal {
    max-height: 250px;
    overflow-y: auto;
}

.nomor-active {
    background-color: lightgray;
}

.detail-profile {
    position: absolute;
    right: 0;
    top: -500%;
    z-index: 1000;
    padding: 20px 28px;
    background-color: #358c94;
    color: white;
    border-bottom-left-radius: 10px;
    /* border-bottom: 2px solid #68A7AD; */
    border-left: 5px solid white;
    /* box-shadow: -2px 2px 8px lightgray; */
    transition: 0.5s;
}

.detail-profile .body-detail-profile {
    display: flex;
    width: 100%;
    align-items: center;
}

.detail-profile .body-detail-profile img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.detail-profile .body-detail-profile h5 {
    margin: 0;
    font-size: 18px;
}

.detail-profile .body-detail-profile .status-detail-profile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.detail-profile .footer-detail-profile {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.detail-profile .footer-detail-profile h6 {
    margin: 0;
    font-weight: 350;
}

#detail-profile {
    display: none;
}

#detail-profile:checked ~ .detail-profile {
    top: 0;
    transition: 0.5s;
}

#btn-detail-profile {
    cursor: pointer;
}

.bg-form-login {
    background-color: white;
    border-radius: 10px;
    width: 400px;
    max-width: 80%;
}

.form-daftar-biodata {
    width: 100%;
    padding: 1rem !important;
}

.form-daftar-akses {
    width: 100%;
    padding: 1rem !important;
    transition: 0.5s;
}

#btn-carousel-form {
    color: #0d6efd;
    cursor: pointer;
}

#btn-carousel-form:hover {
    text-decoration: underline;
}

#carousel-form {
    display: none;
}

#carousel-form:checked ~ .form-daftar-biodata {
    margin-left: -100%;
    transition: 0.5s;
}

#carousel-form:checked ~ #btn-carousel-form {
    visibility: hidden;
}
