body {
	
}
body.fixed-header {
	padding-top: 60px;
}
.fs-l {
	font-size: 2rem;
}
.fs-xl {
	font-size: 3rem;
}
.fs-2xl {
	font-size: 4rem;
}
.fs-3xl {
	font-size: 6rem;
}
.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;
}
.btn-xl {
	min-width: 110px;
}
.btn-xxl {
	min-width: 140px;
}
.modal-footer .btn {
	min-width: 80px;
}
.form-label {
/*	font-size: .925rem;*/
	font-weight: 600;
}
.form-check.disabled {
    opacity: .5;
}
.thumb {
	width: 120px;
	height: 90px;
}
.thumb-sm {
	width: 80px;
	height: 60px;
}
.thumb-xs {
	width: 60px;
	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-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));
}
.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;
	max-height: 3rem;
}
.lines-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 4.5rem;
}
.play-icon {
	position: relative;
}
.play-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 36px;
	height: 48px;
	border-top: 24px solid transparent;
	border-left: 36px solid rgba(255, 255, 255, .95);
	border-bottom: 24px solid transparent;
	margin: -24px 0 0 -18px;
}
.play-icon.sm:after {
	width: 18px;
	height: 24px;
	border-top: 12px solid transparent;
	border-left: 18px solid rgba(255, 255, 255, .95);
	border-bottom: 12px solid transparent;
	margin: -12px 0 0 -9px;
}
.opacity-50 {
	opacity: .5;
}
.display-none {
	display: none;
}
.visibility-hidden {
	visibility: hidden;
}
.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 {
	box-shadow: none!important;
}
.c-default {
	cursor: default;
}

.text-blog {
	color: #4285F4;
}
.text-photos {
	color: #2AC3A2; /* #34A853 */
}
.text-videos {
	color: #FF5925;
}
.text-shorts {
	color: #30B8F6;
}
.text-music {
	color: #FF2A8A; /* #EA4335 */
}
.text-favorites {
	color: #FF9E0F;
}
.text-conference {
	color: #999;
}
.text-gray {
	color: #ccc;
}

.bg-blog {
	background-color: #4285F4;
}
.bg-photos {
	background-color: #2AC3A2; /* #34A853 */
}
.bg-videos {
	background-color: #FF5925;
}
.bg-shorts {
	background-color: #30B8F6;
}
.bg-music {
	background-color: #FF2A8A; /* #EA4335 */
}
.bg-favorites {
	background-color: #FF9E0F;
}
.bg-conference {
	background-color: #999;
}
.bg-chat {
	background-color: #999;
}
.bg-documants {
	background-color: #999;
}


.thumb-bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.touch-scroll {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
* {
	scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: .5em;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
	border-radius: .25rem;
}

#sidebar {
	top: 0;
	left: 0;
	width: 100%; /* 280px */
	margin-left: -100%; /* -280px */
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1032;
	transition: margin 0.2s ease;
}
body.open-sidebar #sidebar {
	margin-left: 0;
}
.second-nav {
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
	margin-right: -.75rem;
	margin-left: -.75rem;
}
.blink_me {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	50% { opacity: 0; }
}

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

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ccc;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.rtl-editor {
	direction: rtl;
}
.rtl-editor .text-md-end {
    text-align: left!important;
}
.rtl-editor .form-check .form-check-input {
    float: right;
	margin-left: .5em;
}
.rtl-editor .modal-header .btn-close {
	margin: -.5rem auto -.5rem -.5rem;
}
.rtl-editor .me-auto {
    margin-right: 0!important;
	margin-left: auto!important;
}
.rtl-editor .me-1 {
    margin-right: 0!important;
	margin-left: .25rem!important;
}

#cropmount {
	width: 800px;
	max-width: 100%;
	margin: 60px auto;
}
#cropmount canvas {
	display: block;
	width: 100%;
	height: auto;
}


@media (min-width: 768px) {
	.pplayercontent {
		width: 75%;
	}
}
@media (min-width: 992px) {
	.with-sidebar {
		padding-left: 140px;
	}
	#sidebar {
		top: 60px;
		width: 140px;
		margin-left: 0;
	}
	#sidebar i {
		font-size: 1.25rem;
	}
	#sidebar .side-text {
		font-size: .825rem;
	}
}
@media (min-width: 1200px) {
	.with-sidebar {
		padding-left: 280px;
	}
	#sidebar {
		width: 280px;
	}
	#sidebar .side-text, #sidebar i {
		font-size: 1rem;
	}
}
