.skeleton {
    display: block;
    position: relative;
    padding-top: 38%;
    border-radius: 0.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

.margin-top {
    margin-top: -11px;
}

.input-lulusan {
    margin-top: -11px;
}

@media only screen and (max-width: 500px) {
    .margin-top {
        margin-top: 5px;
    }
    .input-lulusan {
        margin-top: 27px;
        margin-left: -45px;
        width: 90px;
    }

    .input-english {
        width: 79px;
    }
}

body {
    overflow-x: hidden;
}