.stickerSettings {
    /* min-width: 970px !important; */
    margin-bottom: 15px !important;
    /* text-align: center;  */
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #e2e2e2;
}

div[data-page="settings"] {
    min-height: 800px;
    /* background-color: #e9e9e9; */
    /* background-color: #000; */
    width: 1067px;
    padding: 10px;
}
.stickerDescription {
    width : 490px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.stickerSettings div {
    white-space: nowrap;
}
.settingsText {
    display: block;
    margin-bottom: 20px;
}

.stickerSettings #stickerPreview div{
    white-space: normal;
}
#stickerPreview {
    display: flex;
}
#sliderStickerHeight {
    /* padding-left: 10px; */
}
#settingsStickersCheckboxes {
    padding-right: 15px;
}
#settingsMenu {
    input {
        margin-right: 10px;
    }
}
