[v-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.pt-2 {
  padding-top: 2px;
}

.d-flex {
  display: flex;
}

.align-end {
  text-align: end;
  justify-content: end;
}

.app-loading__gg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1100;
}

.app-loading__preloader {
  position: relative;
  top: 32%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.65);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}

.links {
  display: flex;
}

.links a {
  text-decoration: underline;
  color: #000;
}
.links a:hover {
  color: #f00;
}

@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.checkbox-element,
.checkbox-element label,
.radio_button label{
  cursor: pointer;
  transition: 0.15s;
}

.checkbox-element label:hover,
.radio_button label:hover {
  color: #ff0000;
}

label::before {
  transition: 0.15s;
}

.checkbox-element label:hover::before,
.radio_button label:hover::before {
  border-color: #ff0000!important;
}

.page-calc-body {
  background: #f9f9f9;
}

.n-calc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 5em;
}

.n-calc {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 46em;
}

.n-calc__main {
  flex: 1;
}

.n-calc__multipliers {
  flex: 1;
}

.n-calc-col__multipliers .n-calc-element__value input {
  max-width: 2.8em;
}

.n-calc__heading {
  margin-bottom: 0.6em;
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  font-weight: bold;
}
.n-calc__copy-arrow {
  display: flex;
  align-items: center;
  position: relative;
}
.n-calc-copy a {
  color: #000;
}
.n-calc-copy a:hover {
  color: #f00;
}
.n-calc-copy a:focus {
  text-decoration: none;
}
.n-calc-copy a:hover img {
  filter: invert(0.5) sepia(1) saturate(100) hue-rotate(-5deg);
}

.n-calc-body {
  padding: 2.4em 1.5em 0em;
}

.n-calc-footer,
.n-calc-copy {
  padding: 1.23em 1.3125em 2.6em;
}
.n-calc-copy {
  padding-top: 0;
}

.n-calc-col__wrapper {
  display: flex;
}

.n-calc-col {
  flex: 1;
}

.n-calc-col h4 {
  font-size: 22px;
}

.n-calc-col__settings {
  flex: 1 1 61%;
}
.n-calc-col__multipliers {
  flex: 1 1 39%;
}

.n-calc-element {
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}

.n-calc-element__title {
  flex: 0 0 6em;
  max-width: 6em;
  overflow: hidden;
  margin-right: 0.4em;
}

.n-calc-col__multipliers .n-calc-element__title {
  flex: 0 0 4em;
}

.n-calc-element__value {
  min-height: 1.671em;
  display: flex;
  align-items: center;
}

.n-calc-element__value select,
.n-calc-element__value select:focus,
.n-calc-element__value input {
  padding: 0.12em 0.2em;
  border: 1px solid #e5e5e5;
  outline: none;
}

.n-calc-element__value input {
  padding: 0.07em 0.2em;
  margin-right: 0.3em;
}

.n-calc-element__value input {
  max-width: 5.3em;
}

.n-calc-footer {
  background: #0e1018;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  min-height: 9.4em;
}

.n-calc-footer__col {
  margin-bottom: 1em;
}

.n-calc-res-element {
  margin-right: 3.6em;
}

.n-calc-res-element:last-of-type {
  margin-right: 0;
}

.n-calc-res-element > div {
  white-space: nowrap;
}

.n-calc-res-element__title {
  color: #aca1a5;
}

.n-calc-res-element__sum {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

.n-calc-res-element__subsum {
  color: #6f6e6e;
}

.calcPad input {
  background-color: white;
  border-color: lightgrey;
}

.calcPad select {
  background-color: white;
  border-color: lightgrey;
}

#main-calculator {
  padding: 0 1em 3em;
  margin-top: 2.2em;
}

#main-calculator > .main-calculator__body {
  max-width: 500px;
  margin-bottom: 3.3em;
}

@media (min-width: 991px) {
  #main-calculator > .main-calculator__body {
    max-width: 600px;
  }
}

@media (min-width: 767px) {
  .n-calc {
    min-height: 44em;
  }
}

.pools-selectors,
.pools-selectors label {
  margin-bottom: 0;
}

.calcRes__subsum {
  font-size: 1em;
  margin-top: -0.3em;
  margin-bottom: 0.3em;
  color: #6f6e6e;
}

.pools-selectors div > input {
  position: absolute;
  left: -9999px;
}

.pools-selectors {
  margin-right: 1em;
}

.pools-selectors:last-of-type {
  margin-right: 0;
}

.pools-selectors div > label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 150ms color ease-in-out;
}

.pools-selectors div > label:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  margin-right: 0.5em;
  margin-top: 9px;
}

.pools-selectors div > input:checked + label:before {
  border: 1px solid #d4ad68;
  background: #d4ad68;
}

.pools-selectors div > label:hover {
  cursor: pointer;
}

.calcTable .settings-input-small__wider {
  width: 4.9em;
  margin-right: 0.2em;
}

.n-calc-wrapper.gg-ev .n-gg-ev {
  width: 100%;
}

.n-calc-wrapper.gg-ev .n-calc__heading {
  margin-bottom: 26px;
}

.n-calc-wrapper.gg-ev .d-flex {
  display: flex;
}

.n-calc-wrapper.gg-ev .items-start {
  align-items: flex-start;
}

.n-calc-wrapper.gg-ev .n-calc-element__title {
  margin-right: 2.4em;
}

.n-calc-wrapper.gg-ev .top-element {
  margin-right: 32px;
  display: flex;
  align-items: center;
  gap: 1em;
}

.n-calc-wrapper.gg-ev .player-data-block {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  position: relative;
  min-width: 220px;
  padding-top: 2px;
}

.checkbox-element input[type='checkbox'] {
  position: relative;
  left: -99999px;
}

.n-calc-wrapper.gg-ev .player-data-block .checkbox-element label {
  position: relative;
  margin-left: 4px;
}
.n-calc-wrapper.gg-ev .player-data-block label {
  font-size: 1em !important;
}

.checkbox-element input[type='checkbox'] + label:before {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  content: '';
  border: 1px solid #000;
  width: 14px;
  height: 14px;
}

.checkbox-element input[type='checkbox']:checked + label:after {
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 6px;
  content: '';
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 5px;
  border-radius: 1px;
  transform: rotate(-45deg);
}

input[type='radio'] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type='radio']:focus {
  outline: none;
  outline-offset: 0;
}

input[type='radio']::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
}

input[type='radio']:checked::before {
  transform: scale(1);
}

.n-calc-wrapper.gg-ev .top-element select {
  min-width: 82px;
}

.n-calc-wrapper.gg-ev .n-calc-col__pool {
  display: flex;
  flex-direction: column;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table {
  margin-left: -13px;
  margin-right: -13px;
  position: relative;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table,
.n-calc-wrapper.gg-ev .gg_pool {
  margin-top: 58px;
  margin-bottom: 19px;
}

.n-calc-wrapper.gg-ev .gg_pool {
  flex: 1;
}

.pl-gg_pool {
  padding-left: 70px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-row {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 19% 20% 25% 16% 13%;
}

.n-calc-wrapper.gg-ev .table-head {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
.n-calc-wrapper.gg-ev .table-cell {
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
}
.n-calc-wrapper.gg-ev .table-cell-center {
  text-align: center;
  justify-content: center;
}

.n-calc-wrapper.gg-ev .table-cell {
  font-size: 1em;
}

.n-calc-wrapper.gg-ev .table-cell input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 7px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom {
  margin-bottom: 58px;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem {
  display: grid;
  grid-template-columns: 50% 25% 25%;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem-title {
  font-size: 1.375em;
  font-weight: 700;
  grid-column: 1 / 3;
}

.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem .value,
.n-calc-wrapper.gg-ev .n-calc-gg-table-bottom .elem input {
  font-size: 1.375em;
  font-weight: 700;
  padding-left: 13px;
  padding-right: 13px;
}

.n-calc-wrapper.gg-ev input::-webkit-outer-spin-button,
.n-calc-wrapper.gg-ev input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.n-calc-wrapper.gg-ev input[type='number'] {
  -moz-appearance: textfield;
}

.n-calc-wrapper.gg-ev .table-cell.percent {
  display: flex;
  align-items: center;
}
.n-calc-wrapper.gg-ev .table-cell.percent input {
  margin-right: 0.2em;
  min-width: 40px;
}
.n-calc-wrapper.gg-ev .table-cell.percent label {
  margin-bottom: 0;
}

.gg-ev .n-calc__clear_btn {
  align-items: flex-start;
  display: inline-block;
}

.gg-ev .n-calc__clear_btn img {
  margin-right: 7px;
}
.gg-ev .actions {
  padding-bottom: 49px;
}

.gg-footer {
  margin: 0em -1.5em 0em;
}
.n-calc-footer.gg-footer {
  padding: 0;
}

.gg-footer .n-calc-res-element {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  flex: 1;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  padding-left: 24px;
  padding-right: 5px;
  color: #fff;
}

.gg-footer .n-calc-res-element .n-calc-res-element__title {
  color: #fff;
  font-size: 1.375em;
}

.gg-footer .n-calc-res-element .n-calc-res-element__subtitle {
  color: #929493;
}

.gg-footer .n-calc-res-element .pool-ev-block {
  margin-top: 40px;
  display: flex;
  gap: 2em;
}

.gg-footer .n-calc-res-element .profit-block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 4em;
}

.gg-footer .n-calc-res-element .value {
  font-size: 1.375em;
}

.gg-footer .n-calc-res-element .diff {
  color: #fff;
  font-size: 1em;
  line-height: 25px;
  max-width: 220px;
}

.gg-footer .n-calc-res-element .diff_elem {
  display: flex;
  /* flex-wrap: wrap; */
}

.gg-footer .n-calc-res-element .diff .red {
  color: #f00;
  font-weight: 700;
}

.gg-footer .n-calc-res-element .diff .green {
  color: #00cc21;
  font-weight: 700;
}

.gg-footer .splitter {
  width: 1px;
  background: #545454;
}

.gg-ev .n-calc-copy {
  padding: 0px;
}

@media (max-width: 1200px) {
  .gg-footer .n-calc-res-element__sum .value {
    min-width: 150px;
  }
  .gg-footer .splitter {
    margin: 25px;
    margin-right: 30px;
    width: 0;
  }
}

@media (max-width: 991px) {
  .n-calc-col__wrapper {
    display: block;
  }
  .pl-gg_pool {
    padding-left: 0px;
    margin-top: 34px;
  }

  .n-calc-wrapper.gg-ev .flex-wrap {
    flex-wrap: wrap;
  }

  .n-calc-wrapper.gg-ev .player-data-block {
    margin-top: 15px;
  }
  .n-calc-wrapper.gg-ev .n-calc-gg-table{
    margin-top: 38px;

  }
}

@media (max-width: 666px) {
  .n-calc-footer.gg-footer {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .gg-footer .splitter {
    margin: 5px;
  }
}

/**************** comparison ******************/
.comparison {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3.3em;
  padding-top: 60px;
  padding-bottom: 80px;
}

.comparison .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: bold;
}

.comparison .comparison-real-data .crd-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.comparison .switcher{
  display: none;
  justify-content: center;
}

.switcher .radio_button {
  display: flex;
  margin-left: 30px;
  position: relative;
}

.switcher .radio_button input {
  position: absolute;
  left: -9999px;
}

.switcher .radio_button label {
  cursor: pointer;
  display: flex;
  font-size: 1em;
}

.switcher .radio_button label::before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 0.23em;
  margin-top: 6px;
}

.switcher .radio_button input:checked + label:before {
  border: none;
  background: #ff0000;
}

.switcher.switcher-userdata {
  position: absolute;
  top: 100%;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.switcher.switcher-userdata .radio_button{
  margin-left: 0px;
}

.comparison .comparison-real-data .crd-table {
  margin-bottom: 30px;
}
.comparison .comparison-real-data .crd-table-mobile {  
  border-top: 1px solid #eeeeee;
  padding-bottom: 15px;
  display: none;
}

.comparison .comparison-real-data .crd-table .crd-header,
.comparison .comparison-real-data .crd-table .crd-row {
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 70px;
  align-items: center;
  padding-left: 24px;
  padding-right: 63px;
  font-size: 1em;
  font-weight: 700;
}

.comparison .comparison-real-data .crd-table .crd-row {
  font-size: 1.375em;
  height: 104px;
  padding-bottom: 10px;
}
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile{
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.175em;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  align-content: center;
  font-weight: 700;
}

.comparison .comparison-real-data .crd-table .crd-row .crd-row__column,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .crd-row__column-mobile {
  position: relative;
}

.comparison .comparison-real-data .crd-table .crd-row .diff_percent {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  top: 35px;
  right: 0;
}
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent{
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  top: 22px;
  left: 0;
}

.comparison .comparison-real-data .crd-table .crd-row .diff_percent.green,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent.green{
  color: #01af79;
}
.comparison .comparison-real-data .crd-table .crd-row .diff_percent.red,
.comparison .comparison-real-data .crd-table-mobile .crd-row-mobile .diff_percent.red {
  color: #ff0000;
}

.comparison .comparison-real-data .crd-footer {
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 24px;
  padding-right: 63px;
  height: 70px;
  align-items: center;
}

.comparison .comparison-real-data .crd-footer .since {
  align-items: end;
  line-height: 100%;
}

.comparison .comparison-real-data .crd-footer .question {
  margin-left: 7px;
}

.comparison .desc {
  padding-left: 24px;
  padding-right: 24px;
}

.comparison .desc ul {
  padding-left: 16px;
}
.comparison .desc li {
  padding-top: 8px;
}

.comparison .table {
  margin-top: 60px;
  border-bottom: 1px solid #e0e0e0;
  min-width: 900px;
}

.comparison .table .header {
  display: flex;
  align-items: stretch;
  background: #000;
  color: #fff;
}

.comparison .table .header .header__column {
  flex: 1;
  border-right: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 700;
  text-wrap: nowrap;
}
.comparison .table .header .header__column:first-child {
  justify-content: flex-start;
  padding-left: 25px;
}

.comparison .table .header .header__column:last-child {
  border-right: none;
}

.comparison .table .rows .row {
  display: flex;
  align-items: stretch;
  margin: 0;
  height: 114px;
}

.comparison .table .rows .row:nth-child(even) {
  background: rgba(1, 175, 121, 0.15);
}

.comparison .table .rows .row__column {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-wrap: nowrap;
}
.comparison .table .rows .row__column:last-child {
  border-right: none;
}

.comparison .table .rows .row__column_first {
  flex-direction: column;
  align-items: start;
  padding-left: 25px;
}
.comparison .table .rows .row__column_first div {
  text-align: start;
}
.comparison .formula_title {
  font-weight: bold;
  font-size: 1.375em;
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.comparison .question {
  min-width: 18px;
  width: 18px;
  height: 18px;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5px;
  margin-left: 14px;
  position: relative;
}

.comparison .question.question_since {
  margin-left: 7px;
  top: 1px;
}
.comparison-tooltip-since.tooltip .tooltip-inner{
  max-width: 400px;
  font-size: 13px;
}

.comparison-tooltip.tooltip .tooltip-inner {
  max-width: 400px;
  font-size: 13px;
  background: #fff;
  color: #000;
  border-radius: 11px 11px 10px 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.comparison-tooltip.tooltip .tooltip-inner .title {
  font-size: 13px;
  font-weight: 700;
}

.comparison .graph-wrapper {
  margin-top: 70px;
}

.comparison .graph-wrapper .title {
  margin-bottom: 10px;
}
.comparison .graph-wrapper .subtitle {
  text-align: center;
}
.comparison .graph-wrapper .graph {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.comparison .graph-wrapper.graph2 .graph {
  padding-right: 18px;
  margin-top: 34px;
  margin-bottom: 28px;
}
.comparison .graph-wrapper .graph img {
  width: 100%;
}

.comparison .graph-wrapper .desc {
  padding-left: 140px;
  padding-right: 70px;
}

.comparison .graph-wrapper p {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .comparison .table {
    margin-top: 40px;
  }
  .comparison .table .rows .row {
    height: 90px;
  }

  .comparison .graph-wrapper {
    margin-top: 50px;
  }
  .comparison .graph-wrapper .graph {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .comparison .graph-wrapper .desc {
    padding-left: 12%;
    padding-right: 5%;
  }

  .comparison .table-wrap {
    overflow-x: auto;
  }

  .comparison .title{
    margin-bottom: 20px;
  }
  
  .comparison .comparison-real-data .crd-title{
    margin-bottom: 15px;
  }

  .comparison .comparison-real-data .crd-table .crd-row {
    font-size: 1em;
  }
  .comparison .comparison-real-data .crd-footer .since {
    align-items: center;
  }
  .comparison .comparison-real-data .crd-footer .since > span:first-child {
    width: 85px;
  }
  .comparison .comparison-real-data .crd-table .crd-header,
  .comparison .comparison-real-data .crd-table .crd-row,
  .comparison .comparison-real-data .crd-footer {
    padding-right: 24px;
  }

  .comparison .comparison-real-data .crd-footer{
    height: 50px;
    margin-bottom: 20px;
  }

  .comparison .comparison-real-data .crd-table{
    display: none;
  }
  .comparison .comparison-real-data .crd-table-mobile{
    display: block;
  }

}

/******************* real-data *********************/

.real-data-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.real-data-subtitle {
  text-align: center;
  margin-bottom: 32px;
}

.real-data {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3.3em;
  padding-top: 40px;
  overflow-x: auto;
}

.real-data .calendar-icon {
  position: relative;
  top: -2px;
  left: -3px;
}

.real-data .array-down-icon {
  position: relative;
  top: -1px;
  left: 5px;
}

.real-data .top {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 35px;
  margin-bottom: 30px;
}

.real-data .top .since {
  align-items: center;
  line-height: 100%;
}

.real-data .top .since .question {
  margin-left: 8px;
}

.real-data .switcher {
  display: flex;
}

.real-data .table .header {
  border-top: 1px solid #eeeeee;
  display: flex;
  height: 57px;
  align-items: center;
  padding-left: 24px;
  padding-right: 63px;
  font-size: 1em;
  font-weight: 700;
}

.real-data .table .col-stake {
  width: 60px;
}
.real-data .table .col-tournaments {
  width: 158px;
}
.real-data .table .col-evet {
  width: 163px;
}
.real-data .table .col-evx50 {
  width: 160px;
}
.real-data .table .col-evavg {
  width: 158px;
}
.real-data .table .col-diff1 {
  width: 126px;
}
.real-data .table .col-diff2 {
  width: 126px;
}

.real-data .table .real-data-rows {
  border-top: 1px solid #eeeeee;
}

.real-data .table .real-data-row {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 1em;
  padding-left: 24px;
  padding-right: 63px;
}
.real-data .table .real-data-row:hover {
  background-color: #f8f8f8;
}

.real-data .top .date-selector {
  margin-right: 30px;
  position: relative;
}

.real-data .top .date-selector a {
  z-index: 1053;
  position: relative;
}
.real-data .top .date-selector a span {
  font-size: 14px;
}

.date-selector-box {
  position: absolute;
  display: flex;
  z-index: 1052;
  top: 5px;
  left: 0;
  width: 116px;
  background: #ffffff;
  border-radius: 5px;
  padding: 1.062em 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.date-selector-box__pools {
  width: 45%;
  position: relative;
  top: -1.1em;
  padding: 2em 0 0;
}

.date-selector-box__year {
  width: 55%;
  height: 100%;
  position: relative;
  top: -1.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3em;
  background: #f2f2f2;
  border-bottom-left-radius: 10px;
  padding: 2em 0.6em 0.3em;
}

.date-selector-box__year-element > input {
  position: absolute;
  left: -9999px;
}

.date-selector-box__year-element > input:checked + label {
  color: #000000;
}

.date-selector-box__year-element > label {
  font-size: 0.875em;
  color: #c4c4c4;
  transition: 150ms color ease-in-out;
}

.date-selector-box__year-element > label:hover {
  color: #ff0000;
  cursor: pointer;
}

.date-selector-box__pools-heading {
  padding: 2em 1em 0.5em;
}

.date-selector-box__pools-heading,
.date-selector-box__pools-element label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.date-selector-box__pools-heading span {
  font-weight: 500;
  margin-bottom: 0.4em;
}

.date-selector-box__pools-heading span,
.date-selector-box__pools-element label span {
  min-width: 4.7em;
  display: block;
}

.date-selector-box__pools-heading span:nth-child(odd),
.date-selector-box__pools-element label span:nth-child(odd) {
  padding: 0 0.8125em 0 0.8125em;
}

.date-selector-box__pools-element input {
  position: absolute;
  left: -9999px;
}

.date-selector-box__pools-element.active label {
  color: #000000;
}

.date-selector-box__pools-element label {
  font-size: 0.875em;
  color: #c4c4c4;
  margin-bottom: 1px;
  transition: 150ms ease-in-out color;
}

.date-selector-box__pools-element {
  transition: 150ms background ease-in;
}

.date-selector-box__pools-element:not(.active) label:hover {
  cursor: pointer;
  color: #000;
}

@media (max-width: 766px) {
  .switcher .radio_button {
    margin-left: 15px;
  }
  .switcher .radio_button label::before {
    margin-top: 6px;
  }

  .real-data-subtitle{
    margin-bottom: 12px;
  }
}

/* nds - new date selector */

.nds-container{
  position: relative;
  font-size: 14px;
}

.nds{
  position: relative;
  margin-right: 1em;
  user-select: none;
  display: flex;
}

.nds .button{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1D1D1D;
  color: #fff;  
  padding: 4px 8px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.nds .button:hover:not(.disabled){
  background: #3F3F3F;
}

.nds .button.disabled{
  padding-right: 14px;
  cursor: not-allowed;
}

.nds .button .icon-wrap{
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nds .button .icon-wrap svg{
  transition: transform 0.3s ease-in-out;
}

.nds .button .icon-wrap svg.rotate{
  transform: rotate(180deg);
}

.nds .button .text-wrap{
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.nds .button .app-loading__preloader{
  position: relative;
  top: unset;
  left: unset;
  width: 16px;
  height: 16px;
  border-top-color: white;
  border-left-color: white;
}

.nds-modal{
  position: absolute;
  top: 32px;
  border-radius: 8px;
  overflow: hidden;
  background: #F0F0F0;
  z-index: 1000;
  user-select: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nds-modal .modal-content{
  padding: 12px;
  background: unset;
  box-shadow: unset;
  border: unset;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.nds-modal .tab-content{
  background: #fff;
  border-radius: 8px;
}

.nds-modal .tab-content-main{
  display: flex;
}

.nds-modal .calendar{
  padding: 12px;
  line-height: 20px;
  width: 205px;
}

.nds-modal .top{
   display: flex;
   align-items: baseline;
   justify-content: space-between;
   margin-bottom: 8px;
}

.nds-modal .top .year{
  font-weight: 600;
}

.nds-modal .top .arrow{
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1D;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
  opacity: 1;
}

.nds-modal .top .arrow.rotate-180{
  transform: rotate(180deg);
}

.nds-modal .top .arrow:hover:not(.disabled){
  background-color: #F0F0F0;
}

.nds-modal .top .arrow.disabled{
  color: #8D8D8D;
  cursor: not-allowed;
  pointer-events: none;
} 

.nds-modal .monthes .monthes-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 0px;
}

.nds-modal .monthes .monthes-row > div{
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.nds-modal .monthes .monthes-row > div:hover:not(.disabled){
  color: #F00;
}

.nds-modal .monthes .monthes-row > div.disabled{
  opacity: 0.3;
  cursor: not-allowed;
}

.nds-modal .monthes .monthes-row > div span{
  position: relative;
  z-index: 1;
}

.nds-modal .monthes .monthes-row .month-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 16px;
}

.nds-modal .monthes .monthes-row > div.selected .month-title{
  background-color: #F0F0F0;
  z-index: 0;
  color: #F00;
}