
body {font-family:"Poppins", sans-serif; margin:auto}
* {
	box-sizing: border-box;
	vertical-align: baseline;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

a {text-decoration:none;color:#fff}

* {
	box-sizing: border-box;
	vertical-align: baseline;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.hideScroll {
	overflow-y:scroll
} 
.hideScroll::-webkit-scrollbar {display:none}

.hideScroll {
-ms-overflow-style:none;
scrollbar-width:none;
}

/* display box 
.box {position: relative;
	display: inline-block;
	border-radius: 5px !important}

 .box .item {
	margin: 4px;
	margin-bottom: 10px;
	object-fit:cover;
	object-position:center;
	width:146px !important;
	height:146px !important;
	max-width:146px !important;
	max-height:146px !important;
	min-width:146px !important;
	min-height:146px !important;
	overflow:visible !important;
	cursor:pointer;
	border-radius: 5px !important;
	border: 4px inset white}

.box img {
	border: 4px inset white}
 
.box .text {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -16px;
	width: 90%;
	line-height: 1.5;
	padding: 1px;
	font-size:10px !important;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 2px inset white;
	border-radius: 5px !important}
 
.boxHolder {
	height:166px;
	max-height:166px;
	min-height:166px;
	width:166px;
	height:166px;
	float:left} */
 /* end display box */


i.fas, i.fab {
	font-size:25px !important; 
	padding:1px 1px 1px 1px; 
	width:40px; 
	border:3px solid black;
	text-align:center;
}

@media (max-width:600px) {
.hideSmall {
	display:none!important;
	}
	.textTiny {font-size:8px!important}
	.textSmall {font-size:10px!important}
	.textMedium {font-size:14px!important}
	.textLarge {font-size:20px!important}
	.textXLarge {font-size:28px!important}
	.textXxLarge {font-size:38px!important}
	.textXxxLarge {font-size:49px!important}
	.textJumbo {font-size:63px!important}
	}
@media (max-width:992px) and (min-width:601px) {
	.hideMedium {display:none!important}
	}
@media (min-width:993px) {
	.hideLarge {display:none!important}
	}

/* positioning */

.topRight
{position:absolute;
right:0;
top:0}

.topLeft
{position:absolute;
left:0;
top:0;
z-index: 999}

.topMiddle
{position:absolute;
left:50%;
top:0;
transform:translate(-50%,0%);
-ms-transform:translate(-50%,0%);
z-index: 999}

.bottomMiddle {
position:absolute;
left:50%;
bottom:0;
transform:translate(-50%,0%);
-ms-transform:translate(-50%,0%);
z-index: 999
}

.middle
{position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%)}

/* end positioning */

.btn {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}

.btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-html-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}


.textTiny {font-size:10px!important}
.textSmall {font-size:12px!important}
.textMedium {font-size:15px!important}
.textLarge {font-size:18px!important}
.textXLarge {font-size:24px!important}
.textXxLarge {font-size:36px!important}
.textXxxLarge {font-size:48px!important}
.textJumbo {font-size:64px!important}
.textLeft {text-align:left!important} 
.textRight {text-align:right!important}
.textJustify {text-align:justify!important}
.textCenter {text-align:center!important}

.container {padding:0.01em 16px; margin-top:16px; margin-bottom:16px}

.container:after,
.container:before,
.bar:before,
.bar:after {content:""; clear:both}

.paddingSmall
{padding:4px!important}
.paddingMedium
{padding:8px!important}
.paddingLarge
{padding:12px!important}
.padding32
{padding-top:32px!important;
padding-bottom:32px!important}

.dropdownContent
{cursor:auto;
display:none;
position:absolute;
min-width:160px;
margin:0;
padding:0;
z-index: 1}

.dropdownClick,
.dropdownHover
{position:relative;
display:inline-block;
cursor:pointer}

.dropdownHover:hover .dropdownContent
{display:block}

.dropdownHover:first-child,
.dropdownClick:hover
{background-color:#ccc;
color:#000}

.dropdownHover:hover > .btn:first-child,
.dropdownClick:hover > .btn:first-child
{background-color:#ccc;
color:#000}

.blackTheme {background:#000 !important;color:#fff !important}
.borderBlack, .borderBlackHover:hover {border: 1px solid #000 !important}

.whiteTheme {background:#fff !important;color:#000 !important}
.borderWhite, .borderWhiteHover:hover {border: 1px solid #fff !important}

.greyTheme {background:#9e9e9e !important; color:#000 !important}
.borderGrey, .borderGreyHover:hover {background-color:#9e9e9e !important; color:#000 !important;}

.barBlock .dropdownHover,
.barBlock .dropdownClick
{width:100%}

.barBlock .dropdownHover .dropdownContent,
.barBlock .dropdownClick .dropdownContent
{min-width:100%}

.barBlock .dropdownHover .btn,
.barBlock .dropdownClick .btn
{width:100%;
text-align:left;
padding:8px 16px}

.barBlock .dropdownHover,
.barBlock .dropdownClick
{width:100%}

.barBlock .dropdownHover .dropdownContent,
.barBlock .dropdownClick .dropdownContent
{min-width:100%}

.barBlock .dropdownHover .btn,
.barBlock .dropdownClick .btn
{width:100%;
text-align:left;
padding:8px 16px}

.bar
{width:100%;
overflow:hidden}
.textCenter .bar
{display:inline-block;
width:auto}

.bar .barItem
{padding:8px 16px;
float:left;
width:auto;
border:none;
display:block;
outline:0}

.bar .dropdownHover,
.bar .dropdownClick
{position:static;
float:left}

.bar .btn
{white-space:normal}

.barBlock .barItem
{width:100%;
display:block;
padding:8px 16px;
text-align:left;
border:none;
white-space:normal;
float:none;
outline:0}

.barBlock .textCenter .barItem {text-align:center}
.block {display:block; width:100%}

/* menu */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
.menuWrapper {
	height: 100%;
	width: 300px;
	position: relative;
}
.menuWrapper .menuBtn {
	height: 45px;
	width: 45px;
	z-index: 22;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuWrapper .menuBtn i {
	position: absolute;
	transform: ;
	font-size: 23px;
	transition: all 0.3s ease;
}
.menuWrapper .menuBtn i.fa-times {
	opacity: 0;
}
#menuIcon:checked ~ .menuBtn i.fa-times {
	opacity: 1;
	transform: rotate(-180deg);
}
#menuIcon:checked ~ .menuBtn i.fa-bars {
	opacity: 0;
	transform: rotate(180deg);}
#mainMenu {
	position:fixed;
	width: 270px;
	overflow: hidden;
	left: -272px;
	transition: all 0.3s ease;
	z-index: 9;}
#menuIcon:checked ~ #mainMenu {
	left: 0;}
#mainMenu .menuListItems {
	position:relative;
	width: 100%;
	height: auto;
	list-style: none;}
#mainMenu .menuListItems li {
	padding-left: 10px;
	border: 1px solid #000;
	transition: all 0.3s ease;}
#mainMenu .menuListItems li:hover {
	border: 1px solid white;
	box-shadow: 0 0px 10px 3px #000;}
#mainMenu .menuListItems li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	width: 100%;
	display: block;}
#mainMenu .menuListItems li a i {
	margin-right: 20px;
	width:50px;}

/* end menu */

.breadcrumbs i.fas {font-size:16px !important}
.breadcrumbs {z-index: 11}

#mainContent {margin-bottom:100px; margin-top:60px; width:100%; height:auto;}
.mainContent {margin-left:50px; margin-right:50px;}


/* setup tooltips */
.tooltip {
  position: relative;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
    top: 20px;
    left: 20px;
  width: 0;
}
.tooltip:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
    top: 26px;
  white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* expand */
.tooltip.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}

/* swing */
.tooltip.swing:before,
.tooltip.swing:after {
  transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
  transform-origin: 0 0;
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:after {
  transform: translate3d(0,60px,0);
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:hover:before,
.tooltip.swing:hover:after {
  opacity: 1;
  transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}

.circle{border-radius:50%}
.bottomRight{position:absolute;right:0;bottom:0}

ul, li, ol {list-style: none;}