*,
ul {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

header {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
}

body {
    font-size: 14px;
    background: url('../images/white_carbon.webp') repeat;
}


.oswald {
    font-family: "Oswald", sans-serif;
}

main {
    width: 500px;
    margin: auto;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    background: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
}

header {
    background: #1F6F5F;
    padding: 20px 30px 80px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    color: white;
    position: relative;
}

header img {
    height: 35px;
    margin-right: 10px;
}

header h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.jam-absensi {
    text-align: center;
    background: #FFF;
    border-radius: 20px;
    color: #1F6F5F;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 20px rgba(31, 111, 95, 0.138);
    top: 150px;
    width: 90%;
}

.jam-absensi .jam {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jam-absensi .jam h1 {
    font-size: 20px;
    margin: auto;
    color: #444;
    font-weight: 600;
}

.profile {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    font-size: 11px;
}

.profile h2 {
    font-size: 12px;
    font-weight: 600;
}

.profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.list-jam {
    position: relative;
    height: 50vh;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 20px;
}

.list-jam li {
    display: flex;
    justify-content: space-between;
    border: 1px dashed #ddd;
    padding: 15px 20px;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.list-jam li h1 {
    font-weight: 500;
    font-size: 18px;
    font-weight: 700;
}

.list-jam li div {
    text-align: center;
}




/* CSS */
.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #1F6F5F;
    border-radius: 50px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .1) 0 2px 5px 0, rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, sans-serif;
    font-size: 100%;
    height: 44px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 30px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    text-align: center;
    text-transform: none;
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-9:disabled {
    cursor: default;
}

.button-9:active {
    bottom: 5px;
}

.button-9:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-login {
    width: 90%;
    padding: 20px;
}

.form-login img {
    width: 60px;
}

.group {
    position: relative;
    width: 100%;
}

.icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.input {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 0 1em 0 2.5em;
    border: 2px solid #ddd;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
}
i.icon-in{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0664e83a;
    color: #0664e8;
    border: 5px solid #0664e80e;
}
i.icon-out{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8060626;
    color: #e80606;
    border: 5px solid #e806060e;
}
@media only screen and (max-width:768px) {
    .form-login {
        width: 95%;
        padding: 10px;
    }

    main {
        width: 100%;
    }

    .button-9 {
        width: 90%;
    }

    .list-jam li small {
        font-size: 12px;
    }

    .list-jam li h1 {
        font-size: 14px;
    }

    .list-jam li h6 {
        font-size: 12px;
    }

    header em {
        font-size: 11px;
    }

    header img {
        height: 25px;
    }

    header h2 {
        font-size: 14px;
    }

    .logo {
        line-height: 15px;
    }
    i.icon-out,
    i.icon-in{
        width: 30px;
        height: 30px;
        border: 4px solid #e806060e;
    }

}


/* CSS */
.button-66 {
    background-color: #26937d;
    border-radius: 10px;
    border: 0;
    box-shadow: rgba(1, 105, 83, 0.5) 0 -1px 3px 0 inset, rgba(0, 97, 66, 0.1) 0 3px 6px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inherit;
    font-family: "Space Grotesk", -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    min-width: 120px;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.button-66:hover {
    background-color: #146454;
    transform: translateY(-2px);
}

.link {
    margin: 0;
    min-width: 120px;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    background: #efefef;
    user-select: none;
    border-radius: 10px;
    color: #0d0c22;
}
.list-absen{
    position: relative;
}
.list-absen li{
    display: flex;
}
.date{
    width: 70px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.date h1{
    font-size: 30px;
    margin: 0;
    font-weight: 800;
}
.date span{
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.list-absen h2{
    font-size: 18px;
    font-weight: 700;
}
.list-absen li {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.list-absen li span{
    font-size: 14px;
}