body,
ul,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

.hidden {
  display: none !important;
}

img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  display: block;
}

table {
  table-layout: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:after {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: -5px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #A3A3A3;
}

input[type=radio]:checked:after {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  top: -5px;
  position: relative;
  background-color: #00c389;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #A3A3A3;
}

.popup-control__container {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.popup-control__checkbox {
  width: 16px;
  height: 16px;
  margin-top: 30px;
  border: 2px solid #7e7e7e;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
.popup-control__checkbox::after, .popup-control__checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
}
.popup-control__checkbox::after {
  width: 5px;
  transform: translate(-96%, 0) rotate(45deg);
}
.popup-control__checkbox::before {
  width: 8px;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.popup-control__checkbox:first-child, .popup-control__checkbox:nth-child(2) {
  margin-right: 15px;
  margin-bottom: 2px;
}
.popup-control__checkbox--active::after, .popup-control__checkbox--active::before {
  background-color: #00c389;
}

.popup-control__text {
  font-family: "Arial-bold", serif;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.daterangepicker td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.daterangepicker td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.daterangepicker td.in-range {
  border-width: 0;
  background-color: #B3DFC8;
  border-color: transparent;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #00c389;
  border-radius: 4px;
  font-size: 14px;
}

.daterangepicker td.active {
  border-width: 2px;
}

.daterangepicker {
  background-color: rgba(255, 255, 255, 0);
}
.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker {
  border: 0px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
}
.daterangepicker::after, .daterangepicker::before {
  display: none;
}
.daterangepicker .calendar-table th {
  color: #7e7e7e;
}
.daterangepicker .drp-calendar {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 256px;
  height: 302px;
}
.daterangepicker .drp-calendar.right {
  margin-left: 10px;
}
.daterangepicker .drp-buttons {
  width: 230px;
  background: #fff;
  border-radius: 4px;
  z-index: 2;
  float: right;
  margin-top: -46px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 0;
  margin-left: 10px;
  float: right;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: none;
}
.daterangepicker.show-calendar .drp-buttons {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  z-index: 421;
  bottom: 8px;
}
.daterangepicker.show-calendar .drp-buttons .btn-primary {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 11px;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  background-color: #00c389;
  border: 1px solid #00c389;
  margin-right: 10px;
}
.daterangepicker.show-calendar .drp-buttons .btn-default {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 11px;
  border-radius: 4px;
  cursor: pointer;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  background-color: #ffffff;
  display: none;
}

.case-button {
  padding: 6px 10px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  margin-right: 43px;
  margin-left: 12px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.case-button:last-child {
  margin-right: 0;
  margin-left: 0;
}
.case-button--apply {
  display: none;
  background-color: #00c389;
  border-color: #00c389;
  color: #ffffff;
}
.case-button--today {
  background-color: #00c389;
  border-color: #00c389;
  color: #ffffff;
}
.case-button--cancel {
  background-color: #00c389;
  border-color: #00c389;
  color: #ffffff;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e0e0e0;
}
body .header {
  width: 100%;
  background-color: #212933;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 90px;
  z-index: 5;
  transition: height 0.3s ease-in-out;
}
body .header__selected-user {
  display: flex;
  flex-direction: row;
  width: 306px;
  justify-content: space-between;
  margin-left: 45px;
  font-size: 15px;
  font-family: "Arial", serif;
  color: #ffffff;
  cursor: pointer;
}
body .header__change-user {
  font-size: 15px;
  font-family: "Arial", serif;
  color: #ffffff;
}
body .header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
}
body .header__open-menu {
  display: none;
  margin-top: 0;
  top: 0;
}
body .header__actions {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
}
body .header__actions .header__open-actions {
  display: none;
}
body .header__actions .header__action {
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  text-decoration: none;
  margin-left: 45px;
}
body .header__actions .header__action .header__icon {
  width: 18px;
  height: 18px;
  position: relative;
}
body .header__actions .header__action .header__icon svg {
  width: 100%;
  height: 100%;
}
body .header__actions .header__action .header__text {
  margin-left: 10px;
  margin-right: 5px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ffffff;
  height: 19px;
  display: flex;
  align-items: center;
}
body .header__actions .header__action .header__text .header__icon {
  display: flex;
  width: 11px;
  height: 7px;
  margin-left: 5px;
}
body .header__actions .header__action .header__text .header__icon svg {
  width: 100%;
  height: 100%;
}
body .header__actions .header__action:first-child .header__text {
  color: #edebeb;
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}
body .sidebar {
  position: absolute;
  width: 45px;
  top: 90px;
  left: 0;
  min-height: calc(100% - 90px);
  height: auto;
  background-color: #212933;
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  z-index: 5;
}
body .sidebar__header {
  display: none;
}
body .sidebar__menu-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 45px 0 30px 0;
  list-style-type: none;
}
body .sidebar__menu-list .sidebar__menu-line {
  color: #ffffff;
  margin-bottom: 35px;
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  cursor: default;
  display: flex;
  align-items: center;
  position: relative;
}
body .sidebar__menu-list .sidebar__menu-line a {
  cursor: pointer;
  margin-left: 13px;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
body .sidebar__menu-list .sidebar__menu-line a .sidebar__icon {
  width: 18px;
  height: 18px;
  margin-right: 23px;
  min-width: 18px;
}
body .sidebar__menu-list .sidebar__menu-line a .sidebar__text {
  display: none;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__title {
  display: none;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case {
  margin-left: 4px;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch {
  width: 38px;
  height: 20px;
  background-color: #edebeb;
  margin-right: 23px;
  position: relative;
  border-radius: 20px;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  transition: left 0.3s;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button--dark {
  visibility: hidden;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button--white {
  visibility: visible;
}
body .sidebar__menu-list .sidebar__menu-line .sidebar__border {
  margin: 0 auto;
  width: 75%;
  height: 1px;
  background-color: #505050;
}
body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title {
  position: absolute;
  display: block;
  top: -3px;
  left: 50px;
  padding: 4px 6px 2px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Arial", serif;
  color: #212933;
  background-color: #ffffff;
  white-space: nowrap;
  filter: drop-shadow(-9px 4px 5px rgba(0, 0, 0, 0.25));
}
body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
body .sidebar__menu-list .sidebar__menu-line--active {
  font-family: "Arial-bold", serif;
  color: #00c389;
  font-family: "Arial-bold", serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
body .sidebar__menu-list .sidebar__menu-line--active a {
  color: #00c389;
}
body .sidebar__menu-list .sidebar__menu-line--active::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 22px;
  background-color: #00c389;
}
body .sidebar-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 0.3s ease-in-out;
}
body .sidebar-overlay--active {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
body .content-wrapper {
  width: calc(100% - 45px);
  margin-left: 45px;
  min-height: calc(100vh - 90px);
  height: auto;
  padding: 20px 50px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content-wrapper__click-banner {
  display: block;
  max-width: 1655px;
  width: 100%;
  height: 200px;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .content-wrapper .bottom-banner {
  margin-top: 25px;
}
body .content-wrapper__content-case {
  max-width: 1655px;
  width: 100%;
  display: block;
}
body .content-wrapper__content-case .content-wrapper__title {
  font-family: "Arial-bold", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #000;
}
body .content-wrapper__content-case .content-wrapper__case-menu {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Arial", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #7e7e7e;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #c1c1c1;
  transition: 0.2s all;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li {
  margin-right: 41px;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li a {
  display: block;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li:last-child {
  margin-right: 0;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line {
  padding-bottom: 5px;
  color: #7e7e7e;
  border-bottom: 3px solid transparent;
  transition: 0.2s all;
  white-space: nowrap;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:focus, body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:active {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line--select {
  font-weight: bold;
  color: #505050;
  border-bottom-color: #00c389;
}
body .content-wrapper__content-case .content-wrapper__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Arial", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #7e7e7e;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #c1c1c1;
  transition: 0.2s all;
  width: max-content;
}
body .content-wrapper__content-case .content-wrapper__menu li {
  margin-right: 21px;
}
body .content-wrapper__content-case .content-wrapper__menu li a {
  display: block;
}
body .content-wrapper__content-case .content-wrapper__menu li:last-child {
  margin-right: 0;
}
body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line {
  padding-bottom: 5px;
  color: #7e7e7e;
  border-bottom: 3px solid transparent;
  transition: 0.2s all;
  white-space: nowrap;
}
body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:focus, body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:active {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line--select {
  font-weight: bold;
  color: #505050;
  border-bottom-color: #00c389;
}
body .content-wrapper__content-case .content-wrapper__menu-option {
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  min-height: auto;
  display: flex;
  flex-direction: row;
  width: auto;
  margin-top: 15px;
}
body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line {
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  border: 1px solid #7e7e7e;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 11px;
  margin-right: 10px;
  color: #7e7e7e;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  text-decoration: none;
}
body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line--select {
  color: #ffffff;
  background: #7e7e7e;
}
body .content-wrapper__content-case .content-wrapper__select-option {
  position: relative;
}
body .content-wrapper__content-case .content-wrapper__select-option .content-wrapper__mobile-selected {
  display: none;
  color: #505050;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  padding: 5px 34px 5px 10px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  align-items: baseline;
  position: relative;
  z-index: 4;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case {
  position: relative;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case.default:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 7px;
  background-image: url("../icon/arrow_orange.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected {
  display: block;
  color: #505050;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  padding: 5px 34px 5px 10px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected--input {
  border-color: transparent;
  pointer-events: none;
  color: #505050;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  background-color: #e0e0e0;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .input_placeholder {
  display: block;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px;
  border-radius: 4px;
  left: 0;
  top: 0;
  height: 100%;
  width: 83%;
  background: #161F2A;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  border: 1px solid #7e7e7e;
  padding: 4px 3px;
  display: none;
  background-color: #e0e0e0;
  border-radius: 4px;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line {
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #505050;
  padding: 10px 8px;
  display: flex;
  align-items: center;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line::before {
  content: "";
  display: block;
  border: 1px solid #57c68a;
  box-sizing: border-box;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  margin-right: 13px;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line.selected::before {
  background-color: #57c68a;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-button {
  width: 250px;
  background: #57C68A;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding: 7px;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-button--disabled {
  background: #7e7e7e;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected.active .content-wrapper__mobile-selected__drop-menu {
  display: block;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 7px;
  background-image: url("../icon/arrow_orange.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar {
  display: flex;
  align-items: center;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  color: #505050;
  padding: 7px 20px;
  border: 1px solid #7e7e7e;
  height: 30px;
  cursor: pointer;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar .content-wrapper_calendar-icon {
  margin-left: 3px;
  margin-right: 4px;
  height: 10px;
  width: 17px;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action {
  display: flex;
  flex-direction: row;
  z-index: 5;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action .content-wrapper__tags-button {
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #7e7e7e;
  border: 1px solid #00c389;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  padding: 7px 11px;
  margin-left: 5px;
  cursor: pointer;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action .content-wrapper__tags-button--active {
  color: #ffffff;
  background-color: #00c389;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar {
  display: flex;
  align-items: center;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  color: #505050;
  padding: 7px 20px;
  border: 1px solid #7e7e7e;
  height: 30px;
  cursor: pointer;
  position: relative;
}
body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar .content-wrapper_calendar-icon {
  margin-left: 3px;
  margin-right: 4px;
  height: 10px;
  width: 17px;
}
body .content-wrapper__content-case .content-wrapper__main {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  font-style: normal;
  position: relative;
  z-index: 1;
}
body .content-wrapper__content-case .content-wrapper__main.hidden {
  display: none;
}
body .content-wrapper__content-case .content-wrapper__main--fullstan {
  max-width: 1221px;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -42px;
  left: auto;
  right: 0;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save .content-wrapper__action {
  cursor: pointer;
  border: 1px solid #00c389;
  border-radius: 4px;
  background-color: #00c389;
  padding: 7px 11px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-right: 20px;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save .content-wrapper__action:last-child {
  margin-right: 0;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44%;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
  width: 40%;
  height: 210px;
  justify-content: flex-end;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down img {
  object-fit: unset;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover {
  position: absolute;
  width: 79px;
  height: auto;
  padding: 5px;
  top: 50%;
  left: -20%;
  background: #CFCFCF;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 3;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover p {
  font-size: 9px;
  text-align: center;
  color: #453F3F;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #CFCFCF;
}
body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status .show_hover {
  opacity: 1;
}
body .light-mode .input_placeholder {
  background: #e0e0e0 !important;
}
body .light-mode .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
  background: none;
}
body .light-mode .content-wrapper__content-case .content-wrapper__main .custom-col {
  background: #ffffff;
}
body .expansion-calendar {
  position: relative;
  display: none;
  padding: 20px 14px 10px 14px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  min-width: 256px;
  height: 302px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  pointer-events: all;
  z-index: 421;
}
body .expansion-calendar::before, body .expansion-calendar::after {
  display: none;
}
body .expansion-calendar__option-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .expansion-calendar__option-form .expansion-calendar__option-title {
  font-family: "Arial-bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #7e7e7e;
  margin-right: 5px;
}
body .expansion-calendar__option-form .expansion-calendar__option-body {
  border: 1px solid #7e7e7e;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  display: flex;
}
body .expansion-calendar__option-form .expansion-calendar__option-body .expansion-calendar__option-icon {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  right: 8px;
  pointer-events: none;
}
body .expansion-calendar__option-form .expansion-calendar__option-body .expansion-calendar__option-types {
  padding: 4px 32px 4px 10px;
  border: 0px solid rgba(255, 255, 255, 0);
  appearance: none;
  cursor: pointer;
}
body .expansion-calendar__custom-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #7e7e7e;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}
body .expansion-calendar__custom-box .expansion-calendar__custom-date {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.07em;
  color: #7e7e7e;
  padding: 7px 16px;
  background: #ffffff;
  border: 1px solid #7e7e7e;
  box-sizing: border-box;
  border-radius: 4px;
  width: 105px;
  cursor: pointer;
}
body .expansion-calendar__custom-box .expansion-calendar__custom-date::-webkit-inner-spin-button {
  display: none;
}
body .expansion-calendar__custom-box .expansion-calendar__custom-date::-webkit-calendar-picker-indicator {
  display: none;
}
body .expansion-calendar__custom-box .expansion-calendar__custom-date:focus {
  outline-color: #00c389;
  border: 1px solid #00c389;
}
body .expansion-calendar__buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  bottom: 15px;
  top: auto;
  left: auto;
  right: 10px;
}
body .expansion-calendar__buttons .expansion-calendar__button {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 11px;
  border-radius: 4px;
  cursor: pointer;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  background-color: #ffffff;
}
body .expansion-calendar__buttons .expansion-calendar__button--apllay {
  color: #ffffff;
  background-color: #00c389;
  border: 1px solid #00c389;
  margin-right: 10px;
}
body .integrate-box {
  width: 90%;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
}
body .integrate-box .button-today {
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #7e7e7e;
  border-radius: 4px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  border-color: #7e7e7e;
  color: #7e7e7e;
  margin-left: 12px;
}
body .menu-download {
  display: flex;
  width: 32px;
  height: 32px;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #edebeb;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 5;
}
body .menu-download img {
  height: 14px;
  transform: rotate(90deg);
}
body .menu-download__selected {
  top: 100%;
  left: 0;
  transform: translateX(-69%);
  position: absolute;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 9px 11px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
}
body .menu-download__selected--active {
  display: flex;
}
body .menu-download__selected .menu-download__format {
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #505050;
  display: flex;
  border: 0px solid rgba(255, 255, 255, 0);
  background-color: #ffffff;
  white-space: nowrap;
}
body .menu-download__selected .menu-download__format .menu-download__format-icon {
  height: 14px;
  width: 14px;
  margin-right: 5px;
  transform: rotate(0deg);
}
body .menu-download__selected .menu-download__format .menu-download__format-icon.black {
  display: none;
}
body .menu-download__selected .menu-download__format .menu-download__format-icon.white {
  display: block;
}
body .menu-download__selected .menu-download__format:first-child {
  display: none;
}
body .warnung {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
body .warnung__back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 126, 126, 0.3);
  z-index: 1;
}
body .warnung__container {
  background-color: #ffffff;
  min-width: 221px;
  width: 400px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
body .warnung__container .warnung__head {
  background-color: #edebeb;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1px 7px;
}
body .warnung__container .warnung__head .warnung__head-text {
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #505050;
}
body .warnung__container .warnung__head .warnung__close {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background-color: #00c389;
  position: relative;
  cursor: pointer;
}
body .warnung__container .warnung__head .warnung__close::after, body .warnung__container .warnung__head .warnung__close::before {
  content: "";
  width: 8px;
  height: 1px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
body .warnung__container .warnung__head .warnung__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .warnung__container .warnung__head .warnung__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body .warnung__container .warnung__content {
  padding: 15px 10px 27px;
  display: flex;
  flex-direction: column;
}
body .warnung__container .warnung__content .warnung__content-title {
  font-family: "Arial-bold", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #505050;
}
body .warnung__container .warnung__content .warnung__content-subtitle {
  margin-top: 10px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #505050;
}
body .warnung__container .warnung__content .warnung__content-text {
  margin-top: 15px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #505050;
  white-space: pre-wrap;
}
body .warnung__container .warnung__content .container-form__box-button {
  background: #00c389;
  border: 1px solid #00c389;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-family: "Arial-bold", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100px;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 2px;
}
body .warnung--active {
  display: flex;
}

label.content-wrapper__mobile-selected.plug {
  position: absolute !important;
  pointer-events: none;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 113px;
  border: none !important;
}
label.content-wrapper__mobile-selected.plug:before {
  display: none !important;
}

select#machineSelect {
  font-size: 0;
  height: 28px;
  width: 145px;
}
select#machineSelect option {
  font-size: 14px;
}

@media (max-width: 1810px) {
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case:nth-child(3) {
    flex-direction: column;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 1500px) {
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 0px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    right: auto;
    left: 0;
    top: -35px;
  }
}
@media (max-width: 1400px) {
  body .content-wrapper {
    padding: 20px 70px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 30px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    right: auto;
    left: 0;
    top: -10px;
  }
}
@media (max-width: 1185px) {
  body .header .header__actions {
    margin-right: 50px;
  }
}
@media (max-width: 1028px) {
  body .header {
    height: 60px;
  }
  body .header .header__actions {
    margin-right: 0;
  }
  body .header__open-menu {
    display: block;
    width: 60px;
    height: 100%;
    padding: 21px;
    cursor: pointer;
    fill: #ffffff;
  }
  body .header__open-menu img:nth-child(1) {
    display: block;
  }
  body .header__open-menu img:nth-child(2) {
    display: none;
  }
  body .header__open-menu--active img:nth-child(1) {
    display: none;
  }
  body .header__open-menu--active img:nth-child(2) {
    display: block;
  }
  body .header__logo {
    height: 36px;
    width: 36px;
  }
  body .header__actions {
    margin-right: 0px;
    position: relative;
  }
  body .header__actions .header__action {
    display: none;
  }
  body .header__actions .header__open-actions {
    display: block;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown {
    height: auto;
    width: auto;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .header__button {
    display: block;
    width: 60px;
    height: 100%;
    padding: 12px 28px;
    cursor: pointer;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .dropdown-item {
    cursor: pointer;
    border-bottom: 1px solid #edebeb;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .dropdown-item:last-child {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  body .sidebar {
    top: 60px;
    width: 260px;
    min-height: calc(100% - 60px);
    transform: translateX(-260px);
  }
  body .sidebar--active {
    transform: translateX(0);
  }
  body .sidebar__header {
    display: flex;
    flex-direction: column;
    background-color: #0f131a;
    padding: 27px 0 27px 56px;
  }
  body .sidebar__header .sidebar__header-title {
    font-family: "Helvetica", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
  }
  body .sidebar__header .sidebar__header-sub-title {
    margin-top: 5px;
    font-family: "Roboto", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #7e7e7e;
  }
  body .sidebar__header .sidebar__header-collapse {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #B5B5B5;
    margin-top: 10px;
    display: none;
    align-items: center;
    cursor: pointer;
  }
  body .sidebar__header .sidebar__header-collapse .sidebar__arrow {
    height: 10px;
    width: 12px;
    margin-left: 35px;
  }
  body .sidebar__menu-list .sidebar__menu-line a {
    margin-left: 37px;
  }
  body .sidebar__menu-list .sidebar__menu-line a .sidebar__text {
    display: block;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case {
    margin-left: 37px;
  }
  body .sidebar__menu-list .sidebar__menu-line--support {
    font-size: 13px;
    font-family: "Arial";
  }
  body .sidebar__menu-list .sidebar__menu-line--active::before {
    display: none;
  }
  body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title {
    display: none;
  }
  body .sidebar-background--active {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
  }
  body .content-wrapper {
    padding: 20px 30px;
    width: 100%;
    margin-left: 0;
    min-height: calc(100vh - 60px);
  }
  body .content-wrapper__click-banner {
    height: 65px;
  }
  body .machine-status {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .content-wrapper {
    padding: 20px 30px;
    min-height: calc(100vh - 60px);
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case {
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__main {
    margin-top: 20px;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    margin-top: 15px;
    overflow: scroll;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
    width: 100%;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 50px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    top: -30px;
  }
}
@media (max-width: 730px) {
  body .content-wrapper__content-case .content-wrapper__menu-option {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__select-option {
    width: min-content;
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__select-option:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7px;
    background-image: url("../icon/arrow_orange.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  body .content-wrapper__content-case .content-wrapper__select-option .content-wrapper__mobile-selected {
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case {
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action,
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
    margin-top: 15px;
    width: 100%;
  }
  body .daterangepicker .drp-buttons {
    width: 229px;
    margin-top: -4px;
    margin-right: 0;
  }
  body .daterangepicker .drp-calendar.left {
    margin-right: 0;
  }
  body .expansion-calendar {
    height: auto;
    width: 250px;
  }
  body .expansion-calendar.main-calendar {
    height: 302px;
  }
}
@media (max-width: 710px) {
  body .content-wrapper {
    padding: 10px 15px;
  }
  body .content-wrapper__click-banner {
    height: 65px;
  }
  body .content-wrapper__click-banner img {
    object-fit: cover;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    margin-top: 15px;
    flex-direction: column;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    margin-top: 0;
  }
}
@media (max-width: 563px) {
  body .content-wrapper {
    overflow: hidden;
  }
  body .content-wrapper .content-wrapper__case-menu .content-wrapper__menu {
    max-width: 100%;
    overflow: auto hidden;
    padding-bottom: 10px;
  }
  body .daterangepicker .drp-calendar.left {
    height: 245px;
  }
  body .daterangepicker .drp-calendar.left.single {
    height: 275px;
  }
  body .daterangepicker .drp-calendar.right {
    height: 300px;
    margin-right: 22px;
    margin-left: auto;
  }
  body .daterangepicker .drp-buttons {
    width: 270px;
    margin-bottom: 0;
    margin-right: 22px;
  }
  body .daterangepicker.show-calendar .ranges {
    border-width: 0;
  }
  body .expansion-calendar {
    position: absolute;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    left: 0;
    padding: 26px 15px 20px;
    top: 490px;
  }
  body .expansion-calendar.main-calendar {
    height: 220px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save .content-wrapper__action {
    margin-right: 10px;
  }
  body .content-wrapper__content-case .content-wrapper__main .correct-padding {
    width: 96%;
  }
  body .content-wrapper__content-case .correct-padding {
    width: 97%;
  }
  body .without-right-padding {
    padding: 10px 0 10px 15px;
  }
  body .without-right-padding > .correct-padding {
    padding-right: 15px;
  }
  body .warnung__container {
    width: 95%;
  }
}
.export-file-buttons {
  display: flex;
  flex-direction: row;
}
.export-file-buttons .export-file-buttons__print-btn,
.export-file-buttons .export-file-buttons__export-btn {
  background-color: #00c389;
  padding: 7px 11px;
  margin-bottom: 0;
  border: 0px solid #ffffff;
  border-radius: 4px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.export-file-buttons .export-file-buttons__print-btn img,
.export-file-buttons .export-file-buttons__export-btn img {
  height: 16px;
  margin-right: 10px;
}
.export-file-buttons .export-file-buttons__export {
  margin-left: 5px;
  margin-bottom: 0;
  position: relative;
}
.export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 7px;
  width: 80px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
}
.export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format {
  display: flex;
  margin-bottom: 4px;
  font-family: "Arial", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #505050;
  border: 0px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon {
  height: 16px;
  margin-right: 5px;
}
.export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon.white {
  display: block;
}
.export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon.black {
  display: none;
}
.export-file-buttons .export-file-buttons__export input:checked + div {
  display: flex;
}

@media print {
  body,
  ul,
  p,
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
    padding: 0;
  }
  ul {
    list-style-type: none;
  }
  .hidden {
    display: none !important;
  }
  img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    display: block;
  }
  table {
    table-layout: auto;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .daterangepicker td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .daterangepicker td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .daterangepicker td.in-range {
    border-width: 0;
    background-color: #B3DFC8;
    border-color: transparent;
  }
  .daterangepicker td.active,
  .daterangepicker td.active:hover {
    background-color: #00c389;
    border-radius: 4px;
    font-size: 14px;
  }
  .daterangepicker td.active {
    border-width: 2px;
  }
  .daterangepicker {
    background-color: rgba(255, 255, 255, 0);
  }
  .daterangepicker .drp-selected {
    display: none;
  }
  .daterangepicker {
    border: 0px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
  }
  .daterangepicker::after, .daterangepicker::before {
    display: none;
  }
  .daterangepicker .calendar-table th {
    color: #7e7e7e;
  }
  .daterangepicker .drp-calendar {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }
  .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 256px;
    height: 302px;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 10px;
  }
  .daterangepicker .drp-buttons {
    width: 230px;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    float: right;
    margin-top: -46px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
  }
  .daterangepicker.show-calendar .ranges {
    margin-top: 0;
    margin-left: 10px;
    float: right;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: none;
  }
  .daterangepicker.show-calendar .drp-buttons {
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    z-index: 421;
    bottom: 8px;
  }
  .daterangepicker.show-calendar .drp-buttons .btn-primary {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 11px;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    background-color: #00c389;
    border: 1px solid #00c389;
    margin-right: 10px;
  }
  .daterangepicker.show-calendar .drp-buttons .btn-default {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 11px;
    border-radius: 4px;
    cursor: pointer;
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    background-color: #ffffff;
    display: none;
  }
  .case-button {
    padding: 6px 10px;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    margin-right: 43px;
    margin-left: 12px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    cursor: pointer;
  }
  .case-button:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .case-button--apply {
    display: none;
    background-color: #00c389;
    border-color: #00c389;
    color: #ffffff;
  }
  .case-button--today {
    background-color: #00c389;
    border-color: #00c389;
    color: #ffffff;
  }
  .case-button--cancel {
    background-color: #00c389;
    border-color: #00c389;
    color: #ffffff;
  }
  body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e0e0e0;
  }
  body .header {
    width: 100%;
    background-color: #212933;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 90px;
    z-index: 5;
    transition: height 0.3s ease-in-out;
  }
  body .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
  }
  body .header__open-menu {
    display: none;
    margin-top: 0;
    top: 0;
  }
  body .header__actions {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 125px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
  }
  body .header__actions .header__open-actions {
    display: none;
  }
  body .header__actions .header__action {
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    text-decoration: none;
    margin-left: 45px;
  }
  body .header__actions .header__action .header__icon {
    width: 18px;
    height: 18px;
    position: relative;
  }
  body .header__actions .header__action .header__icon svg {
    width: 100%;
    height: 100%;
  }
  body .header__actions .header__action .header__text {
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    height: 19px;
    display: flex;
    align-items: center;
  }
  body .header__actions .header__action .header__text .header__icon {
    display: flex;
    width: 11px;
    height: 7px;
    margin-left: 5px;
  }
  body .header__actions .header__action .header__text .header__icon svg {
    width: 100%;
    height: 100%;
  }
  body .header__actions .header__action:first-child .header__text {
    color: #edebeb;
    font-family: "Roboto", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
  }
  body .sidebar {
    position: absolute;
    width: 45px;
    top: 90px;
    left: 0;
    min-height: calc(100% - 90px);
    height: auto;
    background-color: #212933;
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    z-index: 5;
  }
  body .sidebar__header {
    display: none;
  }
  body .sidebar__menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 45px 0 30px 0;
    list-style-type: none;
  }
  body .sidebar__menu-list .sidebar__menu-line {
    color: #ffffff;
    margin-bottom: 35px;
    font-family: "Roboto", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.04em;
    cursor: default;
    display: flex;
    align-items: center;
    position: relative;
  }
  body .sidebar__menu-list .sidebar__menu-line a {
    cursor: pointer;
    margin-left: 13px;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
  }
  body .sidebar__menu-list .sidebar__menu-line a .sidebar__icon {
    width: 18px;
    height: 18px;
    margin-right: 23px;
    min-width: 18px;
  }
  body .sidebar__menu-list .sidebar__menu-line a .sidebar__text {
    display: none;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__title {
    display: none;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case {
    margin-left: 4px;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch {
    width: 38px;
    height: 20px;
    background-color: #edebeb;
    margin-right: 23px;
    position: relative;
    border-radius: 20px;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    transition: left 0.3s;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button--dark {
    visibility: hidden;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case .sidebar__switch .sidebar__button--white {
    visibility: visible;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__border {
    margin: 0 auto;
    width: 75%;
    height: 1px;
    background-color: #505050;
  }
  body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title {
    position: absolute;
    display: block;
    top: -3px;
    left: 50px;
    padding: 4px 6px 2px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Arial", serif;
    color: #212933;
    background-color: #ffffff;
    white-space: nowrap;
    filter: drop-shadow(-9px 4px 5px rgba(0, 0, 0, 0.25));
  }
  body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
  body .sidebar__menu-list .sidebar__menu-line--active {
    font-family: "Arial-bold", serif;
    color: #00c389;
    font-family: "Arial-bold", serif;
    font-weight: bold;
    font-size: 16px;
    position: relative;
  }
  body .sidebar__menu-list .sidebar__menu-line--active a {
    color: #00c389;
  }
  body .sidebar__menu-list .sidebar__menu-line--active::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 22px;
    background-color: #00c389;
  }
  body .sidebar-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background-color 0.3s ease-in-out;
  }
  body .sidebar-overlay--active {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
  }
  body .content-wrapper {
    width: calc(100% - 45px);
    margin-left: 45px;
    min-height: calc(100vh - 90px);
    height: auto;
    padding: 20px 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .content-wrapper__click-banner {
    display: block;
    max-width: 1655px;
    width: 100%;
    height: 200px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body .content-wrapper .bottom-banner {
    margin-top: 25px;
  }
  body .content-wrapper__content-case {
    max-width: 1655px;
    width: 100%;
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__title {
    font-family: "Arial-bold", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #000;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Arial", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #7e7e7e;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #c1c1c1;
    transition: 0.2s all;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li {
    margin-right: 41px;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li a {
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu li:last-child {
    margin-right: 0;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line {
    padding-bottom: 5px;
    color: #7e7e7e;
    border-bottom: 3px solid transparent;
    transition: 0.2s all;
    white-space: nowrap;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:focus, body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  body .content-wrapper__content-case .content-wrapper__case-menu .content-wrapper__menu .content-wrapper__line--select {
    font-weight: bold;
    color: #505050;
    border-bottom-color: #00c389;
  }
  body .content-wrapper__content-case .content-wrapper__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Arial", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #7e7e7e;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #c1c1c1;
    transition: 0.2s all;
    width: max-content;
  }
  body .content-wrapper__content-case .content-wrapper__menu li {
    margin-right: 21px;
  }
  body .content-wrapper__content-case .content-wrapper__menu li a {
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__menu li:last-child {
    margin-right: 0;
  }
  body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line {
    padding-bottom: 5px;
    color: #7e7e7e;
    border-bottom: 3px solid transparent;
    transition: 0.2s all;
    white-space: nowrap;
  }
  body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:focus, body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  body .content-wrapper__content-case .content-wrapper__menu .content-wrapper__line--select {
    font-weight: bold;
    color: #505050;
    border-bottom-color: #00c389;
  }
  body .content-wrapper__content-case .content-wrapper__menu-option {
    list-style-type: none;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: row;
    width: auto;
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    border: 1px solid #7e7e7e;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 11px;
    margin-right: 10px;
    color: #7e7e7e;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    text-decoration: none;
  }
  body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line:hover, body .content-wrapper__content-case .content-wrapper__menu-option .content-wrapper__line--select {
    color: #ffffff;
    background: #7e7e7e;
  }
  body .content-wrapper__content-case .content-wrapper__select-option {
    position: relative;
  }
  body .content-wrapper__content-case .content-wrapper__select-option .content-wrapper__mobile-selected {
    display: none;
    color: #505050;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    padding: 5px 34px 5px 10px;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    align-items: baseline;
    position: relative;
    z-index: 4;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case {
    position: relative;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case.default:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7px;
    background-image: url("../icon/arrow_orange.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected {
    display: block;
    color: #505050;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    padding: 5px 34px 5px 10px;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected--input {
    border-color: transparent;
    pointer-events: none;
    color: #505050;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    background-color: #e0e0e0;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .input_placeholder {
    display: block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px;
    border-radius: 4px;
    left: 0;
    top: 0;
    height: 100%;
    width: 83%;
    background: #161F2A;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    border: 1px solid #7e7e7e;
    padding: 4px 3px;
    display: none;
    background-color: #e0e0e0;
    border-radius: 4px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #505050;
    padding: 10px 8px;
    display: flex;
    align-items: center;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line::before {
    content: "";
    display: block;
    border: 1px solid #57c68a;
    box-sizing: border-box;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    margin-right: 13px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-line.selected::before {
    background-color: #57c68a;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-button {
    width: 250px;
    background: #57C68A;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    padding: 7px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected .content-wrapper__mobile-selected__drop-menu .content-wrapper__mobile-selected__drop-button--disabled {
    background: #7e7e7e;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected.active .content-wrapper__mobile-selected__drop-menu {
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__select-case .content-wrapper__mobile-selected:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7px;
    background-image: url("../icon/arrow_orange.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar {
    display: flex;
    align-items: center;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    color: #505050;
    padding: 7px 20px;
    border: 1px solid #7e7e7e;
    height: 30px;
    cursor: pointer;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar .content-wrapper_calendar-icon {
    margin-left: 3px;
    margin-right: 4px;
    height: 10px;
    width: 17px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action {
    display: flex;
    flex-direction: row;
    z-index: 5;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action .content-wrapper__tags-button {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7e7e7e;
    border: 1px solid #00c389;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    padding: 7px 11px;
    margin-left: 5px;
    cursor: pointer;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action .content-wrapper__tags-button--active {
    color: #ffffff;
    background-color: #00c389;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar {
    display: flex;
    align-items: center;
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    color: #505050;
    padding: 7px 20px;
    border: 1px solid #7e7e7e;
    height: 30px;
    cursor: pointer;
    position: relative;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar .content-wrapper_calendar-icon {
    margin-left: 3px;
    margin-right: 4px;
    height: 10px;
    width: 17px;
  }
  body .content-wrapper__content-case .content-wrapper__main {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    font-style: normal;
    position: relative;
    z-index: 1;
  }
  body .content-wrapper__content-case .content-wrapper__main.hidden {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    max-width: 1221px;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: -42px;
    left: auto;
    right: 0;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save .content-wrapper__action {
    cursor: pointer;
    border: 1px solid #00c389;
    border-radius: 4px;
    background-color: #00c389;
    padding: 7px 11px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-right: 20px;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__actions-save .content-wrapper__action:last-child {
    margin-right: 0;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44%;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    width: 40%;
    height: 210px;
    justify-content: flex-end;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down img {
    object-fit: unset;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover {
    position: absolute;
    width: 79px;
    height: auto;
    padding: 5px;
    top: 50%;
    left: -20%;
    background: #CFCFCF;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s;
    z-index: 3;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover p {
    font-size: 9px;
    text-align: center;
    color: #453F3F;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status__hover:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #CFCFCF;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .machine-status .show_hover {
    opacity: 1;
  }
  body .light-mode .input_placeholder {
    background: #e0e0e0 !important;
  }
  body .light-mode .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    background: none;
  }
  body .light-mode .content-wrapper__content-case .content-wrapper__main .custom-col {
    background: #ffffff;
  }
  body .expansion-calendar {
    position: relative;
    display: none;
    padding: 20px 14px 10px 14px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    min-width: 256px;
    height: 302px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    pointer-events: all;
    z-index: 421;
  }
  body .expansion-calendar::before, body .expansion-calendar::after {
    display: none;
  }
  body .expansion-calendar__option-form {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body .expansion-calendar__option-form .expansion-calendar__option-title {
    font-family: "Arial-bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #7e7e7e;
    margin-right: 5px;
  }
  body .expansion-calendar__option-form .expansion-calendar__option-body {
    border: 1px solid #7e7e7e;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    display: flex;
  }
  body .expansion-calendar__option-form .expansion-calendar__option-body .expansion-calendar__option-icon {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    right: 8px;
    pointer-events: none;
  }
  body .expansion-calendar__option-form .expansion-calendar__option-body .expansion-calendar__option-types {
    padding: 4px 32px 4px 10px;
    border: 0px solid rgba(255, 255, 255, 0);
    appearance: none;
    cursor: pointer;
  }
  body .expansion-calendar__custom-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #7e7e7e;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  body .expansion-calendar__custom-box .expansion-calendar__custom-date {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.07em;
    color: #7e7e7e;
    padding: 7px 16px;
    background: #ffffff;
    border: 1px solid #7e7e7e;
    box-sizing: border-box;
    border-radius: 4px;
    width: 105px;
    cursor: pointer;
  }
  body .expansion-calendar__custom-box .expansion-calendar__custom-date::-webkit-inner-spin-button {
    display: none;
  }
  body .expansion-calendar__custom-box .expansion-calendar__custom-date::-webkit-calendar-picker-indicator {
    display: none;
  }
  body .expansion-calendar__custom-box .expansion-calendar__custom-date:focus {
    outline-color: #00c389;
    border: 1px solid #00c389;
  }
  body .expansion-calendar__buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    top: auto;
    left: auto;
    right: 10px;
  }
  body .expansion-calendar__buttons .expansion-calendar__button {
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 11px;
    border-radius: 4px;
    cursor: pointer;
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    background-color: #ffffff;
  }
  body .expansion-calendar__buttons .expansion-calendar__button--apllay {
    color: #ffffff;
    background-color: #00c389;
    border: 1px solid #00c389;
    margin-right: 10px;
  }
  body .integrate-box {
    width: 90%;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px;
  }
  body .integrate-box .button-today {
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #7e7e7e;
    border-radius: 4px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background-color: #ffffff;
    border-color: #7e7e7e;
    color: #7e7e7e;
    margin-left: 12px;
  }
  body .menu-download {
    display: flex;
    width: 32px;
    height: 32px;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #edebeb;
    border-radius: 4px;
    background-color: #ffffff;
    z-index: 5;
  }
  body .menu-download img {
    height: 14px;
    transform: rotate(90deg);
  }
  body .menu-download__selected {
    top: 100%;
    left: 0;
    transform: translateX(-69%);
    position: absolute;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 9px 11px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
  }
  body .menu-download__selected--active {
    display: flex;
  }
  body .menu-download__selected .menu-download__format {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #505050;
    display: flex;
    border: 0px solid rgba(255, 255, 255, 0);
    background-color: #ffffff;
    white-space: nowrap;
  }
  body .menu-download__selected .menu-download__format .menu-download__format-icon {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    transform: rotate(0deg);
  }
  body .menu-download__selected .menu-download__format .menu-download__format-icon.black {
    display: none;
  }
  body .menu-download__selected .menu-download__format .menu-download__format-icon.white {
    display: block;
  }
  body .menu-download__selected .menu-download__format:first-child {
    display: none;
  }
  body .warnung {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
  }
  body .warnung__back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 126, 126, 0.3);
    z-index: 1;
  }
  body .warnung__container {
    background-color: #ffffff;
    min-width: 221px;
    width: 400px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  body .warnung__container .warnung__head {
    background-color: #edebeb;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1px 7px;
  }
  body .warnung__container .warnung__head .warnung__head-text {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #505050;
  }
  body .warnung__container .warnung__head .warnung__close {
    height: 14px;
    width: 14px;
    border-radius: 14px;
    background-color: #00c389;
    position: relative;
    cursor: pointer;
  }
  body .warnung__container .warnung__head .warnung__close::after, body .warnung__container .warnung__head .warnung__close::before {
    content: "";
    width: 8px;
    height: 1px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
  }
  body .warnung__container .warnung__head .warnung__close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body .warnung__container .warnung__head .warnung__close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body .warnung__container .warnung__content {
    padding: 15px 10px 27px;
    display: flex;
    flex-direction: column;
  }
  body .warnung__container .warnung__content .warnung__content-title {
    font-family: "Arial-bold", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #505050;
  }
  body .warnung__container .warnung__content .warnung__content-subtitle {
    margin-top: 10px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #505050;
  }
  body .warnung__container .warnung__content .warnung__content-text {
    margin-top: 15px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #505050;
    white-space: pre-wrap;
  }
  body .warnung__container .warnung__content .container-form__box-button {
    background: #00c389;
    border: 1px solid #00c389;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    font-family: "Arial-bold", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 100px;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 2px;
  }
  body .warnung--active {
    display: flex;
  }
  label.content-wrapper__mobile-selected.plug {
    position: absolute !important;
    pointer-events: none;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 113px;
    border: none !important;
  }
  label.content-wrapper__mobile-selected.plug:before {
    display: none !important;
  }
  select#machineSelect {
    font-size: 0;
    height: 28px;
    width: 145px;
  }
  select#machineSelect option {
    font-size: 14px;
  }
}
@media print and (max-width: 1810px) {
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case:nth-child(3) {
    flex-direction: column;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    width: 100%;
    margin-top: 35px;
  }
}
@media print and (max-width: 1500px) {
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 0px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    right: auto;
    left: 0;
    top: -35px;
  }
}
@media print and (max-width: 1400px) {
  body .content-wrapper {
    padding: 20px 70px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 30px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    right: auto;
    left: 0;
    top: -10px;
  }
}
@media print and (max-width: 1185px) {
  body .header .header__actions {
    margin-right: 50px;
  }
}
@media print and (max-width: 1028px) {
  body .header {
    height: 60px;
  }
  body .header .header__actions {
    margin-right: 0;
  }
  body .header__open-menu {
    display: block;
    width: 60px;
    height: 100%;
    padding: 21px;
    cursor: pointer;
    fill: #ffffff;
  }
  body .header__open-menu img:nth-child(1) {
    display: block;
  }
  body .header__open-menu img:nth-child(2) {
    display: none;
  }
  body .header__open-menu--active img:nth-child(1) {
    display: none;
  }
  body .header__open-menu--active img:nth-child(2) {
    display: block;
  }
  body .header__logo {
    height: 36px;
    width: 36px;
  }
  body .header__actions {
    margin-right: 0px;
    position: relative;
  }
  body .header__actions .header__action {
    display: none;
  }
  body .header__actions .header__open-actions {
    display: block;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown {
    height: auto;
    width: auto;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .header__button {
    display: block;
    width: 60px;
    height: 100%;
    padding: 12px 28px;
    cursor: pointer;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .dropdown-item {
    cursor: pointer;
    border-bottom: 1px solid #edebeb;
  }
  body .header__actions .header__open-actions .header__bootstrap-dropdown .dropdown-item:last-child {
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  body .sidebar {
    top: 60px;
    width: 260px;
    min-height: calc(100% - 60px);
    transform: translateX(-260px);
  }
  body .sidebar--active {
    transform: translateX(0);
  }
  body .sidebar__header {
    display: flex;
    flex-direction: column;
    background-color: #0f131a;
    padding: 27px 0 27px 56px;
  }
  body .sidebar__header .sidebar__header-title {
    font-family: "Helvetica", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
  }
  body .sidebar__header .sidebar__header-sub-title {
    margin-top: 5px;
    font-family: "Roboto", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #7e7e7e;
  }
  body .sidebar__header .sidebar__header-collapse {
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #B5B5B5;
    margin-top: 10px;
    display: none;
    align-items: center;
    cursor: pointer;
  }
  body .sidebar__header .sidebar__header-collapse .sidebar__arrow {
    height: 10px;
    width: 12px;
    margin-left: 35px;
  }
  body .sidebar__menu-list .sidebar__menu-line a {
    margin-left: 37px;
  }
  body .sidebar__menu-list .sidebar__menu-line a .sidebar__text {
    display: block;
  }
  body .sidebar__menu-list .sidebar__menu-line .sidebar__switch-case {
    margin-left: 37px;
  }
  body .sidebar__menu-list .sidebar__menu-line--support {
    font-size: 13px;
    font-family: "Arial";
  }
  body .sidebar__menu-list .sidebar__menu-line--active::before {
    display: none;
  }
  body .sidebar__menu-list .sidebar__menu-line:hover .sidebar__title {
    display: none;
  }
  body .sidebar-background--active {
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
  }
  body .content-wrapper {
    padding: 20px 30px;
    width: 100%;
    margin-left: 0;
    min-height: calc(100vh - 60px);
  }
  body .content-wrapper__click-banner {
    height: 65px;
  }
  body .machine-status {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  body .content-wrapper {
    padding: 20px 30px;
    min-height: calc(100vh - 60px);
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case {
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__main {
    margin-top: 20px;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    margin-top: 15px;
    overflow: scroll;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
    width: 100%;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan {
    margin-top: 50px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save {
    top: -30px;
  }
}
@media print and (max-width: 730px) {
  body .content-wrapper__content-case .content-wrapper__menu-option {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__select-option {
    width: min-content;
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__select-option:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7px;
    background-image: url("../icon/arrow_orange.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  body .content-wrapper__content-case .content-wrapper__select-option .content-wrapper__mobile-selected {
    display: block;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case {
    margin-top: 15px;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__calendar {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__tags-action,
  body .content-wrapper__content-case .content-wrapper__content-menu-case .content-wrapper__container-action .content-wrapper__calendar {
    display: none;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__vertical-case {
    margin-top: 15px;
    width: 100%;
  }
  body .daterangepicker .drp-buttons {
    width: 229px;
    margin-top: -4px;
    margin-right: 0;
  }
  body .daterangepicker .drp-calendar.left {
    margin-right: 0;
  }
  body .expansion-calendar {
    height: auto;
    width: 250px;
  }
  body .expansion-calendar.main-calendar {
    height: 302px;
  }
}
@media print and (max-width: 710px) {
  body .content-wrapper {
    padding: 10px 15px;
  }
  body .content-wrapper__click-banner {
    height: 65px;
  }
  body .content-wrapper__click-banner img {
    object-fit: cover;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case {
    margin-top: 15px;
    flex-direction: column;
  }
  body .content-wrapper__content-case .content-wrapper__main .content-wrapper__level-case .content-wrapper__banner-down {
    margin-top: 0;
  }
}
@media print and (max-width: 563px) {
  body .content-wrapper {
    overflow: hidden;
  }
  body .content-wrapper .content-wrapper__case-menu .content-wrapper__menu {
    max-width: 100%;
    overflow: auto hidden;
    padding-bottom: 10px;
  }
  body .daterangepicker .drp-calendar.left {
    height: 245px;
  }
  body .daterangepicker .drp-calendar.left.single {
    height: 275px;
  }
  body .daterangepicker .drp-calendar.right {
    height: 300px;
    margin-right: 22px;
    margin-left: auto;
  }
  body .daterangepicker .drp-buttons {
    width: 270px;
    margin-bottom: 0;
    margin-right: 22px;
  }
  body .daterangepicker.show-calendar .ranges {
    border-width: 0;
  }
  body .expansion-calendar {
    position: absolute;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    left: 0;
    padding: 26px 15px 20px;
    top: 490px;
  }
  body .expansion-calendar.main-calendar {
    height: 220px;
  }
  body .content-wrapper__content-case .content-wrapper__main--fullstan .content-wrapper__actions-save .content-wrapper__action {
    margin-right: 10px;
  }
  body .content-wrapper__content-case .content-wrapper__main .correct-padding {
    width: 96%;
  }
  body .content-wrapper__content-case .correct-padding {
    width: 97%;
  }
  body .without-right-padding {
    padding: 10px 0 10px 15px;
  }
  body .without-right-padding > .correct-padding {
    padding-right: 15px;
  }
  body .warnung__container {
    width: 95%;
  }
}
@media print {
  .export-file-buttons {
    display: flex;
    flex-direction: row;
  }
  .export-file-buttons .export-file-buttons__print-btn,
  .export-file-buttons .export-file-buttons__export-btn {
    background-color: #00c389;
    padding: 7px 11px;
    margin-bottom: 0;
    border: 0px solid #ffffff;
    border-radius: 4px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
  }
  .export-file-buttons .export-file-buttons__print-btn img,
  .export-file-buttons .export-file-buttons__export-btn img {
    height: 16px;
    margin-right: 10px;
  }
  .export-file-buttons .export-file-buttons__export {
    margin-left: 5px;
    margin-bottom: 0;
    position: relative;
  }
  .export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 7px;
    width: 80px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
  }
  .export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format {
    display: flex;
    margin-bottom: 4px;
    font-family: "Arial", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #505050;
    border: 0px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon {
    height: 16px;
    margin-right: 5px;
  }
  .export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon.white {
    display: block;
  }
  .export-file-buttons .export-file-buttons__export .export-file-buttons__list-formats .export-file-buttons__format .export-file-buttons__format-icon.black {
    display: none;
  }
  .export-file-buttons .export-file-buttons__export input:checked + div {
    display: flex;
  }
}
/*# sourceMappingURL=main.css.map */
