body,
textarea {
	width: 100%;
	font-display: swap;
}
label,
textarea {
	display: block;
	font-size: 1rem;
}
html {
	transition: data-bs-theme 0.3s ease-in-out;
}
.tj-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: 200px;
	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;
}

.sl-none {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-ms-user-select: none;
}

/* Font Weight */

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

/* Font Size */

.fsz-1 {
	font-size: calc(6rem + 1.5vw) !important;
}

.fsz-2 {
	font-size: calc(3.75rem + 1.5vw) !important;
}

.fsz-3 {
	font-size: calc(3rem + 1.5vw) !important;
}

.fsz-4 {
	font-size: calc(2.125rem + 1.5vw) !important;
}

.fsz-5 {
	font-size: calc(1.5rem + 1.5vw) !important;
}

.fsz-6 {
	font-size: calc(1.25rem + 1.5vw) !important;
}

.fsz-7 {
	font-size: calc(1rem + 1.5vw) !important;
}

.fsz-8 {
	font-size: calc(0.875rem + 1.5vw) !important;
}

.fsz-9 {
	font-size: calc(0.75rem + 1.5vw) !important;
}

.fsz-10 {
	font-size: calc(0.625rem + 1.5vw) !important;
}

.bd768 {
	max-width: 768px !important;
}

.main-settings {
	max-width: 200px !important;
}
