body{
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
h1{
    font-weight: 700;
    color: white;
}
.header{
    background-color: #5AB2FF;
    height: 75px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.btn-primary{
    background-color: #5AB2FF;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    border: none;
    font-weight: 400;
    margin: 0px 10px;
}
.btn-secondary{
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    color: #5AB2FF;
    border: #5AB2FF solid 1px;
    font-weight: 400;
    margin: 0px 10px;
}
.login-card{
    text-align: center;
    padding: 50px 50px 0px 50px;
}
.login-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
h2{
    font-weight: 600;
}

.btn-sidebar{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    color: black;
    border: none;
    font-weight: 600;
    text-align: left;
}
.bgr-primary{
    background-color: #5AB2FF;
}
.btn-sidebar-active{
    background-color: #5AB2FF;
    padding: 12px;
    border-radius: 10px;
    color: white;
    border: none;
    font-weight: 600;
    text-align: left;
}
.list-detail-sidebar{
    background-color: white;
    padding: 10px;
    color: black;
    font-weight: 400;
}
.list-detail-sidebar-active{
    background-color: white;
    padding: 10px;
    color: #5AB2FF;
    font-weight: 400;
}
.card-instansi{
    height: 300px;
    margin: 20px 5px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk tombol */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 1000px) {
    .navigation-admin{
        background-color: white;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk tombol */
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .navigation-admin{
        background-color: white;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk tombol */
        margin-bottom: 20px;
    }
}
@media (max-width: 800px){
    .col-nav{
        margin: 15px;
        text-align: center;
    }
}
@media (max-width: 800px){
    .header-content{
        text-align: center;
    }
}
@media (min-width: 800px){
    .end-content{
        text-align: end;
    }
}
/* halaman input kelas */
.notes{
    background-color: #A0DEFF;
    border-radius: 20px;
    padding: 50px 30px;
    margin: 120px 0px ;

}
.container-input-kelas{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-input-kelas{
    background-color: #5AB2FF;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-input-kelas{
    padding-left: 70px;
}
.card{
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Bayangan untuk tombol */
}
.card-input-kelas{
    margin: 0px 30px 0px 30px ;
}
a{
    text-decoration: none;
}
.row{
    margin: 20px 0px;
}
.btn-edit{
    padding: 3px 7px;
    margin: 3px;
    border-radius: 5px;
    border: solid 1px;
    color: #5AB2FF;
}
.btn-search{
    padding: 3px 7px;
    border-radius: 5px;
    border: solid 1px;
    color: green;
}
.btn-trash{
    padding: 7px 9px;
    border-radius: 5px;
    border: solid 1px;
    color: red;
    background-color: white;
}
.card-input{
    margin: 30px;

}
textarea{
    height: 200px;
}
table td {
    word-wrap: break-word;
}

.container-column{
    max-width: 15vw; /* Allow container to adjust its width */
}
.container-column-sm{
    max-width: 2vw; /* Allow container to adjust its width */
}
.container-column-description{
    max-width: 35vw; /* Allow container to adjust its width */
}
.alternative{
    border: 1px solid;
    background-color: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk tombol */
}
.gap1{
    padding: 15px 0px;
}
.commentar{
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    border: black solid 1px;
}
.card-detail-materi{
    margin: 10px 0px;
}
.file-show {
    margin: 10px;
    border-radius: 15px;
    border: black solid 1px;
    align-items: center;
}
.head-file-show {
    display: inline-block; /* Ensure span respects max-width */
    padding: 20px 30px;
    background-color: #5AB2FF;
    justify-content: center;
    align-items: center;
    border-right: black solid 1px;
    border-radius: 14px 0px 0px 14px;
}
.body-file-show {
    margin: 10px 15px;
}
.card-header{
    background-color: #5AB2FF;
    color: white;
}
@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.zoom {
    animation: zoomIn 0.5s ease-in-out;
}

.zoom:hover {
    transform: scale(1.2); /* (120% zoom) */
    transition: transform .2s;
}
.card-container {
    display: flex;
}
.card-content {
    flex-grow: 1;
}
a{
    text-decoration: none;
    color: black;
}
