.combine-with-color {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 361px;
    padding-bottom: 12px;
}


.combine-with-color-top-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}


.combine-with-color .color-from-image-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    position: relative;
    background: #0E0E0E;
    border: 2px solid  #FFF;
    color: #FFF;
    font-family: 'Dirty Headline', sans-serif;
    text-transform: uppercase;
    height: 20px;
    width: 133px;
    top: -336.66px;
    left: 486px;
    padding: 0 4px;
    cursor: pointer;
}


.combine-with-color .color-from-image-button form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.combine-with-color .color-from-image-button .color-from-image-helper-text {
    margin-block-start: 0;
    margin-block-end: 0;
}


.combine-with-color .color-from-image-button .color-from-image-close {
    display: none;
}


.combine-with-color-top-container .color-image-container {
    display: none;
}


.color-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 336px;
} 


#color-image {
    max-height: 336px;
    width: auto;
    max-width: 600px;
    border-radius: 8px;
}

