@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins.woff) format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    font-size: 10px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
    width: 100%;
    height: 100%;
}

.main {
    position: relative;
    height: 96.3vh;
}

.fa-custom {
    border: 1px solid grey;
    padding: 5px 6px;
    height: 23px;
    border-radius: 11px;
    background-color: grey;
}

.btn-custom {
    height: 24.5px;
}

.action-btn {
    cursor: pointer;
}

.action-btn:hover span {
    font-weight: bold;
}

.btn-danger-custom:hover {
    background-color: white;
    color: red;
}

/* a.btn-outline-secondary-custom:hover {
    color: black;
} */

.running-text-container {
    position: sticky;
    padding: 2px;
    background-color: lightgrey;
    font-size: 16pt;
    color: white;
    height: auto;
    margin-top: -33px;
    margin-bottom: 12px;
}

.footer {
    position: fixed;
    bottom: 0;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #f1f1f1;
    border-top: 1px solid lightgrey;
    height: 35px;
}

.footer .footer-content {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.navbar {
    height: 35px;
}

.navbar-content {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.left-content-navbar .logo-sekolah {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.left-content-navbar .nama-sekolah h6 {
    margin: 0;
}

.body-content .top-content .right-content .nama-sekolah-container {
    height: 50px;
}

.body-content .top-content .right-content .logo-sekolah img {
    width: 50px;
}

.body-content .top-content .right-content .nama-sekolah {
    height: 50px;
}

.body-content .top-content .right-content .nama-sekolah h6 {
    margin: 0;
    text-align: end;
}

.vertical-line {
    width: 1px;
    height: 50px;
    background-color: grey;
    margin: 0 10px;
}

.body-content .top-content .right-content .logo-pemerintahan {
    display: flex;
    align-items: center;
}

.body-content .top-content .right-content .logo-pemerintahan img {
    width: 55px;
}

.tabel-jadwal-pelajaran thead tr td,
.tabel-jadwal-pelajaran tbody tr td {
    padding: 10px;
}

.bg-dark-grey {
    background-color: #cfcfcf;
}

.green-circle {
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
}

.colored-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.colored-circle.green {
    background-color: green;
}

.colored-circle.orange {
    background-color: orange;
}

.colored-circle.pink {
    background-color: #e83e8c;
}

.colored-circle.red {
    background-color: red;
}

.btn-primary {
    background-color: #00adef !important;
}

#swal2-content div {
    font-size: 12px;
}

.btn-logout {
    width: 74.59px;
}

.action-reload-content {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
}

.action-reload-content span {
    height: fit-content;
}

a.btn,
button.btn {
    min-height: 22.5px !important;
}

.modal-backdrop {
    /* display: none !important; */
}

button.close span {
    font-size: 19px;
}

html,
main {
    height: 100% !important;
    /* overflow: hidden; */
}

#running-text-siswa .js-marquee span {
    font-size: 12px;
}

.body-content .content-container .content-header h4 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(48%, -50%);
}

@media only screen and (max-width: 1440px) {
    .footer {
        padding: 6px 0 10px 0;
    }

    .running-text-container {
        margin-top: -29px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 1024px) {
    .cbt-title {
        display: none !important;
    }

    .cbt-small-title {
        display: block !important;
    }

    .navbar-content {
        width: 93% !important;
    }

    .body-content .top-content {
        width: 90% !important;
    }

    .body-content .top-content,
    .body-content .content-container,
    .footer .footer-content {
        width: 90% !important;
    }

    .running-text-container {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 866px) {
    .navbar-content {
        width: 93% !important;
    }

    .body-content .top-content {
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-content {
        width: 93% !important;
    }

    .body-content .top-content,
    .body-content .content-container,
    .footer .footer-content {
        width: 90% !important;
    }

    .running-text-container {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 640px) {

    .navbar-content .left-content-navbar .nama-sekolah .cbt-title-separator,
    .navbar-content .left-content-navbar .nama-sekolah .cbt-small-title {
        display: none !important;
    }
}

@media only screen and (max-width: 425px) {

    .school-name,
    .cbt-small-title,
    .cbt-title-separator {
        display: none !important;
    }

    .tahun-pelajaran h6 {
        text-align: center;
    }

    .top-content .right-content .logo-sekolah .nama-sekolah-container {
        display: none !important;
    }

    .top-content .right-content .logo-sekolah img {
        width: 40px !important;
        height: 40px !important;
    }

    .top-content .right-content .logo-pemerintahan img {
        width: 45px !important;
        margin-top: 4px !important;
    }

    .top-content .user-profile img {
        width: 53px !important;
        height: 53px !important;
    }

    .top-content .user-profile .user-info h4 {
        font-size: 11px !important;
    }

    .top-content .user-profile .user-info h5 {
        font-size: 10px !important;
    }

    .body-content .content-container {
        top: 76px !important;
    }

    .content-container .content-card .content-header h4 {
        font-size: 13px;
        right: 50%;
        transform: translate(48%, -50%);
    }

    .jadwal-hari-ini {
        padding-bottom: 50px;
    }

    .jadwal-hari-ini .content-header h4 {
        right: unset !important;
        left: 25px !important;
        transform: translate(0, -50%) !important;
    }

    .footer .footer-content h6 {
        font-size: 8px !important;
    }

    .btn-logout {
        width: 85.59px;
    }

    .running-text-container {
        margin-bottom: 9px;
    }
}

@media only screen and (max-width: 375px) {
    .btn-logout {
        width: 78.59px !important;
    }

    .running-text-container {
        margin-bottom: 5px;
    }
}