* {
    font-family: "Sarabun", "Roboto", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-hover {
    background: #568dd8 !important;
    color: #fff !important;
}
.btn-hover:hover {
    background: #193c6c !important;
    color: #fff !important;
}
.btn-active {
    background: #193c6c !important;
    color: #fff !important;
}
.hover.active {
    background: #2e6dc5;
    min-width: 80px;
    min-height: 64px;
}

.text-color.active {
    color: #f4f9f4 !important;
}

.text-color {
    color: #f4f9f4 !important;
}

.text-color:hover {
    color: #f4f9f4 !important;
}

.hover:hover {
    background: #2e6dc5;
    min-height: 64px;
}

.width {
    padding: 5px 10px;
}

#respon {
    padding: 0;
}
.form-login {
    width: fit-content;
}
.input-login {
    transition: all;
    transition-duration: 500ms;
}
.input-login:focus {
    outline: none;
    border-color: var(--bs-blue) !important;
}

@media (min-width: 576px) {
    .form-login {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .hover.active {
        background: #568dd8;
    }
    .hover {
        background: #568dd8;
    }
    .hover:hover {
        background: #7ca7e0;
    }
    #respon {
        padding: 20px;
    }
    .width {
        width: 100%;
        text-align: center;
        letter-spacing: 2.5px;
        margin: 5px 0px;
    }
    #navbarSupportedContent {
        padding: 10px 12.5px;
        margin-top: 20px;
        border-radius: 5px;
        background: #2e6dc5;
    }
}
