﻿.plan-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #FFFFFF;
  padding: 30px;
  min-width: 2050px;
}

.sup-btn--color-purple {
  background-color: #68569E !important;
  color: #FFFFFF !important;
}

.exp-panel__input {
  border: none;
  background-color: transparent !important;
  outline: none;
  max-width: calc(100% - 10px);
  user-select: all;
}
.exp-panel__input div {
  margin: 0 !important;
}

.exp_panel__input--align-center {
  text-align: left;
}

.exp-panel {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 1px solid #D4B4F1;
  border-radius: 7px;
  background-color: #E8F1F5;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-width: 2400px;
}

.exp-panel--closed {
  height: 56px;
}
.exp-panel--closed .exp-panel__closed-content {
  display: flex;
}
.exp-panel--closed .exp-panel__action {
  border-left: 2px solid #FFFFFF;
}
.exp-panel--closed .exp-panel__data {
  display: none;
}

.exp-panel__closed-content {
  display: none;
  align-items: center;
  width: 100%;
}

.exp-panel__header__title {
  min-width: 350px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 28px;
}

.item-type-container {
  display: flex;
  gap: 20px;
}

.exp-panel__closed-data {
  display: flex;
  height: 100%;
  width: 100%;
}

.exp-panel__closed-data__item {
  width: 112px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10.5px;
  box-sizing: border-box;
  flex-grow: 1;
  gap: 10px;
}
.exp-panel__closed-data__item p, .exp-panel__closed-data__item div {
  cursor: default;
}

.exp-panel__closed-data__item:not(:last-child) {
  border-right: 2px solid #FFFFFF;
}

.exp-panel__closed-data__item__value {
  font-size: 1.1669rem;
  color: #4F6D7B;
}

.exp-panel__closed-data__item__title {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  height: 0.7rem;
  text-transform: uppercase;
  color: #4F6D7B;
  font-weight: 600;
  flex-grow: 1;
}

.exp-panel__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.exp-panel__row {
  height: 42px;
}

.exp-panel__row:last-child .exp-panel__cell {
  border-bottom: none;
}

.exp-panel__cell {
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  padding: 0 14px;
  color: #424242;
  overflow: hidden;
}

.exp-panel__cell:first-child {
  border-left: none;
  width: 350px;
}

.exp-panel__header__title--style-purple {
  background-color: #68569E;
}
.exp-panel__header__title--style-purple .exp-panel__input {
  color: #FFFFFF !important;
}
.exp-panel__header__title--style-purple .exp-panel__input input {
  color: #FFFFFF !important;
}

.exp-panel__header__title--close-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.exp-panel__header__title--close-panel .exp-panel__subtitle {
  color: #D4B4F1;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.sup-btn {
  background-color: #FFFFFF;
  border: 1px solid #D4B4F1;
  border-radius: 7px;
  outline: none;
  height: 35px;
  cursor: pointer;
  font-weight: 600;
  color: #424242;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: fit-content;
  position: relative;
}
.sup-btn__menu {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  border-radius: 0.375rem;
  padding: 0.79875rem 0 0.57625rem 0.694375rem;
  width: 8.75rem;
  background-color: #F2F9FF;
  z-index: 10;
  box-shadow: 0.3125rem 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.1254901961);
}
.sup-btn__action {
  color: #9A9A9A;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 1.1;
}
.sup-btn__action:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
.sup-btn__action:last-child {
  margin: 0;
}
.sup-btn__action:hover {
  color: #134FA6;
  text-decoration: underline;
}

.sup-btn--icon {
  height: 35px;
  width: 35px;
  max-height: 35px;
  max-width: 35px;
  color: #68569E !important;
}

.sup-btn--icon-text {
  padding: 0 14px;
}

.sup-btn__icon {
  height: 40%;
  width: auto;
}

.exp-panel__header {
  height: 89.6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
  border-right: 2px solid #FFFFFF;
  box-sizing: border-box;
}

.exp-panel__header__title .exp-panel__input {
  color: #68569E;
  font-size: 1.4875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.exp-panel__header__title .exp-panel__input input {
  color: #68569E !important;
  font-size: 2.45rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.exp-panel__header__action {
  display: flex;
  gap: 21px;
}

.exp-panel__data {
  width: 100%;
}

.exp-panel__table__row {
  height: 60px;
}
.exp-panel__table__row td, .exp-panel__table__row th {
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
}

.exp-panel__row--style-header {
  height: 35px;
  background-color: rgba(189, 208, 215, 0.2);
}
.exp-panel__row--style-header .exp-panel__cell {
  text-transform: uppercase !important;
  color: #4F6D7B;
}

.exp-panel__row--style-history .exp-panel__input {
  color: #668C9E;
  font-weight: 500;
}
.exp-panel__row--style-history .exp-panel__input input {
  color: #668C9E !important;
  font-weight: 500 !important;
}

.exp-panel__row--style-plan {
  background-color: #68569E;
}
.exp-panel__row--style-plan .exp-panel__input {
  color: #FFFFFF;
  font-weight: 600;
}
.exp-panel__row--style-plan .exp-panel__input input {
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

.exp-panel__row--style-real .exp-panel__input {
  color: #68569E;
  font-weight: 600;
}
.exp-panel__row--style-real .exp-panel__input input {
  color: #68569E !important;
  font-weight: 600 !important;
}

.exp-panel__row--style-footer .exp-panel__cell {
  font-weight: 600;
}

.exp-panel__action {
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.text--success {
  color: #3BB75E;
}

.text-fail {
  color: #D52A56;
}
