/*
 * Style tweaks
 * --------------------------------------------------
 */

html,
body {
    overflow-x: hidden;
    /*Prevent scroll on narrow devices */
    /* padding-top: 30px; */
    text-align: justify;
}

footer {
    padding: 10px 0;
}

.authors {
    font-size: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.container {
    max-width: 1000px;
}

.btn-container {
    display: block;
    text-align: center;
    align-content: center;
    display: block;
    position: relative;
    left: 50%;
    top: -32px;
    word-spacing: 10px;
    transform: translateY(-50%) translateX(-50%);
}

.small {
    max-width: 500px !important;
}

.highlight {
    background-color: #ff0000;
    padding: 10px;
    margin: 10px;
}

p {
    font-size: 100%;
    padding-bottom: -10px;
}

li {
    font-size: 100%;
}

h1 {
    text-align: center;
    align: center;
    padding-bottom: 5px;
}

h2 {
    text-align: center;
    align: center;
    padding-top: 20px;
}

h3,
h4,
h5 {
    text-align: center;
    align: center;
}

.jumbotron {
    text-align: center;
}

.btn {
    font-size: 105%;
}

.btn-disabled {
    /*background-color: #f4f4f4;*/
}

.jumbotron h2 {
    font-size: 200%;
}

.section {
    padding-top: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

@media all {
    /* sets the base font size for all user agents that support media queries */
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 480px) {
    /* sets a larger base font size for viewports with a minimum with of 480px, e.g. tablets, desktops, jumbotrons, etc. */
    html {
        font-size: 16px;
    }
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gif {
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.caption {
    text-align: center;
    align: center;
}

.bibtexsection {
    font-family: "Courier", monospace;
    font-size: 100%;
    white-space: pre;
    background-color: #f4f4f4;
    text-align: left;
}

.canvas-row canvas {
    max-width: 100%;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.vspace-top {
    margin-top: 30px;
}

.wrapper {
    width: 100%;
    text-align: center;
    background-color: #646675
}

.carousel1 {
    width: 100%;
    margin: 0px auto;
}

.carousel3 {
    width: 100%;
    margin: 0px auto;
}

.imgrow {
    margin: 10px;
}

.slick-slide {
    margin: 8px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding:0px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding:0px;
}

.col {
    padding:1%;
}

.failed {
    float: left;
    width: 30%;
    background-color: rgb(195, 248, 216);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 10px solid #00000000;
    border-left: 10px solid #00000000;
    border-top: 10px solid #00000000;   
    border-bottom: 10px solid #00000000;
}

.replan {
    float: right;
    width: 30%;
    background-color: rgb(249, 199, 199);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 10px solid #00000000;
    border-right: 10px solid #00000000;
    border-top: 10px solid #00000000;   
    border-bottom: 10px solid #00000000;
}



.bottom {
    clear: both;
}


/* CSS */

.button-34 {
    background: #555555;
    border-radius: 999px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 100%;
    font-weight: 500;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    word-spacing: 5px;
}