#toolbarContainer {
  display: none !important;
}

.logo-img {
  width: 150px;
}

.logo-sidebar-img {
  width: 110px;
}

.avatar-title {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 35px !important;
}

/* Extend Bootstrap padding classes */
.py-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-7 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mfp-wrap.popup-svg img.mfp-img {
  max-width: 80vw !important;
  max-height: 80vh !important;
  width: 300px !important;
  height: auto !important;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.sp-original-input-container .sp-add-on {
  width: 35% !important;
}

.select2-container {
  width: 100% !important;
}