@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

:root {
    --blue: #001aff;
    --teal: #16a085;
    --dark-teal: #148871;
}

.btn-absen{
    color: #0e5f4f;
    background: #0e5f4f;
    border: none;
    cursor: default !important;
}

.input-absen{
    color: #0e5f4f;
    background-color: #0e5f4f;
    cursor: default !important;
}

.input-absen:focus{
    border: none;
    outline: none;
    color: #0e5f4f;
    background-color: #0e5f4f;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0e5f4f;
}

.text-bold {
    font-weight: 700;
}

.text-medium {
    font-weight: 500;
}

.text-primary {
    color: #001aff !important;
}

.bg-teal {
    background-color: var(--teal);
}

.bg-dark-teal {
    background-color: var(--dark-teal);
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .logo {
    width: 100px;
}

.header .timer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.header .timer span {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
}

.header .timer span:nth-child(1) {
    position: relative;
    display: inline-block;
    right: -90px;
    background-color: rgba(255, 255, 255, 0.3);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    width: 32%;
    height: 60px;
    padding-right: 10px;
}
.header .timer span:nth-child(2) {
    position: relative;
    display: inline-block;
    right: -50px;
    background-color: rgba(255, 255, 255, 0.3);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    width: 32%;
    height: 60px;
    padding-right: 10px;
}
.header .timer span:nth-child(3) {
    position: relative;
    display: inline-block;
    right: -9px;
    background-color: rgba(255, 255, 255, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    width: 32%;
    height: 60px;
    padding-right: 10px;
}

.responsive-embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.responsive-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.profile-picture img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.teacher {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%);
}

.vision {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 0 100%);
}

.vision .card-header {
    background-color: var(--dark-teal);
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: var(--teal);
    padding: 5px 0;
    padding-left: 150px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5) inset;
}

.footer .label {
    display: block;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 66% 100%, 0 100%);
    background: #ffffff;
    width: 15%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 60px;
    text-align: center;
    padding-right: 30px;
    color: var(--teal);
    z-index: 1;
    font-size: 25px;
    font-weight: 600;
}

.footer .marquee marquee {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
}
