.svg-container svg:nth-child(1) {
    background-color: transparent !important;
}


.navbar > .container {
    margin: 10%;
    padding: 0px;
}


@keyframes disappear {
    0%, 75% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hidden {
    0%, 75% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

nav > div.container {
    width: 100%;
    max-width: unset;
    margin: 0 10%;
}



._dash-loading {
    margin: auto;
    color: transparent;
    width: 0;
    height: 0;
    text-align: center;
  }
  
._dash-loading::after {
content: '';
display: inline-block;
width: 2rem;
height: 2rem;
color: #0c1237cf;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
    .navbar {
        display: none !important;
    }
    .show {
        display: none !important;
    }
    #mobile-view {
        display: flex !important;
        position: fixed;
        justify-content: center;
        z-index: 100;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 2rem;
        overflow: hidden;
        word-wrap: break-word;
        background: #fef3c7;
        text-wrap: wrap;
     }
    
}
