body::-webkit-scrollbar { display: none;  }

.text-bold {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.card-events {
    max-height: 424px !important;
    overflow: hidden;
}

.imagefill img {
    object-fit:cover !important;
    min-height: 100%;
    min-width: 100%;
}

.members, .employees {
    font-weight: 600;
    font-size: 1rem;
}

.avatar-lg {
    filter:drop-shadow(0px 0px 6px gray);
}

.faded{
    filter: grayscale() drop-shadow(0px 0px 6px red);
}

.faded .btn {
    display: none;
}

.form-control {
  color: #000000;
}

.doublespace {
  margin-top:5px;
}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:1%;
  content: attr(data-count);
  font-size:50%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}

.fa-stackno:after{
  background:rgba(0,0,0,0)!important;
  color:rgba(0,0,0,0)!important;
}


.changecolour h3{
  color: black;
  font-weight: bolder;
  text-transform: uppercase;
}

.changecolour {
  color: #43165e;
}

.changecolour .form-control-plaintext {
  color: black;
}

.changecolour .form-control-label {
  color: #43165e;

}

@media (max-width: 1000px) {
   .container {
      min-width: 100%!important;
   }
}

.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
  margin: auto;
  padding: 10px;
  width: 26px;
  border: 1px solid lightgray;
  margin-top: 10px;
  border-radius: 5px;
  background: white;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.4s ease;
  height: 15px;
  width: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 15px;
  width: 25px;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 14px;
  width: 14px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #2ecc71;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 11px;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.btn-grad {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
  background-repeat: repeat-x;
}

input[type=checkbox].themetoggle{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.themetoggle {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 25px;
	background: grey;
	display: block;
	border-radius: 25px;
	position: relative;
}

label.themetoggle:after {
	content: '';
	position: absolute;
	top: 1.5px;
	left: 1.25px;
	width: 22.5px;
	height: 22.5px;
	background: #fff;
	border-radius: 22.5px;
	transition: 0.3s;
}

input.themetoggle:checked + label {
	background: #3d9b35;
}

input.themetoggle:checked + label:after {
	left: calc(100% - 1.25px);
	transform: translateX(-100%);
}

label.themetoggle:active:after {
	width: 32.5px;
}

.topnav-bg-light {
  background-color: #f7fafc !important;
}

.topnav-bg-dark {
  background-color: #333333 !important;
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
  transition: all 450ms !important;
  transition-delay: 0 !important;
}

.text-unigreen {
  color:#3d9b35 !important;
}

a.dropdown-item.text-white:hover,
a.dropdown-item.text-white:focus
{
    color: #000000 !important;
}

.unibold {
  color: #43165e;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: #43165e !important;
  color: #fff !important;
}

.nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* SIDE BAR CHANGES */
.nav-link-text {
  color:rgba(45, 55, 72,0.9)!important;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 0.75rem!important;
}

.navbar-vertical .navbar-heading {
  text-transform: none!important;
}

.nav-link.active {
  background-color: rgba(113, 128, 150,0.3)!important;
}

.navbar-heading {
  color:rgba(113, 128, 150,1)!important;
}

html {
  font-family: system-ui, -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;
}

body {
  -webkit-font-smoothing: antialiased!important;
}

/* Stat Cards */
.card-stats {
  /* border: 1px solid rgba(113, 128, 150, 0.15) !important; */
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0 rgba(136, 152, 170, .5) !important;;
}

/* Page Heading */

.pageHeading {
  padding-left: 62px;
}
.PHmobile {
  padding-left: 5px!important;
  margin-bottom: 15px!important;
}

.g-sidenav-show .pageHeading {
  padding-left: 250px;
}

.pageHeading h4{
  font-weight: bold;
  /* text-transform: uppercase; */
  font-family: system-ui, -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;
  margin-bottom: 0px;
}

.pageHeading.PHmobile h4 {
  color: #000000!important;
}

@media (max-width: 575.98px) {
  .rounded-0-sm {
    border-radius: 0 !important;
  }
}

.heading-small {
  text-transform: none!important;
}

.form-control-plaintext {
  color: #000000!important;
}

/* BG-Colours */
.bg-newgreen {
  background-color: #10B981;
  border-color: #10B981;
}
.bg-newgreen:hover {
  background-color: #059669;
  border-color: #059669;
}

.bg-newcyan {
  background-color: #0891B2;
  border-color: #0891B2;
}
.bg-newcyan.disabled {
  background-color: #22D3EE;
  border-color:#22D3EE;
  cursor:not-allowed!important;
}
.bg-newcyan:hover {
  background-color: #0E7490;
  border-color: #0E7490;
}

.bg-neworange {
  background-color: #FB923C;
  border-color:#FB923C;
}

.bg-lightgray {
  background-color: #ebedef;
}

.fa-cruise:before {
  content: "C"
}