@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@font-face {
    font-family: 'Source Sans 3, sans-serif';
    src: url('SourceSans3-VariableFont_wght.ttf') format('true');
}
body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /*        background-color: #dfdfdf;*/
    margin: 0;
    padding: 0;
    /*color: #333;*/
}
.hide {
    display: none !important;
}
.editor-block{
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
}
p{
    margin: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
h4{
    font-size:18px;
}
h1{
    font-size: 32px;
    line-height: 1.3125;
    font-weight: 600;
}
h2{
    font-size: 26px;
    line-height: 1.42;
    font-weight: 600;
}
h3{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
strong{
    font-weight: bold;
}
#editor-container-subtopic{
    font-size: 26px !important;
}
#pageNewContent h1, #pageNewContent h2 {
    color: #333;
    /*margin-bottom: 20px;*/
}
.mb-5 {
    margin-bottom: 1rem !important;
}
#pageNewContent .text-center, .bg-dark .text-center{
    text-align: center;
}
#editor-container-subtopic {
    margin-top: 0px;
    float: unset !important;
}
#outer_container{
    padding:15px;
    background: #dfdfdf;
}

.topics-header {
    text-align: center;
}
#topics-image {
    text-align: center;
}
.cdx-simple-image__caption {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.ce-block {
    width: calc(100% - 0px);

    /*        margin-bottom: 20px;
            margin-top: 20px;*/
    float: left;
}
.ce-block__content {
    width: 100%;
}

.ce-block__content .simple-video, .ce-block__content .simple-audio {
    text-align: center;
}

.cdx-block {
    max-width: 100% !important;
}
.codex-editor {
    width: 100%

}
.image-tool__image-preloader {
    width: 100%;
}
.image-tool__image-picture {
    width: 100%;
}

.custom-video-block, .custom-audio-block, .custom-embed-block {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-text-over-image-block {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    height: 450px;
}

.custom-video-block video, .custom-audio-block audio {
    max-width: 100%;
    height: auto;
}
.custom-audio-block audio{
    height: 60px !important;
    min-width: 100%;
}
.custom-embed-block iframe {
    max-width: 100%;
}

.custom-video-block .video-caption,
.custom-audio-block .audio-caption,
.custom-embed-block .embed-caption,
.custom-left-image-block .image-caption,
.custom-right-image-block .image-caption,
.simple-audio .image-caption,
.simple-video .image-caption,
.simple-embed .image-caption,
.custom-text-over-image-block .image-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    display: none;
}

.tool_modal .modal-body {
    padding: 20px;
    margin-bottom: 50px;
    overflow: scroll;
}

.tool_modal .modal-body video, .tool_modal .modal-body audio {
    margin-top: 20px;
    width: 100%;
}

.tool_modal .modal-body video, .tool_modal .modal-body audio {
    margin-top: 20px;
    width: 100%;
}
.tool_modal textarea {
    width: 100% !important;
    height: 300px;
}

video[poster]{
    object-fit: cover;
}

.custom-left-image-block .left-image {
    max-width: 96%;
    height: auto;
    margin-right: 35px;
    float: left;
}

.custom-right-image-block .right-image {
    max-width:96%;
    height: auto;
    margin-left: 35px;
    float: right;
}

/* .custom-left-image-block .text-content, .custom-right-image-block .text-content {
     text-align: justify;
 }*/

.custom-text-over-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 100%;
    position: absolute;
    height: 100%;
}

.opacity-50 {
    opacity: .5;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/1) !important;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.block-text-overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.block-text-overlay .text-content {
    color: #fff;
    z-index: 400;
    /*font-size: 16px;*/
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.w-28 {
    width: 7rem;
}
.h-2 {
    height: .5rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mx-w-60 {
    max-width: 60%;
}
.absolute {
    position: absolute;
}
.cdx-table {
    width: 100%;
}
.tc-table {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    font-size: 14px;
    border-top: 1px solid var(--color-border);
    line-height: 1.4;
}
.tc-table--heading .tc-row:first-child {
    font-weight: bold;
    border-bottom: 2px solid var(--color-border);
}
.tc-row {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10px,1fr));
    position: relative;
    border-bottom: 1px solid var(--color-border);
}
.tc-cell {
    border-right: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
    padding: 6px 12px;
    overflow: hidden;
    outline: none;
    line-break: normal;
}
.tc-wrap {
    --color-background: #f9f9fb;
    --color-text-secondary: #7b7e89;
    --color-border: #e8e8eb;
    --toolbox-icon-size: 18px;
    --toolbox-padding: 6px;
    --toolbox-aiming-field-size: calc(var(--toolbox-icon-size) + var(--toolbox-padding)*2);
    border-left: 0;
    position: relative;
    width: 100%;
    align-items: center;
    margin-top: var(--toolbox-icon-size);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: calc(100% - var(--cell-size)) var(--cell-size);
}

.ce-block a {
    cursor: pointer;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.link-tool__content--rendered {
    background: #fff;
    border: 1px solid rgba(201,201,204,.48);
    box-shadow: 0 1px 3px #0000001a;
    border-radius: 6px;
    will-change: filter;
    animation: link-in .45s 1 cubic-bezier(.215,.61,.355,1);
}
.link-tool__content--rendered:hover {
    box-shadow: 0 0 3px #00000029;
}
.link-tool__content {
    display: block;
    padding: 25px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #fff;
    color: initial !important;
    text-decoration: none !important;
}
.link-tool__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 30px;
    width: 65px;
    height: 65px;
    border-radius: 3px;
    float: right;
}
.link-tool__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.link-tool__description {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.55em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.link-tool__anchor {
    display: block;
    font-size: 15px;
    line-height: 1em;
    color: #888 !important;
    border: 0 !important;
    padding: 0 !important;
}
.custom-list-block ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.custom-list-block ol li {
    margin: 0 0 15px 0;
    counter-increment: item;
    padding-left: 40px;
    position: relative;
    /* display: flex;
     align-items: flex-start;*/
}

.custom-list-block ol li::before {
    content: counter(item);
    margin-right: 10px;
    background-color: #212121; /* Blue color */
    color: white;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    position: absolute;
    left: 0px;
    line-height: 23px;
    height: 25px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.custom-list-block ol li p {
    margin: 0;
    line-height: 1.5em;
}

.custom-list-block ul, .asssessment-block ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.custom-list-block ul li, .asssessment-block ul li {
    /*display: flex;
    align-items: flex-start;*/
    padding-left: 30px;
    position: relative;
    line-height: 35px;
    margin-bottom: 5px;
}

.custom-list-block ul li::before, .asssessment-block ul li:before {
    content: '\2022';
    color: #212121;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    font-size: 35px;
    position: absolute;
    left: 0px;
    top: 0px;

}

.custom-list-block ul li p {
    margin: 0;
    line-height: 1.5em;
}

.cdx-simple-image__picture img{
    max-width: 438px;
}
#pageNewContent .topics-header{
    color:#222;
    padding: 1rem 0rem 0rem 0rem;
    border-bottom: 2px solid #f0f0f0;
}
#pageNewContent .editor-block{
    width: calc(100% - 0rem) !important;
}
.editor-block{ /*padding: 1.5rem 0rem;*/
    float: left;
    width: calc(100% - 0rem);
    line-height: 1.7 !important;
}
.ce-block__content ul, .ce-block__content ol{
    padding-left: 30px;
}
/*.ce-block__content div:last-child{margin-bottom: 15px;}*/
.custom-statement-block {
    padding: 30px;
    margin: 0px auto;
    max-width: 90% !important;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border-left: 6px solid #4caf50;
    /*font-family: 'Roboto', sans-serif;*/
    position: relative;
    overflow: hidden;
}
.statement-content::after {
    /* content: "”";
     font-family: 'Times New Roman', serif;*/
    font-size: 4rem;
    color: rgba(76, 175, 80, 0.2);
    position: absolute;
    bottom: -20px;
    right: -10px;
}
.statement-content::before {
    /* content: "“";
     font-family: 'Times New Roman', serif;*/
    font-size: 4rem;
    color: rgba(76, 175, 80, 0.2);
    position: absolute;
    top: -20px;
    left: -10px;
}
.statement-content {
    color: #000;
    line-height: 1.8;
    /*text-align: justify;*/
    margin: 0;
    position: relative;
}
.custom-quote-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border-radius: 10px 0 0 10px;
}
.custom-quote-block {
    border: none;
    padding: 30px;
    margin: 0px auto;
    max-width: 90% !important;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius:  6px;
    /* font-family: 'Merriweather', serif;*/
    position: relative;
    overflow: hidden;
}
.custom-continue-block.ce-block__content, .custom-quote-block.ce-block__content {
    text-align: center;
}
.quote-author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 0px;
    vertical-align: middle;
    object-fit: cover;
}
.quote-content {
    margin: 0 0 10px;
    position: relative;
    color: #000;
}
.quote-author-content{
    color: #000;
}
.quote-author-content::before {
    content: "— ";
    color: #888;
}
.custom-full-image-block .full-image {
    width: 100%;
    height: auto;
    max-height: 720px;
    margin-right: 0px;
    object-fit: cover;
}
.custom-video-block .video-caption,
.custom-audio-block .audio-caption,
.custom-embed-block .embed-caption,
.custom-left-image-block .image-caption,
.custom-full-image-block .image-caption,
.custom-center-image-block .image-caption,
.custom-right-image-block .image-caption,
.custom-text-over-image-block .image-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    display: none;
}
.custom-full-image-block .image-caption,
.custom-center-image-block .image-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    float: left;
    display: none;
}
.custom-full-image-block .full-image {
    max-width: 100%;
    height: auto;
    max-height: 620px;
    margin-right: 0px;
    object-fit: cover;
    border-radius: 0px;
}
.custom-center-image-block.ce-block__content {
    text-align: center;
}
.custom-center-image-block.ce-block__content, .custom-full-image-block.ce-block__content{
    max-width:calc(100% - 0px) !important;
}
.custom-full-image-block.ce-block__content, .custom-text-over-image-block.ce-block__content{
    width: 100% !important;
}
.custom-center-image-block .center-image {
    max-width: 768px;
    height: auto;
    margin-right: 0px;
    border-radius: 4px;
}

/*.custom-right-image-block .right-image,  .custom-left-image-block .left-image {
    max-height: 330px;
}*/

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-image-section {
    display: grid;
    gap: 1.2em;
    margin: 20px 0;
    padding: 0px 0px;
}
.grid-item {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.grid-image {
    width: 100%; /* Make images responsive */
    height: auto;
    object-fit: cover;
    display: block; /* Remove inline gaps for images */
}
.grid-columns-2 .grid-image {
    height: 50vh;
}
.grid-caption {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    text-align: center;
    display: none;
}
.grid-item:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease-in-out;
}
.grid-image-section .grid-item{
    padding: 5px;
}
.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.file-ui-container {
    max-width: 80%;
    padding: 20px !important;
    margin: 0px auto;
    background: #f0f0f0;
}
.custom-accordion, .custom-list-block, .ce-block__content, .grid-image-section, .custom-note-block {
    margin: 0px auto;
    width: 80% !important;
}
/*.content-right.open .custom-accordion, .content-right.open .custom-list-block, .content-right.open .ce-block__content, .content-right.open .grid-image-section, .content-right.open .codex-editor {
     width: 80% !important;
       margin: 0px auto;
 }*/

.custom-accordion-block .custom-accordion .card {
    border: none;
    border-radius: 4px;
    /*transition: border-left 0.3s ease, background-color 0.3s ease;*/
    border: 1px solid #e7e7e7;
    /* border-top: 1px solid #e7e7e7;
     border-left: 3px solid transparent;*/
    margin-bottom: 12px;
}
.custom-accordion-block .custom-accordion .card:last-child{
    margin-bottom: 0px !important;
}
.custom-accordion-block .custom-accordion .card.custom-opened {
    /*border-left: 3px solid #0056b3;*/
    background-color: #fff;
}

.custom-accordion-block .custom-accordion .card-header {
    background-color: #f8f9fa;
}

.custom-accordion-block .custom-accordion .card-header .btn-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 38px;
    /*transition: background-color 0.3s ease;*/
}

.custom-accordion-block .custom-accordion .card-header .btn-link.custom-collapsed {
    background-color: #fff;
    color: #333;
    border: 0px !important;
    outline: none;
    white-space: normal;
    padding-right: 30px;
    position: relative;

}

.custom-accordion-block .custom-accordion .card-header .btn-link:hover,
.custom-accordion-block .custom-accordion .card-header .btn-link:focus {
    text-decoration: none;
}

.custom-accordion-block .custom-accordion .card-header .btn-link.custom-opened:after,
.custom-accordion-block .custom-accordion .card-header .btn-link:after {
    content: '-';
    position: absolute !important;
    right: 10px;
    top: 7px;
    font-family: 'FontAwesome';
    font-size: 26px;
    /*  float: right;
     transition: transform 0.3s ease;*/
}
.custom-accordion-block .custom-accordion .custom-opened .card-header .btn-link.custom-collapsed:after{
    content: '_' !important;
    top: -7px;
    right: 11px;
}
.custom-accordion-block .custom-accordion .card-header .btn-link.custom-collapsed:after {
    content: '+';
    position: absolute !important;
    right: 10px;
    top: 7px;
    /*transition: transform 0.3s ease;*/
}

.custom-accordion-block .custom-accordion .custom-collapse {
    /*transition: height 0.3s ease;*/
    /*max-height: inherit !important;*/
}

.custom-accordion-block .custom-accordion .card-body {
    padding: 15px;
    /*font-size: 16px;*/
    line-height: 1.6;
    background-color: #fff;
    color: #000;
    float: left;
    width: calc(100% - 0px);
    ;
    /*transition: padding 0.3s ease;*/
}
.custom-flip-accordion {
    /* display: grid;
     grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust 200px as needed */
    /* Adjust spacing between cards */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-flip-accordion .flip-card {
    background-color: transparent;
    width: 23rem;
    height: 23rem;
    margin: 0.9rem 0.5rem;
    position: relative;
    perspective: 1000px;
}

.custom-flip-accordion .flip-card-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2);
    border:1px solid #dfdfdf;
    border-radius: 4px;
    border-top: 5px solid #dfdfdf;
    cursor: pointer; /* Add cursor pointer */
}

.custom-flip-accordion .flip-card-inner.flipped {
    transform: rotateY(180deg);
}

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

.custom-flip-accordion .flip-card-front {
    background-color: #fff;
    /*color: #212121;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-flip-accordion .flip-card-back {
    background-color: #f0f0f0;
    color: #333;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-flip-accordion .flip-card-title {
    padding: 10px;
    font-weight: 500;
    /*font-size: 16px;*/
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    /*height: 100%;*/
    align-items: center;
    display: flex;
    height: calc(100% - 0px);
    margin-top: 0px;
    justify-content: center;
    display: flex;
    text-align: center;
}
.custom-flip-accordion .flip-card-content {
    padding: 10px;
    /*font-size: 16px;*/
    text-align: center;
    /*height: calc(100% - 20px);*/
    /*overflow: auto;*/
    background: rgba(255, 255, 255, 0.6);
    /*background: transparent;*/
    width: 100%;
    height: calc(100% - 0px);
    align-items: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}
.custom-flip-accordion .flip-card-content .incont{
    overflow: auto;
    margin: 0px -10px;
    padding: 0px 10px;
}
.custom-flip-accordion-block, .custom-step-accordion-block {
    padding: 0px 0px;
    margin: 0px auto;
    width: 80%;
}
.custom-step-accordion-block .step-accordion {
    display: flex;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}

.custom-step-accordion-block .step-accordion-tabs {
    flex: 1;
    /*border-right: 1px solid #e7e7e7;*/
    background-color: #f6f6f6;
    width: 100%;
    word-wrap: break-word;
}

.custom-step-accordion-block .step-tab {
    padding: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 0px solid #e7e7e7;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-right: 3px solid transparent;
    text-align: left;
    color: #000;
}

.custom-step-accordion-block .step-tab.active {
    background-color: #ffffff;
    color: #000;
    border-right: 3px solid #212121;
}

.custom-step-accordion-block .step-accordion-content {
    flex: 4;
    padding: 15px;
    background-color: #ffffff;
    color: #000;
}

.custom-step-accordion-block .step-content {
    display: none;
}

.custom-step-accordion-block .step-content.active {
    display: block;
}
.custom-continue-block .continue-div{
    width: 50% !important;
    margin: 0px auto;
    display: inline-block;
    min-height: 38px;
}
.custom-audio-block .innersub-box, .custom-checkbox-accordion-block, .custom-timeline-accordion-block{
    width: 80%;
    margin: 0px auto;
}
/* Timeline Accordion */
.custom-timeline-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding-left: 0px;
    border-left: 0px solid #ddd;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.timeline-dot {
    width: 2px;
    height: 30px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: -30px;
}

.timeline-content {
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-left: 5px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-title {
    font-size: 18px;
    font-weight: bold;
    /*     color: #333;*/
    margin-bottom: 10px;
    margin-top: 0px;
}

.timeline-content p {
    /*font-size: 14px;
    color: #555;*/
    margin: 0;
}
/*.custom-checkbox-accordion-block {
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background: linear-gradient(to bottom, #ffffff, #f3f3f3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}*/

.custom-checkbox-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkbox-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background-color: #fff;
}

.checkbox-item:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     transform: translateY(-2px);*/
    cursor: pointer;
}

.checkbox-header {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
    font-weight: bold;
    /*color: #333;*/
    cursor: pointer;
    transition: color 0.3s ease;
}

.checkbox-header:hover {
    /*color: #333;*/
}

.checkbox-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*accent-color: #007bff;*/
    border: 2px solid #ccc;
    border-radius: 4px;
}

.checkbox-label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    flex-grow: 1;
}

.checkbox-content {
    margin-top: 0px;
    font-size: 18px;
    color: #000;
    line-height: 1.7;
    padding-left: 34px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.checkbox-content.collapsed {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.checkbox-content.expanded {
    opacity: 1;
    max-height: 500px;
}
.custom-question-block .question-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: pre-line;
}

.custom-question-block .question-options {
    margin-bottom: 15px;
}

.custom-question-block .question-option {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.custom-question-block .question-option input[type="radio"],
.custom-question-block .question-option input[type="checkbox"] {
    margin-right: 10px;
    float: left;
    margin-top: 8px;
    min-width: 18px;
    height: 18px;
    cursor: pointer;
}

.custom-question-block .question-option label {
    /*font-size: 16px;*/
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 2px !important;
    font-weight: normal !important;
}

.custom-question-block .btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #fff;
    /*font-size: 16px;*/
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.custom-question-block .btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
}

.custom-question-block .question-feedback {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    /*font-size: 16px;*/
}

.custom-question-block .question-feedback.correct {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.custom-question-block .question-feedback.incorrect {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.custom-question-block .question-feedback .feedback-icon {
    font-size: 24px;
    margin-right: 15px;
    margin-top: -5px;
}

.custom-question-block .question-feedback .feedback-message {
    flex-grow: 1;
}

.custom-question-block .feedback-icon i {
    font-size: 24px;
}

.custom-question-block .question-option-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-question-block .question-option-item input[type="text"] {
    flex-grow: 1;
    margin-right: 10px;
}

.custom-question-block .question-option-item .btn-delete-option {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.custom-question-block .question-option-item .btn-delete-option:hover {
    background-color: #c82333;
    border-color: #bd2130;
}
.custom-question-block {
    border: 1px solid #e7e7e7;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 80%;
    margin: 20px auto;
    margin-bottom: 0px;
}
button[type="submit"].btn-blue, button.btn-blue, .btn-black {
    padding: 8px 20px !important;
    border-radius: 4px;
    font-size: 16px;
}
/* .skin-blue .btn-blue, .btn-blue, a.btn-blue, .btn-profile, .btn-info, .btn-tra-catlog, .skin-blue .model-btn-pro, .skin-blue .update-btn, .skin-blue .coupon-input-btn, .back-btn, .progress-bar, .object li a:hover, .object li .active, .nxtbtn, #leaderboard_next i, #leaderboard_prev i, .modal-fullscreen .closebtn, .modal-fullscreen .openbtn, .modal-fullscreen .closebtn:hover, .modal-fullscreen .openbtn:hover {
     background-color: #fd0c0c;
     border: 1px solid #fd0c0c;
     color: #fff !important;
     cursor: pointer;
 }
 .skin-blue .btn-blue:hover, .btn-blue:hover, .btn-profile:hover, .btn-blue:hover, .btn-tra-catlog:hover, .btn-blue:focus, .btn-info:hover, .btn-info:focus, .skin-blue .model-btn-pro:hover, .skin-blue .update-btn:hover, .skin-blue .coupon-input-btn:hover, .back-btn:hover, .sessiontt a:hover, .sessiontt .active, .assessment-tabs li.active a {
     background-color: #fff;
     border-color: #fd0c0c;
     color: #fd0c0c !important;
     cursor: pointer;
 }*/
.btn-blue {
    padding: 8px 20px;
    font-size: 14px;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    cursor: pointer;
    font-size: 16px;
}
.custom-question-block .try-again-button {
    background-color: #212121;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.continue-div, .custom-audio-block .innersub-box, .custom-checkbox-accordion-block, .custom-timeline-accordion-block {
    width: 80% !important;
    margin: 0px auto;
}
.btn-block {
    display: block;
    width: 100%;
}
.divider-div hr {
    border-width: 2px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top: 1px solid #eee;
    border-top-width: 1px;
}
.spacer-div {
    height: 10px;
}
.cdx-block.image-tool.image-tool--stretched img {
    width: 100% !important;
    margin:0 auto !important;
}
.cdx-block.image-tool img {
    width: 50% !important;
    margin:0 auto  !important;
}

.image-tool--withBackground .image-tool__image-picture {
    max-width:70% !important;
    margin:0 auto;
}
.image-tool--stretched .image-tool__image-picture {
    width:100%
}
.image-tool__image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.image-tool--withBackground .image-tool__image {
    padding: 15px 0;
    background: #cdd1e0;
}
.image-tool--withBorder .image-tool__image {
    border: 1px solid #e8e8e8;
}
.cdx-input.image-tool__caption {
    text-align: center;
}
.file-ui-container .icon-attachment{
    width: 2.2em;
    height: 2.2em;
    margin-right: 1em;
}

.topics-header{
    border-bottom: 1px solid #f0f0f0;
}
.checkbox-label{
    margin-bottom: 0px;
    cursor: pointer !important;
}
@media screen and (max-width: 1024px){
    .custom-flip-accordion .flip-card{
        width: 15rem;
        height: 15rem;
    }
}
@media (min-width: 1500px) and (max-width: 1595px) {
    .custom-flip-accordion .flip-card{
        width: 22rem;
        height: 22rem;
    }
    .content-right.open .custom-flip-accordion .flip-card{
        width: 24rem;
        height: 24rem;
    }
}
@media screen and (max-width: 768px){
    .custom-two-column-block {flex-direction: column; gap:20px;}
    .two-left-column-container, .two-right-column-container{min-width: 100% !important;}
        .custom-two-column-block .custom-left-image-block .text-content, .custom-two-column-block .custom-right-image-block .text-content{width: 100% !important;}
    .scenario.card{flex-direction: column !important;}
    #editor-container-subtopic{
        padding-left: 40px;
    }
    .step-accordion-content .col-md-6, .custom-accordion .col-md-6 {
        width: 48% !important;
        float: left;
    }
    /*.horizontal.custom-step-accordion-block .step-accordion-tabs{overflow-x: auto;}*/
    .editor-block{/*padding: 1rem 0.5rem !important;*/
        width: calc(100% - 0rem) !important;
    }
    .checkbox-input{
        margin: 0px 9px 0px -2px;
    }
    .custom-statement-block, .custom-quote-block{/*max-width: calc(100% - 40px) !important;*/
        padding: 20px;
    }
    .custom-accordion{
        width: 100% !important;
    }
    .custom-accordion-block .custom-accordion .card-header .btn-link{
        font-size: 15px;
        line-height: 24px;
    }
    .custom-accordion-block .custom-accordion .card-header .btn-link.custom-collapsed:after{
        position: absolute !important;
        right: 6px;
        top: 6px;
    }
    .custom-accordion-block .custom-accordion .card-header .btn-link.custom-collapsed{
        padding-right: 20px;
    }
    .grid-image-section{
        padding: 0px !important;
    }
    .grid-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .continue-div, .custom-audio-block .innersub-box, .custom-checkbox-accordion-block,
    .custom-timeline-accordion-block, .continue-div, .custom-audio-block .innersub-box, .custom-checkbox-accordion-block, .custom-timeline-accordion-block, .custom-accordion, .custom-list-block, .ce-block__content, .grid-image-section, .custom-note-block{
        width: 85% !important;
    }
    .custom-center-image-block .center-image {
        max-width: 100% !important;
    }
    .custom-continue-block .continue-div{
        width: 100% !important;
    }
    .custom-embed-block iframe{
        height: 180px;
    }
    .custom-text-over-image-block .mx-w-60 {
        max-width: 90%;
        overflow: auto;
        height: 390px;
        margin-bottom: 0px !important;
    }
    .custom-flip-accordion .flip-card {
        width: 16.7rem !important;
        height: 16.7rem;
    }
}

@media screen and (max-width: 667px){
        .content-right{margin-left: 0px;}
     .scenario .card-image{padding: 30px 0px 0px 0px !important;}
     .scenario .card-image img,  .scenario-intro img{height: 220px !important;}
    .scenario-intro{flex-direction: column !important;}
    .custom-two-column-block {flex-direction: column; gap:20px;}
    .two-left-column-container, .two-right-column-container{min-width: 100% !important;}
    .custom-two-column-block .custom-left-image-block .text-content, .custom-two-column-block .custom-right-image-block .text-content{width: 100% !important;}
    .scenario.card{
        flex-direction: column !important;
    }
    .quiz-options label{
        display: flex;
    }
    .quiz-options label input[type=checkbox], .quiz-options label input[type=radio]{
        min-width: 18px;
        min-height: 18px;
    }
    .step-accordion-content ul, .step-accordion-content ol, .custom-accordion ul, .custom-accordion ol{
        padding-left: 10px;
    }
    .step-accordion-content .col-md-6, .custom-accordion .col-md-6 {
        width: 100% !important;
        float: left;
    }
    .col-md-6.no-p-right{
        margin-top: 12px;
    }
    .col-md-6.no-p-left{
        margin-bottom: 12px;
    }
    /*.horizontal.custom-step-accordion-block .step-accordion-tabs{overflow-x: auto;}*/
    .grid-columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-columns-3, .grid-columns-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-left-image-block .left-image, .custom-right-image-block .right-image{
        margin-left:0px !important;
        max-width: 100% !important;
        margin-right: 0px !important;
    }
    .col-50-left, .col-50-right{
        width: 100% !important;
    }
    .custom-flip-accordion .flip-card {
        width: 14.3rem !important;
        height: 14.3rem;
    }
}
@media screen and (max-width: 640px){
    .custom-two-column-block {
        flex-direction: column;
        gap:20px;
    }
    .custom-accordion .col-md-6, .step-accordion-content .col-md-6 {
        padding: 0px 0px;
    }
    .step-accordion-tabs-wrapper{
        width: 50%;
        max-width: 50% !important;
    }
    .horizontal .step-accordion-tabs-wrapper{
        width: 100%;
        max-width: 100% !important;
    }
    /*.horizontal.custom-step-accordion-block .step-accordion-tabs{overflow-x: auto;}*/
    .step-accordion-content img{
        max-width: 100% !important;
        width: 100% !important;
    }
    .custom-left-image-block .text-content{
        width: 99% !important;
        margin-top: 12px;
    }
    .result-container{
        width: 100% !important;
    }
    .device-frame.phone .tab-pane {
        padding: 10px !important;
        width: calc(100% - 20px) !important;
    }
    .score, .passing-score{
        width: 100%;
        text-align: left;
        font-size: 20px !important;
        float: left;
    }
    .correctans, .totalqa, .wrongans{
        width: 3rem !important;
        height: 3rem !important;
        line-height: 3rem !important;
        font-size: 1.8rem !important;
    }
    .result-container h3{
        font-size: 20px !important;
    }
    .result-container h2 {
        font-size: 22px !important;
    }
    .status-icon{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    #device-container-assessment .tab-pane {
        width: calc(100% - 0px) !important;
    }
    #device-container-assessment #welcome-screen {
        margin: 20px auto;
        width: 100% !important;
    }
    .custom-question-block{
        max-width: 85%;
        padding: 10px;
    }
    .custom-embed-block iframe {
        max-width: 100%;
        max-height: 290px !important;
    }
    .file-title{
        line-height: 1.5 !important;
    }
    .custom-flip-accordion .flip-card {
        width: 14.3rem !important;
        height: 14.3rem;
    }
}
@media screen and (max-width: 480px){
    .file-ui-container{
        gap: 10px;
    }
    .file-ui-container .icon-attachment{
        width: 4.2em;
        height: 4.2em;
    }
    .file-title{
        line-height: 1.5 !important;
    }
    .custom-accordion-block .custom-accordion .card-header .btn-link.custom-collapsed:after{
        position: absolute !important;
        right: 6px;
        top: 6px;
    }
    .custom-flip-accordion .flip-card{
        height: 16rem;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .custom-text-over-image-block.ce-block__content{
        margin-bottom: 28px !important;
    }
    .custom-step-accordion-block .step-tab{
        padding: 8px 8px;
        line-height: 1.5em;
    }
    .custom-step-accordion-block .step-accordion-content{
        padding: 12px 10px 12px 10px !important;
    }
    .custom-embed-block iframe {
        max-width: 100%;
        max-height: 153px !important;
    }
}

.custom-quote-block div:last-child{
    margin-bottom: 0px !important;
}
/* Content Fade-in Animation */

.editor-block {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    /*margin-bottom: 10px; */
}

.editor-block.visible {
    opacity: 1;
    transform: translateY(0);
}
.editor-block:nth-child(1), .editor-block:nth-child(2)  {
    position: -webkit-sticky;
    position: sticky;
    top: 10%; /* Adjust based on where you want it to "stick" */
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s forwards;
}

.editor-block:nth-child(1).visible, .editor-block:nth-child(2).visible {
    opacity: 1 !important;
    transform: translateY(0);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 60%;
    top: 50%;
}
.homeloading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(255,255,255,0.8)

}
.homeloading-inner{
    height: 0;
    width: 0;
    padding: 22px;
    border: 5px solid #acacac;
    border-right-color: #212121;
    border-radius: 52px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 49%;
    top: 50%;
    z-index: 9999999;
}
@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.col-50-left{
    float: left;
    width: 50%;
}
.col-50-right{
    float: right;
    width: 50%;
}
.image-caption{
    float: left;
    display: none;
}
.assessmentfeedbackdiv{
    float: left;
    width: 100%;
    margin-top: 20px;
}
/* Result Box */
.result-box {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.result-item {
    text-align: center;
}
.number {
    font-size: 40px;
    color: #4caf50;
    font-weight: bold;
}

/* Score Section */
.score, .passing-score {
    font-size: 24px;
    margin: 10px 10px 10px 0px;
    display: inline-block;
    float: right;
}
.score{
    float: left;
    padding-right: 15px;
}
.message {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
    line-height: 1.5;
}
.mt15{
    margin-top: 15px;
}
.number.correctans{
    width: 6rem;
    max-width: 6rem;
    max-height: 6rem;
    height: 6rem;
    background: #4caf50;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 6rem;
    margin-bottom: 12px;
}
.number.totalqa{
    width: 6rem;
    max-width: 6rem;
    max-height: 6rem;
    height: 6rem;
    background: #222;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 6rem;
    margin-bottom: 12px;
}
.number.wrongans{
    width: 6rem;
    max-width: 6rem;
    max-height: 6rem;
    height: 6rem;
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 6rem;
    margin-bottom: 12px;
}
.custom-left-image-block.ce-block__content .col-50-right{
    float: right;
    width: 50%;
    margin-bottom: 0px;
}
.result-container h2, .result-header{
    text-align: center;
}
#topics-header .editor-block{
    padding: 1.2rem 0rem 1.2rem 0rem !important;
}
h4{
    font-weight: 600;
}
.editor-block:nth-child(2).visible .custom-center-image-block{
    margin-bottom: -1.5rem !important;
}
.custom-center-image-block.ce-block__content .clearfix{
    margin-bottom: 0px !important;
}
.custom-right-image-block .col-50-left{
    float: right;
}
.result-container{
    width:90%;
    margin:0px auto;
}
.status-icon {
    font-size: 30px;
    margin-right: 10px;
    line-height: 36px;
}
@media screen and (max-width: 640px){
    .result-container{
        width: 100% !important;
    }
    .device-frame.phone .tab-pane {
        padding: 10px !important;
        width: calc(100% - 20px) !important;
    }
    .score, .passing-score{
        width: 100%;
        text-align: center;
        font-size: 20px !important;
    }
    .correctans, .totalqa, .wrongans{
        width: 3rem !important;
        height: 3rem !important;
        line-height: 3rem !important;
        font-size: 1.8rem !important;
    }
    .result-container h3{
        font-size: 20px !important;
    }
    .result-container h2 {
        font-size: 22px !important;
    }
    .status-icon{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .custom-text-over-image-block.ce-block__content{
        margin-bottom: 28px !important;
    }
}

.innersub-box .note-card{
    margin:18px;
    padding: 10px;
    text-align: left;
}

.submenu-item  .note-card {
    display: flex !important;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 3px;
    color: #000;
    padding: 16px;
    max-width: 700px;
    margin-top: 10px !important;
    margin-bottom: 15px;
    height: 142px;
    align-content: center;
    float: left;
    width: 100%;
    position: relative;
}

.custom-note-block .note-card {
    display: flex !important;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 3px;
    color: #000;
    padding: 16px;
    position: relative;
}

.submenu-item  .note-icon {
    color: #000;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}
.custom-note-block .note-icon {
    color: #000;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: -3px;
}

.submenu-item .note-text {
    line-height: 1.5;
}

.custom-note-block .note-text {
    line-height: 1.5;
}
.custom-continue-block .continue-div button{
    margin-bottom: -15px;
}
.list-header-editor .codex-editor,
.flip-accordion-header-editor,
.timeline-accordion-header-editor,
.checkbox-accordion-header-editor,
.step-accordion-header-editor,
.accordion-header-editor {
    margin: unset !important;
    max-width:100% !important;
}
.list-footer-editor .codex-editor,
.flip-accordion-footer-editor,
.timeline-accordion-footer-editor,
.checkbox-accordion-footer-editor,
.step-accordion-footer-editor,
.accordion-footer-editor {
    margin: unset !important;
    max-width:100% !important;
}

.accordion-header-editor {
    padding-bottom: 20px;
}
.accordion-footer-editor {
    padding-top: 20px;
}
.flip-accordion-header-editor {
    padding-bottom: 20px;
    margin-bottom: -0.5rem !important;
}
.flip-accordion-footer-editor {
    padding-top: 20px;
    margin-top: -0.5rem !important;
}
.checkbox-accordion-header-editor {
    padding-bottom: 0px;
}
.checkbox-accordion-footer-editor {
    padding-bottom: 0px;
}

.step-accordion-header-editor, .custom-list-block .list-header-editor {
    padding-bottom: 10px;
    margin:0px !important;
}
.step-accordion-footer-editor, .custom-list-block .list-footer-editor {
    padding-top: 10px;
}

.timeline-accordion-header-editor {
    padding-bottom: 5px;
}
.timeline-accordion-footer-editor {
    padding-top: 5px;
}

.custom-flip-accordion-block .accordion-header-editor{
    margin: 0px auto !important;
    max-width: 94% !important;
}
.custom-flip-accordion-block .accordion-footer-editor{
    margin: 0px auto !important;
    max-width: 94% !important;
}

.asssessment-block{
    margin-top: 15px;
}
.content-right.open .custom-flip-accordion .flip-card{
    width: 24rem !important;
    height: 24rem;
}
.ce-block__content code {
    display: block;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    overflow-x: auto;
}

.asssessment-block{
    margin-top: 15px;
}
.content-right.open .custom-flip-accordion .flip-card{
    width: 24rem !important;
    height: 24rem;
}

.custom-text-over-image-block.ce-block__content h3, h1, h2, .custom-text-over-image-block.ce-block__content{
    color: #fff ;
}
.custom-left-image-block .col-50-left {
    margin-right: 5px;
}
.custom-right-image-block .col-50-right {
    margin-right: 5px;
}
.imgonicon iframe, .imgonicon video{
    margin-bottom: 10px !important;
}

.custom-text-over-image-block.ce-block__content h3, h1, h2, .custom-text-over-image-block.ce-block__content{
    color: #fff ;
}
.loadingPage {
    text-align: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}
.loader1 {
    display:inline-block;
    font-size:0px;
    padding:0px;
    top:45%;
    position: absolute;
}
.loader1 span {
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
    width:20px;
    height:20px;
    margin:6px 4px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
    opacity:0.4;
}
.loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    opacity:0.8;
}
.loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
}
.loader1 span:nth-child(4) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    opacity:0.8;

}
.loader1 span:nth-child(5) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
    opacity:0.4;
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}
.horizontal.custom-step-accordion-block .step-accordion {
    display: inline-block;
    width: 100%;
}
.horizontal.custom-step-accordion-block .step-accordion-tabs{
    flex: none;
    width: 100%;
}
.horizontal.custom-step-accordion-block .step-tab{
    display: inline-block;
    border-bottom: 3px solid transparent;
    border-right: 0px solid #e7e7e7;
}
.horizontal.custom-step-accordion-block .step-tab.active {
    border-right: 0px solid #7650b2 !important;
    border-bottom: 3px solid #7650b2 !important;
}
.horizontal .step-accordion {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.horizontal .step-accordion-tabs-wrapper {
    display: flex;
    width:100%;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.horizontal .step-accordion-tabs-container {
    /*max-height: 60px;*/
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
    align-items: center;
    position: relative;
    background: #f6f6f6;
    width: 100%;
}

.horizontal .step-accordion-tabs {
    display: flex;
    transition: transform 0.3s ease;
}

.horizontal .step-tab {
    flex: 0 0 auto;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    white-space: normal;
    max-width: 200px;
}

.horizontal .step-tab.active {
    border-bottom: 3px solid #007bff;
    font-weight: bold;
}

.horizontal .step-nav-btn {
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
}

.horizontal .step-accordion-content {
    padding: 15px;
    float: left;
    width: 100%;
    /*max-width: 635px*/
}

.horizontal .step-content {
    display: none;
}

.horizontal .step-content.active {
    display: block;
}
.left-image-header-editor, .right-image-header-editor, .center-image-header-editor, .center-image-header-editor{
    width: 98%;
    margin:0px auto 12px auto !important;
}
.left-image-footer-editor, .right-image-footer-editor, .center-image-footer-editor, .center-image-footer-editor{
    width: 98%;
    margin:12px auto 0px auto !important;
}

.video-header-editor, .audio-header-editor, .embed-header-editor, .full-image-header-editor{
    margin-bottom:12px !important;
}

.video-footer-editor, .audio-footer-editor, .embed-footer-editor, .full-image-footer-editor{
    margin-top:12px !important;
}

.custom-left-image-block .text-content, .custom-right-image-block .text-content {
    float: left;
    width: 49%;
}
.custom-accordion .col-md-6, .step-accordion-content .col-md-6{
    padding: 0px 15px;
}
.step-accordion-content .col-md-6, .custom-accordion .col-md-6 {
    width: 48%;
    float: left;
}
.step-accordion-content .no-padding, .custom-accordion .no-padding {
    padding: 0px;
}
.step-accordion-content .no-p-left, .custom-accordion .no-p-left {
    padding-left: 0px;
}
.step-accordion-content .no-p-right, .custom-accordion .no-p-right {
    padding-right: 0px;
}
.step-accordion-content ul, .step-accordion-content ol, .custom-accordion ul, .custom-accordion ol{
    padding-left: 20px;
}
.custom-accordion img{
    object-fit: cover;
}
.step-accordion-tabs-wrapper{
    max-width: 25%;
}
.horizontal .step-accordion-tabs-wrapper{
    max-width: 100% !important;
}
.horizontal .tabs-shell {
    position: relative;
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 8px;
    background:#f6f6f6;
}
.horizontal .arrow {
    background:#f6f6f6;
    border:1px solid #f6f6f6;
    padding:6px 10px;
    border-radius:4px;
    cursor:pointer;
    flex: 0 0 auto;
    font-size: 22px;
}
.horizontal button[disabled] {
    opacity: .4;
    cursor: not-allowed;
}

.horizontal .step-accordion-tabs-container {
    flex: 1 1 auto;
    overflow: hidden;
}
.horizontal .step-accordion-tabs1 {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 280ms ease;
}
.horizontal .step-accordion-tabs1 .tab-btn {
    /*flex: 0 0 auto;*/
    padding: 10px 14px;
    margin-right: 8px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    white-space: normal;
    cursor: pointer;
}
.horizontal .tab-btn.active {
    background: #cfe8ff;
}

@media (max-width: 600px) {
    .horizontal .step-accordion-tabs1 .tab-btn {
        min-width: 100%;
        margin-right: 0;
    }
}
.scenario .buttons button {
    padding: 10px 20px !important;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    min-height: auto;
    width: auto;
    position: unset;
    transform: none;
}
.scenario-block{
    width: 98%;
}
.scenario-block .container{
    width: 80% !important;
    margin: 0px auto;
}
.scenario-block .text-center{
    text-align: center;
}
.quiz-options li:marker{
    display: none !important;
}
.quiz-options{
    padding-left: 0px;
}
.quiz-options label{
    font-weight: normal !important;
}
.scenario .buttons .continue, .scenario .buttons .back, .scenario .buttons button  {
    background: #fff !important;
    color: #333  !important;
}
.quiz-options label input[type=checkbox], .quiz-options label input[type=radio] {
    margin-top: 5px !important;
    width: 18px !important;
    height: 18px  !important;
    float: left;
    margin-right: 10px;
}
.card-content .icon-check-o, .card-content .icon-close-c{

    border-radius: 50%;
    /*padding: 5px;*/
    width: 38px;
    height: 38px;
    float: left;
    margin: 0px 12px 0px 0px;

}
.card-content .icon-close-c{
    width: 45px;
    height: 45px;
}
.scenario .buttons button{
    background: #fff;
    color: #333;
}
.scenario .buttons button:hover{
    background: #fff;
    color: #333;
    opacity: 0.6;
}

.custom-two-column-block {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.two-left-column-container {
    flex: 1;
    min-width: 48.3%;
}
.two-right-column-container {
    flex: 1;
}
.editor-block2.node-card{
    display: flex;
    width: 80%;
    margin: 0px auto;
}
.custom-two-column-block .custom-center-image-block .center-image{
    max-width: 100%;
}
.custom-two-column-block .custom-accordion, .custom-two-column-block .custom-list-block,
.custom-two-column-block .ce-block__content, .custom-two-column-block .grid-image-section,
.custom-two-column-block .custom-note-block, .custom-two-column-block .custom-flip-accordion-block, .custom-two-column-block .custom-question-block,
.custom-two-column-block .custom-step-accordion-block {
    margin: 0px auto;
    width: 100% !important;
}
.custom-two-column-block .grid-columns-2 .grid-image {
    height: 25vh;
}
.custom-two-column-block .custom-left-image-block .text-content, .custom-two-column-block .custom-right-image-block .text-content{
    width: 48%;
}
.custom-two-column-block .container{
    width: auto !important;
    text-align: center;
}
.custom-two-column-block .custom-flip-accordion .flip-card{
    width: 21rem;
    height: 21rem;
}
.custom-two-column-block .step-accordion-tabs-wrapper{
    max-width: 35%;
}
.custom-two-column-block .full-image{
    border-radius: 4px;
}
.custom-two-column-block .file-ui-container{
    max-width: 100%;
}
.custom-two-column-block .custom-quote-block{
    max-width: 88%;
}
.custom-two-column-block .custom-question-block{
    max-width: 90%;
}
.device-frame {
    width: 100%;
    /*  max-width: 500px;
      height: 800px;*/
    position: relative;
    background-color: #fff;
    margin: 0px auto;
    overflow: auto;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; /* Smooth transition for rotation and resizing */
    transform-origin: center center;
}
#rotate-btn{
    margin-left: 2px !important;
}
.device-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Styles for device-specific sizes */
.device-frame.phone {
    width: 375px;
    height: 667px;
}

.device-frame.tablet {
    width: 768px;
    height: 1024px;
}

.device-frame.desktop {
    width: 96%;
    height: calc(100% - 45px);
}

/* Landscape mode styles */
/* .landscape .device-frame {

     width: 800px;
     height: 1200px;
 }*/
.device-frame.phone.landscape {
    width: 667px;
    height: 375px;
}
.device-frame.tablet.landscape {
    height: 768px;
    width: 1024px;
}


/* Portrait mode styles */
.portrait .device-frame {
    width: 768px;
    height: 1024px;
}

/* Responsive for smaller screens */
@media (max-width: 600px) {
    .device-frame.phone {
        width: 100%;
        height: 500px;
    }
    .device-frame.tablet {
        width: 100%;
        height: 600px;
    }
}
#customModal .modal-content{
    height: auto;
    min-height: 100%;
}

#customModal .modal-content{
    height: auto;
    min-height: 100%;
}

.hidden {
    display: hidden !important;
}
.timeline-content h1, .timeline-content h2, .timeline-content h3, 
.timeline-content h4, .timeline-content h5, .timeline-content h6,
.custom-accordion-block .custom-accordion .card h1, .custom-accordion-block .custom-accordion .card h2, .custom-accordion-block .custom-accordion .card h3, 
.custom-accordion-block .custom-accordion .card h4 ,.custom-accordion-block .custom-accordion .card h5, .custom-accordion-block .custom-accordion .card h6,
.step-accordion-content h1, .step-accordion-content h2, .step-accordion-content h3, .step-accordion-content h4,
.step-accordion-content h5, .step-accordion-content h6, .checkbox-content h1, .checkbox-content h2, .checkbox-content h3, 
.checkbox-content h4, .checkbox-content h5, .checkbox-content h6{color: #000 !important;}