.side-menu002 .list-header {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    border-width: 1px;
    border-style: none none solid none;
    border-color: #dddddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.side-menu002 .list-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    display: block;
    width: 40px;
    height: 4px;
}


.side-menu002 a {
    text-decoration: none;
}

.side-menu002 .item-1 {
    display: flex;
    border-width: 1px;
    border-style: none none dashed none;
    border-color: #C4C4C4;
    align-items: center;
}

.side-menu002 .item-1::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;

    flex: 0 0 12px;
}

.side-menu002 .item-1 a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.side-menu002 .item-1 a.link {
    padding: 1rem 10px;
    flex: 1;
}

.side-menu002 .item-1:hover::before,
.side-menu002 .item-1.active::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    flex: 0 0 12px;
}

.side-menu002 .item-1:hover,
.side-menu002 .item-1.open,
.side-menu002 .item-1.active {
    background-color: rgba(255, 255, 255, 0.8);
    border-width: 1px 4px;
    border-style: none none dashed solid;
    border-color: #C4C4C4 #408ECD;
    transition: all 0.2s ease-in-out;
}

.side-menu002 .item-1 .sub-icon {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.side-menu002 .item-1 .sub-icon:before {
    content: "\f054";
    font-size: 17px;
    font-weight: bold;
    position: relative;
    font-family: "Font Awesome 5 Free";
    right: 0;
    top: 2px;
    background-position: center center;
    transition: transform .2s ease-in-out;
}

.side-menu002 .item-1:hover .sub-icon:before,
.side-menu002 .item-1.active .sub-icon:before {
    transition: transform .2s ease-in-out;
    transform: rotate(90deg);

}

.side-menu002 .item-1:hover .sub-icon:before,
.side-menu002 .item-1.open .sub-icon:before,
.side-menu002 .item-1.active .sub-icon:before {
    color: #fff;
}

.side-menu002 .item-1.active .sub-icon.collapse:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    transition: transform .2s ease-in-out;
}

.side-menu002 .item-1 .sub-icon.collapsed:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    transform: rotate(0deg);
}

.side-menu002 .item-1+.dropdown {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-top: 0;
    border-radius: 2px;
}

.side-menu002 .item-2:first-child a {
    padding-top: 20px;
}

.side-menu002 .item-2 a {
    color: #000;
}


.side-menu002 .item-2:hover a {
    font-weight: bold;
}

.side-menu002 .dropdown .item-2:nth-last-of-type(1) {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.side-menu002 .item-2 a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    margin-left: 1.8rem;
    border-left: 1px #D8D8D8 solid;
}


.side-menu002 .item-2:hover a,
.side-menu002 .item-2.active a {
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}

.side-menu002 .item-2:hover a::before,
.side-menu002 .item-2.active a::before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    transition: transform .2s ease-in-out;
    position: absolute;
    left: -9px;
    display: block;
    font-size: 17px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}