/* Global */

.list--basic {
  margin: 0;
  padding-left: 20px;
}

.list--unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-new {
  color: red;
}

.text-nowrap {
  white-space: nowrap;
}

.margin-0 {
  margin: 0;
}

.hidden {
  display: none !important;
}

.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}

.disabled.table-price {
  opacity: 1 !important;
}

.disabled.table-price:after {
  opacity: 0.5 !important;
}

.busy {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.container {
	padding: 0 30px;
}

.blurred {
  filter: blur(4px);
}


/* Button */

.button::-moz-focus-inner,
.button--base::-moz-focus-inner {
  border: 0;
}

.button,
.button--base {
  padding: 0;
  /* font-family: 'Roboto', sans-serif; */
  background: none;
  border: none;
  cursor: pointer;
}

.button, .button:focus,
.button--base, .button--base:focus {
	outline: none;
}

.button {
  display: inline-block;
	padding: 7px 30px 6px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	border-radius: 65px;
  letter-spacing: 0.4px;
  text-align: center;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.161);
}

.button--medium {
	padding: 10px 23px;
  font-weight: 500;
  border-radius: 21px;
}

.button--big {
	padding: 6px 23px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.button--darkblue {
  min-width: 118px;
	background-color: #113954;
	border: 2px solid #1C4C6C;
}

.button--orange {
  background-color: #ED8B2D;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 8%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 5%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
  box-shadow: -2px -2px 3px rgba(255, 255, 255, 1),
    1px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.button--white {
  color: #EE8B2B;
  background-color: #FAFAFA;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 8%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 5%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
  box-shadow: -2px -2px 3px rgba(255, 255, 255, 1),
    1px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 1);
}

.button--multiline {
  display: inline-flex;
  flex-direction: column;
}

.button--multiline small {
  font-size: 9px;
  letter-spacing: 0.25px;
}

.button--link {
  font-size: 13px;
  font-weight: 300;
  color: #EBA45F;
  letter-spacing: 0.4px;
  text-decoration: underline;
}


/* Table */

.table-thumbnail {
  display: inline-block;
  width: 88px;
  height: 88px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
}

.table-tag {
  display: inline-block;
  padding: 5px 13px;
  color: #FFFFFF;
  background-color: #A1C68A;
  border: 1px solid transparent;
  border-radius: 11px;
  line-height: 1;
}

.table-tag--aluminium {
  background-color: #67A0D9;
}

.table-tag--transparent {
  color: #707070;
  background-color: transparent;
}

.table-tag--kommentar {
  padding-left: 0;
  float: left;
}

.table-tag--inline {
  margin: 3px 4px;
}

.table-item-wrapper:not(:first-child) {
  margin-top: 8px;
}

.table-item-wrapper--flex {
  display: flex;
  align-items: center;
}

.table-price-wrapper {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.table-price-wrapper:after {
  content: '\20AC';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.table-price {
  width: 100%;
  padding: 6px 16px;
  font-size: 13px;
  color: #707070;
  text-align: center;
  line-height: 1;
}

.table-actions__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-actions__left {
  margin-right: 13px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.table-actions__textarea {
  width: 100%;
  height: 64px;
  margin-top: 10px;
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 6px;
  resize: none;
}

.table-actions__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.table-actions__right > .button:not(:first-child) {
  margin-top: 18px;
}

.table-days {
  width: 110px;
  padding: 6px;
  font-size: 13px;
  color: #707070;
  border-radius: 2px;
  text-align: center;
}

.table-actions__buttons {
  display: flex;
  justify-content: space-between;
}

.table-actions__buttons .button:not(:first-child) {
  margin-left: 13px;
}


/* Forms */

.input {
  color: #707070;
  background-color: #EAEAEA;
  background-image: linear-gradient(352deg, rgb(235, 235, 235) 0%, #EAEAEA 100%);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05), 1px 1px 2px white;
  border: none;
  border-radius: 6px;
}

.input--invalid:invalid {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05), 0 0 4px red;
}

.input--radio {
  cursor: pointer;
}

.input--radio input {
  display: none;
}

.input--radio input:checked + span:before {
  background-color: rgb(255, 248, 183);
  background-image: none;
  box-shadow: 0px 0px 1px rgba(248, 164, 65, 0.7), 0px 0px 6px rgba(248, 164, 65, 0.533);
}

.input--radio span {
  display: flex;
  align-items: center;
}

.input--radio span:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -1px;
  margin-right: 10px;
  background-image: linear-gradient(71deg, #F2F2F4 0%, #EFECEC 18%, #FFFFFF 100%);
  box-shadow: 0px 2px 4px rgba(43, 43, 64, 0.322);
  border-radius: 100%;
}


/* Dashboard */

.dashboard__panels-group {
  display: flex;
  justify-content: space-between;
}

.dashboard__panels-group .dashboard__panel {
  margin: 0 0 0 5%;
}

.dashboard__panels-group .dashboard__panel:first-child {
  margin: 0;
}

.dashboard__panel {
  margin-top: 30px;
  padding: 16px 40px;
  background-color: #F7F8F8;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  box-shadow: -12px -13px 11px #FFFFFF,
              11px 10px 10px rgba(210, 217, 231, 0.486);
}

.dashboard__panel:first-of-type {
  margin-top: 0;
}

.dashboard__panel--flex {
  display: flex;
  align-items: center;
}

.dashboard__panel--light {
  border: none;
}

.dashboard__panel--footer {
  position: relative;
  padding: 0 0 40px 0;
}

.dashboard__panel--nopadding {
  padding: 0;
}

.dashboard__panel--same-padding {
  padding: 40px;
}

.dashboard__panel__right {
  margin-left: auto;
}

.dashboard__panel__download {
  display: flex;
}

.dashboard__panel__download .button {
  margin-left: 18px;
}

.dashboard__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.55px;
}

.dashboard__list {
  margin: 0;
  padding-left: 14px;
  font-size: 13px;
  line-height: 23px;
}

.dashboard__text {
  font-size: 13px;
  line-height: 23px;
}

.dashboard__pairs {
  padding: 16px 40px;
}

.dashboard__pair {
  font-size: 13px;
}

.dashboard__pair__key,
.dashboard__pair__value {
  padding: 6px 0;
}

.dashboard__pair__key {
  padding-right: 46px;
  font-weight: 700;
}

.dashboard__pair__value {
  font-weight: 500;
}

.dashboard__pair--separated .dashboard__pair__key,
.dashboard__pair--separated .dashboard__pair__value {
  padding-top: 32px;
}

.dashboard__pair__value--price {
  padding: 3px 0;
}

.dashboard__pair__value--price > div {
  width: 128px;
  height: 26px;
  background-color: #FFFFFF; 
  border: 1px solid #707070;
  border-radius: 6px;
}

.dashboard__pair__value--price.--large > div {
  width: 176px;
}

.dashboard__table {
  margin-top: 20px;
}


/* Notifications */

.notifications {
  position: relative;
  z-index: 9999;
}

.notifications .position-top-center {
  /* width: 325px !important; */
  width: auto !important;
  max-width: 100% !important;
}

.notifications .notification-content {
  width: auto !important;
  flex: 1 !important;
  padding: 8px 13px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.notifications .notification-button {
  flex-shrink: 0 !important;
}


/* Toggle */

.toggle {
  position: relative;
  display: flex;
  width: 50px;
  height: 25px;
  margin: 0 auto;
  font-size: 9px;
  font-weight: 500;
  color: white;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(270deg, #D0D0D0 0%, rgba(222, 222, 222, 0.765) 68%, rgba(235, 235, 235, 0.639) 100%);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6),
    1px 1px 2px rgba(120, 132, 155, 0.2),
    inset 0px 0px 1px rgba(120, 132, 155, 0.2);
}

.toggle:not(:first-child) {
  margin-top: 8px;
}

.toggle__indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(180deg, #FFE2A0 0%, #EB9D52 100%);
  box-shadow: -1px 0px 2px rgba(147, 150, 157, 0.294);
  transform: translateX(100%);
  border-radius: 0 6px 6px 0;
  pointer-events: none;
}

.toggle__text__on,
.toggle__text__off {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  z-index: 1;
  pointer-events: none;
}

.toggle__text__on {
  opacity: 0;
}

.toggle--on {
  background-image: linear-gradient(90deg, #D0D0D0 0%, rgba(222, 222, 222, 0.765) 68%, rgba(235, 235, 235, 0.639) 100%);
  overflow: visible;
}

.toggle--on .toggle__text__off {
  opacity: 0;
}

.toggle--on .toggle__text__on {
  opacity: 1;
}

.toggle--on .toggle__indicator {
  background-image: radial-gradient(closest-side at 50% 50%, #9DC765 0%, #BEE370 100%);
  transform: translateX(0);
  box-shadow: 0px 0px 10px rgba(193, 222, 30, 0.533);
  border-radius: 6px 0 0 6px;
}


/* Modal */

.modal--custom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 5;
}

.modal--custom__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.361);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}

.modal--custom__container {
  display: inline-block;
  max-width: 100%;
  margin-top: 50vh;
  transform: translateY(-50%);
  padding: 13px 16px 16px;
  background-color: #F7F8F8;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.161);
  text-align: left;
}

.modal--custom.modal--custom--reject .modal--custom__container,
.modal--custom.modal--custom--comment .modal--custom__container {
  width: 488px;
  padding: 0;
  border: none;
  border-radius: 6px;
}

.modal--custom__header {
  display: flex;
}

.modal--custom__title {
  width: 100%;
  margin: 0;
  padding: 23px 26px 20px;
  font-size: 24px;
  font-weight: 400;
  background-color: #F7F8F8;
  box-shadow: 0px 6px 5px rgba(210, 217, 231, 0.486);
  border-radius: 6px 6px 0px 0px;
  text-align: center;
}

.modal--custom__block {
  margin-top: 20px;
}

.modal--custom__block--small {
  margin-top: 6px;
}

.modal--custom__block--big {
  margin-top: 32px;
}

.modal--custom__block--buttons {
  text-align: right;
}

.modal--custom__block--buttons > .button {
  margin-left: 16px;
}

.modal--custom__block--button {
  margin: 26px 0 20px;
  text-align: center;
}

.modal--custom__block img {
  max-width: 100%;
}

.modal--custom__form {
  padding: 40px 26px;
}

.modal--custom__form, .modal--custom__label, .modal--custom__input {
  font-size: 13px;
  letter-spacing: 0.4px;
}

.modal--custom__label {
  display: block;
}

.modal--custom__input {
  width: 100%;
  margin-top: 5px;
  padding: 7px 11px;
  font-family: 'Roboto', sans-serif;
}

textarea.modal--custom__input {
  height: 130px;
  resize: none;
}


/* Icons */

.icon--alert {
  width: 20px;
  fill: #ee8b2b;
}

.icon--download-table {
  width: 13px;
  fill: #707070;
}

.icon--download-file {
  width: 13px;
  margin-right: 6px;
  fill: white;
}


/* Alert */

.alert-container {
  width: 228px;
  padding: 30px 16px 16px;
  background-color: rgba(240, 240, 240, 0.859);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 6px;
}

.alert-text {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.alert-close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 13px;
  font-weight: 900;
  color: #707070;
}


/* Others */

.dataTables_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.file-thumbnail__link {
  display: block;
}

.file-thumbnail__img {
  cursor: pointer;
}

.table-input-wrapper {
  width: 90px;
  margin: 0 auto;
}

.table-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 13px;
  color: #707070;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}

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

.table-button-icon {
  width: 14px;
}

.icon--stroke {
  stroke: #707070;
}

.icon--fill {
  fill: #707070;
}

.icon--close {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #707070;
  stroke-width: 2px;
  stroke-linecap: round;
  pointer-events: none;
}

.table-comment-wrapper {
  padding: 20px 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 6px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}


/* Charts */

.charts {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 40px;
}

.chart {
  position: relative;
  background-color: #F7F8F8;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  box-shadow:  9px 9px 18px rgba(212, 213, 213, 0.5), 
               -9px -9px 18px #ffffff;
}

.chart__title {
  margin: 13px 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.55px;
  text-align: center;
}

.chart__container {
  position: relative;
}

.charts--column1 .chart {
  width: 100%;
}

.charts--column2 .chart {
  /* width: calc(calc(100% / 2) - calc(60px / 2)); */
  width: calc(50% - 30px);
}

.charts--column3 .chart {
  /* width: calc(calc(100% / 3) - calc(60px * 2 / 3)); */
  width: calc(33% - 40px);
}
