#custom-ad-container
    #custom-ad-form
    .custom-ad-name-expire-inner-name.branding {
    margin-right: 0;
}

#custom-ad-container .pm-function-bar {
    width: 100%;
    padding: 0.825em 1em;
    background-color: #c7e7f4;
    margin: 0;
    border-top: 1px solid #009fdf;
}
#custom-ad-container .pm-function-bar div {
    font-size: 1.75em;
    display: inline-block;
}

#custom-ad-container .custom-ad-group-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: red;
}

#custom-ad-container .custom-ad-group-container .custom-ad-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#custom-ad-container .lgfe-input-text-small {
    width: 35%;
    padding-right: 66px;
}

#custom-ad-container .lgfe-input-text {
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#custom-ad-container .inner-label {
    position: absolute;
    margin-top: -12px;
}

.custom-ad-config-wrapper {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.show-custom-ad-config {
    background: #fff;
    opacity: 1;
}
.hide-custom-ad-config {
    background: #ccc;
    opacity: 0.6;
}
#custom-ad-container .lg-modal__section .ca-template-thumb-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}
.ca-template-background-thumb-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ca-template-thumb-wrapper .custom-ad-template-thumb:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #6b6f70;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ca-template-thumb-wrapper .custom-ad-template-thumb {
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #fff;
    border: 1px solid #009fdf;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 80px;
    min-width: 100px;
    opacity: 0.5;
    position: relative;
}

.ca-template-thumb-wrapper .custom-ad-template-thumb-text {
    font-size: 10px;
    white-space: pre;
    width: 100%;
    overflow: hidden;
}

/*SELECTED STATE*/
.ca-template-thumb-wrapper .ca-template-thumb-selected {
    /*box-shadow: 0px 0px 10px rgba(0, 159, 223, 0.7);*/
    outline: 2px solid rgba(0, 159, 223, 0.7);
    opacity: 1;
}

.ca-template-thumb-wrapper .ca-template-thumb-selected:before {
    border-color: #009fdf;
    background-color: #009fdf;
    color: #fff;
    content: "\2713";
}

#custom-ad-container .c-a-template-example-button {
    position: absolute;
    bottom: -20px;
    color: #009fdf;
    text-decoration: underline;
}
/*START THUMB ONE*/
.ca-template-thumb-one .catt-one-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ca-template-thumb-one .catt-one-left .catt-one-left-bar-group {
    margin-bottom: 0.2em;
}
.ca-template-thumb-one .catt-one-left .catt-one-left-bar {
    border: 1px solid #009fdf;
    margin: 0 0.4em;
    font-size: 0.4em;
}
.ca-template-thumb-one .catt-one-left-top .catt-one-left-bar {
    border: 3px solid #009fdf;
}
.ca-template-thumb-one .catt-one-left-middle .catt-one-left-bar {
    margin: 0.2em 0.4em;
}
.ca-template-thumb-one .catt-one-left-middle .catt-one-left-bar-last {
    width: 50%;
}
.ca-template-thumb-one .catt-one-left-bottom {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.ca-template-thumb-one .catt-one-left-bottom .catt-one-left-bar {
    margin: 0.2em 0.4em 0.1em;
    width: 80%;
    font-size: 0.2em;
    background: #009fdf;
}
.ca-template-thumb-one .catt-one-left-bottom .catt-one-left-bar:before {
    content: "■";
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #009fdf;
    margin-left: -2em;
}
.ca-template-thumb-one .catt-one-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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.ca-template-thumb-one .catt-one-right-image-icon-wrapper {
    font-size: 1.5em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    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;
    padding: 0.4em;
    width: 90%;
}
/*END THUMB ONE*/

/*START THUMB TWO*/
.ca-template-thumb-wrapper .ca-template-thumb-two {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.catt-two-left-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.catt-two-left-bar {
    border: 1px solid #009fdf;
    margin: 0 0.4em 0.2em 0.4em;
    font-size: 0.4em;
    width: 100%;
}
.catt-two-left-bar-last {
    width: 60%;
}
.catt-two-left-top .catt-two-left-bar {
    border: 4px solid #009fdf;
}
.catt-two-left-image-icon-wrapper {
    font-size: 1em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em;
    margin: 0.2em 0;
    width: 100%;
}
/*END THUMB TWO*/

/*START THUMB THREE*/
.ca-template-thumb-wrapper .ca-template-thumb-three {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.catt-three-left-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.catt-three-left-top {
    margin-bottom: 0.4em;
}

.catt-three-left-middle {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.catt-three-left-bar {
    border: 4px solid #009fdf;
    margin: 0 0.4em 0.2em 0.4em;
    font-size: 0.4em;
    width: 100%;
}
.catt-three-left-middle .catt-three-left-bar {
    border: 1px solid #009fdf;
    margin: 0;
    margin-bottom: 2px;
    width: 80%;
    float: right;
    background: #009fdf;
    font-size: 0.1em;
}
.catt-three-left-middle .catt-three-left-bar:before {
    /*content: '■';*/
    content: "██";
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #009fdf;
    margin-left: -2em;
    height: 100%;
    width: 100%;
    font-size: 3em;
}
/*END THUMB THREE*/

/*START THUMB FOUR*/
.ca-template-thumb-wrapper .ca-template-thumb-four {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.catt-four-left-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catt-four-left-top {
}

.catt-four-left-middle {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ca-template-thumb-four .catt-four-left-middle .fa {
    font-size: 2em;
}

.catt-four-left-bar {
    border: 1px solid #009fdf;
    width: 100%;
    background: #009fdf;
}

.ca-template-thumb-four .catt-four-left-bar {
    border: 3px solid #009fdf;
}

.catt-four-left-image-icon-wrapper {
    font-size: 1em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    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;
    padding: 0.5em;
    margin: 0.2em 0;
    width: 100%;
}
/*END THUMB FOUR*/

/*START THUMB FIVE*/
.ca-template-thumb-five {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.ca-template-thumb-five .catt-five-left-top-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ca-template-thumb-five .catt-five-left-top-bar {
    border: 4px solid #009fdf;
    margin: 0 0.4em 0.2em 0.4em;
    font-size: 0.4em;
    width: 100%;
}
.ca-template-thumb-five .catt-five-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ca-template-thumb-five .catt-five-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-five .catt-five-left .catt-five-left-bar-group {
    margin-bottom: 0.2em;
}
.ca-template-thumb-five .catt-five-left .catt-five-left-bar {
    border: 1px solid #009fdf;
    margin: 0 0.4em;
    font-size: 0.4em;
}
.ca-template-thumb-five .catt-five-left-top .catt-five-left-bar {
    border: 3px solid #009fdf;
}
.ca-template-thumb-five .catt-five-left-middle .catt-five-left-bar {
    margin: 0.2em 0.4em;
}
.ca-template-thumb-five .catt-five-left-middle .catt-five-left-bar-last {
    width: 50%;
}
.ca-template-thumb-five .catt-five-left-bottom {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.ca-template-thumb-five .catt-five-left-bottom .catt-five-left-bar {
    margin: 0.2em 0.4em 0.1em;
    width: 80%;
    font-size: 0.2em;
    background: #009fdf;
}
.ca-template-thumb-five .catt-five-left-bottom .catt-five-left-bar:before {
    content: "■";
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #009fdf;
    margin-left: -2em;
}
.ca-template-thumb-five .catt-five-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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-five .catt-five-right-image-icon-wrapper {
    font-size: 1.5em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    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;
    padding: 0.4em;
    width: 90%;
}
/*END THUMB FIVE*/

/*START THUMB FIVE POINT FIVE (basicially the same as 5 but with the middle content flipped)*/
.ca-template-thumb-fivePointFive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/*END THUMB FIVE POINT FIVE*/

/*START THUMB SIX*/
.ca-template-thumb-six {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.ca-template-thumb-six .catt-six-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ca-template-thumb-six .catt-six-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-six .catt-six-left .catt-six-left-bar-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.ca-template-thumb-six .catt-six-left .catt-six-left-bar {
    border: 1px solid #009fdf;
    margin: 0 0.4em;
    font-size: 0.4em;
}
.ca-template-thumb-six .catt-six-left-top .catt-six-left-bar {
    border: 3px solid #009fdf;
}
.ca-template-thumb-six .catt-six-left-top .catt-six-left-bar-mid-size {
    border: 2px solid #009fdf;
}
.ca-template-thumb-six .catt-six-left-middle .catt-six-left-bar {
    margin: 0.2em 0.4em;
}
.ca-template-thumb-six .catt-six-left-middle .catt-six-left-bar-last {
    width: 50%;
}
.ca-template-thumb-six .catt-six-left-bottom {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.ca-template-thumb-six .catt-six-left-bottom .catt-six-left-bar {
    margin: 0.2em 0.4em 0.1em;
    width: 80%;
    font-size: 0.2em;
    background: #009fdf;
}
.ca-template-thumb-six .catt-six-left-bottom .catt-six-left-bar:before {
    content: "■";
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #009fdf;
    margin-left: -2em;
}
.ca-template-thumb-six .catt-six-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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-six .catt-six-right-image-icon-wrapper {
    font-size: 1.5em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    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;
    padding: 0.4em;
    width: 90%;
}
/*END THUMB SIX*/

/*START THUMB EMPLOYEE*/
.ca-template-thumb-employee {
}

/*START THUMB SEVEN*/
.ca-template-thumb-seven {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.ca-template-thumb-seven .catt-seven-left-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.ca-template-thumb-seven .catt-seven-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-seven .catt-seven-left .catt-seven-left-bar-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.ca-template-thumb-seven .catt-seven-left .catt-seven-left-bar {
    border: 1px solid #009fdf;
    margin: 0 0.4em;
    font-size: 0.4em;
}
.ca-template-thumb-seven .catt-seven-left-top .catt-seven-left-bar {
    border: 3px solid #009fdf;
}
.ca-template-thumb-seven .catt-seven-left-top .catt-seven-left-bar-mid-size {
    border: 2px solid #009fdf;
}
.ca-template-thumb-seven .catt-seven-left-top .catt-seven-left-bar-mid-size {
    border: 2px solid #009fdf;
}
.ca-template-thumb-seven .catt-seven-left-middle .catt-seven-left-bar {
    margin: 0.2em 0.4em;
}
.ca-template-thumb-seven .catt-seven-left-middle .catt-seven-left-bar-last {
    width: 50%;
}
.ca-template-thumb-seven .catt-seven-left-bottom {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.ca-template-thumb-seven .catt-seven-left-bottom .catt-seven-left-bar {
    margin: 0.2em 0.4em 0.1em;
    width: 80%;
    font-size: 0.2em;
    background: #009fdf;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.ca-template-thumb-seven .catt-seven-left-bottom .catt-seven-left-bar:before {
    content: "■";
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #009fdf;
    margin-left: -2em;
}
.ca-template-thumb-seven .catt-seven-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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin-top: 0.4em;
}
.ca-template-thumb-seven .catt-seven-right-image-icon-wrapper {
    font-size: 1.5em;
    border: 1px dashed #009fdf;
    background: #e8e8e8;
    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;
    padding: 0.4em;
    width: 90%;
}
/*END THUMB SEVEN*/

/*START THUMB FACEBOOK*/
.ca-template-thumb-wrapper
    .ca-template-thumb-facebook
    .catt-two-left-image-icon-wrapper {
    padding: 0;
}
.ca-template-thumb-wrapper .ca-template-thumb-facebook .fa-facebook-square {
    color: #3a549f;
    font-size: 2em;
}
/*END THUMB FACEBOOK*/

/*START THUMB TWITTER*/
.ca-template-thumb-wrapper
    .ca-template-thumb-facebook
    .catt-two-left-image-icon-wrapper {
    padding: 0;
}
.ca-template-thumb-wrapper .ca-template-thumb-facebook .fa-twitter {
    color: #1da1f3;
    font-size: 2em;
}
/*END THUMB TWITTER*/

/*START SCHEDULE APPOINTMENT*/
.ca-template-thumb-wrapper .ca-template-thumb-schedule-appointment .fa {
    font-size: 1.4em;
    padding: 0.2em;
}
/*END SCHEDULE APPOINTMENT*/

/*START WHEEL ALIGNMENT*/
.ca-template-thumb-wheelAlignment .fa-car {
    font-size: 1.6em;
    padding-left: 8px;
}
.ca-template-thumb-wheelAlignment .wheel,
.ca-template-thumb-wheelAlignment .wheel:after,
.ca-template-thumb-wheelAlignment .wheel:before {
    bottom: -20%;
    width: 12.8%;
    height: 46.38%;
    border-radius: 100%;
    background: #1e2327;
}

.ca-template-thumb-wheelAlignment .wheel {
    left: 21.5%;
    -webkit-animation: spin_wheel 1s infinite linear;
    animation: spin_wheel 1s infinite linear;
    height: 26px;
    width: 25px;
    margin: 8px 0;
}

.ca-template-thumb-wheelAlignment .wheel.front {
    left: 82%;
}

.ca-template-thumb-wheelAlignment .wheel:after,
.ca-template-thumb-wheelAlignment .wheel:before {
    content: "";
    position: absolute;
    display: block;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
}

.ca-template-thumb-wheelAlignment .wheel:before {
    background: #aaa;
}

.ca-template-thumb-wheelAlignment .wheel:after {
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
}
.ca-template-thumb-tireRotation .catt-two-left-image-icon-wrapper {
    height: 42px;
}
.ca-template-thumb-tireRotation .wheel {
    -webkit-animation: spin_wheel 1.6s infinite linear;
            animation: spin_wheel 1.6s infinite linear;
    height: 18px;
    width: 18px;
    border: 3px dashed rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes spin_wheel {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin_wheel {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*END WHEEL ALIGNMENT*/

/*START BRAKE SPECIAL*/
.ca-template-thumb-brakeSpecial .octagon,
.ca-template-thumb-brakeSpecial .inner {
    width: 26px;
    height: 26px;
}

.ca-template-thumb-brakeSpecial .octagon {
    overflow: hidden;
}

.ca-template-thumb-brakeSpecial .octagon .inner {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #c3002f;
}

#custom-ad-container .c-a-input-price-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
}

#custom-ad-container .c-a-input-price-wrapper .label-for-price-left {
    position: absolute;
    top: 5px;
}

#custom-ad-container .c-a-input-price-wrapper .c-a-input-price-symbol {
    position: absolute;
    left: -12px;
    font-size: 1.2em;
    font-weight: 700;
}

#custom-ad-container .c-a-input-price-wrapper input {
    width: 70px;
    text-align: center;
    font-size: 1.2em;
    margin-right: 6px;
    padding: 0;
}

#custom-ad-container .c-a-input-price-wrapper .c-a-input-price-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#custom-ad-container .c-a-input-price-wrapper .c-a-input-price-display div {
    font-size: 0.7rem;
    padding: 1px 2px 0 2px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#custom-ad-container
    .c-a-input-price-wrapper
    .c-a-input-price-display
    .c-a-input-price-display-left {
    font-size: 1rem;
    padding: 0;
}

#custom-ad-container .c-a-input-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

#custom-ad-container .custom-ad-price-entry {
    height: 53px;
}

#custom-ad-container .custom-ad-express-service {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1%;
    padding: 0.5em 3em;
    margin-left: -66px;
    border-left: 1px solid #d0d0d0;
}
#custom-ad-container .custom-ad-express-service div {
    text-align: center;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    margin: 0;
}

#custom-ad-container
    .custom-ad-express-service-special-wrapper
    .custom-ad-express-service {
    margin: 0;
}

#custom-ad-container .switch .slider {
    position: relative;
}
/*END BRAKE SPECIAL*/

/*START OIL AND FILTER SPECIAL*/
#custom-ad-container
    .ca-template-thumb-oilAndFilterSpecial
    .catt-two-left-image-icon-wrapper {
    font-size: 2em;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2em 0 0 0;
    height: 40px;
}
/*END OIL AND FILTER SPECIAL*/

/*START WINDSHEILD WIPER*/
.weather {
    position: relative;
    overflow: hidden;
}
.weather:before,
.weather:after {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    right: -50%;
    bottom: -50%;
    z-index: 1;
    pointer-events: none;

    background: transparent repeat;
    background-size: 256px 1024px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    opacity: 0.7;

    -webkit-transform: rotate(10deg);

            transform: rotate(10deg);

    -webkit-animation-name: weather;

            animation-name: weather;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.weather:after {
    opacity: 0.8;
    -webkit-animation-name: weather2;
            animation-name: weather2;
}
.weather.rain:before,
.weather.rain:after {
    background-image: url(data:image/png;base64,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);
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
}
.weather.rain:after {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}
/* animation keyframes */
@-webkit-keyframes weather {
    from {
        background-position: 0 0px;
    }
    to {
        background-position: 0 1024px;
    }
}
@keyframes weather {
    from {
        background-position: 0 0px;
    }
    to {
        background-position: 0 1024px;
    }
}
@-webkit-keyframes weather2 {
    from {
        background-position: 64px 64px;
    }
    to {
        background-position: 64px 1088px;
    }
}
@keyframes weather2 {
    from {
        background-position: 64px 64px;
    }
    to {
        background-position: 64px 1088px;
    }
}

.ca-template-thumb-windshieldWipers .catt-two-left-image-icon-wrapper {
    font-size: 2em;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2em 0 0 0;
    height: 40px;
}
/*END WINDSHEILD WIPER*/

#custom-ad-container .lg-modal__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

/*Manage Text*/
.widget-modal .custom-ad-bulletpoint-wrapper label {
    margin: 0 2%;
}
.widget-modal .custom-ad-bulletpoint-wrapper .lgfe-input-text {
    width: 94%;
    margin-bottom: 0.5em;
}

#custom-ad-container label {
    font-size: 0.7em;
    font-style: normal;
}

#custom-ad-container .c-a-body-text-area {
    min-height: 100px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
}

#custom-ad-container .custom-ad-name-expire-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#custom-ad-container .custom-ad-name-expire-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#custom-ad-container .custom-ad-name-expire-inner label {
    margin: 2px;
}

#custom-ad-container .custom-ad-name-expire-inner-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1em;
}
#custom-ad-container .custom-ad-schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1em;
}
#custom-ad-container .custom-ad-schedule-inner:last-child {
    margin-right: 0;
}

#custom-ad-container .custom-ad-schedule-inner label {
    margin: 2px;
}

#custom-ad-container .custom-ad-date-range-wrapper {
    position: relative;
}

#custom-ad-container .custom-ad-date-range-wrapper:before {
    content: "\f073";
    position: absolute;
    display: block;
    font-family: "FontAwesome";
    padding-top: 0.8em;
    padding-left: 0.6em;
    z-index: -1;
}

#custom-ad-container .custom-ad-date-range-wrapper input[type="text"] {
    padding-left: 2.4em;
    cursor: pointer;
    background: transparent;
    color: transparent;
    text-shadow: 0 0 0 #6c6f70;
}

#custom-ad-container .custom-ad-date-range-wrapper.expired input[type="text"] {
    text-shadow: 0 0 0 #cf0624;
    border-color: #cf0624;
}

#custom-ad-container .custom-ad-date-range-wrapper.expired:before {
    color: #cf0624;
}

#custom-ad-container .custom-ad-image-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#custom-ad-container .custom-ad-image-data-wrapper .lg-modal__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#custom-ad-container .custom-ad-expiration {
    margin-top: 0.5em;
}
/*overrides*/
#custom-ad-container .lg-modal__actions .lgfe-button:not(:last-child) {
    margin: 0;
}

#custom-ad-container .lg-modal__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
}

#custom-ad-container .lg-modal__actions .hide-custom-ad-config {
    cursor: default;
}
#custom-ad-container .lg-modal__sidebar {
    width: 10%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#custom-ad-container .lg-modal__siderbar_menu_wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

#custom-ad-container .lg-modal--large .lg-modal__sidebar__icon {
    cursor: pointer;
    margin: 0.2em 0;
}
#custom-ad-container .lg-modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#custom-ad-container .lg-modal__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 90%;
    margin: 0;
}

#custom-ad-container .lg-modal__panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
/* CUSTOM FOREGROUND IMAGE UPLOAD/CROP */
.cacw-asset-upload-crop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cacw-asset-upload-wrapper,
.cacw-asset-upload-preview {
    width: 49%;
}

.cacw-asset-upload-wrapper .dropzone.dz-started .dz-message {
    display: block;
}

.cacw-asset-upload-crop-wrapper .fa {
    font-size: 3.5em;
    color: #d0d0d0;
    padding-top: 1.6em;
}
.cacw-asset-upload-wrapper .lgfe-button {
    display: none;
}
.cacw-asset-upload-wrapper button {
    color: #6c6f70;
}

.cacw-asset-upload-wrapper .am-dzc-message {
    padding-top: 0.6em;
}

.cacw-asset-upload-crop-wrapper .dropzone {
    min-height: 288px;
    border: 1px dashed #d0d0d0;
    background: #fff;
    padding: 0;
}
.cacw-asset-upload-crop-wrapper .dropzone .dz-message {
    margin: 0;
}

.cacw-asset-upload-preview-wrapper {
    height: 288px;
    width: 288px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 2px solid #d0d0d0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cacw-asset-upload-preview-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cacw-asset-upload-preview-button-row
    .lgfe-button.cacw-asset-upload-preview-button {
    font-size: 0.7em;
    margin-right: 5px;
    margin-left: 5px;
}

.cropper-container {
    width: 100% !important;
    height: 100% !important;
}

#customAdPreview {
    width: 100%;
    height: 100%;
}

.cacw-asset-upload-preview-wrapper-image {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cacw-asset-upload-preview-wrapper #static-image {
    display: block;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    height: auto;
}

.cacw-asset-upload-preview-wrapper #cropper-image {
    opacity: 0;
    position: absolute;
    max-height: 288px;
    max-width: 288px;
}

/* ROTATE SPECIFIC PROPERTIES */

.cacw-asset-upload-preview-wrapper.removeRotateImage #cropper-image {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
}

.cacw-asset-upload-preview-wrapper.removeRotateImage #static-image {
    display: none;
}

.cacw-asset-upload-preview-wrapper.rotate-image-0
    .cacw-asset-upload-preview-wrapper-image {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.cacw-asset-upload-preview-wrapper.rotate-image-90
    .cacw-asset-upload-preview-wrapper-image
    #static-image {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.cacw-asset-upload-preview-wrapper.rotate-image-180
    .cacw-asset-upload-preview-wrapper-image
    #static-image {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.cacw-asset-upload-preview-wrapper.rotate-image-270
    .cacw-asset-upload-preview-wrapper-image
    #static-image {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}

.expiration-tooltip {
    height: 12px;
    width: 12px;
    top: 3px;
    margin-left: 5px;
    position: absolute;
}

@media (max-width: 54.516165552em) {
    /* 869px (size of modal when screen starts scaling down) */
    .cacw-asset-upload-crop-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cacw-asset-upload-crop-wrapper .fa {
        display: none;
    }
    .cacw-asset-upload-crop-wrapper .am-dzc-button {
        display: none;
    }
    .cacw-asset-upload-crop-wrapper .am-dzc-drag-here {
        display: none;
    }
    .cacw-asset-upload-crop-wrapper .dropzone {
        min-height: unset;
        border: none;
    }
    .cacw-asset-upload-wrapper .am-dzc-message {
        padding-top: 0px;
    }
    #custom-ad-container .dz-message {
        position: relative !important;
        margin-bottom: 1em;
    }
    .cacw-asset-upload-preview {
        width: auto;
    }
    .cacw-asset-upload-preview-wrapper {
        height: 288px;
        width: 288px;
    }
    .cacw-asset-upload-wrapper {
        margin-bottom: 1em;
    }

    .cacw-asset-upload-preview-button-row {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .cacw-asset-upload-crop-wrapper .lgfe-button {
        display: block;
    }
}

@media (max-width: 50em) {
    #custom-ad-container .lgfe-input-text-small {
        width: 100%;
    }
}

@media (max-width: 41.875em) {
    /* 512px */
    #custom-ad-container .shared-assets-tables-wrapper {
        overflow-y: hidden;
        overflow-x: visible;
    }
}

@media (max-width: 32em) {
    /* 512px */
    #custom-ad-container .lg-modal__field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #custom-ad-container
        .custom-ad-name-expire-wrapper
        .custom-ad-name-expire-inner-name {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 0;
    }

    /* Image upload for mobile screens */
    #custom-ad-container .custom-ad-image-data-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .cacw-asset-upload-crop-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.9em;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* height: 100%; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cacw-asset-upload-wrapper,
    .cacw-asset-upload-preview-wrapper {
        width: 100%;
    }
    .cacw-asset-upload-preview-wrapper {
        min-height: 150px;
    }
    #custom-ad-container .dz-message {
        width: 100%;
    }
    .extra-space {
        margin-top: 20px;
    }
    .no-extra-space {
        margin-top: 0;
    }
    #custom-ad-container .custom-ad-schedule-inner {
        margin-right: 0px;
    }
}

.js-file-upload-custom-asset-final {
    height: 0;
    width: 0;
    min-height: 0;
    padding: 0;
    visibility: hidden;
}

#custom-ad-container tr td .switch-container {
    height: 42px;
    width: 40px;
    position: relative;
    margin: 0 auto;
}

#custom-ad-container tr td .switch-container .switch {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: inline-block;
}
#custom-ad-container tr td .switch-container .switch .slider {
    position: absolute;
}
#custom-ad-container
    tr
    td
    .switch-container
    .switch
    .slider
    .slider-icons:before {
    left: 2px;
}
#custom-ad-container
    tr
    td
    .switch-container
    .switch
    .slider
    .slider-icons:after {
    right: 4px;
    font-size: 11px;
}
#custom-ad-container tr td .switch-container.required .slider-icons:before {
    content: "\f023";
}
#custom-ad-container tr td .switch-container.required .switch .slider {
    background-color: #6c6f70;
}
#custom-ad-container tr td input[type="checkbox"].checkbox + span,
#custom-ad-container tr th input[type="checkbox"].checkbox + span {
    position: initial;
}
#custom-ad-container tr td input[type="checkbox"].checkbox + span:before,
#custom-ad-container tr th input[type="checkbox"].checkbox + span:before {
    color: transparent;
    background-color: #fff;
}
#custom-ad-container
    tr
    td
    input[type="checkbox"].checkbox:checked
    + span:before,
#custom-ad-container
    tr
    th
    input[type="checkbox"].checkbox:checked
    + span:before {
    color: #fff;
    background-color: #2196f3;
    border: 2px solid #2196f3;
}
#custom-ad-container tr td input[type="checkbox"].checkbox + span:after,
#custom-ad-container tr th input[type="checkbox"].checkbox + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#custom-ad-container {
}

#custom-ad-container .shared-assets-tables-title-wrapper {
    position: relative;
    overflow-y: hidden;
}

#custom-ad-container .shared-assets-tables-wrapper {
    position: absolute;
    opacity: 0;
    top: 0;
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#custom-ad-container .show-section {
    left: 0%;
    top: 0;
    position: relative;
    opacity: 1;
}

#custom-ad-container #custom-assets-assign-by-players-table,
#custom-ad-container #custom-assets-assign-by-playlist-table {
    width: 100%;
}

#custom-ad-container #custom-assets-assign-by-playlist-table {
}

.position-wrapper {
}
#custom-ad-container .shared-assets-tables-wrapper table {
    /*word-break: break-word;*/
}
.ca-assign-by-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1em 0;
}

.ca-assign-by-wrapper h2 {
    margin: 0;
}

.schedule-and-assign-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.schedule-and-assign-cutom-add-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.schedule-and-assign-cutom-add-button {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
    opacity: 0;
}

.slide-leave-active,
.slide-enter-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.slide-enter {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
}
.slide-leave-to {
    -webkit-transform: translate(-150%, 0);
            transform: translate(-150%, 0);
}

.slide2-enter-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.slide2-enter {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
}
/*.slide2-leave-to {
    transform: translate(100%, 0);
}*/
