<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes stec-preloader-anim {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes stec-preloader-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* EVENT CREATION */
.stec-create-form {
    margin: 0;
    padding: 0;
}
.stec-create-form,
.stec-create-form * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.2;
}
.stec-create-form.is-popup {
    position: absolute;
    z-index: 9001;
    left: 25%;
    top: 0;
    width: 50%;
    min-width: 270px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 3px;
    overflow: hidden;
}
.stec-create-form .stec-layout-event-inner-button-style {
    border-radius: 3px;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    text-transform: none;
}
.stec-create-form .stec-layout-event-inner-button-style p {
    text-transform: none;
    line-height: 1.2;
    color: inherit;
}
.stec-create-form .stec-preloader-template {
    display: none;
}
.stec-create-form li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.stec-create-form .stec-preloader {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    float: left;
}
.stec-create-form .stec-preloader.stec-init-preloader {
    /* Calendar preinit load class */
}
.stec-create-form .stec-preloader::before {
    content: "";
    float: left;
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    -webkit-animation: stec-preloader-anim 0.8s infinite linear;
    animation: stec-preloader-anim 0.8s infinite linear;
    border: 4px solid #52617a;
    border-right-color: transparent;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: 5px;
}
.stec-create-form .stec-layout-event-preview {
    height: 85px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-left: 15px;
    width: 100%;
    z-index: 1;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
    display: none;
    float: left;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured i {
    display: none;
    float: left;
    margin-right: 5px;
    line-height: inherit;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured span {
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 5px;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 3px;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon i {
    color: #fff;
    font-size: 25px;
    line-height: 54px;
    text-align: center;
    width: 100%;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text {
    width: 100%;
    margin-left: 15px;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub,
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-date {
    margin-top: 5px;
    clear: both;
    float: left;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
    display: none;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
    float: left;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle.stec-layout-event-preview-left-reminder-success {
    border-color: #53b32b;
    background: #53b32b;
    color: #fff;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
    z-index: 1;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu .stec-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu,
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu i,
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle:not(.active) i:first-child {
    display: block;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
    display: none;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle.active i:last-child {
    display: block;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu {
    margin-right: 10px;
    position: relative;
    z-index: 0;
}
.stec-create-form .stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu.active {
    z-index: 1;
}
.stec-create-form .stec-layout-event-create-form-inner {
    float: left;
    padding: 20px;
}
.stec-create-form .stec-layout-event-create-form-inner p {
    text-align: left;
}
.stec-create-form .stec-layout-event-create-form-inner select,
.stec-create-form .stec-layout-event-create-form-inner input[type="email"],
.stec-create-form .stec-layout-event-create-form-inner input[type="text"]:not(.stec-layout-event-create-form-inner-colorpicker) {
    width: 100%;
    float: left;
    max-width: 100%;
    min-width: 0;
    border-radius: 3px;
    height: 50px;
    padding: 0 10px;
    border: none;
}
.stec-create-form .stec-layout-event-create-form-inner textarea {
    width: 100%;
    float: left;
    max-width: 100%;
    border-radius: 3px;
    height: 150px;
    padding: 10px;
    border: none;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label:first-of-type {
    margin-top: 0;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-colorpicker {
    border-radius: 3px;
    float: left;
    height: 46px;
    width: 46px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 0;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox .stec-preloader {
    width: auto;
    margin-left: 10px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    display: none;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-check {
    color: #53b32b;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-times {
    color: #f15e6e;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox &gt; p {
    margin: 0;
    margin-left: 10px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox &gt; div:not(.stec-layout-event-create-form-inner-submit) {
    margin: 0;
    width: calc(50% - 5px);
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox.stec-layout-event-create-form-inner-element-nomargin {
    margin: 0;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit {
    border: none;
    float: left;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-sub {
    display: none;
    float: left;
    width: 100%;
}
.stec-create-form .stec-layout-event-create-form-inner option {
    padding: 10px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-date-image-file {
    display: none;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day {
    display: none;
    margin-top: 30px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span {
    height: 30px;
    line-height: 30px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span:not(:last-child) {
    margin-right: 10px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day .stec-layout-event-create-form-inner-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block &gt; p {
    margin-top: 30px !important;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span {
    float: left;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span:not(:last-child) {
    margin-right: 10px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input,
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
    float: left;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input {
    width: auto !important;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
    line-height: 50px;
    text-indent: 5px;
    margin-right: 5px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input[type="radio"] {
    line-height: 50px;
    height: 50px;
}
.stec-create-form .stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-gap-block {
    display: none;
}
.stec-create-form .stec-layout-event-awaiting-approval .stec-layout-event-preview-left-text {
    margin-left: 0;
}
.stec-create-form .stec-layout-event-awaiting-approval .stec-layout-event-preview-right i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    display: none;
}
.stec-create-form .stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-check {
    color: #53b32b;
}
.stec-create-form .stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-times {
    color: #f15e6e;
}
.stec-create-form .stec-layout-event-awaiting-approval .stec-layout-event-awaiting-approval-cancel {
    margin-left: 10px;
}
.stec-create-form .stec-layout-event-create-form-g-recaptcha {
    float: left;
    margin-top: 30px;
}
.stec-create-form .stec-layout-event-preview-left-approval-cancel {
    display: none;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
    float: left;
}
.stec-create-form .stec-layout-event-preview-left-approval-cancel.stec-layout-event-preview-left-approval-cancel-success {
    border-color: #53b32b;
    background: #53b32b;
    color: #fff;
}
.stec-create-form-popup-blackscreen {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.stec-create-form.active .stec-layout-event-create-form-inner {
    display: block;
}

@media (max-width: 870px) {
    .stec-create-form.is-popup {
        left: 10%;
        top: 0;
        width: 80%;
        min-width: 270px;
        margin-top: 100px;
        margin-bottom: 100px;
        border-radius: 3px;
        overflow: hidden;
    }
}
@media (max-width: 600px) {
    .stec-create-form.is-popup {
        left: 0;
        top: 0;
        width: 100%;
        min-width: 270px;
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius: 3px;
        overflow: hidden;
    }
}
</pre></body></html>