.second_header{
    height: 55px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;

    position: fixed;
    top: 55px;
    left: 70px;
    right: 0;
    z-index: 100;

    background-color: white;
    flex: 1;
}

.main_icons{
    font-family: Roboto, Arial;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px 6px 15px;
    margin: 10px 0px 6px 30px;
    border: none;
    border-radius: 8px;
    background-color: black;
    color: white;
}
.icons{
    font-family: Roboto, Arial;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px 6px 15px;
    margin: 10px 0px 6px 12px;
    border: none;
    border-radius: 8px;
    white-space: nowrap;
}
.main_icons:active, .icons:active{
    opacity: 0.6;
}