﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Noto+Sans+KR&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Noto+Sans+JP&display=swap');

*:not(i) {
	font-family: Roboto, Noto Sans, Noto Sans KR, Noto Sans TC,Noto Sans SC, sans-serif !important;
	font-weight: 400;
}

html {
	font-size: 14px;
}

a, .btn-link {
	color: #0366d6;
}

.small {
	font-size: 75% !important;
	font-weight: 400 !important;
}

.x-small {
	font-size: 60% !important;
}

.price-symbol {
	/*top: -.4em;*/
	font-size: 75%;
	font-weight: normal;
	position: relative;
}

.price-fraction {
	/*top: -.4em;*/
	font-size: 100%;
	font-weight: normal;
	position: relative;
}

.price-whole {
	font-weight: bold;
	/*    font-size: 21px;
*/
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.btn-cmd {
	margin-top: 10px;
	margin-right: 10px;
}

.content {
	padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox], [type=radio]) {
	outline: 1px solid #26b050;
}

.valid[type=radio] {
	display: none;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.md-button {
	text-transform: none !important;
}

.mud-pill {
	border-radius: 2rem !important;
	text-transform: none !important;
}

.mud-fab {
	text-transform: none !important;
}

.session-style {
	font-size: 12px !important;
	line-height: 1rem;
	white-space: nowrap;
}

/* Rules for sizing the icon. */
.material-icons.md-14 {
	font-size: 14px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

	.material-icons.md-dark.md-inactive {
		color: rgba(0, 0, 0, 0.26);
	}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

	.material-icons.md-light.md-inactive {
		color: rgba(255, 255, 255, 0.3);
	}

.svg-lightgreen {
	filter: invert(57%) sepia(63%) saturate(394%) hue-rotate(73deg) brightness(89%) contrast(95%);
}

.svg-gray-darken2 {
	filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(91%) contrast(87%);
}

.svg-gray-darken3 {
	filter: invert(22%) sepia(38%) saturate(16%) hue-rotate(342deg) brightness(98%) contrast(89%);
}

.svg-feature-color {
	filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(91%) contrast(87%);
	width: 22px;
	height: 22px;
}

.rd-height-128 {
	height: 128px;
}

.text-number {
	text-align: right!important;
	white-space: nowrap!important;
}

@media (max-width: 960px) {
	.rd-height-128 {
		height: auto;
	}
}
