@charset "UTF-8";.speechbubble {
  position: relative;
  border-radius: 25px;
  color: white;
  padding: 20px;
  font-family: "Back Issues BB", sans;
  font-size: 1.2rem;
  min-height: 70px;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
.speechbubble .speech {
  height: 100%;
}
.speechbubble .title h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.speechbubble .title + .speech {
  height: calc(100% - 35px);
}
.speechbubble .tail {
  height: 34px;
  width: 38px;
  position: absolute;
  bottom: 22%;
}
.speechbubble .tail.left {
  left: -32px;
}
.speechbubble .tail.right {
  right: -32px;
}
.speechbubble.orange {
  background-color: var(--orange);
  box-shadow: inset 0 0 3px 3px var(--darkorange);
}
.speechbubble.pink {
  background-color: var(--pink);
  box-shadow: inset 0 0 3px 3px var(--darkpink);
}
.speechbubble.yellow {
  background-color: var(--yellow);
  box-shadow: inset 0 0 3px 3px var(--darkyellow);
  color: #333;
}
.speechbubble.blue {
  background-color: var(--blue);
  box-shadow: inset 0 0 3px 3px var(--darkblue);
}
.speechbubble.green {
  background-color: var(--green);
  box-shadow: inset 0 0 3px 3px var(--darkgreen);
}
.speechbubble.red {
  background-color: var(--red);
  box-shadow: inset 0 0 3px 3px var(--darkred);
}
.speechbubble.purple {
  background-color: var(--purple);
  box-shadow: inset 0 0 3px 3px var(--darkpurple);
}
.speechbubble:not(.news) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.speechbubble:not(.news) .speech {
  text-align: center;
  font-style: italic;
  line-height: 1.4rem;
}.news {
  position: fixed;
  bottom: 10px;
  left: 270px;
}
.news.responsive {
  display: none;
  margin-top: 20px;
  position: relative;
  width: 100%;
  bottom: auto;
  left: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.news.responsive .news-box {
  flex: 0 auto;
  background: var(--orange);
  box-shadow: inset 0 0 3px 3px var(--darkorange);
  border-radius: 10px;
  padding: 10px;
  color: white;
  width: 50vw;
}
.news.responsive .news-box .title h3 {
  margin: 0;
}
.news.responsive .news-box .title .divide {
  position: relative;
  top: -5px;
}
.news.responsive .news-box .title .divide img {
  width: 150px;
}
.news.responsive .news-box .entry {
  margin-top: 10px;
  margin-bottom: 30px;
}
.news.responsive .news-box .entry .by {
  font-weight: 100;
  font-style: italic;
  margin-bottom: 5px;
}
.news.responsive .news-box .responsive {
  display: none;
}
.news:not(.speechbubble) > img {
  height: 200px;
  width: auto;
  filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, 0.4));
}
.news > div {
  transform-origin: center;
}
.news .speechbubble {
  position: absolute;
  bottom: 30px;
  left: 150px;
}
.news .speechbubble .news-cont {
  height: 100%;
  overflow: auto;
}
.news .speechbubble .news-cont .entry {
  font-family: "Lato", sans;
  font-size: 0.9rem;
  margin: 8px 0;
}
.news .speechbubble .news-cont .entry .date {
  font-weight: bold;
}
.news .speechbubble .news-cont .entry .by {
  font-weight: 100;
  font-style: italic;
}
.news .speechbubble .news-cont .entry .text {
  padding: 5px 0;
}
.news .speechbubble .news-cont .ScrollbarsCustom-Content {
  padding-right: 10px !important;
}
.news .ScrollbarsCustom-Track {
  border-radius: 6px !important;
  width: 14px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border: 2px solid rgba(255, 255, 255, 0);
}
.news .ScrollbarsCustom-Thumb {
  background: rgb(255, 255, 255) !important;
}.girl {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 60vh;
  display: flex;
  align-items: flex-start;
}
.girl > img {
  display: inline-block;
  height: 100%;
  width: auto;
  filter: drop-shadow(20px 20px 14px rgba(0, 0, 0, 0.4));
}
.girl .quotebubble {
  position: relative;
}
.girl .quotebubble .speech {
  height: auto;
}

.background {
  position: relative;
  background-repeat: repeat;
  transform: rotate(-12deg);
  animation: slide 100s linear infinite;
  z-index: 0;
}
.background.sakura {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_kura.png");
}
.background.nissa {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_nissa.png");
}
.background.chelsea {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_chelsea.png");
}
.background.mano {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_mano.png");
}
.background.jaslyn {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7)), url("../img/bg/bg_jaslyn.png");
}
.background.gracie {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_gracie.png");
}
.background.rae {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75)), url("../img/bg/bg_rae.png");
}

@keyframes slide {
  0% {
    transform: rotate(-12deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(-12deg) translate3d(600px, -352px, 0);
  }
}.home {
  height: 100vh;
}
.home .banner {
  position: relative;
  height: 25vh;
  width: 100%;
  text-align: center;
  background: rgb(255, 178, 141);
  background: linear-gradient(160deg, rgb(255, 178, 141) 0%, rgb(250, 232, 116) 100%);
  box-shadow: 0 0 12px #fe9fe5;
  z-index: 99;
}
.home .banner img {
  width: auto;
  height: 100%;
}
.home .banner img.logo {
  position: absolute;
  left: 50%;
  top: 20%;
  height: 60%;
  transform: translateX(-50%);
}.content .admin .fields {
  margin-top: 20px;
  text-align: center;
}
.content .admin .fields.disable {
  pointer-events: none;
  opacity: 0.4;
}
.content .admin .fields.disable .btn {
  background: var(--lightgray);
}
.content .admin .fields .field {
  margin: 10px;
}
.content .admin .fields .field.hide {
  display: none;
}
.content .admin .fields .field .single .checklist ul {
  columns: 1;
}
.content .admin .fields .field > span {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  width: 230px;
}
.content .admin .fields .field > span:first-child {
  text-align: right;
  width: 150px;
}
.content .admin .fields .field > span:last-child {
  text-align: left;
}
.content .admin .fields .field > span input[type=number] {
  width: 60px;
}
.content .admin .fields .field.description {
  margin-top: 18px;
}
.content .admin .fields .field .center {
  display: flex;
  align-items: center;
}
.content .admin .fields .field textarea {
  min-height: 80px;
  min-width: 300px;
  position: relative;
  top: -6px;
}
.content .admin .fields .field input[type=text] {
  top: -6px;
}
.content .admin .fields .field .checklist {
  margin-bottom: 5px;
}
.content .admin .submit.btn {
  margin-top: 10px;
}
.content .admin .clear.btn {
  padding: 10px 20px;
}
.content .admin .upload-form {
  text-align: center;
}
.content .admin .upload-form .prev {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.content .admin .upload-form .prev embed {
  width: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  background: white;
}
.content .admin .upload-form .prev:not(.img) embed {
  width: 100%;
  min-height: 200px;
}
.content .admin .upload-form .prev:not(.img) embed pre {
  font-family: "Lato", sans-serif;
}
.content .admin .upload-form .field .uploader .progress {
  width: 100%;
}
.content .admin .upload-form .field .cover-img {
  position: relative;
}
.content .admin .upload-form .field .cover-img:hover .del-img {
  opacity: 1;
}
.content .admin .upload-form .field .cover-img img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.content .admin .upload-form .field .cover-img .del-img {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  color: white;
  background-color: var(--blue);
  padding: 4px 6px;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.15s ease, background-color 0.2s ease;
}
.content .admin .upload-form .field .cover-img .del-img:hover {
  background-color: var(--pink);
}
.content .admin select {
  position: relative;
  top: -4px;
  min-width: 165px;
}
.content .admin input[type=text] {
  position: relative;
  min-width: 165px;
}
.content .admin .filename {
  font-size: 1.2rem;
  color: var(--blue);
  border: 1px dashed var(--blue);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
}
.content .admin .filename a {
  margin-left: 6px;
}
.content .admin .success {
  color: var(--orange);
  font-family: "Back Issues BB", sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
}
.content .admin .success span {
  margin-right: 10px;
}
.content .admin .loginlog {
  margin-top: 20px;
}
.content .admin .loginlog .showHistory {
  display: inline-block;
  text-decoration: underline;
  color: var(--lightgray);
  margin-bottom: 10px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.1s ease;
}
.content .admin .loginlog .showHistory:hover {
  color: var(--blue);
}
.content .admin .greetingslist input[type=text] {
  top: 0;
}
.content .admin .addnews,
.content .admin .addquote {
  margin-bottom: 15px;
}
.content .admin .addnews .add-new,
.content .admin .addquote .add-new {
  border: 1px dashed var(--lightgray);
  border-radius: 8px;
  display: inline-block;
  padding-bottom: 20px;
  width: 600px;
}
.content .admin .addnews .add-new textarea,
.content .admin .addquote .add-new textarea {
  width: 200px;
  max-width: 200px;
  min-height: 150px;
}
.content .admin .addnews h3,
.content .admin .addquote h3 {
  color: var(--blue);
}
.content .admin .addnews .field,
.content .admin .addquote .field {
  margin-bottom: 20px;
}
.content .admin .addnews .field.text,
.content .admin .addquote .field.text {
  margin-bottom: 0;
}
.content .admin .addquote .fields .field > span:first-child {
  width: 140px;
}
.content .admin .table-rows {
  max-height: 300px;
  overflow: auto;
}
.content .admin .divider {
  margin-bottom: 20px;
  width: 70%;
  display: inline-block;
}
.content .admin .note {
  margin-bottom: 20px;
  font-size: 0.8rem;
  color: var(--darkgray);
}
.content .admin .messagelist .reply .original {
  margin-bottom: 20px;
}
.content .admin .messagelist .reply h4 {
  font-family: "Back Issues BB", sans-serif;
  font-weight: normal;
  color: var(--darkgray);
  margin: 0;
  margin-top: 10px;
  font-size: 1.1rem;
}
.content .admin .messagelist .reply textarea {
  margin: 10px 0;
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  outline: none;
  border: 0;
  background: var(--blue);
  color: white;
  font-size: 1rem;
}
.content .admin .messagelist .reply textarea::placeholder {
  color: white;
  opacity: 0.7;
}
.content .admin .messagelist .reply .btns {
  text-align: right;
}

@media only screen and (max-width: 1450px) {
  .admin .grid {
    display: block;
  }
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(41.5, 134.5606060606, 207.5);
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.uploader {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.uploader .progress {
  display: none;
  height: 20px;
  width: 60%;
  background: var(--fadedorange);
  border-radius: 6px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset, 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.uploader .progress .bar {
  display: inline-block;
  height: 100%;
  width: 50%;
  background: var(--orange);
}
.uploader.uploading .dropzone {
  display: none;
}
.uploader.uploading .progress {
  display: inline-block;
}
.uploader .dragdrop {
  border-radius: 8px;
  border: 1px dashed var(--lightgray);
  padding: 10px 20px;
  padding-bottom: 14px;
  box-sizing: border-box;
  color: var(--text);
  display: inline-block;
}
.uploader .dragdrop:hover, .uploader .dragdrop.active, .uploader .dragdrop.accept {
  opacity: 1;
  cursor: pointer;
  border-color: var(--orange);
  color: var(--orange);
}
.uploader .dragdrop p {
  margin: 0;
}
.uploader .dragdrop em {
  width: 100%;
  display: inline-block;
}
.uploader .add-file {
  text-align: left;
}
.uploader .add-file h4 {
  margin: 0;
}
.uploader .dropdown select {
  width: 150px;
}
.uploader p svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}/* DROPDOWN SELECT STYLING */
.dropdown.select {
  width: 200px;
  position: relative;
  top: -4px;
  text-align: left;
  border: 1px solid var(--lightgray);
  font-size: 0.9rem;
  padding: 4px;
  background: white;
  border-radius: 6px;
}
.dropdown.select:hover {
  border-color: var(--darkgray);
}
.dropdown.select label {
  width: 100%;
  display: inline-block;
}
.dropdown.select .placeholder {
  display: inline-block;
  margin-left: 5px;
  font-size: 1rem;
  position: relative;
  width: calc(100% - 8px);
  cursor: pointer;
}
.dropdown.select .placeholder svg {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 3px;
}
.dropdown.select .options {
  border-top: 1px solid var(--lightgray);
  margin: 0;
  padding: 5px;
  padding-left: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  list-style: none;
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  box-shadow: 0 1px 5px var(--lightgray);
  width: 100%;
  overflow: auto;
  max-height: 310px;
  z-index: 99;
}
.dropdown.select .options:not(.open) {
  display: none;
}
.dropdown.select .options li {
  cursor: pointer;
  transition: color 0.1s ease;
  padding: 1px;
  font-size: 0.9rem;
}
.dropdown.select .options li:hover {
  color: var(--orange);
}
.dropdown.select .options li.selected {
  color: var(--pink);
}
.dropdown.select .options li svg {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.dropdown.select .options li > span {
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}.checklist ul {
  columns: 2;
  text-align: left;
}
.checklist .opt {
  padding-bottom: 2px;
  cursor: pointer;
}
.checklist .opt:hover {
  color: var(--orange);
}
.checklist .opt.selected {
  color: var(--pink);
}
.checklist .opt svg {
  margin-right: 4px;
}.table .listselect {
  width: 100%;
}
.table .listselect .formfield {
  display: flex;
}
.table .listselect .formfield .leftbox {
  border-right: 1px solid var(--darkgray);
  padding-right: 8px;
  transition: border 0.2s ease;
}
.table .listselect .formfield .rightbox {
  padding-left: 8px;
}
.table .listselect .formfield .leftbox,
.table .listselect .formfield .rightbox {
  flex: 10 50%;
}
.table .listselect .formfield ul {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}
.table .listselect .formfield ul li {
  padding: 2px;
  padding-left: 15px;
  color: black;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
.table .listselect .formfield ul li:not(.default):hover {
  color: var(--darkblue);
}
.table .listselect .formfield ul li:not(.default):hover svg {
  opacity: 1;
}
.table .listselect .formfield ul li svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.table .listselect .formfield ul li.default {
  color: var(--lightgray);
  cursor: default;
}
.table .listselect.active .leftbox {
  border-color: var(--darkblue);
}
.table ul:not(.array) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.table ul:not(.array) .row {
  display: flex;
}
.table ul:not(.array) .row.headers {
  font-weight: bold;
  border-bottom: 1px solid var(--lightgray);
}
.table ul:not(.array) .row.headers.sortable .cell:not(.nosort) {
  cursor: pointer;
  transition: color 0.1s ease;
}
.table ul:not(.array) .row.headers.sortable .cell:not(.nosort):hover {
  color: var(--pink);
}
.table ul:not(.array) .row.headers.sortable .cell:not(.nosort) .fa-caret-down,
.table ul:not(.array) .row.headers.sortable .cell:not(.nosort) .fa-caret-up {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.table ul:not(.array) .row.headers.sortable .cell:not(.nosort) .fa-caret-up {
  top: 4px;
}
.table ul:not(.array) .row .cell {
  display: flex;
  flex: 1;
  align-items: flex-start;
  padding: 5px 10px;
  padding-bottom: 8px;
}
.table ul:not(.array) .row .cell .dropdown::first-letter {
  text-transform: uppercase;
}
.table ul:not(.array) .row .cell .callback {
  cursor: pointer;
  transition: color 0.1s ease;
}
.table ul:not(.array) .row .cell .callback:hover {
  color: var(--pink);
}
.table ul:not(.array) .row .cell select {
  min-width: auto;
  background: var(--blue);
  color: white;
  outline: none;
  border: 0;
  position: relative;
  top: 0;
  left: -6px;
  cursor: pointer;
}
.table ul:not(.array) .row .cell select:hover {
  background: var(--darkblue);
}
.table ul:not(.array) .row .cell option {
  background: white;
  color: var(--text);
}
.table ul:not(.array) .row .cell .bool svg {
  display: none;
}
.table ul:not(.array) .row .cell .bool.true svg {
  display: inline-block;
}
.table ul:not(.array) .row .cell.editable {
  position: relative;
}
.table ul:not(.array) .row .cell.editable svg {
  height: 18px;
  width: 18px;
}
.table ul:not(.array) .row .cell.editable input,
.table ul:not(.array) .row .cell.editable textarea {
  display: none;
  background: var(--darkblue);
  color: white;
  border: none;
  outline: none;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.table ul:not(.array) .row .cell.editable input::placeholder,
.table ul:not(.array) .row .cell.editable textarea::placeholder {
  color: white;
  opacity: 0.5;
}
.table ul:not(.array) .row .cell.editable .edit,
.table ul:not(.array) .row .cell.editable .save,
.table ul:not(.array) .row .cell.editable .disable,
.table ul:not(.array) .row .cell.editable .cancel,
.table ul:not(.array) .row .cell.editable .clear {
  position: relative;
  margin-top: -3px;
  margin-bottom: -9px;
  padding: 5px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.table ul:not(.array) .row .cell.editable .edit:hover,
.table ul:not(.array) .row .cell.editable .save:hover,
.table ul:not(.array) .row .cell.editable .disable:hover,
.table ul:not(.array) .row .cell.editable .cancel:hover,
.table ul:not(.array) .row .cell.editable .clear:hover {
  color: var(--pink);
}
.table ul:not(.array) .row .cell.editable .edit:not(.bool),
.table ul:not(.array) .row .cell.editable .disable {
  display: none;
}
.table ul:not(.array) .row .cell.editable .save {
  top: 3px;
  margin-left: 5px;
  color: var(--green);
  transition: color 0.2s ease, opacity 0.2s ease;
}
.table ul:not(.array) .row .cell.editable .cancel {
  top: 3px;
  margin-left: 0;
  color: var(--red);
}
.table ul:not(.array) .row .cell.editable .clear {
  top: 3px;
  margin-left: 0;
  color: var(--red);
}
.table ul:not(.array) .row .cell.editable:hover .edit,
.table ul:not(.array) .row .cell.editable:hover .disable {
  display: inline-block;
}
.table ul:not(.array) .row .cell.editable:hover .bool svg {
  display: inline-block;
}
.table ul:not(.array) .row .cell.editable.editing {
  padding-bottom: 5px;
}
.table ul:not(.array) .row .cell.editable.editing input {
  display: inline-block;
  max-width: 160px;
}
.table ul:not(.array) .row .cell.editable.editing input[type=password] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
}
.table ul:not(.array) .row .cell.editable.editing input[type=number] {
  max-width: 70px;
}
.table ul:not(.array) .row .cell.editable.editing textarea {
  display: inline-block;
  width: 100%;
  min-height: 100px;
}
.table ul:not(.array) .row .cell.editable.editing span:not(.save):not(.cancel):not(.clear):not(.react-datepicker__navigation-icon):not(.checklist-label),
.table ul:not(.array) .row .cell.editable.editing .array {
  display: none;
}
.table ul:not(.array) .row .cell.editable.editing .listselect {
  font-size: 0.75rem;
  border: 1px solid var(--lightgray);
  border-radius: 8px;
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield {
  padding: 0;
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield .leftbox,
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield .rightbox {
  padding: 0 20px;
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield .leftbox {
  border-color: var(--lightgray);
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield ul {
  margin: 10px 0;
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield ul li {
  padding-left: 2px;
}
.table ul:not(.array) .row .cell.editable.editing .listselect .formfield ul li svg {
  height: 12px;
  width: 12px;
  left: -12px;
  top: 3px;
}
.table ul:not(.array) .row .cell.vert.editing {
  flex-direction: column;
}
.table ul:not(.array) .row .cell.vert.editing .btns {
  width: 100%;
  text-align: center;
}
.table ul:not(.array) .row .cell.vert.editing .btns .disable {
  color: var(--lightgray);
  opacity: 0.3;
  pointer-events: none;
}
.table ul:not(.array) .row.areyousure {
  display: table-row-group;
}
.table ul:not(.array) .row.areyousure .cell {
  display: block;
  text-align: center;
}
.table ul:not(.array) .row.areyousure .cell b {
  font-size: 0.8rem;
}
.table ul:not(.array) .row.areyousure .cell .msg {
  margin: 20px 0;
}
.table ul:not(.array) .row.areyousure .cell .msg b {
  font-size: 0.9rem;
  font-weight: 900;
}
.table ul:not(.array) .row.areyousure .cell .btns {
  margin-bottom: 15px;
}
.table ul:not(.array) .row.areyousure .cell .btns .btn {
  padding: 0px;
}
.table ul:not(.array) .row.areyousure .cell .btns .btn:first-child {
  margin-right: 10px;
}
.table ul.array {
  list-style: none;
  padding: 0;
}
.table.deletable .row {
  position: relative;
}
.table.deletable .row .delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  padding-right: 2px;
  cursor: pointer;
  transition: color 0.2s ease;
  display: none;
}
.table.deletable .row .delete svg {
  width: 16px;
  height: 16px;
}
.table.deletable .row .delete:hover {
  color: var(--darkblue);
}
.table.deletable .row:hover .delete {
  display: inline-block;
}
.table.deletable .row > div:last-of-type {
  padding-right: 24px;
}
.table .row.disabled {
  color: var(--lightgray);
}
.table .row.disabled .cell span {
  text-decoration: line-through;
}
.table .table-rows > ul > li:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.table .row .cell .dropdown.select {
  width: auto;
  display: inline-block;
  background: var(--blue);
  color: white;
  border: 0;
  border-radius: 6px;
  top: 0;
}
.table .row .cell .dropdown.select:hover {
  background: var(--darkblue);
}
.table .row .cell .dropdown.select .formfield {
  display: inline-block;
}
.table .row .cell .dropdown.select label {
  width: auto;
  position: relative;
  top: -1px;
}
.table .row .cell .dropdown.select .placeholder {
  width: auto;
  padding-right: 20px;
  white-space: nowrap;
}
.table .row .cell .dropdown.select .placeholder .fa-chevron-down {
  width: 12px;
  height: 12px;
  right: 2px;
  top: 5px;
}
.table .row .cell .dropdown.select .options {
  color: var(--text);
}
.table .row .cell .dropdown.select .options li:hover {
  color: var(--orange);
}
.table .row .cell .dropdown.select .options li.selected {
  color: var(--pink);
}.loginform,
.contactform {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1;
}
.loginform .form,
.contactform .form {
  width: 50vw;
  max-width: 500px;
  margin: 0;
}
.loginform .form .input,
.contactform .form .input {
  width: 100%;
  position: relative;
}
.loginform .form .input.bearfood,
.contactform .form .input.bearfood {
  /* this is actually a honeypot field */
  display: none;
}
.loginform .form .input input,
.loginform .form .input textarea,
.contactform .form .input input,
.contactform .form .input textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  outline: none;
  border: 1px solid var(--blue);
  transition: all 0.2s ease;
  border-radius: 4px;
  color: var(--blue);
}
.loginform .form .input input:hover, .loginform .form .input input:focus,
.loginform .form .input textarea:hover,
.loginform .form .input textarea:focus,
.contactform .form .input input:hover,
.contactform .form .input input:focus,
.contactform .form .input textarea:hover,
.contactform .form .input textarea:focus {
  border-color: var(--pink);
  color: var(--pink);
}
.loginform .form .input input:hover + .showBtn, .loginform .form .input input:focus + .showBtn,
.loginform .form .input textarea:hover + .showBtn,
.loginform .form .input textarea:focus + .showBtn,
.contactform .form .input input:hover + .showBtn,
.contactform .form .input input:focus + .showBtn,
.contactform .form .input textarea:hover + .showBtn,
.contactform .form .input textarea:focus + .showBtn {
  color: var(--pink);
}
.loginform .form .input input:hover + .showBtn:hover, .loginform .form .input input:focus + .showBtn:hover,
.loginform .form .input textarea:hover + .showBtn:hover,
.loginform .form .input textarea:focus + .showBtn:hover,
.contactform .form .input input:hover + .showBtn:hover,
.contactform .form .input input:focus + .showBtn:hover,
.contactform .form .input textarea:hover + .showBtn:hover,
.contactform .form .input textarea:focus + .showBtn:hover {
  color: var(--darkpink);
}
.loginform .form .input textarea,
.contactform .form .input textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
}
.loginform .form .input .showBtn,
.contactform .form .input .showBtn {
  position: absolute;
  top: 3px;
  right: 8px;
  color: var(--blue);
  cursor: pointer;
  transition: color 0.2s ease;
}
.loginform .form .input .showBtn:hover,
.contactform .form .input .showBtn:hover {
  color: var(--darkblue);
}
.loginform .form .input .showBtn .fa-eye,
.contactform .form .input .showBtn .fa-eye {
  position: relative;
  right: 1px;
}
.loginform .form .input ::placeholder,
.contactform .form .input ::placeholder {
  color: var(--lightgray);
}
.loginform .form .btn,
.contactform .form .btn {
  margin-top: 12px;
}
.loginform .form .btn.invalid,
.contactform .form .btn.invalid {
  opacity: 0.5;
  background: var(--lightgray);
  pointer-events: none;
}
.loginform .form .error,
.contactform .form .error {
  color: red;
  margin-top: 10px;
}
.loginform .form .fa-spinner,
.contactform .form .fa-spinner {
  position: relative;
  top: 20px;
  font-size: 30px;
  color: var(--orange);
}
.loginform .form .submitting,
.contactform .form .submitting {
  opacity: 0.5;
  pointer-events: none;
}
.loginform .form .message span:not(.small-link),
.contactform .form .message span:not(.small-link) {
  display: inline-block;
  margin-bottom: 10px;
}
.loginform .form .warning,
.contactform .form .warning {
  margin-bottom: 15px;
  font-size: 0.8rem;
  color: var(--red);
}
.loginform .form .small-link,
.contactform .form .small-link {
  display: block;
  color: var(--blue);
  font-size: 0.9rem;
  position: relative;
  top: 20px;
  cursor: pointer;
}
.loginform .form .small-link:hover,
.contactform .form .small-link:hover {
  color: var(--darkblue);
}.gallery .filters .girl-filter {
  margin-bottom: 20px;
}
.gallery .filters .girl-filter .portrait {
  width: 140px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.gallery .filters .girl-filter .portrait:hover {
  transform: scale(1.02);
}
.gallery .filters .girl-filter .portrait.chelsea {
  background: var(--green);
}
.gallery .filters .girl-filter .portrait.gracie {
  background: var(--yellow);
}
.gallery .filters .girl-filter .portrait.gracie div {
  color: #333;
}
.gallery .filters .girl-filter .portrait.ivy {
  background: var(--babyblue);
}
.gallery .filters .girl-filter .portrait.jaslyn {
  background: var(--pink);
}
.gallery .filters .girl-filter .portrait.mano {
  background: var(--red);
}
.gallery .filters .girl-filter .portrait.nissa {
  background: var(--orange);
}
.gallery .filters .girl-filter .portrait.rae {
  background: var(--purple);
}
.gallery .filters .girl-filter .portrait.sakura {
  background: var(--blue);
}
.gallery .filters .girl-filter .portrait.other {
  background: var(--darkgray);
}
.gallery .filters .girl-filter .portrait:not(.active):hover {
  opacity: 0.8;
}
.gallery .filters .girl-filter .portrait:not(.active) {
  opacity: 0.3;
}
.gallery .filters .girl-filter .portrait img {
  background: white;
}
.gallery .filters .girl-filter .portrait div {
  font-size: 1.1rem;
  padding-top: 5px;
  text-align: center;
  color: white;
  font-family: "Back Issues BB", sans-serif;
}
.gallery .filters .filter-by,
.gallery .filters .order-by,
.gallery .filters .search-by {
  display: inline-block;
  margin-right: 50px;
}
.gallery .filters .filter-by h3,
.gallery .filters .order-by h3,
.gallery .filters .search-by h3 {
  color: var(--blue);
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  margin-right: 10px;
}
.gallery .filters .filter-by .formbox,
.gallery .filters .order-by .formbox,
.gallery .filters .search-by .formbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: -2px;
  background: var(--blue);
  color: white;
  border: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  margin-left: 5px;
  border-radius: 6px;
}
.gallery .filters .filter-by .formbox:hover,
.gallery .filters .order-by .formbox:hover,
.gallery .filters .search-by .formbox:hover {
  background: var(--darkblue);
}
.gallery .filters .filter-by .formbox.dropdown.select,
.gallery .filters .order-by .formbox.dropdown.select,
.gallery .filters .search-by .formbox.dropdown.select {
  border: 1px solid var(--blue);
}
.gallery .filters .filter-by .formbox.dropdown.select.none,
.gallery .filters .order-by .formbox.dropdown.select.none,
.gallery .filters .search-by .formbox.dropdown.select.none {
  background: transparent;
  color: var(--blue);
}
.gallery .filters .filter-by .formbox.dropdown.select.none:hover,
.gallery .filters .order-by .formbox.dropdown.select.none:hover,
.gallery .filters .search-by .formbox.dropdown.select.none:hover {
  background: transparent;
  border-color: var(--orange);
  color: var(--orange);
}
.gallery .filters .filter-by .formbox .formfield,
.gallery .filters .order-by .formbox .formfield,
.gallery .filters .search-by .formbox .formfield {
  padding: 6px;
  padding-bottom: 8px;
  cursor: pointer;
}
.gallery .filters .filter-by .formbox .options,
.gallery .filters .order-by .formbox .options,
.gallery .filters .search-by .formbox .options {
  color: #333;
  top: 32px;
}
.gallery .filters .filter-by .formbox input[type=text],
.gallery .filters .order-by .formbox input[type=text],
.gallery .filters .search-by .formbox input[type=text] {
  background: none;
  border: none;
  outline: none;
  width: 200px;
  color: white;
  font-size: 1rem;
}
.gallery .filters .filter-by .formbox input::placeholder,
.gallery .filters .order-by .formbox input::placeholder,
.gallery .filters .search-by .formbox input::placeholder {
  color: white;
  opacity: 0.8;
}
.gallery .filters .filter-by .only-favs {
  border: 1px solid var(--blue);
  color: var(--blue);
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  padding: 7px 8px;
  border-radius: 6px;
  margin-left: 5px;
  cursor: pointer;
}
.gallery .filters .filter-by .only-favs:hover {
  color: var(--orange);
  border-color: var(--orange);
}
.gallery .filters .filter-by .only-favs.active {
  background: var(--blue);
  color: white;
}
.gallery .filters .filter-by .only-favs.active:hover {
  background: var(--darkblue);
  color: white;
  border-color: var(--blue);
}
.gallery .filters .filter-by .only-favs.disabled {
  color: var(--lightgray);
  border-color: var(--lightgray);
  cursor: none;
  pointer-events: none;
  opacity: 0.4;
}
.gallery .filters .order-by ul {
  display: inline-block;
}
.gallery .filters .order-by ul .opt {
  display: inline-block;
  border: 1px solid var(--blue);
  border-radius: 6px;
  padding: 6px 12px;
  padding-bottom: 8px;
  margin-left: 5px;
  color: var(--blue);
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.gallery .filters .order-by ul .opt:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.gallery .filters .order-by ul .opt.active {
  background: var(--blue);
  color: white;
}
.gallery .filters .order-by ul .opt.active:hover {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}
.gallery .filters .order-by ul .opt:not(.active) svg {
  display: none;
}
.gallery .filters .order-by ul .opt svg {
  position: relative;
  margin-left: 5px;
}
.gallery .filters .order-by ul .opt svg.fa-caret-up {
  top: 2px;
}
.gallery .filters .tags {
  margin-top: 20px;
}
.gallery .filters .tags li {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  border: 1px solid var(--blue);
  border-radius: 6px;
  padding: 4px 8px;
  padding-bottom: 5px;
  margin-right: 5px;
  color: var(--blue);
  transition: color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.gallery .filters .tags li svg {
  margin-left: 5px;
}
.gallery .filters .tags li:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.gallery .items {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .items > .new::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 2px;
  width: 60px;
  height: 60px;
  background-image: url("../img/new.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery .items .thumb {
  flex: 1 0 auto;
  height: 200px;
  margin-bottom: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  margin-right: 15px;
  max-width: 500px;
  transition: transform 0.2s ease;
  transform: scale(1);
}
.gallery .items .thumb:hover {
  transform: scale(1.03);
}
.gallery .items .thumb:hover .icons {
  bottom: 31px;
}
.gallery .items .thumb:hover .icons.show {
  background: rgba(0, 0, 0, 0.2);
}
.gallery .items .thumb:hover .icons.show .fade {
  opacity: 1;
}
.gallery .items .thumb.explicit {
  cursor: pointer;
}
.gallery .items .thumb.explicit img {
  filter: blur(15px);
}
.gallery .items .thumb.explicit .explicit-tag {
  pointer-events: none;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.gallery .items .thumb.explicit .explicit-tag .explicit-msg {
  font-family: "Back Issues BB", sans-serif;
}
.gallery .items .thumb.explicit .explicit-tag .explicit-msg > div {
  width: 100%;
  text-align: center;
}
.gallery .items .thumb.explicit .explicit-tag .explicit-msg > div.nsfw {
  font-size: 1.8rem;
  color: var(--red);
  margin-top: 6px;
}
.gallery .items .thumb > a {
  height: 100%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.gallery .items .thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}
.gallery .items .thumb .icons {
  position: relative;
  bottom: 0px;
  left: 0;
  padding: 6px 10px;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  transition: bottom 0.2s ease, background-color 0.2s ease;
}
.gallery .items .thumb .icons.show {
  bottom: 31px;
  background: transparent;
}
.gallery .items .thumb .icons.show .fade {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gallery .items .thumb .icons svg {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  transition: color 0.1s ease, filter 0.1s ease;
}
.gallery .items .thumb .icons .editable svg {
  cursor: pointer;
}
.gallery .items .thumb .icons .editable svg:hover {
  color: var(--pink);
  filter: none;
}
.gallery .items .thumb .icons .selected svg {
  color: var(--pink);
}
.gallery .items .thumb .icons .fav-total,
.gallery .items .thumb .icons .comment-total {
  margin-left: 4px;
  font-weight: 300;
}
.gallery .items .thumb .icons .comment-icon {
  margin-left: 8px;
}
.gallery .items.stories {
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .items.stories .story {
  height: auto;
  width: auto;
  max-width: none;
  overflow: initial;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease, margin 0.2s ease;
}
.gallery .items.stories .story .story-cont {
  position: relative;
  height: 16rem;
  width: 12rem;
  max-height: 16rem;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gallery .items.stories .story .story-cont:hover .icons {
  bottom: 0;
}
.gallery .items.stories .story .story-cont .title {
  font-family: "Back Issues BB", sans-serif;
  color: var(--blue);
  font-size: 1.5rem;
  width: 80%;
  line-height: 1.6rem;
  text-align: center;
}
.gallery .items.stories .story .story-cont .title.long {
  font-size: 1rem;
}
.gallery .items.stories .story .story-cont .title .author {
  font-size: 1rem;
  margin-top: 0.4rem;
  color: var(--pink);
}
.gallery .items.stories .story .story-cont .icons {
  position: absolute;
  bottom: -50px;
  font-size: 0.8rem;
  width: 100%;
}
.gallery .items.stories .story .story-cont .icons .favs-comments {
  float: right;
}
.gallery .items.stories .story .chapters {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
}
.gallery .items.stories .story .chapters.hidden {
  display: none;
}
.gallery .items.stories .story .chapters .chapter-list {
  position: fixed;
  left: 50px;
  width: calc(100% - 100px);
}
.gallery .items.stories .story .chapters .chapter-list li {
  position: relative;
}
.gallery .items.stories .story .chapters .chapter-list li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter {
  display: block;
  padding: 10px;
  border-radius: 6px;
  transition: background-color 0.1s ease, color 0.1s ease;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter:hover {
  background: var(--orange);
  color: white;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .title {
  font-weight: bold;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .chapter {
  margin-left: 4px;
  font-style: italic;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .illustrated {
  position: relative;
  top: 1px;
  opacity: 0.5;
  margin-left: 6px;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .total-chapters {
  margin-left: 6px;
  opacity: 0.5;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .date {
  margin-right: 65px;
  font-style: italic;
  opacity: 0.5;
  float: right;
}
.gallery .items.stories .story .chapters .chapter-list li > .chapter .new {
  display: inline-block;
  width: 26px;
  margin-top: 1px;
  margin-left: 4px;
  position: absolute;
}
.gallery .items.stories .story .chapters .chapter-list li .icons {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .comment-icon {
  margin-left: 18px;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .comment-total,
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-total {
  margin-left: 3px;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .comment-icon,
.gallery .items.stories .story .chapters .chapter-list li .icons .comment-total {
  opacity: 0.5;
  cursor: default;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-total {
  position: absolute;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-icon {
  transition: color 0.1s ease;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-icon.editable:hover {
  color: var(--pink);
}
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-icon:not(.editable) {
  cursor: default;
  opacity: 0.5;
}
.gallery .items.stories .story .chapters .chapter-list li .icons .fav-icon:not(.editable) + .fav-total {
  opacity: 0.5;
}.comments h3 {
  color: var(--blue);
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 10px;
}
.comments textarea {
  width: 100%;
  height: 40px;
  resize: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  line-height: 1.2rem;
  outline: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.comments textarea:hover, .comments textarea:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) inset;
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.comments textarea:hover::placeholder, .comments textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.comments .post-comment {
  display: flex;
}
.comments .post-comment .btn {
  height: 40px;
  margin: 0;
  margin-left: 5px;
  font-style: normal;
  font-size: 1rem;
}

.comment-cont .comment {
  position: relative;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-top: 10px;
  margin-left: 22px;
  border-radius: 8px;
}
.comment-cont .comment.edit {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}
.comment-cont .comment.edit .comment-header {
  color: white;
  opacity: 0.7;
}
.comment-cont .comment.edit textarea {
  height: 26px;
  padding: 0;
  color: white;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.comment-cont .comment.edit textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.comment-cont .comment.edit .comment-save,
.comment-cont .comment.edit .comment-cancel {
  color: white;
}
.comment-cont .comment .hide-btn {
  position: absolute;
  left: -22px;
  top: 0;
  cursor: pointer;
  color: var(--darkgray);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.comment-cont .comment .hide-btn:hover {
  opacity: 1;
}
.comment-cont .comment .comment-header {
  color: var(--darkgray);
  margin-bottom: 5px;
  display: flex;
}
.comment-cont .comment .comment-header .comment-date {
  opacity: 0.7;
  padding-left: 10px;
  font-style: italic;
}
.comment-cont .comment-reply,
.comment-cont .comment-edit,
.comment-cont .comment-report,
.comment-cont .comment-save,
.comment-cont .comment-cancel,
.comment-cont .comment-delete {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8rem;
  margin-right: 14px;
  color: var(--darkgray);
  opacity: 0.7;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.comment-cont .comment-reply:hover,
.comment-cont .comment-edit:hover,
.comment-cont .comment-report:hover,
.comment-cont .comment-save:hover,
.comment-cont .comment-cancel:hover,
.comment-cont .comment-delete:hover {
  opacity: 1;
}
.comment-cont .comment-reply svg,
.comment-cont .comment-edit svg,
.comment-cont .comment-report svg,
.comment-cont .comment-save svg,
.comment-cont .comment-cancel svg,
.comment-cont .comment-delete svg {
  margin-right: 4px;
}
.comment-cont .comment-deleted {
  color: var(--darkgray);
  opacity: 0.7;
  font-style: italic;
}
.comment-cont .are-you-sure {
  float: none;
  margin-left: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Back Issues BB", sans-serif;
  color: var(--red);
}
.comment-cont .comment-replies {
  margin-left: 16px;
}
.comment-cont .post-comment {
  margin-top: 10px;
  margin-left: 22px;
}.media .back {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 20px;
}
.media .back span {
  padding: 10px 20px;
  padding-top: 12px;
}
.media .back span svg {
  margin-right: 8px;
}
.media .delete {
  font-size: 1rem;
  float: right;
  font-style: normal;
}
.media .delete.are-you-sure {
  font-family: "Back Issues BB", sans-serif;
  color: var(--red);
}
.media .delete.are-you-sure > span:first-child {
  margin-right: 10px;
}
.media .delete svg {
  margin-right: 10px;
}
.media .media-content {
  text-align: center;
}
.media .media-content embed,
.media .media-content img {
  cursor: zoom-out;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  width: auto;
  max-width: 100%;
}
.media .media-content embed.reduced,
.media .media-content img.reduced {
  max-height: 70vh;
  cursor: zoom-in;
}
.media .media-content embed.no-zoom,
.media .media-content img.no-zoom {
  cursor: default;
}
.media .media-content embed {
  width: 100%;
  min-height: 90vh;
}
.media .media-content .full-story {
  background: var(--darkestblue);
  color: rgba(255, 255, 255, 0.8);
  padding: 100px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  max-height: 90vh;
  overflow: auto;
}
.media .media-content .full-story > span {
  font-size: 1.05rem;
  line-height: 1.6rem;
  max-width: 800px;
  display: inline-block;
  white-space: pre-line;
  text-align: justify;
}
.media .edit-cont:not(:hover) .edit {
  display: none;
}
.media .edit-cont .edit {
  color: var(--darkgray);
  position: relative;
  transition: color 0.1s ease;
  cursor: pointer;
  margin-left: 5px;
}
.media .edit-cont .edit:hover {
  color: var(--pink);
}
.media .edit-cont .field > * {
  vertical-align: top;
}
.media .media-title {
  margin-top: 20px;
}
.media .media-title .title {
  display: flex;
  align-items: center;
}
.media .media-title .title h3 {
  color: var(--blue);
  font-size: 1.5rem;
  margin: 0;
}
.media .media-title .title .edit {
  top: -3px;
}
.media .media-title .chapter {
  display: flex;
  align-items: center;
}
.media .media-title .chapter .chapter-order {
  font-family: "Back Issues BB", sans-serif;
  font-size: 1.3rem;
  margin-left: 10px;
  opacity: 0.5;
}
.media .media-title .chapter .next,
.media .media-title .chapter .prev {
  cursor: pointer;
  padding: 6px;
  position: relative;
  top: -2px;
  transition: color 0.1s ease;
}
.media .media-title .chapter .next:hover,
.media .media-title .chapter .prev:hover {
  color: var(--pink);
}
.media .media-title .by {
  color: var(--darkgray);
}
.media .media-title .date {
  font-style: italic;
  margin-top: 5px;
  opacity: 0.8;
}
.media .media-title .explicit {
  margin-top: 5px;
  font-style: italic;
  opacity: 0.3;
  cursor: pointer;
  display: inline-block;
}
.media .media-title .explicit:hover {
  color: var(--pink);
  opacity: 1;
}
.media .media-title .explicit.yes {
  color: var(--red);
  opacity: 1;
}
.media .media-title .favs {
  margin-top: 8px;
  color: var(--blue);
}
.media .media-title .favs .fav-icon.editable {
  transition: color 0.2s ease;
  cursor: pointer;
}
.media .media-title .favs .fav-icon.editable:hover {
  color: var(--pink);
}
.media .media-title .favs .fav-total {
  margin-left: 3px;
}
.media .media-title .favs .comment-icon {
  margin-left: 12px;
}
.media .media-title .favs .comment-total {
  margin-left: 3px;
}
.media .media-title .notifyUntil {
  font-style: italic;
  margin-top: 10px;
  color: var(--darkgray);
}
.media .media-title .notifyUntil:not(:hover) .edit {
  display: none;
}
.media .media-title .notifyUntil .edit {
  margin-left: 6px;
  cursor: pointer;
}
.media .media-title .notifyUntil .edit:hover {
  color: var(--pink);
}
.media .media-description {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  white-space: pre-line;
}
.media .media-description textarea {
  min-width: 400px;
  min-height: 100px;
  max-width: calc(100% - 90px);
}
.media .media-description a {
  color: var(--blue);
  text-decoration: underline;
}
.media .media-tags {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.media .media-tags ul {
  display: flex;
  column-gap: 5px;
}
.media .media-tags ul li {
  border: 1px solid var(--gray);
  padding: 2px 8px;
  padding-bottom: 4px;
  border-radius: 8px;
  color: var(--gray);
  text-transform: capitalize;
}
.media .media-tags ul .edit {
  top: 3px;
}
.media .media-tags .field {
  display: flex;
}
.media .media-tags .field li {
  padding: 6px 8px;
  padding-bottom: 7px;
}
.media .note {
  opacity: 0.6;
  font-style: italic;
}
.media .field {
  margin: 5px 0;
}
.media .dropdown {
  display: inline-block;
}
.media .dropdown select {
  padding: 7px;
  padding-bottom: 6px;
}.characters .back {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 20px;
}
.characters .back span {
  padding: 10px 20px;
  padding-top: 12px;
}
.characters .back span svg {
  margin-right: 8px;
}
.characters .character-info {
  margin-top: 10px;
  white-space: pre-line;
  display: flex;
}
.characters .character-info:not(:hover) .edit {
  display: none;
}
.characters .character-info .edit {
  color: var(--darkgray);
  position: relative;
  transition: color 0.1s ease;
  cursor: pointer;
  margin-left: 5px;
  top: -3px;
}
.characters .character-info .edit:hover {
  color: var(--pink);
}
.characters .character-info .edit svg {
  height: 18px;
}
.characters .character-info .half {
  flex: 1;
}
.characters .character-info .half:first-child {
  margin-right: 50px;
}
.characters .character-info .half:first-child:not(.editing) {
  flex: 2;
}
.characters .character-info p {
  margin: 10px 0;
}
.characters .character-info h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 0;
}
.characters .character-info .pic {
  float: right;
  cursor: pointer;
  width: 400px;
}
.characters .character-info .pic:hover img {
  transform: scale(1.01);
}
.characters .character-info .pic img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: 100%;
  transition: transform 0.2s ease;
}
.characters .character-info .pic h4 {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  font-style: italic;
  margin: 6px;
  opacity: 0.7;
}
.characters .character-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.characters .character-list .character-link {
  position: relative;
  height: 60vh;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.characters .character-list .character-link:hover {
  transform: scale(1.01);
}
.characters .character-list .character-link:hover .char-name {
  opacity: 0;
}
.characters .character-list .character-link .char-name {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  background: #FFF;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  color: var(--darkergray);
  font-size: 1.5rem;
  font-family: "Back Issues BB", sans-serif;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 60vh;
  height: 150px;
  top: 0;
  left: 150px;
  padding: 20px;
  display: flex;
  align-items: right;
  justify-content: end;
  transition: opacity 0.2s ease;
}
.characters input[type=text],
.characters textarea {
  background: var(--darkblue);
  color: white;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  min-width: 30vw;
}
.characters textarea {
  min-height: 125px;
}
.characters .buttons {
  margin-top: 10px;
}
.characters .buttons .btn:first-child {
  margin-left: 0;
}
.characters .buttons .btn {
  padding: 8px 20px;
  padding-top: 10px;
}
.characters .character-gallery {
  display: flex;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow: auto;
  padding: 10px;
}
.characters .character-gallery li {
  flex: 1 0 auto;
  height: 200px;
  max-width: 300px;
  margin-bottom: 15px;
  margin-right: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, filter 0.2s ease, border 0.2s ease;
  filter: grayscale(0.4);
  overflow: hidden;
  cursor: pointer;
}
.characters .character-gallery li:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}
.characters .character-gallery li.selected {
  filter: grayscale(0);
  border: 5px solid var(--yellow);
}
.characters .character-gallery li img {
  display: block;
  object-fit: cover;
  object-position: 50% 10%;
  height: 100%;
}.artists .back {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 20px;
}
.artists .back span {
  padding: 10px 20px;
  padding-top: 12px;
}
.artists .back span svg {
  margin-right: 8px;
}
.artists .artist-info {
  margin-top: 10px;
  white-space: pre-line;
  display: flex;
}
.artists .artist-info:not(:hover) .edit {
  display: none;
}
.artists .artist-info .edit {
  color: var(--darkgray);
  position: relative;
  transition: color 0.1s ease;
  cursor: pointer;
  margin-left: 5px;
  top: -3px;
}
.artists .artist-info .edit:hover {
  color: var(--pink);
}
.artists .artist-info .edit svg {
  height: 18px;
}
.artists .artist-info .half {
  flex: 1;
}
.artists .artist-info .half:first-child {
  margin-right: 50px;
}
.artists .artist-info .half:first-child:not(.editing) {
  flex: 2;
}
.artists .artist-info p {
  margin: 10px 0;
}
.artists .artist-info p a {
  display: inline-block;
  margin: 3px 0;
  text-decoration: underline;
  color: var(--pink);
  transition: color 0.1s ease;
}
.artists .artist-info p a:hover {
  color: var(--darkpink);
}
.artists .artist-info h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 0;
}
.artists .artist-info .characters li span {
  text-decoration: underline;
  cursor: pointer;
  color: var(--pink);
  transition: color 0.1s ease;
}
.artists .artist-info .characters li span:hover {
  color: var(--darkpink);
}
.artists .artist-info .pic {
  float: right;
  cursor: pointer;
  width: 400px;
}
.artists .artist-info .pic:hover img {
  transform: scale(1.01);
}
.artists .artist-info .pic img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: 100%;
  transition: transform 0.2s ease;
}
.artists .artist-info .pic h4 {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  font-style: italic;
  margin: 6px;
  opacity: 0.7;
}
.artists .artist-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.artists .artist-list .artist-link {
  position: relative;
  height: 60vh;
  width: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.artists .artist-list .artist-link:hover {
  transform: scale(1.01);
}
.artists .artist-list .artist-link:hover .art-name {
  opacity: 0;
}
.artists .artist-list .artist-link .art-name {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  background: #FFF;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.5) 100%);
  color: var(--blue);
  text-shadow: 0 0 15px rgb(255, 255, 255);
  font-size: 2.2rem;
  font-family: "Back Issues BB", sans-serif;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 60vh;
  height: 220px;
  top: 0;
  left: 220px;
  padding: 20px;
  display: flex;
  align-items: right;
  justify-content: end;
  transition: opacity 0.2s ease;
}
.artists input[type=text],
.artists textarea {
  background: var(--darkblue);
  color: white;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  min-width: 30vw;
}
.artists textarea {
  min-height: 125px;
}
.artists .buttons {
  margin-top: 10px;
}
.artists .buttons .btn:first-child {
  margin-left: 0;
}
.artists .buttons .btn {
  padding: 8px 20px;
  padding-top: 10px;
}
.artists .artist-gallery {
  display: flex;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow: auto;
  padding: 10px;
}
.artists .artist-gallery li {
  flex: 1 0 auto;
  height: 200px;
  max-width: 300px;
  margin-bottom: 15px;
  margin-right: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, filter 0.2s ease, border 0.2s ease;
  filter: grayscale(0.4);
  overflow: hidden;
  cursor: pointer;
}
.artists .artist-gallery li:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}
.artists .artist-gallery li.selected {
  filter: grayscale(0);
  border: 5px solid var(--yellow);
}
.artists .artist-gallery li img {
  display: block;
  object-fit: cover;
  object-position: 50% 10%;
  height: 100%;
}.about {
  text-align: center;
}
.about h3:not(:first-child) {
  margin-top: 35px;
  margin-bottom: 20px;
}.uk {
  width: 100vw;
  height: 100vh;
  left: -240px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #111;
  color: white;
  font-size: 2rem;
}
.uk div {
  width: 780px;
  border: 2px dashed darkred;
  border-radius: 16px;
  padding: 4px;
}
.uk div span {
  padding: 20px;
  display: inline-block;
  background: darkred;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}@media only screen and (max-width: 1500px) and (min-width: 1201px) {
  .main .navbar {
    width: 180px;
  }
  .main .navbar ul.main-links > li {
    font-size: 0.9rem;
  }
  .main .navbar ul.main-links > li > a:not(.register), .main .navbar ul.main-links > li > span.login, .main .navbar ul.main-links > li > span.contact {
    padding: 10px 0;
    padding-top: 12px;
  }
  .main .navbar .btn {
    font-size: 1.1rem;
  }
  .main .content {
    width: calc(100% - 180px);
    left: 180px;
  }
}
@media only screen and (max-width: 1500px) {
  .content .girl {
    transform: scale(0.9);
    transform-origin: top right;
    bottom: auto;
    top: 250px;
  }
  .home > .news {
    left: 200px;
  }
  .home > .news > img {
    height: 150px;
  }
  .home > .news .speechbubble {
    left: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .main .navbar {
    height: 60px;
    width: 100%;
    top: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .main .navbar.open {
    height: 100vh;
  }
  .main .navbar .responsive-show {
    display: block;
    margin-top: 18px;
  }
  .main .navbar .responsive-show svg {
    height: 22px;
    width: 22px;
  }
  .main .navbar .responsive-hide {
    display: none;
  }
  .main .navbar .menubtn {
    color: white;
    cursor: pointer;
  }
  .main .navbar .navBtns {
    background: var(--blue);
    margin: 0;
    margin-top: 30px;
  }
  .main .navbar .logo {
    width: 100%;
  }
  .main .navbar .logo a {
    width: 180px;
  }
  .main .frostbox {
    margin-left: 10px;
    margin-top: 10px;
    padding: 28px;
    width: calc(100% - 18px);
  }
  .main .content .girl {
    display: none;
  }
  .main .content .home {
    top: 0;
    padding-top: 120px;
  }
  .main .content .home .banner {
    height: 100px;
    position: fixed;
    top: 60px;
  }
  .main .content .home .news:not(.responsive) {
    display: none;
  }
  .main .content .home .news.responsive {
    display: flex;
    left: 0;
  }
  .main .content .home .news .news-box {
    color: black;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
  }
  .main .content .home .news .news-box h3 {
    color: var(--blue);
    font-size: 1.5em;
    margin: 20px 0;
  }
  .main .content .home .news .news-box .divide {
    display: none;
  }
  .main .content .home .news .news-box .entry .by {
    font-weight: 300;
  }
  .main .content .home .news .news-box .news-cont:not(.responsive) {
    display: none;
  }
  .main .content .home .news .news-box .news-cont.responsive {
    display: block;
  }
  .main .content .gallery > .frostbox > h1 {
    display: none;
  }
  .main .content .gallery .filters {
    position: relative;
    border: 1px solid var(--blue);
    padding: 10px;
    border-radius: 10px;
  }
  .main .content .gallery .filters:not(.open) > div:not(.minimize) {
    display: none;
  }
  .main .content .gallery .filters > h1 {
    margin: 0;
  }
  .main .content .gallery .filters.open > h1 {
    margin-bottom: 20px;
  }
  .main .content .gallery .filters .minimize {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--blue);
  }
  .main .content .gallery .filters .minimize svg {
    height: 20px;
    width: 20px;
  }
  .main .content .gallery .filters .responsive {
    display: block;
  }
  .main .content .gallery .filters h3 {
    display: block;
  }
  .main .content .gallery .filters .girl-filter > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main .content .gallery .filters .girl-filter .portrait {
    width: auto;
  }
  .main .content .gallery .filters .filter-by .dropdown {
    margin-bottom: 5px;
    width: 100%;
  }
  .main .content .gallery .filters .filter-by .only-favs {
    display: inline-block;
    width: 100%;
  }
  .main .content .gallery .filters .filter-by .only-favs .responsive {
    display: inline-block;
    margin-left: 5px;
  }
  .main .content .gallery .filters .order-by {
    margin-top: 10px;
  }
  .main .content .gallery .filters .order-by ul .opt {
    margin-bottom: 5px;
  }
  .main .content .gallery .filters .search-by {
    margin-top: 18px;
  }
  .main .content .gallery .filters .search-by h3 {
    display: inline-block;
  }
  .main .content .gallery .items {
    width: 100%;
    display: block;
  }
  .main .content .gallery .items .thumb:not(.story-cont) {
    width: 100%;
    height: auto;
    max-width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    margin: 10px 0;
    position: relative;
    display: inline-block;
  }
  .main .content .gallery .items .thumb > a {
    display: block;
  }
  .main .content .gallery .items .thumb .icons {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  .main .content .gallery .items.stories {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .main .content .gallery .items.stories .story .thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .main .content .gallery .items.stories .story.expanded {
    margin-bottom: 15px !important;
  }
  .main .content .gallery .items.stories .chapters {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .main .content .gallery .items.stories .chapters .chapter-list {
    position: relative;
    width: 100%;
    left: 0;
  }
  .main .content .gallery .items.stories .chapters .chapter-list li {
    border-radius: 12px;
  }
  .main .content .gallery .items.stories .chapters .chapter-list li > .chapter.new .new {
    top: 7px;
    left: -14px;
  }
  .main .content .gallery .items.stories .chapters .chapter-list li > .chapter .date {
    float: none;
    display: block;
  }
  .main .content .media {
    padding-bottom: 0 !important;
  }
  .main .content .media .edit-cont:not(:hover) .edit {
    display: inline-block;
  }
  .main .content .media .media-content > img:not(.reduced) {
    position: fixed;
    left: -10px;
    width: calc(100% + 18px);
    max-width: none;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  }
  .main .content .media .media-content .overlay.responsive.show {
    position: fixed;
    display: block;
    z-index: 998;
    left: -10px;
    top: -10px;
    width: calc(100% + 18px);
  }
  .main .content .media .frostbox {
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 14px 10px;
  }
  .main .content .media .full-story {
    padding: 20px;
  }
  .main .content .media .full-story span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .main .content .comments .post-comment {
    display: block;
  }
  .main .content .comments .post-comment textarea {
    min-height: 100px;
  }
  .main .content .comments .post-comment .btn {
    margin-left: 0;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
  }
  .main .loginform .form,
  .main .contactform .form {
    width: calc(100vw - 20px);
    padding: 30px;
  }
  .main .admin .frostbox {
    margin: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 0;
    padding: 30px 20px;
    width: 100%;
  }
  .main .admin .fields .field > span, .main .admin .fields .field > span:first-child {
    width: auto;
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .main .admin .fields .field > span:last-child {
    margin-top: 10px;
  }
  .main .admin .fields .field.date > span:last-child {
    width: 100%;
    display: inline-block;
  }
  .main .admin .fields .field.date > span:last-child .react-datepicker-wrapper,
  .main .admin .fields .field.date > span:last-child input {
    width: 100%;
  }
  .main .admin .fields .field textarea {
    min-width: 100%;
  }
  .main .admin .table ul:not(.array) .row .cell.editable .edit:not(.bool),
  .main .admin .table ul:not(.array) .row .cell.editable .disable {
    display: inline-block;
  }
  .main .admin .table ul:not(.array) .row .delete {
    display: inline-block;
  }
  .main .admin .newslist,
  .main .admin .userlist,
  .main .admin .greetingslist {
    overflow: auto;
  }
  .main .admin .newslist .table,
  .main .admin .userlist .table,
  .main .admin .greetingslist .table {
    min-width: 1000px;
  }
  .main .admin .userlist .table,
  .main .admin .greetingslist .table {
    min-width: 1500px;
  }
  .main .admin .addnews .add-new,
  .main .admin .addquote .add-new {
    width: 100%;
  }
  .main .admin .addnews .add-new .field.by > span,
  .main .admin .addquote .add-new .field.by > span {
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
  }
  .main .admin .addquote .fields .field.login, .main .admin .addquote .fields .field.auto, .main .admin .addquote .fields .field.priority, .main .admin .addquote .fields .field.topoffset {
    text-align: left;
  }
  .main .admin .addquote .fields .field.login > span, .main .admin .addquote .fields .field.login > span:first-child, .main .admin .addquote .fields .field.auto > span, .main .admin .addquote .fields .field.auto > span:first-child, .main .admin .addquote .fields .field.priority > span, .main .admin .addquote .fields .field.priority > span:first-child, .main .admin .addquote .fields .field.topoffset > span, .main .admin .addquote .fields .field.topoffset > span:first-child {
    width: auto;
    display: inline-block;
  }
  .main .admin .addquote .fields .field.login > span:last-child, .main .admin .addquote .fields .field.auto > span:last-child, .main .admin .addquote .fields .field.priority > span:last-child, .main .admin .addquote .fields .field.topoffset > span:last-child {
    margin-top: 1px;
    margin-left: 8px;
  }
}.verify > div {
  position: relative;
}
.verify .left,
.verify .right {
  width: 25vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: screen;
}
.verify .middle {
  width: 50vw;
  padding: 10vh 10vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.verify .middle .logo {
  margin: 0 auto;
  margin-bottom: 50px;
}
.verify .middle .text {
  font-size: 1.2rem;
}
.verify .middle .text.pink:not(.agecheck) {
  padding: 0 100px;
}
.verify .middle .text.orange {
  font-size: 1.4rem;
}

/* RESPONSIVE */
@media only screen and (max-width: 1500px) {
  .verify .middle .text {
    font-size: 1rem;
  }
  .verify .middle .orange.text {
    font-size: 1.1rem;
  }
  .verify .middle .pink.text:not(.agecheck) {
    padding: 0;
  }
  .verify .middle h2 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 900px) {
  .verify .btn {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .verify .left,
  .verify .right {
    width: 15vw;
  }
  .verify .middle {
    width: 70vw;
  }
}
@media only screen and (max-width: 600px) {
  .verify .left {
    display: none;
  }
  .verify .middle {
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 1;
  }
  .verify .right {
    position: absolute;
    z-index: 0;
    width: 100vw;
  }
}.navbar {
  display: flex;
  flex-direction: column;
  width: 240px;
  background: var(--blue);
  position: fixed;
  height: calc(100vh + 40px);
  left: 0;
  top: -20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.navbar ul.main-links > li {
  color: white;
  font-family: "Back Issues BB", sans-serif;
  font-size: 1.1rem;
  text-transform: lowercase;
}
.navbar ul.main-links > li > a:not(.register), .navbar ul.main-links > li > span.login, .navbar ul.main-links > li > span.contact {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  padding-top: 16px;
  transition: padding 0.2s ease, color 0.1s ease, background-color 0.1s ease;
}
.navbar ul.main-links > li > a:not(.register).active, .navbar ul.main-links > li > span.login.active, .navbar ul.main-links > li > span.contact.active {
  background: var(--pink);
}
.navbar ul.main-links > li > a:not(.register):hover:not(.active), .navbar ul.main-links > li > span.login:hover:not(.active), .navbar ul.main-links > li > span.contact:hover:not(.active) {
  background: var(--yellow);
  color: var(--blue);
  padding-left: 10px;
}
.navbar .navBtns {
  margin-top: 80px;
}
.navbar .logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .logo img {
  width: 50%;
}
.navbar .acct {
  margin-bottom: 80px;
}
.navbar .acct .register {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
.navbar .acct .register .btn {
  padding: 15px 0;
  padding-bottom: 11px;
  padding-right: 12px;
  width: calc(100% + 12px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  transition: padding 0.1s ease, width 0.2s ease;
}
.navbar .acct .register .btn:hover {
  background: var(--darkpink);
  width: calc(100% + 22px);
}
.navbar .acct .socials {
  margin-top: 40px;
}
.navbar .acct .socials > li {
  display: inline-block;
  position: relative;
}
.navbar .acct .socials > li .hoverbounce {
  font-size: 1.8rem;
  padding: 8px;
  transition: color 0.1s ease, transform 0.3s ease;
  cursor: pointer;
}
.navbar .acct .socials > li .hoverbounce:hover {
  color: var(--yellow);
}
.navbar .responsive-show {
  display: none;
}
.navbar .responsive-hide {
  display: block;
}
.navbar .pop-menu {
  position: absolute;
  bottom: 54px;
  background: var(--darkgray);
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 10px;
  z-index: 99;
  width: 150px;
  border-radius: 10px;
}
.navbar .pop-menu a {
  display: inline-block;
  color: #ddd;
  font-size: 1rem;
  padding: 3px 0;
  transition: color 0.2s ease;
}
.navbar .pop-menu a:hover {
  color: var(--yellow);
}
.navbar .pop-menu:not(.active) {
  display: none;
}
.navbar .pop-menu::after {
  position: absolute;
  bottom: -6px;
  left: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--darkgray);
}/* PALETTE */
:root {
  --text: #333;
  --blue: #3bc1ff;
  --babyblue: #7fdffc;
  --pink: #fe9fe5;
  --orange: #ffac90;
  --yellow: #f9f871;
  --green: #65e56b;
  --red: #ff3b3b;
  --purple: #bb3fff;
  --gray: #999;
  --fadedblue: #afe6ff77;
  --fadedorange: #ffdace77;
  --light: rgba(255,255,255,0.8);
  --lightgray: rgba(0,0,0,0.3);
  --lightpink: #ffb9ec;
  --darkpurple: #b62fff;
  --darkpink: #fe8add;
  --darkorange: #ff987a;
  --darkblue: #2bb1ff;
  --darkyellow: #f7f65b;
  --darkgreen: #53c953;
  --darkred: #ff322b;
  --darkgray: #777;
  --darkergray: rgba(0,0,0,0.5);
  --darkestblue: #0a1216;
  --darkestyellow: #c0c048;
  --lightestorange: rgb(255 172 144 / 25%);
}

/* BASIC DEFAULTS/OVERRIDES */
* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text);
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Back Issues BB", sans-serif;
  font-weight: normal;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.3rem;
}

textarea,
input[type=text] {
  color: var(--text);
  padding: 8px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  border: 1px solid var(--lightgray);
  border-radius: 6px;
  outline: none;
  transition: border 0.1s ease;
}
textarea:hover, textarea:focus,
input[type=text]:hover,
input[type=text]:focus {
  border-color: var(--darkgray);
}

select {
  border-radius: 6px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  padding: 4px;
  border: 1px solid var(--lightgray);
  color: var(--text);
  outline: none;
  transition: border 0.1s ease;
}
select:hover {
  border-color: var(--darkgray);
}

.responsive {
  display: none;
}

.main {
  width: 100vw;
  height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.overlay .close-overlay {
  position: absolute;
  top: 10px;
  right: 14px;
  color: var(--blue);
  cursor: pointer;
}
.overlay .close-overlay .fa-xmark {
  width: 22px;
  height: 22px;
}

.content {
  position: fixed;
  width: calc(100% - 240px);
  height: 100%;
  left: 240px;
  z-index: 1;
}
.content > div:not(.background):not(.home) {
  overflow: auto;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}

.background {
  position: absolute;
  top: -3000px;
  left: -1000px;
  z-index: 0;
  width: calc(100vw + 2000px);
  height: calc(100vh + 4000px);
}

.above {
  z-index: 99;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex > * {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

/* for datepicker */
.react-datepicker__tab-loop {
  position: fixed;
  z-index: 99;
}

.react-datepicker__navigation-icon::before {
  top: 7px;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
}

ul:not(.array) .row .cell.editable.editing .react-datepicker__input-container input[type=text] {
  width: 100px;
  min-width: inherit;
}

/* UNIVERSAL CLASSES */
.App {
  height: 100vh;
}

.center {
  text-align: center;
}

.pink.text {
  color: var(--pink);
}

.blue.text {
  color: var(--blue);
}

.orange.text {
  color: var(--orange);
}

.yellow.text {
  color: var(--yellow);
}

.flexbox {
  display: flex;
}

.hoverbounce {
  transform: rotate(0deg) scale(1);
  transition: transform 0.3s ease;
}
.hoverbounce:hover {
  transform: rotate(-3deg) scale(1.1);
}

.box {
  position: relative;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 50px;
  border-radius: 12px;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 25px;
}

.grid .box {
  width: calc(100% - 37.5px);
}

.grid > .box:nth-child(even),
.grid > *:nth-child(even) > .box {
  margin-left: 12.5px;
}

.frostbox {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.vmiddle {
  vertical-align: middle;
}

.list {
  max-height: 300px;
  overflow: auto;
}
.list + .list {
  margin-top: 20px;
}

.z-wrapper {
  position: relative;
}
.z-wrapper > * {
  height: 100%;
}
.z-wrapper > .box {
  height: calc(100% - 25px);
}

.divider {
  width: 100%;
  border-bottom: 1px solid var(--lightgray);
  opacity: 0.7;
}

/* BUTTONS */
.btn {
  display: inline-block;
  font-size: 1.3rem;
  font-style: italic;
  margin: 0 5px;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 12px 22px 10px 18px;
  color: white;
  font-family: "Back Issues BB", sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.btn span,
.btn a {
  display: inline-block;
  padding: 20px 40px;
  padding-top: 22px;
}
.btn.blue {
  background: var(--blue);
}
.btn.blue:hover {
  background: var(--darkblue);
}
.btn.pink {
  background: var(--pink);
}
.btn.pink:hover {
  background: var(--darkpink);
}
.btn.gray {
  background: var(--lightgray);
}
.btn.gray:hover {
  background: var(--darkgray);
}
.btn.disable {
  background: var(--lightgray);
  pointer-events: none;
  opacity: 0.5;
}
.btn.small {
  font-size: 1rem;
  padding: 8px 10px;
}

/* RESPONSEIVE */
@media only screen and (max-width: 1200px) {
  .content {
    left: 0;
    width: 100%;
    top: 60px;
    height: calc(100vh - 60px);
  }
}