.chart-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

#chart {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-container {
  width:100%;
  display:flex;
  align-items:left;
  justify-content:center;
  flex-wrap:wrap;
  flex-direction: column;
  /* padding:33px 30px; */
  background: #fff;
  margin-bottom: 10vh;
}
.ukraine-coat {
  max-width: 70px;
}
.numbers-container {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  /* padding: 30px 30px 10px 30px; */
  background: rgba(255, 255, 255, 0.6);
  /* margin-bottom: 10vh; */
  padding-top: clamp(0.625rem, -0.0536rem + 2.8571vw, 1.875rem);
  padding-left: clamp(0.625rem, -0.0536rem + 2.8571vw, 1.875rem);
  padding-right: clamp(0.625rem, -0.0536rem + 2.8571vw, 1.875rem);
  padding-bottom: 10px;
}
.wrap-numbers {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 clamp(0.625rem, -0.0536rem + 2.8571vw, 2rem);
    /* flex-direction: column; */

  width: clamp(40.625rem, 6.3393rem + 68.5714vw, 52.625rem);
}

.numbers {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.number-block {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  min-width: clamp(5rem, 1.4628rem + 14.8936vw, 9.375rem);
}

.number-headers {
  /* display: flex; */
  /* justify-content: space-between; */
  /* text-align: center; */
}

.numbers-header {
    font-size: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);
    font-weight: 400;
    line-height: 1.2;
}

.numbers-delta {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.number-delta {
    font-size: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);
    font-weight: 400;
}

.number {
  font-family: 'Roboto', sans-serif;
  /* font-size: 40px; */
  font-size: clamp(1.25rem, 0.5714rem + 2.8571vw, 2.5rem);
  line-height:1.2;
  font-weight: 700;
  font-style: normal;
  min-width: 0;
}

.number-block:nth-child(1) .number {
  color: var(--positive);
}

.number-block:nth-child(2) .number {
  color: var(--negative);
}

.number-block:nth-child(3) .number {
  color: var(--grey);
}

.numbers {
  /* -webkit-text-stroke-width: 1px; */
  /* -webkit-text-stroke-color: black; */
  text-shadow: 1px 1px 2px rgba(27, 17, 22, 0.2);
}


p span[data-delta-color="green"] {
     color: var(--positive);
}
p span[data-delta-color="red"] {
     color: var(--negative);
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.far {
margin-right: 5px;
color: #00F;
 padding: 7px;
}

.numbers-infotip {
  display: flex;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin-top: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);

  font-size: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);
  font-style: italic;
}
* {
 margin:0;
 padding:0;
 box-sizing:border-box
}
body,
html {
 height:100%;
 font-family:sans-serif
}
a {
 margin:0;
 transition:all .4s;
 -webkit-transition:all .4s;
 -o-transition:all .4s;
 -moz-transition:all .4s
}
a:focus {
 outline:none!important
}
a:hover {
 text-decoration:none
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin:0
}
p {
 margin:0
}
ul,
li {
 margin:0;
 list-style-type:none
}
input {
 display:block;
 outline:none;
 border:none!important
}
textarea {
 display:block;
 outline:none
}
textarea:focus,
input:focus {
 border-color:transparent!important
}
button {
 outline:none!important;
 border:none;
 background:0 0
}
button:hover {
 cursor:pointer
}
iframe {
 border:none!important
}
.limiter {
 width:100%;
 margin:0 auto
}
.table-container {
  width: 100%;
  min-height: 20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px
}
.wrap-table {
  width: clamp(40.625rem, 6.3393rem + 68.5714vw, 52.625rem);
}

table {
  border-spacing:1;
  border-collapse:collapse;
  background: #fff;
  border-radius:10px;
  overflow:hidden;
  width:100%;
  margin:0 auto;
  position:relative
}
table * {
  position:relative
}
table td,
table th {
  padding-left: clamp(0.2rem, -0.0786rem + 0.8571vw, 0.5rem);
}
table thead tr {
  height:60px;
  background: #36304a;
}
table tbody tr {
  height:50px
}
table tbody tr:last-child {
  border:0
}
table td,
table th {
  text-align:left
}
table td.l,
table th.l {
  text-align:right
}
table td.c,
table th.c {
  text-align:center
}
table td.r,
table th.r {
  text-align:center
}

.regions-table-head th {
  font-size: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);
  color:#fff;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  /* padding-left: 3px; */
}

.sort-arrows {
  margin-right: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.sort-arrows:before,
.sort-arrows:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: -10px;
  top: 50%;
  position: absolute;
  width: 0;
}
.sort-arrows:before {
  border-bottom-color: #cacaca;
  margin-top: -9px;
}
.sort-arrows:after {
  border-top-color: #cacaca;
  margin-top: 1px;
}


tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
tbody tr {
  font-size: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem);
  line-height:1;
  font-weight: 400;
}
tbody tr:hover {
  background-color: #f5f5f5;
}
.column1 {
  padding-left: clamp(0.5rem, 0.0929rem + 1.7143vw, 1.25rem);
  /* padding-left: clamp(1rem, 0.6563rem + 1.5278vw, 1.6875rem); */
}
.column2 {
/* This is the dangerous one in WebKit, as it breaks things wherever */
/* word-break: break-all; */
/* Instead use this non-standard one: */
/* word-break: break-word; */
/* -ms-word-break: break-all; */

/* overflow-wrap: break-word; */
/* word-wrap: break-word; */

/* /\* Adds a hyphen where the word breaks, if supported (No Blink) *\/ */
/* -ms-hyphens: auto; */
/* -moz-hyphens: auto; */
/* -webkit-hyphens: auto; */
/* hyphens: auto; */
}
.column3 {
  text-align:right;
}
.column4 {
  text-align:right;
}
.column5 {
  text-align:right;
  padding-right: clamp(1rem, 0.6563rem + 1.5278vw, 1.6875rem);
}

.column2,
.column3,
.column4,
.column5 {
  /* width: clamp(0.75rem, 0.6143rem + 0.5714vw, 1rem); */
  /* width: clamp(4.375rem, 3.275rem + 5.3333vw, 6.875rem); */
  min-width: 50px;
}

.column1 img {
  max-width: clamp(0.9375rem, 0.0852rem + 6.8182vw, 2.8125rem);
  max-height: clamp(0.9375rem, 0.0852rem + 6.8182vw, 2.8125rem);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.delta-header, .delta-column {
  width: 20px;
  text-align: right;
}

tbody tr .delta-column:last-child {
 /* padding-right:40px */
}

td span[data-delta]:before {
  content: attr(data-delta);
  margin-right: 3px;
}

td span[data-delta-color="green"]:before {
  color: var(--positive);
}
td span[data-delta-color="red"]:before {
  color: var(--negative);
}

td span[data-delta-color="grey"]:before {
  color: var(--grey);
}

/* @media screen and (max-width:920px) { */
/*  table { */
/*   display:block */
/*  } */
/*  table>*, */
/*  table tr, */
/*  table td, */
/*  table th { */
/*   display:block */
/*  } */
/*  table thead { */
/*   display:none */
/*  } */
/*  table tbody tr { */
/*   height:auto; */
/*   padding:37px 0 */
/*  } */
/*  table tbody tr td { */
/*   padding-left:40%!important; */
/*   margin-bottom:24px */
/*  } */
/*  table tbody tr td:last-child { */
/*   margin-bottom:0 */
/*  } */
/*  table tbody tr td:before { */
/*   font-size:14px; */
/*   color:#999; */
/*   line-height:1.2; */
/*   font-weight:unset; */
/*   position:absolute; */
/*   width:40%; */
/*   left:30px; */
/*   top:0 */
/*  } */
/*  table tbody tr td:nth-child(1):before { */
/*   content:"Лого" */
/*  } */
/*  table tbody tr td:nth-child(2):before { */
/*   content:"Регіон" */
/*  } */
/*  table tbody tr td:nth-child(3):before { */
/*   content:"Звільнено" */
/*  } */
/*  table tbody tr td:nth-child(4):before { */
/*   content:"Сіра зона" */
/*  } */
/*  table tbody tr td:nth-child(5):before { */
/*   content:"Окуповано" */
/*  } */

/*  .column4, */
/*  .column5, */
/*  .column6 { */
/*   text-align:left */
/*  } */
/*  .column4, */
/*  .column5, */
/*  .column6, */
/*  .column1, */
/*  .column2, */
/*  .column3 { */
/*   width:100% */
/*  } */
/*  tbody tr { */
/*   font-size:14px */
/*  } */
/* } */

@media(max-width:576px) {
  .table-container {
    padding-left:15px;
    padding-right:15px
  }
}

@media(max-width: 520px) {
  td span[data-delta] {
    margin-left: 1rem;
  }
}

@media(max-width: 900px) {
 /* .wrap-table { */
  /* width: 650px; */
 /* } */
}
.text-container {
 width:100%;
 font-family: 'Roboto', sans-serif;
 min-height:10vh;
 display:flex;
 align-items:center;
 justify-content:center;
 flex-wrap:wrap;
 padding:33px 30px;
 background: rgba(255, 255, 255, 0.6);
}
.text-wrapper {
  width: clamp(40.625rem, 6.3393rem + 68.5714vw, 52.625rem);
}

.text-header {
  font-size: clamp(1.125rem, 0.5rem + 1.6667vw, 1.625rem);
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}

.text-paragraph {
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}


@media(max-width: 900px) {
  .text-paragraph {
    font-size: 16px;
  }
}

@media(max-width: 700px) {
  .text-paragraph {
    font-size: 14px;
  }
}

@media(max-width: 500px) {
  .text-paragraph {
    font-size: 12px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --blue: #0057b7;
  --yellow: #ffd700;
  --positive: rgb(2, 117, 9);
  --negative: rgb(117, 2, 2);
  --grey: rgb(79, 79, 79);
}

.main-wrapper {
  background: var(--yellow);
  background: linear-gradient(180deg, var(--blue), var(--yellow));
}

.buffer {
  width: 100%;
  min-height: 2rem;
}
