.video-preview.skipped,
.card-preview.skipped {
    /* display: block; */
    overflow: hidden;
    /* height: 100%; */
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.video-preview.not-skipped,
.card-preview.not-skipped {
    /* display: none; */
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 0;
    transition: opacity 1s ease-in-out;
}

.bg_white .flip-card-front,
.bg_white .flip-card-back {
    background: white !important;
}


.flip-card {
    background-color: transparent;
    width: 650px;
    height: 650px;
    perspective: 250rem;

}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(82, 82, 82, 0.50);
    box-shadow: 0px 4px 12px 0px rgba(82, 82, 82, 0.50);
}

/* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
} */

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
    background: linear-gradient(0deg, rgba(255, 125, 164, 0.20) 0%, rgba(255, 125, 164, 0.20) 100%), url(/assets/image/editor1.png) lightgray 50% / cover no-repeat;
}

.flip-card-back {
    background-color: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), url(/assets/image/editor2.png), lightgray 50% / cover no-repeat;

    /* card shadow */
    /* box-shadow: 0px 4px 12px 0px rgba(82, 82, 82, 0.15); */

    transform: rotateY(180deg);
}

.flip {
    transform: rotateY(180deg);
}

.flip-card-front>img {
    width: 100%;
}

.flip-card-back>img {
    width: 100%;
}

.card-options {
    display: flex;
    padding-bottom: 2px;
    justify-content: center;
    align-items: center;
    gap: 12.733px;
    flex-shrink: 0;
    text-transform: uppercase;
}

div.hide {
    display: none;
}

div.show {
    display: block;
}

.oc-card-preview.modal-dialog {
    max-width: 100%;
    /* margin: 0 !important; */
    left: 0.5%;
}

.oc-card-preview.modal-dialog .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.card-preview-body-div {
    /* width: 78.2%; */
    width: 1100px;
    min-height: 800px;
    max-height: 800px;
}

.oc-card-send {
    max-width: var(--bs-modal-width) !important;
}

.type-preview .modal-body {
    /* flex: 0 0 auto; */
}


.modal-body .card-preview-body-div:nth-child(3) {
    min-height: 0px;
}

.preview-modal:not(.oc-card-send) {
    max-width: 1440px !important;
    margin: auto !important;
}

.preview-modal:not(.oc-card-send) .modal-content {
    background: var(--Style, #F4F6FC)
}


.preview-modal .modal-content {
    min-height: 1052px;
    max-height: 1100px;
}


.oc-card-send .modal-content {
    height: auto;
    min-height: 1300px;
    max-height: 1300px;
    width: 800px;
}

.bg-image-card {
    background-position: center;
    overflow: hidden;
    background-size: cover;
    /* height: 76.1vh; */
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-modal .card {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 4px 12px rgb(82 82 82 / 15%);
    box-shadow: 0px 4px 12px rgb(82 82 82 / 15%);
    padding: 20px 0px 0px 20px;
    padding-bottom: 20px;
    border: none;
}

.preview-modal .card .card-title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.33px;
    text-transform: uppercase;
}

.preview-modal .card .nav {
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}

.preview-modal .card-text .nav-item {
    width: 15%;
    height: 105px;
}

.preview-modal .svg-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid var(--background-2, #F7F7F7);
    background: var(--white, #FFF);
    display: inline-block;
    padding-top: 6px;
}


.preview-modal .nav-item {
    text-align: center;
}

.preview-modal .nav-item p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    padding-top: 10px;
}

.preview-modal .nav-item a {
    /* padding: 12px 12px 22px 12px; */
}

.preview-modal .nav-item a.active {
    border: 2px solid var(--Style, #F67934);
}

.preview-modal .image-upload {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.float-right {
    float: right;
}

.mobile-version {
    display: none !important;
}

.create-card-body-div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 76.39%; */
    width: 1100px;
}

.bg-color {
    background: var(--Style, #F4F6FC);
    height: 100.01vh;
    margin-bottom: 10px;
    min-height: 1052px;
    max-height: 1052px;
}

.bg-color .create-card-body {
    /* padding: 120px 170px !important; */
    /* padding: 7rem 17rem !important; */
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1%;

    width: 100%;
    max-width: 1440px;
    margin-top: 0 !important;
}

.create-card-head-div {
    padding: 0rem 2rem;
}

.card-options>svg {
    margin-bottom: 10px;
}

.card-options {
    cursor: pointer;
}

.flip-card-button {
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    height: 15%;
    top: 85%;
}

.flip-card-button>a {
    color: #000;
    display: inline-flex;
    padding: 8px 9px 6px 16px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6px;
    text-transform: uppercase;
}

.flip-card-button>a:hover {
    color: #000;
}

.create-card-edit {
    overflow: hidden;
}

.skip-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.skip-to-message {
    display: inline-flex;
    padding: 10px 0px 10px 11px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.skip-container p {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

#prev-video-div {
    /* width: 100%; */
    /* margin-bottom: 1rem; */
}

.image-container {
    position: relative;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container a {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.image-container img {
    width: 95%;
    height: 95%;
    object-fit: cover;
}

.pickup-loc .preview-first-editor {
    /* padding: 30px 40px !important; */
}

.side-flip {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 10%;
    z-index: 1;
}

.backdrop-side-slip {
    background-color: rgba(0, 0, 0, 0.5);
}

.product-top-section-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.product-top-section-bg {
    position: relative;
}


.play-again {
    display: flex;
    justify-content: right;
    /* width: 78.2%; */
    /* width: 1100px; */
    padding-right: 15px;

}

.play-again p,
.skip-to-message p,
.flip-card-button p,
.card-options p,
.card-options svg {
    margin: auto 0;
}

.create-card-body #product-top-section {
    /* padding: 4rem 6rem !important; */
}

.backdrop-side-slip .side-flip {
    display: inline;
}

.email-subject {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    margin-bottom: 1rem;
}

.product-card .product-card-body {
    padding: 0rem 1rem;
    width: 100%;
}

.product-card {
    padding: 1rem;
    height: 10rem;
    margin: 1rem 0rem !important;
}

.product-card .card-properties {
    margin-bottom: 1rem;
}

.product-card .card-heading p {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.cb-left {
    /* width: 60%; */
    display: flex;
    justify-content: left;
    color: var(--Titles-text-Dark-Grey, #525252);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.button-container label {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.cb-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* grid-gap: 10%; */
    /* align-items: center; */
    /* justify-content: center; */
}

.cb-right .button-container {
    margin: auto
}

.product-card img {
    width: 10rem;
}

.right-body {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.right-body .card-button {
    /* justify-content: right; */
}

.paginator ul {
    display: flex;
    grid-gap: 1rem;
    list-style-type: none;
}

.paginator ul li a {
    color: var(--Titles-text-Dark-Grey, #525252);
    font-family: "Noir Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.paginator ul .selected a {
    font-weight: 500;
    font-size: 20px;
}


.paginator ul .previous {
    padding-right: 1rem;
    text-decoration: underline;
}

.paginator ul .next {
    padding-left: 1rem;
    text-decoration: underline;
}

.paginator {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 1rem 0rem;
    height: 1rem;
}

#product-desc-div {
    max-height: 100% !important;
}

.preview-first-editor {
    max-height: 85% !important;
    min-height: 85% !important;
    overflow: hidden !important;
}

#create-card-edit,
#second_editor,
.preview-second-editor-scroll {
    max-height: 85% !important;
    min-height: 85% !important;
    overflow: hidden;
}

#create-card-edit {
    overflow: hidden;
}

.modal-body .card-preview-body-div {
    margin: 0;
}

.type-preview .customize-btn {
    visibility: hidden;
}

.card-button {
    display: block;
    width: 100%;
}


/* Admin CSS */
.card-preview {
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.tab-content #card-template-preview  {
    justify-content: center;
    min-height: 800px;
    /* width: 1100px; */
    width: 75rem;
}

.tab-content #card-template-preview #tinymce-body, #tinymce-heading {
    max-height: 550px;
    min-height: 550px;
}

#tinymce-heading {
    overflow-y: hidden;
}