
.sidebar-cta-settings {
    width: 700px;
}

.sidebar-cta-content-container.portrait {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.sidebar-cta-info-box.portrait {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sidebar-cta-info-box.landscape {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.sidebar-cta-info-box.landscape > section {
    flex: 1;
}




/*!* MOBILE CLASSES AND MEDIA QUERIES *!*/
/*@media (max-width: 768px) {*/
/*    .sidebar-cta-settings {*/
/*        width: 100vw;*/
/*    }*/
/*}*/

.sidebar-cta-video-container-phone-portrait-wide-size {
    position: relative;
    height: calc(600px + 20px);
    width: calc(600px * 9/19.5);
    background-color: transparent;
}
.sidebar-cta-video-container-phone-landscape-wide-size {
    position: relative;
    width: 100%;
    height: calc(100% * 9/19.5 + 20px);
    background-color: transparent;
    margin-bottom: 20px;
}
.sidebar-cta-video-container-phone-portrait-standard-size {
    position: relative;
    height: calc(490px + 20px);
    width: calc(490px * 9/16);
    background-color: transparent;
}
.sidebar-cta-video-container-phone-landscape-standard-size {
    position: relative;
    width: 100%;
    height: calc(100% * 9/16 + 20px);
    background-color: transparent;
    margin-bottom: 20px;
}
.sidebar-cta-video-container-desktop-size {
    position: relative;
    width: 100%;
    height: calc(100% * 9/16 + 20px);
    background-color: transparent;
    margin-bottom: 20px;
}

.sidebar-cta-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    user-select: none;
    background-color: transparent;
}

.cta-preview-phone-portrait-wide-size {
    height: 600px;
    width: calc(600px * 9/19.5);
}
.cta-preview-phone-landscape-wide-size {
    width: 100%;
    height: calc(100% * 9/19.5);
}
.cta-preview-phone-portrait-standard-size {
    height: 490px;
    width: calc(490px * 9/16);
}
.cta-preview-phone-landscape-standard-size {
    width: 100%;
    height: calc(100% * 9/16);
}




/* CTA preview phone standard */
.cta-preview-phone-portrait-standard-size {
    height: 490px;
    width: calc(490px * 9/16);
}
.cta-preview-phone-landscape-standard-size {
    width: 100%;
    height: calc(100% * 9/16);
}
/* CTA preview desktop */
.cta-preview-desktop-size {
    width: 100%;
    height: calc(100% * 9/16);
}
/**/
.cta-preview-phone-portrait-body-style{
    display: flex;
    padding-bottom: 30px;
}
.cta-preview-phone-landscape-body-style{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cta-preview-desktop-both-body-style{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cta-preview-phone-portrait-info-box-style{
    position: relative;
    width: 650px;
    height: 100%;
    padding: 10px;
    background-color: transparent;
}
.cta-preview-phone-landscape-info-box-style{
    display: flex;
    position: relative;
    width: 650px;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: transparent;
}
.cta-preview-desktop-both-info-box-style{
    display: flex;
    position: relative;
    width: 650px;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: transparent;
}
.cta-preview-phone-portrait-info-box-section-area-style{
    /**/
}
.cta-preview-phone-landscape-info-box-section-area-style{
    width: 50%;
    padding-right: 10px;
    padding-bottom: 40px;
}
.cta-preview-desktop-both-info-box-section-area-style{
    width: 50%;
    padding-right: 10px;
    padding-bottom: 40px;
}

.cta-preview-phone-portrait-info-box-section-timerange-style{
    /**/
}
.cta-preview-phone-landscape-info-box-section-timerange-style{
    width: 50%;
    padding-right: 10px;
}
.cta-preview-phone-portrait-info-box-save-button{
    position: absolute;
    top: 440px;
}
.cta-preview-phone-landscape-info-box-save-button{

}
.cta-preview-desktop-both-info-box-save-button{

}

.cta-progress {
    width: 100%;
    margin-top: 6px;
    margin-right: 5px;
    margin-bottom: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #dad9d8
}
.cta-preview-video-control-bar {
    width: auto;
    font-size: 12px;
    font-weight: 300;
}
.cta-preview-video-control-play-pause {
    font-size: 17px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    padding: 0;
    border: none;
    margin-top: -2px;
    outline: none;
    background-color: transparent;
}
.cta-preview-video-control-mute-unmute {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    padding: 0;
    border: none;
    margin-top: -1px;
    outline: none;
    background-color: transparent;
}

.cta-rect {
    position: absolute;
    border: 2px solid rgba(15, 124, 182, 0.6);
    background-color: rgba(15, 124, 182, 0.3);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

.cta-rect-not-active{
    border: 2px dotted rgba(15, 124, 182, 0.3);
    background-color: transparent;
}

.cta-rect-transition{
    transition: background-color ease-out 0.2s;
}
