/* COLORS */
/*Top level variables*/
/*General classes*/
html {
  height: 100%;
  position: relative;
}

@font-face {
  font-family: toybox-glyphs;
  src: url("/fonts/toybox-glyphs.ttf?v=2.30");
  font-display: block;
}
@font-face {
  font-family: Toybox-Sans-Regular;
  src: url("/fonts/Toybox-Sans-Regular.ttf");
}
@font-face {
  font-family: Toybox-Sans-Medium;
  src: url("/fonts/Toybox-Sans-Medium.ttf");
}
@font-face {
  font-family: Toybox-Sans-Italic;
  src: url("/fonts/Toybox-Sans-Italic.ttf");
}
@font-face {
  font-family: Toybox-Sans-Bold;
  src: url("/fonts/Toybox-Sans-Bold.ttf?v=2");
}
@font-face {
  font-family: TT-Norms-Pro-Regular;
  src: url("/fonts/TT Norms Pro Regular.otf");
}
@font-face {
  font-family: TT-Norms-Pro-Medium;
  font-weight: 500;
  src: url("/fonts/TT Norms Pro Medium.otf");
}
@font-face {
  font-family: TT-Norms-Pro-Bold;
  font-weight: bold;
  src: url("/fonts/TT Norms Pro Bold.otf");
}
@font-face {
  font-family: TT-Norms-Pro-italic;
  src: url("/fonts/TT Norms Pro Italic.otf");
}
body {
  height: 100%;
  position: relative;
  font-family: "TT-Norms-Pro-Regular", "Avenir", sans-serif "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 15px;
}

body.avenirLoaded {
  font-family: "TT-Norms-Pro-Regular", "Avenir", sans-serif, "Poppins", sans-serif;
  overflow: hidden;
}

a {
  outline: 0;
  text-decoration: none;
}

.dep-input-styles textarea,
.dep-input-styles input[type=text],
.dep-input-styles input[type=email] {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  background-color: #fafafa;
}

.in-row {
  position: relative;
  display: inline-block;
}

.relative {
  position: relative;
}

.fa-times {
  cursor: pointer;
}

.title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 26px;
  }
}

/*Loading overlay*/
.loading.overlay-wrapper {
  width: 1px;
  height: 1px;
  -webkit-transition: width 1s, height 1s, margin 1s;
  -moz-transition: width 1s, height 1s, margin 1s;
  -ms-transition: width 1s, height 1s, margin 1s;
  transition: width 1s, height 1s, margin 1s;
}
.loading.overlay-wrapper .wrapper {
  position: relative;
  text-align: center;
}

.loading.overlay-wrapper.expand-overlay {
  padding: 20px;
  width: 450px;
  height: 80px;
}
@media only screen and (min-width: 767px) {
  .loading.overlay-wrapper.expand-overlay {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .loading.overlay-wrapper.expand-overlay {
    width: 100%;
  }
}

textarea {
  background-color: white;
}

.row.sec {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
  text-align: center;
}

.icon {
  display: inline-block;
  font-family: toybox-glyphs;
  text-transform: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.tag {
  padding: 7px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
}
.tag.under-review-tag {
  background-color: #f39c12;
}
.tag.published-tag {
  background-color: #2980b9;
}
.tag.unpublished-tag {
  background-color: #8e44ad;
}
.tag.not-submitted-tag {
  background-color: #d35400;
}

.tooltip.hide {
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.__react_component_tooltip {
  z-index: 3000;
  max-width: 250px;
}

.tooltip {
  z-index: 3000;
  pointer-events: none;
  transition: opacity 0.2s;
  background-color: darkslategray;
  color: white;
  padding: 3px 5px;
  text-align: center;
  border-radius: 4px;
  text-align: center;
  max-width: 350px;
}
@media only screen and (max-width: 350px) {
  .tooltip {
    max-width: 80vw;
  }
}

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

.clickable {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

.block {
  display: block !important;
}

.full-height {
  height: 100%;
  max-height: unset;
}

.full-screen-absolute {
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.full-absolute {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.full-absolute.visible {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

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

.hidden {
  display: none;
}

#root {
  height: 100%;
}

.policy-link {
  color: #337ab7;
}

.action-link {
  text-transform: uppercase;
  cursor: pointer;
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
}

.windows-scrollbar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.windows-scrollbar ::-webkit-scrollbar {
  width: 10px;
}
.windows-scrollbar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.windows-scrollbar ::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 5px;
}
.windows-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}

*:focus {
  /* React Native Web adds an outline to focused elements by default. This is often undesirable */
  outline: unset;
}