@font-face {
    font-family: OSnm;
    src: url(fonts/OpenSansNormal.ttf);
}

@font-face {
    font-family: OSbo;
    src: url(fonts/OpenSansBold.ttf);
}

@font-face {
    font-family: OSsb;
    src: url(fonts/OpenSansSemibold.ttf);
}

* {
    scroll-behavior: smooth;
    outline: none;
}

body {
    background-color: #EFF2F6;
}

.main-panel{
    width: 100%;
}

.element-animation {
  margin: 2rem 0;
  font-size: 3rem;

  /* Скроем элемент в начальном состоянии */
  opacity: 0.2;
}

.element-show {
  opacity: 1;
  transition: opacity 1s;
}

.content-container {
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 2800px;
    width: 834px;
    padding: 0 24px 0 24px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    flex-wrap: wrap;
}

p {
    padding: 5px 0 20px 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

h1 {
    font-size: 28px;
    font-weight: 600;
}

h2 {
    font-size: 18px;
}
small.subname{
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
    color: #2E2E32;
}

#dropbtn1 {
    background: #EFF2F6;
    color: black;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 150px;
    height: 34px;
    display: flex;
    align-items: center;
}

#dropbtn1:focus {
    border-radius: 8px 8px 0 0;
}

#dropbtn2:focus,
[id*="dropbtn2_"]:focus {
    border-radius: 8px 8px 0 0;
}

#dropbtn2, [id*="dropbtn2_"],
[id*="dropbtn"] {
    background: #EFF2F6;
    /*margin-right: 14px;*/
    color: black;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 118px;
    height: 34px;
    display: flex;
    align-items: center;

}

#dropb:focus {
    border-radius: 8px 8px 0 0;
}

#dropb {
    display: flex;
    justify-content: space-around;
    background: #EFF2F6;
    /*margin-right: 14px;*/
    color: black;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    width: 67px;
    height: 34px;
    align-items: center;
    font-size: 14px;

}
.ard {
    color: #4872F2;
    font-size: 10px;
    margin-left: 10px;
}

.ard2 {
    color: #4872F2;
    font-size: 10px;
    margin-left: 40px;
}
.ard3 {
    color: #4872F2;
    font-size: 10px;
    margin-left: 10px;
}

.rotate {
    transform: rotate(180deg);
}

.dropbtn {
    border-radius: 8px;
}

.dropb {
    border-radius: 8px;
}
.dropdown {
    position: relative;

}
.dropdown1, .css-datatable [class*=dropdown]:not([class*=dropdown-content]) {
    position: relative;
    top:35px;
    left:64px;
    z-index: 40;
    width: 67px;
}

/* .dropdown-content {
    display: none;
    position: absolute;
    background-color: #EFF2F6;
    overflow: auto;
    z-index: 1;
    text-align: center;
    height: 100px;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #DBE0E5;
}

.dropdown-conten1 {
    display: none;
    position: absolute;
    background-color: #EFF2F6;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    height: auto;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #DBE0E5;
    padding: 5px;
} */
.dropdown-content,
.dropdown-conten1,
.dropdown-content2 {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #EFF2F6;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    height: auto;
    border-radius: 0 0 8px 8px;
    border-top: 2px solid #DBE0E5;
    padding: 5px;
    z-index: 10000000;
    width: 100%;
}

.dropdown-content a {
    color: black;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
    width: 100%;
}
.dropdown-content2 a {
    color: black;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
    min-width: 37px;
    /* width: 100%; */
    height: 20px;
    box-sizing: content-box;
}

.dropdown a:hover, [class*=dropdown] a:hover {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;

}
.dropdown1 a:hover {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;

}

.dropdown-conten1 a {
    color: black;
    padding: 2px 10px;
    text-decoration: none;
    display: block;
    width: 120px;
    height: 20px;
}

.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.datacountry {
    display: flex;
    align-items: center;
    width: 540px;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media screen and (max-device-width:480px){
    .datacountry
    {
        display: block;
    }

    .datapickerpanel
    {
        margin-bottom: 35px !important;
    }

    .check-step
    {
        display: block !important;
    }

    .lb-stat
    {
        font-size: 9px !important;
    }

    .graphs__block
    {
        padding-left:40px !important;
        padding-right:40px !important;
        min-width: 650px !important;
        overflow: auto !important;
    }

    .graph1
    {
        margin: 10px !important;
    }

    .piechart-line
    {
        min-width: 700px !important;
        margin-right: 220px;
        padding-left: 100px
    }

    .chartstep1
    {
        margin: 0px !important;
        font-size: 11px !important;
        display: block !important;
    }

    .graph__contents
    {
        width: 100% !important; overflow: auto!important
    }

    .graph__contents_block
    {
        padding-left: 40px !important;
        padding-right: 40px !important;
        width: 700px !important
    }

    /*.chartstep-point:last-child*/
    /*{*/
    /*    max-width: 140px;*/
    /*    overflow: hidden;*/
    /*    white-space: nowrap;*/
    /*    text-overflow: ellipsis;*/
    /*}*/
}

.settings-panel {
    margin: 20px 0px;
    background: #F6F8FA;
    border-radius: 16px;
    /* width: 834px; */
}

.settings-panel-content {
    padding: 24px 24px;
}

.check-step {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 21px 0 13px 0;
}

.chartstep1 {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 10px;
    font-size: 14px;
}

.chartstep2 {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 10px;
    font-size: 16px;
}


.chartstep-point {
    margin: 2px 0;
    padding: 6px 12px;
    color: #2E2E32;
    border-radius: 4px;
    font-size: 15px;
}
#cs1 .chartstep-point{
    margin: 2px 4px;
    background: #fff;
}

#cs1 .chartstep-point:hover {
    cursor: pointer;
}

#cs2 .chartstep-point {
    color: #B3B9C0;
    font-family: OSnm;
    font-weight: 600;
}

#cs2 .chartstep-point:hover {
    cursor: pointer;
}

.cp1-focus {
    background: #4872F2 !important;
    color: #FFFFFF;
}

.sort-info {
    color: #7E8389;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    min-height: 36px;
    position: relative;
}

.accept-settings {
    left: calc(100% - 183px);
    position: absolute;
    padding: 8px 52px;
    border: 0;
    background: #FFE100;
    border-radius: 8px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 600;
    font-family: OSnm;
    cursor: pointer;
}

.accept-settings-cancel {
    left: calc(100% - 363px);
    position: absolute;
    padding: 8px 52px;
    border: 0;
    background: #00c4ff;
    border-radius: 8px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 600;
    font-family: OSnm;
    cursor: pointer;
    text-decoration: none !important;
}

@media only screen and (max-width: 425px) {
    .accept-settings-cancel {
        width: 45%;
        margin-left: 20px;
        padding-left: 40px;
    }
}

.lb-stat {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7E8389;
    margin: 0px 0 0px 0;
    margin-bottom: 15px;
}

.checkbox {
    display: none
}

.switch {
    width: 40px;
    height: 23px;
    background: #B3B9C0;
    margin: 0 10px 0 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 16px;
}

.switch:before {
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 40px;
    height: 23px;
    background: #B3B9C0;
    border-radius: 16px;
}

.switch:after {
    content: ' ';
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #FFFFFF;
    position: absolute;
    top: 4px;
    left: 5px;
    transition-duration: 300ms;
}

.switchOn,
.switchOn:before,
input:checked + .switch,
input:checked + .switch:before {
    background: #4872F2 !important;
}

.switchOn:after,
input:checked + .switch:after {
    left: 20px !important;
}

#chartdiv, [id*="chartdiv_"] {
    width: 100%;
    height: 250px;
    margin: 3px 0 0 0;
}

.axline{
    display: flex;
    position: relative;
    bottom: 38px;
    left: 52px;
}
.axline2{
    display: flex;
    display: none;
    position: relative;
    bottom: 38px;
    left: 32px;
}
.axline3{
    display: flex;
    position: relative;
    bottom: 38px;
    left: 30px;
}
.axislinedown{
    width: 66px;
    height: 17px;
    border-width: 0 0 0 1px;
    border-color: #DBE0E5;
    border-style: solid;

}
.axislinedown3{
    width: 67px;
    height: 17px;
    border-width: 0 0 0 1px;
    border-color: #DBE0E5;
    border-style: solid;

}
.axislinelast{
    width: 62px;
    height: 17px;
    border-width: 0 1px 0 1px;
    border-color: #DBE0E5;
    border-style: solid;

}
.axislinelast2{
    width: 66px;
    height: 17px;
    border-width: 0 1px 0 1px;
    border-color: #DBE0E5;
    border-style: solid;

}
.axislinelast3{
    width: 64px;
    height: 17px;
    border-width: 0 1px 0 1px;
    border-color: #DBE0E5;
    border-style: solid;

}

.country-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
}

#checkbox3 {
    margin: 0 10px 0 0;
}

.lb-stat3 {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7E8389;
    margin: 6px 0 20px 0;
}

.country-point {
    padding: 6px 12px;
    margin: 0 8px 8px 0;
    border-radius: 8px;
    border: 1px solid #D4D9DE;
    background-color: #FFF;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.country-point:hover {
    cursor: pointer;
    background: #EFF2F6;
    border: 1px solid #EFF2F6;
}

.country-box-focus {
    background: #EFF2F6;
    border: 1px solid #EFF2F6;
}
.full{
    width: 100%;
}
.graph1{
    margin: 10px 0 90px -20px;
}
.legend{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px
}
.lgndblock{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px 0 0;
    font-size: 10px;
}
.eight-box {
    width: 8px;
    height: 8px;
    margin: 1px 8px 0 0;
}
#nw{
    background: #49C8C0;
}
#pv{
   border: 1px solid #49C8C0;
   background: #FFF;
    width: 7px;
    height: 7px;
}
#good{
    background: #80D9D3;
}
#norm{
    background: #FFDC4C;
}
#bad{
    background: #EE7678;
}
#first {
    background: #49C8C0;
}

#second {
    background: #4872F2;
}

#third {
    background: #FFCD00;
}

#four {
    background: #E73C3E;
}

#five {
    background: #FDECEC;
}

#six {
    background: #28BF68;
}

#chartdiv2, [id*="chartdiv2"] {
    height: 300px;
    margin-left: -20px;
}
.lin{
    position: relative;
    bottom: 34px;
    left: 5px;
    color: #7E8389;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 275px;
    font-size: 16px;
}
.linkline {
    position: fixed;
    top: 1px;
    left:-40px;
    width: 1220px;
    background: #F6F8FA;
    z-index: 10000;
    display: none;
}

.hrefs {
    display: flex;
    align-items: center;
    margin-left: 75px;
}

.allcntr {
    background: #FFF;
    border-radius: 8px;
    cursor: default;
    margin-left: 100px;
}

.hrefs a {
    text-decoration: none;
    padding: 7px 12px;
    margin: 2px 4px;
    color: black;
    font-size: 16px;
}

.activehrefs:hover {
    color: #4872F2;
}

.showtablbtn {
    width: 900px;
    height: 20px;
    color: #4872F2;
    font-size: 16px;
    font-family: OSnm;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrup {
    margin: 0 0 0 10px;
    transform: rotate(90deg);
}

.arrdown {
    margin: 0 0 0 10px;
    transform: rotate(-90deg);
}

.showtablbtn:hover {
    cursor: pointer;
}

#tablediv {
    margin: 30px 0;
}
.bordertb{
    background: red;
    width: 800px;
    height:300px;
    position: relative;
}

#table_id {
    margin: 10px 0;
    width: 100%;
}

#tablehide {
    display: none;
    margin: 40px 0;
}

.piechart-line {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 0 95px 0;
}

.chartradar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 300px;
}

.lbl {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.suplbl {
    font-size: 16px;
    color: #7E8389;
}

.chartneginfo {
    font-size: 16px;
}

.chartneginfo span {
    color: red;
}

.chartinfo {
    font-size: 16px;
}

.chartinfo span {
    color: limegreen;
}

#chartdiv3, [id*="chartdiv3"] {
    width: 350px;
    height: 208px;

}

#chartdiv4, [id*="chartdiv4"] {
    width: 500px;
    height: 210px;
    margin-bottom: 25px;
}

#chartdiv5, [id*="chartdiv5"], [id*="chartdiv6"] {
    width: 100%;
    height: 320px;
    margin: 0 0 0 -22px;
}


.selectGeneral
{
    /*display: none;*/
    position: absolute;
    width: 80px;
    top:8px;
    left: 300px;
    height: 30px;
    cursor: pointer;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.selectGeneral div
{
    background-color: white;
}

.selectGeneral:hover{
     border-radius: 8px 8px 0 0;
    border: 1px solid #d6d6d6;
}
.selectGeneral:before
{
    content: attr(placeholder);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    max-width: 100%;
    height: 35px;

    padding-left: 10px;

    text-align: center;
    border-radius: 8px;
    line-height: 34px;
    white-space: nowrap;

    color: #adadad;

    overflow-x: hidden;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.selectGeneral:after
{
    content: "";
    position: absolute;
    top: 6px;
    right: 10px;

    width: 16px;
    height: 16px;

    text-align: center;
   background-size: cover;
  background-image: url(caldrop.svg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

.selectGeneral label
{
    display: inline-block;

    min-width: 100%;
    height: 34px;
    padding: 0 10px;

    background-color: #ffffff;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
         border-radius: 8px;
}

.selectGeneral input,
.selectGeneral label
{
    display: none;
}


.selectGeneral div
{
    min-width: 99%;
    max-height: 80px;
    cursor: pointer;

    overflow-x: hidden;

}

.selectGeneral div::-webkit-scrollbar {
    width: 4px;
}

.selectGeneral div::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border-radius: 100px;
}
.selectGeneral div::-webkit-scrollbar-thumb {
    background-color: #4872F2;
    border-radius: 100px;
}


.selectGeneral input[type="radio"]:checked ~ .selectGeneral input{
  background-color: red;
}

.selectGeneral input[type="radio"]:checked ~ div
{
    position: absolute;
    top: 28px;
    z-index: 999;
    overflow-y: auto;

    border-radius: 0 0 8px 8px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.selectGeneral input[type="radio"]:checked ~ div > label,
.selectGeneral input[type="radio"]:checked + label
{
    display: block;
    text-align: center;
    padding: 2px 0 ;
}
#selectblock{
    display: block;
}
.selectGeneral input[type="radio"]:checked ~ div > label:hover
{
    background-color: #F6F8FA;
}

.selectGeneral input[type="radio"]:not(:checked) ~ div > input[type="radio"]:checked + label
{
    position: relative;
    z-index: 0;
    text-align: left;
    padding-left: 15px;
}

.selectGeneral2
{
    position: absolute;
    width: 80px;
    top:8px;
    left: 520px;
    height: 30px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.selectGeneral2 div
{
    background-color: white;
}

.selectGeneral2:hover{
  border-radius: 8px 8px 0 0;
    border: 1px solid #d6d6d6;
}
.selectGeneral2:before
{
    content: attr(placeholder);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    max-width: 100%;
    height: 35px;

    padding-left: 10px;

    text-align: center;
    border-radius: 8px;
    line-height: 34px;
    white-space: nowrap;

    color: #adadad;

    overflow-x: hidden;

    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.selectGeneral2:after
{
    content: "";
    position: absolute;
    top: 6px;
    right: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
   background-size: cover;
  background-image: url(caldrop.svg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

.selectGeneral2 label
{
    display: inline-block;
    min-width: 100%;
    height: 34px;
    padding: 0 10px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
         border-radius: 8px;
}

.selectGeneral2 input,
.selectGeneral2 label
{
  display: none;
}

.selectGeneral2 div
{
    min-width: 99%;
    max-height: 80px;
    cursor: pointer;
    overflow-x: hidden;
    background: #FFFFFF
}

.selectGeneral2 div::-webkit-scrollbar {
    width: 4px;
}

.selectGeneral2 div::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border-radius: 100px;
}
.selectGeneral2 div::-webkit-scrollbar-thumb {
    background-color: #4872F2;
    border-radius: 100px;
}


.selectGeneral2 input[type="radio"]:checked ~ .selectGeneral2 input{
  background-color: red;
}

.selectGeneral2 input[type="radio"]:checked ~ div
{
    position: absolute;
    top: 28px;
    z-index: 999;
    overflow-y: auto;

    border-radius: 0 0 8px 8px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.selectGeneral2 input[type="radio"]:checked ~ div > label,
.selectGeneral2 input[type="radio"]:checked + label
{
    display: block;
    text-align: center;
    padding: 2px 0 ;
}
#selectblock{
    display: block;
}
.selectGeneral2 input[type="radio"]:checked ~ div > label:hover
{
    background-color: #F6F8FA;
}
.selectGeneral2 input[type="radio"]:not(:checked) ~ div > input[type="radio"]:checked + label
{
    position: relative;
    z-index: 0;
    text-align: left;
    padding-left: 15px;
}
.big_h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 28px;
}
.search-delete {
    position: absolute;
    right: 10px;
    color: #e73c3d;
}
.flex-graphs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
}
.row-2{
    width: 50%;
}
.row-3{
    width: 32.5%;
}
.flex-graphs [id*="chartdiv5"]{
    max-height: 220px;
}
.flex-graphs .lbl{
    font-size: 16px;
    min-height: 60px;
}
.piechart-line, .piechart-line2 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 10xp 0 10px;
    padding: 40px 0 50px 0;
}
.graphs-block{
    border-top: 1px solid #DBE0E5;
    padding-top: 24px;
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 30px;
}

.graphs-block .piechart-line #chartdiv,
.graphs-block .piechart-line [id*="chartdiv_"]{
    width: 300px;
    height: 300px
}
label {
    margin-bottom: 0 !important;
}