﻿body,
.mud-main-content {
    background: linear-gradient(
        360deg,
        rgba(253, 240, 142, 0.6365) 0%,
        rgba(102, 112, 133, 0.95) 33.87%,
        rgba(33, 33, 33, 0.95) 84.92%
    );
    background-attachment: fixed;
    min-height: 100vh;
}

.mud-dialog {
    background: linear-gradient(
        360deg,
        rgba(253, 240, 142, 1) 0%,
        rgba(102, 112, 133, 1) 33.87%,
        rgba(33, 33, 33, 1) 84.92%
    );
    background-attachment: fixed;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: flex;
}

#components-reconnect-modal.components-reconnect-show .components-reconnecting,
#components-reconnect-modal.components-reconnect-failed .components-failed,
#components-reconnect-modal.components-reconnect-rejected .components-rejected {
    display: block;
}

#components-reconnect-modal .components-reconnecting,
#components-reconnect-modal .components-failed,
#components-reconnect-modal .components-rejected {
    display: none;
}

#components-reconnect-modal button:hover {
    background-color: #333333;
    color: #fdf08e;
}

#components-reconnect-modal button {
    height: auto !important;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 16px 32px;
    border: none;
    background-color: #333333;
    color: #fdf08e;
}

#components-reconnect-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fdf08e !important;
}

#components-reconnect-modal .components-messages h2 {
    color: #000000;
}

#components-reconnect-modal .components-messages h4 {
    color: #000000;
}

#components-reconnect-modal .components-messages a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}

#components-reconnect-modal .components-messages {
    color: #000000;
    margin: auto;
    text-align: center;
}

.is-vehicle,
.is-vehicle-autocomplete input {
    color: var(--mud-palette-primary-lighten) !important;
    font-weight: 600 !important;
}

.to-uppercase input {
    text-transform: uppercase;
}

/* AppBar inferior */
.mud-nav-link {
    color: #666 !important;
    text-decoration: none;
}

.mud-nav-link .mud-icon-root,
.mud-nav-link .mud-typography {
    color: #666 !important;
    transition: color 0.3s ease;
}

.mud-nav-link.active {
    color: #212121 !important;
}

.mud-nav-link.active .mud-icon-root,
.mud-nav-link.active .mud-typography {
    color: #212121 !important;
    font-weight: 700;
}
