.table thead th {
    background-color: #d1d5db;
    /* Light grey */
    text-align: center;
}

.table tbody tr:nth-child(odd) {
    background-color: #eaf6ff;
    /* Light blue */
}

.table tfoot td {
    background-color: #d1d5db;
    /* Light grey */
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.navbar-custom {
    background-color: black;
    color: white;
    padding: 10px 9%;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: white;
}

.header-bar {
    background-color: #00AEEF;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 20px
}

.sub-header {
    background-color: #505050;
    color: white;
    padding: 5px;
    text-align: center;
}

.timer-box {
    background-color: #1e3a8a;
    color: white;
    padding: 5px 6px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-custom {
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.map-contain {
    border-radius: 22px;
    overflow: hidden;
    border: 10px solid #606060;
    box-shadow: 0px 0px 6px 0px #606060;
}

.map-label {
    background: #323232;
    color: white;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border-radius: 12px 12px 0 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 8px 17px;
    max-width: 235px;
}

.map-contain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.5);
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-container {
    width: 19%;
}

.flow-meter-contain {
    margin-top: 87px;
}

.header-filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-counter-date {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}

.sub-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.sub-header-content .preb-btn {
    position: absolute;
    right: 9%;
    border: 1px solid #00BFFF;
    padding: 5px 23px;
}

.sub-header-content p {
    margin-bottom: 0;
}

.home-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-img {
    width: fit-content;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 9%;
    display: flex;
}

.header-bar p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 36.31px;
    letter-spacing: 0%;
}

.map-contain-recommed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-label-recommed h4 {
    text-align: center;
    background-color: #212529;
    color: #fff;
    padding: 6px 0;
    font-weight: 400;
}

.card-gauge-contain {
    padding: 32px 32px 5px 32px;
}

.card-gauge-container {
    background-color: rgba(19, 71, 131, 1);
}

.flow-data-contain .offcanvas {
    position: relative;
}

/* gauss container */
.gauge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 229px;
    padding: 5px;
    width: 100%;
    background-color: #fff;
}

.gauge-container .gauge {
    width: 100%;
    position: absolute;
    transform: rotate3d(0, 0, 1, -88deg);
    transform-origin: center;
}

.gauge-container .background {
    fill: none;
    stroke: #ddd;
    stroke-width: 4;
}

.gauge-container .progress {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease-in-out;
}

.gauge-container .previous {
    stroke: blue;
}

.gauge-container .current {
    stroke: green;
}

.gauge-container .gauge-text {
    font-size: 14px;
    fill: black;
    text-anchor: middle;
    font-weight: bold;
}

.gauge-container .unit {
    font-size: 10px;
    fill: black;
    text-anchor: middle;
    font-size: 17px;
}

.gauge-container svg.gauge.gauge-two {
    width: 100%;
    height: 83%;
}

.gauge-container .prev-data p {
    margin: 0;
}

.gauge-container text.current-word-text.current-word-text-d2 {
    font-size: 8px;
    color: #008000;
    fill: #008000;
}

.gauge-container .curr-data p {
    margin: 0;
}

.total-data-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: #9fe7ff;
}

.total-data-container span.gauge-total-text-two.gauge-total-text.total-text {
    font-size: 29px;
}

.gauge-total-content {
    font-weight: 400;
}


.total-data-container .gauge-total-unit {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.gause-image {
    width: 47%;
    padding: 21px;
    margin: 0 auto;
}

.gause-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------------------flip counter ---------------------*/
.time-counter-container .clock {
    display: flex;
    gap: 6px;
}

.time-counter-container .clock .divider {
    padding: 0px 2px;
    font-size: 19px;
    line-height: 18px;
    font-style: normal;
    font-weight: 700;
}



.time-counter-container .clock .flip {
    position: relative;
    width: 10px;
    height: 23px;
    margin: 1px;
    font-size: 16px;
    line-height: 22px;
    background: #ffffff00;
    font-weight: 700;
}

.time-counter-container .clock .flip .digital::before, .time-counter-container .clock .flip .digital::after {
    position: absolute;
    content: attr(data-number);
    left: 0;
    right: 0;
    color: white;
    background: #1e3a8a;
    overflow: hidden;
    perspective: 160px;
}

.time-counter-container .clock .flip .digital::before {
    top: 0;
    bottom: 42%;
    border-bottom: 1px solid #1e3a8a00;
}

.time-counter-container .clock .flip .digital::after {
    top: 50%;
    bottom: 0;
    line-height: 0;
}

.time-counter-container .clock .flip .back::before, .clock .flip .front::after {
    z-index: 1;
}

.time-counter-container .clock .flip .back::after {
    z-index: 2;
}

.time-counter-container .clock .flip .front::before {
    z-index: 3;
}

.time-counter-container .flip-contain {
    display: flex;
    background-color: #1e3a8a;
    padding: 4px;
    border-radius: 3px;
    position: relative;
}

.time-counter-container .flip-contain::before {
    content: '';
    position: absolute;
    background-color: #496e9a75;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    z-index: 55;
}

.time-counter-container .clock .flip .back::after {
    transform-origin: center top;
    transform: rotateX(0.5turn);
}

.time-counter-container .clock .flip.running .front::before {
    transform-origin: center bottom;
    animation: frontFlipDown 0.6s ease-in-out;
    box-shadow: 0 -2px 6px rgba(255, 255, 255, 0.3);
    backface-visibility: hidden;
}

.time-counter-container .clock .flip.running .back::after {
    animation: backFlipDown 0.6s ease-in-out;
}

@keyframes frontFlipDown {
    to {
        transform: rotateX(0.5turn);
    }
}

@keyframes backFlipDown {
    to {
        transform: rotateX(0);
    }
}

.input-group-container {
    width: 100%;
    border-radius: 38px;
}

.input-group-container label.input-group-text {
    padding: 0;
    background-color: #fff;
}

.input-group-container .search-container {
    display: flex;
    align-items: center;
    padding: 0px 13px;
    border-radius: 30px;
    background-color: #fff;
    height: 38px;
    margin-right: 26px;
}

.input-group-container .search-container input {
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 10px;
}

.input-group-container .search-container input::placeholder {
    font-size: 19px;
    color: #000000a1;
}

.input-group-container .search-container svg {
    width: 24px;
    height: 24px;
    color: #000;
}