/* 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;
}

.bg-glass {
    background: rgba( 255, 255, 255, 0.65 ) !important;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ) !important;
    backdrop-filter: blur( 6px ) !important;
    -webkit-backdrop-filter: blur( 6px ) !important;
}

.border-rounded {
    border-radius: 10px !important;
    border: 1px solid rgba( 255, 255, 255, 0.18 ) !important;
}

.bg-gradient-tech {
    background: rgb(0 32 84);
    background: radial-gradient(circle, rgb(0 32 84) 0%, rgb(10 45 120) 100%)
}

.bg-gradient-tech-dark {
    background: rgb(0 22 59);
    background: radial-gradient(circle, rgb(0 22 59) 0%, rgb(0 15 40) 200%)
}