/* Add here all your CSS customizations */
.m_header {
    background-repeat: no-repeat;
    background-image: url("/img/slide_2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.text-danger ul {
    list-style: none !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    margin-top: 10px;
    color: #dc3545 !important
}

.float-left {
    float: left !important;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

#dropdownMenuButton .fa-chevron-down {
    display: none !important;
}

.dropdown-item {
    text-align: right !important;
}
.mb-6, .my-6 {
    margin-bottom: 10rem !important;
}
