h1, .ms-h1 {
    font-family: "Kurious Looped", sans-serif;
}
.loading-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 9999;
}

#popdiv {
    height: 70px;
    width: 70px;
    background-color: #ffff;
    position: fixed;
    top: 50%;
    left: 50%;
}

#customAlertOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#customAlertBox {
    background: #fff;
    padding: 24px 32px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    max-height: 70vh;
    overflow-y: auto;
    text-align: left;
}

#customAlertMessage {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    max-height: calc(1.6em * 15); /* ประมาณ 15 บรรทัด */
    overflow-y: auto;
    font-weight: 400;
}

#customAlertBox button {
    margin-top: 20px;
    padding: 8px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    float: right;
}

    #customAlertBox button:hover {
        background-color: #0056b3;
    }
.grecaptcha-badge {
    visibility: hidden !important;
}
.header-mobile .k-mobile-menu.active {
    height: 100vh;
}