@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.top-header,
.footer-end {
    background: #17d059;
    background: -moz-linear-gradient(left, rgba(23, 208, 89, 1) 0%, rgba(0, 173, 237, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(23, 208, 89, 1) 0%, rgba(0, 173, 237, 1) 100%);
    background: linear-gradient(to right, rgba(23, 208, 89, 1) 0%, rgba(0, 173, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17d059', endColorstr='#00aded', GradientType=1)
}

.footer-fixer {
    min-height: calc(100vh - 41px);
}

.kiit-green {
    color: #17d059
}

.main-nav .router-link-exact-active {
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}

.title-light-font {
    font-weight: 300;
}

.max-list {
    max-height: 400px;
}

.progress-pie {
    /* width: 55px;
    height: 55px; */
    margin: 0;
}
.progress-pie::after {
    /* background-color: var(--bs-light-rgb) !important; */

}

.windrotate {
    width: 24px;
    height: 24px;
}

.div-box {
    width: 100px;
}

.sos-button {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}
.sos-button:hover {
    background-color: #cc0000;
}

/* .index-bad.progress-pie {
    margin: 5px;
    transform: rotate(-90deg);
    background: #ffffff;
      background-image: none;
    background-image: linear-gradient(to right,transparent 50%, var(--bs-danger-rgb) 0);
    top: 1px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.index-fair.progress-pie {
    margin: 5px;
    transform: rotate(-90deg);
    background: #ffffff;
      background-image: none;
    background-image: linear-gradient(to right,transparent 50%, var(--bs-warning-rgb) 0);
    top: 1px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.index-good.progress-pie {
    margin: 5px;
    transform: rotate(-90deg);
    background: #ffffff;
      background-image: none;
    background-image: linear-gradient(to right,transparent 50%, var(--bs-success-rgb) 0);
    top: 1px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
} */