body {
    font-size: 14px;
    color: black;
    font-weight: 300 !important;
    background-color: #f2f2f2;

}

input {
    font-size: 14px !important;
    font-weight: 200 !important;
}

th {
    background-color: #f2f2f2 !important;
}

tr {
    background-color: white;
}

.dp-alert {
    background: transparent;
    border: transparent;
    color: red;
}

.dp-form-label {
    font-weight: 500;
}

.intro {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 10px;
    margin-top: -5px;
}

h5 {
    font-weight: 300 !important;
}

div[data-message="Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev"] {
    display: none !important;
}

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

#graph + div {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.my-slider {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.image-list-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background: linear-gradient(180deg, rgba(13, 12, 26, 0), rgba(13, 12, 26, .72));
}


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

/*.main {*/
/*    height: 300px;*/
/*    width: 100%;*/
/*}*/


.xterm-screen {
    height: 300px;
    width: 100%;
}

/*.xterm-text-layer {*/
/*    height: 300px;*/
/*    width: 100%;*/
/*}*/


/* Styling for the page loading spinner */
._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;
}

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

.list-group-item.active {
    font-weight: 500;
    background-color: #593296;
}

.list-group-item.active:hover {
    background-color: #bdadd5;
}

.progress {
    height: 16px;
}


.navbar-nav {
    width: 100%;
}

.action-sash-wrap {
    width: 1px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    background-color: transparent !important;
}

@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: normal;
    }

}