﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.container-fluid > .animated {
    margin-top: 24px !important;
}

.make-border-left {
    border-left: 3px solid #c8ced3;
    background-color: #e3e6e8;
    font-weight: 500;
}

.make-border-top {
    border-top: 3px solid #c8ced3;
    background-color: #e3e6e8;
    font-weight: 500;
}