@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Teko:300,400,600,700");@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');
body{
   font-family: "Work Sans", sans-serif !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #e8417a;
    color: #fff;
}
::-moz-selection {
    background: #e8417a;
    color: #fff;
}
body {
    background-color: #fff;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
}
a:focus,
a:hover {
    outline: 0;
}
button {
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
}
article,
aside,
figure,
footer,
header,
section {
    display: block;
}
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
input[type="text"] {
    border-radius: 0;
}
select {
    -webkit-appearance: menulist-button;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.dn {
    display: none;
}
.db {
    display: block;
}
.overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.overlay img {
    left: calc(97% - 50%);
    position: relative;
    top: 50%;
}
.overlay .reg-over {
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 35px;
}

table {
    width: 100%;
    font-weight: 400;
}
table thead tr:nth-of-type(1) th {
    background-color: #56565a;
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
}
table thead tr:nth-of-type(1) th:nth-of-type(1) {
    background-color: #fff;
    color: #e8417a;
    font-weight: 300;
    font-size: 12pt;
    text-align: left;
    vertical-align: bottom;
    line-height: 16px;
    text-transform: uppercase;
    width: 220px;
}
table thead tr:nth-of-type(1) th:nth-of-type(1) span {
    color: #e8417a;
    font-weight: 400;
    font-size: 14pt;
}
.sec-table thead {
    background: #333 !important;
}
.indis-table tr:last-child td,
.indis-table-two tr:last-child td {
    color: #000 !important;
}
table thead tr:nth-of-type(2) th {
    background-color: #998c87;
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
    text-align: right;
}
table thead tr:nth-of-type(2) th:nth-of-type(1),
table thead tr:nth-of-type(2) th:nth-of-type(2),
table thead tr:nth-of-type(2) th:nth-of-type(3),
table thead tr:nth-of-type(2) th:nth-of-type(4),
table thead tr:nth-of-type(2) th:nth-of-type(5),
table thead tr:nth-of-type(2) th:nth-of-type(6),
table thead tr:nth-of-type(2) th:nth-of-type(7),
table thead tr:nth-of-type(2) th:nth-of-type(8) {
    border-right: 1px solid #fff;
}
table thead tr th {
    color: #fff;
    font-weight: 300;
    font-size: 11pt;
    padding: 3px 3px;
    height: 27px;
    vertical-align: middle;
    line-height: 17px;
}
table tbody tr:nth-of-type(odd) {
    background-color: #f1f1f2;
}
table tbody tr:nth-of-type(even) {
    background-color: #ebebeb;
}
table tbody tr.active,
table tbody tr:hover {
    background-color: rgba(232, 65, 122, 0.3);
    cursor: pointer;
}
table tbody tr td {
    color: #000;
    font-weight: 400;
    font-size: 9pt;
    padding: 3px 3px;
    height: 28px;
    text-align: right;
    border-right: 1px solid #fff;
}
table tbody tr td:nth-of-type(1) {
    text-align: left;
}
table tbody tr td:last-child {
    border-right: 0;
}
.head-bar2 span {
    font-size: 32px !important;
    color: #333 !important;
    font-weight: 400;
}
.head-bar2 {
    font-size: 30px !important;
    color: #333 !important;
    font-weight: 700 !important;
    padding-bottom: 30px;
    line-height: 35px;
}
.wrapper .page-title {
    display: block;
    text-align: center;
    margin: 0 0 45px 0;
}
.sec-table {
    border-bottom: 4px dotted rgba(51, 51, 51, 0.3);
    padding-bottom: 40px;
}
.header.ward {
    display: none;
}
.c-area .head-bar {
    text-align: left !important;
    font-size: 24px !important;
    color: #000 !important;
    border-bottom: none !important;
}
.c-area.frt {
    border-right: 4px dotted rgba(51, 51, 51, 0.3);
}
.center-area.white {
    border-bottom: 4px dotted rgba(51, 51, 51, 0.3);
    padding-bottom: 40px;
}
.c-area .head-bar span {
    font-size: 24px !important;
    color: #000 !important;
}
.c-area .head-bar p {
    font-size: 24px !important;
    color: #000 !important;
}
@media (max-width: 767px) {
    .wrapper .page-title {
        margin: 15px 0;
    }
}
@media (max-width: 760px) {
    .c-area.frt {
        border-right: none;
    }
}
.wrapper .page-title h1 {
    color: #424242;
    font-weight: 300;
    font-size: 24px;
    text-transform: none;
    line-height: 34px;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 15px;
}
.wrapper .page-title p {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    color: #222;
}
.wrapper .page-title h1 span {
    font-weight: 400;
}
@media (min-width: 1366px) {
    .report-area.forclousre .center-area.gray .chart-area ul li {
        background-color: #fff;
        padding: 10px;
        width: 31.5% !important;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    }
}
@media (max-width: 991px) {
    .wrapper .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .wrapper .page-title h1 {
        font-size: 30px;
        margin-top: 40px;
    }
}
.report-area {
    margin: 0 auto;
    background-color: transparent;
}
.report-area.bfr .header {
    margin: 5px 0 0 0;
    height: 120px;
}
.report-area.bfr .header .logo {
    float: left;
    height: 120px;
}
@media (max-width: 950px) {
    .report-area.bfr .header .logo {
        width: 36%;
    }
}
@media (max-width: 950px) {
    .report-area.bfr .header .logo img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .report-area.bfr .header .logo img {
        width: auto;
    }
}
@media (max-width: 320px) {
    .report-area.bfr .header .logo img {
        width: 90%;
    }
}
@media (max-width: 480px) {
    .report-area.bfr .header .logo {
        width: 100%;
        float: none;
        text-align: center;
        background-color: #998c87;
    }
}
.report-area.bfr .header .header-right {
    float: right;
    width: 610px;
    margin: 9px 0;
    text-align: right;
}
.report-area.bfr .header .header-right .report-name {
    color: #fff;
    font-weight: 400;
    font-size: 28pt;
    text-transform: uppercase;
    line-height: 55px;
    margin: 5px 0 4px 0;
    line-height: 30px;
    padding-bottom: 3px;
    float: none;
    border-bottom: 1px solid #998c87;
}
.report-area.bfr .header .header-right .report-name span {
    color: #fff;
    font-weight: 400;
    font-size: 28pt;
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right .report-name span {
        font-size: 23pt;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .header .header-right .report-name span {
        font-size: 18pt;
    }
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right .report-name {
        font-size: 23pt;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .header .header-right .report-name {
        font-size: 18pt;
        line-height: 22px;
    }
}
.report-area.bfr .header .header-right .report-time {
    color: #fff;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
    padding-right: 1px;
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right .report-time {
        font-size: 14pt;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .header .header-right .report-time {
        font-size: 12pt;
    }
}
@media (max-width: 320px) {
    .report-area.bfr .header .header-right .report-time {
        font-size: 10pt;
    }
}
.report-area.bfr .header .header-right .active-as {
    color: #fff;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right .active-as {
        font-size: 14pt;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .header .header-right .active-as {
        font-size: 12pt;
    }
}
@media (max-width: 320px) {
    .report-area.bfr .header .header-right .active-as {
        font-size: 10pt;
    }
}
.report-area.bfr .header .header-right .g-date1 {
    color: #fff;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right .g-date1 {
        font-size: 14pt;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .header .header-right .g-date1 {
        font-size: 12pt;
    }
}
@media (max-width: 320px) {
    .report-area.bfr .header .header-right .g-date1 {
        font-size: 10pt;
    }
}
@media (max-width: 1250px) {
    .report-area.bfr .header .header-right {
        width: 550px;
        margin: 9px 10px;
    }
}
@media (max-width: 950px) {
    .report-area.bfr .header .header-right {
        width: 59%;
    }
}
@media (max-width: 480px) {
    .report-area.bfr .header .header-right {
        width: 100%;
        float: none;
        padding: 5px 20px 0;
        margin: 0;
        background-color: #56565a;
    }
}
@media (max-width: 480px) {
    .report-area.bfr .header {
        height: 200px;
    }
}
.report-area.bfr .center-area {
    padding: 20px 20px;
}
.report-area.bfr .center-area.gray {
    background-color: #56565a;
    padding: 40px 20px 30px 20px;
}
.report-area.bfr .center-area.gray .chart-area {
    width: 1005;
    margin: 0 auto;
}
.report-area.bfr .center-area.gray .chart-area ul li {
    width: 270px;
    float: left;
    list-style: none;
    margin: 0 10px;
}
.report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
    padding: 20px;
    width: 312px;
}
.no-border {
    border-bottom: none !important;
    border-top: 2px solid rgba(243, 246, 255, 0.9);
    padding-top: 15px;
}
.chart-area {
    border-bottom: 2px soild #fff;
    padding-bottom: 50px;
}
@media (max-width: 1250px) {
    .report-area.forclousre .center-area.gray .chart-area ul li .head-bar span {
        font-size: 15px;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li {
        width: 31%;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li .head-bar {
        font-size: 18px;
    }
    .report-area.forclousre table thead tr:nth-of-type(1) th,
    .report-area.forclousre table thead tr:nth-of-type(2) th {
        font-size: 13px;
    }
    .report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
        width: 292px;
    }
}
@media (max-width: 950px) {
    .report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
        width: 232px;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
        width: 100%;
        float: none;
        border-left: 0;
        border-right: 0;
        margin: 30px 0;
        padding: 30px 0;
        border-top: 1px solid #998c87;
        border-bottom: 1px solid #998c87;
    }
}
.report-area.bfr .center-area.gray .chart-area ul li .head-bar {
    background-color: #998c87;
    color: #000;
    font-weight: 300;
    font-size: 12pt;
    text-align: center;
    padding: 5px 0 3px;
    text-transform: uppercase;
    line-height: 15px;
}
.report-area.bfr .center-area.gray .chart-area ul li .head-bar span {
    color: #000;
    font-weight: 400;
    font-size: 14pt;
    text-transform: initial;
    display: block;
}
.report-area.bfr .center-area.gray .chart-area ul li .chart-set {
    margin: 5px 0;
}
.report-area.bfr .center-area.gray .chart-area ul li .chart-set svg g text {
    color: #000;
    font-weight: 400;
    font-size: 8pt;
}
@media (max-width: 1250px) {
    .report-area.bfr .center-area.gray .chart-area ul li {
        width: 250px;
    }
}
@media (max-width: 950px) {
    .report-area.bfr .center-area.gray .chart-area ul li {
        width: 190px;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .center-area.gray .chart-area ul li {
        width: 100%;
        margin: 0;
        float: none;
    }
    .report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
        padding: 20px;
        width: 100% !important;
        border: none !important;
    }
    .page-title.text-left h1 {
        font-size: 24px !important;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li,
    .report-area.forclousre .center-area.gray .chart-area ul li:nth-of-type(2) {
        width: 100% !important;
    }
    .head-bar2 {
        font-size: 22px !important;
        color: #333 !important;
        font-weight: 400;
    }
    .head-bar2.break_ {
        padding: 0 0 0 21px;
    }
    .head-bar2 span {
        font-size: 22px !important;
        color: #333 !important;
        font-weight: 400;
    }
}
@media (max-width: 1250px) {
    .report-area.bfr .center-area.gray .chart-area {
        width: 100%;
    }
}
.report-area.bfr .center-area.white .pink-heading {
    color: #e8417a;
    font-weight: 400;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #998c87;
    padding-bottom: 5px;
    float: none;
    width: 100%;
}
.report-area.bfr .center-area.white .pink-heading span {
    color: #e8417a;
    font-weight: 300;
    font-size: 12pt;
}
.report-area.bfr .center-area.white .sec-table {
    margin: 15px 0 35px 0;
}
.report-area.bfr .center-area.white .sec-table table {
    width: 100%;
    font-weight: 400;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:nth-of-type(1) {
    background-color: #e8a2ba;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:nth-of-type(1) td {
    color: #fff;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:nth-of-type(1) td:nth-of-type(1) {
    text-transform: uppercase;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child {
    background-color: #e9188e;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child td {
    color: #fff;
}
.report-area.bfr .center-area.white .sec-table table tbody tr:last-child td:nth-of-type(1) {
    text-transform: uppercase;
}
@media (max-width: 760px) {
    .report-area.bfr .center-area.white .sec-table table {
        width: 850px;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .center-area.white .sec-table {
        width: 100%;
        overflow-x: scroll;
    }
}
.report-area.bfr .center-area.white .white-chart-area {
    margin: 0 auto 15px auto;
    width: 100%;
}
.report-area.bfr .center-area.white .white-chart-area .c-area {
    width: 47%;
    float: left;
}
.report-area.bfr .center-area.white .white-chart-area .c-area:nth-of-type(2) {
    float: right;
}
.report-area.bfr .center-area.white .white-chart-area .c-area .head-bar {
    background-color: #e6e7e8;
    color: #000;
    font-weight: 300;
    font-size: 12pt;
    text-align: center;
    padding: 4px 0 2px;
    text-transform: uppercase;
}
.report-area.bfr .center-area.white .white-chart-area .c-area .head-bar span {
    color: #000;
    font-weight: 400;
    font-size: 14pt;
    text-transform: initial;
}
.report-area.bfr .center-area.white .white-chart-area .c-area .c-set {
    margin: 5px 0;
}
@media (max-width: 760px) {
    .report-area.bfr .center-area.white .white-chart-area .c-area {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
}
@media (max-width: 760px) {
    .report-area.bfr .center-area {
        padding: 10px 20px;
    }
}
@media (max-width: 1250px) {
    .report-area {
        width: 900px;
    }
}
@media (max-width: 950px) {
    .report-area {
        width: 735px;
    }
}
@media (max-width: 760px) {
    .report-area {
        width: 100%;
    }
}
.report-area.bfr .center-area.gray .chart-area ul li:nth-of-type(2) {
    padding: 10px;
    width: 32%;
    border: none !important;
}
.report-area {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}
.report-area .header {
    background-color: #56565a;
    margin: 5px 0 0 0;
    height: 40px;
}
.report-area .header .logo {
    float: left;
    height: 55px;
}
@media (max-width: 640px) {
    .report-area .header .logo {
        width: 30%;
    }
}
@media (max-width: 640px) {
    .report-area .header .logo img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .report-area .header .logo img {
        width: auto;
    }
}
@media (max-width: 480px) {
    .report-area .header .logo {
        width: 100%;
        float: none;
        text-align: center;
        background-color: #998c87;
    }
}
@media (max-width: 760px) {
    .report-area .header {
        height: 15px;
    }
}
@media (max-width: 480px) {
    .report-area .header {
        height: 86px;
        background-color: #998c87;
    }
}
.report-area .center-area {
    padding: 10px 0;
}
.report-area .center-area .pink-heading {
    color: #e8417a;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
    text-align: right;
    border-bottom: 1px solid #998c87;
    padding-bottom: 5px;
    float: right;
    width: 80%;
}
.report-area .center-area .pink-heading span {
    font-weight: lighter;
}
@media (max-width: 760px) {
    .report-area .center-area .pink-heading {
        width: 70%;
        font-size: 14pt;
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
    .report-area .center-area .pink-heading {
        line-height: 15px;
        width: 100%;
    }
}
.report-area .center-area .report-time {
    color: #000;
    font-weight: 400;
    font-size: 16pt;
    text-transform: uppercase;
    text-align: right;
}
@media (max-width: 950px) {
    .report-area .center-area .report-time {
        font-size: 14pt;
    }
}
@media (max-width: 760px) {
    .report-area .center-area .report-time {
        font-size: 12pt;
    }
}
.report-area .center-area .indis-table {
    margin: 25px 0 35px 0;
    border-bottom: 4px dotted rgba(51, 51, 51, 0.3);
    padding-bottom: 40px;
}
table {
    background: #fff;
}
.report-area .center-area .indis-table table {
    width: 100%;
    font-weight: 400;
}
.report-area .center-area .indis-table table tbody tr:nth-of-type(7) {
    background-color: #e8a2ba;
}
.report-area .center-area .indis-table table tbody tr:nth-of-type(7) td {
    color: #fff;
}
.report-area .center-area .indis-table table tbody tr:nth-of-type(7) td:nth-of-type(1) {
    text-transform: uppercase;
}
.report-area .center-area .indis-table table tbody tr:last-child {
    background-color: #e9188e;
}
.report-area .center-area .indis-table table tbody tr:last-child td {
    color: #fff;
}
.report-area .center-area .indis-table table tbody tr:last-child td:nth-of-type(1) {
    text-transform: uppercase;
}
@media (max-width: 760px) {
    .report-area .center-area .indis-table table {
        width: 850px;
    }
}
@media (max-width: 760px) {
    .report-area .center-area .indis-table {
        width: 100%;
        overflow-x: scroll;
    }
}
.report-area .center-area .indis-table-two {
    margin: 0 0 15px 0;
}
.report-area .center-area .indis-table-two table {
    width: 100%;
    font-weight: 400;
}
.report-area .center-area .indis-table-two table thead tr:nth-of-type(1) th:nth-of-type(2) {
    background-color: #333;
    color: #e8417a;
    font-weight: 300;
    font-size: 12pt;
    text-align: right;
    vertical-align: bottom;
    line-height: 16px;
    text-transform: uppercase;
}
.report-area .center-area .indis-table-two table thead tr:nth-of-type(1) th:nth-of-type(2) span {
    color: #e8417a;
    font-weight: 400;
    font-size: 12pt;
    text-transform: initial;
}
.report-area .center-area .indis-table-two table thead tr:nth-of-type(1) th:nth-of-type(4) {
    border-right: 1px solid #fff;
}
.report-area .center-area .indis-table-two table tbody tr:nth-of-type(7) {
    background-color: #e8a2ba;
}
.report-area .center-area .indis-table-two table tbody tr:nth-of-type(7) td {
    color: #fff;
    text-transform: uppercase;
}
.report-area .center-area .indis-table-two table tbody tr:last-child {
    background-color: #e9188e;
}
.report-area .center-area .indis-table-two table tbody tr:last-child td {
    color: #fff;
    text-transform: uppercase;
}
.report-area .center-area .indis-table-two table tbody tr td:nth-of-type(2) {
    text-align: right;
}
.report-area .center-area .indis-table-two table tbody tr td:nth-of-type(10) {
    border-right: 1px solid #fff;
}
@media (max-width: 760px) {
    .report-area .center-area .indis-table-two table {
        width: 850px;
    }
}
@media (max-width: 760px) {
    .report-area .center-area .indis-table-two {
        width: 100%;
        overflow-x: scroll;
    }
}
.report-area .center-area .map-left {
    width: 240px;
    float: left;
}
.report-area .center-area .map-left .pink-heading {
    color: #e8417a;
    font-weight: 400;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #998c87;
    padding-bottom: 5px;
    width: 100%;
    line-height: 14px;
    margin-top: 150px;
}
.report-area .center-area .map-left .pink-heading span {
    color: #e8417a;
    font-weight: 300;
    font-size: 12pt;
}
@media (max-width: 950px) {
    .report-area .center-area .map-left .pink-heading {
        margin-top: 30px;
    }
}
.report-area .center-area .map-left .map-color-list {
    margin-top: 10px;
    float: left;
}
.report-area .center-area .map-left .map-color-list ul li {
    list-style: none;
    color: #000;
    font-weight: 400;
    font-size: 9.5pt;
    margin: 2px 0;
    height: 22px;
    line-height: 20px;
}
.report-area .center-area .map-left .map-color-list ul li span {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}
.report-area .center-area .map-left .map-color-list ul li span.gray {
    background-color: #555659;
}
.report-area .center-area .map-left .map-color-list ul li span.pink-01 {
    background-color: #eaa3bb;
}
.report-area .center-area .map-left .map-color-list ul li span.pink-02 {
    background-color: #e9739c;
}
.report-area .center-area .map-left .map-color-list ul li span.pink-03 {
    background-color: #ea3e7a;
}
@media (max-width: 1250px) {
    .report-area .center-area .map-left {
        width: 200px;
    }
}
@media (max-width: 950px) {
    .report-area .center-area .map-left {
        float: none;
        margin: 0 auto;
    }
}
.report-area .center-area .map-right {
    width: 650px;
    float: right;
    position: relative;
}
.report-area .center-area .map-right .label-map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
@media (max-width: 1250px) {
    .report-area .center-area .map-right {
        width: 585px;
    }
}
@media (max-width: 640px) {
    .report-area .center-area .map-right {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .report-area .center-area .map-right .base-map svg {
        width: 150%;
    }
}
@media (max-width: 640px) {
    .report-area .center-area .map-right .label-map img {
        width: 150%;
    }
}
@media (max-width: 640px) {
    .report-area .center-area .map-right {
        width: 100%;
        overflow-x: scroll;
    }
}
@media (max-width: 760px) {
    .report-area .center-area {
        padding: 10px 20px;
    }
}
.report-area .footer .top-line {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    padding-bottom: 5px;
}
.report-area .footer .line-border {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    border-top: 1px solid #e8417a;
    padding: 5px 0 0 0;
}
.report-area .footer .line-border .left-side {
    float: left;
}
.report-area .footer .line-border .right-side {
    float: right;
}
.report-area .footer .line-border .right-side img {
    width: 10px;
}
.report-area .footer .line-border .right-side a {
    color: #000;
}
@media (max-width: 1250px) {
    .report-area {
        width: 900px;
    }
}
@media (max-width: 950px) {
    .report-area {
        width: 735px;
    }
}
@media (max-width: 760px) {
    .report-area {
        width: 100%;
    }
}
.report-area.forclousre .header {
    height: auto;
    padding: 30px 0 0;
    background-color: #dfdaca;
}
.report-area.forclousre .center-area.gray {
    background-color: transparent;
    padding: 10px 20px 10px 20px;
}
.report-area.forclousre .center-area.gray .chart-area ul li .head-bar {
    background-color: transparent;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 5px 0 20px 0;
    text-transform: unset;
    line-height: normal;
    border-bottom: 2px solid RGBA(243, 246,255, 0.9);
}
.report-area.forclousre .center-area.gray .chart-area ul li .head-bar {
    padding: 13px 0 15px !important;
}
.report-area.forclousre .center-area.gray .chart-area ul li .head-bar span {
    font-weight: 700;
    font-size: 21px;
    text-transform: initial;
}
.head-bar {
    border-bottom: 4px dotted rgba(51, 51, 51, 0.5);
}
.chart-area ul li:nth-of-type(2) {
    border-left: 5px dotted rgba(51, 51, 51, 0.5);
    border-right: 5px dotted rgba(51, 51, 51, 0.5);
    padding: 0 20px;
    width: 312px;
}
.report-area.forclousre .header .header-right .report-name {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
    line-height: 25px;
    border-bottom: 5px dotted rgba(51, 51, 51, 0.5);
}
.report-area.forclousre .header .logo {
    width: 19%;
}
.report-area.forclousre .header .header-right {
    float: left;
    width: 76%;
    text-align: left;
}
.report-area.forclousre .header .header-right .report-name span {
    color: #333;
    font-weight: 700;
    font-size: 24px;
}
.report-area.forclousre .header .header-right .g-date1 {
    font-size: 10px;
    text-transform: unset;
}
.report-area.forclousre .header .header-right .active-as,
.report-area.forclousre .header .header-right .g-date1,
.report-area.forclousre .header .header-right .report-time {
    color: #333;
    font-weight: 400;
    font-size: 10px;
    text-transform: unset;
}
.report-area.forclousre .header .header-right .g-date1 {
    font-weight: 700;
}
.report-area.forclousre table thead tr:nth-of-type(1) th:nth-of-type(1) {
    background-color: #333;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
}
.report-area.forclousre .center-area.white .white-chart-area .c-area .head-bar span,
.report-area.forclousre table thead tr:nth-of-type(1) th:nth-of-type(1) span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.report-area.forclousre .center-area.white .white-chart-area .c-area .head-bar {
    background-color: transparent;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-transform: unset;
}
.report-area.forclousre .center-area.white .white-chart-area .c-area .head-bar p {
    font-weight: 400;
}
.report-area.forclousre .center-area.white .white-chart-area .c-area .head-bar span#mf-date {
    font-weight: 400;
}
.report-area.forclousre .footer .line-border {
    color: #333;
    font-weight: 400;
    font-size: 8px;
    font-family: "Work Sans", sans-serif;
    border-top: 1px solid #E81F76;
}
.report-area.forclousre .footer {
    font-family: "Work Sans", sans-serif;
}
.page-title.text-left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px !important;
}
.page-title.text-left h1 {
    font-size: 30px !important;
}
.report-area.forclousre table thead tr:nth-of-type(1) th,
.report-area.forclousre table thead tr:nth-of-type(2) th {
    background-color: #333;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: unset;
}
.report-area.forclousre table thead tr:nth-of-type(1) th {
    background-color: #333;
}
.report-area.forclousre table thead tr:nth-of-type(2) th {
    font-size: 12px;
    font-weight: 700;
}
.report-area.forclousre .center-area .indis-table table tbody tr:nth-of-type(7),
.report-area.forclousre .center-area .indis-table-two table tbody tr:nth-of-type(7),
.report-area.forclousre .center-area.white .sec-table table tbody tr:nth-of-type(1) {
    background-color: #E81F76 !important;
}
.report-area.forclousre .center-area .indis-table table tbody tr:last-child,
.report-area.forclousre .center-area .indis-table-two table tbody tr:last-child:last-child,
.report-area.forclousre .center-area.white .sec-table table tbody tr:last-child {
    background-color: #f4be49 !important;
}
.report-area.forclousre .center-area.white .sec-table table tbody tr:last-child td {
    text-transform: unset !important;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    color: #333;
}
.report-area.forclousre table tbody tr td {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    border-right: none;
}
.report-area.forclousre table tbody tr td:nth-child(1) {
    color: #333;
    font-weight: 900;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    border-right: 1px solid #fff;
}
.report-area.forclousre table tbody tr td:nth-child(4),
.report-area.forclousre table tbody tr td:nth-child(7) {
    border-right: 1px solid #fff;
}
.report-area.forclousre table tbody#sn-ward tr td:nth-child(5),
.report-area.forclousre table tbody#sn-ward tr td:nth-child(8) {
    border-right: 1px solid #fff;
}
.report-area.forclousre table tbody#sn-ward tr td:nth-child(4),
.report-area.forclousre table tbody#sn-ward tr td:nth-child(7) {
    border-right: none;
}
.report-area.forclousre table {
    border-bottom: 2px solid #333;
}
.report-area.forclousre .center-area .indis-table-two table thead tr:nth-of-type(1) th:nth-of-type(2) span {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: initial;
}
table tbody tr:nth-of-type(odd) {
    background-color: #f1f0ec important;
}
table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
table tbody tr.active,
table tbody tr:hover {
    background-color: rgba(255, 191, 59, 0.4) !important;
    cursor: pointer;
}
p#zip-date {
    font-size: 12px;
    font-weight: 700;
}
.report-area.forclousre .center-area .map-left .pink-heading,
.report-area.forclousre .center-area .map-left .pink-heading span {
    color: #333;
    font-weight: 400;
    font-size: 10px;
    line-height: unset;
    text-transform: unset;
}
.report-area.forclousre .center-area .map-left .map-color-list ul li {
    list-style: none;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.report-area.forclousre .center-area .indis-table-two table thead tr:nth-of-type(1) th:nth-of-type(2) {
    text-transform: unset;
}
.report-area.forclousre .center-area .indis-table table tbody tr:last-child td:nth-of-type(1),
.report-area.forclousre .center-area .indis-table table tbody tr:nth-of-type(7) td:nth-of-type(1),
.report-area.forclousre .center-area .indis-table-two table tbody tr:last-child td,
.report-area.forclousre .center-area .indis-table-two table tbody tr:nth-of-type(7) td {
    color: #fff;
    text-transform: unset;
}
.report-area.forclousre .header.ward .logo {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
}
.report-area.forclousre .header.ward .report-name {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    padding-right: 20px;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    color: #333;
    line-height: 55px;
}
.report-area.forclousre .header.ward .report-name span {
    font-weight: 700;
}
.report-area.forclousre .header.ward {
    padding: 0;
}
.report-area.forclousre .header.ward .logo a {
    padding: 17px 50px;
    min-width: 255px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background-color: #E81F76;
    display: inline-block;
    position: relative;
}
tbody tr:nth-child(2) th:nth-child(7),
thead tr:nth-child(2) th:nth-child(1),
thead tr:nth-child(2) th:nth-child(2),
thead tr:nth-child(2) th:nth-child(4),
thead tr:nth-child(2) th:nth-child(5),
thead tr:nth-child(2) th:nth-child(7),
thead tr:nth-child(2) th:nth-child(8) {
    border-right: transparent !important;
}
.page-title.text-left h1 {
    font-size: 30px !important;
}
footer {
    background: #222;
}
@media (max-width: 1366px) {
    .report-area.forclousre .center-area.gray .chart-area ul li {
        width: 30.5%;
        background: #fff;
        padding: 10px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .report-area.forclousre .center-area.gray .chart-area ul li {
        width: 31%;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li .head-bar span {
        font-size: 13px;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li:nth-of-type(2) {
        padding: 10px;
        width: 29%;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li .head-bar {
        background-color: transparent;
        color: #333;
        font-weight: 400;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .report-area.forclousre .center-area.gray .chart-area ul li,
    .report-area.forclousre .center-area.gray .chart-area ul li:nth-of-type(2) {
        width: 100%;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li {
        border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
        padding-bottom: 15px;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: none;
        padding-bottom: 15px;
    }
    .report-area.forclousre .center-area.gray .chart-area ul li:nth-child(3) {
        border-bottom: none;
    }
    .report-area.forclousre .header.ward .logo {
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .report-area.forclousre .header.ward .logo a {
        width: 100%;
    }
    .report-area.forclousre .header.ward .report-name {
        width: 100%;
        padding-right: 0;
    }
    .report-area.forclousre .header {
        padding: 55px 0 0;
    }
    .report-area.forclousre .header .logo {
        width: 100%;
        height: 55px;
    }
    .report-area.bfr .header .logo img {
        width: auto;
        margin-top: -42px;
    }
    .report-area.forclousre .header .header-right {
        width: 100%;
        background: 0 0;
        margin-top: 20px;
    }
}
