/* splash page */
.holder
{
	width:100%;
	height:100vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
.holder img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding:20px;
}

/* main css */
body {
	/*font-family: "Lato", sans-serif;*/
	background:#fafafa;
	color:#2b2b2b;
	font-size:14px;
}

nav {
	background:#fafafa;
	max-width:600px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

h3 {
	font-size:22px;
	font-weight:500;
	margin-bottom:20px;
	color:#464646;
}

h4 {
	font-size: 20px;
    font-weight: 700;
    color: #757575;
    border-bottom: 2px solid;
}

.stickytoast {
	position: fixed;
	bottom: 0;
	right: 0;
	margin:20px;
	z-index:9999;
}

.infopanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

.cartpanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

.menupanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

h6 {
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	color:#464646;
}

strong {
	font-weight:500;
}

.stickynavbase {
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 10px;
    padding-right: 10px;
}

.stickynavcart {
	padding-top:137px;
	padding-bottom:25px;
}

.stickynavorder {
	padding-top:237px;
	padding-bottom:25px;
}

.container {
	max-width:600px !important;
}

/* Mobile sidenav */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #2a699c;
	overflow-x: hidden;
	transition: 0.2s;
}

.sidenav a {
	text-decoration: none;
	min-width:250px;
	transition: 0.2s;
}

.sidenav i {
	margin-right:10px;
}

.sidenav .nav-link {
  font-weight: 500;
  color: #fff;
}

.sidenav .nav-link:hover {
  color: rgba(255,255,255,.75);
  background-color:#528db7;
}

.sidenav .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidenav .nav-link.active {
  color: #fff;
  background-color:#528db7;
}

.sidenav .nav-link:hover .feather,
.sidenav .nav-link.active .feather {
  color: inherit;
}

/*.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fafafa;
	overflow-x: hidden;
	transition: 0.2s;
}

.sidenav a {
	padding: 8px 8px 8px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #2b2b2b;
	display: block;
	transition: 0.2s;
	min-width:250px;
}

.sidenav a:hover {
	color: #656565;
}

.sidenav i {
	margin-right:10px;
}
*/

.sidebaropen {
	box-shadow:0 0 0 100000px rgba(0,0,0,.50);
}

.sidenav .closebtn {
	/*position: absolute;
	top: 0;
	right: 25px;
	margin-left: 50px;*/
	font-size: 36px;
	float:right;
	padding: 0 25px 0 0 !important;
	
}

.sidenavholder {
	text-align:center;
	padding:20px;
	height:220px;
}

.sidenavimg {
	display: inline-block;
	width: 180px;
	height: 180px;
	background-position: 50% 50%;
	background-size: 230px;
	border-radius: 50%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#topsection {
	width:100%;
}

.currentpage {
	width:100%; 
	text-align:center
}

.currentpage span {
	font-size:20px;
	font-weight:500;
}

.currentpage i {
	margin: 5px 0;
	cursor:pointer;
}

.currentpage i:hover {
	color:#656565;
}

.foodinfo {
	color: #2b2b2b; 
	font-size: 16px; 
	display: block; 
	background-color: #fff; 
	margin-bottom: 20px;
}

.foodinfo i:hover {
	color: #f77272
}

.foodinfo i {
	margin: 5px;
	cursor:pointer;
	color: #d03250;
}


.venuename {
	display: block; 
	font-size: 22px; 
	margin: 20px 0;
	color:#464646;
}

.venuename i {
	cursor:pointer;
}

.venuename i:hover{
	color:#656565;
}

.venueaddress {
	display: block; 
	font-size: 16px; 
	margin: 20px 0;
}

.venueaddress i {
	cursor:pointer;
}

.venueaddress i:hover{
	color:#656565;
}

.venuephone {
	display: block; 
	font-size: 16px; 
	margin: 5px 0;
}

.venuephone i {
	cursor:pointer;
}

.venuephone i:hover{
	color:#656565;
}

.venuenamehome{
	color: #f9f9f9;
	display: block; 
	font-size: 20px; 
	margin: 20px 0;
	background-color: #2a699c; 
	padding: 10px 15px  10px; 
	
}

.venuenamehome i {
	cursor:pointer;
}

.venuenamehome i:hover{
	color:#fff;
}

.menupanel {
	border-top: 1px solid rgba(0,0,0,.2); 
	padding: 25px 1px 20px;
}

.menupanel img {
	width:100%;
}

.menupanel a {
	color: #2b2b2b; 
	text-decoration: none;
}

.menupanel a:hover {
	color: #656565; 
	text-decoration: none;
}

.menupanel span {
	font-size: 18px; 
	display: block; 
	margin: 5px 0 0 0;
}

.menupanel i {
	margin-top:5px;
}

.infopanel {
	border-top: 1px solid rgba(0,0,0,.2); 
	padding: 25px 0px 20px;
}

.infopanel span {
	display:inline;
}

.infopanel small {
	color: #969595;
	display:inline;
}

.infopanel small>strong {
	color: #0852ad;
}

.infopanel li {
	margin: 10px 0 0 0;
}

.cartpanel {
	border-bottom: 1px solid rgba(0,0,0,.2); 
	padding:10px;
}

.cartpanel i {
	cursor: pointer;
}

.fa-minus-circle {
	color: #d03250;
}

.cartpanel h5 {
	margin-bottom:0;
}

.cartpanel h6 {
	margin-bottom:5px;
}

.cartpanel small {
	color: #969595;
	display:block;
}

#carttoast small {
	display:block;
}

.outofstock {
	color:#b3b1b1 !important;
	pointer-events: none;
}

.outofstock span{
	display:inline !important;
}

.outofstock i {
	color:#b3b1b1 !important;
}

.outofstock small>strong {
	color: #b3b1b1 !important;
}


.outofstock .newbadge {
	background: #b3b1b1 !important;
}


.outofstockbadge {
	float: right;
	padding: 2px 7px;
	background: #b3b1b1;
	font-weight: 700;
	color: #fff;
	font-size: 11px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
}

.instock {
	cursor:pointer;
}

.instock span {
	display:inline !important;
}

.instock:hover{
	background:#fafafa;
}

.newbadge {
	padding: 2px 8px;
	background: #0852ad;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	max-width:49px;
}

/* fontawesome icons */

.peppericon {
	color:#e03b3b;
}

.fa-pepper-hot {
	color:#e03b3b;
}

.fa-seedling {
	color:#29a044;
}

.fa-leaf {
	color:#29a044;
}

.fa-beer {
	color:#efd13e;
}

.fa, .fas {
	font-family: 'Font Awesome 5 Free',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

/* Search field input */
.input-container {
  display: flex;
  border: 1px solid #d0d0d0;
  border-radius:0px;
  margin: 10px 0;
}

.icon {
	padding: 15px 0 0 0;
	background: white;
	color: #62a5d5;
	min-width: 30px;
	text-align: center;
	border-radius:5px;
}

.input-field {
	font-size: 18px;
	width: 100%;
	padding: 10px 10px 10px 0;
	outline: none;
	border: none;
	border-radius:0px;
}

.form-control-plaintext {
	outline:0;
}

/* tables */
.tablefixedhead { 
	overflow-y: auto; 
	max-height: 74vh;
}
.tablefixedhead thead th { 
	position: sticky; 
	top: 0;
	background: #fff;
    z-index: 2;
	box-shadow: 0px 1px 0px 0px #dee2e6;
}

.table thead th {
	border-top:0;
	font-weight:500;
}

.mt td {
	vertical-align: middle;
}

.mt td img {
	height: 35px;
	border-radius:3px;
}

.addtocartholder {
	overflow-y:auto !important;
	max-height:60vh !important;
}

.addtocartactive {
    background: #2a699c;
    padding: 0 7px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
	float:right;
}

.cartactive {
	position: fixed;
    right: 5px;
    background: #2a699c;
    padding: 0 7px;
    top: 5px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
	z-index:1999;
	cursor: pointer;
}

@media screen and (min-width: 600px) {
  .cartactive {
	  right: calc(50% - 295px);
  }
}

.facilities {
	overflow-x: visible;
    white-space: nowrap;
}

/* hide inline style in email, but display in html */
.emailhide {
	display:block !important;
}

.emailwidth4 {
	flex: 0 0 33.333333% !important; 
	max-width: 33.333333% !important;
}

.emailwidth3 {
	flex: 0 0 25% !important; 
	max-width: 25% !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
div::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* login form */
#login {
	height: 100%;
	width: 100%;
}

.login-form {
    max-width: 400px;
	width: 100%;
    margin: 50px auto;
  	font-size: 14px;
	padding-left: 15px;
    padding-right: 15px;
}

.login-form form {
    background: #fff;
    border: 1px solid rgb(178 203 239 / 75%);
	border-radius:10px;
    padding: 30px;
}

.login-form h2 {
	font-size: 1.7rem;
    margin: 0 0 25px;
}

.resetpasswordform {
    max-width: 400px;
	width: 100%;
    margin: 50px auto;
  	font-size: 14px;
	padding-left: 15px;
    padding-right: 15px;
}
.resetpasswordform form {
    background: #fff;
    border: 1px solid rgb(178 203 239 / 75%);
	border-radius:10px;
    padding: 30px;
}

.resetpasswordform h2 {
	font-size: 1.7rem;
    margin: 0 0 15px;
}


svg {
  -ms-touch-action: none;
  touch-action: none; }

/**
Dimmer
*/
.dimmer {
  position: relative; }
  .dimmer .loader {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .dimmer.active .loader {
    display: block; }
  .dimmer.active .dimmer-content {
    opacity: .04;
    pointer-events: none; }

/*-------- Loaders ---------*/
/*Spineer3*/
.spinner3 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot1 {
  background: -webkit-gradient(linear, left top, right top, from(#4454c3), to(#4454c3)); }

.dot2 {
  background: -webkit-gradient(linear, left top, right top, from(#4454c3), to(#4454c3));
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*End of Spineer3*/
/*Spineer4*/
.spinner4 {
  margin: 100px auto;
  width: 70px;
  text-align: center; }
  .spinner4 > div {
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, right top, from(#ccd8ff), to(#ccd8ff));
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner4 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner4 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*End of Spineer4*/
/*Sk circle*/
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sk-circle .sk-child:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background: -webkit-gradient(linear, left top, right top, from(#4454c3), to(#4454c3));
      border-radius: 100%;
      -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
      animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*End of Sk circle*/
/*Sk cube*/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto; }
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background: #4454c3;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/*End of Sk Cube*/
/*sk-folding-cube*/
.sk-folding-cube {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .sk-folding-cube .sk-cube:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #4454c3;
      -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
      animation: sk-foldCubeAngle 2.4s infinite linear both;
      -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*End of sk-folding-cube*/
/*Spiiner5*/
.spinner5 {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .spinner5 > div {
    background: -webkit-gradient(linear, left top, right top, from(#4454c3), to(#4454c3));
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .spinner5 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .spinner5 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .spinner5 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .spinner5 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*End of Spiiner5*/
.spinner {
  width: 40px;
  height: 40px;
  background: #4454c3;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

.spinner-lg {
  width: 100px;
  height: 100px;
  background-color: #4454c3;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto; }

.spinner1-lg {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 100px auto; }

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #4454c3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #4454c3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.spinner2 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.cube1 {
  background-color: #4454c3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out; }

.cube2 {
  background-color: #4454c3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.lds-heart {
  position: relative;
  width: 64px;
  height: 64px;
  transform: rotate(45deg);
  transform-origin: 32px 32px;
  margin: 100px auto; }
  .lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #4454c3;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    .lds-heart div:after {
      content: " ";
      position: absolute;
      display: block;
      width: 26px;
      height: 26px;
      background: #4454c3; }
    .lds-heart div:before {
      content: " ";
      position: absolute;
      display: block;
      width: 26px;
      height: 26px;
      background: #4454c3;
      left: -17px;
      border-radius: 50% 0 0 50%; }
    .lds-heart div:after {
      top: -17px;
      border-radius: 50% 50% 0 0; }

@keyframes lds-heart {
  0% {
    transform: scale(0.95); }
  5% {
    transform: scale(1.1); }
  39% {
    transform: scale(0.85); }
  45% {
    transform: scale(1); }
  60% {
    transform: scale(0.95); }
  100% {
    transform: scale(0.9); } }

.lds-ring {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 100px auto; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #4454c3;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #4454c3 transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.lds-hourglass {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 100px auto; }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #4454c3;
    border-color: #4454c3 transparent;
    animation: lds-hourglass 1.2s infinite; }

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: rotate(1800deg); } }

/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #global-loader img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37%;
    margin: 0 auto; }
	
/*----- Local Loader -----*/
#local-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #local-loader img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37%;
    margin: 0 auto; }
	
/*----- Process Loader -----*/
#process-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; 
  opacity:0.5; }
  #process-loader img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 37%;
    margin: 0 auto; }

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .loader.animate {
    opacity: 1; }

.iconstackholder {
	display:inline;
}

.custom-switch {
	padding-left: 0;
    display: block;
}

label {
	font-weight:500;
	display:block;
}

input[type=checkbox]{
	margin-right:5px;
}

.nav-tabs .nav-link:focus {
    outline: 0 !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  color:#dde0f3;
  vertical-align: text-top;
  z-index: auto !important;
}

.tooltip .fas {
	z-index: 1071;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #2155a5;
  color: #fff;
  text-align: center;
  padding: 8px 7px;
  border-radius: 6px;
  width: 150px;
  top: 100%;
  left: 50%;
  margin-left: -65px; /* Use half of the width (120/2 = 60), to center the tooltip */
  opacity: 0;
  transition: opacity .3s;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1072;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -15px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2155a5 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.innerinfo {
   position: absolute;
   left: 0.34rem;
   color: #717475;
   font-size: .5rem;
   top: 0.4rem;
   line-height: 0.55rem;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px 0;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #ff5b51;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #eff0f6;
    transition: .3s border-color, .3s background-color;
}

.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 40%);
}

.custom-switch-description {
    margin-left: 0.5rem;
	font-weight: 400;
	font-size: 0.9rem;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #2dce89;
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-checkbox:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
    display: block !important;
    line-height: 25px;
	font-weight: 400;
	font-size:0.8rem;
}

.custom-control-label::before {
    position: absolute;
    left: -1.5rem;
    display: block !important;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    left: -1.5rem;
    display: block !important;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

.custom-checkbox:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.navbar {
	z-index: 9999 !important;
}

table {
	margin-bottom:0 !important;
}

.table th {
	padding: 0.75rem;
	background-color: #eff0f6;
	color: #3e6b9a;
	border-bottom: 0 !important;
}

.table td {
	padding: 0.75rem;
}

.table-responsive {
	border: 1px solid rgb(178 203 239 / 75%);
    border-radius: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.btn {
	border-radius: 20px;
}

.form-control {
    border-radius: 10px;
	font-size: 0.9rem;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f8f9fa;
	color: #888;
}

.nav-tabs {
	border:0 !important;
}

.nav-tabs .nav-link {
	border-radius: 10px 10px 0 0;
	border: 1px solid #b2cbef;
	margin-right: 5px;
	background: #d2e2f1;
    color: #88909a;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
	background: #0281bd !important;
    color: #fff;
	border-color: #4477c3 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #b2cbef;
}

.tab-content {
	border: 1px solid #b2cbef;
    box-sizing: border-box;
    border-radius: 0px 10px 10px;
	padding: 15px;
	background: #fff;
}

.holder-text {
	border: 1px solid #b2cbef;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

.user-info {
	text-align:center;
	padding: 25px 0;
}

.user-info h6 {
	color:#e0deee;
}

.user-info span {
	color:#e0deee;
}

.avatar {
	width: 4rem;
    height: 4rem;
    line-height: 4rem;
    position: relative;
    text-align: center;
    display: inline-block;
    background: #4454c3 no-repeat center/cover;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: 50%;
	margin-bottom: 10px;
}

button:focus {
	outline:0;
}

.btn-danger-rev {
    color: #ff5b51 !important;
    background-color: #fff;
    border-color: #b2cbef;
}

.btn-danger-rev:hover {
    color: #fff !important;
    background-color: #f95045;
    border-color: #ef5349;
}
