﻿@media only screen and (max-width: 800px) {
    .mud-snackbar {
        min-width: 93vw !important;
    }
}

.hoverable-list-item {
    transition: 0.3s;
}
.hoverable-list-item:hover {
    cursor: pointer !important;
    background-color: #ebebeb !important;
}
.schedule-image {
    height: 18vh;
    transform: translate(0px, 3px) scale(1.1);
}
.center-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-logo {
    width: 100%;
    position: absolute;
}
.svg-logo{
    width:300px;
}


