﻿/*@keyframes slide {*/
/*    0% {*/
/*        transform: translateX(-25%);*/
/*    }*/

/*    100% {*/
/*        transform: translateX(25%);*/
/*    }*/
/*}*/
.dashcom {
    background-image: url("dashcom_speed2.gif");
    background-repeat:no-repeat;
    background-position:center;
    background-color: white;
    background-size: 30% auto;
}

/*.mud-wasm {*/
/*    animation: slide 3s ease-in-out infinite alternate;*/
/*    background-image: linear-gradient(-60deg, #0f0f0fff 50%, #333333ff 50%);*/
/*    bottom: 0;*/
/*    left: -50%;*/
/*    opacity: .5;*/
/*    position: fixed;*/
/*    right: -50%;*/
/*    top: 0;*/
/*    z-index: -1*/
/*}*/

/*.mud-wasm-cont {*/
/*    left: 50%;*/
/*    padding: 10vmin;*/
/*    position: fixed;*/
/*    text-align: center;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%)*/
/*}*/

.selected,
.selected td {
    background-color: var(--mud-palette-text-primary) !important;
}

.selected > td {
    color: white !important;
}

.selected > td .mud-input {
    color: white !important;
}

.mud-table-toolbar              {
    flex-wrap: wrap;
    height: inherit;
}
.mud-table-toolbar .mud-grid { flex-basis: 100%; }


@media (max-width: 959px) {
    .mud-drawer-mobile{
        --mud-drawer-width: 100vw !important;
    }
}
.mud-rtl-provider:has(>.background-image) {
    background-image: url("background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pac-container {
    z-index: 1200;
}
.mud-input.mud-input-filled {
    background-color: white;
}
.mud-tooltip-root:has(.mud-input),
.mud-tooltip-root:has(.mud-file-upload) {
    width: 100%;
}
.mud-tooltip-root:has(>.mud-toolbar),
.mud-tooltip-root:has(.mud-input),
.mud-tooltip-root:has(.mud-file-upload) {
    width: fit-content;
}

.mud-typography-h3 {
    border-bottom:  solid 1px var(--mud-palette-lines-inputs);
    padding-top: 10px;
    padding-bottom: 5px;
}

.mud-typography-h4{
    
}