.navigateDropDown {
    position: relative;
    width: 100%;
    color: #fff;
    border-radius: 4px;
}

select:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}

.navigateDropDown:after {
    content: "\f0d7";
    font: normal normal normal 12px/1 FontAwesome;
    color: #fff;
    right: 15px;
    top: 9px;
    padding: 0px 0px 2px 0px;
    position: absolute;
    pointer-events: none;
}

.navigateDropDown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    width: 100%;
    height: 46px;
    padding: 0px 14px 16px 14px;
    font-size: 12px;
    font-weight: 400;
    background-color: #0a2643;
    color: #ffffff;
    background-image: none;
    border: 1px solid #d3e2fd;
    -ms-word-break: normal;
    word-break: normal;
}

/* Dropdown accordion */
.select-box {
    display: flex;
    width: 340px;
    flex-direction: column;
    font-size: 14px;
    margin-right: 1rem;
    position: relative;
}

.select-box .options-container {
    background: #fff;
    color: #0a2643;
    max-height: 0;
    width: 300px;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
    order: 1;
    position: absolute;
}

.selected {
    background: #fff;
    color: var(--text-primary-color);
    border-radius: 4px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #d3e2fd;
    order: 0;
}

.selected::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 13px;
    transition: all 0.4s;
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    border-left: 1px solid #d3e2fd;
    border-right: 1px solid #d3e2fd;
    border-bottom: 1px solid #d3e2fd;
    border-radius: 4px;
    margin-top: 0;
    width: 300px;
}

.select-box .options-container.active + .selected::after {
    transform: rotateX(180deg);
    top: -13px;
}

.select-box .options-container::-webkit-scrollbar {
    width: 4px;
    background: #fff;
    color: #d3e2fd;
    border-radius: 10px;
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #d3e2fd;
    color: #fff;
    border-radius: 10px;
}

.select-box .option,
.selected {
    padding: 12px 24px;
    cursor: pointer;
}

.select-box .option:hover {
    background: #d3e2fd;
    color: #0a2643;
    transition: 0.2s linear;
}

.select-box label {
    cursor: pointer;
    margin-bottom: 0.2rem;
}

.select-box .option .radio {
    display: none;
}

.popup {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.leaflet-popup-content-wrapper {
    background: #0a2643 !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px !important;
}

.leaflet-popup-tip {
    background: #0a2643 !important;
}

.popup button {
    background: #3eca40;
    border-radius: 4px;
    border: none;
    padding: 2px 10px;
    margin-top: 10px;
    color: #fff;
}

.popup button:active,
.popup button:focus {
    border: none;
    outline: none;
}

.popup button:hover {
    cursor: default;
}

.popuptext .middleRow .aqiTable {
    width: 100%;
    border-collapse: collapse;
    margin-left: 40px;
}

.aqiTable td,
.aqiTable tr {
    border: none;
    padding: 4px 16px;
}

#gases_sp {
    font-size: 12px;
    color: var(--text-primary-color) !important;
}

#container {
    width: 58px;
    height: 58px;
    position: relative;
    margin-top: -17px;
    color: #0a2643;
}

.mt-1 {
    margin-top: 3rem !important;
}

#container > svg {
    width: 100%;
    display: block;
    transform: rotate(-90deg);
}

.domGas {
    background-color: rgba(249, 176, 90, 0.3);
    outline: 1px solid #f9b05a;
    border-radius: 8px;
}

.popup .fa-square {
    color: rgba(249, 176, 90, 0.3);
    border: 1px solid #f9b05a;
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

.aqiTable td:first-child {
    border-radius: 8px 0 0 8px;
    text-align: left;
}

.aqiTable td:last-child {
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    text-align: right;
}

/* faorites popup */
.favorite {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual favorite */
.favorite .favoritetext {
    visibility: hidden;
    width: 272px;
    height: 102px;
    background-color: #0a2643;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px 20px 28px;
    position: absolute;
    z-index: 1;
    top: 176%;
    left: -130%;
}

/* favorite arrow */
.favorite .favoritetext::after {
    content: "\f45c";
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    top: -4%;
    left: 14%;
    margin-left: -5px;
    color: #0a2643;
    transform: rotate(45deg);
}

/* Toggle this class - hide and show the favorite */
.favorite .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.favoritetext i {
    font-size: 20px;
}

.favoritetext p {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0 !important;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* style css */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eff3fb;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7986b0;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4b5d94;
    transition: 0.5s linear;
}

.timeBtn:active,
.timeBtn:focus,
.timeBtn_sp:active,
.timeBtn_sp:focus,
.breakdwownBtn:active,
.breakdwownBtn:focus,
.gases button:active,
.gases button:focus,
.gasesSelect button:focus,
.gasesSelect button:active,
.time button:focus,
.time_sp button:focus,
.time button:active {
    outline: none;
}

.time_sp button:active {
    outline: none;
}

* {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

.navigationBar {
    background-color: #0a2643;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    z-index: 5;
    position: sticky;
    top: 0;
    padding: 0;
}

.navigationBar a {
    padding: 0.5rem 1rem;
}

.navigationBar ul,
.navigationBar button {
    padding-right: 1rem;
}

#navbarSupportedContent {
    background-color: #0a2643;
}

.navbar-toggler,
.navbar-toggler-icon,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
    outline: none !important;
    border: none !important;
}

#adminLogin {
    display: none;
}

#adminLogout {
    display: flex;
}

.navbarLinks li a {
    font-weight: 600;
    color: #eff3fb;
}

.navbarLinks li a:hover,
.navbarLinks li a .fa-circle-user:hover {
    color: #48c549;
    transition: 0.2s linear;
    cursor: pointer;
}

.navbarLinks li a .fa-bell {
    font-size: 20px;
    color: #eff3fb;
    padding: 10px 13px;
    background: #0a2643;
}

.navbarLinks li a .fa-bell:hover {
    border-radius: 4px;
    color: #0a2643;
    background: #eff3fb;
    transition: 0.2s linear;
    padding: 10px 13px;
}

.navbarLinks li a .fa-circle-user {
    font-size: 35px;
    color: #eff3fb;
}

.searchBars {
    display: flex;
    background: #f4f9ff;
    padding: 10px 20px 0px 20px;
}

#searchBox {
    border: none;
    background: #f4f9ff;
    height: 22px;
}

.fa-magnifying-glass {
    position: absolute;
    top: 27px;
    left: 288px;
}

#upperGases {
    margin-top: 1.7rem;
    margin-bottom: 0.3rem !important;
}

.rightPane {
    position: absolute;
    transition: 0.4s ease;
    right: 0;
}

.rightPane.extend {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    transition: 0.4s ease;
}

.leftPane .activeGas {
    background: #0728fb;
}

.leftPane {
    position: absolute;
    transition: 0.4s ease;
    z-index: 2;
    left: 0;
}

.leftPane.hide {
    transform: translateX(-100%);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.showhidebtn {
    position: absolute;
    top: 5rem;
    left: 1.7rem;
    height: 30px;
    width: 30px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 3px;
    cursor: pointer;
    padding: 0.18rem 0.18rem;
    transition: left 0.4s ease;
    z-index: 3;
}

.showhidebtn span {
    color: white;
    font-size: 15px;
}

.showhidebtn.click span:before {
    content: "\f00d";
}

.gases,
.gasesSelect {
    width: 100%;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.gases .gasBtn:first-of-type {
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #dee2e6;
}

.gases .gasBtn:last-of-type {
    border-radius: 0px 4px 4px 0px;
    border-left: 1px solid #dee2e6;
}

.gases .gasBtn {
    color: #0a2643;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    width: 100%;
    height: 26px;
    background-color: #fff;
}

.gasBtn.activeGas {
    color: #fff;
    background: #0728fb;
}

.gasesSelect .gasesSelectBtn {
    color: #0a2643;
    border: none;
    border-radius: 4px;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    width: 100%;
    height: 26px;
    background-color: #fff;
}

.gasBtn:hover,
.gasesSelectBtn:hover {
    background-color: #d3e2fd;
    color: #0a2643;
    cursor: pointer;
}

.formElements {
    background-color: #f4f9ff;
    width: 100%;
    padding: 12px 0px;
    border-radius: 4px;
    color: #7986b0;
    font-size: 14px;
    border: 1px solid #d3e2fd;
}

.formElements i {
    color: #0a2643;
}

.formElements i:hover {
    cursor: pointer;
}

.active-cyan-4 input[type="text"]:focus:not([readonly]) {
    border: 1px solid transparent;
    background-color: #f4f9ff;
    box-shadow: none;
}

.active-cyan-4 input[type="text"] {
    border: 1px solid transparent;
    background-color: #f4f9ff;
}

.active-cyan-4 .fa,
.active-cyan-4 .fa {
    background-color: #f4f9ff;
}

.tableInfo {
    background: #fff;
    display: table-cell;
    padding: 0px 15px 0px 15px;
}

.polluteRank {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-primary-color);
}

.my-custom-scrollbar {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -20px;
    height: min-content;
}

.tableHeader strong {
    color: #0a2643;
    font-size: 14px;
    font-weight: 600;
}

.tableHeader span {
    color: #0a2643;
    font-size: 14px;
}

.searchTable {
    width: 100%;
}

.paginators {
    margin: 20px 0 20px 0;
}

.paginators button {
    color: #0a2643;
    padding: 5px 10px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid transparent;
    border-radius: 8px;
}

.paginators button:hover {
    color: #0a2643;
    background: #d3e2fd;
    border: 1px solid #6987bd;
    transition: 0.2s linear;
}

.paginators .less {
    margin-right: 5px;
}

#currPage,
#currPage:active,
#currPage:focus {
    background: transparent;
    color: #0a2343;
    font-weight: 400;
    outline: none;
    border: none;
    pointer-events: none;
}

.searchTable td:first-child {
    border-radius: 4px 0 0 4px;
}

.searchTable td:last-child {
    border-radius: 0 4px 4px 0;
}

.searchTable tbody {
    overflow-y: scroll;
    /* height: 400px; */
}

.searchTable th,
.searchTable td {
    text-align: left;
    padding: 8px;
}

.searchTable th {
    width: 60%;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff !important;
    position: sticky;
    color: var(--primary-color) !important;
    top: 0;
}

.searchTable td {
    font-size: 14px;
}

.searchTable tr:nth-child(odd) {
    background-color: var(--terciary-color);
}

.searchTable tr:hover {
    background: var(--terciary-color);
    color: var(--text-primary-color);
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s linear;
}

.searchTable tr td span[data-text="Moderate"] {
    color: #6c7d8e;
}

.searchTable tbody tr td span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.searchTable tbody tr td.station-name {
    font-size: 18px;
    font-weight: 400;
}

.searchTable tbody tr td.station-name small {
    font-style: italic;
    font-weight: 300;
}

.gasCat,
.dbCat {
    padding: 8px 20px;
    border: white;
    border-radius: 8px;
}

.searchTable tr td {
    width: 100%;
    height: 25px;
    padding: 5px;
    border-radius: 4px 0 0 4px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.legendBtnsFixed {
    position: absolute;
    display: flex;
    align-items: stretch;
    justify-content: center;
    top: 0;
    right: 0;
    margin: 30px 30px 0px 0px;
    z-index: 2;
    border-radius: 4px;
    width: max-content;
}

.legendBtnsFixed .lgnBtn:first-of-type {
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #dee2e6;
}

.legendBtnsFixed .lgnBtn:last-of-type {
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #dee2e6;
}

.legendBtnsFixed .inactiveLegend {
    opacity: 0.4;
}

.legendBtnsFixed .lgnBtn {
    color: #fff;
    border: none;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    height: 26px;
    text-align: center;
}

.legendBtnsFixed .lgnBtn:hover {
    cursor: pointer;
}

.legendBtnsFixed .lgnBtn:focus,
.legendBtnsFixed .lgnBtn:active {
    outline: none;
}

#Bueno {
    background-color: #3eca40;
}

#Moderado {
    background-color: #ffff01;
    color: #6c7d8e;
}

#Pobre {
    background-color: #f5751c;
}

#Insalubre {
    background-color: #fe0000;
}

#Severo {
    background-color: #7030a0;
}

#Peligroso {
    background-color: #742a00;
}

.good {
    color: #3eca40;
}

.moderate {
    color: #ffff01;
}

.poor {
    color: #f5751c;
}

.unhealthy {
    color: #fe0000;
}

.severe {
    color: #7030a0;
}

.hazardous {
    color: #742a00;
}

.mapContainer {
    width: 100%;
    position: relative;
}

#map {
    width: 100%;
    height: 93vh !important;
    z-index: 1;
}

.chartBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0px 30px 75px 0px;
    z-index: 2;
    border-radius: 4px;
}

.chartBtn .chtBtn {
    background: #0a2643;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}

.chartBtn .chtBtn:focus,
.chartBtn .chtBtn:active {
    background: #0728fb;
    color: #fff;
    transition: 0.1s linear;
}

.paginationBtns {
    display: flex;
    color: #fff;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0px 30px 20px 0px;
    z-index: 2;
    border-radius: 4px;
    width: 95%;
}

.paginationBtns .navigator {
    width: 56px;
    height: 46px;
    padding: 3px 20px;
    text-align: center;
    display: table-cell;
    border-radius: 4px;
    background-color: #0a2643;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 0px 0.5px 0px 0.5px;
    font-size: 8px;
}

.paginationBtns .nextPage {
    color: #0a2643;
    background: #f4f9ff;
    width: 56px;
    height: 46px;
    padding: 3px 20px;
    text-align: center;
    display: table-cell;
    border-radius: 4px;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 0px 0.5px 0px 0.5px;
    font-size: 16px;
}

.paginationBtns button:active {
    background: #0728fb;
    color: #fff;
    transition: 0.1s linear;
}

.paginationBtns button .date {
    font-size: 14px;
    font-weight: 400;
}

.paginationBtns button .day {
    font-size: 12px;
    font-weight: 300;
}

.paginationBtns .compare {
    background-color: #0a2643;
    color: #fff;
    width: 60%;
    height: 56px;
    padding: 20px 4px;
    text-align: center;
    display: table-cell;
    border-radius: 4px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px 0px 0px 1px;
    width: 138px;
}

.navigatorDropLabel {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    padding: 0px 0px 6px 14px;
}

.deviceCapsule {
    background-color: #fff;
}

.activeCapsule.div:first-child {
    border-color: #000;
}

.devicesPanel {
    position: absolute;
    width: 370px;
    z-index: 2;
    right: 0;
    text-align: center;
    background: #fff;
    display: table-cell;
    overflow-y: scroll;
    padding: 20px;
    visibility: hidden;
}

.devicesPanel .reportTab b {
    font-weight: 500;
    font-size: 18px;
}

.devicesPanel .reportTab b .deviceCount {
    font-weight: 400;
    font-size: 12px;
}

.devicesPanel .reportTab .dvcBtn {
    padding: 13px 20px 14px;
    width: 145px;
    height: 48px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #0a2643;
    color: #fff;
}

.devicesPanel .reportTab .dvcBtn:hover {
    background: #0728fb;
    transition: 0.3s linear;
    cursor: pointer;
}

.dvc {
    font-weight: 500;
}

.searchTable tbody tr td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    width: 50%;
}

.devicesPanel .searchTable tbody tr td:last-child {
    background-color: #0a2643;
    color: #fff;
}

.devicesPanel .searchTable tbody tr td:last-child:hover {
    background: #fff;
    color: #0a2643;
}

.updateInfo {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-primary-color);
}

#updatetime {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-primary-color);
}

.updateInfo i {
    font-size: 13px;
}

.time {
    width: 100%;
    /* border-radius: 8px; */
    background: #f4f9ff;
    /* padding: 4px; */
    padding: 20px 20px 20px 20px;
}

.time_sp {
    width: 100%;
    border-radius: 8px;
    background: #f4f9ff;
    padding: 4px;
    /* padding: 20px 20px 20px 20px; */
}

.searchSelects {
    display: flex;
    padding: 1.5rem 1rem;
}

.searchSelects .aqi-btn,
.searchSelects .noise-btn,
.searchSelects .pollutant-select {
    border: 1px solid #000;
    border-radius: 5px;
}

.select-box {
    flex-direction: row;
}

.select-box .selected {
    z-index: 99;
    border: 0;
}

.select-box .gas-select,
.select-box .pollutant-select,
.select-box .options-container {
    width: 30%;
}

.select-box .options-container.active {
    z-index: 9;
    width: 30%;
}

.polluteRank {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
}

.updateInfo,
#updatetime {
    font-size: 1rem;
}

.time {
    background: white;
}

.timers-select .selected,
.filters .selected {
    font-size: 1rem;
    color: var(--text-primary-color);
    border: none;
    width: 40%;
    top: -13;
}

.noise-btn.active-filter,
.aqi-btn.active-filter {
    background-color: var(--primary-color);
    color: var(--text-secondary-color);
}

.toggle-box:not(.active) {
    display: none;
}

.searchSelects .selected.active {
    background-color: var(--primary-color);
    color: var(--text-secondary-color);
}

.selected::after {
    right: -8%;
}

.worst-filter.selected::after {
    transform: none !important;
    content: "\f160";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    height: 100%;
    left: 190%;
    top: 13px !important;
}

.best-filter.selected.active {
    display: hide;
}

.best-filter.selected::after {
    transform: none !important;
    content: "\f885";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    height: 100%;
    left: 190%;
    top: 13px !important;
}

.timers-select .selected::after {
    transform: none !important;
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    display: inline;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    height: 100%;
    width: 32px;
    right: 0;
    top: 13px !important;
    transition: all 0.4s;
}

.timers-select .select-box .options-container.active {
    width: 43%;
}

.noise-btn,
.aqi-btn {
    width: 30%;
    height: 45px;
    color: #0a2643;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    background-color: white;
}

.legendBtns {
    position: relative;
    justify-content: stretch;
    align-items: center;
}

.legendBtns .lgnBtn:first-of-type {
    border-radius: 10px 0px 0px 10px;
    border-right: 1px solid #dee2e6;
}

.legendBtns .lgnBtn:last-of-type {
    border-radius: 0px 10px 10px 0px;
    border-left: 1px solid #dee2e6;
}

.legendBtns .lgnBtn {
    color: #fff;
    border: none;
    padding: 0px 3.5%;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 150%;
    height: 36px;
    text-align: center;
}

.time .timeBtn,
.refreshBtn {
    color: #0a2643;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 150%;
    width: 100%;
    height: 26px;
    background-color: #f4f9ff;
}

.timeBtn:hover,
.refreshBtn:hover {
    background-color: #d3e2fd;
    color: #0a2643;
    cursor: pointer;
}

.timeBtn.activeInterval {
    color: #fff;
    background: #0728fb;
}

.time_sp .breakdwownBtn {
    color: var(--text-primary-color);
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    width: 100%;
    height: 26px;
    background-color: var(--terciary-color);
}

.breakdwownBtn:hover {
    background-color: #d3e2fd;
    color: #0a2643;
    cursor: pointer;
}

.breakdwownBtn.activeChart {
    color: var(--text-secondary-color) !important;
    background: var(--primary-color) !important;
}

#chart-tab {
    display: none !important;
}

.time_sp {
    color: var(--terciary-color);
    background-color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    width: 100%;
    height: 26px;
}

.timeBtn_sp {
    color: var(--text-primary-color) !important;
    background-color: var(--terciary-color) !important;
    border-radius: 5px;
    border: none;
    height: 40px;
    width: 60px;
}

.timeBtn_sp:hover {
    color: var(--text-primary-color) !important;
    background-color: var(--terciary-color) !important;
    cursor: pointer;
}

.timeBtn_sp.activeInterval_sp {
    color: var(--text-secondary-color) !important;
    background: var(--text-primary-color) !important;
}

.statsPanel {
    position: absolute;
    width: 370px;
    height: 92vh;
    z-index: 2;
    right: 0;
    text-align: center;
    background: #fff;
    display: table-cell;
    overflow-y: scroll;
    padding: 0px 20px;
    visibility: hidden;
}

.statsPanel .updateTab {
    padding: 20px 0px;
}

.statsPanel .statstab {
    padding: 20px 0px;
}

.statsPanel .statsTab a {
    display: flex;
    height: 100%;
}

.statsPanel .lastUpdated {
    color: var(--text-primary-color);
    font-size: 10px;
}

#updatetime_sp {
    color: var(--text-primary-color);
    font-size: 10px;
    margin-right: auto;
}

.statsPanel .updateSettings {
    font-size: 12px;
}

.statsPanel .updateSettings i:hover {
    color: #0728fb;
    cursor: pointer;
    transition: 0.2s linear;
}

.statsPanel .statsCount {
    color: var(--text-primary-color);
    font-weight: 600;
    font-size: 14px;
    margin-right: auto;
    text-align: left;
    padding: 1px;
}

.compareDiv {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    right: 4%;
}

.statsBtn {
    padding: 12px 20px;
    outline: none;
    border: none;
    background: var(--primary-color);
    color: var(--text-secondary-color);
    font-size: 12px;
    border-radius: 4px;
    width: 122px;
    height: 40px;
}

.statsBtn:active,
.statsBtn:hover,
.statsBtn:focus {
    background: var(--primary-color);
    color: var(--text-secondary-color);
    transition: 0.2s linear;
    text-decoration: none;
}

#noiseGraph {
    background: var(--terciary-color);
    border-radius: 8px;
    padding: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.airQualityStats {
    padding: 20px 0px;
}

.airQualityStats .airBtn {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #d3e2fd;
    color: #0a2643;
    font-size: 12px;
}

.airQualityStats .airBtn:focus,
.airQualityStats .airBtn:active {
    border: 1px solid #6987bd;
    outline: none;
    cursor: pointer;
    transition: 0.2s linear;
}

.airQualityStats .airBtn:hover {
    cursor: pointer;
}

/* media queries */

@media screen and (max-width: 1300px) {
    .calendarContainer {
        /* margin-bottom: 60px; */
        max-width: 100% !important;
    }

    .paginationBtns {
        flex-direction: column;
        margin: 0px 35px 20px 0px;
    }

    .paginationBtns .compareDiv {
        margin: 0px 0px 0px 51px;
        width: 100%;
    }

    .paginationBtns .compare {
        position: absolute;
        top: -51.45rem;
        left: 5.6rem;
        height: 26px;
    }
}

@media screen and (max-width: 1368px) {
    .legendBtnsFixed {
        display: flex;
        margin-right: 100px;
    }

    .legendBtnsFixed .lgnBtn {
        padding: 0 3.5%;
    }

    /* .pollutant-select .selected {
        text-overflow: clip;
    } */
}

@media screen and (max-width: 1280px) {
    #searchTable th,
    #searchTable td {
        font-size: 14px;
    }

    .legendBtns .lgnBtn {
        padding: 0 1%;
    }
}

@media screen and (max-width: 1024px) {
    .legendBtnsFixed {
        margin-right: 40px;
    }

    .gasCat,
    .dbCat {
        padding: 5px 10px;
        border: white;
        border-radius: 8px;
    }

    .legendBtnsFixed .lgnBtn {
        padding: 0 2%;
    }

    .legendBtns .lgnBtn {
        padding: 0 1%;
    }

    #searchTable th,
    #searchTable td {
        font-size: 12px;
    }

    .timers-select .selected,
    .filters .selected {
        color: #0728fb;
        border: none;
        width: 35%;
        top: -13;
    }
}

@media screen and (min-width: 769px) {
    .leftPane {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .rightPane {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    #sidepanel .legendBtns .lgnBtn {
        width: 17%;
    }
}

@media screen and (max-width: 576) {
    .legendBtns .lgnBtn {
        height: 2.4rem;
        border-radius: 0px;
        width: 17%;
        font-size: 8px;
        padding: 2px;
        text-align: start;
    }

    .gas-select .selected {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 768px) {
    #sidepanel {
        background-color: white;
    }

    #map {
        height: 90vh !important;
    }

    .gasCat,
    .dbCat {
        padding: 8px 20px;
        border: white;
        border-radius: 8px;
    }

    .statsPanel {
        width: 100%;
    }

    #searchTable th,
    #searchTable td {
        font-size: 18px;
    }

    .legendBtnsFixed {
        display: none;
    }

    #navbarSupportedContent {
        padding-bottom: 2rem;
    }

    .legendBtns {
        position: relative;
        justify-content: stretch;
        align-items: center;
    }

    .legendBtns .lgnBtn {
        height: 2.4rem;
        border-radius: 0px;
        width: 17%;
        font-size: 12px;
        font-weight: bold;
        padding: 2px;
    }

    .legendBtns .lgnBtn:first-of-type {
        border-radius: 10px 0px 0px 10px;
        border-right: 1px solid #dee2e6;
    }

    .legendBtns .lgnBtn:last-of-type {
        border-radius: 0px 10px 10px 0px;
        border-left: 1px solid #dee2e6;
    }

    .legendBtns .lgnBtn {
        border: none !important;
        outline: none !important;
    }

    .showhidebtn {
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        height: 6%;
        left: 0;
        right: 0;
        top: 90%;
    }

    .showhidebtn div p,
    #map-toggle {
        color: white;
        font-weight: bold;
        font-family: Inter;
        vertical-align: middle;
        font-size: 12px;
        line-height: 18px;
    }

    .showhidebtn svg {
        display: none;
    }

    .pagination {
        display: none;
    }

    .testingChartDiv {
        display: none;
    }

    .compareDiv {
        display: none;
    }

    .lds-ripple.left-loader {
        top: 550px;
        right: 0% !important;
        bottom: 25% !important;
        z-index: 10;
    }
}

@media screen and (max-width: 425px) {
    .gasCat,
    .dbCat {
        padding: 5px 10px;
        border: white;
        border-radius: 8px;
    }

    #searchTable th,
    #searchTable td {
        font-size: 12px;
    }
}

@media screen and (min-width: 768) and (max-width: 1400) {
    .calendarContainer {
        max-width: 74%;
        width: 80%;
    }

    .calendarContainer .calendar {
        width: 80%;
    }
}

/* Leaflet device capsules */
.leaflet-marker-icon {
    transform: translate3d(400px, -149px, 0px);
    z-index: 10 !important;
    outline: none;
    color: #fff;
    font-weight: 500 !important;
}

.aqiCapsule {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate3d(0px, -9px, 0px);
    background: gray;
    width: 50%;
    height: 25px;
    border-radius: 4px 0 0 4px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 1px solid #fff;
}

.dbCapsule {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate3d(0px, -9px, 0px);
    background: gray;
    width: 50%;
    height: 25px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.aqiCapsule p,
.dbCapsule p {
    margin-bottom: 0;
}

.userProfile {
    position: absolute;
    top: 56px;
    right: 23px;
    background: #fff;
    padding: 20px;
    z-index: 8;
    font-size: 15px;
    font-weight: 500;
    color: #0a2643;
    visibility: hidden;
    border-radius: 4px;
    width: 240px;
    height: 227px;
    font-weight: bold;
}

.userProfile .fa-circle-user {
    font-size: 44px;
    color: #d3e2fd;
    margin-left: 5px;
}

.userProfile .fa-circle-user:hover {
    cursor: pointer;
    color: #9fb4da;
    transition: 0.2s linear;
}

.userProfile .logoutPin {
    position: absolute;
    color: #fff !important;
    font-size: 21px !important;
    top: -4px;
    right: 9px;
    z-index: 10;
    transform: rotate(45deg);
    visibility: hidden;
}

.userProfile a {
    text-decoration: none;
    color: #0a2643;
    font-size: 14px;
    margin: 5px -10px;
}

.userProfile a:hover {
    text-decoration: underline;
    cursor: pointer;
    transition: 0.2s linear;
}

.logoutDiv {
    width: 94%;
    background: #fff;
    border-top: 1px solid #d3e2fd;
    margin: 5px 6px;
    z-index: 10;
}

.logoutPin {
    position: absolute;
    color: #fff;
    font-size: 21px;
    top: 52px;
    right: 32px;
    z-index: 10;
    transform: rotate(45deg);
    visibility: hidden;
}

.logoutDiv .logoutBtn {
    background: transparent;
    border: none;
    font-size: 14px;
    margin-top: 17px;
    font-weight: bold;
    color: #97a7c3;
}

.logoutDiv .logoutBtn:hover {
    cursor: pointer;
    color: #0a2643;
    transition: 0.2s linear;
}

.logoutDiv .logoutBtn:active,
.logoutDiv .logoutBtn:focus {
    outline: none;
}

.healthTitle {
    font-weight: 600;
    font-size: 14px;
    color: #0a2643;
    width: 360px;
}

.healthRecommendations {
    width: 100%;
    height: 48px;
    background-color: var(--terciary-color);
    border: none;
    border-radius: 8px;
    /* margin-top: 5rem; */
    padding: 4px;
}

.healthRecBtn-left {
    width: 100%;
    height: 40px;
    /* padding: 4px 10px; */
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
    line-height: 15px;
    font-size: 10px;
    color: #3eca40;
}

.healthRecBtn-right {
    width: 100%;
    height: 40px;
    /* padding: 4px 10px; */
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
    line-height: 15px;
    font-size: 10px;
    color: #f9c45a;
}

.healthRecBtn-left:focus,
.healthRecBtn-left:active {
    outline: none;
    border: 1px solid transparent;
}

.healthRecBtn-right:focus,
.healthRecBtn-right:active {
    outline: none;
    border: 1px solid transparent;
}

.healthRecBtn-left img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.healthRecBtn-right img {
    width: 48px;
    height: 32px;
    border-radius: 4px;
}

.activeHealthRecBtn {
    background-color: #fff;
}

.alertDiv {
    width: 100%;
    font-weight: 700;
    font-size: 10px;
    color: #0a2643;
    line-height: 15px;
}

.alertDiv img {
    width: 20px;
    height: 20px;
}

.pollutantScale {
    width: 100%;
}

.scaleBar {
    width: 34%;
}

.scaleBar .row {
    height: 4px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.scaleBar .green {
    background-color: #3eca40;
}

.scaleBar .yellow {
    background-color: #ffc64d;
}

.scaleBar .red {
    background-color: #ff5b4e;
}

.scaleBar i {
    font-size: 20px;
    margin-top: 2px;
}

.scaleBar .row .activeScale {
    color: #3eca40;
}

.scaleBar .row .inactiveScale {
    color: transparent;
}

.ui-autocomplete {
    position: absolute;
    top: 112px !important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-menu-item-wrapper {
    border: 1px solid transparent !important;
    border-radius: 4px;
    padding: 9px 10px 10px !important;
}

.ui-menu-item-wrapper:hover {
    background: #d3e2fd;
    color: #0a2643;
}

.loginModalForm {
    z-index: 999;
}

.loginModalForm input[type="text"],
.loginModalForm input[type="password"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.loginModalForm button {
    background-color: #04aa6d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.loginModalForm button:hover {
    opacity: 0.8;
}

#closeStats:hover {
    cursor: pointer;
}

.loginModalForm .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.loginModalForm .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.loginModalForm img.avatar {
    width: 40%;
    border-radius: 50%;
}

.loginModalForm .container {
    padding: 16px;
}

.loginModalForm span.psw {
    float: right;
    padding-top: 16px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 14px;
}

.loginModalForm .close:hover,
.loginModalForm .close:focus {
    color: red;
    cursor: pointer;
}

.modal-header .close {
    padding: 2rem 0.5rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-header .close:hover {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.1s linear;
}

.modal-header .close:active,
.modal-header .close:focus {
    border: none;
    outline: none;
}

#loginModal .loginForm {
    margin: 0px 30%;
}

@media (max-width: 1024px) {
    #loginModal .loginForm {
        margin: 0px 15%;
    }
}

#loginModal .loginForm #facebook-btn {
    display: flex;
    align-items: center;
    background-color: #3b5998;
    padding: 2px;
    height: 46px;
    width: 100%;
    text-align: start;
    margin-top: 20px;
    margin-bottom: 20px;
}

#loginModal .loginForm #facebook-btn svg {
    padding: 8px 35px;
    color: #3b5998;
    background-color: white;
    border-radius: 3px;
}

#loginModal .loginForm #facebook-btn span {
    color: white;
    margin-left: 20%;
    font-weight: bold;
}

#loginModal .loginForm #google-btn {
    display: flex;
    align-items: center;
    background-color: #4285f4;
    padding: 2px;
    height: 46px;
    width: 100%;
    text-align: start;
    font-weight: bold;
}

#loginModal .loginForm #google-btn svg {
    padding: 8px 32px;
    color: #4285f4;
    background-color: white;
    border-radius: 3px;
}

#loginModal .loginForm #google-btn span {
    color: white;
    margin-left: 20%;
    font-weight: bold;
}

@media (max-width: 494px) {
    #loginModal .loginForm #facebook-btn span,
    #loginModal .loginForm #google-btn span {
        font-size: 12px;
        margin-left: 3%;
    }
}

#loginModal .loginForm input {
    padding: 25px 20px;
}

#loginModal .loginForm #login-btn {
    padding: 15px 35px;
}

/* Add Zoom Animation */
.loginModalForm .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .loginModalForm span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.loader {
    position: absolute;
    display: none;
    z-index: 15;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: 3px solid transparent;
    border-top-color: rgb(224, 223, 223);
    border-left-color: rgb(216, 216, 216);
    border-radius: 50%;
    animation: loader 0.75s infinite ease forwards;
}

@keyframes loader {
    100% {
        transform: rotate(360deg);
    }
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 10rem;
}

.lds-ripple.login-loader {
    display: none;
    z-index: 15;
    width: 80px;
    height: 80px;
    background: 0 0;
    border: 3px solid transparent;
    border-top-color: rgb(224, 223, 223);
    border-left-color: rgb(216, 216, 216);
    border-radius: 50%;
    bottom: 40%;
    animation: loader 0.75s infinite ease forwards;
}

.lds-ripple.right-loader {
    top: 0;
}

.lds-ripple.left-loader {
    top: 550px;
    right: 75%;
    bottom: 0;
    z-index: 10;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #0a2643;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.calendarContainer {
    max-width: 84%;
    display: flex;
    width: 100%;
    position: absolute;
    left: 35px;
    justify-content: space-between;
    flex-direction: row;
}

.calendarContainer .calendar {
    width: 100%;
}

/* Compare Modal */
.modalContainer {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-left: 3%;
    padding-right: 3%;
    background: #fff;
}

.comparisonItem {
    margin-right: 35px;
    font-weight: 600;
}

.comparisonItem p {
    padding-top: 14px;
    margin-left: 10px;
    line-height: 21px;
}

.comparisonItem i {
    font-size: 16px;
}

.addComparisonBtn {
    padding: 8px 12px 8px 8px;
    border: 1px dashed #0a2643;
    border-radius: 100px;
    background: #fff;
}

.addComparisonBtn * {
    margin: 0 2px;
}

.addComparisonBtn:focus,
.addComparisonBtn:active {
    outline: none;
    color: #0728fb;
    transition: 0.2s linear;
    border: 1px dashed #0728fb;
}

/* Comparison Filters */

.comparisons {
    margin-left: 35px;
}

.comparisonBtns {
    margin-left: 3rem;
    background: #f4f9ff;
    padding: 5px 10px;
    border-radius: 4px;
}

.comparisonBtns button {
    background: #f4f9ff;
    outline: none;
    border: 1px solid transparent;
    color: #0a2643;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 5px;
}

.comparisonBtns button:focus,
.comparisonBtns button:active {
    background: #0728fb;
    color: #fff;
    transition: 0.2s linear;
}

/* Comparison Chart */

.comparisonChart .wrapper {
    display: block;
    overflow: hidden;
    padding: 40px 0px;
    background: #fff;
    border-radius: 4px;
}

.comparisonChart canvas {
    background: #fff;
}

.comparisonChartItem {
    margin-right: 35px;
    font-weight: 600;
}

.comparisonChart .comparisonChartItem {
    margin-top: -16px;
    margin-bottom: -16px;
}

.comparisonChartItem p {
    padding-top: 14px;
    margin-left: 10px;
    line-height: 21px;
}

.comparisonChartItem i {
    font-size: 16px;
}

.comparisonChartItem span {
    background: #0a2643;
    border-radius: 8px;
    padding: 4px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    height: 26px;
    width: 26px;
    text-align: center;
}

.comparisonChart hr {
    width: 100%;
}

.comparisonStatsBtns {
    margin-left: 4rem;
}

.comparisonStatsBtns button {
    margin: 0 25px;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 2px 10px;
    background: grey;
}

#dropdown-menu {
    width: 360px;
    height: 360px;
    overflow: auto;
    overflow-x: hidden;
}

#dropdown-menu .comparison-li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 9px 16px 10px;
    gap: 10px;
    width: 360px;
    height: 40px;
}

#dropdown-menu .comparison-li a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0a2643;
}

.addComparisonLocaion img {
    width: 24px;
    height: 24px;
    padding: 5px;
    padding-top: 2px;
}

.addComparisonLocaion div {
    padding-top: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

.addComparisonLocaion p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addComparisonLocaion span {
    margin-left: 10px;
}

#dropdown-menu .comparison-li:disabled,
#dropdown-menu .comparison-li[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.comparisonStationName img {
    width: 24px;
    height: 24px;
}

.comparisonStationName {
    padding-top: 15px;
}

.comparisonStationName p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}

.comparisonChartItem p {
    padding-top: 0;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comparisonChart .comparisonChartItem {
    margin-bottom: 0px;
    cursor: pointer;
}

.timeBtn1.activeInterval {
    color: #fff;
    background: #0728fb;
}

.state div {
    font-size: 10px;
    padding: 13%;
    float: right;
}

@media screen and (max-width: 1300px) {
    .state div {
        padding: 13%;
    }
}

@media screen and (max-width: 2100px) {
    .state div {
        padding: 15%;
    }
}

canvas {
    padding-right: 0;
    padding-left: 0;
}

.good-state {
    background: #3eca40;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.Poor-state {
    background: #f9b05a;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.Moderate-state {
    background: #ffc64d;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.Unhealthy-state {
    background: #ff5b4e;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.Severe-state {
    background: #371a93;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.Hazardous-state {
    background: #721105;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.selected-stat {
    background-color: var(--primary-color);
}

.selected-stat td {
    color: var(--text-secondary-color);
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

#compareModal .modal-dialog {
    margin-top: 0;
}

#compareModal .modal-content {
    width: 100% !important;
    /* margin-top: 0; */
}

#compareModal iframe {
    width: 980px;
}

.mapboxgl-popup {
    margin-top: 5px !important;
    transition: opacity 0.1s ease !important;
}

.mapboxgl-popup {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: -webkit-flex !important;
    display: flex !important;
    will-change: transform !important;
    pointer-events: none !important;
    width: 16%;
}

.mapboxgl-popup-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
    color: white !important;
    line-height: 18px !important;
    max-width: 180px !important;
    position: relative !important;
    background: #fff;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) !important;
    padding: 10px 10px 15px !important;
    pointer-events: auto !important;
}

.color-white {
    color: #fff !important;
}

.grid--gut6 {
    margin-left: -6px;
}

.grid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.align-center {
    text-align: center !important;
}

.col--6 {
    width: 50% !important;
}

.custom-ffc300 {
    color: #ffc300;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-xl {
    font-size: 15px;
    line-height: 45px;
}

.mx3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.color-gray {
    color: #666 !important;
    font-weight: 700;
}

.col--12 {
    text-align: center;
    width: 100% !important;
}

.mapboxgl-canvas {
    position: relative;
    left: 0;
    top: 0;
}

.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
    display: none;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl.mapboxgl-ctrl-group {
    margin: 10px 0 0 13px;
}

.clearbtn {
    padding: 8px 20px;
    outline: none;
    border: none;
    background: #0a2643;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    width: 122px;
    height: 40px;
}

.comparisonChartItem.hover-change span {
    background: #0728fb;
}

.comparisonChartItem.hover-change p {
    color: #0728fb;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
}

.pollutant-select .selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.testingChartDiv {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    width: 75%;
    left: 80px;
}

#testingChart {
    border-radius: 30px;
    padding: 2%;
    background-color: white;
    width: 100%;
    min-height: 160px;
}

#timeSelect {
    right: 4%;
    left: 3.5%;
    display: none;
    position: absolute;
    bottom: 20%;
    width: 93%;
}

input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    height: 22px;
    background-color: white;
}

input[type="range"]::-moz-range-track {
    background-color: #a3a3b9;
    height: 8px;
    border-radius: 5px;
    opacity: 0.5;
}

input[type="range"]::-moz-range-thumb {
    appearance: none;
    -moz-appearance: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black !important;
    cursor: pointer;
}

input[type="range"]::-moz-slider-thumb:hover {
    background-color: #2c2c43;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #a3a3b9;
    height: 8px;
    border-radius: 5px;
    opacity: 0.5;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black !important;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background-color: #2c2c43;
}

#sidepanel #searchTable tbody td {
    white-space: normal;
}
