@font-face {
	font-family: "randomus-main";
	src: url("../fonts/nunito.ttf");
}

@font-face {
	font-family: "randomus-logo";
	src: url("../fonts/Days.ttf");
}

html, body {
	overflow-x: hidden;
	font-family: 'randomus-main';
}

.has-text-weight-bold {
	font-weight: 800!important;
}

.level-item-right {
	justify-content: right !important;
}

.mark-block {
	border: 2px dashed lightgray;
	border-radius: 3px;
	padding: 5px;
	font-size: 75%
}

.special_bage {
	border-radius: 1em !important;
}

.num_number {
	white-space: nowrap;
}

.image_vk_preview {
	max-width: 200px
}

.card {
	border-radius: 0.5rem;
}

ul.info_list li {
	margin-bottom: 0.5rem;
}

ul.footer_list li {
	margin-bottom: 0.25rem;
}

.footer {
	border-top: 1px solid #f3f3f3;
}

.bd-links {
	counter-reset: bd-links
}

.bd-link {
	border-radius: 6px;
	color: #7a7a7a;
	display: block;
	font-size: 1rem;
	padding: 1rem 3rem 1.5rem 5rem;
	position: relative;
	transition-duration: 86ms;
	transition-property: background-color, color
}

.bd-link strong {
	font-weight: 600
}

.bd-link:hover {
	background-color: #fafafa
}

.bd-link-surtitle {
	float: right;
	font-size: .75em;
	margin-bottom: 1em;
	margin-left: 2em;
	opacity: .5;
	padding-top: .25em
}

.bd-link-name {
	line-height: 1.25;
	margin-bottom: .25em;
	position: relative
}

.bd-link-figure {
	position: absolute;
	right: calc(100% + .75em);
	text-align: center;
	top: 0;
	min-width: 1.5em
}

.bd-link-counter {
	color: #3273dc;
	display: block;
	counter-increment: bd-links;
	font-weight: 400
}

.bd-link-counter::before {
	content: counter(bd-links)
}

.bd-link-icon {
	display: block;
	font-size: 2rem;
	width: 1.5em
}

.bd-link-more {
	font-size: .75em;
	opacity: .5
}

@media screen and (max-width: 1200px) {
	.bd-links {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.bd-link {
		border-radius: 0;
		padding-right: 1.5rem
	}
}

@media screen and (min-width: 1440px) {
	.bd-links {
		display: flex;
		flex-wrap: wrap
	}

	.bd-link {
		width: 50%
	}
}

.bd-link-name {
	color: #363636;
	font-size: 1.3rem;
	font-weight: 600
}

@media(max-width: 767px) {
	.custom-columns {
		flex-direction: column-reverse;
		display: flex;
	}

	.is-paddingless-mobile {
		padding-top: 0.5rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		padding-bottom: 0.5rem;
	}

}

.rand-modal-cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.8;
	z-index: 100;
	overflow-y: hidden;
}

.rand-modal-modal {
	display: block;
	width: 300px;
	height: 200px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	z-index: 200;
}

.rand-modal-content {
	display: block;
	border-radius: 10px;
	width: 100%;
	min-width: 200px;
	width: 100%;
	position: relative;
	background-color: #555;
	color: white;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
	opacity: 0.7;
	z-index: 300;
	padding: 25px 0;
}

mark {
    padding: .2rem;
    background-color: #fff8d6;
    border-radius: .2rem;
}

.form-box {
    max-width: 360px !important;
    margin: 0 auto;
}

.form-box-wide {
    max-width: 550px !important;
}

.form-inline {
    display: inline;
}

.notification {
	transition: opacity 500ms ease-out,
	transform 500ms cubic-bezier(0.79, -0.53, 0.37, 1.05);
	transform-origin: center top;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem!important;
}

.notification.fade {
	opacity: 0;
	transform: scaleY(0.1);
}

.image-vk {
    border-radius: 0.4rem;
}

form.is-fullwidth {
    width: 100%;
}

.range_label {
    max-width: 2rem;
}

.range_num {
    max-width: 6rem;
}

.no_decoration {
	text-decoration: none !important;
}

.textarea:not([rows]) {
	min-height: 16em !important;
}

.copy_button {
	cursor: pointer;
}

.tag_result {
	border-radius: 1.2rem!important;
}

.icon_first {
	height: 1rem!important;
	width: 1rem!important;
}

.result_element {
	opacity: 1;
	transition: opacity 750ms cubic-bezier(0.65, 0.05, 0.36, 1),
				/*transform 750ms cubic-bezier(0.65, 0.05, 0.44, 1.35);*/
				transform 750ms cubic-bezier(0.65, 0.05, 0.23, 2.01);
}

.result_element.fade {
	opacity: 0;
	font-size: 80%;
	transform: scale(0.3);
}

.result_main_image {
	opacity: 1;
	transition: opacity 750ms cubic-bezier(0.65, 0.05, 0.36, 1),
	transform 750ms cubic-bezier(0.65, 0.05, 0.44, 1.35);
}

.result_main_image.fade {
	opacity: 0;
	font-size: 80%;
	transform: scale(0.3);
}

.dropdown-item-disable  {
	pointer-events: none;
	opacity: 0.65;
}

.navbar-divider {
	display: block!important;
}

.switch_element {
	opacity: 1;
	transition: opacity 500ms cubic-bezier(0.65, 0.05, 0.36, 1),
	transform 500ms cubic-bezier(0.65, 0.05, 0.44, 1.35);
	transform-origin: center top;
}

.switch_element.fade {
	opacity: 0;
	transform: scaleY(0);
}

div#image_wide img{
	aspect-ratio: 3/2;
	width: 100%
}

div#image_square img{
	aspect-ratio: 1/1;
	width: 100%
}

.min-height-block {
	min-height: 250px;
}

.randomus_logo {
	font-family: randomus-logo;
	font-size: 2rem;
	color:#4a4a4a;
}

.randomus_logo:hover img {
	transform: rotate(360deg);
}

.randomus_logo_icon {
	opacity: 0.8;
	height: 24px;
	transition: all 750ms ease-in-out;
}

.result_container {
	align-items: center;
}

.result_items {
	padding: 10px 25px 10px 25px;
	border-radius: 1rem;
	margin: 15px;
	text-align: center;
}

.result_items_serial {
	float: left;
	/* position: absolute; */
	margin-left: -40px;
	margin-top: -16px;
	background-color: white;
	border-radius: 1rem;
	padding: 2px 10px;
}

.card-content.payment {
	min-height: 11rem;
}

.handle {
	cursor: move!important;
}

.stages_list_element {
	pointer-events: none;
}

.stages_list_element.active {
	font-weight: bold;
}

.stages_list_element.complete .stage-list-name {
	text-decoration-line: line-through;
	text-decoration-color: #b7383878;
	text-decoration-thickness: 0.2rem;
}

.stage-list-name.has-text-centered {
	background-color: #ededed;
}

.stages_list_element.complete .stage-list-name.has-text-centered {
	text-decoration-line: none!important;
	color: lightgrey!important;
}

.stages_list_element.complete .stage-list-number, .stages_list_element.complete .stage-list-amount {
	color: lightgrey;
}
.stages_list_element.normal {
	opacity: 0.9;
}
.stage-list-name {
}

.wordle_letter {
	user-select: none;
	transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.wordle_letter::placeholder {
	color:#eeeeee;
}
.wordle_letter.correct {
	background-color: rgb(141 205 135)!important;
}
.wordle_letter.missing {
	background-color: hsl(0, 0%, 86%)!important;
}
.wordle_letter.wrong {
	background-color: #ffe08a!important;
}

.wordle_letter.empty {
}

.wordle_letter.none {
	background-color: #f14668aa!important;
	scale: 1.1;
}
.wordle_letter.none::placeholder {
	color:#eeeeee00!important;
}

.wordle_result_container {
	column-width: 150px;
	column-count: auto;
	column-gap: 2%;
	line-height: 3.6rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.17rem;
}

.wordle_result_word {
	cursor: pointer;
}


.progress-wrapper {
	position: relative;
}

.progress-value {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	font-size: calc(1rem / 1.5);
	line-height: 1rem;
}

.progress.is-small+.progress-value {
	font-size: calc(0.75rem / 1.5);
	line-height: 0.75rem;
}

.progress.is-medium+.progress-value {
	font-size: calc(1.25rem / 1.5);
	line-height: 1.25rem;
}

.progress.is-large+.progress-value {
	font-size: calc(1.5rem / 1.5);
	line-height: 1.5rem;
}

.stage_control_button {
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
	transition: opacity 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
	transition-delay: 300ms;
	position: absolute;
	opacity:0;
}

.box:hover .stage_control_button {
	opacity: 1;
}

.storage_images_container {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.storage_images_container img {
	background-color: white;
	background-image:
			linear-gradient( 45deg, #ddd 25%, transparent 25%, transparent 74%, #ddd 75%, #ddd),
			linear-gradient( 45deg,#ddd 25%, transparent 25%, transparent 74%, #ddd 75%, #ddd);
	background-size: 6px 6px;
	background-position: 0 0, 3px 3px;
}

.storage_image {
	flex: 0 3 170px;
	align-self: flex-start;
}

.gallery img {
	padding: 0.25rem;
	max-width: 45%;
	outline: 1px solid #e7e7e7;
	margin: 0.25rem;
}

.gallery img.first {
	max-width: 100%;
	max-height: unset;
}

#stages_list_container {
	border-bottom: 1px solid #ededed;
	overflow: auto;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-bottom: 5px;
}

#stages_list {
	margin-left: -15px;
	width: 343px;
}

#top_bar .level-item {
	flex-basis: 0;
}

.special_work_mode {
	position: absolute;
	top: -10px;
	font-size: 0.75rem;
	background-color: #ededed;
	border-radius: 6px;
	padding: 2px 10px 2px 10px;
}

.special_work_mode span.work_mark {
	font-size: 100%;
	top: -1px;
	position: relative;
	color: red;
	margin-right: 3px;
}

.special_work_mode span.training_mark {
	font-size: 100%;
	top: -1px;
	position: relative;
	color: mediumseagreen;
	margin-right: 3px;
}

.special_highlight_anchor {
	outline: #7a7a7a dashed 4px;
	outline-offset: 10px;
	border-radius: 5px;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem!important;
}

.special_reset_warning {
	position: absolute;
	margin-left: -25px;
	margin-top: -1px;
}

.special_protocol_textarea {
	border: none;
	padding: 1em 2em;
	background-color: #f9f9f9;
}

.switch[type=checkbox]:focus+label::after,
.switch[type=checkbox]:focus+label::before,
.switch[type=checkbox]:focus+label:after,
.switch[type=checkbox]:focus+label:before {
	/*outline: 1px solid #d9d9d9!important;*/
	outline: none!important;
}

.switch[type=checkbox].is-outlined+label::before,
.switch[type=checkbox].is-outlined+label:before {
	border-color: #d9d9d9!important;
}

.help_options {
	display: block;
	font-size: 0.85rem;
}

.is-transparent {
	opacity: 0;
}

#special_timestamp_block {
	display: inline;
	padding: 0.5rem 0 0.3rem;
	border-radius: 6px;
	font-size:90%;
	/*box-shadow: 1px 1px 0px 2px #ededed;*/
}

#special_control_title_block {
	padding: 8px 20px;
	border-radius: 6px;
	background-color: #fafafa;
	box-shadow: 0 0.25em 0em 0em rgba(10,10,10,.1), 0 0 0 0px rgba(10,10,10,.02);
}

#special_stage_title_label {
	padding: 0 1rem 0.6rem 0;
	border-radius: 6px;
	font-weight: bold;
	margin-top: 3px;
}

.special_data_separator {
	border: 1px solid #d3d3d3;
	padding: 1px 2px;
	margin: 0 2px ;
	border-radius: 4px;
	background-color: white;
}

table.fade {
	opacity: 0.5;
}

#list_view_table {
	transition: all ease-in-out 300ms;
}

.rnd-img-file-name {
	word-break: break-all;
}

#rnd-record-label {
	transition: all 0.1s ease-in-out;
}

#rnd-record-label span.record-timing {
	display: none;
}

#rnd-record-label.recording span.record-timing {
	display: block;
}

#rnd-record-label.recording span.record-label{
	animation: recording 3s ease infinite;
}

.rnd-hidden-settings {
	padding-left: 10px;
	border-left: 6px #FF5722 solid
}

.rnd-top-bar-padding {
	margin-top: 5px;
}