.empty {
    height: 66px;
  }

.container-fluid {
    padding: 5rem !important;
}

.top {
    padding: 5rem 0 !important;
}

.card h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 180%;
    color: #2E2B2A;
}

p {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 160%;
    color: #2E2B2A;
}

.title {
    font-family: Poppins;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 2vw !important;
    margin-bottom: 10px;
}

.card {
    margin-bottom: 50px;
    box-shadow: 0px 4px 5px rgba(18, 18, 18, 0.1);
}

.card-body {
    padding: 2rem 2.5rem  !important;
}

.card-header {
    padding: 1.5rem 2.5rem 1.5rem !important;
    background-color: white !important;
}

.card-header h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 180%;
    color: #323F75;
    margin-bottom: 0 !important;
}

.menu .card {
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: .15s all ease-in-out;
}

.menu .card:hover {
    box-shadow: 0px 6px 8px rgba(50, 63, 117, 0.3);
    transform: scale(1.025);
    background: #C1C4CE;
}

.menu a:hover {
    text-decoration: none;
}

input {
    font-family: Open Sans;
    margin-bottom: 2rem;
}

.jumbotron {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0 !important;
}

.jumbotron hr {
    margin: 12px;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.center {
    margin: auto;
    width: 30%;
    background-color: #323F75;
    padding: 20px;
    border-radius: 10px;
}

.fa-user-circle {
    font-size: 2rem;
    color: #323F75;
}

.breadcrumb {
    font-family: Open Sans;
    font-size: 14px;
    padding: 0 !important;
    margin-bottom: 0.25rem !important;
    color: white !important;
    background-color: #323F75 !important;
}

.breadcrumb a {
    color: white;
}

ol {
    justify-content: center !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: white !important;
}

.breadcrumb-item.active {
    color: white !important;
}

nav {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.footer {
    background: white;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}

.footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.footer .judul {
    font-weight: 700;
}

.footer .isi p {
    margin-bottom: .2rem;
}

.footer a {
    color: black;
}

.footer #logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .row {
    margin: 0;
}

#lab-terpadu .fas {
    color: #323F75;
    margin-right: .5rem;
}

.header {
    padding-left: 1rem;
    padding-right: 2rem;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #2E2B2A;
}

.btn {
    border-radius: 10px !important;
    font-family: Open Sans;
    font-size: 14px;
    /* margin-top: 1rem;
    padding: 0.5rem; */
}

.btn-login {
    padding: 0.3rem 2rem !important;
    background: #323F75;
    color: white;
    border: 2px solid #323F75 !important;
}

.btn-simpan {
    width: 150px;
    background: #323F75;
    color: white;
    border: 2px solid #323F75 !important;
}

.btn-simpan:hover {
    color: #323F75;
    background: white;
}

.btn-kembali {
    background: white;
    color: #323F75;
    border: none;
    font-weight: 600 !important;
}

.btn-back {
    background: white;
    color: #323F75;
    border: 2px solid #323F75 !important;
    font-weight: 600 !important;
}

.btn-tambah {
    padding: 0.4rem 2rem 0.4rem 2rem !important;
}

.btn-batal {
    background: #EAEAEA;
}

img.update {
    height: 80px;
}

h1.update {
    color: #323F75;
    font-weight: 700;
    font-size: 32px;
}

h6.update {
    font-family: Open Sans;
    font-size: 16px;
}

button.update {
    background-color: #323F75;
    width: 50%;
    border-radius: 10px !important;
}

#success-update .modal-content {
    border-radius: 10px !important;
}

h5.modal-title {
    font-family: Open Sans;
    color: #323F75;
    font-weight: bold;
    font-size: 16px;
}

.modal-body {
    font-family: Open Sans;
    font-size: 16px;
    padding: 1.5rem 1rem !important;
}

.modal-footer{
    border-top: 0px solid #e9ecef !important;
}

.modal-footer button{
    padding: 0.4rem 3rem !important;
}

@media only screen and (min-width: 426px) {
    .footer .col-md-2::before {
        content: "";
        background: #D5D5D5;
        position: absolute;
        left: 0;
        height: 70%;
        width: 1px;
    }
}

@media only screen and (max-width: 426px) {
    .container-fluid {
        padding: 1rem !important;
    }

    .title {
        font-family: Poppins;
        color: white;
        text-align: center;
        font-weight: 600;
        font-size: 4vw !important;
        margin-bottom: 10px;
    }

    .breadcrumb {
        font-size: 10px;
        padding: 0 !important;
    }
    .center {
        margin: auto;
        width: 60%;
        background-color: #323F75;
        padding: 20px 15px;
        border-radius: 10px;
    }

    .card-header {
        padding: 1rem 1.5rem !important;
        background-color: white !important;
    }

    .card-body {
        padding: 1rem 1.5rem !important;
    }

    .card-header h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 180%;
        color: #323F75;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 321px) {
    .breadcrumb {
        font-size: 7px;
        padding: 0 !important;
    }
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
