:root{
    --index: calc(1vw + 1vh);
}
::selection {
    background: #ff0000;
    text-shadow: none;
}
.table_content_scrol::-webkit-scrollbar, .scroll_cast::-webkit-scrollbar {
    width: calc(var(--index) * 0.35);
}
  
.table_content_scrol::-webkit-scrollbar-track, .scroll_cast::-webkit-scrollbar-track {
-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
background-color: #f9f9fd;
}

.table_content_scrol::-webkit-scrollbar-thumb, .scroll_cast::-webkit-scrollbar-thumb{
background-color: #5a5a72;
background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .25) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, .25) 50%,
                    rgba(255, 255, 255, .25) 75%,
                    transparent 75%,
                    transparent);
}

h3 {
    font-size: calc(var(--index) * 1);
}
h4 {
    font-size: calc(var(--index) * 0.7);
}


.site-header {
    height: 65px;
    padding: 10px 15px 10px 0;
}
.site-header .site-logo img {
    height: 54px;
}
.site-header img.hidden-lg-down{
    height: 54px;
    margin-top: 0;
}
.page-content {
    padding: 95px 15px 10px;
}
.count-num{
    text-align:center;
    font-size: 40px;
    text-shadow: 0px 0px 5px #ccc;
    margin-bottom: 0;
}
.count-title{
    text-align:center;
    padding: 0 15px;
}
.box-dashboard .body.map{
    /* height: 740px; */
    overflow: hidden;
}
.box-dashboard .body.map-ya{
    height: 500px;
    overflow: hidden;
}
.box-dashboard .body.chart-box, .box-dashboard .body.chart-box .chart-box{
    height: 355px;
    overflow: hidden;
}
/* .anychart-credits{
    display: none;
} */
.chart{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
}

.ml--15{
    margin-left: -15px;
}

.control-panel .page-content {
    padding-right: 15px;
}
.with-side-menu .page-content {
    padding-left: 115px;
}



.show-hide-sidebar {
    top: 5px;
    left: 15px;
}

.box-typical.box-typical-dashboard .box-typical-body{
    height: 165px;
}
.axis{
    height: 100%;
    padding: 10px 0 10px 0;
}



.box-dashboard{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px #d8e2e7;
    margin: 0 0 30px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

h3 {
    margin: 0;
    text-align: center;
}



.box-dashboard header {
    border-bottom: solid 1px #d8e2e7;
    display: table;
    width: 100%;
    padding: 13px 20px!important;
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: -25px;
}
.box-dashboard header .title{
    text-align: left;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
}

.box-dashboard header .title.center{
    text-align: center;
}

.box-dashboard .body{
    margin-bottom: -25px;
    /* display: grid; */
    position: relative;
}


.box-dashboard .body .table {
    overflow: overlay;
    max-height: 390px;
    padding-right: 15px;
}

.box-dashboard .body.axis-box {
    /* height: 335px; */
}


.box-dashboard .map-ya .img-map-box {
    padding-bottom: 0;
}


.input-group.bootstrap-touchspin {
    width: 50%;
    margin: 0 auto;
    padding-top: 25px;
}

.site-header .site-header-content {
    margin-top: 6px;
    margin-left: -240px;
}

@media (max-width: 1200px){
    .site-header .site-header-content{
        display: none!important;
    }

}



.site-header .site-header-content .site-header-content-in {
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 240px;
}


.logo-home-text{
    text-align: left;
    line-height: 35px;
    color: rgb(0 32 96);
    padding-top: 5px;
}

img.logo-home-img-right {
    width: 50%;
    max-height: 240px;
    max-width: 240px;
    margin-right: 35px;
    
}
img.logo-home-img-left {
    position: absolute;
    position: absolute;
    /* top: 20px; */
    top: calc(var(--index) * 0.6);
    /* left: 35px; */
    left: calc(var(--index) * 1.1);
    width: calc(var(--index) * 9.4);
    /* width: 300px;*/
    z-index: 3;
}


h2.content-home-text-bottom {
    color: rgb(255 255 255);
    text-shadow: 0px 0px 1px #0e52ce;
    font-weight: bold;
    /* line-height: 37px; */
    line-height: calc(var(--index) * 1.42);
    text-align: left;
    font-family: emoji;
    font-size: calc(var(--index) * 1.3);
    position: absolute;
    top: calc(var(--index) * 0.2);
    left: calc(var(--index) * 12.6);
    z-index: 100000000;
    /* left: 400px;*/
}

h2.content-home-text-top {
    color: rgb(14 82 206);
    text-shadow: 0px 0px 1px #000000;
    font-weight: bold;
    margin: 0 0 0px 0;
    line-height: 32px;
    text-align: center;
    font-size: 28px;
}
h2.content-home-text-top span.top{
    color: #ff6702;
    text-shadow: 0 0 1px #ff6701;
    border-bottom: 2px solid;
}
h2.content-home-text-top span.bottom{
    color: #4d4d4d;
    text-shadow: 0 0 1px #4d4d4d;
}
.bac-home {
    background: url(/xu_content/view/img/icon-home/bac-home.png);
    height: 235px;
    width: 100%;
    margin-top: 30px;
}

.home-box{
    padding-top: 35px;
}

img.icon-home-img {
    height: 100%;
}

.icon-home {
    text-align: right;
    height: 155px;
    margin: 45px 65px 5px 0px;
}

.ul-home{
    font-size: 20px;
    list-style: disc;
    margin-left: 50px;
}


@media (max-width: 767px){
    .site-header .site-logo img {
        height: 54px;
        width: auto;
        top: -5px;
    }
}



.pageFull{
    /* background: #1e264c ; */
    background: #111d54;
}


.pageFull .site-header, .pageFull .side-menu{
    display: none;
}

.pageFull .page-content{
    padding: 0;
}

/* @media (max-height: 1000px){
    .pageFull{
        background: #fff;
    }
}

@media (max-width: 1200px){
    .pageFull{
        background: #fff;
    }
} */
.vert-box{
    display: table;
    height: 100%;
    /* width: 100%; */
}

.vert-cont{
    vertical-align: middle;
    display: table-cell;
}

.logoImg{
    text-align: right;
}

@media (max-width: 990px){
    .logoImg{
        text-align: center;
    }
    .vert-box{
        margin: 0 auto;
    }
}

/* @media (max-width: 1200px){
    h2.content-home-text-bottom{
        text-align: center;
    }
} */

.row.linkHome {
    margin: 25px 0;
}

.linkI{
    text-align: center;
    font-size: 65px;
    color: #0e52ce;
}

.linkTextTop::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    background: #ff6702;
    height: 4px;
    z-index: 0;
}

.linkTextTop {
    font-size: 25px;
    background: #fff;
}

.linkName {
    z-index: 1;
    background: #fff;
    margin-left: 20px;
    padding: 0 10px;
}
.linkName a{
    color: #000;
}

.linkTextBotton ul{
    list-style: square;
    margin-left: 30px;
}

.linkTextBotton ul li a{
    font-size: 19px;
    font-weight: bold;
}

.linkI.gold{
    color: #f29824;
}

.linkI.brown{
    color: #cd6724;
}

.linkI.green{
    color: #46c35f;
}

.m-t-40{
    margin-top: 40px;
}

.home-list-news{
    max-height: 230px;
    margin-top: 5px;
}

.title-logo{
    margin-top: 150px;
}

@media (max-width: 990px){
    .title-logo{
        margin-top: 150px;
    }
}

@media (max-width: 1200px){
    .title-logo{
        margin-top: 0;
    }
    /* h2.content-home-text-bottom{
        margin-top: 40px;
        margin-bottom: 40px;
    } */
    
}






.rf-map,
.rf-map *{
    box-sizing: border-box;
}    
.rf-map {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.rf-map .district b {
    position: absolute;
    z-index: 5;
    width: 18px;
    height: 18px;
    background: rgb(255 255 255 / 90%);
    border-radius: 50%;
    left: 6px;
    left: calc(var(--index) * 1.1);;
    /* top: 18px; */
    top: calc(var(--index) * 5.15);
    transition: all 0.3s;
}
.rf-map .district span {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 30px;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    line-height: 1;
    color: #fff;
    transition: all 0.3s;
    /* padding: 0 15px; */
    padding: 1px calc(var(--index) * 0.75);
    background: #111d54;
}
.rf-map .district {
    display: none;
    /* position: absolute;
    top: 125px;
    left: 60px;
    width: 600px; */
}
.rf-map.open .district b {
    /* top: 173px; */ 
    top: calc(var(--index) * 5.4);
    left: calc(var(--index) * 1.1);
    border-radius: 0;
    width: calc(var(--index) * 35.5);
    height: 3px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.rf-map.open .district span {
    color: #FFF;
    /* left: 50px; */
    left: calc(var(--index) * 2.5);
}


.rf-map .district span {
    /* top: 163px; */
    top: calc(var(--index) * 5.05);
    /* left: 110px; */
    left: calc(var(--index) * 2.5);
    /* font-size: 20px; */
    font-size: calc(var(--index) * 0.63);
    font-weight: normal;
    }

.rf-map svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5));    
}
.rf-map path:not([id*=Svg]){
    stroke: #1e264c;
    stroke-width: 0.4px;
    stroke-linejoin: round; 
}



.rf-map [data-code], .rf-map [data-code-reg]{
    fill: #ffffff;
    transition: fill 0.2s;
}

.rf-map .sh[data-code-reg]{
    transition: none;
}

.rf-map [data-code]:hover{
    fill: #0180ef;
}
.rf-map [data-code-reg]:not(.sh):hover {
    fill: #0180ef !important;
}

.rf-map .district-text {
    /* display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 90px);
    padding: 0 20px;
    overflow: auto;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana, sans-serif;    */

    display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: 100%;
    /* height: calc(100% - 90px); */
    padding: 10px 15px;
    overflow: auto;
    color: #FFF;
    /* font-size: 13px; */
    font-size: calc(var(--index) * 0.6);
    font-family: Verdana, sans-serif;
}
.rf-map .close-district {
    opacity: 0;
    z-index: 6;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: opacity 1s;
    pointer-events: none;
    box-shadow: 0 0 20px 15px rgb(17 29 84);
    background: rgb(17 29 84);
    border-radius: 50%;
}
.rf-map.open .close-district {
    opacity: 1;
    pointer-events: initial;
}
.rf-map .district-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.rf-map .district-links div {
    font-size: 13px;
    font-family: Verdana, sans-serif; 
    padding: 4px;
    color: #fff;
}
.rf-map .district-links div:after {
    content: " | ";
    color: #337AB7;
}
.rf-map .district-links div:last-child:after {
    content: "";
}
.dropfill {
    /* fill: #337AB7!important; */
    /* fill: #0a3f6d!important; */
    fill: rgb(10 63 109 / 50%)!important;

}
.mainfill {
    fill: #1d4567!important;
} 

.hid{
    fill: #ffffff !important;
}

@media (min-width:992px){
    /* .rf-map .district b {
        width: 28px;
        height: 28px;    
        left: 6px;
        top: 28px;
    }
    .rf-map .district span {
        top: 30px;
        left: 46px;
        font-size: 20px;
        font-weight: normal;
    } */


    /* .rf-map .district-text {
        left: 30px;
        top: 215px;
        width: calc(100% - 60px);
        height: calc(100% - 260px);
        font-size: 16px; 
    }*/

        .rf-map .district-text {
            left: 30px;
            top: calc(var(--index) * 6.7);
            /* top: 215px; */
            width: calc(100% - 60px);
            /* height: calc(100% - 260px); */
            /* height: calc(var(--index) * 27); */
            /* font-size: 16px; */
            font-size: calc(var(--index) * 0.5);
        }
    .rf-map .close-district {  
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

}

@media (min-width: 768px){
    .rf-map .district-links {
        display: none;
    }
}

/* Цвета регионов */
.rf-map [data-code="RU-BRY"],
.rf-map [data-code="RU-VOR"],
.rf-map [data-code="RU-IVA"],
.rf-map [data-code="RU-SMO"],
.rf-map [data-code="RU-TUL"],
.rf-map [data-code="RU-VGG"],
.rf-map [data-code="RU-KDA"],
.rf-map [data-code="RU-STA"],
.rf-map [data-code="RU-PER"],
.rf-map [data-code="RU-ORE"],
.rf-map [data-code="RU-CR"]
{
    fill: #116f21;
    cursor: pointer;
}
.rf-map [data-code="RU-BRY"]:hover,
.rf-map [data-code="RU-VOR"]:hover,
.rf-map [data-code="RU-IVA"]:hover,
.rf-map [data-code="RU-SMO"]:hover,
.rf-map [data-code="RU-TUL"]:hover,
.rf-map [data-code="RU-VGG"]:hover,
.rf-map [data-code="RU-KDA"]:hover,
.rf-map [data-code="RU-STA"]:hover,
.rf-map [data-code="RU-PER"]:hover,
.rf-map [data-code="RU-ORE"]:hover,
.rf-map [data-code="RU-CR"]:hover
{
    fill: #1bad33;
}

.rf-map [data-code-reg-button]:hover, .rf-map .active[data-code-reg-button]
{
    color: #7fbfed;
    cursor: pointer;
}

.rf-map .sh[data-code-reg]:hover, .rf-map .sh.hover[data-code-reg]
{
    /* filter: contrast(2); */
}

.rf-map .sh.hover_one, .rf-map .hid.hover_one
{
    filter: contrast(0.4); 
}

.rf-map .sh.hover_one.hover, .rf-map .hid.hover_one.hover
{
    filter: contrast(1);
}
.rf-map .hid.hover_one.hover{
    fill: #fff !important; 
}

.rf-map .oopt_svg_map svg {
    filter: drop-shadow(0px 0px 30px rgb(51 92 255));
}

.button-map:hover, .hover[data-view-rm-map], .hover[data-box] {
    border: 1px solid #1f51ff;
}

#tooltip {
    z-index: 9999;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: #000;
    /* padding: 5px 10px 5px 10px; */
    padding: calc(var(--index) * 0.08) calc(var(--index) * 0.4);
    color: white;
    opacity: 0.6;
    border-radius: 5px;
    max-width: calc(var(--index) * 20);
    font-size: calc(var(--index) * 0.5);
} 


a.btn.btn-primary.fancybox {
    position: absolute;
    bottom: 10px;
    right: 10px;    
    background-color: #00a8ff00;
    border-color: #ffffff;
    color: #fff !important;
}


.table_content_scrol {
    height: 60vh;
    overflow: overlay;
}

.table_content_scrol table tr td {
    text-align: center;
    padding: 7px 0px;
}
.table_content_scrol table tr td:first-child {
    text-align: left;
    font-weight: bold;
}

.table_content_scrol table tr {
    border-top: 1px solid rgb(204 204 204 / 45%);
}
.table_content_scrol table tr:first-child,  .table_content_scrol table tr:nth-child(2){
    border-top: none;
}
.table_content_scrol table tr:first-child{
    font-weight: bold;
}
.button_swap_content_map {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.button_swap_map {
    position: fixed;
    right: calc(var(--index) * 1.9);
    /* right: 65px; */
    /* top: 100px; */
    top: calc(var(--index) * 4.5);
    /* min-width: 445px; */
    min-width: calc(var(--index) * 25);
    text-align: center;
}

.button_swap_content_map button, .button_swap_map button, .district-links-item, .button-map-open, button.button-map-open.map-close{
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: calc(var(--index) * 0.56);
    box-shadow: 0px 0px 12px -2px #337ab7;
    margin: 10px 0px;
}




@media (max-width: 1056px){
    .with-side-menu .page-content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1056px){
    .control-panel .page-content {
        padding-right: 45px;
    }
}
@media (max-width: 992px){
    h2.content-home-text-bottom {
        line-height: calc(var(--index) * 1);
        font-size: calc(var(--index) * 1);
        top: calc(var(--index) * 0.6);
        left: calc(var(--index) * 12.6);
    }
    .rf-map.open .district b {
        width: calc(100% - calc(var(--index) * 1.1) * 2);
    }
    .button_swap_map {
        position: absolute;
        right: calc(var(--index) * 1.1);
        left: calc(var(--index) * 1.1);
        top: calc(var(--index) * 0.15);
        min-width: 1px;
        text-align: center;
    }
    .button_swap_content_map button, .button_swap_map button {
        /* font-size: 18px; */
        font-size: calc(var(--index) * 1);
        width: 100%;
    }

    


    .rf-map .district-text {
        top: calc(var(--index) * 6);
        padding: calc(var(--index) * 6) 20px;
    }
    .rf-map.diseb .district-text {
        top: calc(var(--index) * 0);
        padding: calc(var(--index) * 6) 20px;
    }
    .table_content_scrol {
        height: auto;
    }
    .button_swap_content_map {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    .control-panel .page-content {
        padding-right: 0;
    }

    .rf-map svg {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5));
        margin-top: calc(var(--index) * 4.5);
    }

    .rf-map .district-links div {
        font-size: 13px;
        font-size: calc(var(--index) * 1.1);
        font-family: Verdana, sans-serif;
        padding: calc(var(--index) * 0.3);
        color: #fff;
    }

    .rf-map .district-links {
        display: grid;
        margin: calc(var(--index) * 3.5) auto;
    }
    .district-links-item {
        font-size: calc(var(--index) * 0.7);
        margin: calc(var(--index) * 0.6) 0px;
    }
}

@media (max-width: 576px){
    h2.content-home-text-bottom {
        line-height: calc(var(--index) * 1);
        font-size: calc(var(--index) * 0.7);
        top: calc(var(--index) * 0.6);
        left: calc(var(--index) * 12);
    }
}






div#preLoad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111d54;
    z-index: 10;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


#preLoad img {
    width: calc(var(--index) * 16);
    filter: drop-shadow(0px 0px 50px #2146ed);
    animation: anim-loader 0.8s alternate infinite forwards;
    animation-timing-function: cubic-bezier(0.200, 0.5, 0.800, 1);
    will-change: transform; 
}

@keyframes anim-loader {
	100% {
		transform: scale3d(0.8,0.8,1);
	}
}






















[data-content-box-name]{
    display: none;
}

.d-flex{
    display: flex;
}


.map-ya-box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65vh;
    height: 100%;
    width: 100%;
}

.map-ya-box iframe{
    border: 1px solid #1f51ff;
    box-shadow: 0px 0px 22px -2px #337ab7;
    border-radius: 10px;
    width: 100%;
    height: 100%;


    /* position: fixed;
    top: calc(var(--index) * 7);
    left: 0;
    height: calc(100vh - var(--index) * 7);
    box-shadow: 0px 0px 22px -2px #337ab7;
    width: 100%;
    z-index: 10; */
}


.map-ya-box.open iframe{
    /* border: 1px solid #1f51ff;
    box-shadow: 0px 0px 22px -2px #337ab7;
    width: 100%;
    height: 100%; */
    border: none;
    border-radius: 0; 
    position: fixed;
    top: calc(var(--index) * 7);
    left: 0;
    height: calc(100vh - var(--index) * 7);
    box-shadow: 0px 0px 22px -2px #337ab7;
    width: 100%;
    z-index: 10;
}


button.button-map-open, button.button-map-open.map-close {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    background: #fff;
    color: #000;
    margin: 0;
    border-radius: 0 0 5px 5px;
    padding: 10px 10px;
}


button.button-map-open.map-close{
    z-index: 11;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}


.oopt_stat {
    height: calc(100vh - var(--index) * 8.5);
    overflow: overlay;
}


.oopt_stat .row {
    margin: 0;
}




.apexcharts-text tspan {
    font-family: inherit;
    fill: #fff;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #d3eafc;
    border-bottom: 1px solid #0b2b56;
}

.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid #1e50fa;
    background: #fff;
    box-shadow: 0px 0px 12px -2px #337ab7;
    color: #000;
}



span.apexcharts-legend-text {
    color: #fff !important;
}



.apexcharts-pie-label, .apexcharts-datalabels, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
    cursor: default;
    pointer-events: none;
    fill: #fff;
}


.p-10vw{
    padding: 0 10vw;
}

.p-5vw{
    padding: 0 5vw;
}


.count-title span {
    color: #01c588;
    font-size: calc(var(--index) * 2);
}

.sev-box-stat {
    display: flex;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}


h4.title-chart-bottom {
    text-align: center;
    margin-top: calc(var(--index) * -1.2);
}


.sev-donut .apexcharts-title-text {
    display: none;
    fill: #ff0000;
}


.sev-donut svg {
    margin-top: calc(var(--index) * -1.4);
}


.pit-3{
    padding-top: calc(var(--index) * 3) !important;
}

.pib-3{
    padding-bottom: calc(var(--index) * 3) !important;
}


.apexcharts-svg {
    margin-top: 0 !important;
    height: 100%;
} 



.mapRussianStat [data-code-stat], .mapRegionStat [data-code-reg-stat] {
    fill: #fff;
} 

.mapRussianStat svg, .mapRegionStat svg {
    max-height: calc(var(--index) * 20);
}


.rf-map.diseb {
    pointer-events: none;
}

.rf-map.diseb .district-text{
    pointer-events: all;
}


.rf-map.diseb path:not([id*=Svg]) {
    stroke: #1e264c;
    stroke-width: 0.4px;
    stroke-linejoin: round;
}


.checkbox-box{
    margin-top: calc(var(--index) * 1.4);
    padding-left: calc(var(--index) * 1.4);
}
.checkbox-box label{
    font-size: calc(var(--index) * 0.6) !important;
    margin-bottom: calc(var(--index) * 1.4);
    margin-left: calc(var(--index) * 2.4);
}

.checkbox-bird input + label {
    display: block;
    min-width: calc(var(--index) * 0.78);
    height: auto;
    line-height: calc(var(--index) * 0.78);
    padding: 0 0 0 calc(var(--index) * 1.2);
    position: relative;
    min-height: calc(var(--index) * 0.78);
}

.checkbox-bird input + label:before {
    font-family: "startui" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    top: -0.15em;
    content: "\55";
    color: rgba(173, 183, 190, 0.7);
    font-size: calc(var(--index) * 0.78);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(var(--index) * 0.78);
    height: calc(var(--index) * 0.78);
}

.checkbox, .radio, .checkbox-slide, .checkbox-toggle, .checkbox-bird, .checkbox-detailed {
    position: relative;
    margin-bottom: 0;
}


input[name="check-point"] {
    height: calc(var(--index) * 0.78);
    width: calc(var(--index) * 0.78);
}

#chart-poll .apexcharts-canvas {
    margin: 0 auto;
}




.rf-map.diseb #apexchartsxuxpoll path:not([id*=Svg]) {
    stroke: #ffffff;
    stroke-width: 0.4px;
    stroke-linejoin: round;
}


.checkbox-bird label:first-child {
    position: absolute;
    margin-left: calc(var(--index) * -1.5);
    text-align: right;
    width: calc(var(--index) * 3);
    filter: drop-shadow(0px 0px 14px rgb(51 92 255));
    font-weight: bold;
}


.rf-map.diseb svg:not(.qrcode) path:not(.apexcharts-radialbar-area):not(.apexcharts-pie-area) {
    fill: #337AB7!important;
    fill: #0a3f6d!important;
    fill: rgb(10 63 109 / 50%)!important;
}

.rf-map svg.qrcode{
    height: auto;
    width: calc(var(--index) * 7);
    background: #fff;
    position: fixed;
    right: calc(var(--index) * 1.5);
    bottom: calc(var(--index) * 5.2);
}
@media (max-width: 767px){

} 


.rf-map.diseb .district-text{
    height: calc(100% - calc(var(--index) * 6));
    display: grid;
    align-items: center;
}


.sum-poll {
    text-align: right;
    font-size: 7vw;
    color: #fff;
    position: absolute;
    /* width: 40%; */
    /* margin-top: 16px; */
    /* margin-left: 0%; */
    filter: drop-shadow(0px 0px 30px rgb(51 92 255));
    z-index: 10000000000000000;
    /* height: auto; */
    /* width: calc(var(--index) * 7); */
    /* background: #fff; */
    position: fixed;
    right: calc(var(--index) * 10.5);
    bottom: calc(var(--index) * 5.9);
}

@media (max-width: 992px){
    .sum-poll {
        font-size: 12vw;
    }
    .rf-map.diseb .district-text {
        height: calc(100% - calc(var(--index) * 4));
        top: calc(var(--index) * 4);
        padding: calc(var(--index) * 2) 19px;
    }
}

.sum-poll.s2 {
    right: calc(var(--index) * 20.5);
}
@media (max-width: 992px){

    .sum-poll{
        display: none;
    }

    .qrcode{
        display: none;
    }
}