@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200..900&display=swap");
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.literal-radio:checked,
.literal-radio:not(:checked),
[type=radio].form-text-field:checked,
[type=radio].form-text-field:not(:checked) {
  position: absolute;
  left: -9999px;
}

.literal-radio:focus + label::before,
[type=radio].form-text-field:focus + label::before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}

.literal-radio:checked + label,
.literal-radio:not(:checked) + label,
[type=radio].form-text-field:checked + label,
[type=radio].form-text-field:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
}

.literal-radio:checked + label:before,
.literal-radio:not(:checked) + label:before,
[type=radio].form-text-field:checked + label:before,
[type=radio].form-text-field:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #617594;
}

.literal-radio:checked + label:hover:before,
.literal-radio:not(:checked) + label:hover:before,
[type=radio].form-text-field:checked + label:hover::before,
[type=radio].form-text-field:not(:checked) + label:hover::before {
  border: 1px solid #0066FF;
}

.literal-radio:checked + label:focus:before,
.literal-radio:not(:checked) + label:focus:before,
[type=radio].form-text-field:checked + label:focus:before,
[type=radio].form-text-field:not(:checked) + label:focus:before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}

.literal-radio:checked + label:after,
.literal-radio:not(:checked) + label:after,
[type=radio].form-text-field:checked + label:after,
[type=radio].form-text-field:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0066FF;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.literal-radio:not(:checked) + label:after,
[type=radio].form-text-field:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.literal-radio:checked + label:after,
[type=radio].form-text-field:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.literal-radio:checked + label::before,
[type=radio].form-text-field:checked + label::before {
  border: 1px solid #0066FF;
}

.literal-radio:disabled:checked + label:hover:before,
[type=radio].form-text-field:disabled:checked + label:hover:before {
  border: 1px solid #617594;
}
.literal-radio:disabled:checked + label:after,
[type=radio].form-text-field:disabled:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #44556F;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.literal-radio:disabled:checked + label:before,
[type=radio].form-text-field:disabled:checked + label:before {
  border: 1px solid #617594;
}
.literal-radio:disabled + label:hover:before,
[type=radio].form-text-field:disabled + label:hover:before {
  border: 1px solid #14181F;
}
.literal-radio:disabled + label,
[type=radio].form-text-field:disabled + label {
  color: #44556F;
  cursor: default;
}
.literal-radio:disabled + label:before,
[type=radio].form-text-field:disabled + label:before {
  border: 1px solid #14181F;
}

.literal-radio.dense:checked,
.literal-radio.dense:not(:checked),
[type=radio].form-text-field.dense:checked,
[type=radio].form-text-field.dense:not(:checked) {
  position: absolute;
  left: -9999px;
}

.literal-radio.dense:focus + label::before,
[type=radio].form-text-field.dense:focus + label::before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}

.literal-radio.dense:checked + label,
.literal-radio.dense:not(:checked) + label,
[type=radio].form-text-field.dense:checked + label,
[type=radio].form-text-field.dense:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.literal-radio.dense:checked + label:before,
.literal-radio.dense:not(:checked) + label:before,
[type=radio].form-text-field.dense:checked + label:before,
[type=radio].form-text-field.dense:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #617594;
}

.literal-radio.dense:checked + label:hover:before,
.literal-radio.dense:not(:checked) + label:hover:before,
[type=radio].form-text-field.dense:checked + label:hover:before,
[type=radio].form-text-field.dense:not(:checked) + label:hover:before {
  border: 1px solid #0066FF;
}

.literal-radio.dense:checked + label:focus:before,
.literal-radio.dense:not(:checked) + label:focus:before,
[type=radio].form-text-field.dense:checked + label:focus:before,
[type=radio].form-text-field.dense:not(:checked) + label:focus:before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}

.literal-radio.dense:checked + label:after,
.literal-radio.dense:not(:checked) + label:after,
[type=radio].form-text-field.dense:checked + label:after,
[type=radio].form-text-field.dense:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0066FF;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.literal-radio.dense:not(:checked) + label:after,
[type=radio].form-text-field.dense:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.literal-radio.dense:checked + label:after,
[type=radio].form-text-field.dense:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.literal-radio.dense:checked + label::before,
[type=radio].form-text-field.dense:checked + label::before {
  border: 1px solid #0066FF;
}

.literal-radio.dense:disabled:checked + label:hover:before,
[type=radio].form-text-field.dense:disabled:checked + label:hover:before {
  border: 1px solid #617594;
}
.literal-radio.dense:disabled:checked + label:after,
[type=radio].form-text-field.dense:disabled:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #44556F;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.literal-radio.dense:disabled:checked + label:before,
[type=radio].form-text-field.dense:disabled:checked + label:before {
  border: 1px solid #617594;
}
.literal-radio.dense:disabled + label:hover:before,
[type=radio].form-text-field.dense:disabled + label:hover:before {
  border: 1px solid #14181F;
}
.literal-radio.dense:disabled + label,
[type=radio].form-text-field.dense:disabled + label {
  color: #44556F;
  cursor: default;
}
.literal-radio.dense:disabled + label:before,
[type=radio].form-text-field.dense:disabled + label:before {
  border: 1px solid #14181F;
}

.literal-check,
[type=checkbox].form-text-field {
  position: absolute;
  opacity: 0;
  width: unset;
}
.literal-check:disabled + label,
[type=checkbox].form-text-field:disabled + label {
  color: #44556F;
  cursor: default;
}
.literal-check:disabled + label img,
[type=checkbox].form-text-field:disabled + label img {
  opacity: 30%;
}
.literal-check:disabled + label::before,
[type=checkbox].form-text-field:disabled + label::before {
  border: 1px solid #8495ae;
}
.literal-check:disabled + label:hover::before,
[type=checkbox].form-text-field:disabled + label:hover::before {
  border: 1px solid #8495ae;
}
.literal-check:disabled:checked + label:after,
[type=checkbox].form-text-field:disabled:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  background: #44556F;
  width: 2.5px;
  height: 2.5px;
  box-shadow: 2px 0 0 #44556F, 4px 0 0 #44556F, 4px -2px 0 #44556F, 4px -4px 0 #44556F, 4px -6px 0 #44556F, 4px -8px 0 #44556F;
  transform: rotate(45deg);
}
.literal-check + label,
[type=checkbox].form-text-field + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 24px;
  padding-left: 2rem;
}
.literal-check + label:before,
[type=checkbox].form-text-field + label:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  transform: translateY(-50%);
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: #1E252E;
  border-radius: 4px;
}
.literal-check + label::before,
[type=checkbox].form-text-field + label::before {
  border: 1px solid #8495ae;
}
.literal-check + label:hover::before,
[type=checkbox].form-text-field + label:hover::before {
  border: 1px solid #0066FF;
}
.literal-check:focus + label::before,
[type=checkbox].form-text-field:focus + label::before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.literal-check:checked + label:before,
[type=checkbox].form-text-field:checked + label:before {
  background: #1E252E;
}
.literal-check:checked + label:after,
[type=checkbox].form-text-field:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  background: #0066FF;
  width: 2.5px;
  height: 2.5px;
  box-shadow: 2px 0 0 #0066FF, 4px 0 0 #0066FF, 4px -2px 0 #0066FF, 4px -4px 0 #0066FF, 4px -6px 0 #0066FF, 4px -8px 0 #0066FF;
  transform: rotate(45deg);
}

.literal-check.dense,
[type=checkbox].form-text-field.dense {
  position: absolute;
  opacity: 0;
}
.literal-check.dense:disabled + label,
[type=checkbox].form-text-field.dense:disabled + label {
  color: #44556F;
  cursor: default;
}
.literal-check.dense:disabled + label img,
[type=checkbox].form-text-field.dense:disabled + label img {
  opacity: 30%;
}
.literal-check.dense:disabled + label::before,
[type=checkbox].form-text-field.dense:disabled + label::before {
  border: 1px solid #8495ae;
}
.literal-check.dense:disabled + label:hover::before,
[type=checkbox].form-text-field.dense:disabled + label:hover::before {
  border: 1px solid #8495ae;
}
.literal-check.dense:disabled:checked + label:after,
[type=checkbox].form-text-field.dense:disabled:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #44556F;
  width: 2.5px;
  height: 2.5px;
  box-shadow: 2px 0 0 #44556F, 4px 0 0 #44556F, 4px -2px 0 #44556F, 4px -4px 0 #44556F, 4px -6px 0 #44556F, 4px -8px 0 #44556F;
  transform: rotate(45deg);
}
.literal-check.dense + label,
[type=checkbox].form-text-field.dense + label {
  position: relative;
  cursor: pointer;
  padding-left: 1.75rem;
}
.literal-check.dense + label:before,
[type=checkbox].form-text-field.dense + label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #1E252E;
  border-radius: 4px;
}
.literal-check.dense + label::before,
[type=checkbox].form-text-field.dense + label::before {
  border: 1px solid #8495ae;
}
.literal-check.dense + label:hover::before,
[type=checkbox].form-text-field.dense + label:hover::before {
  border: 1px solid #0066FF;
}
.literal-check.dense:focus + label::before,
[type=checkbox].form-text-field.dense:focus + label::before {
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.literal-check.dense:checked + label:before,
[type=checkbox].form-text-field.dense:checked + label:before {
  background: #1E252E;
}
.literal-check.dense:checked + label:after,
[type=checkbox].form-text-field.dense:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #0066FF;
  width: 2.5px;
  height: 2.5px;
  box-shadow: 2px 0 0 #0066FF, 4px 0 0 #0066FF, 4px -2px 0 #0066FF, 4px -4px 0 #0066FF, 4px -6px 0 #0066FF, 4px -8px 0 #0066FF;
  transform: rotate(45deg);
}

.form-text-field {
  background-color: #1E252E;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  padding: 8px 14px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #44556F;
}
.form-text-field::placeholder {
  color: #BEC7D5;
}
.form-text-field::-ms-input-placeholder {
  color: #BEC7D5;
}
.form-text-field:disabled::placeholder {
  color: #44556F;
}
.form-text-field:disabled::-ms-input-placeholder {
  color: #44556F;
}
.form-text-field:hover:not(:disabled) {
  border: 1px solid #0066FF;
}
.form-text-field:focus {
  outline: none;
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.form-text-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #fff 45%, #fff 55%, transparent 57%, transparent 100%);
}
.form-text-field {
  border: 1px solid #617594;
}
.form-text-field:disabled {
  color: #44556F;
}
.form-text-field--light {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  font-weight: 400;
  padding: 8px 14px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #44556F;
}
.form-text-field--light::placeholder {
  color: #BEC7D5;
}
.form-text-field--light::-ms-input-placeholder {
  color: #BEC7D5;
}
.form-text-field--light:disabled::placeholder {
  color: #44556F;
}
.form-text-field--light:disabled::-ms-input-placeholder {
  color: #44556F;
}
.form-text-field--light:hover:not(:disabled) {
  border: 1px solid #0066FF;
}
.form-text-field--light:focus {
  outline: none;
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.form-text-field--light::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #000 45%, #000 55%, transparent 57%, transparent 100%);
}
.form-text-field--light {
  border: 1px solid #1E252E;
}
.form-text-field--light:disabled {
  color: #A3AFC2;
}

.form-textarea {
  background-color: #14181F;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  padding: 8px 14px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #44556F;
}
.form-textarea::placeholder {
  color: #BEC7D5;
}
.form-textarea::-ms-input-placeholder {
  color: #BEC7D5;
}
.form-textarea:disabled::placeholder {
  color: #44556F;
}
.form-textarea:disabled::-ms-input-placeholder {
  color: #44556F;
}
.form-textarea:hover:not(:disabled) {
  border: 1px solid #0066FF;
}
.form-textarea:focus {
  outline: none;
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.form-textarea::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #fff 45%, #fff 55%, transparent 57%, transparent 100%);
}
.form-textarea {
  background: #1E252E !important;
  min-height: 40px;
  overflow: hidden;
  height: auto;
}
.form-textarea:disabled {
  color: #44556F;
}
.form-textarea--light {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  font-weight: 400;
  padding: 8px 14px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #44556F;
}
.form-textarea--light::placeholder {
  color: #BEC7D5;
}
.form-textarea--light::-ms-input-placeholder {
  color: #BEC7D5;
}
.form-textarea--light:disabled::placeholder {
  color: #44556F;
}
.form-textarea--light:disabled::-ms-input-placeholder {
  color: #44556F;
}
.form-textarea--light:hover:not(:disabled) {
  border: 1px solid #0066FF;
}
.form-textarea--light:focus {
  outline: none;
  border: 1px solid #0066FF;
  box-shadow: 0px 0px 0px 4px #003d99;
}
.form-textarea--light::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #000 45%, #000 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #000 45%, #000 55%, transparent 57%, transparent 100%);
}
.form-textarea--light {
  border: 1px solid #1E252E;
}
.form-textarea--light:disabled {
  color: #A3AFC2;
}

.form-input-md {
  height: 48px;
}

.box-error {
  border: 1px solid #DA3636;
}

.input-search-icon {
  background: url("/static/icons/search-sm.2990ce5f4cc8.svg") no-repeat scroll 11px 7px, #14181F;
  padding-left: 45px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("/static/icons/calendar-white.30bb36af8b01.svg");
}

.literal-select .literal-select-input {
  position: relative;
  cursor: pointer;
  background-color: #1E252E;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  color: #BEC7D5;
  border-width: 1px solid;
  border-color: #44556F;
}
.literal-select .literal-select-input:focus {
  box-shadow: 0px 0px 0px 4px #003d99;
  outline: none;
}
.literal-select .literal-select-input p {
  line-height: 24px;
  margin: 0;
}
.literal-select .literal-select-input.small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.literal-select .literal-select-input.small svg {
  width: 20px;
  height: 20px;
}
.literal-select .literal-select-input.dense p {
  line-height: 20px;
}
.literal-select:not([disabled]) .literal-select-input:hover {
  border-color: #0066FF;
}
.literal-select .chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.literal-select .literal-select-options {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-top: 4px;
  display: none;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #1E252E;
  z-index: 99;
}
.literal-select .literal-select-options li {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  border-left: 2px solid transparent;
  cursor: pointer;
}
.literal-select .literal-select-options li:hover {
  background-color: #303B4A;
}
.literal-select .literal-select-options li:hover[selected] {
  background-color: #303B4A;
}
.literal-select .literal-select-options li[selected] {
  border-color: #0066FF;
}
.literal-select[filled] .literal-select-placeholder {
  color: white;
}
.literal-select[disabled] {
  color: #44556F;
}
.literal-select[disabled] span {
  color: #44556F;
}
.literal-select[disabled] .literal-select-input {
  cursor: default;
}
.literal-select[disabled] .literal-select-input:focus {
  box-shadow: 0px 0px 0px 4px transparent;
  outline: none;
}
.literal-select[disabled] .literal-select-input {
  color: #44556F;
}
.literal-select[disabled] small {
  color: #44556F;
}
.literal-select[disabled] .chevron {
  color: #44556F;
}
.literal-select[error] .literal-select-input {
  border-color: #DA3636;
}
.literal-select[error] small {
  color: #DA3636;
}

.literal-select[multiselect] .literal-select-options li {
  padding-right: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  border-left: 2px solid transparent;
  cursor: default;
}
.literal-select[multiselect] .literal-select-options li::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.literal-select[multiselect] .literal-select-options li:hover {
  background-color: #303B4A;
}
.literal-select[multiselect] .literal-select-options li:hover[selected] {
  background-color: #303B4A;
}
.literal-select[multiselect] .literal-select-options li[selected] {
  position: relative;
}
.literal-select[multiselect] .literal-select-options li[selected]::after {
  border-color: transparent;
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  background: #0066FF;
  width: 2.5px;
  height: 2.5px;
  box-shadow: 2px 0 0 #0066FF, 4px 0 0 #0066FF, 4px -2px 0 #0066FF, 4px -4px 0 #0066FF, 4px -6px 0 #0066FF, 4px -8px 0 #0066FF;
  transform: rotate(45deg);
}

.literal-switch {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
  border-color: #44556F;
  border: 1px solid;
  border-radius: 0.5rem;
  width: 100%;
}
.literal-switch li {
  width: 100%;
  list-style: none;
}
.literal-switch li label {
  width: 100%;
  display: block;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  border-radius: 0.5rem;
}
.literal-switch li label:hover {
  background-color: #303B4A;
  cursor: pointer;
}
.literal-switch li label:has(input:checked) {
  background-color: #0066FF;
}

.literal-dual-switch {
  padding: 0px;
  display: flex;
  border-radius: 0.5rem;
  width: 100%;
}
.literal-dual-switch li {
  width: 100%;
  list-style: none;
}
.literal-dual-switch li label {
  width: 100%;
  display: block;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  color: #A3AFC2;
  border-radius: 0.5rem;
  border: 1px solid #617594;
  border-radius: 0.5rem;
}
.literal-dual-switch li label:hover {
  cursor: pointer;
}
.literal-dual-switch li label:has(input:checked) {
  color: white;
  background-color: #001433;
  border-color: #0066FF;
}
.literal-dual-switch li:nth-child(1) label {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.literal-dual-switch li:nth-child(2) label {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.literal-password {
  display: flex;
  align-items: center;
}

.literal-password .password-eye-container {
  margin: -48px;
  cursor: pointer;
  color: #DADFE7;
  padding: 8px;
  padding-right: 12px;
  padding-left: 12px;
  display: flex !important;
}

.literal-section-header:hover {
  background: #1E252E;
}

.date-picker input::placeholder {
  color: #BEC7D5;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 12px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #1E252E;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
  padding: 16px;
  border: 1px solid #617594;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #20222c;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #44556F;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #1E252E;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #44556F;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #1E252E;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #fff;
  fill: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
  display: flex;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #eee;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #eee;
  stroke: #BEC7D5;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
  stroke: #eee;
  stroke-width: 2px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1);
}

.numInputWrapper span:active {
  background: rgba(192, 187, 167, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
  display: none;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
  display: none;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 600;
  color: inherit;
  width: 100%;
  line-height: 1;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  align-items: center;
  justify-content: center;
  align-content: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 600;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(192, 187, 167, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  pointer-events: none;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year:hover {
  color: #BEC7D5;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: initial;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  outline: none;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  text-align: center;
  line-height: 20px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  color: #BEC7D5;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

select::-webkit-calendar-picker-indicator {
  display: none;
}

select::-moz-calendar-picker-indicator {
  display: none;
}

select::-ms-expand {
  display: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  margin-bottom: 8px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 280px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  row-gap: 8px;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #20222c;
  box-shadow: -1px 0 0 #20222c;
}

.flatpickr-day {
  background: none;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #303B4A;
  border-color: #303B4A;
}

.flatpickr-day.today {
  background: #44556F;
  border-color: #44556F;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #303B4A;
  background: #303B4A;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #0066FF;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #0066FF;
}

.flatpickr-day.selected:hover {
  background: #0052CC;
  border-color: #0052CC;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #80cbc4;
  box-shadow: -10px 0 0 #80cbc4;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
  box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #8192AC;
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
  box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #20222c;
  box-shadow: 1px 0 0 #20222c;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.95);
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #6a7395;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.literal-data-table {
  border-radius: 8px;
  background: #14181F;
  padding-bottom: 16px;
  overflow: auto;
}
.literal-data-table::-webkit-scrollbar {
  height: 12px;
}
.literal-data-table table {
  table-layout: auto;
  border-collapse: collapse !important;
  width: 100%;
  font-weight: 400;
}
.literal-data-table table thead {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  border-bottom: 1px solid #44556F;
}
.literal-data-table table thead th {
  padding: 8px 16px;
  min-height: 40px;
  text-align: center !important;
  color: #BEC7D5;
  font-weight: 400 !important;
  text-wrap: nowrap;
}
.literal-data-table table thead th::before,
.literal-data-table table thead th::after {
  color: #BEC7D5;
}
.literal-data-table table thead th:first-child {
  border-top-left-radius: 8px;
  text-align: left !important;
}
.literal-data-table table thead th:last-child {
  border-top-right-radius: 8px;
  width: 100%;
}
.literal-data-table table thead {
  background: #14181F;
}
.literal-data-table table tbody tr {
  background: black !important;
}
.literal-data-table table tbody tr:hover {
  background: #1E252E !important;
}
.literal-data-table table tbody tr:hover td {
  color: white;
  background: #1E252E !important;
}
.literal-data-table table tbody td {
  padding: 16px !important;
  text-align: center;
  background: #14181F;
  border-bottom: 1px solid #44556F;
  box-shadow: none !important;
  color: #BEC7D5;
  text-wrap: nowrap;
}
.literal-data-table table tbody td:first-child {
  text-align: left;
}
.literal-data-table table tbody ul.dtr-details {
  list-style-type: none;
  padding: 0px 12px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.literal-data-table table tbody ul.dtr-details li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: white;
  border-bottom: 1px solid #44556F;
  padding: 4px 0px;
}
.literal-data-table table tbody ul.dtr-details li:first-child {
  padding-top: 0px;
  padding-bottom: 4px;
}
.literal-data-table table tbody ul.dtr-details li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 4px;
}

td.dtr-control {
  display: flex;
  gap: 8px;
  align-items: center;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  content: "▼";
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  content: "▲";
}

@media screen and (min-width: 1200px) {
  .literal-modal:modal {
    max-width: 31.25rem;
  }
  #grading-modal:modal,
  #reader-overlay:modal,
  #notepad-overlay:modal,
  #languages-overlay:modal,
  #rephrase-overlay:modal,
  #overview-overlay:modal,
  #notebook-side-overlay:modal,
  #rental-overlay:modal,
  #recommendations-overlay {
    max-width: 42.75rem;
  }
  #grading-modal .literal-modal-body:not(.comment-component .literal-modal-body) {
    overflow: auto;
  }
}
#reader-overlay,
#notepad-overlay,
#languages-overlay,
#rephrase-overlay,
#overview-overlay,
#rental-overlay,
#notebook-side-overlay,
#recommendations-overlay {
  height: 100%;
  min-height: unset;
}
#reader-overlay:modal,
#notepad-overlay:modal,
#languages-overlay:modal,
#rephrase-overlay:modal,
#overview-overlay:modal,
#rental-overlay:modal,
#notebook-side-overlay:modal,
#recommendations-overlay:modal {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100dvh;
  max-height: 100dvh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #reader-overlay:modal,
  #notepad-overlay:modal,
  #languages-overlay:modal,
  #rephrase-overlay:modal,
  #overview-overlay:modal,
  #rental-overlay:modal,
  #notebook-side-overlay:modal,
  #recommendations-overlay:modal {
    margin-left: auto;
    width: min-content;
  }
}
#reader-overlay:focus,
#notepad-overlay:focus,
#languages-overlay:focus,
#rephrase-overlay:focus,
#overview-overlay:focus,
#rental-overlay:focus,
#notebook-side-overlay:focus,
#recommendations-overlay:focus {
  outline: none;
}
#reader-overlay .literal-modal-body,
#notepad-overlay .literal-modal-body,
#languages-overlay .literal-modal-body,
#rephrase-overlay .literal-modal-body,
#overview-overlay .literal-modal-body,
#rental-overlay .literal-modal-body,
#notebook-side-overlay .literal-modal-body,
#recommendations-overlay .literal-modal-body {
  width: 100%;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  #reader-overlay .literal-modal-body,
  #notepad-overlay .literal-modal-body,
  #languages-overlay .literal-modal-body,
  #rephrase-overlay .literal-modal-body,
  #overview-overlay .literal-modal-body,
  #rental-overlay .literal-modal-body,
  #notebook-side-overlay .literal-modal-body,
  #recommendations-overlay .literal-modal-body {
    width: 31.25rem;
  }
  #reader-overlay .literal-modal-body.expanded,
  #notepad-overlay .literal-modal-body.expanded,
  #languages-overlay .literal-modal-body.expanded,
  #rephrase-overlay .literal-modal-body.expanded,
  #overview-overlay .literal-modal-body.expanded,
  #rental-overlay .literal-modal-body.expanded,
  #notebook-side-overlay .literal-modal-body.expanded,
  #recommendations-overlay .literal-modal-body.expanded {
    width: 42.75rem;
  }
}

#notebook-side-overlay {
  overflow: hidden;
}

.text-label-sm {
  font-size: 12px;
  line-height: 12px;
}

.text-label-md {
  font-size: 16px;
  line-height: 16px;
}

.text-label-lg {
  font-size: 20px;
  line-height: 20px;
}

.text-label-xl {
  font-size: 24px;
  line-height: 24px !important;
}

.text-label-2xl {
  font-size: 28px;
  line-height: 28px;
}

.text-p-xs {
  font-size: 12px;
  line-height: 20px;
}

.text-p-sm {
  font-size: 16px;
  line-height: 24px !important;
}

.text-p-md {
  font-size: 20px;
  line-height: 28px;
}

.text-p-lg {
  font-size: 24px;
  line-height: 36px;
}

.text-h-2xs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.text-h-xs {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.text-h-sm {
  font-size: 20px;
  line-height: 24px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.text-h-md {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-h-lg {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-h-xl {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-h-2xl {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.text-responsive-md {
  line-height: 18px;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .text-responsive-md {
    line-height: 20px;
    font-size: 16px;
  }
}

.clamp-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.clamp-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.literal-card {
  background-color: #14181F;
  border-radius: 0.5rem;
  color: white;
  container-type: inline-size;
}
.literal-card.link:hover, .literal-card.hover:hover {
  color: white;
  background-color: #1E252E;
}
.literal-card .header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
.literal-card .header h1 {
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.literal-card .header p {
  color: #BEC7D5;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 14px;
}
.literal-card .header .description {
  font-size: 14px;
  color: white;
}
.literal-card .header .description.clamped {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.literal-card .header .actions {
  display: flex;
}
.literal-card .main-content {
  font-size: 14px;
  line-height: 18px;
}
.literal-card .icon-left {
  width: 40px;
  height: 40px;
}
.literal-card .icon-left-large {
  height: 60px;
}
.literal-card .portrait-container {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@container (max-width: 312px) {
  .literal-card .assignment-card-badge {
    display: none !important;
  }
}
@container (max-width: 212px) {
  .literal-card .actions {
    display: none !important;
  }
}
@container (max-width: 182px) {
  .literal-card .icon-left {
    display: none !important;
  }
  .literal-card .icon-left-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .literal-card .header h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .literal-card .header p {
    line-height: 20px;
  }
  .literal-card .main-content {
    font-size: 16px;
    line-height: 20px;
  }
  .literal-card .description {
    font-size: 16px;
    line-height: 20px;
  }
  .literal-card .icon-left {
    width: 48px;
    height: 48px;
  }
  .literal-card .icon-left-large {
    height: 72px;
  }
}
.literal-card.small .header h1 {
  font-size: 14px !important;
  line-height: 18px !important;
}
.literal-card.small .main-content {
  font-size: 14px !important;
  line-height: 18px !important;
}
.literal-card.small .description {
  font-size: 14px !important;
  line-height: 18px !important;
}
.literal-card.small .icon-left {
  width: 40px !important;
  height: 40px !important;
}
.literal-card.small .icon-left-large {
  height: 60px !important;
}

.grouper .literal-card {
  background-color: #1E252E;
}
.grouper .literal-card.link:hover {
  background-color: #303B4A;
}

.reader-btn-primary {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}

.reader-btn-primary:hover:enabled {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-primary:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #0066FF;
}

.reader-btn-primary:active:enabled {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
}

.reader-btn-primary:disabled {
  background-color: rgba(255, 255, 255, 0.05);
  color: #303B4A;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
}

.reader-btn-secondary {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-secondary:hover:enabled {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-secondary:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #0066FF;
}

.reader-btn-secondary:active:enabled {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-secondary:disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #303B4A;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-tertiary {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
}

.reader-btn-tertiary:hover:enabled {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.reader-btn-tertiary:focus {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: #0066FF;
}

.reader-btn-tertiary:active:enabled {
  background-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
}

.reader-btn-tertiary:disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #303B4A;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
}

.grey-btn-primary {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.grey-btn-primary:hover:enabled {
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.grey-btn-primary:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: #0052CC;
  color: #FFFFFF;
}

.grey-btn-primary:active:enabled {
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.grey-btn-primary:disabled {
  background-color: rgba(255, 255, 255, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
  color: #303B4A;
}

.grey-btn-secondary {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.grey-btn-secondary:hover:enabled {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.grey-btn-secondary:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: #0066FF;
  color: #FFFFFF;
}

.grey-btn-secondary:active:enabled {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.grey-btn-secondary:disabled {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  color: #303B4A;
}

.grey-btn-tertiary {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
}

.grey-btn-tertiary:hover:enabled {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.grey-btn-tertiary:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: #0066FF;
  color: #FFFFFF;
}

.grey-btn-tertiary:active:enabled {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  color: #FFFFFF;
}

.grey-btn-tertiary:disabled {
  background-color: rgba(255, 255, 255, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  color: #303B4A;
}

.literal-link {
  color: #FFFFFF;
}

.literal-link:hover {
  color: #DADFE7;
}

* {
  font-family: Inter, "Open-Sans";
}

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell;
  }
}
#right-pane {
  background: #14181F;
  padding: 0.75rem;
}

.literal-btn-sm:focus,
.literal-btn-md:focus,
.literal-btn-lg:focus,
.literal-btn-xl:focus,
.literal-btn-2xl:focus,
.icon-btn-sm:focus,
.icon-btn-md:focus,
.icon-btn-lg:focus,
.icon-btn-xl:focus,
.icon-btn-2xl:focus {
  outline: none !important;
}

.nav-section {
  background-color: #14181F;
  padding-bottom: 10px;
}
.nav-section a {
  margin: 0 -0.75rem;
  padding: 10px 0.75rem;
}
.nav-section a svg.feather {
  color: #C0C0C0;
  margin-right: 20px;
}
.nav-section a.active {
  background: #424242;
}
.nav-section a.active svg.feather {
  color: white;
}
.nav-section:not(:last-child) {
  border-bottom: 1pt solid #303B4A;
  margin-bottom: 17px;
}
.nav-section .section-title {
  color: #6D6D6D;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#top-nav .navbar {
  padding: 0;
}
#top-nav .navbar-brand {
  font-size: inherit;
  padding: 0;
}
#top-nav .navbar-nav li {
  padding: 0 15px;
}
@media only screen and (max-width: 400px) {
  #top-nav .navbar-nav li {
    padding: 0;
  }
}
#top-nav .navbar-nav li .nav-link {
  padding: 0;
  color: white;
  font-weight: 100;
}
#top-nav .navbar-nav li a.active, #top-nav .navbar-nav li a:hover {
  color: deepskyblue;
  font-weight: 800;
}
#top-nav .navbar-nav li #search-field {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
}
#top-nav .navbar-nav li #search-field:hover {
  cursor: pointer;
}
#top-nav .navbar-nav li #search-field:hover::placeholder {
  color: #FFFFFF;
}
@media only screen and (max-width: 400px) {
  #top-nav .navbar-nav li #search-field {
    width: 3.1rem;
  }
}
@media only screen and (min-width: 400px) {
  #top-nav .navbar-nav li #search-field {
    width: 8rem;
  }
}
@media only screen and (min-width: 600px) {
  #top-nav .navbar-nav li #search-field {
    width: 250px;
  }
}
#top-nav .menu-toggle {
  background: transparent;
  outline: none;
  border: none;
  color: #C0C0C0;
}
#top-nav .menu-toggle:hover {
  color: #FFFFFF;
}
#top-nav .avatar img {
  height: 32px;
  width: 32px;
}

.avatar {
  border-radius: 50%;
}

.silver {
  color: #C0C0C0;
}

body {
  text-align: inherit;
  height: unset !important;
  background-color: #000;
}

a,
a:hover {
  text-decoration: none;
  color: #6D6D6D;
}

#Cast {
  color: white;
}

.message-success {
  background: #222A34;
  color: #fff;
  border-radius: 8px;
  padding: 0.55rem 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 4rem;
  border: 1px solid transparent;
  border-top-width: 0.5rem;
  border-top-color: #28a745;
  border-radius: 8px;
}

.bd-callout {
  background: #222A34;
  color: #fff;
  border-radius: 8px;
  padding: 0.55rem 1.25rem;
  margin-bottom: 4rem;
  border: 1px solid transparent;
  border-left-width: 0.5rem;
  border-radius: 8px;
}

.bd-callout-primary {
  border-left-color: #0066ff;
}

.bd-callout-success {
  border-left-color: #28a745;
}

.bd-callout-warning {
  border-left-color: #ffc107;
}
@media (max-width: 1365px) {
  .bd-callout-warning {
    border-left-width: 0rem;
    border-top-width: 0.5rem;
    border-top-color: #ffc107;
    flex-direction: column;
  }
}

.bd-callout-danger {
  border-left-color: #dc3545;
}

.bd-callout-info {
  border-left-color: #17a2b8;
}

.bd-callout-secondary {
  border-left-color: #6c757d;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__slide.partial {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
  height: 100%;
  display: none;
}
@media (min-width: 576px) {
  .glide__arrows {
    display: block;
  }
}
.glide__arrow {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 99;
  top: calc(47% - 30px - 1.35em);
  width: 2.7em;
  height: 2.7em;
  color: #1D1C1D;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.25s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.glide__arrow:hover {
  box-shadow: 0 0 20px 0 rgb(0, 0, 0);
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:disabled {
  display: none;
}
.glide__arrow--left {
  left: -1.35em;
}
.glide__arrow--right {
  right: -1.35em;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__bullets {
  position: absolute;
  z-index: 0;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}

.bookcovernav {
  height: 22px;
  border-radius: 0 0 0 5px;
}

.bookcovernav_read {
  width: 100%;
  border-radius: 0 0 0 5px;
}

.bookcovernav_info {
  border-radius: 0 0 5px 0;
}

.glider-row {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .glider-row {
    margin-bottom: 56px;
  }
}
.glider-row .mounting {
  visibility: hidden;
}

.portrait-slide,
.book-portrait {
  border-radius: 0.75rem;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.portrait-slide .cover-image,
.book-portrait .cover-image {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  padding-top: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1D1C1D;
}
.portrait-slide .cover-helper,
.book-portrait .cover-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}

.portrait-slide:hover .cover-image,
.book-portrait:hover .cover-image {
  filter: blur(2px);
}

.portrait-slide:hover .cover-helper,
.book-portrait:hover .cover-helper {
  opacity: 1;
}

.glide__slide .cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1D1C1D;
}
.glide__slide .title {
  margin-top: 8px;
  color: #BEC7D5;
  font-weight: 600;
}
.glide__slide .landscape-slide .cover-image {
  padding-top: 56.25%;
}
.glide__slide .square-slide .cover-image {
  padding-top: 100%;
}
.glide__slide .circle-slide {
  text-align: center;
  max-width: 210px;
}
.glide__slide .circle-slide .cover-image {
  padding-top: 100%;
  border-radius: 100px;
}
.glide__slide .circle-slide .title-treatment {
  width: 77%;
  padding-top: 50%;
  margin: -35% auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.publisher-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: #14181F;
  aspect-ratio: 1.5/1;
}
.publisher-card img {
  max-width: 100%;
  display: block;
  width: unset;
  height: 72%;
  aspect-ratio: 1.5/1;
  object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .publisher-card img {
    height: 56%;
  }
}
.publisher-card:hover {
  background-color: #1E252E;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .publisher-card {
    aspect-ratio: 16/9;
  }
}

.chapter-list a {
  color: white;
}

.title-hero .hero-content {
  float: left;
  width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  .title-hero .hero-content {
    text-align: left;
  }
}
.title-hero .hero-content .hero-details {
  text-shadow: 0 0 3px #000000;
}
.title-hero .hero-content .graphic-title {
  max-width: 66.66%;
  max-height: 8em;
}
@media (min-width: 576px) {
  .title-hero .hero-content .graphic-title {
    max-height: 13em;
    max-width: 33.33%;
  }
}
.title-hero .hero-content .fallback-image {
  max-width: 200px;
}
.title-hero .hero-content .fallback-title {
  color: white;
  font-weight: bold;
  font-size: 36px;
}
.title-hero .hero-content .book-meta {
  max-width: 38.6em;
  margin-top: 1em;
}
.title-hero .hero-content .author {
  color: white;
  font-weight: 700;
}
.title-hero .hero-bg {
  padding-top: 75%;
}
@media (min-width: 576px) {
  .title-hero .hero-bg {
    padding-top: 56.25%;
  }
}
.title-hero .hero-bg {
  background-position: top;
  background-size: cover;
}

.title-hero.promotion .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40%;
  margin-bottom: 15%;
}
@media (min-width: 576px) {
  .title-hero.promotion .hero-content {
    padding-top: 5%;
    display: block;
    margin-top: initial;
  }
}
.title-hero.promotion .hero-content .buttons {
  width: 100%;
}
.title-hero.promotion .hero-content .buttons .btn {
  flex: auto;
}
@media (min-width: 576px) {
  .title-hero.promotion .hero-content .buttons .btn {
    flex: none;
  }
}
@media (min-width: 576px) {
  .title-hero.promotion .hero-bg-wrapper {
    width: 84%;
    margin-left: auto;
  }
}

.author_name {
  color: darkgrey;
}

.no-overflow {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.text-input-label {
  color: #6D6D6D;
  font-size: 11px;
}

.header-text__filter {
  font-size: 14px;
  color: #c0c0c0;
  padding-top: 9px;
}
.header-text__filter-dropdown {
  margin-top: -7px;
}

.full-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow-y: scroll;
}
.full-modal .full-modal-container {
  max-width: 44em;
  margin: 2.66em auto;
  padding: 5%;
}
@media (min-width: 768px) {
  .full-modal .full-modal-container {
    padding: 0;
  }
}
.full-modal .profile-section {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 6%;
}
.full-modal .profile-section .char-name {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
}
.full-modal .choose-image-grid {
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.full-modal .choose-image-grid .header,
.full-modal .choose-image-grid .search-input {
  grid-column: span 4;
  color: #c0c0c0;
}
.full-modal .choose-image-grid .show-more {
  grid-column: span 4;
}
.full-modal .choose-image-grid img {
  width: 100%;
}
.full-modal .choose-image-grid .upload_image {
  width: 100%;
  background-color: #6c757c !important;
  align-content: center;
  padding-top: 1rem;
}
.full-modal .choose-image-grid .upload_image h1:first-child {
  font-size: 3rem;
  text-align: center;
}
.full-modal .choose-image-grid .upload_image h1:last-child {
  color: #eeeeee;
  text-align: center;
  font-size: 1rem;
  opacity: 0.8;
}
.full-modal .choose-image-grid #upload {
  width: 100%;
}
.full-modal .choose-image-grid .dropify-wrapper {
  height: 100% !important;
}
@media (min-width: 576px) {
  .full-modal .choose-image-grid {
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 20px 20px;
  }
  .full-modal .choose-image-grid .header,
  .full-modal .choose-image-grid .search-input {
    grid-column: span 2;
  }
}
.full-modal .choose-image-grid .image-placeholder {
  background-color: #1D1C1D;
}
.full-modal .choose-image-grid .upload-photo {
  padding-bottom: 100%;
  position: relative;
  background: #424242;
}
.full-modal .choose-image-grid .upload-photo > div {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.edit-cast-header {
  margin-bottom: 10%;
}

.cast-automatic-generation input {
  float: left;
  width: 50%;
}
.cast-automatic-generation button {
  height: 2.5rem;
  display: inline;
}

.edit-cast-info {
  /* margin-bottom: 10%; */
}
@media (min-width: 576px) {
  .edit-cast-info {
    display: flex;
  }
}
.edit-cast-info .image-container {
  width: 100%;
}
@media (min-width: 576px) {
  .edit-cast-info .image-container {
    max-width: 200px;
    margin-right: 1.33em;
  }
}
.edit-cast-info .image {
  width: 100%;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.edit-cast-info .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.edit-cast-info .cast-info {
  flex: 1;
  max-width: 21em;
}

/* ---------   Dark Theme   -------------*/
body {
  color: #C0C0C0;
}

[v-cloak] {
  display: none !important;
}

.la-large {
  font-size: 1.4rem;
}

html body .content {
  position: relative;
}

.input-group-text .la {
  font-size: initial;
}

.link {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0em;
}

.h1,
h1 {
  color: #ffffff;
}

html body .content .content-wrapper .content-header-title {
  color: white;
}

.m-s1 {
  margin: 0.25rem !important;
}

.mt-s1,
.my-s1 {
  margin-top: 0.25rem !important;
}

.mr-s1,
.mx-s1 {
  margin-right: 0.25rem !important;
}

.mb-s1,
.my-s1 {
  margin-bottom: 0.25rem !important;
}

.ml-s1,
.mx-s1 {
  margin-left: 0.25rem !important;
}

.m-s2 {
  margin: 0.5rem !important;
}

.mt-s2,
.my-s2 {
  margin-top: 0.5rem !important;
}

.mr-s2,
.mx-s2 {
  margin-right: 0.5rem !important;
}

.mb-s2,
.my-s2 {
  margin-bottom: 0.5rem !important;
}

.ml-s2,
.mx-s2 {
  margin-left: 0.5rem !important;
}

.form-control {
  border-radius: 8px;
  opacity: 1;
  background-color: #14181F;
  color: #babfc7;
  border: 1px solid transparent;
  padding: 8px 14px;
  height: 40px;
}

.form-control::placeholder {
  opacity: 0.8;
  color: #babfc7;
}

.pointer {
  cursor: pointer;
}

.progress-indicator {
  background-color: #ffffff;
  width: 33%;
  height: 8px;
  border-radius: 8px;
}

.progress-indicator--active {
  background-color: #5C9DFF;
  width: 33%;
  height: 8px;
  border-radius: 8px;
}

.progress-indicator--complete {
  background-color: #0066FF;
  width: 33%;
  height: 8px;
  border-radius: 8px;
}

.form-body {
  background-color: #14181F;
  border-radius: 8px;
  padding: 24px;
  padding-bottom: 32px;
}

.card {
  border: none;
  margin-bottom: 1.875rem;
}

.card .card-title {
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.card-body {
  background-color: #1E252E;
}

.card-header .card-title {
  margin-bottom: 0;
}

.card,
.card-footer {
  box-shadow: none;
  background-color: transparent;
  color: white;
}

.card-footer a,
.card-footer p {
  font-size: 0.9rem;
}

.tab-content.bg_white {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4037990196) 0%, rgb(255, 255, 255) 100%);
  color: black;
}

.tab-content.bg_white label {
  color: black;
}

.card .card-title,
.card label,
form label {
  color: white;
}

.modal-header {
  align-items: flex-start;
}

.modal-header .close {
  font-size: 3rem;
  font-weight: 400;
  opacity: 1;
  color: #31323b;
  text-shadow: none;
}

.modal-header .close:not(:disabled):not(.disabled):hover,
.modal-header .close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  color: #FFFFFF;
}

.modal-header,
.modal-footer {
  border: 0;
}

.modal-content {
  padding: 16px;
  border-radius: 10px;
  border: none;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 0;
}

.modal-body {
  padding: 10px 0;
}

.modal-body:last-child {
  padding-bottom: 0;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.modal-content {
  margin-left: 12px;
  margin-right: 12px;
  background-color: #14181F !important;
}

.modal-content .card {
  background-color: white;
  color: black;
}

.modal-content .card label,
.modal-content .card h5 {
  color: black;
}

.modal-content hr {
  border-color: white;
}

.modal-body,
.modal-content .modal-body label {
  color: white;
}

.modal-footer {
  justify-content: center;
}

.modal-footer .btn {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 420px;
}

.modal-footer > * {
  margin: 0;
}

.modal-footer > :not(:last-child) {
  margin-right: 1rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 1rem;
}

.modal-content a,
.modal-content .link {
  color: #5059e5;
}

.modal-content a:hover,
.modal-content .link:hover {
  color: #1e9ff2;
}

.alert {
  margin-bottom: 16px;
}

.alert-danger,
.errorlist {
  color: #960014 !important;
  border-color: #ff4961 !important;
  background-color: #ff909f !important;
}

.alert-danger .alert-link {
  color: #6d000e !important;
}

.alert-warning {
  color: #963b00 !important;
  border-color: #ff9149 !important;
  background-color: #ffbc90 !important;
}

.alert-warning .alert-link {
  color: #6d2b00 !important;
}

.alert-success {
  color: #0b3a29 !important;
  border-color: #28d094 !important;
  background-color: #5fe0b2 !important;
}

.alert-success .alert-link {
  color: #051811 !important;
}

.alert-info {
  color: #053858 !important;
  border-color: #1e9ff2 !important;
  background-color: #62bcf6 !important;
}

.alert-info .alert-link {
  color: #031f32 !important;
}

.errorlist {
  border-radius: 0.25rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}

.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}

.primary {
  color: #666ee8 !important;
}

.info {
  color: #1e9ff2 !important;
}

.success {
  color: #28d094 !important;
}

/* ---------   END Dark Theme   -------------*/
.bg-cover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-flex i.la {
  margin-right: 0.25rem !important;
}

.btn-mini {
  line-height: 20px;
  padding: 5px;
}

.g_id_signin div div div {
  border-radius: 8px;
  height: 48px;
}
.g_id_signin div div div * {
  font-weight: 500;
  line-height: 40px;
  font-family: Inter, "Open-Sans" !important;
  color: black !important;
}

.google-login-element,
.apple-login-element,
.clever-login-element {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black !important;
  font-weight: 500;
  height: 48px;
  font-size: 14px;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.google-login-element div,
.apple-login-element div,
.clever-login-element div {
  margin-left: 9px;
}

.google-login-element img,
.apple-login-element img,
.clever-login-element img {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgb(64, 64, 64);
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background-color: #858585;
  border-radius: 45px;
}

.logofont {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}

.logo {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -1.5px;
  color: #0058d6;
  margin-bottom: 0;
}

.logo-img {
  width: 100px;
}

.logoColor {
  color: #0066FF;
}

.p-10 {
  padding: 10px !important;
}

.betterCenter {
  height: 0em !important;
}

.avatar {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
}

.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 50%;
}

.avatar-sm {
  width: 32px;
}

/* Ensures a logo is always showing no matter the screen size */
@media only screen and (min-width: 992px) {
  .logoOnWhite {
    display: none;
  }
}
.textwrap {
  white-space: pre-line;
}

.VertAlignTop {
  vertical-align: top;
  padding: 0 5px;
}

div.scrollmenu {
  /* background-color: #333; */
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch !important;
  overflow-x: scroll;
}

div.scrollmenu > div {
  display: inline-block;
}

.bgGhost {
  background-color: gainsboro;
  padding-top: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: lightsteelblue;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: cornflowerblue;
  width: 25px;
  /* right:-10px; */
}

.CategoryTitle {
  font-size: 1.5em;
}

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

.floating-alert {
  position: fixed;
  margin: 15px;
  z-index: 1000;
}

.rewardlist {
  margin-bottom: 2rem;
  list-style: none;
  font-size: 1.3rem;
}

.rewardlist i {
  margin-right: 1rem;
  color: #1e9ff2;
  font-size: 2.5rem !important;
  position: relative;
  top: 7px;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: #e5e5e5;
  font-size: 1rem;
  margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: #e5e5e5;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 10px;
}

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

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  p {
    font-size: 1rem;
  }
  .logo {
    font-size: 30px;
    margin-right: 0;
    margin-left: 1rem;
  }
  .avatar img {
    max-width: 32px !important;
    max-height: 32px !important;
    width: 32px !important;
    height: 32px !important;
  }
  .dropdown-toggle:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo {
    font-size: 34px;
    margin-right: 2rem;
    margin-left: 3rem;
  }
  .avatar img {
    max-width: 36px !important;
    max-height: 36px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs-ml-0 .nav-item {
  margin-left: 0;
}

.bg-gradient-x-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#1976d2), to(#64b5f6));
  background-image: -webkit-linear-gradient(left, #1976d2 0, #64b5f6 100%);
  background-image: -moz-linear-gradient(left, #1976d2 0, #64b5f6 100%);
  background-image: -o-linear-gradient(left, #1976d2 0, #64b5f6 100%);
  background-image: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
  background-repeat: repeat-x;
}

#sticky-wrapper {
  height: 72.375px;
}

@media only screen and (max-width: 768px) {
  #sticky-wrapper {
    height: unset;
  }
}
.gclass {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 10px;
}

.dropdown-menu {
  width: fit-content;
  text-align: left;
  background: #1E252E;
  border: 1px solid #44556F;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 24px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 8px 16px;
  margin: 2px 0px;
}

.dropdown-item.delete {
  color: #FF3B30 !important;
}

.dropdown-item.active {
  font-weight: bold;
  background-color: #303B4A;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 12px;
}

.dropdown-item:hover {
  background: #303B4A;
}

.dropdown i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

footer.navbar-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.greyme {
  color: grey;
}

.center {
  text-align: center;
}

.centermate {
  text-align: center;
  margin-top: -27px;
}

.centermate span {
  background-color: #141414;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.white-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.white-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  color: white;
}

.white-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  /* background: #FFC000; */
  /* background: linear-gradient(rgba(255, 192, 0, 0.6), rgba(255, 192, 0, 0.6)); */
  background: rgba(255, 255, 255, 0.9);
  /* background: linear-gradient(#0911e2 0%, #0911e2 100%); */
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.white-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #b4b4b4;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b4b4b4;
}

.white-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #b4b4b4;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #b4b4b4;
}

.loader-wrapper {
  height: 8em;
}

#loading-screen {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

#loading-screen img {
  width: 99px;
  height: 99px;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-backdrop.show {
  opacity: 1;
}

.notifications-link .badge-pill {
  left: 8px;
  top: -6px;
  font-size: 12px;
  height: 16px;
  padding: 0px 4px 0 4px;
  margin: 0;
  line-height: 16px;
}

.dropdown-notifications {
  width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 2000;
}

.dropdown-notifications .new-holder {
  display: block;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  margin: 10px 5px 0 -5px;
}

.dropdown-notifications .new {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .dropdown-notifications {
    width: 100%;
    position: fixed;
    top: 60px;
  }
  .notifications-link .badge-pill {
    top: -10px;
  }
}
.dropdown-notifications .la-trash:hover {
  color: #666ee8;
}

.round {
  border-radius: 1.5rem;
}

ul.list-inline li {
  display: inline-block;
}

.search-overlay {
  height: calc(100vh - 64px);
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  transition: 0.25s;
  overflow-x: hidden;
}
.search-overlay.hidden {
  width: 0;
  margin-right: -327px;
}

.remove-filter {
  color: white;
  background-color: #494949;
  border: 1px solid #494949;
  border-radius: 16px;
}
.remove-filter:hover {
  color: white;
  background-color: #494949;
  border: 1px solid #979797;
  border-radius: 16px;
}
.remove-filter:active {
  color: white;
  background-color: #494949;
  border: 1px solid #979797;
  border-radius: 16px;
}

.search-catagory {
  border-color: white;
  border: 1px solid #979797;
  border-radius: 16px;
}
.search-catagory:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.search-catagory.active {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}

.no-scroll {
  overflow: hidden;
}

.bottom-border {
  border-bottom: 1px solid #201f20;
}

.search-result .img-circle {
  height: 55.93px;
  width: 56px;
  background-color: #1d1c1d;
  border-radius: 50%;
}

#browse-nav-item.hidden {
  display: none !important;
}

#bookgroups-nav-item.hidden {
  display: none !important;
}

.search-result-img {
  max-width: 56px;
}

@media screen and (max-width: 400px) {
  .character_btn--group {
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .upload_image h1:first-child {
    font-size: 9vw !important;
  }
  .upload_image h1:last-child {
    font-size: 3vw !important;
  }
}
.char-img-wrapper {
  position: relative;
}
.char-img-wrapper i {
  padding: 0.3rem;
}
.char-img-wrapper .img-crop {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #eab332;
  background-color: #58595b;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
}
.char-img-wrapper:hover .img-crop {
  visibility: visible;
}
.char-img-wrapper .img-crop:hover {
  background-color: #3d3e40;
}

.action-indicator__select.delete {
  background: #E73200;
}

.filter-sort-option:hover {
  background-color: #1d1c1d;
}

.square-container::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.square-container::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

main.active-left {
  overflow-x: hidden;
}

#announcements-dropdown-btn.active i::after {
  content: " ";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 18px;
  background-color: greenyellow;
}

.progress-slide .cover-image {
  padding-top: 56.25%;
  width: 37%;
  background-size: contain;
}

.progress-slide .book-info {
  width: 63%;
  background-color: #1d1c1d;
}

.progress-slide .book-info .title {
  display: -webkit-box;
  max-width: 100%;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.literal-tabs {
  display: flex;
  align-items: flex-start;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  gap: 24px;
  overflow-x: auto;
  list-style: none;
  padding: 0;
}

.literal-tabs::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.literal-tabs .tab {
  transition: all 0.3s linear;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #DADFE7;
  line-height: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-wrap: nowrap;
}

.literal-tabs .tab:hover {
  color: white;
}

.literal-tabs .tab:hover img {
  filter: brightness(0) invert(1);
}

.literal-tabs .tab a {
  color: #DADFE7;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.literal-tabs .tab a:hover {
  color: white;
}

.literal-tabs .tab.active {
  border-bottom-color: #0066FF;
  color: white !important;
}

.literal-tabs .tab.active img {
  filter: brightness(0) invert(1);
}

.literal-tabs .tab.active a {
  color: white !important;
}

.literal-tabs-content .tab-content {
  display: none;
}

.literal-tabs-content .tab-content.active {
  display: block;
}

.truncate-3 {
  display: -webkit-box;
  max-width: 100%;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
}

.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.cursor-pointer {
  cursor: pointer;
}

.row-title {
  color: rgba(255, 255, 255, 0.8);
}

.book-card {
  padding: 16px 0 24px 0;
}

.book-card.progress-card {
  padding: 16px;
}

.book-card .book-cover {
  width: 88px;
}

.book-card .book-title {
  display: -webkit-box;
  max-width: 100%;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.collections-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .collections-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .collections-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.collections-list-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.collection-tag {
  background-color: #1E252E;
  height: 3rem;
}
.collection-tag:hover {
  background-color: #303B4A;
}
@media screen and (min-width: 1200px) {
  .collection-tag {
    height: 3.5rem;
  }
}
.collection-tag .collection-name {
  font-size: 14px;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  .collection-tag .collection-name {
    font-size: 16px;
    line-height: 16px;
  }
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .books-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .books-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}

.social-popup {
  background-color: #14181F;
  border-radius: 8px;
  color: white;
  display: flex;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .social-popup {
    font-size: 12px;
    max-width: 320px;
  }
}
.social-popup--image {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.result-card {
  width: 100%;
}

.result-book_title {
  margin-bottom: 0px;
  color: #FFF;
  font-weight: 600;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.result-book_summary {
  margin-bottom: 0px;
  color: #FFF;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}

.recommendations-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .recommendations-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .recommendations-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.double-bounce .child {
  background-color: #f4f5fa;
}

.reading-activity.sm .day-activity {
  min-width: 32px !important;
  min-height: 32px !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #303B4A !important;
}

.tooltip-inner {
  background-color: #303B4A;
  padding: 8px;
}

.tooltip.show {
  opacity: 1;
}

.day-activity {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  min-width: 32px;
  min-height: 32px;
  border: 2px solid #44556F;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  cursor: default;
  color: #8192AC;
  padding-left: 1px;
}

.activity-tooltip {
  min-width: 24px !important;
  min-height: 24px !important;
}

.day-activity.today {
  border-color: #0066FF;
}

.day-activity.read {
  border-color: #15B72C;
}

.day-activity.today,
.day-activity.today ~ * {
  color: white;
}

@media screen and (min-width: 768px) {
  .day-activity {
    min-width: 40px;
    min-height: 40px;
  }
}
.glide__arrow {
  display: flex;
  width: 32px;
  height: 32px;
  background-color: unset;
  position: static;
  color: white;
  border-radius: 4px !important;
  z-index: 0;
}
.glide__arrow:disabled {
  display: flex;
  color: #475974;
}
.glide__arrow svg {
  width: 22px;
  height: 22px;
}

#search-modal-input {
  padding: 12px 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  #search-modal-input {
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  #search-modal-input {
    height: 64px;
  }
}

.search-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-book-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: start;
}
@media screen and (min-width: 1200px) {
  .search-book-results {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .search-book-results {
    grid-template-columns: repeat(5, 1fr);
  }
}

.search-book-cover {
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.search-author-tiles {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .search-author-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .search-author-tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}

.search-author-tile {
  padding: 16px;
  display: flex;
  gap: 1rem;
  background-color: #14181F;
  border-radius: 0.5rem;
}

.search-page-sort {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-page-sort {
    width: 280px;
  }
}

.summary-modal:modal,
.literal-modal:modal {
  max-width: 100vw;
  margin: 0;
  min-height: 100dvh;
}
@media screen and (min-width: 768px) {
  .summary-modal:modal,
  .literal-modal:modal {
    max-width: 43.75rem;
    margin: auto;
    min-height: unset;
  }
}

.literal-modal:modal {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.summary-cover {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .summary-cover {
    width: 155.5px;
    height: 233.25px;
  }
}

.search-modal-wrapper::backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}

.summary-add-to-class-options {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .summary-add-to-class-options {
    grid-template-columns: 1fr 1fr;
  }
}

.library-hero {
  height: 256px;
  aspect-ratio: 4/1;
}

.library-hero-md {
  height: 216px;
  aspect-ratio: 10/3;
}

.library-hero-sm {
  height: 184px;
  aspect-ratio: 16/9;
}

.library-hero img,
.library-hero-md img,
.library-hero-sm img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-cover-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.literal-bullets {
  display: flex;
  margin-top: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 8px !important;
  width: 380px !important;
  height: 4px !important;
}
@media screen and (max-width: 1000px) {
  .literal-bullets {
    width: 248px !important;
  }
}
.literal-bullets .literal-bullet {
  margin: 0px !important;
  background-color: #617594;
  border-radius: 2px !important;
  height: 4px !important;
  border: 0px !important;
  width: 100% !important;
}
.literal-bullets .literal-bullet:hover {
  border: 0px !important;
}
.literal-bullets .glide__bullet--active {
  background-color: #BEC7D5 !important;
}

#restrict-modal {
  width: 100%;
}

.comics-plus-banner {
  background-color: #9BDB06;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: white;
  width: 100%;
  container-type: inline-size;
}
.comics-plus-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  width: 100%;
  padding: 12px 86px;
}
.comics-plus-banner .wrapper img {
  height: 20px;
  width: auto;
}
.comics-plus-banner .wrapper span {
  display: block;
}
.comics-plus-banner .wrapper marquee {
  display: none;
}
.comics-plus-banner .wrapper span,
.comics-plus-banner .wrapper marquee {
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@container (max-width: 1011px) {
  .comics-plus-banner .wrapper span {
    display: none;
  }
  .comics-plus-banner .wrapper marquee {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .comics-plus-banner {
    container-type: inline-size;
  }
  .comics-plus-banner .wrapper {
    gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .comics-plus-banner .wrapper img {
    height: 16px;
  }
  .comics-plus-banner .wrapper span {
    display: block;
  }
  .comics-plus-banner .wrapper marquee {
    display: none;
  }
  .comics-plus-banner .wrapper span,
  .comics-plus-banner .wrapper marquee {
    font-size: 12px;
  }
  @container (max-width: 672px) {
    .wrapper span {
      display: none !important;
    }
    .wrapper marquee {
      display: block !important;
    }
  }
}
.title-micro-summ {
  background: transparent;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.title-micro-summ .book-description {
  font-size: 12px;
}

.aspect-square {
  aspect-ratio: 1/1;
}

@media (min-width: 992px) {
  .title-micro-summ .book-description {
    font-size: 16px;
  }
}
.title-micro-summ-infobox {
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #BEC7D5;
}

.title-micro-summ.clickable {
  background: #14181F;
}

.title-micro-summ.clickable:hover {
  background: #1E252E;
}

.title-micro-summ .content {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.book-shelf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .book-shelf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .book-shelf-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dropdown-divider {
  border-top: 1px solid #44556F;
}

.btn-filter {
  border: 1px solid #44556F;
  background-color: transparent;
  color: #BEC7D5;
  font-weight: 600;
}

.btn-filter.selected {
  border-color: #06F;
  background-color: #001433;
  color: white;
}

#question-edit-modal.literal-modal,
#question-add-modal.literal-modal {
  width: 31.25rem;
}

#question-edit-modal .literal-modal-body,
#question-add-modal .literal-modal-body,
.rubric-modal .literal-modal-body {
  padding: 0.5rem !important;
}

.grid-default {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 992px) {
  .grid-default {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .grid-default {
    grid-template-columns: repeat(2, 1fr);
  }
}

.image-pixelated {
  image-rendering: pixelated;
}

#copied-message,
.copy-alert {
  display: none;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
}

#copied-message.active,
.copy-alert.active {
  display: block;
  opacity: 1;
}

.menu-button:focus {
  box-shadow: none !important;
}

.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.linkable-item {
  height: 40px;
  padding: 0 8px !important;
  border-radius: 8px;
  cursor: pointer;
}
.linkable-item:hover {
  background-color: #1E252E;
  color: white;
}

.overview-content {
  display: flex;
  flex-flow: column;
  overflow-y: auto;
  gap: 8px;
  flex-grow: 1;
  scroll-behavior: smooth;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.home-action-card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 24px;
  background-color: #14181F;
  color: #BEC7D5;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 8px;
  width: 212px;
  min-width: 212px;
  justify-content: space-between;
  transition: width, background-color 0.2s ease-in-out;
}
.home-action-card .img-placeholder {
  height: 180px;
}
.home-action-card:hover {
  width: 224px;
  background-color: #1E252E;
  color: white;
  margin: 0px;
}
.home-action-card:hover .img-placeholder {
  height: 190px;
}

.centered-dialog {
  margin-top: auto !important;
  margin-bottom: auto !important;
  max-width: 32rem !important;
  min-height: fit-content !important;
  width: 100%;
}
.centered-dialog .literal-modal-body {
  margin: 12px;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}