:root {
	--bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.fs--1 {
	font-size: .925rem;
}
.fs--2 {
	font-size: .875rem;
}
.fs--3 {
	font-size: .825rem;
}
.fs--4 {
	font-size: .75rem;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.ls--1 {
	letter-spacing: -0.05rem;
}
.ls--2 {
	letter-spacing: -0.075rem;
}
.ls--3 {
	letter-spacing: -0.1rem;
}
.btn-l {
	min-width: 80px!important;
}
.btn-xl {
	min-width: 110px!important;
}
.btn-xxl {
	min-width: 140px!important;
}
.modal-footer .btn {
	min-width: 80px;
}
.form-label {
	font-size: .925rem;
	font-weight: 600;
}
.form-check-input[type=checkbox] {
	border-radius: 0;
}
.pointer {
	cursor: pointer;
}
.thumb {
	width: 120px;
	height: 90px;
}
.thumb-sm {
	width: 80px;
	height: 60px;
}
.thumb-xs {
	width: 60px;
	height: 45px;
}
.thumb-wide {
	width: 120px;
	height: 67.5px;
}
.img-w-xs {
	width: 60px;
	height: auto;
}
.img-h-xs {
	width: auto;
	height: 45px;
}
.bg-checkboard {
	background-image:
		linear-gradient(45deg, #f5f5f5 25%, transparent 25%), 
		linear-gradient(135deg, #f5f5f5 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, #f5f5f5 75%),
		linear-gradient(135deg, transparent 75%, #f5f5f5 75%);
	background-size: 36px 36px;
	background-position: 0 0, 18px 0, 18px -18px, 0px 18px;
}
.bg-75dark {
	background-color: rgba(0, 0, 0, .75);
}
.bg-50dark {
	background-color: rgba(0, 0, 0, .50);
}
.bg-black {
	background-color: #000;
}
.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));
}
.bg-cover {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.border-gray {
	border-color: #ccc!important;
}
.border-form-control {
	border: 1px solid #ced4da!important;
}
.lines-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-clamp: 2;
}
.lines-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-clamp: 3;
}
.form-control-amount {
	width: 120px;
}
.playicon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4rem;
	color: rgba(255, 255, 255, .7);
}
.playicon.sm:before {
	font-size: 2.5rem;
}

.avatar {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background-color: #F2F1F1;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.avatar.xs {
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	width: 32px;
}
.avatar.md {
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	width: 42px;
}
.avatar.xl {
	font-size: 36px;
	line-height: 80px;
	width: 80px;
	height: 80px;
}
.avatar.xxl {
	font-size: 64px;
	line-height: 120px;
	letter-spacing: -2px;
	width: 120px;
	height: 120px;
}
.avatar.profile {
	font-size: 86px;
	line-height: 200px;
	width: 200px;
	height: 200px;
}

.display-none {
	display: none;
}
.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>* {
	visibility: hidden;
}
.form-control, .form-check-input, .form-select, .btn, .dropdown-active {
	box-shadow: none!important;
}
#appnotify {
	display: none;
	width: 70%;
	max-width: 320px;
	text-align: center;
}

#mediaviewer {
	display: none;
	color: #fff;
	background-color: #191919;
	z-index: 1999;
}
#mediaviewer.opened {
	display:block;
}
.media-item {
	max-width: 100%;
	max-height: 100%;
}
video.media-item {
	height: 100%
}
ratio.media-item {
	width: 100%;
	height: 100%
}

.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-instagram {
	color: #D94079;
}
.text-reddit {
	color: #FF4500!important;
}
.text-youtube {
	color: #f00;
}
.text-linkedin {
	color: #0077B5;
}
.text-favorite {
	color: #FBBC05!important;
}

.blink {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% { opacity: 0; }
}

.shake {
	animation-name: shake;
	animation-duration: 0.6s;
	animation-iteration-count: 2;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.touch-scroll {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.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;
}

@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	#mediaviewer {
		padding: 60px 80px;
	}
	.media-item {
		max-width: 70%;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	
}
