﻿.sidebar {
    position: fixed;
    height: 100%;
    left: 0;
}

.carousel-control-prev-icon {
    background-color: #1B61B6;
    margin-top: 0.1rem;
    width: 1rem;
    height: 1.5rem;
    display: inline-block;
}

    .carousel-control-prev-icon:hover {
        background-color: #192D4E;
    }

.carousel-control-next-icon {
    background-color: #1B61B6;
    margin-top: 0.1rem;
    width: 1.5rem;
    height: 1rem;
    display: inline-block;
    margin-left: 1.15rem;
    margin-bottom: 0.5em;
}

    .carousel-control-next-icon:hover {
        background-color: #192D4E;
    }
    
    .sidemenu-big, .sidemenu-small {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

@media only screen and (max-width: 1102px) {
    .carousel-control-next-icon {
        visibility: hidden;
        display: none !important;
    }
}
