.vidsync-body {
    margin: 0;
}

.vidsync-cont,.vidsync-body {
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: inherit; */
}

.vidsync-video {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: transparent;
    background-size: 1000px 640px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    height: auto!important;
}

.vidsync-video[data-aspect-ratio="vidsync-aspect-wide"] {
    padding-top: 56.25%;
}

.vidsync-video[data-aspect-ratio="vidsync-aspect-traditional"] {
    padding-top: 75%;
}

.vidsync-video[data-aspect-ratio="vidsync-aspect-square"] {
    padding-top: 100%;
}

.vidsync-video[data-aspect-ratio="vidsync-aspect-vertical"] {
    padding-top: 177.77%;
}

.vidsync-video.vidsync-form-enabled {
    padding-top: 0;
}

.vidsync-video > .vidsync-player,.vidsync-video > iframe, .vidsync-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vidsync-player > iframe {
    width: 100%!important;
    height: 100%!important;
}

.vidsync-left,.vidsync-center,.vidsync-right {
    display: flex;
}

.vidsync-left {
    justify-content: left;
}

.vidsync-center {
    justify-content: center;
}

.vidsync-right {
    justify-content: right;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -100% 0
    }
    100%{
        background-position: 100% 0
    }
}

.vidsync-hide {
    display: none!important;
}

.vidsync-form {
    width: 100%;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .vidsync-player,.wistia_embed > div,.wistia_embed > div > div,.vidsync-player iframe {
    width: inherit!important;
    height: inherit!important;
} */

/* Form Elements */

.vidsync-fields {
    max-width: 310px;
    width: 100%;
    margin: auto;
}

.vidsync-fields input,.vidsync-fields select {
    width: 100%;
    max-width: 310px;
    font-size: 16px;
    padding: 12px 8px;
    margin: 0 0px 16px 0;
    outline: none;
    border: 0;
    box-shadow: inset 1px 1px 12px 1px #ACACAC;
    border-radius: 5px;
    box-sizing: border-box;
}

.vidsync-form {
    background-color: var(--bgColor);
    padding: 25px 10px;
    position: relative;
}

.vidsync-heading {
    text-align: center;
    color: var(--color);
    font-size: var(--fontSize);
    margin-bottom: 20px;
    margin-top: 0;
}

.vidsync-form-submit {
    background-color: var(--bgColor);
    color: var(--color);
    max-width: 310px;
    width: 100%;
    display: block;
    margin: auto;
    background-color: var(--bgColor);
    color: var(--color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 10px 36px;
    cursor: pointer;
}

.vidsync-form-add.btnPrimary1 {
    max-width: 310px;
    width: 100%;
    display: block;
    margin: 10px auto;
    padding: 10px;
    margin-top: 0;
    background-color: var(--green)!important;
    border-color: var(--orange);
    color: var(--white)!important;
}

.vidsync-form-add::after {
    content: none;
}

.vidsync-form .dropdown-menu {
    width: 100%;
    max-width: 310px;
}

.vidsync-field-dropdownLabel {
    color: var(--labelColor);
}

.vidsync-skip {
    max-width: 310px;
    margin: 0px auto 15px auto;
    display: block;
    background-color: transparent;
    color: var(--color);
    border: none;
    text-decoration: underline;
    font-size: var(--fontSize);
    cursor: pointer;
}

.vidsync-loader {
    background-color: #fff;
    position: absolute;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.previews{
    margin : 10px;
}

.ql-align-center {
    text-align: center!important;
}

.ql-align-left {
    text-align: left!important;
}

.ql-align-right {
    text-align: right!important;
}

.cta-prview h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.cta-prview p {
    font-family: Arial, Helvetica, sans-serif;
}

.vidsync-fields input,.cta-button {
    font-family: Arial, Helvetica, sans-serif;
}

.cta-button {
    font-weight: 600;
}

.cta-close {
    font-size: 18px; 
    background: none; 
    position: absolute; 
    top: 10px; 
    right: 10px; 
    border: none; 
    padding: 5px; 
    cursor: pointer;
}