
html, body {
    margin: 0;
}

.main-content {
    /* margin: 0 5%; */
    /* max-width: 2000px; */
    padding: 0;
}
.experiment,
.infrastructure,
.details,
.reviews {
    padding: 20px 20px;
    /* border: 1px solid gray; */
    /* border: 1px solid var(--viperlab-fc-hl); */
    border-radius: 15px;
    background: #ababab26;
}
.infrastructure,
.details,
.reviews {
    margin-top: 20px;
}
.experiment .content {
    display: flex;
}
.experiment .description {
    max-width: 75%;
    margin-right: 10px;
}
.experiment .title,
.infrastructure .title,
.reviews .title  {
    font-size: 30px;
    color: black;
    color: var(--viperlab-fc-hl);
    margin-bottom: 20px;
    border-bottom: 5px solid var(--viperlab-fc-hl);
}

.title-review{
    font-size: 20px;
    color: black;
    color: var(--viperlab-fc-hl);
    margin-bottom: 20px;
    margin-top: 10px;

}
.reviews .question{
    color: white;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
    background-color: #5c3871;
    border-radius: 10px;
    padding-left: 40px;
    padding: 15px;


}
.reviews .answer{
    color: black;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
}
.data-content2 {
    margin-top: 20px;
  }


.debug {
    color: red !important;
}
.experiment .content .data {
    border-left: 1px solid black;
    border-left: 2px solid var(--viperlab-fc-hl);
    padding-left: 10px;
}

.link > a{
    text-decoration: none;
}
.link > a > p{
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    background-color: var(--viperlab-fc-title);
    text-decoration: none;
    color: white;
}

/* .link {
    color: #000 !important;
    border: 1px solid var(--viperlab-theme-color-2);
    padding: 5px 0;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.25s;
}
.link a {
    color: black;
    padding: 10px 20px;
}
.link:hover a {
    color: white;
}
.link:hover {
    background-color: var(--viperlab-theme-color-2);
}
.link:active {
    background-color: #1d5487;
} */
.status-header {
    font-weight: bold;
    color: var(--viperlab-fc-hl);
}

.infrastructure .content {
    /* display: flex; */
    display: grid;
    justify-items: center
}
.infrastructure .description {
    max-width: 80%;
    padding-right: 2ch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.infrastructure .carousel {
    margin-top: 10px;
    width: 75%;
}
.infrastructure .carousel .d-block {
    width: 80%;
    /* height: 250px; */
    max-height: 1050px;
    margin:auto;
}
.infrastructure .carousel .carousel-control-next:hover{
    background-color: rgba(0, 0, 0, 0.141);
}
.infrastructure .carousel .carousel-control-prev:hover{
    background-color: rgba(0, 0, 0, 0.141);
    
}

@media screen and (min-width: 2240px) {
    .main-content {
        margin: 0 auto;
    }
}


/* overrides bootstrap properties */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235639a1' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235639a1' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators li {
    background-color: var(--viperlab-color-gradient-2);
}


.breadcrumb li.breadcrumb-item.active {
    max-width: 30ch;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Dark mode: descomentar */
/* @media (prefers-color-scheme: dark) {
    .experiment,
    .infrastructure,
    .details {
        background: #121212;
        color: #dbdbdb;
    }
    .experiment .description {
        color: #dbdbdb;
    }
    .experiment .content .data {
        color: #dbdbdb;
    }
    .link a {
        color: white;
    }
} */


ul.breadcrumb {
    /* margin: 30px 5%;
    max-width: unset; */
    margin: 30px auto;
}