@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap');

.dbform{
  font-size:15px !important;
}

.sidebar-collapse .sidebarwelcome span {
  display: none;
}

.sidebarwelcome {
  border-bottom: thin solid #454c53;
  margin-bottom: 25px !important;
}

.sidelogo {
  width: 80px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.modal.fade .modal-dialog {
  transition: 1s;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh);
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #444;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

body {
  margin: 0;
  font-weight: 300;
  text-align: left;
  background-color: #eaf3f147;
  padding:0;
  font-family: 'Open Sans', sans-serif;
  }

.container-fluid {
  max-width: 1600px;
  padding: 0 3%;
}

.content-wrapper {
  padding: 30px 0;
}

.card,
.info-box {
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 5px;
  border: 0px solid transparent;
  margin-bottom: 1.3rem;
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.1);
}
label, .card-title, .nav-icon {
  font-weight: 400 !important;
  color: #2464f1;
}

.navbar-light .navbar-nav .nav-link,
.nav-sidebar .nav-item>.nav-link {
  color: rgba(0, 0, 0, .6);
  font-weight: 400;
}

.accent {
  font-weight: 500;
}

.chamber-logo {
  max-height: 50px;
}

.customh1 {
  font-size: 18px;
}

.profile-user-img-alt {
  margin: 0 auto;
  width: 100px;
}

.navbar-nav {
  padding: 0 15px;
}

.quicklink-card h6 {
  font-size: 14px;
  font-weight: 400;
}

.quicklink-card:hover {
  color: #fff;
  background-color: #4a4a69 !important;
  cursor: pointer;
}

.quicklink-card:hover a {
  color: #fff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}

.dropdown-menu {
  min-width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}

.sponsors,
.advertisers {
  margin: 0 auto;
  text-align: center;
}

.advertisers {
  margin-top: 50px;
}

.sponsors img,
.advertisers img {
  margin-bottom: 30px;
  box-shadow: 6px 6px 16px 0px #dde4ef, -6px -6px 16px 0px transparent, inset 0px 0px 0px 0px #dde4ef, inset 0px 0px 0px 0px transparent;
  border-radius: 5px;
  border: 5px solid white;
  margin: 0 auto 15px;
}

.advertisers img {
  width: 150px;
}

.slick-next,
.slick-prev {
  width: 30px;
  height: 30px;
  background: #0000001c;
  border-radius: 50%;
}

@media all and (max-width: 600px) {

  .sponsors,
  .advertisers {
    clear: both;
  }

  .sponsors div,
  .advertisers div {
    width: 49%;
    float: left;
    padding: 5px;
  }

  .sponsors img,
  .advertisers img {
    width: 100%;
  }
}