.nav-tabs .nav-link.active {
    border-color: blue blue #fff;
}

.nav-tabs .nav-link {
    font-size: 12px;
    border: 2px solid transparent;
}

.nav-tabs {
    border-bottom: 1px solid blue;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next {
    width: 7%;
    opacity: 1;
}

.carousel-control-prev {
    width: 7%;
    opacity: 1;
}

.carousel-item .img-fluid {
    max-width: 87% !important;
}
/* Aligns it at the bottom
.carousel-control-prev,
.carousel-control-next{
    align-items: flex-end;; 
}
*/
