
.preview {
    width: fit-content;
    max-width: 480px;
    display: flex;
    column-gap: 1rem;
}
.pintura-editor {
    height: 600px;
}
.previewCROP {
    background: #fff;
    width: 100%;
}
.photo-editor-wrapper {
    width: 100%;
    margin-top: 2rem;
}
.photo-editor-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.editor,
#editor {
    height: 480px;
    /* width: 480px; */
    width: 100%;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    overflow: hidden;
}
.orintation-btn.active {
    background-color: var(--violet);
}
.orintation-btn.active svg {
    fill: #fff;
}
.limit-btn.active {
    background-color: var(--violet);
    color: #fff;
}
.PinturaRoot > .PinturaNavTools {
    column-gap: 7px;
    row-gap: 7px;
    flex-wrap: wrap;
}
.PinturaRoot > .PinturaNavTools button {
    border-radius: 5px;
    border: 1px solid #DDD6FF;
    padding: 6px 10px;
}
.PinturaDropdownButton {
    position: relative;
    display: flex;
    align-items: center;
}
.PinturaDropdownButton::after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
    height: 10px;
    width: 10px;
    margin-left: 10px;
}
.plus-button {
    color: black;
}