/**
 * Wheels Modal Styles
 * Styles for the chart wheels carousel modal
 */

#wheelsModal .modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
}

#wheelsModal .modal-content {
    width: 100vw !important;
    height: 100vh !important;
    border: none !important;
    border-radius: 0 !important;
}

#wheelsModal .modal-body {
    height: calc(100vh - 60px) !important;
}

#wheelsCarousel,
#wheelsCarouselInner {
    height: 100% !important;
}

#wheelsCarouselInner .carousel-item {
    height: 100% !important;
}

#wheelsCarousel .carousel-control-prev,
#wheelsCarousel .carousel-control-next {
    width: 10%;
    opacity: 1;
}

#wheelsCarousel .carousel-control-prev-icon,
#wheelsCarousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0.5rem;
}

#wheelsCarousel .carousel-indicators {
    margin-bottom: 2rem;
}

#wheelsCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}
