.mini-svg-icon {
  width: 13px;
  height: 13px;
}

.mini-svg-icon svg {
  margin-bottom: 1.5px;
}

.tiny-svg-icon {
  width: 15px;
  height: 15px;
}

.tab-svg-icon {
  position: relative;
  width: 60px;
  height: 60px;
  left: 42%;
}

.custom-svg-icon {
  width: 22px;
  height: 15px;
}

.small-svg-icon {
  width: 18px;
  height: 18px;
}

.nav-bar-svg-icon {
  width: 20px;
  height: 20px;
}

.side-bar-svg-icon {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.side-bar-svg-icon svg {
  display: block;
}

.upload-svg-icon {
  width: 55px;
  height: 55px;
  opacity: 0.4;
}

.large-svg-icon {
  width: 60px;
  height: 60px;
  opacity: 0.4;
}

.small-icon {
  font-size: 1.8rem;
}

.dark-icon {
  color: #A1A1A1;
}

.small-icon {
  font-size: 1.5rem;
}

.resource-img-icon {
  width: 16px;
  height: 16px;
}

.resource-list-header-container .resource-heading .resource-name-container {
  margin: auto 15px;
}

.mr-5 {
  margin-right: 5px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-sm-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.help-section-wrapper,
.navbar,
.side-menu,
.collapse,
.ez-tab-group,
.resource-primary-action-buttons,
.resource-primary-actions,
.d-sm-none,
.tab-element,
.breadcrumb,
.add-new-comment-container,
.event-calendar,
.empty-resource-list-icon,
.hide {
  display: none !important;
}

.tab-element.active,
.collapse.active {
  display: block !important;
}