body.overview {
  background: #ff5f8d !important;
}

#open-popup {padding:20px}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

h4 {
  display: none;
}

body.overview .singleColumnImage  img {
  cursor: none !important;;
}

body.overview .sectionTitle {
  background: #ff0000 !important;
  color: #f2ccff !important;
}

body.overview .textElement {
  background: #ff5f8d !important;
  padding: 0 !important;
}

body.overview .textElement .text-white {
  color: #f2ccff !important;
  padding: 0 !important;
}

body.overview .pinboard h2 {
  color: #f2ccff !important;
}

body.overview .pinboard .darkgrey {
  background-color: #ff5f8d !important;
}

body.overview .singleColumnImage {
  color: #f2ccff !important;
}

body.overview .btn-primary {
  color: #000 !important;
  background: #d0ff4f !important;
  border: none;
  border-radius: 8px !important;
  margin: 20px 0;
}

body.overview .desktop-cross, body.post .desktop-cross   {
  filter: invert(90%) sepia(30%) saturate(738%) hue-rotate(204deg) brightness(105%) contrast(103%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

 body.overview .studioNotes-blog  {
  color: #f2ccff !important;
}

body.overview hr {
  display: none;
}

body.overview .input {
  border: 2px solid #d0ff4f;
  inline-size: auto !important;
  height: 100px !important;
}

textarea {
  width: 100%;
  overflow: hidden; /* Hide scrollbars */
  height: 102% !important;
  background: #ff5f8d;
  color: #f2ccff;
  outline: none;
  border: none;
  border-bottom: 2px solid #d0ff4f;
}

.portal, .element, a, button {
  cursor: url("../custom-cursor/unknown.png"), auto !important;
}

body.overview .content-container .col-12 {
  padding: 0 !important;
}

body.overview .content-container .row {
  padding: 0 !important;
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #ff0000;
  box-sizing: content-box;
  z-index: 10;
  padding: 0;
  margin: 0 auto;
}

.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0;
  font-size: 2rem;
  color: #d0ff4f;
}


