

/*
#fy1text3 {
    text-anchor: middle;
}*/

.fadeIn {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    opacity: 1;
}

.fadeOut {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    opacity: 0;
}
.zoomer {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 1s;
}

.zoomer_top {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.zoomer_middle {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
}

.zoomer_bottom {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
}

.zoomer_v1 {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    transition: all 1s;
}

.zoomer_v2 {
    -moz-transform: scale(2);
    -moz-transform-origin: center;
}

.zoomer_v3 {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
    transition: all 1s;
}

#ck-confirm.completed {
    background-color: #25d366;
    color: #fff;
}

#ck-confirm {
    background: #2c87b8;
    color: white;
}

.ck-mini-color-palette .ck-mini-color {
    margin: 0;
    display: inline-block;
    cursor: pointer !important;
    width: 45px;
    height: 45px;
}
#ck-general-color > .row > div {

}
#ck-general-color > .row {

}
#ck-general-color {

}
#ck-form-bottom-buttons #ck-print {
    margin-right: 10px;
}
.ck-form-buttons > div {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ck-form-buttons a i {
    margin-right: 5px;
}
.ck-form-buttons a {
    color: var(--primary-color);
    padding: 5px 10px;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(6, 58, 144, 0.1);
    min-width: 100px;
}
.ck-form-buttons {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.ck-accordion-item .ck-accordion-item-content > div > a {
    display: inline-block;
    margin: 0 5px;
    border: 2px solid rgba(6, 58, 144, 0.1);
    padding: 10px;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
}
.ck-accordion-item .ck-accordion-item-content > div {

}
.ck-accordion-item.is-open .ck-accordion-item-content {
    display: block;
}
.ck-accordion-item .ck-accordion-item-content {
    padding: 10px;
    border: 1px solid rgba(6, 58, 144, 0.1);
    display: none;
    border-radius: 0 0 5px 5px;
}
.ck-accordion-item.is-open .ck-accordion-item-header {
    font-weight: bold;
}
.ck-accordion-item .ck-accordion-item-header {
    padding: 10px;
    color: var(--primary-color);
    background: rgba(6, 58, 144, 0.1);
    display: block;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    text-align: left;
}
.ck-accordion-item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.ck-accordion {

}
.ck-forma-content-panel > div.active {
    display: block;
}
.ck-forma-content-panel > div {
    display: none;
}
.ck-forma-content-panel {
    border: 2px solid rgba(6, 58, 144, 0.1);
    height: 100%;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
.ck-forma-menu-panel > ul > li > a.active {
    font-weight: bold;
    background-color: rgba(6, 58, 144, 0.1);
    border: rgba(6, 58, 144, 0.1);
    border-bottom:none !important;
}
.ck-forma-menu-panel > ul > li > a {
    color:var(--primary-color);
    padding: 10px;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.ck-forma-menu-panel > ul > li {
    flex: 1;
}
.ck-forma-menu-panel > ul {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.ck-forma-menu-panel {
    position: relative;
}

#ck-pattern {
    position: absolute;
    top: 40%;
    left: -15px;
    width: 100%;
    z-index: 2;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(0 0 0 / 20%);
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#CKFormaSettings {
    height: 100%;
    position: relative;
    display: block;
}
.CKFormaImages svg {
    position: absolute;
    width: 100%;
    height: auto;
}
.CKFormaImages.ck_1 {
    z-index: 2;
}
.CKFormaImages {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 774px;
    overflow: hidden !important;
}
#CKFormaDesign figure {
    margin:0px !important;
}
#CKFormaArea {
    overflow: hidden !important;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 774px;
}
#CKFormaImgBasic {
    z-index: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
#CKFormaImg {

}
#CKFormaDesign {
    position: relative;
    display: block;
    margin: 75px 0;
}
#CKFormaLeftContent, #CKFormaArea {
    background-color: white;
}

@media (max-width: 991px) {
    #CKFormaArea {
        width: 100%;
        margin-top: 30px;
        height: 473px;
    }
    .CKFormaImages {
        width: 100%;
        height: 473px;
    }
}

@media print {
    #CKFormaLeftContent, #CKFormaArea {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }
}