
@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

.aside-menu .menu-item .menu-icon i {
    color:#031c4a;
	font-size: 18px;
}

.admin-logo {
    height: 35px;
}
.admnhd
{
  background:#000!important;
}
.admnhd h3
{
  color:#fff;
}
.admnhd i
{
  color:#fff;
}

.asideimg {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    /* margin: 0 auto; */
    justify-content: center;
    margin-left: 65px;
    margin-top: 20px;
    border: 7px solid #6464640f;
    outline: 1px solid #f8f8f8;
}
.wrapper .header-top {
  padding-left: 0px;
  padding: 0px;
}
.tp-hd .dropdown{
padding: 15px 0 0 0;
color: #FFF;
}
.dash-img {
height: 60px;
padding: 5px 0 0 0;
}
.wrapper .page-wrap .main-content {
  margin-top: 61px;
}
.wrapper .page-wrap .app-sidebar {
  background-color: #fff;
  position: fixed;
  top: 60px;
}
@media (min-width: 992px) {
	.tp-hd .dropdown{
	padding: 22px 0 0 0;
	color: #FFF;
	}
	.dash-img {
	height: 75px;
	padding: 5px;
	}
	.wrapper .page-wrap .main-content {
	  margin-top: 61px;
	}
	.wrapper .page-wrap .app-sidebar {
	background-color: #fff;
	  position: fixed;
	  top:75px;
	}
}
@media (max-width: 480px) {
	.tp-hd .dropdown{
	color: #FFF;
	}
	.dash-img {
	height: 48px;
	}
	.wrapper .page-wrap .main-content {
	  margin-top: 78px;
	}
	.wrapper .page-wrap .app-sidebar {
	background-color: #fff;
	  position: fixed;
	  top: 78px;
	}
	.tp-hd .dropdown{
	padding: 0px 0 0 0;
	color: #FFF;
	}
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a i {
  color: #222324;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  font-size: 16px;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a {
  color: #0d41a0;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content {
  background-color: #FFF;
  background-color: #ffffff;
background-image: url(../../../../assets/admin/img/dashboardbg.svg);
background-attachment: fixed;
background-size: cover;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
  background-color: #f5f5f5;
    border: 1px solid #b8caed;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: -2px 12px 8px #c1c1c1;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.active {
  color: #131313;
}



/* ----------------------------------
    36. Preloader CSS
-------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loading-spinner {
  position: fixed;
  left: 50%;
  transform: translate(-50%,-50%) translateZ(0);
  top: 50%;
  width: 70px;
  height: 70px;
  z-index: 1;
  background: url(../print.gif) center no-repeat;
    background-size: auto;
  background-size: contain;
  animation: spinning 1.5s infinite ease-in-out;
}
.loading-spinner::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(0,0,0,0);
  border-radius: 100%;
  margin: -15px;
  box-shadow: 0 4px 0 0 #000;
  transition: all 1s linear;
  animation: lds-eclipse 1s linear infinite;
}

@keyframes spinning {
	0% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
	50% { transform: translate(-50%,-50%) scale(1.1) translateZ(0);}
	100% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.dashbox {
  width:100%;
  border-radius:6px;
  text-align:center;
  color:white;
  font-size:18px;
  padding:6px; 
  margin:6px;  
}

.dashbox img {
    height: 60px;
    padding: 8px;
}

.color-green {background:#1b2d54;}
.color-green-two {background:#62504f;}
.color-green-three {background:#b5202d;}
.color-green-four {background:#f2b420;}

.jFloat {
  -webkit-transition: 0.3s transform ease-out;
  transition: 0.3s transform ease-out;
}
.jFloat:hover, .jFloat:focus, .jfloat:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


.dashbox {
  text-align: center;
  color: white;
  font-size: 18px;
}

.auth-wrapper .lavalite-bg {
  height: 100vh;
  position: relative;
  width: 100%;
  text-align: center;
    /* Old browsers */
}

.auth-wrapper .lavalite-bg img{
  height:430px;
  margin-top: 1%;
}
.img-logo1 {
  height: 80px;
}
.fc-scroller {
  height: 380px !important;
}
.import1 {
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  height: 395px !important;
  box-shadow: 0 2px 10px 0px #333 !important;
}