@import "https://pechat-c6i.colop.com/c6-main.css";

:root {
    --creator6-color-blue: #45bfba;
    --creator6-controls-selected: #45bfba;
}

.section.creator6 + .c6ui {
    min-height: 200px;
}

.creator6-tab-list {
    background-color: transparent !important;
}

.creator6-tabs-body {
    background: white;
}

.section.creator6 {
    float: none !important;
}

.creator6 .productViewMedia, .creator6 .productViewInfo, .creator6 .ui-tabs ul, .creator6 .footerPayments, .creator6 .footerTop, .creator6 .wideContentArea {
    display: none;
}

.creator6-tab-panel .creator6-panel-content {
    border-color: black;
}

.creator6 .productViewContent, .creator6 .productTabs {
    margin-top: 0;
}

.creator6-panel-content .creator6-button-input-button-group input {
    border: 1px solid var(--creator6-color-blue) !important;
    color: black !important;
    font-size: 14px;
    padding-right: 0 !important;
    text-align:center !important;
}

.creator6-autotext-controls-block {
    margin-left: 20px;
}

.creator6-autotext-controls div:not(.creator6-control-arealabel,.creator6-text-control),
.creator6-autotext {
    border-radius: 0;
}

.creator6-button-input-button-group::after {
    right: 42px;
}

.colop-icon-txt_round_radius:before,
.colop-icon-txt_round_top_margin:before,
.colop-icon-arrow_left-right:before,
.colop-icon-arrow_up-down:before,
.colop-icon-font_spacing:before {
    font-size: 26px;
    padding: 0 5px;
}

.creator6-autotext {
    margin-right: 0;
}

button,
button {
    padding: 10px;
    width: 100%;
    margin: 1em 0;
}

.creator6-autotext-block-right {
    padding-left: 0;
}

.creator6-autotext-controls div.creator6-autotext-alignmentblock-control-slider {
    min-width: 125px;
    width: 125px;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    body.creator6 .wrapper {
        width: 95%;
    }
    .creator6-templates-pagination {
        display: none !important;
    }

    .creator6-templates {
        display: grid !important;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    }

    .creator6-templates-container {
        display: block !important;
    }

    .creator6-core-template button.creator6-template {
        width: auto !important;
        margin: 0 !important;
    }

    .creator6-template img {
        max-width: 100%;
    }

    .creator6-autotext-block-right {
        padding-left: 0 !important;
    }

    .creator6-tabs-body {
        margin: 0 !important;
        padding: 10px !important;
    }

    .creator6-autotext-controls.creator6-autotext-controls-block {
        max-width: 100% !important;
    }

    .creator6-autotext-lines {
        margin: 0 !important;;
    }

    .c6-toggle-buttons label {
        font-size: 15px !important;
    }
}

.creator6-autotext-textline.locked-false-locked .creator6-autotext input {
    border: 1px solid var(--creator6-color-blue) !important;
    border-radius: 0 !important;
}

.creator6-autotext-textline.locked-false-locked .creator6-autotext input:focus {
    background: white !important;
}

.c6-toggle-buttons.together label:last-of-type {
    border: none !important;
}

.c6-toggle-buttons.together input:checked+label {
    background: var(--creator6-color-blue) !important;
    color: white !important;
}

.c6-toggle-buttons.together input:checked+label > span {
    color: white !important;
}

.creator6-button-input-button-group {
    border: 1px solid var(--creator6-color-blue);
}

#creator6returnform button {
    border-color: red !important;
    padding: 20px 30px !important;
    font-size: 18px !important;
    background: red !important;
}

.creator6-image-buttons  button {
    width: auto !important;
    padding: 5px !important;
    margin: 5px !important;
}

.section.creator6 + .c6ui main.creator6-fullscreen {
    background: white !important;
    position: relative !important;
}

.c6ui main.creator6-fullscreen {
    height: auto !important;
}

.creator6-tab-list .creator6-tab-button {
    background:#F3F3F3 !important;
}

.creator6-tab-list .creator6-tab-button.selected {
    background: white !important;
}

.creator6-tab-button div span[class^="colop-icon-"] {
    display: none !important;
}