.fs-0 {
	font-size: 1rem;
}
.fs-1 {
	font-size: 1.1rem;
}
.fs-2 {
	font-size: 1.25rem;
}
.fs-3 {
	font-size: 1.5rem;
}
.fs-4 {
	font-size: 1.75rem;
}
.fs-5 {
	font-size: 2rem;
}
.fs-6 {
	font-size: 2.25rem;
}
.fs-7 {
	font-size: 2.5rem;
}
.fs--1 {
	font-size: .925rem;
}
.fs--2 {
	font-size: .875rem;
}
.fs--3 {
	font-size: .825rem;
}
.fs--4 {
	font-size: .75rem;
}
.lines-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 3rem;
}
.lines-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 4.5rem;
}
.font-weight-semibold {
	font-weight: 600;
}
.font-weight-lightbold {
	font-weight: 500;
}
.w-auto {
	width: auto;
}
.form-control:focus {
	box-shadow: none;
}
.form-control[readonly] {
	background-color: #fff;
}
.form-control.form-control-hour {
	width: 60px;
}
.form-control.form-control-number {
	width: 100px;
}
.form-control.form-control-amount {
	width: 120px;
}
.form-control.disabled {
	color: #888;
	background-color: #e9ecef;
}
.btn, .form-control, button {
/*	border-radius: 0;*/
	box-shadow: none!important;
	outline: none!important;
}
.modal-header, .modal-footer {
	padding: 10px 15px;
}
.modal-title {
	letter-spacing: -1px;
}
h4.modal-title {
	font-size: 1rem;
}
.modal-footer .btn, .btn-l {
	min-width: 80px;
}
.btn-xl {
	min-width: 110px;
}
.btn-xxl {
	min-width: 140px;
}
.text-condensed {
	letter-spacing: -1px;
}
.text-thin {
	font-weight: 300;
}
.text-line-through {
	text-decoration: line-through;
}
.line-sm {
	line-height: 1.1;
}
.line-md {
	line-height: 1.25;
}
.btn-round {
	border-radius: 18px;
	min-width: 160px;
}
.text-app {
	color: #33414E!important;
}
.bg-app {
	background-color: #33414E!important;
}
.bg-black {
	background-color: #0E0E0E!important;
}
.bg-app-light {
	background-color: #EAEDF0!important;
}
.bg-gradient-top {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.bg-gradient-bottom {
	background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.top-0 {
	top: 0!important;
	bottom: auto!important;
}
.left-0 {
	left: 0!important;
	right: auto!important;
}
.right-0 {
	left: auto!important;
	right: 0!important;
}
.bottom-0 {
	top: auto!important;
	bottom: 0!important;
}
.absolute-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.z-index-1 {
	z-index: 1;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.icon-fw {
	display: inline-block;
	width: 1.25rem; /* 1.28571429em */
	text-align: center;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}
.custom-select:focus {
	box-shadow: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: Ionicons;
	content: "\f3d3";
}
a.decoration-none, a.decoration-none:hover, a.decoration-none:link, a.decoration-none:visited {
	text-decoration: none;
}
.border-dashed {
    border-style: dashed!important;
}
.overflow-hidden {
	overflow: hidden;
}
.hidebox {
	display: none;
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nowrap {
	white-space: nowrap;
}
.list-window {
	height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drop-list-window {
	max-height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.text-white a {
	color: #fff!important;
}
.text-bg:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.text-bg>* {
	z-index: 2;
}
.order {
	display: inline-block;
	text-align: right;
	min-width: 2rem;
	padding-right: .25rem;
}
.must:after {
	position: relative;
	top: -4px;
	content: "*";
	font-family: monospace;
	font-weight: bold;
	color: #e01111;
    margin: 0 0 0 2px;
}
.wait {
	position: relative;
}
.wait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.wait.start {
	background-position: 0 50%;
}
.wait>* {
	visibility: hidden;
}

.play-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Ionicons;
	content: "\f488";
	font-size: 32px;
	text-align: center;
	line-height: 48px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .7);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0 0 0 4px;
	transform: translate(-50%, -50%);
	transition: all 0.1s;
	z-index: 2;
}
.play-button-big:before {
	font-size: 48px;
	line-height: 72px;
	width: 75px;
	height: 75px;
}

#appnotify {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	margin: -100px 0 0 -140px;
	z-index: 10009;
}

.text-btc {
	color: #F79413!important;
}
.text-bch {
	color: #0AC18E!important;
}
.text-bnb {
	color: #F3BA2F!important;
}
.text-busd {
	color: #F0B90B!important;
}
.text-doge {
	color: #B99B2A!important;
}
.text-eth {
	color: #8B93B4!important;
}
.text-ltc {
	color: #345D9D!important;
}
.text-xrp {
	color: #109FD6!important;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(234, 237, 240, .5);
	z-index: 19901;
}
.loadring {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
}
.loadring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #007BFF;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #007BFF transparent transparent transparent;
}
.loadring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fly {
	position: absolute;
	width: 160px;
	height: 120px;
	opacity: .8;
	z-index: 1031;
}
.bounce-in {
	animation: bounce-in 2s ease 1;
}
@keyframes bounce-in {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% { transform: scale(.9); }
	100% { transform: scale(1); }
}

.ribbon-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}
.ribbon {
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
}
.ribbon::before, .ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px
}
.ribbon::before {
    right: 100%
}
.ribbon::after {
    left: 100%
}
.ribbon-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
    transform: translateX(30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}


.signinbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.form-signin {
	background-color: #fff;
	width: 100%;
	max-width: 330px;
	padding: 1.25rem;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-reddit {
	color: #FF4500!important;
}

@media (min-height: 576px) {
	.list-window {
		height: 360px;
	}
	.drop-list-window {
		max-height: 360px;
	}
}
@media (min-width: 1024px) {
	.w-lg-50 {
		width: 50%;
	}
	.w-lg-75 {
		width: 75%;
	}
	.mw-lg-50 {
		max-width: 50%;
	}
	.mw-lg-75 {
		max-width: 75%;
	}
}
@media (min-width: 1200px) {
	.w-xl-50 {
		width: 50%;
	}
	.w-xl-75 {
		width: 75%;
	}
	.mw-xl-50 {
		max-width: 50%;
	}
	.mw-xl-75 {
		max-width: 75%;
	}
}

.circle-loader {
	 margin-bottom: 3.5em;
	 border: 3px solid rgba(0, 0, 0, 0.2);
	 border-left-color: #5cb85c;
	 animation: loader-spin 1.2s infinite linear;
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 border-radius: 50%;
	 width: 7em;
	 height: 7em;
}
 .load-complete {
	 -webkit-animation: none;
	 animation: none;
	 border-color: #5cb85c;
	 transition: border 500ms ease-out;
}
 .checkmark {
	 display: none;
}
 .checkmark.draw:after {
	 animation-duration: 800ms;
	 animation-timing-function: ease;
	 animation-name: checkmark;
	 transform: scaleX(-1) rotate(135deg);
}
 .checkmark:after {
	 opacity: 1;
	 height: 3.5em;
	 width: 1.75em;
	 transform-origin: left top;
	 border-right: 3px solid #5cb85c;
	 border-top: 3px solid #5cb85c;
	 content: '';
	 left: 1.75em;
	 top: 3.5em;
	 position: absolute;
}
 @keyframes loader-spin {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 @keyframes checkmark {
	 0% {
		 height: 0;
		 width: 0;
		 opacity: 1;
	}
	 20% {
		 height: 0;
		 width: 1.75em;
		 opacity: 1;
	}
	 40% {
		 height: 3.5em;
		 width: 1.75em;
		 opacity: 1;
	}
	 100% {
		 height: 3.5em;
		 width: 1.75em;
		 opacity: 1;
	}
}
