@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("/static/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}

.dateinput:focus-visible {
  outline: none;
}

.checkbox-inline {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 16px;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkbox-inline input {
  display: none;
}

.checkbox-inline .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d0d1d2;
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

.checkbox-inline .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #e41650;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.checkbox-inline input:checked + .checkmark::after {
  display: block;
}

.checkbox-inline a {
  color: #e41650;
}

.widen-checkbox-text .checkbox-inline .checkmark + span {
  width: 90%;
}

.fieldsetish:has(.help-block) input, .fieldsetish:has(.help-block) .select2-container {
  border: 1px solid #e41650;
}

.help-block, .alert-danger {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: #ff0000;
  margin: 6px 0px;
}

input.default {
  padding: 0px 14px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d0d1d2;
}

input.default[disabled] {
  color: #666869;
  background-color: #f2f3f4;
}

input[type=radio] {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 0;
  position: relative;
}

input[type=radio]:checked::after {
  content: "";
  display: flex;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 50%;
  background-color: #e41650;
}

textarea.default {
  padding: 10px 14px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d0d1d2;
}

textarea.vertical {
  resize: vertical;
}

button, .button {
  align-content: center;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  border: none;
  height: 40px;
}

button:not([disabled]):not(.disabled), .button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

button.lang, .button.lang {
  font-size: 10px;
  line-height: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background-color: unset;
}

button.default, .button.default {
  color: #ffffff;
  background-color: #00283d;
}

button.primary, .button.primary {
  color: #ffffff;
  background-color: #e41650;
}

button.gray, .button.gray {
  color: #666869;
  background-color: #f2f3f4;
}

button.tracks, .button.tracks {
  font-weight: 700;
  color: #e41650;
  background-color: #f2f3f4;
}

button[disabled], .button[disabled] {
  color: #666869;
  background-color: #f2f3f4;
  cursor: not-allowed;
}

button.pad, .button.pad {
  padding-left: 12px;
  padding-right: 12px;
}

.button-link {
  padding: 0;
  background: transparent;
  color: #e41650;
}

.fieldset-container {
  position: relative;
  height: 40px;
  overflow-y: visible;
}

.fieldset-container:has(.help-block) {
  padding-bottom: 16px;
}

.fieldset-container:has(.help-block) > fieldset {
  border: 1px solid #e41650;
}

fieldset.daterange {
  display: flex;
  align-items: center;
  position: relative;
  top: -7px;
  z-index: 0;
  height: 46px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #d0d1d2;
  pointer-events: none;
}

fieldset.daterange > legend {
  margin-left: 14px;
  font-size: 11px;
  color: #666869;
}

fieldset.daterange > .date-container {
  position: relative;
}

fieldset.daterange > .date-container > input {
  border: none;
  z-index: -1;
  position: relative;
  top: -3px;
  height: 38px;
  pointer-events: auto;
  padding-right: 13px;
  padding-left: 13px;
}

fieldset.daterange > .date-container:first-child > input {
  left: -12px;
}

fieldset.daterange > .date-container > img {
  position: absolute;
  right: 7px;
  top: 13px;
  pointer-events: auto;
}

fieldset.daterange > .date-container-modal {
  width: 100%;
}

fieldset.daterange > .date-container-modal > input {
  top: 4px !important;
}

fieldset.daterange > .date-container-modal > img {
  top: 20px !important;
}

fieldset.daterange > span {
  position: relative;
  top: -4px;
  margin-left: auto;
  margin-right: auto;
}

fieldset.daterange .help-block {
  position: absolute;
  width: 450px;
  left: calc(-450px + 100%);
}

select.default.h40 {
  height: 40px;
  appearance: none;
  padding: 0px 14px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 450;
  color: #666869;
  font-weight: 400;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d0d1d2;
}

select.default.h40 option {
  display: none;
}

select.default.h40 option[selected] {
  display: flex;
  align-items: center;
  height: 36px;
  background-color: #ffffff;
}

.select2 {
  border: 1px solid #d0d1d2;
  border-radius: 4px;
}

.select2 .select2-selection {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.select2-container {
  /*.select2-selection__clear{
    font-weight: 700;
    font-size: 24px;
    padding: 0px 6px;
  }*/
}

.select2-container .select2-selection--single {
  margin: 6px 0px 6px 6px;
  border: none;
}

.select2-container .select2-selection--multiple {
  border: none !important;
  margin: 0 0 4px 4px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 11px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  padding: 7px;
  background: #f1f3f3;
  border-radius: 4px;
  color: #666869;
  font-weight: 550;
  font-size: 12px;
  border: none;
  display: flex;
}

.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 20px;
  line-height: 16px;
  color: #666869;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 11px;
  margin-left: 0px;
  font-size: 14px;
}

.select2-container .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  margin-top: 8px;
  margin-left: 10px;
}

.select2-container .select2-search__field {
  padding: 10px;
  max-width: 90%;
}

.select2-container .select2-results__option {
  padding-left: 12px;
}

.select2-container .select2-selection__arrow {
  display: none;
}

.select2-container.select2-container--disabled {
  background: #f2f3f4;
}

.select2-container.select2-container--disabled .select2-selection--multiple, .select2-container.select2-container--disabled .select2-selection--single {
  background: #f2f3f4;
}

/*.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 450;
  color: #666869;
}

.fieldsetish {
  position: relative;
}

.fieldsetish.disabled > label {
  top: -14px;
}

.fieldsetish > input, .fieldsetish > .select2, .fieldsetish select, .fieldsetish > textarea {
  box-sizing: border-box;
  width: 100%;
}

.fieldsetish > label {
  position: absolute;
  top: -6px;
  left: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  color: #666869;
  background: white;
  z-index: 1;
}

.fieldsetish:has(:placeholder-shown) > label, .fieldsetish:has(.select2-selection__placeholder) > label {
  display: none;
}

.fieldsetish:has(select):not(:has(.select2)):not(:has(option[selected])) > label {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 450;
  color: #666869;
  top: 12px;
  left: 10px;
}

.fieldsetish:has(input[type=radio]) > label {
  position: initial;
  font-size: 14px;
  color: #000000;
}

.fieldsetish:has(input[type=radio]) > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 16px;
}

.fieldsetish:has(input[type=radio]) > ul > li {
  display: flex;
  align-items: center;
}

.fieldsetish:has(input[type=radio]) > ul > li label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0d1d2;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 3px;
  background-color: #00283d;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  background-color: #e41650;
}

input:focus + .slider:before {
  box-shadow: 0 0 1px #e41650;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.select2-container--default .select2-selection--single::after,
.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  /* szerokość obrazka */
  height: 5px;
  /* wysokość obrazka */
  pointer-events: none;
  background-image: url("/static/images/icons/chevron_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

/* Ustawienie pozycji wrappera i paddingu, żeby strzałka nie nachodziła */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 25px;
  /* miejsce na strzałkę */
}

.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 145px;
}

.page-content .title-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.page-content .title-bar > div {
  flex: 1;
}

.page-content .title-bar > div > a {
  display: flex;
}

.page-content .title-bar a svg {
  width: 38px;
  height: 38px;
}

.page-content .title-bar h1 {
  font-weight: 300;
  width: fit-content;
  text-align: center;
  margin: 40px 0;
  max-width: 65%;
}

.form-filtering.expand-more .no-extra-filters {
  display: none;
}

.form-filtering.expand-more form .extra-filters {
  display: grid;
}

.form-filtering form, .form-filtering.without-form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 24px;
  contain: inline-size;
  min-width: 900px;
}

.form-filtering form button.submit, .form-filtering.without-form button.submit {
  width: 200px;
}

.form-filtering form .form-fields, .form-filtering.without-form .form-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(233px, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-width: 700px;
  flex: 1;
  position: relative;
}

.form-filtering form .form-fields .select2-container .select2-selection--multiple, .form-filtering.without-form .form-fields .select2-container .select2-selection--multiple {
  min-height: 34px;
}

.form-filtering form .extra-filters, .form-filtering.without-form .extra-filters {
  display: none;
}

.form-filtering .toggle-filters {
  padding: 1px 0px;
  background: #ffffff;
  align-items: center;
  height: 40px;
  align-content: center;
}

.form-filtering .toggle-filters a {
  color: #e41650;
  margin-left: 8px;
}

.form-filtering.has-more form .form-fields {
  height: 42px;
  overflow: clip;
  overflow-clip-margin: 4px;
  grid-row-gap: 20px;
}

.form-filtering.has-more form .form-fields .show-more-filters, .form-filtering.has-more form .form-fields .show-less-filters {
  display: none;
  padding: 1px 0px;
  background: #ffffff;
  align-items: center;
  height: 40px;
}

.form-filtering.has-more form .form-fields .show-more-filters a, .form-filtering.has-more form .form-fields .show-less-filters a {
  color: #e41650;
  margin-left: 8px;
}

.form-filtering.has-more form .form-fields .show-more-filters {
  position: absolute;
  border: 1px solid #ffffff;
  top: -7px;
  right: 0;
  padding-top: 6px;
  z-index: 2;
}

.form-filtering.has-more form .form-fields .show-more-filters.visible {
  display: flex;
}

.form-filtering.has-more form .form-fields.show-more {
  height: auto;
  grid-row-gap: 8px;
}

.form-filtering.has-more form .form-fields.show-more .show-more-filters {
  display: none;
}

.form-filtering.has-more form .form-fields.show-more .show-more-filters.visible {
  display: none;
}

.form-filtering.has-more form .form-fields.show-more .show-less-filters {
  display: flex;
}

.form-filtering.has-more form .form-fields.checking-height > * {
  max-height: 40px;
}

.big-search-container {
  display: flex;
  border-radius: 5px;
  margin-bottom: 24px;
  background-color: #f2f3f4;
  align-items: center;
}

.big-search-container .fieldsetish {
  flex: 1;
}

.big-search-container .fieldsetish input {
  border: none;
  height: 60px;
  font-size: 14px;
  padding-left: 24px;
  background-color: #f2f3f4;
}

.big-search-container .search-icon-container, .big-search-container .x-icon-container {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  margin-left: 24px;
}

.big-search-container .search-icon-container button, .big-search-container .x-icon-container button {
  background: transparent;
  padding: 0;
  line-height: 0;
  height: auto;
}

.big-search-container .search-icon-container {
  display: none;
}

.big-search-container .x-icon-container {
  display: flex;
}

.big-search-container:has(:placeholder-shown) .x-icon-container {
  display: none;
}

.big-search-container:has(:placeholder-shown) .search-icon-container {
  display: flex;
}

.dataTable {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  color: #666869;
  font-weight: 450;
  margin: 20px 0;
}

.dataTable th {
  text-align: start;
  text-indent: 8px;
  font-weight: 450;
  padding: 14px 0;
}

.dataTable th:first-child {
  text-indent: 16px;
}

.dataTable th.sorting, .dataTable th.sorting_asc, .dataTable th.sorting_desc {
  cursor: pointer;
}

.dataTable th.sorting::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sortable.svg);
  margin-left: 6px;
}

.dataTable th.sorting_asc::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sort_asc.svg);
  margin-left: 6px;
}

.dataTable th.sorting_desc::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sort_desc.svg);
  margin-left: 6px;
}

.dataTable td a {
  color: #e41650;
}

.dataTable td {
  padding: 33px 8px;
}

.dataTable td:first-child {
  padding-left: 16px;
}

.dataTable td:last-child {
  padding-right: 16px;
}

.dataTable tr.odd td, .dataTable tr.odd th {
  background-color: #f1f3f3;
}

.dataTable tr.odd td:first-child, .dataTable tr.odd th:first-child {
  border-radius: 4px 0 0 4px;
}

.dataTable tr.odd td:last-child, .dataTable tr.odd th:last-child {
  border-radius: 0 4px 4px 0;
}

.dataTable .actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.dataTable .actions button {
  padding: 0;
  border: none;
  background: none;
}

.dataTables_info {
  display: none;
}

.dataTables_length label {
  display: flex;
  gap: 12px;
}

.dataTables_length label > div {
  font-size: 12px;
  align-self: center;
  color: #666869;
}

.dt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dt-trailer {
  display: flex;
}

.dt-trailer .dataTables_paginate {
  margin-left: auto;
}

.dataTables_paginate .pagination {
  display: flex;
  list-style: none;
  gap: 16px;
  font-size: 18px;
}

.dataTables_paginate .pagination a {
  color: #000000;
}

.dataTables_paginate .pagination svg {
  width: 8px;
  height: 13px;
}

.dataTables_paginate .pagination .paginate_button.active a {
  color: #e03b69;
}

.dataTables_paginate .pagination .paginate_button.disabled a {
  color: #999b9d;
}

.dataTables_paginate .pagination .paginate_button.previous a {
  font-size: 0;
}

.dataTables_paginate .pagination .paginate_button.previous a::after {
  content: url(/static/images/icons/chevron_left.svg);
}

.dataTables_paginate .pagination .paginate_button.previous.disabled a::after {
  cursor: default;
  content: url(/static/images/icons/chevron_left_disabled.svg);
}

.dataTables_paginate .pagination .paginate_button.next a {
  font-size: 0;
}

.dataTables_paginate .pagination .paginate_button.next a::after {
  content: url(/static/images/icons/chevron_right.svg);
}

.dataTables_paginate .pagination .paginate_button.next.disabled a::after {
  cursor: default;
  content: url(/static/images/icons/chevron_right_disabled.svg);
}

table.table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  color: #666869;
  font-weight: 450;
  margin: 20px 0;
}

table.table th {
  text-align: start;
  text-indent: 8px;
  font-weight: 450;
  padding: 14px 0;
}

table.table th:first-child {
  text-indent: 16px;
}

table.table th.sorting, table.table th.sorting_asc, table.table th.sorting_desc {
  cursor: pointer;
}

table.table th.sorting::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sortable.svg);
  margin-left: 6px;
}

table.table th.sorting_asc::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sort_asc.svg);
  margin-left: 6px;
}

table.table th.sorting_desc::after {
  position: relative;
  top: 1px;
  content: url(/static/images/icons/sort_desc.svg);
  margin-left: 6px;
}

table.table td a {
  color: #e41650;
}

table.table td {
  padding: 22px 8px;
}

table.table td:first-child {
  padding-left: 16px;
}

table.table td:last-child {
  padding-right: 16px;
}

table.table tbody tr:nth-child(2n+1) td, table.table tbody tr:nth-child(2n+1) th {
  background-color: #f1f3f3;
}

table.table tbody tr:nth-child(2n+1) td:first-child, table.table tbody tr:nth-child(2n+1) th:first-child {
  border-radius: 4px 0 0 4px;
}

table.table tbody tr:nth-child(2n+1) td:last-child, table.table tbody tr:nth-child(2n+1) th:last-child {
  border-radius: 0 4px 4px 0;
}

table.table .actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

table.table .actions button {
  padding: 0;
  border: none;
  background: none;
}

table.table .actions .btn {
  max-height: 19px;
}

table.table .actions .btnn {
  max-height: 26px;
}

table.table.material-tabs th {
  font-weight: 700;
}

table.table.material-tabs tbody tr:nth-child(2n+1) td, table.table.material-tabs tbody tr:nth-child(2n+1) th {
  border-radius: 4px;
  background-color: #e6e7e8;
}

.buttons-bottom-table {
  position: relative;
  top: -48px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 80%;
}

.order_thumbnail_background {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.order_thumbnail_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#emissionListTable a {
  cursor: pointer;
}

#emissionListTable img {
  margin-left: 21px;
}

#playoutsScheduleTable .editButton {
  cursor: pointer;
}

#playoutsScheduleTable .deleteButton {
  margin-left: 18px;
  cursor: pointer;
}

#ui-datepicker-div, div.ui-datepicker-inline.ui-widget {
  display: none;
  z-index: 2 !important;
  font-size: 14px;
  line-height: normal;
  background: #ffffff;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #d0d1d2;
  padding: 8px;
  min-width: 200px;
}

#ui-datepicker-div th, div.ui-datepicker-inline.ui-widget th {
  font-weight: 550;
}

#ui-datepicker-div .ui-datepicker-header, div.ui-datepicker-inline.ui-widget .ui-datepicker-header {
  background: #ffffff;
  background-color: #ffffff;
  border: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "prev next" "selects selects";
}

#ui-datepicker-div .ui-datepicker-header > a, div.ui-datepicker-inline.ui-widget .ui-datepicker-header > a {
  margin: 8px;
  color: #e41650;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header > a.ui-state-disabled, div.ui-datepicker-inline.ui-widget .ui-datepicker-header > a.ui-state-disabled {
  color: #999b9d;
  cursor: default;
}

#ui-datepicker-div .ui-datepicker-header > a:first-child, div.ui-datepicker-inline.ui-widget .ui-datepicker-header > a:first-child {
  grid-area: prev;
}

#ui-datepicker-div .ui-datepicker-header > a:nth-child(2), div.ui-datepicker-inline.ui-widget .ui-datepicker-header > a:nth-child(2) {
  grid-area: next;
  justify-self: end;
}

#ui-datepicker-div .ui-datepicker-header > div, div.ui-datepicker-inline.ui-widget .ui-datepicker-header > div {
  grid-area: selects;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  margin-bottom: 8px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .select2.select2-container, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-title .select2.select2-container {
  width: calc(50% - 8px) !important;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 450;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection--single, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection--single {
  padding: 8px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection--single .select2-selection__arrow, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 9px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection__rendered, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-title .select2.select2-container .select2-selection__rendered {
  text-indent: 0;
  padding-left: 8px;
  text-align: left;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-prev, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-next {
  top: 8px;
  background-color: var(--color-green-lighter);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-prev-hover, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-next-hover {
  background: var(--color-green-nav);
  border: none;
  top: 8px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover .ui-icon, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-next-hover .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover, div.ui-datepicker-inline.ui-widget .ui-datepicker-header .ui-datepicker-next-hover {
  right: 2px;
}

#ui-datepicker-div td .ui-state-default, div.ui-datepicker-inline.ui-widget td .ui-state-default {
  color: #000000;
  border: 1px solid #d0d1d2;
  background: #ffffff;
  font-weight: 450;
}

#ui-datepicker-div td .ui-state-default.ui-state-hover:not(.ui-state-active), div.ui-datepicker-inline.ui-widget td .ui-state-default.ui-state-hover:not(.ui-state-active) {
  border: 1px solid #e41650;
  color: #e41650;
}

#ui-datepicker-div td .ui-state-active, div.ui-datepicker-inline.ui-widget td .ui-state-active {
  color: #ffffff;
  border: 1px solid #e41650;
  background: #e41650;
  font-weight: 450;
}

#ui-datepicker-div td.ui-state-disabled .ui-state-default, div.ui-datepicker-inline.ui-widget td.ui-state-disabled .ui-state-default {
  font-weight: 450;
  background: #d0d1d2;
  color: #666869;
  border: 1px solid #d0d1d2;
}

#ui-datepicker-div td a, #ui-datepicker-div td span, div.ui-datepicker-inline.ui-widget td a, div.ui-datepicker-inline.ui-widget td span {
  display: flex;
  justify-content: center;
  padding: 4px;
}

#ui-datepicker-div tr:first-child td:first-child a, #ui-datepicker-div tr:first-child td:first-child span, div.ui-datepicker-inline.ui-widget tr:first-child td:first-child a, div.ui-datepicker-inline.ui-widget tr:first-child td:first-child span {
  border-top-left-radius: 2px;
}

#ui-datepicker-div tr:first-child td:last-child a, #ui-datepicker-div tr:first-child td:last-child span, div.ui-datepicker-inline.ui-widget tr:first-child td:last-child a, div.ui-datepicker-inline.ui-widget tr:first-child td:last-child span {
  border-top-right-radius: 2px;
}

#ui-datepicker-div tr:last-child td:first-child a, #ui-datepicker-div tr:last-child td:first-child span, div.ui-datepicker-inline.ui-widget tr:last-child td:first-child a, div.ui-datepicker-inline.ui-widget tr:last-child td:first-child span {
  border-bottom-left-radius: 2px;
}

#ui-datepicker-div tr:last-child td:last-child a, #ui-datepicker-div tr:last-child td:last-child span, div.ui-datepicker-inline.ui-widget tr:last-child td:last-child a, div.ui-datepicker-inline.ui-widget tr:last-child td:last-child span {
  border-bottom-right-radius: 2px;
}

#ui-datepicker-div .ui-datepicker-buttonpane, div.ui-datepicker-inline.ui-widget .ui-datepicker-buttonpane {
  display: flex;
  justify-content: space-between;
  margin-left: 4px;
  margin-right: 4px;
}

#ui-datepicker-div .ui-datepicker-buttonpane button, div.ui-datepicker-inline.ui-widget .ui-datepicker-buttonpane button {
  align-content: center;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current, div.ui-datepicker-inline.ui-widget .ui-datepicker-buttonpane button.ui-datepicker-current {
  color: #ffffff;
  background-color: #00283d;
}

#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close, div.ui-datepicker-inline.ui-widget .ui-datepicker-buttonpane button.ui-datepicker-close {
  color: #ffffff;
  background-color: #e41650;
}

div.ui-datepicker-inline.ui-widget {
  filter: none;
}

.sweet-alert {
  font-family: "Montserrat";
  padding: 60px;
  width: 422px;
  box-sizing: border-box;
  margin-left: -211px;
}

.sweet-alert.statement-swal {
  margin-top: -333px;
  margin-left: -333px;
  width: 863px;
}

.sweet-alert h2 {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 450;
  margin: 0;
  margin-bottom: 4px;
}

.sweet-alert .swal-close-button {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000000;
}

.sweet-alert .swal-close-button svg {
  width: 21px;
  height: 21px;
}

.sweet-alert fieldset {
  padding: 0;
}

.sweet-alert fieldset input {
  margin-top: 0;
  margin-bottom: 16px;
}

.sweet-alert p {
  margin-top: 20px;
  margin-bottom: 16px;
}

.sweet-overlay, .sweet-alert {
  opacity: 1 !important;
}

.sa-button-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.sa-button-container button {
  width: 300px;
  height: 40px;
}

.sa-button-container button.cancel {
  background-color: #00283d;
  margin-top: 16px;
}

.sa-button-container button.cancel:hover {
  background-color: #00283d;
}

.sa-button-container button.confirm {
  background-color: #e41650 !important;
  margin-top: 0;
}

dialog {
  padding: 60px;
  width: 422px;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
}

dialog h2 {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 450;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

dialog input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
}

dialog .select2 {
  margin-bottom: 16px;
}

dialog button:hover {
  cursor: pointer;
}

dialog .dialog-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

dialog .dialog-button-link {
  margin-left: auto;
  margin-right: auto;
}

dialog .dialog-x-button {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000000;
}

dialog .dialog-x-button svg {
  width: 21px;
  height: 21px;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

#video-player-modal {
  width: 70vh;
}

#video-player-modal video {
  width: 100%;
}

#add-new-schedule, #modal-edit-schedule {
  width: 600px;
}

#add-new-schedule .select2-search__field, #modal-edit-schedule .select2-search__field {
  min-width: 90px;
}

.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dropdown.dropdown-menu {
  position: absolute;
  right: 45px;
  font-size: 22px;
}

.dropdown.dropdown-menu svg {
  height: 48px;
  width: 48px;
}

.dropdown.dropdown-menu .dropdown-content {
  transform: translateY(-100%);
  border-radius: 6px 6px 36px 6px;
}

.dropdown .user-menu {
  font-size: 10px;
  line-height: 19px;
  font-weight: 700;
  gap: 8px;
  color: #000000;
}

.dropdown .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.dropdown .dropdown-toggle {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  white-space: nowrap;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.6));
  padding: 20px;
  margin: 0;
  color: #000000;
}

.dropdown .dropdown-item {
  display: flex;
  align-items: center;
  color: #000000;
}

.dropdown .dropdown-item.close {
  justify-content: right;
}

.dropdown .dropdown-item.close svg {
  margin-right: -30px;
  margin-bottom: -24px;
}

.dropdown .dropdown-item a {
  padding: 4px 12px;
}

.dropdown .dropdown-item a:not(.pink) {
  color: #000000;
}

.dropdown .dropdown-item.active a {
  color: #e41650;
}

.dropdown .toggle-submenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dropdown .toggle-submenu svg {
  height: 14px;
  width: 7px;
  align-self: center;
}

.dropdown .divider {
  display: flex;
  height: 1px;
  background-color: #ccc;
  border: none;
  margin: 16px 0;
}

.dropdown.open .dropdown-content {
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.dropdown.open .overlay {
  display: block;
}

.dropdown-export-xls {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #636669;
  width: 100%;
  justify-content: space-around;
  font-size: 14px;
  color: #000000;
}

.ui-widget.ui-autocomplete {
  list-style: none;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #d0d1d2;
  border-top: none;
}

.ui-widget.ui-autocomplete .ui-menu-item-wrapper {
  padding: 6px;
  padding-left: 12px;
}

.ui-widget.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #ffffff;
  background-color: #5897fb;
}

.fieldsetish:has( + .ui-autocomplete:not([style*="display: none"])) input {
  border-radius: 4px 4px 0 0;
}

body {
  margin: 0;
  font-family: "Montserrat";
}

.main-page {
  display: flex;
}

#right-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -10;
}

a {
  text-decoration: none;
}

a.pink {
  color: #e41650;
}

h2 {
  font-size: 22px;
  font-weight: 350;
}

h2.center-bigger {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 450;
  text-align: center;
}

hr {
  border-width: 1px 0 0 0;
  border-color: #e1e4e8;
  border-style: solid;
}

.slide-left {
  width: 4px;
  height: 100vh;
  position: fixed;
  background-color: #e41650;
}

.page-left {
  background-color: #00283d;
  display: flex;
  max-width: 33%;
  justify-content: space-between;
}

.page-left:has(.big-dot) {
  width: 33%;
}

.page-left .logo {
  padding: 40px;
}

.page-left .title {
  align-self: center;
  font-size: 42px;
  color: #ffffff;
  font-weight: 300;
  text-align: right;
  display: flex;
}

.page-left .title .big-dot {
  align-self: center;
  position: relative;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #e41650;
}

.page-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: calc(100vh - 105px);
  flex: 1;
}

.footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background-color: #001621;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding: 11px;
  padding-left: 0;
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer .downloads {
  color: #666869;
}

.footer .downloads a {
  color: #666869;
}

.footer .downloads a::after {
  content: "•";
  margin: 0 5px;
  color: #666869;
}

.footer .downloads a:last-child::after {
  content: "";
}

.footer .contact {
  color: #5f6061;
  font-weight: 300;
}

.footer .contact .important {
  color: #e41650;
}

.footer .contact a {
  color: #5f6061;
}

.footer .copyright {
  color: #414242;
}

.footer .copyright a {
  color: #414242;
}

#signin {
  height: 100%;
}

#signin .rememberPassword {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #e41650;
  text-align: center;
}

#signin .registerAccount {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #000000;
  text-align: center;
}

#signin .registerAccount a {
  color: #e41650;
}

.signup-help a {
  color: #e41650;
}

.home-content {
  height: 100%;
  place-items: center;
}

.right-navbar {
  top: 48px;
  right: 44px;
  position: absolute;
  z-index: 2;
  gap: 30px;
}

.link-box {
  width: 138px;
  height: 138px;
  border-radius: 6px;
  border: 1px solid #012f47;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  align-content: center;
  text-align: center;
}

.link-box:hover {
  color: #ffffff;
  border-radius: 6px;
  background-color: #e41650;
  border: 1px solid #e41650;
}

.progress {
  height: 3px;
  flex: 1;
  min-width: 80px;
  background-color: #c8ced4;
  position: relative;
}

.progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e41650;
  height: 3px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.material-details-info div {
  font-size: 12px;
  color: #666869;
}

.material-details-info p {
  margin-top: auto;
}

.nav-tabs {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
  font-size: 22px;
  border-bottom: 1px solid #e1e4e8;
  padding-bottom: 4px;
}

.nav-tabs .active a {
  color: #e41650;
  padding-bottom: 3px;
  border-bottom: 3px solid #e41650;
}

.nav-tabs a {
  color: #000000;
}

.tab-box {
  border-radius: 4px;
  background-color: #f2f3f4;
  padding: 15px;
}

.tab-box input {
  background-color: #f2f3f4;
}

.tab-box label {
  background-color: #f2f3f4;
}

.video_player_box video {
  width: 100%;
  border-radius: 6px;
}

.material-top-title {
  place-items: center;
  text-align: center;
}

.material-top-title span {
  font-size: 16px;
  top: -28px;
  position: relative;
}

.download-big {
  width: 60px;
  align-self: center;
}

.f13 {
  font-size: 13px;
  line-height: 16px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.text-align-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.column > hr {
  width: 100%;
}

.right {
  justify-content: right;
}

.center {
  justify-content: center;
  align-content: center;
  align-self: center;
}

.txt-center {
  text-align: center;
}

.align-content-center {
  align-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.space-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.svg17 svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.h40 {
  height: 40px;
}

.h60 {
  height: 60px;
}

.h80 {
  height: 80px;
}

.w300 {
  width: 300px;
}

.w200 {
  width: 200px;
}

.wi100 {
  width: 100%;
}

.gap24 {
  gap: 24px;
}

.gap16 {
  gap: 16px;
}

.gap12 {
  gap: 12px;
}

.gap8 {
  gap: 8px;
}

.gap6 {
  gap: 6px;
}

.gap5 {
  gap: 5px;
}

.gap4 {
  gap: 4px;
}

.gap2 {
  gap: 2px;
}

.pt14 {
  padding-top: 14px;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mb0 {
  margin-bottom: 0;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt2 {
  margin-top: 2px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml12 {
  margin-left: 12px;
}

.ml8 {
  margin-left: 8px;
}

.ml4 {
  margin-left: 4px;
}

.ml16 {
  margin-left: 16px;
}

.mr-auto {
  margin-right: auto;
}

.mr14 {
  margin-right: 14px;
}

.hidden {
  display: none !important;
}

.pink {
  color: #e41650;
}

.gray {
  color: #666869;
}

.middle-buttons {
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 16px;
  margin: 40px auto;
}

.middle-buttons.mt16 {
  margin-top: 16px;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.grid2 .span2 {
  grid-column: span 2;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}

.columns2 {
  column-count: 2;
  column-gap: 16px;
}

.columns2 > input, .columns2 > .select2, .columns2 > .fieldsetish {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
  break-inside: avoid;
}

.subtitle {
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.page-wide {
  width: calc(80vw - 300px);
  justify-self: center;
}

.page-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.title-top-circle {
  background-color: #e41650;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.title-top-circle.invert > * {
  filter: INVERT();
}

.pink-alert {
  background-color: #d95378;
  color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pink-alert.horizontal {
  flex-direction: row;
}

.border-alert {
  border: 1px solid #666869;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: 5px;
}

.border-alert:not([style*="display: none"]):has( + .border-alert) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-alert:not([style*="display: none"]) + .border-alert {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.hovertext-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  overflow: visible;
}

.hovertext-button .hovertext {
  display: none;
}

.hovertext-button:hover img, .hovertext-button:hover svg {
  display: none;
}

.hovertext-button:hover .hovertext {
  display: flex;
  align-items: center;
  text-align: center;
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  background-color: #e41650;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  box-sizing: border-box;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

#usersListFilterExportCsv {
  position: relative;
  top: -48px;
  padding-left: 16px;
  padding-right: 16px;
}

#user_new_pass {
  margin-bottom: 0;
}

.userform-title h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.userform-title:first-child h2 {
  margin-top: 0;
}

#passwordModalError {
  margin-bottom: 16px;
}

#passwordModalError p {
  margin-top: 4px;
}

#passwordModalError p:first-child {
  margin-top: 8px;
}

#company-form .grid2 h2, #editMaterialType .grid2 h2 {
  margin: 0;
  align-self: end;
}

.user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-header svg {
  height: 12px;
  width: 12px;
}

.user-header a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #e41650;
  font-weight: 700;
}

.user-dl-details {
  font-size: 14px;
}

.user-dl-details .row {
  display: flex;
  gap: 0.5rem;
}

.user-dl-details dt {
  color: #666869;
}

.user-dl-details dd {
  margin: 0;
}

.api_section + .api_section {
  margin-top: 4px;
}

.order-details h2 {
  margin-top: 40px;
}

.list-separated {
  font-size: 14px;
}

.list-separated .entry {
  display: flex;
  gap: 4px;
  padding: 20px 0;
}

.list-separated .entry + .entry {
  border-top: 1px solid #e1e4e8;
}

.list-separated .entry-label, .list-separated .entry-item, .list-separated .entry-action {
  width: fit-content;
}

.list-separated .entry-label {
  color: #666869;
}

.list-separated .entry-label::after {
  content: ": ";
  color: #666869;
}

.list-separated .entry-action {
  margin-left: auto;
}

.list-separated .entry-action .button-link {
  height: auto;
}

.material-thumbnail-container {
  width: 160px;
  height: 90px;
  background-color: #00283d;
  margin-right: 16px;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.material-thumbnail-container img.thumbnail {
  width: 160px;
  height: 90px;
  border-radius: 4px;
}

.material-thumbnail-container img.placeholder {
  margin: auto;
}

.material-thumbnail-container .play-triangle {
  display: none;
}

.material-thumbnail-container .video-ready + .play-triangle {
  display: flex;
  position: absolute;
  top: calc(50% - 27px/2);
  left: calc(50% - 23px/2);
}

#dropContainer, #kreator-dropContainer, #correction-dropContainer {
  height: 80px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #d0d1d2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.filename-container {
  display: none;
  gap: 4px;
  flex-direction: column;
  margin-top: -4px;
  font-size: 14px;
}

.filename-container:has(.entry) {
  display: flex;
}

.filename-container .entry {
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.filename-container .entry strong {
  word-break: break-all;
}

.filename-container .entry .column {
  align-items: end;
  white-space: nowrap;
  font-size: 11px;
  color: #666869;
  gap: 2px;
}

#correction-file-upload-form input {
  margin-bottom: 0;
}

.playout-names-form {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.playout-names-form .control-label {
  font-size: 16px;
  line-height: 23px;
  color: #666869;
}

.playout-names-form:nth-child(4n-1),
.playout-names-form:nth-child(4n) {
  border-radius: 4px;
  background-color: #f2f3f4;
}

.playout-names-form:nth-child(4n-1) input,
.playout-names-form:nth-child(4n) input {
  background-color: #f2f3f4;
}

.playout-names-form:nth-child(4n-1) label,
.playout-names-form:nth-child(4n) label {
  background-color: #f2f3f4;
}

#share-order-modal, #share-material-modal, #comment-order-modal {
  width: 50vw;
  height: 50vh;
  max-width: 800px;
  min-height: 450px;
}

#share-order-modal > .column, #share-material-modal > .column, #comment-order-modal > .column {
  height: 100%;
}

#share-order-modal > .column > span, #share-material-modal > .column > span, #comment-order-modal > .column > span {
  text-align: center;
  font-size: 14px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

table.table.upload-table td {
  padding-top: 16px;
  padding-bottom: 16px;
}

#correction-upload-status-modal {
  min-width: 750px;
}

#correction-upload-status-modal:has(#correction-upload-status-container.hidden) {
  min-width: 300px;
}

#file-upload-section {
  width: 302px;
  margin: auto;
}

.file-verification-entry {
  background-color: #f2f3f4;
  border-radius: 6px;
  padding: 12px;
  margin-top: 40px;
}

.file-verification-entry .pink-alert {
  margin: 16px;
  padding: 24px;
  width: auto;
  align-items: start;
}

.file-verification-entry .pink-alert ul {
  padding-left: 16px;
  margin-bottom: 0;
}

#material_update_diff {
  max-width: 80vw;
  width: 50vw;
  min-width: 750px;
}

#editMaterialType .select2 {
  width: 100% !important;
}

#global_discounts {
  display: grid;
  grid-template-columns: repeat(5, minmax(225px, 1fr));
  grid-column-gap: 16px;
}

#global_discounts > form {
  display: grid;
  grid-template-columns: subgrid;
}

#global_discounts > form:first-child {
  grid-column: 1/5;
}

#global_discounts > form:last-child {
  grid-column: 5;
}

#global_discounts > form .fieldset-container {
  grid-column: 2 / span 2;
}

#edit-email-template textarea {
  height: 400px;
}

.statistics-tabs + .form-fields .tab-content:has(#date_range.active) {
  grid-column: span 2;
}

.statistics-tabs + .form-fields #date_range > .flex > div {
  flex: 1;
}

.technical_table {
  table-layout: fixed;
}

.pvz-to-check, .pvz-ok, .pvz-bad {
  width: fit-content;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
}

.pvz-to-check {
  color: #ffffff;
  background-color: #00283d;
}

.pvz-to-check::after {
  content: "Sprawdź";
}

.pvz-ok {
  color: #ffffff;
  background-color: #16e450;
}

.pvz-ok::after {
  content: "OK";
}

.pvz-bad {
  color: #ffffff;
  background-color: #d95378;
}

.pvz-bad::after {
  content: "BRAK";
}

.orderPlaylist > span {
  position: relative;
  left: -20px;
  top: 12px;
}

.alert-tech-info {
  text-align: left;
  justify-self: anchor-center;
}

.container-msg {
  color: white;
  border-radius: 4px;
  background-color: #d95378;
  padding: 16px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
