.copy-btn {
    background-color: #2AACF5;
    display: inline-block;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    color: white;
    border: 0;
    font-family: 'Istok Web', sans-serif;
    font-weight: 800;
    font-size: 24px;
    width: 15%;
}


.card-one-header {
    font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 800;
}

.sub-header {
    font-size: 14px;
}

.unavailable-text {
    font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
}

.card-btn {
    border: 1px solid #E1D6D6;
    padding: 7px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border-radius: 3px;
}

.progress-value {
    font-weight: 800;
}

.nav-link-text {
    font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.percentage-color {
    font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    color: #000000;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 5px solid #2AACF5;
  background-color: white;
  margin-bottom: -3px;

}

.nav-link.active .nav-link-text {
    font-weight: 800;
}

.nav-tabs .nav-link:hover {
  background-color: white !important;
}

.nav-link {
  transition: none;
}

.nav-item {
    margin-right: 0;
    border-bottom: 3px solid #DDD5D5;
}

.infra-label {
    list-style: none;
    padding-left: 0px;
}

.infra-label li {
    display: inline-block;
}

.water-scarcity-percent {
 position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translate(-50%, 0);
    font-size: 36px;
}

.full-donut-percent {
 position: absolute;
    left: 52%;
    bottom: 32%;
    transform: translate(-50%, 0);
    font-size: 40px;
}

.half-donut-percent {
   font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
}

.consumption-data {
    font-size: 52px;
    font-family: "Jaldi", sans-serif;
    color: #000000;
}

.risk-data {
    font-size: 70px;
    font-family: "Jaldi", sans-serif;
    font-weight: 400;
    color: #000000;
}

.approx-monthly {
    font-size: 20px;
}

.risk-tag {
    font-size: 16px;
    font-family: "Istok Web", sans-serif;
    font-weight: 800;
}

.risk-status {
    font-size: 20px;
}

.risk-status span {
    font-weight: 400;
}

.risk-data {
    color: #FF0000;
}

.card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.track-community {
    padding-bottom: 2px;
}

.hold-absolute {
    position: absolute;
}

.donut-chart-1-container {
    position: relative;
    width:198px;
    left: 30%;

}

.line-bar-container {
    position: relative;
    width: 610px;
}

.line-bart-select-q {
    position: absolute;
    left: 77%;
}

.line-chart-container {
    position: relative;
    /*width: 560px;*/
    width: 96%;
}

.half-donut-container {
    position: relative;
    width:200px;
    margin-top: -55px;
}

.bar-chart-2-container, .bar-chart-3-container, .bar-chart-4-container {
    position: relative;
    width: 100%;
}

.bar-chart-2-container, .bar-chart-4-container {
    margin-bottom: 10px;
}

.bar-chart-3-container {
    margin-bottom: 2px;
}

.share-img {
    height: 400px;
    width: 500px;
}

.color-shape {
    padding: 12px;
    width: 43%;
    border-radius: 3px;
}


@media only screen and (max-width: 1680px) {
    .left-side-col {
        width: 20%;
    }

    .right-side-col {
        width: 80%;
    }

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color {
        font-size: 12px;
    }

    /* right side dashboard */

    .half-donut-container {
        width:150px;
        margin-top: -45px;
    }

    .half-donut-percent-left {
        padding-left: 34px !important;
    }

    .half-donut-percent-right {
        padding-right: 35px !important;
    }

    .consumption-data {
       margin-top: -20px !important;
       margin-bottom: -20px !important;
    }

    .ricm-card {
        margin: auto auto !important;
    }

    .nav-tabs {
        padding: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pull-left {
        padding-right: 5px !important;
    }

    .pull-right{
        padding-left: 5px !important;
    }

    .donut-chart-1-container {
        width: 120px;
        height: 105px;
        left: 36%;

    }

    .full-donut-percent {
        left: 47%;
        bottom: 25%;
        font-size: 16px;
    }

    .line-bar-container {
        width: 100%;
        height: 243px;
        padding-left: -10px !important;
    }

    .line-bart-select-q {
        left: 73%;
        top: 3%;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 254px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 256px;
    }

    .line-card-container {
        margin-right: -5px;
    }

    .risk-data {
        font-size: 63px;
    }

    .full-donut-percent {
        font-size: 28px;
    }

    .color-shape {
        padding: 10px;
        width: 48%;
        border-radius: 3px;
    }

    .water-scarcity-percent {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1600px) {

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color {
        font-size: 12px;
    }

    .nav-tabs {
        padding: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pull-left {
        padding-right: 5px !important;
    }

    .pull-right{
        padding-left: 5px !important;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      border-bottom: 5px solid #2AACF5;
      background-color: transparent !important;
      margin-bottom: -3px;
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: flex;
      justify-content: center;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
      display: flex;
      justify-content: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .nav-tabs .nav-link:hover {
          background-color: transparent !important;
        }

    .type-nav-item-left {
                margin: 0px !important;
                width: 57%;

    }

    .type-nav-item-right {
        margin: 0px !important;
        width: 37%;
    }

    .type-nav {
        border: 2px solid blue;
        padding: 0 !important;
    }

    .donut-chart-1-container {
        width: 125px;
        height: 105px;
        left: 36%;

    }

    .line-bar-container {
        width: 100%;
        height: 242px;
        padding-left: -10px !important;
    }

    .line-bart-select-q {
        left: 73%;
        top: 3%;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 218px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 220px;
    }

    .line-card-container {
        margin-right: -5px;
    }

    .risk-data {
        font-size: 44px;
    }

    .full-donut-percent {
        left: 45%;
        bottom: 28%;
        font-size: 28px;
    }

    .risk-status, .risk-status-text {
        font-size: 16px;
    }
}

.smarter-height {
    min-height: 100vh;
}

@media only screen and (max-width: 1440px) {

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color {
        font-size: 12px;
    }

    .nav-tabs {
        padding: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pull-left {
        padding-right: 5px !important;
    }

    .pull-right{
        padding-left: 5px !important;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      border-bottom: 5px solid #2AACF5;
      background-color: transparent !important;
      margin-bottom: -3px;
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: flex;
      justify-content: center;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
      display: flex;
      justify-content: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .nav-tabs .nav-link:hover {
          background-color: transparent !important;
        }

    .type-nav-item-left {
                margin: 0px !important;
                width: 57%;

    }

    .type-nav-item-right {
        margin: 0px !important;
        width: 37%;
    }

    .type-nav {
        border: 2px solid blue;
        padding: 0 !important;
    }

    .donut-chart-1-container {
        width: 120px;
        height: 105px;
        left: 32%;

    }

    .line-bar-container {
        width: 100%;
        height: 242px;
        padding-left: -10px !important;
    }

    .line-bart-select-q {
        left: 73%;
        top: 3%;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 218px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 220px;
    }

    .line-card-container {
        margin-right: -5px;
    }

    .risk-data {
        font-size: 44px;
    }

    .full-donut-percent {
        left: 45%;
        bottom: 28%;
        font-size: 28px;
    }

    .risk-status, .risk-status-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1366px) {

    .card-one-header, canvas, .card-btn, .nav-link-text {
        font-size: 12px;
    }

    .percentage-color {
        font-size: 11px;
    }

    .nav-tabs {
        padding: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pull-left {
        padding-right: 5px !important;
    }

    .pull-right{
        padding-left: 5px !important;
    }

    .donut-chart-1-container {
        width: 120px;
        height: 126px;
        left: 32%;

    }

    .line-bar-container {
        width: 100%;
        height: 262px;
        padding-left: -10px !important;
    }

    .line-bart-select-q {
        left: 73%;
        top: 3%;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 236px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 238px;
    }

    .line-card-container {
        margin-right: -5px;
    }

    .risk-data {
        font-size: 68px;
    }

    .full-donut-percent {
        font-size: 28px;
    }

    .analyst-modal-row {
        padding-top: 0 !important;
    }

    .share-img {
        height: 300px;
        width: 400px;
        padding-top: 0 !important;
    }

    .full-donut-percent {
        left: 55%;
        bottom: 35%;
        font-size: 28px;
    }

    .half-donut-percent-left {
        padding-left: 8px !important;
    }

    .half-donut-percent-right {
        padding-right: 8px !important;
    }
}

@media only screen and (max-width: 1280px) {

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color  {
        font-size: 10px;
    }

    .donut-chart-1-container {
        width: 120px;
        height: 125px;
        left: 32%;

    }

    .line-bar-container {
        width: 100%;
        height: 256px;
        padding-left: -10px !important;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 238px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 244px;
    }

    .consumption-data {
       margin-top: -14px !important;
       margin-bottom: -14px !important;
    }

    .full-donut-percent {
        left: 53%;
        bottom: 33%;
        font-size: 28px;
    }

    .half-donut-percent-left {
        padding-left: 1px !important;
    }

    .half-donut-percent-right {
        padding-right: 1px !important;
    }

    .color-shape {
        padding: 10px;
        width: 70%;
        border-radius: 3px;
    }



}

@media only screen and (max-width: 1024px) {

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color  {
        font-size: 9px;
    }

    .nav-item {
        margin-top: 0px !important;
    }

    .pull-left {
        padding-right: 14px !important;
    }

    .dash-risk-score-donut {
        padding-left: 10px;
    }

    .full-donut-percent {
        left: 34%;
        bottom: 33%;
        font-size: 20px;
    }

    .pull-right{
        padding-left: 14px !important;
    }

    .ricm-pull-right{
        padding-left: 4px !important;
    }

    .ricm-card {
        margin: auto auto !important;
    }

    .no-pointer {
        font-size: 10px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      border-bottom: 5px solid #2AACF5;
      background-color: transparent !important;
      margin-bottom: -3px;
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
      display: flex;
      justify-content: center;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
      display: flex;
      justify-content: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .nav-tabs .nav-link:hover {
          background-color: transparent !important;
        }

    .donut-chart-1-container {
        width: 150px;
        height: 96px;
        left: 32%;

    }

    .line-bar-container {
        width: 100%;
        height: 230px;
        padding-left: -10px !important;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        width: 100%;
        height: 188px;
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
    }

    .bar-chart-2-container,  .bar-chart-3-container, .bar-chart-4-container {
        height: 205px;
    }

    .dash-nav-btn-5 span img, .dash-nav-btn-6 span img, .dash-nav-btn-7 span img, .dash-nav-btn-8 span img, .dash-nav-btn-9 span img, .dash-nav-btn-10 span img, .dash-nav-btn-11 span img {
        width: 10px;
        height: 5px;
    }

    .consumption-data {
       margin-top: -8px !important;
       margin-bottom: -8px !important;
    }

    .risk-data {
        font-size: 23px;
    }

    .risk-status, .risk-status-text {
        font-size: 12px;
    }

}

@media only screen and (max-width: 1000px) {
    .vertical-align {
       height: 5px;
        display: flex;
        align-items: center;
    }

}

@media only screen and (max-width: 768px) {
    .left-side-col {
        width: 15%;
    }

    .right-side-col {
        width: 85%;
        overflow: hidden;
    }

    .card-one-header, canvas, .card-btn, .nav-link-text, .percentage-color {
        font-size: 7px;
    }

    .card-one-header {
        margin-bottom: 0;
    }

    .water-scarcity-percent {
        font-size: 25px;
    }

    .consumption-data {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .nav-tabs {
        padding: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      border-bottom: 3px solid #2AACF5;

    }

    .nav-tabs .nav-link:hover {
      background-color: transparent !important;
    }

    .line-nav {
        margin: 0 !important;
        padding: 0 !important;
        width: 50%;
        border-bottom: 1px solid #DDD5D5;
    }

    .nav-link {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-tabs {
        margin: 0 auto;
    }

    .right-line-nav {
        text-align: center;
    }

    .pull-left {
        padding-right: 15px !important;
    }

    .pull-right{
        padding-left: 15px !important;
    }

    .donut-chart-1-container {
        width: 130px;
        left: 27%;

    }

    .line-bar-container {
        width: 100% !important;
    }

    .line-bart-select-q {
        left: 73%;
        top: 3%;
    }

    .line-bar-card {
        margin-left: -10px !important;
        margin-right: 0;
    }

    .line-chart-container {
        margin-top: 20px;
        margin-left: -10px !important;
        margin-right: 0;
        width: 100% !important;
    }

    .line-card-container {
        margin-right: -5px;
        width: 100% !important;
    }

    .line-bar-card {
        margin-left: 0 !important;
    }

    .risk-data {
        font-size: 63px;
    }

    .full-donut-percent {
        font-size: 28px;
    }

    .dash-nav-btn-5 span img, .dash-nav-btn-6 span img, .dash-nav-btn-7 span img, .dash-nav-btn-8 span img, .dash-nav-btn-9 span img, .dash-nav-btn-10 span img, .dash-nav-btn-11 span img {
        width: 8px;
        height: 4px;
    }

    .half-donut-percent {
       font-size: 16px;
    }
}

.donut-heading {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.percentage-color {
    padding-bottom: 10px !important;
}
