.MainRow{
    margin: 5%;
}

.swal-text{
    text-align:center !important;
}

.ImgCol {
    border: 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 5%;
}
.white-with-gray-shadow {
    text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
    color: white;
    /* font: 1.5em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif; */
 }

.modal-lg{
    margin-top:2% !important;
}

.carousel-item {
    text-align:center;
}

.carousel {
    height: 220px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height:220px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' 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") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='red' 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") !important;
}