html,
body {
	height: 100%;
	scroll-behavior: smooth;
}
.logo {
	max-height:60px;
}
.logo-brand {
	max-height:65px;
}
.logo-offcanvas {
	max-height:50px;
}
.custom-button:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.menu-dots:hover {
  color:#6610f2 !important;
}
.dropdown-toggle-navbar:hover {
  color:#6610f2 !important;
}
.splash, .signin {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.w-90 {
	width:90% !important;
}
.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cc0000;
}
img {
    pointer-events: none;
}
.box-signin {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jumbotron {
  background: none !important;
}
.border-4 {
  border-width:4px !important;
}
.icon-holder {
  display:inline-block;
  background:#EBDFFD;
  color:#6610f2;
  width:36px;
  height:36px;
  padding-top:6px;
  text-align:center;
  border-radius:50%;
}
.icon-holder-h3 {
  display:inline-block;
  background:#EBDFFD;
  color:#6610f2;
  width:45px;
  height:45px;
  padding-top:4px;
  text-align:center;
  border-radius:50%;
}
.icon-text-small {
  font-size: 14px !important;
}
.h-250 {
  max-height: 250px !important;
}
.h-150 {
  min-height: 150px !important;
  height: auto !important;
}
.h-120 {
  min-height: 120px !important;
  height: auto !important;
}
.app-card-notification .notification-type .badge {
  font-size:.65rem;
  text-transform:uppercase
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-indigo);
}
.custom-tooltip-secondary {
  --bs-tooltip-bg: var(--bs-secondary);
}
.bs-hidden-obj {
  display: none;
}
.counter-section i { 
  display:block; 
  margin:0 0 10px
}
.counter-title { 
  font-size:12px; 
  letter-spacing:2px; 
  text-transform: uppercase
}
.medium-icon {
    font-size: 40px !important;
    margin-bottom: 0px !important;
} 
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.stat-count {
	font-size:3rem;
	color: #6610f2;
	margin:0px;
}
.holder {
	color: #6610f2;
	font-size:24px;
}
.navbar {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  backdrop-filter: none !important;
}