@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --card-background-light : #EEEEEE;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


h4 {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

.footer-top-wrapper {
    text-align: center;
    background: url(../images/footer-top-bg.jpg) repeat #333;
}
.wrapper {
    position: relative;
    height: 70px;
}
.wrapper:before, .wrapper:after {
    display: table;
    line-height: 0;
    content: "";
}
.footer-top-wrapper {
    text-align: center;
    background: url(../images/footer-top-bg.jpg) repeat #333;
}
.container.common-container {
    max-width: 1200px;
}
.container.common-container {
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.container {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1020px;
}

.container.common-container {
    max-width: 1200px;
}
.container.common-container {
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.container {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 99%;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer-top-wrapper ul {
    display: inline-block;
    padding: 12px 0px 7px 0px;
}
ul {
    list-style: none;
}

.footer-top-wrapper ul:before, .footer-top-wrapper ul:after {
    display: table;
    line-height: 0;
    content: "";
}
.footer-top-wrapper ul li {
    float: left;
    color: #888888;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer-top-wrapper ul li:first-child:before {
    content: '';
}
.footer-top-wrapper ul li:before {
    content: '|';
}

.footer-top-wrapper ul li a, .copyright-content span {
    color: #fff;
}
.footer-top-wrapper ul li a {
    padding: 0px 15px;
    color: #fff;
}
.footer-top-wrapper ul li a {
    padding: 0px 12px;
    color: #fff;
}
a {
    color: #000;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.footer-bottom-wrapper {
    background-image: url(../images/footer-bottom-bg.png);
    background-repeat: repeat;
    background-color: #333;
    padding: 35px 0px;
    color: #fff;
    position: relative;
    text-align: center;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer-content {
    display: inline-block;
    padding: 0 0 25px 0;
    font-size: 18px;
}
.clearfix {
    /* zoom: 1; */
}

.container:after {
    clear: both;
}
.container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.copyright-content {
    color: #fff;
    float: right;
    font-size: 76%;
    line-height: 150%;
    padding: 5px 25px 0px 0;
    text-align: left;
    width: auto;
}

strong, th {
    font-weight: bold;
    color: white;
}

.footer-top-wrapper ul li a, .copyright-content span {
    color: #fff;
}
.copyright-content span {
    /* color: #888888; */
    display: block;
}

strong, th {
    font-weight: bold;
}

.logo-cmf {
    float: left;
    padding: 10px 0 0 0;
    text-align: right;
    width: auto;
}

.logo-cmf a {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 15px;
    padding-right: 25px;
}

.footer-logo {
    width: 35px;
}

.card-body{
    background-color: #e4e4e4;
    border-radius: 10px;
}
.user-select-none svg-container, .bg {
      background-color: #e4e4e4 !important;
}

footer {
    height: 50px;
}

.footer-wrapper a:hover, a strong:hover {
    color: #b6b4b4;
}

.num-card {
    text-align: center;
    height: 91px;
    background-color: var(--card-background-light);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
}

.num-card .card-body {
  padding: 12px;
}

.num-card-title {
    font-family: 'Inter';
    font-style: normal;
    font-size: 32px;
}

.column-header-name {
    color: black;
}

.navbar {
    background: #f7f7f7;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}

.column-header-name {
    text-align: center;
}

dash-cell cloumn-* {
    text-align: left;
}

#radioitems label{
  padding-left: 30px;
}

.navbar-brand {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.nav-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.nav-link {
    color: #FFFFFF;
}

p {
    padding-left: 10px;
    padding-right:10px;
    align-items:center;
    margin: 0;
}

.dropdown {
    width:300px;
    align-items: left;
    text-align: left;
}

.card-container {
    padding: 5px;
    color: black;
}

.card {
     background-color: var(--card-background-light);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
}

.btn-close {
    color: #fff;
    opacity: 1;
     filter: brightness(0) invert(1);
     padding-right: 15px;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td {
    font-size: 14px;
    background-color: transparent !important;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
    font-size: 14px;
    background-color: #e4e4e4 !important;
}

.pie-graph-label{
    padding: 15px 0 0 16px;
    color: black;
}

.js-plotly-plot .plotly .main-svg {
    background: transparent !important;
}

.legend .bg {
    fill: var(--card-background-light) !important;
}

.user-select-none .svg-container {
    height: 199px;
}

#pie-graphModal {
    height: 199px;
}

.modal-header {
    color: white;
    border: none;
}

.modal-content {
    left: 0;
    top: 0;
    border: 0;
    color: white;
    background: linear-gradient(179.66deg, #386FC0 -7.34%, rgba(255, 255, 255) 80.51%);
}
card {
    color: black;
}

.dash-dropdown {
    color: black;
}

#table1Modal {
    height: 199px;
    overflow-y: scroll;
 }

#table2Modal{
    height: 199px;
    overflow-y: scroll;
}

.faq-header{
    background-image: url('assets/img/faq.png');
    background-size: cover;
}

.navbar-brand:hover {
    color: #eee
}

.nav-link:hover {
     color: #eee
}

.active {
     color: #eee
}
a.navbar-brand:focus{color:white}
a.nav-link:focus{color:white}
a.navbar-brand:hover,.nav-item a.nav-link:hover{color:#c2c2c2}

.info-icon {
    color: grey;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    }

.info-icon:hover {
    color: black;
}

.info-button {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    background: transparent;
    border: none;
    cursor: pointer;
}

.find-details {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-style: italic;
    color: grey;
    cursor: pointer;
    color: red;
    font-weight: 700;
}

.find-details:hover {
    color: black;
}

.divided-titles {
    font-size: 10px;
}

.pending-main-title {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 14px;
}

.pending-divided {
    margin-top: 15px;
}

h1, h2, h3 h4, h5, h6 {
    margin: 0;
    padding: 0;

}

.left-numbers-pending, .right-numbers-pending {
    font-size: 20px;
}

.left-numbers-pending {
    padding-right: 10px;
    border-right: 2px solid black;
}

.info-text-district {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    left: 0;
    color: red;
    font-weight: 700;}

.back-icon-cont {
    align-items: center !important;
}

.pendingDetails {
    min-height: 80vh;
}

@media (max-width: 767px) {
    #datatable {
        width: 100% !important;
    }
}

.circle-lm-name {
    height: 280px;
}

#pendingAtDistrict, #pendingAtAllDistrict{
margin-bottom: 10px;
}

.link-diff{
    color: blue;
}