﻿#carousel-modal {
    padding: 0;
}
#carousel-modal .modal {
    padding: 0;
}

#carousel-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
}
#carousel-modal-cert .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
}

#carousel-modal .modal-fullscreen {
    max-width: 100%;
    margin: 0 !important;
}

#carousel-modal .modal-body {
    padding: 0 !important;
}

#carousel-modal .carousel-inner {
    height: 80vh;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel-control-prev, .carousel-control-next {
    z-index: 5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
    border-radius: 50%;
    border-color: #fff;
    border: solid 1px #fff;
}

.carousel-item img {
    object-fit: scale-down;
    width: 100%;
    height: 80vh;
}

.carousel-header {
    color: #fff;
    font-size: 14px;
    margin: 16px;
}

.btn-carousel-close {
    color: #fff;
    font-size: 14px;
    border-color: transparent;
}

.btn:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

.carousel-caption {
    position: fixed;
    right: 15%;
    bottom: 0.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

#item-count{
    color: #fff;
}
