.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 10000;
    transition: all .3s;
    padding: 16px;
}

.mobile-nav-content button {
    background: rgba(177, 198, 189, 0.7);
    border-radius: 4px;
    padding: 8px;
    margin: 4px;
    width: 100%;
    height: 40px;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-white-color);
}

.mobile-nav-content hr {
    color: var(--input-border-line-color);
    margin: 0;
}

.mobile-nav-content h5, a {
    color: var(--text-white-color);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding: 0;
}
