body,
textarea {
    width: 100%;
    font-display: swap;
}
label,
textarea {
    display: block;
    font-size: 1rem;
}
html {
    transition: data-bs-theme 0.3s ease-in-out;
}
body {
    font-family: "Plus Jakarta Sans", "Noto Sans Thai", "Inter", Arial,
        Helvetica, sans-serif !important;
    margin: auto;
    padding: 0;
    background-color: var(--bs-tertiary-bg-rgb);
    max-width: 768px;
}
.navbar-brand {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
}
form {
    margin: 20px;
}
textarea {
    box-sizing: border-box;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    line-height: 1.5;
    overflow: hidden;
    font-family: "Inter", "Noto Sans Thai", Arial, Helvetica, sans-serif;
}
label {
    margin-bottom: 5px;
}
.btn {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.delimiter-input {
    text-align: center;
    resize: horizontal;
    font-size: 1.25rem;
    color: var(--bs-primary);
    font-weight: 900;
}

.toggle-btn {
    right: 20px;
    top: 20px;
    background: linear-gradient(0deg, #ff6f00 0, #ffd600 100%);
    color: #000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.toggle-btn.dark-mode {
    background: linear-gradient(0deg, #304ffe 0, #311b92 100%);
    color: #fff;
}
.material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 48;
}
.maticonbtn,
.newline-symbol {
    padding-right: 0.5rem;
}
.title-nav {
    font-weight: 900;
}
.subtitle-nav {
    font-weight: 400;
}

table,
th,
td {
    width: 100%;
}

.dropdown-descr-symbol {
    color: var(--bs-primary);
    font-weight: 900;
    padding-right: 1rem;
}

.delimiter-input-form {
    width: 5rem;
}
