.table-fs {
	min-width: 1100px !important;
}
.table-content div:nth-last-child(1) {
	border: none !important;
}

/* spacing */

.m-10 {
	margin: 2.5rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
@media screen and (min-width: 576px) {
	.mt-sm-10 {
		margin-top: 2.5rem !important;
	}
}
.ml-10 {
	margin-left: 2.5rem !important;
}
.mr-10 {
	margin-right: 2.5rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mb-68px {
	margin-bottom: 68px !important;
}
.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}
@media screen and (min-width: 576px) {
	.my-sm-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}
}
.mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.m-20 {
	margin: 5rem !important;
}
.mt-20 {
	margin-top: 5rem !important;
}
.ml-20 {
	margin-left: 5rem !important;
}
.mr-20 {
	margin-right: 5rem !important;
}
.mb-20 {
	margin-bottom: 5rem !important;
}
.my-20 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}
.mx-20 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

/* padding */

.px-6 {
	padding-left: 4.25rem !important;
	padding-right: 4.25rem !important;
}
.px-7 {
	padding-left: 6.25rem !important;
	padding-right: 6.25rem !important;
}
.py-6 {
	padding-top: 4.25rem !important;
	padding-bottom: 4.25rem !important;
}
.pl-6 {
	padding-left: 4.25rem !important;
}
.pr-6 {
	padding-right: 4.25rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}

.pt-6 {
	padding-top: 4.25rem !important;
}
.pb-6 {
	padding-bottom: 4.25rem !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* gap */

.gap-25 {
	gap: 12px !important;
}

/* height */

.h-1 {
	height: 1px !important;
}
.h-16 {
	height: 16px !important;
}
.h-20 {
	height: 20px !important;
}
.h-24 {
	height: 24px !important;
}
.h-40 {
	height: 40px !important;
}
.h-44 {
	height: 44px !important;
}
.h-60 {
	height: 60px !important;
}

@media screen and (min-width: 576px) {
	.h-sm-80 {
		height: 80px !important;
	}
	.mw-sm-250 {
		max-width: 250px !important;
	}
}

/* width */

.w-1 {
	width: 1px !important;
}
.w-2 {
	width: 2px !important;
}
.w-24 {
	width: 24px !important;
}
.w-16 {
	width: 16px !important;
}
.w-20 {
	width: 20px !important;
}
.w-12 {
	width: 12px !important;
}
.w-30 {
	width: 30px !important;
}
.w-40 {
	width: 40px !important;
}
.w-50 {
	width: 50px !important;
}
.w-60 {
	width: 60px !important;
}
.w-180 {
	width: 180px;
}
.mw-100 {
	max-width: 100px !important;
}
.mw-250 {
	max-width: 250px !important;
}
.mw-400 {
	max-width: 400px !important;
}
.mw-635 {
	max-width: 635px !important;
}
.mw-800 {
	max-width: 800px !important;
}
.mw-none {
	max-width: none !important;
}
.mw-full {
	max-width: 100%;
}
.w-min {
	width: min-content !important;
}
.w-max {
	width: max-content !important;
}

/* backgrounds */
.bg-gray-60 {
	background: var(--gray-60) !important;
}
.bg-yellow-op {
	background: rgba(255, 204, 102, 0.2);
}
.bg-milky {
	background: var(--milky) !important;
}
.bg-gray-80 {
	background: var(--gray-80) !important;
}
.bg-gray-80-hover:hover {
	background: var(--gray-80) !important;
}
.bg-gray-80-active:active,
.bg-gray-80-active.active {
	background: var(--gray-80) !important;
}
.bg-gray-80-selected[aria-selected="true"],
.bg-gray-80-selected[aria-selected="true"] {
	background: var(--gray-80) !important;
}
.bg-gray-100 {
	background: var(--gray-100) !important;
}
.bg-blue-100 {
	background: var(--blue-100) !important;
}
.bg-gray-80-hover:hover {
	background: var(--gray-80) !important;
}
.bg-green {
	background: var(--green) !important;
}
.bg-dark-green {
	background: var(--dark-green) !important;
}
.bg-red {
	background: var(--red) !important;
}
.bg-dark-red {
	background: var(--dark-red) !important;
}
.bg-orange {
	background: var(--orange) !important;
}

/* cards backgrounds */

.content-card {
	background: var(--gray-100) !important;
}

.content-card:hover {
	background: rgba(68, 177, 213, 0.2) !important;
}
.content-card:active,
.content-card.active {
	background: rgba(68, 177, 213, 0.1) !important;
}
.content-card:hover .bg-gray-80 {
	background: rgba(45, 46, 57, 0.6) !important;
}
.content-card:active .bg-gray-80,
.content-card.active .bg-gray-80 {
	background: rgba(68, 177, 213, 0.05) !important;
}
.content-card:hover .input-field.toggle-button {
	background: rgba(30, 31, 37, 0.5) !important;
}
.content-card:active .input-field.toggle-button,
.content-card.active .input-field.toggle-button {
	background: rgba(30, 31, 37, 0.4) !important;
}

.content-card-nohover {
	background: var(--gray-100) !important;
}

/* borders */

.border-radius-12 {
	border-radius: 12px !important;
}
.border-radius-8 {
	border-radius: 8px !important;
}
.border-radius-6 {
	border-radius: 6px !important;
}
.border-radius-4 {
	border-radius: 4px !important;
}
.border-radius-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.border-radius-bottom-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.border-width-none,
.border-width-none * {
	border-width: 0 !important;
}
.border-color-gray-60 {
	border-color: var(--gray-60) !important;
}

/* fonts */

.fs-10 {
	font-size: 20px !important;
	line-height: 24px !important;
}
.fs-20 {
	font-size: 20px !important;
	line-height: 24px !important;
}
.fs-30 {
	font-size: 30px !important;
	line-height: 36px !important;
}
.fs-34 {
	font-size: 34px !important;
	line-height: 35.5px !important;
}
.fs-40 {
	font-size: 40px !important;
	line-height: 48px !important;
}
.fs-50 {
	font-size: 50px !important;
	line-height: 55px !important;
}

.fs-100 {
	font-size: 100px !important;
}

.fs-24 {
	font-size: 24px !important;
	line-height: 31.2px !important;
}
.fs-18 {
	font-size: 18px !important;
	line-height: 23.4px !important;
}
.fs-16 {
	font-size: 16px !important;
	line-height: 20px !important;
}
.fs-14 {
	font-size: 14px;
	line-height: 21px;
}
.fs-12 {
	font-size: 12px !important;
}

/* font weight */

.fw-4 {
	font-weight: 400 !important;
}
.fw-5 {
	font-weight: 500 !important;
}
.fw-6 {
	font-weight: 600 !important;
}
.fw-7 {
	font-weight: 700 !important;
}

/* text color */

.text-blue-30 {
	color: var(--blue-30) !important;
}
.text-blue-50 {
	color: var(--blue-50) !important;
}
.text-blue-100 {
	color: var(--blue-100) !important;
}
.text-white {
	color: var(--white) !important;
}
.text-white-hover:hover {
	color: var(--white) !important;
}
.text-white-active.active,
.text-white-active:active {
	color: var(--white) !important;
}
.text-gray-40 {
	color: var(--gray-40) !important;
}
.text-gray-60 {
	color: var(--gray-60) !important;
}
.text-gray-80 {
	color: var(--gray-80) !important;
}
.text-gray-100 {
	color: var(--gray-100) !important;
}
.text-gray-40-hover:hover {
	color: var(--gray-40) !important;
}
.text-gray-40-active.active,
.text-gray-40-active:active {
	color: var(--gray-40) !important;
}
.text-green,
.text-green * {
	color: var(--green) !important;
}
.text-dark-green,
.text-dark-green * {
	color: var(--dark-green);
}
.text-red,
.text-red * {
	color: var(--red) !important;
}
.text-orange,
.text-orange * {
	color: var(--orange);
}
.text-yellow,
.text-yellow * {
	color: var(--yellow-60) !important;
}
.text-yellow-hover:hover,
.text-yellow-hover:hover * {
	color: var(--yellow-60) !important;
}
.text-yellow-active:active,
.text-yellow-active:active *,
.text-yellow-active.active,
.text-yellow-active.active * {
	color: var(--yellow-60) !important;
}
.text-yellow-selected[aria-selected="true"],
.text-yellow-selected[aria-selected="true"] * {
	color: var(--yellow-60) !important;
}
.text-dark-red,
.text-dark-red * {
	color: var(--dark-red);
}
.text-blue {
	color: var(--blue-50) !important;
}
.text-dark-blue {
	color: var(--dark-blue);
}

/* border */

.border-gray-60 {
	border-color: var(--gray-60) !important;
}

/* text */

.wbreak {
	word-break: break-all !important;
}
.wkeep {
	word-break: keep-all !important;
	white-space: nowrap !important;
}
.t-appearance {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.textdec-none {
	text-decoration: none;
}
.textdec-underline {
	text-decoration: underline;
}
.text-word-wrap {
	word-wrap: break-word;
}
.opacity-5 {
	opacity: 0.5;
}
.flex-wrap {
	flex-wrap: wrap;
}
.opacity-7 {
	opacity: 0.7;
}
.line-h-17 {
	line-height: 17px !important;
}

@media screen and (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
	.border-md-end {
		border-right-width: 1px !important;
		border-style: solid !important;
	}
	.mw-md-450 {
		max-width: 450px !important;
	}
	.mw-md-400 {
		max-width: 400px !important;
	}
	.mw-md-432 {
		max-width: 432px !important;
	}
	.fw-md-7 {
		font-weight: 700 !important;
	}
}

@media screen and (min-width: 990px) {
	.border-lg-end {
		border-right-width: 1px !important;
		border-style: solid !important;
	}
	.w-lg-none {
		width: auto !important;
	}
}

.rounded-6 {
	border-radius: 6px;
}
.rounded-8 {
	border-radius: 8px;
}

.cursor-pointer {
	cursor: pointer;
}

.no-bg {
	background: none;
}

.no-border {
	border: none;
}

.z-index-11 {
	z-index: 11;
}
.user-select-none,
.user-select-none * {
	user-select: none;
}
.no-marker {
	list-style-type: none !important;
}

.question-icon {
	font-size: 20px;
	color: #a62448;
}
