body {
    margin: 0;
}

#animation_container, #preload_animate {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#preload_animate {
    width: initial !important;
    height: 100vh !important;
    background-color: #FFFFFF;
    z-index: 1000;
}

#preload_animate_operate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#canvas {
    position: absolute;
}

#preload_animate > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end of canvas animate css */

.modal {
    overflow-y: visible !important;
    padding: 30px 0 !important;
    max-height: none !important;
}

.bottom-sheet {
    max-height: none !important;
}

.modal.active {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.bottom-sheet {
    max-height: none !important;
}

.modal_content h4 {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 50px;
}

.location_select {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.point_label {
    color: black;
    margin-left: 10px;
    width: 90px;
    font-size: 3rem;
    flex-grow: 1;
}

.location_select select {
    font-size: 25px;
    margin-left: 20px;
    width: 2rem;
}

.location_select img {
    width: 5%;
    height: 10%;
    margin-right: 10px;
}

.location_select select {
    flex: 1;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.modal_footer {
    text-align: center !important;
}

.btn_modal {
    color: white !important;
    margin-right: 20px !important;
    font-size: 2rem !important;
}

/* Nav */

nav {
    position: absolute;
    bottom: 0;
    background-color: #b0bec5;
    padding: 0 12px;
}

nav a, .span-color {
    color: #001745 !important;
    font-weight: 700;
}

nav, .sidenav {
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
}

#animation_container {
    position: relative;
    scale: 0.9;
    transform-origin: center top;
}

.container {
    width: 100%;
    max-width: initial;
}

.row .padding-default {
    padding: 0;
}

.menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.responsive-img {
    height: 50px !important;
}

@media only screen and (min-width: 601px) {
    .brand-logo {
        height: 64px;
    }

    .responsive-img {
        height: 60px !important;
    }
}
.span-color{
    font-size: 14px;
}

.hide-on-large-only {
    display: flex;
}

nav .modal-trigger {
    margin: 0 8px 0 18px;
}

@media (max-width: 370px) {
    .span-color{
        font-size: 9px;
    }
}

@media (max-width: 260px) {
    .span-color{
        font-size: 4px;
    }
}

img.responsive-img {
    max-width: 30%;
    height: initial !important;
}

.my-20 {
    margin: 20px 0;
}

.row {
    margin-bottom: 0;
}

.modal .modal-header {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    width: 100%;
    text-align: right;
}

.modal {
    padding: 15px 0 30px !important;
}

.modal .modal-content {
    padding: 6px 24px 24px;
}

.modal .modal-footer {
    height: initial;
}

.modal .modal-footer .btn {
    margin: 0 6px;
}

.btn {
    color: #000;
    background-color: #b0bec5;
}

.btn:hover {
    background-color: #cfd8dc;
}

.btn:focus,
.btn-floating:focus {
    background-color: #90a4ae;
}

.responsive-img {
    margin: 0 18px;
}

.legends {
    display: flex !important;
    align-items: center;
    margin-bottom: 8px;
}

.legends .legend{
    margin-left: 12px;
}

.legend-title{
    margin-bottom: 12px;
}

.modal-overflow{
    overflow: auto;
    height: 200px;
}

select{
    display: block;
}

.input-field>label {
    position: initial;
}

.nowrap{
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button {

}

::-webkit-scrollbar-track {

}

::-webkit-scrollbar-track-piece {

}

::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {

}

::-webkit-resizer {

}