#menu-buttons {
    display: flex;
    flex-direction: column;
}

.menu-item {
    margin-bottom: 5px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    min-width: 38px;
    justify-content: center;
    display: flex;
    align-items: center;
}

#menu-bar-folder {
    display: none !important;
}

#engine-logo div {
    font-size: large !important;
}

#view-list-items {
    max-height: 250px !important;

}

#view-list-items .view, #capture-screenshot, .locate-div button, #productGroup button {
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

#capture-screenshot, .locate-div button {
    border-radius: 6px;
    margin-bottom: 6px;
    background: rgba(163, 0, 4, 0.85);
}

#hidden-menu {
    margin-bottom: 5px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    min-width: 38px;
    justify-content: center;
    display: flex;
    align-items: center;

}

#preview-screenshot {
    border-radius: 6px;
}

#preview-screenshot img {
    border-radius: 6px;
}

#preview-screenshot ul {
    background: rgba(227, 229, 238, 1);
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#preview-screenshot .nav-tabs > li > a {
    border-radius: 6px;
}

#primary-progress {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100px;
    border-radius: 6px;

}

#primary-progress-done {
    stroke: rgba(163, 0, 4, 1);
}