/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}*/

.img-back {
    width: 100%;
    height: 500px;
    background-image: url('../images/building.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
    position: relative;
    border-radius: 5px;
    top: 0;
}

.top-text {
    position: absolute;
    color: black;
    top: 60px;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 500;
    border: 2px solid black;
    border-radius: 8px;
    padding: 10px;
    z-index: 20;
}

.text-img {
    position: absolute;
    color: black;
    top: 75%;
    left: 80%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 8px;
    width: 300px;
    padding: 20px;
    font-weight: 500;
}




.speedometer-container {
    width: 300px;
    height: 300px;
    border: 2px solid black;
    border-radius: 50%;
    margin: 50px auto;
    position: relative;
}

.center-point {
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: 137px;
    left: 137px;
    z-index: 10;
}

.speedometer-scale {
    width: 8px;
    height: 280px;
    background-color: black;
    position: absolute;
    left: 143px;
    top: 7px;
    transform: rotate(-90deg);
}

.speedometer-scale-1 {
    transform: rotate(-90deg);
}

.speedometer-scale-2 {
    transform: rotate(-80deg);
}

.speedometer-scale-3 {
    transform: rotate(-70deg);
}

.speedometer-scale-4 {
    transform: rotate(-60deg);
}

.speedometer-scale-5 {
    transform: rotate(-50deg);
}

.speedometer-scale-6 {
    transform: rotate(-40deg);
}

.speedometer-scale-7 {
    transform: rotate(-30deg);
}

.speedometer-scale-8 {
    transform: rotate(-20deg);
}

.speedometer-scale-9 {
    transform: rotate(-10deg);
}

.speedometer-scale-10 {
    transform: rotate(0deg);
}

.speedometer-scale-11 {
    transform: rotate(10deg);
}

.speedometer-scale-12 {
    transform: rotate(20deg);
}

.speedometer-scale-13 {
    transform: rotate(30deg);
}

.speedometer-scale-14 {
    transform: rotate(40deg);
}

.speedometer-scale-15 {
    transform: rotate(50deg);
}

.speedometer-scale-16 {
    transform: rotate(60deg);
}

.speedometer-scale-17 {
    transform: rotate(70deg);
}

.speedometer-scale-18 {
    transform: rotate(80deg);
}

.speedometer-scale-19 {
    transform: rotate(90deg);
}

.speedometer-center-hide {
    width: 250px;
    height: 250px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 9;
}

.speedometer-bottom-hide {
    width: 320px;
    height: 140px;
    background-color: white;
    position: absolute;
    z-index: 11;
    top: 160px;
    left: -14px;
    border-top: 2px solid black;
}

.arrow-container {
    width: 160px;
    height: 160px;
    background-color: transparent;
    position: absolute;
    z-index: 12;
    top: 67px;
    left: 67px;
}

.arrow-wrapper {
    width: 160px;
    height: 160px;
    background-color: transparent;
    position: relative;
    transition: all 0.4s;
}

.arrow {
    width: 110px;
    height: 4px;
    background-color: aqua;
    position: absolute;
    top: 78px;
    left: -30px;
}

.speed-0 {
    transform: rotate(0deg);
}

.speed-10 {
    transform: rotate(10deg);
}

.speed-20 {
    transform: rotate(20deg);
}

.speed-30 {
    transform: rotate(30deg);
}

.speed-40 {
    transform: rotate(40deg);
}

.speed-50 {
    transform: rotate(50deg);
}

.speed-60 {
    transform: rotate(60deg);
}

.speed-70 {
    transform: rotate(70deg);
}

.speed-80 {
    transform: rotate(80deg);
}

.speed-90 {
    transform: rotate(90deg);
}

.speed-100 {
    transform: rotate(100deg);
}

.speed-110 {
    transform: rotate(110deg);
}

.speed-120 {
    transform: rotate(120deg);
}

.speed-130 {
    transform: rotate(130deg);
}

.speed-140 {
    transform: rotate(140deg);
}

.speed-150 {
    transform: rotate(150deg);
}

.speed-160 {
    transform: rotate(160deg);
}

.speed-170 {
    transform: rotate(170deg);
}

.speed-180 {
    transform: rotate(180deg);
}

.speedometer-text {
    width: 180px;
    position: absolute;
    z-index: 20;
    left: 58px;
    top: 60px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.static {
    font-size: 18px;
}

.dynamic {
    margin-top: 10px;
}

.km {
    font-size: 32px;
}

.unit {
    font-size: 14px;
}


.text-black {
    color: black;
}

.text-white {
    color: white;
}

.buttons {
    display: flex;
    gap: 10px; /* Space between buttons */
    margin-bottom: 20px; /* Space between buttons and the gauge */
    padding-left: 20px;
}

.gauge-container {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
}

/*.custom-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 1.5rem;
    width: 100%;
    align-items: flex-start;
}

.custom-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.chart-container {
    width: 100%;
    max-width: 400px;
}

.gauge-container-wrapper {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 768px) {
    .custom-row {
        flex-direction: column;
        gap: 15px;
    }

    .custom-column {
        width: 100%;
    }
}*/

.search-icon {
    z-index: 1;
}

/* Optional: Add hover effect for better UX */
.mud-input-root:hover + .search-icon {
    color: rgba(26,26,39,0.8) !important;
}

/* Ensure the icon stays properly positioned on different screen sizes */
@media (max-width: 768px) {
    .search-icon {
        right: 10px;
    }
}

/*login style*//**/

