body {
    font-family: 'Pyidaungsu', 'Manrope', sans-serif;
}

a {
    text-decoration: none;
}

.header-bar {
    background: #1E3A8A;
    padding: 12px 0;
}


.login-card {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    padding: 28px;
    width: 100%;
    max-width: 380px;
    z-index: 2;
}

.login-btn {
    background: #1E3A8A;
    color: white;
    border-radius: 8px;
    font-weight: 600;
}

.title {
    color: #1E3A8A;
}

.notice-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1E3A8A;
}

.notice-box {
    background: #B68A35;
    color: white;
    border-radius: 12px;
    padding: 30px;
}

.footer {
    background: #F8F1E7;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .notice-title {
        font-size: 1.4rem;
    }

    .footer p {
        font-size: 14px;
    }
}

.star-divider {
    max-height: 380px;
    width: auto;
}

@media (max-width: 767px) {
    .star-divider {
        display: none;
    }
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30,58,138,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-header {
    background: #F8F9FF;
}

.offcanvas-link {

    transition: all 0.2s ease;
}

.offcanvas-link:hover {
    background-color: #5f80ec;
    color: #F8F1E7;
    border-radius: 10px;
    margin: 10px;

}

.offcanvas-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
