/**
 * Loads on front end and back end
 */

.has-overlay {
  position: relative;
}

.g-section-wrapper {
  position: relative;
}

.g-section-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-wrap.layout-vtabs .nav {
  display: block !important;
}

.text-black,
.text-black * {
  color: #000 !important;
}
a.text-black:focus,
a.text-black:hover {
  color: #000 !important;
}
.text-primary,
.text-primary * {
  color: #2e358f !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #2e358f !important;
}
.text-secondary,
.text-secondary * {
  color: #ffc222 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #ffc222 !important;
}
.text-success,
.text-success * {
  color: #869a3b !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #869a3b !important;
}
.text-info,
.text-info * {
  color: #414ac2 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #414ac2 !important;
}
.text-warning,
.text-warning * {
  color: #fbd64a !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #fbd64a !important;
}

.tab-content {
  position: relative;
  z-index: 10;
}
