#splitscreen-widget-modal {
}

#splitscreen-widget-modal .lg-modal--large .lg-modal__container {
    overflow: visible;
}

#splitscreen-widget-modal .splitscreen-options-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.splitscreen-option {
}

.splitscreen-screen-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 125px;
    min-width: 90px;
    width: 33%;
}
.ssw-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.ssw-left,
.ssw-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

    background: #ccc;
    margin: 3px;
    outline: 1px solid #666;
}
.ssw-left {
}
.ssw-right {
}
.ssw-selected {
    font-weight: 700;
    outline: 2px solid #666;
}

#splitscreen-widget-modal .components-selected-wrapper,
#splitscreen-widget-modal .components-selected-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#splitscreen-widget-modal .components-selected-wrapper .dd-select,
#splitscreen-widget-modal .components-selected-wrapper-2 .dd-select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin: 1px 0;
}
#splitscreen-widget-modal .components-selected-wrapper .dd-selected-image,
#splitscreen-widget-modal .components-selected-wrapper-2 .dd-selected-image,
#splitscreen-widget-modal .dd-option-image {
    height: 35px;
    width: 35px;
}
#splitscreen-widget-modal .components-selected-wrapper .dd-selected,
#splitscreen-widget-modal .components-selected-wrapper-2 .dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px 10px 10px 36px;
    font-weight: bold;
}
#splitscreen-widget-modal .dd-container .dd-selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #d0d0d0;
    border-radius: 0.2143em;
    padding: 0.8em 2.2em 0.8em 0.8em;
    background-color: #fff;
    font-family: inherit;
    color: #6c6f70;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.4em;
    font-size: 0.875em;
}
.dd-utility-wrapper {
    float: right;
    height: 32px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em;
    border-left: 1px solid;
}
.dd-utility-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.handle-wrapper {
    position: absolute;
    font-size: 1.3em;
    height: 100%;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: 1px solid #ccc;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
}

.handle-disabled {
    cursor: default;
}

.handle-disabled .fa-bars {
    opacity: 50%;
}

/*#splitscreen-widget-modal .components-selected-wrapper .dd-select::before {
    counter-increment: card-order;
    pointer-events: none;
    content: counter(card-order);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2em;
    height: 2em;
    background-color: #404040;
    color: #fff;
    font-weight: 700;
    position: absolute;
    z-index: 1;
}*/

.fade-leave-active,
.fade-enter-active {
    -webkit-transition: 1s;
    transition: 1s;
}
.fade-enter {
    opacity: 1;
}
.fade-leave-to {
    opacity: 0;
}

#splitscreen-widget-modal .checkbox-label {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.7em;
    padding: 3px;
}
.cta-cb {
    float: left;
    padding-right: 10px;
}
.cta-cb-text {
    position: relative;
    top: 6px;
}
