.drawerContent {
    width           : 100% !important;
    max-width       : 320px !important;
    background-color: #00377D;
}

.listDrawer {
    display       : flex;
    flex-direction: column;
    gap           : .5rem;
    padding       : 0 2rem 0 1rem;
}

.optionDrawer {
    width           : 100%;
    align-items     : center;
    padding         : 0;
    background-color: #003D8B;
    border-radius   : 12px;
}

.optionDrawer__button {
    width  : 100%;
    padding: .5rem .75rem;
}

.optionDrawer__submenu {
    padding: 0 0 0 3.75rem;
}

.optionDrawer__submenu li {
    list-style: disc;
    color     : #fff;
}