/* ----------Кнопки-------------- */

.manage-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  z-index: 1;
}

.buttons-rounded-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--gray-color);
  padding: 8px;
  border-radius: 50px;

  /*начальное состояние - круг - высота тоже 60*/
  width: 60px;
  opacity: 0;
}


.btn-round-switch {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-color);
  font-size: 14px;
  line-height: 14px;
  background: none;
  border: none;
  border-radius: 50px;
  user-select: none;

  width: 50%;
  opacity: 0;
}

.bg-switch {
  position: absolute;
  left: 9px;
  top: 9px;
  bottom: 9px;
  width: 42px;
  border-radius: 50px;
  background-color: var(--gray-color);

  z-index: -1;
}

.btn-round-switch.active {
  color: var(--purple-color);
}


.btn-round {
  height: 30px;
  background-color: transparent;
  border: none;
  position: relative;

  opacity: 0;
  width: 50%;

  display: none !important;
}

.download-block .btn-round {
  display: block !important;
}

.btn-round-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: none;
  border: 1px solid var(--gray-color);

  opacity: 0;
}

.btn-round:hover .btn-round-circle {
  background-color: var(--cyan-color);
  border: 1px solid var(--cyan-color);
}


.btn-round-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--gray-color);
  font-size: 14px;
  line-height: 30px;
  z-index: 1;
  width: 100%;
  height: 100%;

  opacity: 0;
  /*transition: opacity .25s ease;*/
}

.btn-round-text:hover {
  color: var(--gray-color) !important;
}

.submit-absolute-wrap {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 15%;
}

.submit-absolute {
  height: 60px;

  padding: 0;
  border: 1px solid var(--gray-color);
  border-radius: var(--radius50);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  background-color: var(--gray-color);
  color: var(--black-color);

  opacity: 0;
  width: 60px;
}

.submit-absolute-text {
  opacity: 0;
}




/* ----------TABLE VERY BIG-------------- */

.table-big-item {
  transition: color .3s ease;
}

.table-big-item_left {
  position: relative;
}

.table-text-big {
  font-size: var(--text70);
  line-height: var(--text70);
  color: var(--gray-color);
  text-transform: uppercase;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color .3s ease;

  opacity: 0;
}

.table-text-big-duplicate {
  font-size: var(--text70);
  line-height: var(--text70);
  color: var(--gray-color);
  text-transform: uppercase;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: color .2s ease;

  opacity: 0;
}

.table-big-item:hover .table-text-big, .table-big-item:hover .table-text-big-duplicate {
  color: var(--cyan-color);
  cursor: default;
}


@media (max-width: 1200px) {
  .table-text-big {
    font-size: 42px;
    line-height: 42px;
  }
}


@media (max-width: 991.98px) {
  .buttons-rounded-wrap {
    padding: 4px;
    width: 50px;
  }

  .bg-switch {
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 40px;
  }

  .btn-round-switch {
    height: 40px;
  }

  .table-text-big, .table-text-big-duplicate {
    font-size: 30px;
    line-height: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .submit-absolute-wrap {
    width: 33%;
    left: 0;
    right: initial;
  }
}



/* ----------TABLE black reports-------------- */

.reports-main-table {
  padding: 40px 0;
  background-color: var(--black-color);
  color: rgba(240, 240, 240, 1);
}

.reports-main-table_name {
  font-size: 20px;
  padding: 10px 40px;
}

.reports-main-table_head {
  padding: 20px 40px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr;

  color: rgba(240, 240, 240, .4);
  font-size: 12px;
  line-height: 20px;
}



.reports-main-table_body {
  color: rgba(240, 240, 240, 1);
  font-size: 14px;
  line-height: 20px;
  padding: 0 40px;
  /*border-top: 1px solid rgba(240, 240, 240, .2);*/

  position: relative;
}

.reports-main-table_grid-container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr;
  padding: 20px 0;

  position: relative;
}

.dark-border-top {
  border-top: 1px solid var(--black-opa02);
}

.reports-main-table_left {
  z-index: 1;
}

.reports-main-table_right {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;

  z-index: 1;
}

.reports-main-table_right_inner {
  display: flex;
  justify-content: space-between;
}


.color-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
}

.bg-inner {
  transform: scaleX(0);
  width: 100%;
  background-color: #37BFA7;
}

/*------------------end table-------------------------*/

/*------------------no data in table-------------------------*/
.no-data-wrapper {
  position: relative;
  /*margin: 40px;*/
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.no-data-wrapper span {
  border: 1px solid var(--gray-color);
  color: var(--gray-color);
  border-radius: var(--radius50);
  padding: 15px;
  width: 250px;
  display: flex;
  justify-content: center;
  cursor: not-allowed;
}

.no-data-white-table span {
  color: var(--black-color);
  border: 1px solid var(--black-color);
}


/* ----------TABLE reports override to white table-------------- */

.second-window-white .reports-main-table_head {
  color: var(--black-opa04);
}

.second-window-white .reports-main-table_body {
  color: var(--black-color);
}


@media (max-width: 991.98px) {
  .reports-main-table_head {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    padding: 20px 15px;
  }

  .reports-main-table_name {
    padding: 10px 15px;
  }

  .reports-main-table_body {
    padding: 0 15px;
  }

  .reports-main-table_grid-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }

  .reports-main-table_right_inner {
    flex-direction: column;
  }

  .reports-main-table_right {
    grid-template-columns: 1fr !important;
    grid-gap: 0;
  }

  .text-side {
    text-align: left !important;
  }
}


