.action-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.animal-recognition-boxes__box {
  position: absolute;
  box-sizing: border-box;
}
.animal-recognition-boxes__box-frame {
  border: 4px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.animal-recognition-boxes__box-label {
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 0 6px;
  color: white;
  background-color: #e0e0e0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.async-dropdown .MuiInputBase-input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.async-dropdown input,
.async-dropdown .MuiInput-underline:not(.Mui-focused)::after {
  color: #FFFFFF;
  border-color: #B7B7B9;
  font-family: Ciutadella;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.async-dropdown .Mui-focused.MuiInput-underline:after {
  border-color: #B7B7B9;
}
.async-dropdown .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-bottom: 1px solid #B7B7B9;
}
.async-dropdown .MuiFormLabel-root.Mui-disabled {
  color: #B7B7B9;
}
.async-dropdown .MuiInputBase-root.Mui-disabled {
  opacity: 0.2;
}
.async-dropdown .MuiInput-underline:before {
  border-bottom: 1px solid #B7B7B9;
}
.async-dropdown label + .MuiInput-formControl {
  margin-top: 21px;
}
.async-dropdown .MuiAutocomplete-paper {
  background-color: red;
}
.async-dropdown label {
  font-family: Ciutadella;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #969492;
}
.async-dropdown label.Mui-focused {
  color: #B7B7B9;
}
.async-dropdown-loading-spinner {
  color: #FF4E00 !important;
}
.async-dropdown .MuiAutocomplete-endAdornment > button {
  color: white !important;
}

.button {
  background: #FF4E00;
  font-weight: bolder;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  font-family: inherit;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 20px;
  white-space: nowrap;
  height: 48px;
}
.button_disabled {
  background: #EDEDED !important;
  color: #969492 !important;
  pointer-events: none;
}
.button_secondary {
  color: #ff4e00;
  background-color: transparent;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.button-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FF4E00;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  background: none !important;
  border: none !important;
  z-index: 9;
}
.button-action:focus {
  outline: none;
}
.button-action__wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 10px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.camera-active-zone-compass {
  position: relative;
  margin: 8px auto 8px auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.camera-active-zone-compass__img {
  position: absolute;
}
.camera-active-zone-compass_cursor_pointer:hover {
  cursor: pointer;
}
.camera-active-zone-compass__zone-number {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #969492;
}
.camera-active-zone-compass__zone-number_selected {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #ff4e00;
}

.camera-active-zone-setting {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  margin: 12px auto 0px auto;
}
.camera-active-zone-setting__item-label {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
  display: inline-block;
  margin-bottom: 8px;
}
.camera-active-zone-setting__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}
.camera-active-zone-setting__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.camera-active-zone-setting__button {
  background: transparent;
  border: none;
  color: #FF4E00;
}

.checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-flex;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 2px;
}
.checkbox-text {
  margin-left: 35px;
  font-family: "Ciutadella";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  white-space: nowrap;
  display: inline-block;
}
.checkbox-checkmark,
.checkbox-checkmark-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 5px;
}
.checkbox-checkmark {
  border: 2px solid #b7b7b9;
  background-color: transparent;
}
.checkbox-checkmark-half {
  background-color: #f05123;
  border: 2px solid #f05123;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkbox-checkmark {
  background-color: #f05123;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkbox-checkmark {
  background-color: #f05123;
  border: 2px solid #f05123;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-checkmark-half:after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 8px;
  width: 12px;
  border-top: 3px solid white;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkbox-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkbox-checkmark:after {
  left: 6px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: 2px solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  font-family: 'Ciutadella';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B7B7B9;
}
.checkbox-group-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #B7B7B9;
  margin-bottom: 10px;
}
.checkbox-group-buttons {
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-between;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}

.clickable-text-button-text {
  font-family: Ciutadella;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FF4E00;
  cursor: pointer;
}

.comment-text-field {
  position: relative;
}
.comment-text-field_inner {
  width: 100%;
}

.credential-field {
  display: inline-block;
  margin-bottom: 16px;
  max-width: 341px;
  width: 100%;
}
.credential-field-caption {
  color: #E3170A;
  text-decoration: none;
}
.credential-field-err {
  border-bottom: 1px solid #E3170A;
}

.repeat-password-error {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15px;
  min-height: 32px;
  height: -webkit-max-content;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 14;
  height: 54px;
}
.repeat-password-error img {
  margin: 0 11px 0 20px;
}
.repeat-password-error span {
  color: #FF4E00;
}

.custom-scrollbar__main > div:first-child {
  scrollbar-width: none;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.custom-scrollbar__main > div:first-child::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.custom-scrollbar-track {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: transparent;
  right: 0px;
  bottom: 2px;
  top: 2px;
  border-radius: 3px;
  z-index: 10;
}
.custom-scrollbar-thumb {
  background-color: #5A5450;
  border-radius: 100px;
}

.table-header {
  font-family: Ciutadella;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #282828;
}
.table-scroll {
  overflow: hidden;
  height: 100% !important;
}
.table-scroll > * {
  overflow-x: hidden !important;
}

:root {
  --base: rgba(255, 78, 0, 0.3);
  --fill: #ff4e00;
  --trackball: var(--fill);
  --range: 0%;
}
.custom-values-slider {
  width: 100%;
  margin-top: 5px;
  outline: 0;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-values-slider {
    height: 2px;
    -webkit-appearance: none;
    background-color: rgba(255, 78, 0, 0.3);
  }
  .custom-values-slider::-webkit-slider-runnable-track {
    height: 2px;
    -webkit-appearance: none;
    color: var(--fill);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }
  .custom-values-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: none;
    background: var(--fill);
    margin-top: -5px;
  }
}
.custom-values-slider::-moz-range-progress {
  background-color: var(--fill);
}
.custom-values-slider::-moz-range-track {
  background-color: var(--base);
}
.custom-values-slider::-ms-fill-lower {
  background-color: var(--fill);
}
.custom-values-slider::-ms-fill-upper {
  background-color: var(--base);
}

.date-range-picker {
  display: grid;
  color: white;
  font-family: "Ciutadella";
  grid-gap: 0 64px;
  background: #333333;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 16px 0px;
  position: relative;
  width: 300px;
  height: 325px;
}
.date-range-picker-container {
  position: relative;
}
.date-range-picker-container-hidden {
  display: none;
}
.date-range-picker-ranges {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.date-range-picker-ranges-title {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #B7B7B9;
}
.date-range-picker-ranges-boundaries {
  display: flex;
  align-items: center;
}
.date-range-picker-ranges-boundaries span {
  margin: 0 15px;
}
.date-range-picker-ranges-boundaries-inputs {
  display: flex;
}
.date-range-picker-ranges-boundaries-inputs input,
.date-range-picker-ranges-boundaries-inputs .MuiInput-underline::after {
  color: #FFFFFF;
  border-bottom: 1px solid #B7B7B9;
  font: inherit;
}
.date-range-picker-ranges-boundaries-inputs img {
  margin-left: 15px;
  cursor: pointer;
}
.date-range-picker-ranges-boundaries-inputs-selected {
  display: flex;
}
.date-range-picker-ranges-boundaries-inputs-selected input,
.date-range-picker-ranges-boundaries-inputs-selected .MuiInput-underline::after {
  color: #FF4E00;
  border-bottom: 1px solid #B7B7B9;
  font: inherit;
}
.date-range-picker-ranges-boundaries-inputs-selected img {
  margin-left: 15px;
  cursor: pointer;
}
.date-range-picker-month {
  width: 280px;
  margin: 0 auto;
}
.date-range-picker-month-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}
.date-range-picker-month-label strong {
  cursor: pointer;
}
.date-range-picker-month-label span::selection {
  outline: none;
}
.date-range-picker-month-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 24px;
  letter-spacing: 0.15px;
  cursor: pointer;
}
.date-range-picker-month-label span:first-of-type {
  margin-right: auto;
  margin-left: 50px;
}
.date-range-picker-month-label span:last-of-type {
  margin-right: 50px;
  margin-left: auto;
}
.date-range-picker-date-selector {
  width: 280px;
  margin: 0 auto;
}
.date-range-picker-date-selector-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}
.date-range-picker-date-selector-label strong {
  cursor: pointer;
}
.date-range-picker-date-selector-label span::selection {
  outline: none;
}
.date-range-picker-date-selector-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
}
.date-range-picker-date-selector-label span:first-of-type {
  margin-right: auto;
  margin-left: 50px;
}
.date-range-picker-date-selector-label span:last-of-type {
  margin-right: 50px;
  margin-left: auto;
}
.date-range-picker-date-selector-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.date-range-picker-date-selector-table button[value="active"] {
  background-color: #FF4E00;
  border-radius: 40px;
}
.date-range-picker-date-selector-table button[value="active"]:hover {
  background-color: #C93D00;
  border-radius: 40px;
}
.date-range-picker-date-selector-table button:hover:not([value="active"]) {
  background-color: #5A5450;
  border-radius: 40px;
}
.date-range-picker-date-selector-table-item {
  border: 0;
  padding: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #383431;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  outline: none;
  font-family: "Ciutadella";
}
.date-range-picker-date-selector-table-item.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}
.date-range-picker-weekday-labels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #5A5450;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969492;
}
.date-range-picker-weekday {
  text-align: center;
}
.date-range-picker-days-table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  outline: none;
}
.date-range-picker-days-table :nth-child(7n) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.date-range-picker-days-table :nth-child(7n + 1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.date-range-picker-days-table :nth-child(n + 8) {
  margin-top: 3px;
}
.date-range-picker-days-table button {
  color: #FFFFFF;
  background-color: #383431;
}
.date-range-picker-days-table button[value="selected_first"] span {
  background-color: #FF4E00;
  border-radius: 40px;
}
.date-range-picker-days-table button[value="selected_last"] span {
  background-color: #FF4E00;
  border-radius: 40px;
}
.date-range-picker-days-table button[value="disabled"] {
  background-color: transparent !important;
}
.date-range-picker-days-table button[value="disabled"] span {
  color: #808080;
  background-color: transparent !important;
}
.date-range-picker-days-table.end-day-selected-only:hover button[value="selected_last"] ~ button {
  background-color: #383431 !important;
}
.date-range-picker-days-table.end-day-selected-only:hover button:hover ~ button,
.date-range-picker-days-table.end-day-selected-only:hover button:hover {
  background-color: #5A5450;
}
.date-range-picker-days-table.end-day-selected-only:hover button[value="selected_last"] {
  background-image: linear-gradient(to right, #5A5450 50%, #383431 50%);
}
.date-range-picker-days-table.end-day-selected-only.end-date-on-the-next-tab:hover button:hover ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only:hover button[value="selected_first"] ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only:hover button:hover ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.start-day-selected-only:hover button[value="selected_first"] {
  background-image: linear-gradient(to right, #383431 50%, #5A5450 50%);
}
.date-range-picker-days-table.start-day-selected-only.start-date-on-the-previous-tab:hover button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only.start-date-on-the-previous-tab:hover button:hover ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected button[value="selected_first"] ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.both-days-selected button[value="selected_last"] ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected button[value="selected_last"] {
  background-image: linear-gradient(to right, #5A5450 50%, #383431 50%);
}
.date-range-picker-days-table.both-days-selected button[value="selected_first"] {
  background-image: linear-gradient(to right, #383431 50%, #5A5450 50%);
}
.date-range-picker-days-table.both-days-selected button[value="selected_twice"] span {
  background-color: #FF4E00;
  border-radius: 40px;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab button {
  background-color: #5A5450;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab button[value="selected_last"] ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab.end-date-on-the-previous-tab button {
  background-color: #383431;
}
.date-range-picker-days-table.end-day-selected-only.end-date-on-the-previous-tab button {
  background-color: transparent !important;
}
.date-range-picker-days-table-day {
  border: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  outline: none;
  cursor: pointer;
}
.date-range-picker-days-table-day span {
  padding: 12px;
}
.date-range-picker-days-table-day.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
}
.date-range-picker-range-navigation-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}
.date-range-picker > .date-range-picker-date-selector {
  height: 200px;
}

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rtdTopLocation .rdtPicker {
  top: -303px;
}
.rtdLeftLocation .rdtPicker {
  left: -157px;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
          user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
          user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}

.dropdown-list-dark {
  width: 100%;
  margin-bottom: 24px;
}
.dropdown-list-dark .dropdown-list-select select,
.dropdown-list-dark .dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  color: #FFFFFF;
}
.dropdown-list-dark .MuiNativeSelect-select:not([miltiple]) option {
  background-color: #2e2a26;
}
.dropdown-list-light {
  width: 48%;
}
.dropdown-list-light .dropdown-list-select select,
.dropdown-list-light .dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  color: #282828;
}
.dropdown-list-light .MuiNativeSelect-select:not([miltiple]) option {
  background-color: transparent;
}
.dropdown-list-select {
  width: 100%;
  border-bottom: 1px solid #B7B7B9;
}
.dropdown-list-select:after {
  border-bottom: none !important;
}
.dropdown-list-select:before {
  border-bottom: none !important;
}
.dropdown-list-select select,
.dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  border-color: #B7B7B9;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Ciutadella";
  padding: 5px 5px 4px 0;
}
.dropdown-list-select .MuiNativeSelect-select:focus {
  background-color: transparent;
}
.dropdown-list-select .MuiNativeSelect-select:not([miltiple]) option {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dropdown-list-select .MuiNativeSelect-icon {
  color: #fff;
}
.dropdown-list-label {
  color: #969492;
  margin-bottom: 5px;
  font-weight: 600;
}
.dropdown-list-error {
  border: 1px solid red;
}

.image-radio-group {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.image-radio-group-inactive {
  opacity: 0.3;
}
.image-radio-group-pointer {
  cursor: pointer;
}
.image-radio-group-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.image-tag-chip {
  margin: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: white;
  border: 1px solid transparent;
  cursor: default;
  min-height: 32px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  font-size: 0.8125rem;
  box-sizing: border-box;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  font-family: inherit;
  border-radius: 16px;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
}
.image-tag-chip__label {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 18px;
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
}
.image-tag-chip__delete-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}
.image-tag-chip__target-icon {
  width: 20px;
  height: 20px;
  margin: 0 -6px 0 5px;
  cursor: default;
}

.image-thumbnail {
  position: relative;
}
.image-thumbnail_clickable {
  cursor: pointer;
  pointer-events: auto;
}
.image-thumbnail__loaded {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-thumbnail__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #545454;
  object-fit: cover;
  animation: img_loading_animation 2s infinite;
  z-index: 1;
}
.image-thumbnail__default {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-thumbnail__default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-thumbnail__caption {
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 10px 0px;
  z-index: 6;
  letter-spacing: 0.8px;
  font-size: 18px;
  text-transform: uppercase;
}
.image-thumbnail__placeholder-text {
  position: absolute;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  font-size: 14px;
}
.image-thumbnail__watermarks {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 5;
}
.image-thumbnail__watermarks_top_left {
  top: 3px;
  left: 0;
}
.image-thumbnail__watermarks_bottom_right {
  bottom: 0;
  right: 0;
}
@keyframes img_loading_animation {
  from {
    background-color: #545454;
  }
  50% {
    background-color: #969492;
  }
  to {
    background-color: #545454;
  }
}

.photo-recognition-status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 16px;
  color: white;
  border-radius: 4px;
  padding: 8px 16px;
  right: 20%;
  left: 20%;
  z-index: 20;
}
.photo-recognition-status img {
  margin-right: 16px;
}
.photo-recognition-status a {
  color: #FF4E00;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.image-with-animal-recognition {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.image-with-animal-recognition__loading {
  width: 100%;
  height: 100%;
}
.image-with-animal-recognition__container {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.image-with-animal-recognition__incomplete-panorama-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 20;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #DEE1ED;
}
.image-with-animal-recognition__incomplete-panorama-overlay-text {
  padding: 2px;
}
.image-with-animal-recognition__incomplete-panorama-overlay-button {
  padding: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
.image-with-animal-recognition-side {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  z-index: 30;
}
.image-with-animal-recognition__image,
.image-with-animal-recognition__thumbnails,
.image-with-animal-recognition__video {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  min-width: 100px;
  min-height: 50px;
  max-height: calc(100vh - 200px);
}
.image-with-animal-recognition__image-panoramic-with-trackbar,
.image-with-animal-recognition__thumbnails-panoramic-with-trackbar,
.image-with-animal-recognition__video-panoramic-with-trackbar {
  max-height: calc(100vh - 200px - 10px - 92px - 2px);
}
.image-with-animal-recognition__error {
  width: 200px;
  height: 100px;
}
.image-with-animal-recognition__thumbnails {
  max-width: 100%;
}
.image-with-animal-recognition__thumbnails .image-thumbnail__loaded {
  position: relative;
}
.image-with-animal-recognition__watermarks {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
}
.image-with-animal-recognition__img {
  margin-right: 8px;
}
.image-with-animal-recognition_visibility_0 {
  opacity: 0;
}

.info-tooltip {
  position: relative;
}
.info-tooltip-container {
  display: none;
  position: absolute;
  width: 270px;
  background-color: #333333;
  border-radius: 4px;
  top: 25px;
  right: 100%;
  z-index: 99;
}
.info-tooltip-text {
  margin: 10px;
  word-wrap: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.info-tooltip:hover .info-tooltip-container {
  display: inline-block;
}
.info-tooltip .info-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIKICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDBDNC40NzcxNSAwIDAgNC40NzcxNSAwIDEwQzAgMTIuNjUyMiAxLjA1MzU3IDE1LjE5NTcgMi45Mjg5MyAxNy4wNzExQzQuODA0MyAxOC45NDY0IDcuMzQ3ODQgMjAgMTAgMjBDMTIuNjUyMiAyMCAxNS4xOTU3IDE4Ljk0NjQgMTcuMDcxMSAxNy4wNzExQzE4Ljk0NjQgMTUuMTk1NyAyMCAxMi42NTIyIDIwIDEwQzIwIDcuMzQ3ODQgMTguOTQ2NCA0LjgwNDMgMTcuMDcxMSAyLjkyODkzQzE1LjE5NTcgMS4wNTM1NyAxMi42NTIyIDAgMTAgMFpNMiAxMEMyIDE0LjQxIDUuNTkgMTggMTAgMThDMTQuNDEgMTggMTggMTQuNDEgMTggMTBDMTggNS41OSAxNC40MSAyIDEwIDJDNS41OSAyIDIgNS41OSAyIDEwWk0xMSA1VjdIOVY1SDExWk0xMSA5VjE1SDlWOUgxMVoiIGZpbGw9IiM5Njk0OTIiLz4KPC9zdmc+) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.info-tooltip .info-img:hover,
.info-tooltip_focused > .info-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3MTUgMCAwIDQuNDc3MTUgMCAxMEMwIDEyLjY1MjIgMS4wNTM1NyAxNS4xOTU3IDIuOTI4OTMgMTcuMDcxMUM0LjgwNDMgMTguOTQ2NCA3LjM0Nzg0IDIwIDEwIDIwQzEyLjY1MjIgMjAgMTUuMTk1NyAxOC45NDY0IDE3LjA3MTEgMTcuMDcxMUMxOC45NDY0IDE1LjE5NTcgMjAgMTIuNjUyMiAyMCAxMEMyMCA3LjM0Nzg0IDE4Ljk0NjQgNC44MDQzIDE3LjA3MTEgMi45Mjg5M0MxNS4xOTU3IDEuMDUzNTcgMTIuNjUyMiAwIDEwIDBaTTIgMTBDMiAxNC40MSA1LjU5IDE4IDEwIDE4QzE0LjQxIDE4IDE4IDE0LjQxIDE4IDEwQzE4IDUuNTkgMTQuNDEgMiAxMCAyQzUuNTkgMiAyIDUuNTkgMiAxMFpNMTEgNVY3SDlWNUgxMVpNMTEgOVYxNUg5VjlIMTFaIiBmaWxsPSIjRkY0RTAwIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
}

.labeled-text-area {
  display: flex;
  flex-direction: column;
  color: white;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.labeled-text-area-label {
  color: #969492;
  padding-bottom: 5px;
}
.labeled-text-area textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #B7B7B9;
  color: #FFFFFF;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  resize: none;
  height: auto;
  padding: 0;
}
.labeled-text-area::placeholder {
  color: #B7B7B9;
}

.labeled-text-input {
  display: flex;
  flex-direction: column;
  color: white;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.labeled-text-input-label {
  padding-bottom: 5px;
  color: #969492;
}
.labeled-text-input-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #b7b7b9;
  color: #ffffff;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.labeled-text-input::placeholder {
  color: #b7b7b9;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 160px;
  min-height: 145px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  border-radius: 4px;
  justify-content: center;
}
.loading-inner__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.loading-inner__logo-img1 {
  animation: hideshow1 2500ms infinite;
}
.loading-inner__logo-img2 {
  animation: hideshow2 2500ms infinite;
}
.loading-inner__logo-img3 {
  animation: hideshow3 2500ms infinite;
}
.loading-inner__logo-img4 {
  animation: hideshow4 2500ms infinite;
}
.loading-inner__logo-img5 {
  animation: hideshow5 2500ms infinite;
}
.loading-inner__logo-img6 {
  animation: hideshow6 2500ms infinite;
}
.loading-inner__logo-img7 {
  animation: hideshow7 2500ms infinite;
}
.loading-inner__logo-img8 {
  animation: hideshow8 2500ms infinite;
}
.loading-inner__logo-wave {
  margin-top: 24px;
}
.loading-inner__text-uppercased {
  text-transform: uppercase;
}
@keyframes hideshow1 {
  0% {
    opacity: 0;
    transform: translateX(1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  20% {
    opacity: 0;
    transform: translateX(1.3px);
  }
  30% {
    opacity: 0;
    transform: translateX(1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  70% {
    opacity: 0;
    transform: translateX(1.2px);
  }
  80% {
    opacity: 0;
    transform: translateX(1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5px);
  }
}
@keyframes hideshow2 {
  0% {
    opacity: 0;
    transform: translateX(1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  20% {
    opacity: 0;
    transform: translateX(1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  80% {
    opacity: 0;
    transform: translateX(1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5px);
  }
}
@keyframes hideshow3 {
  0% {
    opacity: 0;
    transform: translateX(1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  20% {
    opacity: 0.4;
    transform: translateX(1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  80% {
    opacity: 0.4;
    transform: translateX(1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5px);
  }
}
@keyframes hideshow4 {
  0% {
    opacity: 0;
    transform: translateX(1.5px);
  }
  10% {
    opacity: 0.2;
    transform: translateX(1.4px);
  }
  20% {
    opacity: 0.4;
    transform: translateX(1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(1.2px);
  }
  80% {
    opacity: 0.4;
    transform: translateX(1.3px);
  }
  90% {
    opacity: 0.2;
    transform: translateX(1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(1.5px);
  }
}
@keyframes hideshow5 {
  0% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  20% {
    opacity: 0;
    transform: translateX(-1.3px);
  }
  30% {
    opacity: 0;
    transform: translateX(-1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  70% {
    opacity: 0;
    transform: translateX(-1.2px);
  }
  80% {
    opacity: 0;
    transform: translateX(-1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
}
@keyframes hideshow6 {
  0% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  20% {
    opacity: 0;
    transform: translateX(-1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  80% {
    opacity: 0;
    transform: translateX(-1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
}
@keyframes hideshow7 {
  0% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
  10% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  20% {
    opacity: 0.4;
    transform: translateX(-1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  80% {
    opacity: 0.4;
    transform: translateX(-1.3px);
  }
  90% {
    opacity: 0;
    transform: translateX(-1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
}
@keyframes hideshow8 {
  0% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
  10% {
    opacity: 0.2;
    transform: translateX(-1.4px);
  }
  20% {
    opacity: 0.4;
    transform: translateX(-1.3px);
  }
  30% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  40% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
    transform: translateX(-1.1px);
  }
  70% {
    opacity: 0.6;
    transform: translateX(-1.2px);
  }
  80% {
    opacity: 0.4;
    transform: translateX(-1.3px);
  }
  90% {
    opacity: 0.2;
    transform: translateX(-1.4px);
  }
  100% {
    opacity: 0;
    transform: translateX(-1.5px);
  }
}

.loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
          user-select: none;
  z-index: 9999999;
}
.loading-overlay__loading {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-overlay__spinner {
  width: 68px !important;
  height: 68px !important;
}
.loading-overlay__spinner-text {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
}
.loading-overlay__btn {
  font-weight: 600;
  color: #FF4E00;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  cursor: pointer;
  padding: 14px 40px;
}

.media-download-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin-top: 16px;
}
.media-download-button__button {
  height: 24px;
  margin-left: 28px;
  cursor: pointer;
}
.media-download-button__loading {
  margin-left: 28px;
  width: 20px;
  height: 24px;
}
.media-download-button__text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.media-download-button__img {
  margin-right: 16px;
}
.media-download-button__spinner {
  margin-left: 28px;
}

.media-type-watermark {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.media-type-watermark__item {
  background: rgba(0, 0, 0, 0.64);
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0px 4px 0px 2px;
  z-index: 7;
}
.media-type-watermark__icon {
  margin-right: 4px;
}
.media-type-watermark__text {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15px;
  font-size: 16px;
  margin-bottom: -2px;
}

.moon-phase-selector {
  display: flex;
  flex-direction: column;
}
.moon-phase-selector-title {
  font-family: 'Ciutadella';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #B7B7B9;
  margin-bottom: 7px;
}
.moon-phase-selector-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 280px;
}
.new-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.new-moon:hover,
.new-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waxing-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0741%2021.945C11.6951%2022.0781%2012.3394%2022.1481%2013%2022.1481C18.0524%2022.1481%2022.1482%2018.0523%2022.1482%2013C22.1482%207.94757%2018.0524%203.85181%2013%203.85181C12.3394%203.85181%2011.6951%203.92184%2011.0741%204.05489C15.2017%204.93933%2018.2963%208.60825%2018.2963%2013C18.2963%2017.3917%2015.2017%2021.0606%2011.0741%2021.945Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waxing-crescent:hover,
.waxing-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0741%2021.945C11.6951%2022.0781%2012.3394%2022.1481%2013%2022.1481C18.0524%2022.1481%2022.1482%2018.0523%2022.1482%2013C22.1482%207.94757%2018.0524%203.85181%2013%203.85181C12.3394%203.85181%2011.6951%203.92184%2011.0741%204.05489C15.2017%204.93933%2018.2963%208.60825%2018.2963%2013C18.2963%2017.3917%2015.2017%2021.0606%2011.0741%2021.945Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.first-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5186%2022.1481C12.5186%2019.0928%2012.5186%203.85181%2012.5186%203.85181C17.5709%203.85181%2022.1482%207.94757%2022.1482%2013C22.1482%2018.0523%2017.5709%2022.1481%2012.5186%2022.1481Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.first-quarter:hover,
.first-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5186%2022.1481C12.5186%2019.0928%2012.5186%203.85181%2012.5186%203.85181C17.5709%203.85181%2022.1482%207.94757%2022.1482%2013C22.1482%2018.0523%2017.5709%2022.1481%2012.5186%2022.1481Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waxing-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3804%2022.1481C11.5414%2021.0055%209.62964%2017.6703%209.62964%2013C9.62964%207.70724%2012.3804%203.85181%2012.3804%203.85181C17.4328%203.85181%2022.01%207.94757%2022.01%2013C22.01%2018.0523%2017.4328%2022.1481%2012.3804%2022.1481Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waxing-gibbous:hover,
.waxing-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3804%2022.1481C11.5414%2021.0055%209.62964%2017.6703%209.62964%2013C9.62964%207.70724%2012.3804%203.85181%2012.3804%203.85181C17.4328%203.85181%2022.01%207.94757%2022.01%2013C22.01%2018.0523%2017.4328%2022.1481%2012.3804%2022.1481Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.full-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M13%2022.1481C18.0523%2022.1481%2022.1481%2018.0523%2022.1481%2013C22.1481%207.94757%2018.0523%203.85181%2013%203.85181C7.94757%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%207.94757%2022.1481%2013%2022.1481Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.full-moon:hover,
.full-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M13%2022.1481C18.0523%2022.1481%2022.1481%2018.0523%2022.1481%2013C22.1481%207.94757%2018.0523%203.85181%2013%203.85181C7.94757%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%207.94757%2022.1481%2013%2022.1481Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waning-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C14.3204%2021.0055%2016.2322%2017.6703%2016.2322%2013C16.2322%207.70724%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waning-gibbous:hover,
.waning-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C14.3204%2021.0055%2016.2322%2017.6703%2016.2322%2013C16.2322%207.70724%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.last-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C13.4814%2019.0928%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.last-quarter:hover,
.last-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C13.4814%2019.0928%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waning-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9259%2021.945C14.3049%2022.0781%2013.6606%2022.1481%2013%2022.1481C7.94757%2022.1481%203.85181%2018.0523%203.85181%2013C3.85181%207.94757%207.94757%203.85181%2013%203.85181C13.6606%203.85181%2014.3049%203.92184%2014.9259%204.05489C10.7983%204.93933%207.70366%208.60825%207.70366%2013C7.70366%2017.3917%2010.7983%2021.0606%2014.9259%2021.945Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.waning-crescent:hover,
.waning-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23F05123%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9259%2021.945C14.3049%2022.0781%2013.6606%2022.1481%2013%2022.1481C7.94757%2022.1481%203.85181%2018.0523%203.85181%2013C3.85181%207.94757%207.94757%203.85181%2013%203.85181C13.6606%203.85181%2014.3049%203.92184%2014.9259%204.05489C10.7983%204.93933%207.70366%208.60825%207.70366%2013C7.70366%2017.3917%2010.7983%2021.0606%2014.9259%2021.945Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23F05123%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.notifier {
  position: relative;
  left: -50%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  max-width: 359px;
  width: 100%;
  min-height: 46px;
  display: flex;
  flex-direction: row;
}
.notifier_img {
  margin: 0 10px;
}
.notifier_close {
  margin: 0 10px;
}
.notifier_message {
  max-width: 340px;
  width: 100%;
}
.success {
  background: #68B684;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.error {
  background: #E3170A;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.info {
  background: #0B52AD;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.warning {
  background: #8D64F9;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.input-range {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  font-family: inherit;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  /* Hide input arrows in Chrome, Safari, Edge, Opera */
  /* Hide input arrows in Firefox */
}
.input-range-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #B7B7B9;
}
.input-range-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 150px;
}
.input-range-inputs input {
  color: white;
  width: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.input-range-validation-errors {
  color: #f44336;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.input-range input::-webkit-outer-spin-button,
.input-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-range input[type=number] {
  -moz-appearance: textfield;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.on-demand-button__item-text {
  padding-left: 20px;
}
.on-demand-button__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #FF4E00;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  background: none !important;
  border: none !important;
  z-index: 9;
}
.on-demand-button__button:focus {
  outline: none;
}
.on-demand-button__button_text {
  color: #969492;
  padding-right: 6px;
}
.on-demand-button__button_text_green {
  color: #63ED00;
  padding-right: 6px;
}
.on-demand-button__button-img {
  display: inline-block;
  position: relative;
  top: -1px;
}
.on-demand-button__button-img_text {
  margin-left: 16px;
}
.on-demand-button__button-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  align-self: center;
}
.on-demand-button__button-wrapper:not(:first-child) {
  margin-left: 24px;
}
.on-demand-button__button-wrapper_with-text {
  width: 140px;
}
.on-demand-button__button-ondemand {
  background: #272830;
  border-radius: 100px;
}
.on-demand-button_disabled {
  cursor: default;
}
.on-demand-button_grayed {
  color: #969492;
}
.on-demand-button_page_media-details {
  align-self: flex-start;
  margin-left: -3px;
}
.on-demand-button__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.on-demand-button_orange {
  color: #FF4E00;
}

.password-error-list {
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #B7B7B9;
  position: absolute;
  z-index: 15;
  background: #FFFFFF;
}
.password-error-list_item {
  font-size: 16px;
  letter-spacing: 0.15px;
  min-height: 32px;
  height: -webkit-max-content;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.password-error-list_item_active {
  color: #FF4E00;
}
.password-error-list_item img {
  margin: 0 11px 0 20px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.popup-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.radio-button input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio-button-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio-button-text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #F05123;
  border-radius: 50%;
  background: inherit;
}
.radio-button-text:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F05123;
  opacity: 0;
  transition: 0.2s;
}
.radio-button-img {
  position: relative;
  height: 27px;
  top: 7px;
  padding: 2px;
  box-sizing: border-box;
}
.radio-button_disabled {
  opacity: 0.2;
}
.radio-button input:checked + .radio-button-text:after {
  opacity: 1;
}

.radio-group {
  font-family: 'Ciutadella';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B7B7B9;
}
.radio-group-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #969492;
}
.radio-group-buttons {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.radio-group-buttons > :first-child {
  margin-top: 8px;
}
.radio-group-buttons > :not(:first-child) {
  margin-top: 16px;
}

.range-slider {
  display: flex;
  flex-direction: column;
}
.range-slider_disabled {
  opacity: 0.2;
}
.range-slider-number-range {
  font-family: 'Ciutadella';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.panorama {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: grab;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama__items {
  position: relative;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama__item-img {
  display: inline-block;
  max-height: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama__item-img-wrapper {
  position: relative;
  white-space: initial;
  height: 100%;
  display: inline-block;
  max-height: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama_cursor_grabbing {
  cursor: grabbing;
}
.panorama_cursor_scaling-up {
  cursor: zoom-in;
}
.panorama_cursor_scaling-down {
  cursor: zoom-out;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
.panorama-trackbar {
  position: relative;
  height: 92px;
  display: flex;
  line-height: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama-trackbar__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 92px;
  margin: 0 2px 0 2px;
}
.panorama-trackbar__moveable-frame {
  position: absolute;
  border: 2px solid #FF4E00;
  height: calc(100% - 40px);
  top: 0px;
  z-index: 3;
}
.panorama-trackbar__item {
  position: relative;
  height: calc(100% - 2 * 2px);
}
.panorama-trackbar__item-img {
  height: calc(100% - 40px);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
}
.panorama-trackbar__item-location-img {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.panorama-trackbar__item-caption {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.panorama-trackbar__item-overlay {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.panorama-trackbar__item-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #BEC5D8;
  padding: 0 2px;
  border-radius: 100%;
  min-width: 15px;
  text-align: center;
}
.panorama-trackbar__item-count-current {
  color: #EEEEEE;
}
.panorama-trackbar_cursor_grab {
  cursor: grab;
}
.panorama-trackbar_cursor_grabbing {
  cursor: grabbing;
}

.scheduling-radio-group {
  margin-bottom: 16px;
  font-family: "Ciutadella";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #b7b7b9;
}
.scheduling-radio-group-item {
  margin-top: 16px;
}
.scheduling-radio-group-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #b7b7b9;
}
.scheduling-radio-group-time-label {
  padding-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
}
.scheduling-radio-group-time-value {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  border-bottom: #545454 1px solid;
}
.scheduling-radio-group-time-picker {
  display: none;
  position: absolute;
  z-index: 1500;
  background-color: white;
  border-radius: 4px;
}
.scheduling-radio-group-time-button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scheduling-radio-group-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}
.scheduling-radio-group-visible {
  display: inline;
}

.slider input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 10px;
}
.slider-text {
  position: relative;
  padding: 0px 0px 0px 40px;
  cursor: pointer;
}
.slider-text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 14px;
  border-radius: 13px;
  border: 2px solid white;
  background: inherit;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.slider-text:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.slider input:checked + .slider-text:before {
  border: 2px solid #FF4E00;
}
.slider input:checked + .slider-text:after {
  background: #FF4E00;
  left: 16px;
}

.spinner {
  display: flex;
  align-items: center;
}
.spinner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.spinner-box__spinner {
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  border-top: 2px solid #FF4E00;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}
.spinner-text {
  margin-left: 15px;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.15px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spinner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.spinner2-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 160px;
  min-height: 145px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  justify-content: center;
}
.spinner2-inner__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.spinner2-inner__logo-2nd {
  display: flex;
  position: absolute;
}
.spinner2-inner__text {
  margin-top: 30px;
}
.spinner2-inner__text__text-uppercased {
  margin-top: 30px;
}

.state-label {
  border-radius: 100px;
  padding: 4px 8px 0px 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.state-label_color_green {
  color: #42A226;
  background: rgba(66, 162, 38, 0.1);
}
.state-label_color_orange {
  color: #FF4E00;
  background: rgba(255, 78, 0, 0.1);
}
.state-label_color_red {
  color: #E3170A;
  background: rgba(227, 23, 10, 0.1);
}
.state-label_color_grey {
  color: #969492;
  background: rgba(150, 148, 146, 0.1);
}

.tags-selector-header {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
}
.tags-selector-header-input {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Most modern browsers support this now. */
}
.tags-selector-header-input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.tags-selector-create-btn {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  background: transparent;
  border: none !important;
  color: #FF4E00;
  cursor: pointer;
}
.tags-selector-create-btn img {
  margin-bottom: -6px;
  margin-right: 5px;
}

.text-field {
  position: relative;
}
.text-field_inner {
  width: 100%;
}
.text-field img {
  position: absolute;
  right: 0;
  bottom: 2px;
}
::-ms-reveal {
  display: none;
}

.text-input {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #B7B7B9;
  color: #2E2A26;
}
.text-input::placeholder {
  color: #B7B7B9;
}

.text-label {
  color: #B7B7B9;
  font-family: inherit;
  font-size: 16px;
}

.time-picker-item {
  margin-top: 16px;
}
.time-picker-label {
  padding-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
}
.time-picker-value {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  border-bottom: #545454 1px solid;
}
.time-picker-keeper {
  display: none;
  position: absolute;
  z-index: 1500;
  background-color: white;
  border-radius: 4px;
  --main-box-shadow: 0px;
  --top-bg: #333333;
  --top-colon-color: white;
  --top-text-color: white;
  --top-selected-color: #ff4e00;
  --top-meridiem-color: white;
  --meridiem-bg-color: #333333;
  --meridiem-text-color: #969492;
  --meridiem-selected-text-color: white;
  --meridiem-selected-bg-color: #ff4e00;
  --clock-wrapper-bg: #333333;
  --clock-bg: #282828;
  --hand-line-color: #ff4e00;
  --hand-circle-center: #ff4e00;
  --hand-circle-outer: #ff4e00;
  --hand-minute-circle: #ff4e00;
  --numbers-text-color: white;
}
.time-picker-actions {
  width: 100%;
  height: 40px;
  background-color: #333333;
  color: #ff4e00;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.time-picker-actions-cancel {
  margin-left: 125px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #ff4e00;
  cursor: pointer;
}
.time-picker-actions-ok {
  margin-right: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #ff4e00;
  cursor: pointer;
}
.time-picker-visible {
  display: inline;
}

.video-player__wrapper {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.video-player__hidden {
  display: none;
}
.video-player__video {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  min-width: 100px;
  min-height: 50px;
}
.video-player__play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.video-player__play-img {
  height: 50%;
}

.wind-direction-selector {
  display: flex;
  flex-direction: column;
}
.wind-direction-selector__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 16px;
}
.wind-direction-selector__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 280px;
}
.wind-direction-selector__item {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

