
.multi-collapse.show {
    width: 100%;
    height: auto;
    /* position: absolute; */
    z-index: 1000;
     /* transform: translate3d(6px, 0px, 0px) !important;
    left: 10%; */
    /*top: 0;*/
}

.inside-drop-down {
    display: flex;
    justify-content: space-around;
}

.dropdown-name {
    background-color: #EB192D;
    padding: 26px;
    /* margin-top: -10px; */
    border: none;
    border-radius: 0;
}


.dropdown-item-first, .dropdown-item-first:hover {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.dropdown-content {
    display: grid;
    width: 33%
}
.karriera-dropdown-content {
    display: grid;
    width: 50%
}

.dropdown-title {
    font-size: 20px;
    color: #EB192D;
    text-decoration: none;
}
.dropdown-title:hover{
    color: black;
}

/* .dropdown-title:hover::after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 2px;
    width: 60%;
    background-color: #FF0000;
    transition: background-color 0.3s;
} */

.dropdown-title::after {
    content: '';
    display: block;
    color: black;
    margin-top: 5px; /* Adjust the space between the text and the line */
    height: 2px; /* Thickness of the underline */
    width: 0; /* Line width starts from 0 */
    background-color: transparent; /* Transparent color initially */
    transition: width 0.3s; /* Animation effect for the line width */
}

.dropdown-title-paragraph {
    font-size: 15px;
    line-height: 1.2;
}


#dropdownMenuButton {
    background: inherit;
    border: none;
    color: #FF0000;
}
