.context {
    height: 100%;
    position: relative;
    top: 96px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 176px;
    z-index: 0;
    /*overflow: scroll;*/
}

.mobile .context {
    overflow: scroll;
}

.context::-webkit-scrollbar {
    width: 0
}

/* Override react-bootstrap success color */
.label-success {
    background-color: #19aa89;
}

.operation-button {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    align-self: baseline;
    padding-bottom: 3px;
}

.operation-button::-webkit-scrollbar {
    width: 0
}

.operation-button::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.operation-button::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #415060;
}

.operation-button-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #343741;
    min-width: fit-content;
}

.operation-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
    height: 32px;
    gap: 20px;
}

.operation-menu-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4px 0px;
    background: #FFFFFF;
    border-radius: 2px;
    top:8px;
    right: 1px;
    padding: 9px 12px;
    z-index: 2;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

