@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;*/
}
.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: 28px;
    line-height: 1.3125;
    font-weight: 600;
}
h2{
    font-size: 26px;
    line-height: 1.42;
    font-weight: 600;
}
h3, .timelinehead{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
#editor-container-subtopic{
    font-size: 18px !important;
}
#pageNewContent h1, #pageNewContent h2 {
    color: #333;
    margin-bottom: 10px;
}
.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: 20px;
    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: -30px;
    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: 0px;
    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: -30px;
    top: 1px;

}

.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: 20px;
}
/*.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: #2c3e50;*/
    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-statement-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;
}
.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%;
    height: auto;
    display: block;
}
.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;
     color: #000;
}
/*
.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;*/
}

.custom-accordion-block .custom-accordion .card-body {
    padding: 15px;
    /*font-size: 16px;*/
    line-height: 1.6;
    background-color: #fff;
    /*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.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 4px 8px 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;
    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);
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}
.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: 0px solid #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}

.custom-step-accordion-block .step-accordion-tabs {
    flex: 1;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
}

.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: #212121;
}

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

.custom-step-accordion-block .step-accordion-content {
    flex: 4;
    padding: 15px;
}

.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;
    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;
    color:#000;
}

.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 {
    min-width: 20px;
    min-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: #666;*/
    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: 0px 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;
    float: left;
}

.topics-header{
    border-bottom: 1px solid #f0f0f0;
}
.checkbox-label{
    margin-bottom: 0px;
    cursor: pointer !important;
}
@media screen and (max-width: 1024px){
     .btaudio{ width: 75%;}
     .horizontal .tabs-shell{max-width: 860px !important;}
    .custom-flip-accordion .flip-card{
        width: 15rem;
        height: 15rem;
    }
    .horizontal .step-accordion-tabs-container{overflow-x: hidden !important;}
    .imgvh{min-height: 40vh !important; max-height: 40vh !important}
   .custom-two-column-block .imgonicon iframe, .custom-two-column-block video { width: 40vw !important;  max-width: 40vw !important; min-height: 350px !important; max-height: 350px !important;}
}
@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){

    .topicname-pagename.title-div{
        /*-webkit-line-clamp: 2;
    display: -webkit-box;*/
    display: inline-block;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px; /*min-height: 40px;*/ line-height: 17px !important; font-size: 13px;}
    .title-div{line-height: 22px !important; min-height: 34px;}
    .title-div svg{margin-right: 5px;}
    .title-div .icon-rightarrow{margin-left: 5px;}
    .custom-two-column-block .two-left-column-container, .custom-two-column-block .two-right-column-container{min-width: 98%; height: auto;}
    .custom-two-column-block .flex-row.centerofthescreen{flex-direction: column; justify-content: normal;}
    .custom-two-column-block, .custom-two-column-block .gap-5.flex-row.centerofthescreen {flex-direction: column !important; gap:20px;}
    .sidebar{width: 366px !important;}
    .course_image.h-full .h-screen{height: auto !important;}
    .menu-toggle.close{left: 370px !important; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}
    .title-div{margin-left: 55px !important; margin-bottom: 0px !important; font-size: 14px;}
    .node-card .border-app-light-grey { top: 120px; height: calc(100vh - 180px) !important; padding: 25px 10px 25px 25px; }
    .menu-toggle{position: absolute; top: 56px !important;}
     .horizontal .processtb{width: calc(100vw - 160px) !important; }
      /*.horizontal .tabs-shell{max-width: 600px !important;}*/
    .step-accordion-tabs-container .bg-gray-50{min-width: 100% !important;}
 /*.horizontal .step-accordion-tabs-container{overflow-x: auto !important;}*/
    /*.step-nav-btn{display: none !important;}*/
    .contenth .tab-content .colflx, .accordion-content .colflx{min-width: 100%; display: flex;}
    .contenth .tab-content .contabflx, .accordion-content .contabflx{flex-direction: column;}
    /*.horizontal .step-accordion-tabs-container{width: 100% !important;}*/
     .horizontal .step-accordion-tabs-container .bg-gray-50{width: 568px !important;}
    .txtonimage.bg-white\/60{width: 90%; margin: 0px auto; max-height: 65vh overflow: auto;}
      .twocol column{    height: auto !important; }
      .twocol column img{    height: 100%; object-fit: cover; min-height: 20vh; max-height: 20vh !important; }
       [data-type=card]>.card>div [data-type=column-container] .imgvh{max-height: 20vh !important; min-height: 20vh;}
    .custom-audio{width: 500px; min-width: auto;}
    .tab-btn { padding: 12px;}
    /*.ProseMirror div[data-type=column-block]>div{display: inherit !important;}*/
    .imgvh{min-height: 22vh !important;}
        .node-card .border-app-light-grey.signleblock{width: calc(100% - 90px) !important;}
    /*.scroll-nav{height: calc(100vh - 0px);}*/ 
    .imgonicon iframe, .ProseMirror video{width: 100% !important; min-width: 75vw; background: #000; max-width: 90vw !important;
     min-height: 240px !important; border-radius: 12px; height: 240px;}
    .processtb .border-r, .processtb .processtb .wh45{width: 45% !important; word-wrap: break-word !important;}
.processtb{margin: 0px !important;}
.file-ui-container{  gap: 10px;   max-width: 100%;}
    .processtb .p-6{padding: 8px !important;}
    .justify-center.h-auto, .flipbox, .centerofthescreen{height: auto !important;}
     .timeline-container{min-width: calc(100% - 20px) !important;
    /* word-wrap: break-word; */
    word-break: break-word;}
    /*.timeline-container{width:100% !important;}*/
     .imgonicon iframe{width: 76vw !important; min-height: 240px; }
     .quote-box, .custom-note-block .note-card, .custom-checkbox-accordion{min-width: 100% !important;}
    .ProseMirror video {max-width: 90% !important;}
       .w-1/4, .w-1\/4{width: 40% !important;}
    .ce-block__content ul, .ce-block__content ol { padding-left: 20px; padding-top: 10px;}
    .editor-block{  width: calc(100% - 0rem) !important; }
    .checkbox-input{ margin: 0px 9px 0px -2px;}
    .custom-statement-block, .custom-quote-block{ 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: 98% !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 (min-width: 667px) and (max-width: 767px){  
     .twocol column{   /* height: 250px !important; */ height: auto !important; }
       .twocol column img{    height: 100%; object-fit: cover; min-height: 64vh; max-height: 64vh !important; }
       [data-type=card]>.card>div [data-type=column-container] .imgvh{max-height: 64vh !important; min-height: 64vh;}
   } 

@media screen and (max-width: 667px){
    
        .node-card:last-child .border-app-light-grey{top: 52px !important;}
    .mw50{max-width: 70vw !important;}
    .twocol.gap-4, .twocol{flex-direction: row; display: flex;}
     .twocol column{   /* height: 250px !important; */ height: auto !important; }
       .twocol column img{    height: 100%; object-fit: cover; min-height: 64vh; max-height: 64vh !important; }
       [data-type=card]>.card>div [data-type=column-container] .imgvh{max-height: 64vh !important; min-height: 64vh;}
     .csthead{height: auto !important; max-height: 107px !important;}
      .scenario.card, .scenario-intro{flex-direction: column !important;}
     .sidebar .footer_div{width: 365px !important;}
    .sidebar.footeron {height: calc(100% - 90px) !important;}
      .twocol.gap-4{flex-direction: row; display: flex;}
      .twocol column img{    height: 100%; object-fit: cover; min-height: 46vh; max-height: 46vh !important; }
    .imgonicon iframe, .ProseMirror video{width: 100% !important; min-width: 65vw;}
          .custom-two-column-block {flex-direction: column; gap:20px;}
    .wh45.outersteps.tabs-shell{width: 45% !important;}
    .cdx-block.image-tool img{width: 100% !important;}
    #landing-page-div .course_image .h-screen{    height: auto !important;}
    .wh45.outersteps{width: 45% !important;}
    .title-div{    flex-wrap: wrap; line-height: 18px !important; min-height: 42px;}
     .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;}
     .horizontal .processtb{width: calc(100vw - 150px) !important; }
    .horizontal .step-accordion-tabs-container{min-width: 278px !important;}
        .horizontal .step-accordion-tabs-container .bg-gray-50{width: 250px !important;}
    .contenth img{width: 100% !important; max-width: 100%; margin-bottom: 0px !important; margin: 0px;}
    .node-card .border-app-light-grey, .title-div{    margin: 0rem 20px 1rem 20px;
    width: calc(100% - 70px);}
    .node-card .border-app-light-grey{max-height: calc(100vh - 165px);}
    .node-card .border-app-light-grey.signleblock, .title-div{width: calc(100% - 80px) !important;}
    .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){
    .twocol column img{    min-height: 28vh; max-height: 28vh !important; }
      .custom-two-column-block {flex-direction: column; gap:20px;}
    .topicname-pagename.title-div{
        /*-webkit-line-clamp: 2;
    display: -webkit-box;*/
    display: inline-block;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;/* min-height: 40px;*/ line-height: 17px !important; font-size: 13px;}
    .title-div{line-height: 22px !important0
        ; min-height: 34px;}
    .title-div svg{margin-right: 5px;}
    .title-div .icon-rightarrow{margin-left: 5px;}
    .landing_footer_div{width:calc(100% - 0px) !important; }
        .wh45.outersteps.tabs-shell{width: 45% !important;}
     .card1{width: 240px !important; height: 240px !important;}
    .card-back{max-height: 240px !important;}
     /*.horizontal .tabs-shell{max-width: 300px !important;}*/
     /*.horizontal .step-accordion-tabs-container{width: 100% !important;}*/
      .custom-audio{width: 70vw; min-width: auto;}
      .csthead {max-height: 120px !important;}
    /*.imgvh{min-height: 28vh !important;}*/
        .node-cardPlaceholder, .react-renderer.node-card{min-width: 96vw !important;}
    .node-card .border-app-light-grey{    margin: 0rem 20px 2rem 15px !important;
    width: calc(100% - 50px) !important;}
    .title-div{    margin: 0rem 20px 2rem 60px !important;  width: calc(100% - 50px) !important; flex-wrap: wrap; line-height: 18px !important; /*min-height: 42px;*/}
    .node-card .border-app-light-grey.signleblock{width: calc(100% - 30px) !important;}
    .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;
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    word-wrap: break-word;
    }
    .custom-flip-accordion .flip-card {
        width: 14.3rem !important;
        height: 14.3rem;
    }
}
@media screen and (max-width: 480px){
        .wh45.outersteps.tabs-shell{width: 45% !important;}
    .title-div{ line-height: 20px !important;}
        .sidebar {
        width: 320px !important;
    }
        .menu-toggle.close {
        left: 323px !important;}
      .buttons .py-2 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
    .flipbox .flex-wrap.justify-center{justify-content: flex-start !important;}
    .card1{width: 92% !important; height: 250px !important;}
    .card-back{max-height: 250px !important;}
     .horizontal .processtb{width: calc(100vw - 80px) !important; }
    .horizontal .step-accordion-tabs1 .tab-btn{min-width: 200px !important;}
    .quote-box{max-width: calc(70vw - 30px); padding:10px !important;}
      .custom-audio{width: 65vw; min-width: auto;}
    .imgvh{min-height: 28vh !important;}
    .node-card .border-app-light-grey, .title-div{    margin: 0rem 15px 1rem 15px;
    width: calc(100% - 50px);}
    .node-card .border-app-light-grey.signleblock{width: calc(100% - 30px) !important;}
    .file-ui-container{
        gap: 10px;
        max-width: 100%;
    }
    /*.file-ui-container .icon-attachment{
        width: 4.2em;
        height: 4.2em;
    }*/
    .file-title{
        line-height: 1.5 !important;
        min-width: 50%;
    }
    .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 0px 12px 12px !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: 4rem;
    max-width: 4rem;
    max-height: 4rem;
    height: 4rem;
    background: #4caf50;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 4rem;
    margin-bottom: 12px;
}
.number.totalqa{
    width: 4rem;
    max-width: 4rem;
    max-height: 4rem;
    height: 4rem;
    background: #222;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 4rem;
    margin-bottom: 12px;
}
.number.wrongans{
    width: 4rem;
    max-width: 4rem;
    max-height: 4rem;
    height: 4rem;
    background: #d9534f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 4rem;
    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){
    .custom-two-column-block {flex-direction: column; gap:20px;}
    .custom-two-column-block .two-left-column-container, .custom-two-column-block .two-right-column-container{min-width: 98%; height: auto;}
      .custom-two-column-block .flex-row.centerofthescreen{flex-direction: column; justify-content: normal;}
     .horizontal .processtb{width: calc(100vw - 150px) !important; }
     .quote-box{max-width: calc(70vw - 30px) !important; padding:10px !important;}
    .imgvh{min-height: 58vh;}
    .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: #e7dfff;
    border: 1px solid #8166b6;
    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: #e7dfff;
    border: 1px solid #8166b6;
    width: 60%; 
    margin:0px auto;
    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;
}

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

.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: 20px;
}
.step-accordion-footer-editor, .custom-list-block .list-footer-editor {
    padding-top: 20px;
}
.list-header-editor p{padding:0px !important;}
.list-footer-editor p{padding:0px !important;}
.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;
}
@import url('https://fonts.googleapis.com/css2?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&display=swap');
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.7;
}
.project-root {
    --project-color-primary: 51, 51, 51;
    --project-color-primary-complement: 255, 255, 255;
    --project-color-secondary: 242, 242, 242;
    --project-color-secondary-complement: 55, 65, 81;
}
.home-btn {
    cursor: pointer;
    color: white;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    z-index: 1001;
    transition: transform 0.3s ease;
    user-select: none;
}
/* Hamburger Icon */
/* Hamburger/Close Toggle Button */
.menu-toggle {
    cursor: pointer;
    background: #8A6DC3;
    color: white;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    z-index: 1001;
    transition: transform 0.3s ease;
    user-select: none;
}
.menu-toggle.close::before {
    content: '✖'; /* Unicode for X */
}
.menu-toggle::before {
    content: '☰'; /* Unicode hamburger icon */
}
.menu-toggle.close{
        position: absolute;
    width: 30px;
    top: 53px;
    left: 426px;
    background: #fff !important;
    color: #000 !important;
}
/* Sidebar styles */
.sidebar {
    position: fixed;
    overflow: auto;
    left: -420px;
    top: 0;
    width: 420px;
    height: calc(100% - 50px);
    background-color: #f2f2f2;
    color: #666;
    transition: left 0.3s ease;
    padding: 15px 15px 0px 15px;
    box-shadow: 0px 1px 21px rgba(0, 0,0,0.2);
    z-index: 1000;
    margin-top: 50px;
}
.sidebar.footeron {height: calc(100% - 90px) !important;}
.sidebar.active {
    left: 0;
}
.sidebar ul {
    list-style-type: none;
    margin: 5px 0px 15px 0px;
    padding-left: 0px !important;
}
.sidebar ul li {
    padding: 8px 15px 8px 40px;
    border-bottom: 0px solid #444;
}
.sidebar ul li a {
    color: #666;
    text-decoration: none;
    display: block;
    font-size: 14px;
    position: relative;
}
[data-tooltip] {
    position: relative;
    cursor: pointer;
}
/* Tooltip styling */
[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    z-index: 341000;
    /* Tooltip position: right by default */
    top: 50%;
    right: 180%;
    transform: translateY(-50%);
}
/* Optional arrow */
[data-tooltip]::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 80%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
/* Show tooltip on hover */
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
}
.node-card .border-app-light-grey{
    height: calc(100vh - 160px);
    /*overflow: auto;*/
    padding:15px;
    margin: 0rem 50px 2rem 50px;
     width: calc(100% - 85px);
    background: #f2f2f2;
}

/*.node-card:last-child .border-app-light-grey{
    margin-bottom: 0px !important;
}*/
.main-topic{
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}
.main-topic svg{
    margin: 5px 8px;
    min-width: 20px;
    min-height: 20px;
}
.main-topic.active{
    background: #e3daf5;
    padding: 5px 10px 5px 30px;
    border-radius: 4px;
    font-weight: 600;
       align-items: normal;
    color: #212121;
    font-size: 17px;
    line-height: 31px;
}
.main-topic .progress-circle{ left: 0px !important; top: 0px !important; background: #fff;
    border-radius: 50%;}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.accordion {
    width: 98% !important;
    margin:0px auto;
    /* border: 1px solid #ccc;
    border-radius: 4px;*/
}
/*.accordion-item {
border-bottom: 1px solid #ccc;
}*/
.accordion-header {
    background: transparent;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}
.accordion-header .icon{
    min-width: 30px;
    min-height: 30px;
    background: #8A6DC3;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    line-height: 31px;
    margin-right: 20px;
}
.accordion-content {
    padding: 15px;
    display: none;
    background: transparent;
}
.btn-pn{
    padding: 8px 15px; 
    min-width: 104px;
    gap: 0.2rem !important;
}
.footer-fixed{
    position: fixed;
    bottom: 0px;
}
.card1 {
    width: 260px;
    height: 260px;
    perspective: 1000px;
    cursor: pointer;
    transition: transform 1s;
    transform-style: preserve-3d;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e7e7e7;
}

.card1.flipped {
    transform: rotateY( 180deg );
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    color: #000;
    flex-direction: column;
    border-top:5px solid rgb(129 102 182);
}

.card-back {
    transform: rotateY(180deg);
    background: #e7e7e7;
        /*overflow: auto;*/
    max-height: 260px;
    align-items: center;
    justify-content: flex-start;
}
.inneraccord .incont {
            overflow: auto;
    margin: -3px -20px !important;
    padding: 0px 20px;
        }
.flipbox, .centerofthescreen{
    justify-content: center;
    margin: 0px;
    align-items: center;
    height: calc(100vh - 160px);
}

.circle-wrap {
    margin: 150px auto;
    width: 150px;
    height: 150px;
    background: #fefcff;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #d2eaf1;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #1e51dc;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
}

/* color animation */

/* 3rd progress bar */
.mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #227ded;
}

.mask.full,
.circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(135deg);
}

@keyframes fill{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(135deg);
    }
}
.prev{
    transform: rotate(180deg);
}
.btn-purple, .btn-purple:hover {
    background: #8166b6;
    color: #fff;
}
.quote-box {
    max-width: 60%;
    color: #000;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    border-left: 5px solid #8166b6;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.quote-text {
    font-size: 18px;
    line-height: 1.6;
}
.quote-author {
    /*margin-top: 15px;*/
    font-size: 1.1em;
    text-align: right;
    font-style: italic;
    color: #666;
}
.custom-checkbox-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0px auto;
}
.checkbox-item {
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background-color: #fff;
}
.checkbox-header {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 18px;
    font-weight: bold;
    /* color: #333; */
    cursor: pointer;
    transition: color 0.3s ease;
}
.checkbox-input {
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
    /* accent-color: #007bff; */
    border: 2px solid #ccc;
    border-radius: 4px;
}
.checkbox-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    flex-grow: 1;
}
.checkbox-content {
    margin-top: 0px;
    font-size: 16px;
    /* color: #666; */
    line-height: 1.7;
    padding-left: 34px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}
.timeline-container{
    width: 70% !important;
    color: #000;
}
.timeline-container h3.font-semibold{ color: #000 !important;}
.bg-gray-50{
    background-color: #fff;
}
.bg-blue-200{
    background-color: #8166b6;
}
.bg-project-primary{
    border-color: #8166b6;
    background-color:#8166b6;
}
.progress-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -37px;
    transform: scale(0.6);
    top: -9px;
}

.progress-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    margin: 0px !important;
}

.progress-circle circle {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
}

.progress-bg {
    stroke: #dedede;
}

.progress-value {
    stroke: #239b0e;
    stroke-dasharray: 94.2; /* 2 * π * 15 */
    stroke-dashoffset: calc(94.2 - (94.2 * var(--progress)) / 100);
    transition: stroke-dashoffset 0.6s ease;
}

.progress-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 0.6em;
}
h2{
    font-weight: 400;
    font-size: 2em;
    padding: 1.25rem 1.5rem;
    line-height: 1.2666667;
    /*letter-spacing: -1px;*/
}
.custom-list-block ol li::before {
    background: #212121 !important;
}
.custom-list-block ol li::before {
    content: counter(item);
    margin-right: 10px;
    top: -1px;
    background-color: #212121;
    color: white;
    border-radius: 50%;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.custom-list-block ol li {
    margin: 0 0 15px 0;
    counter-increment: item;
/*    display: flex;
    align-items: flex-start;*/
}
.custom-list-block ol, ul {
    counter-reset: item;
    /*list-style-type: none;*/
}
.flip-accordion-header-editor p{padding-left: 1.5rem;}
.flip-accordion-footer-editor p{padding-left: 1.5rem;}
.timeline-container h2, .custom-question-block2{font-size: 24px; padding: 0px !important; color: #000;}
.btn-secondary.try-again-button{    padding: 0.51rem;
    border-radius: 24px;
    background: #333;
color: #fff;}
.mw50{max-width: 50vw;}
.centerofthescreen{height: auto !important;}
.txtonimage{min-width: 60vw !important; max-width: 60vw;}
.txtonimage ::marker {
    color: #fff  !important;
    font-size: 24px;
}
ul li::marker{font-size: 24px;}
.txtonimage.bg-white\/60{background: rgba(0,0,0,0.6) !important; color: #fff;  max-height: 65vh; overflow: auto;}
.imgonicon iframe, .imgonicon video{margin-bottom: 10px !important; background: #000;}
.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);
    }
}
.react-renderer.node-card:last-child{margin-bottom: 50px;}
.centerofthescreen.items-start{align-items: flex-start !important;}
.txtonimage h3, .txtonimage h2, .txtonimage h1, .txtonimage h4{color: #fff !important;}
.centerofthescreen.items-start .prose-custom-sm{min-width: 99%;}
.codex-editor h3{    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;}
  .codex-editor h1,   .codex-editor h2,   .codex-editor h3,   .codex-editor h4,   .codex-editor h5,   .codex-editor h6 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
  .codex-editor b,   .codex-editor strong {
    font-weight: bold !important;
}
  .codex-editor h2 {
    font-size: 26px;
    line-height: 1.42;
    font-weight: 600;
}
.ce-block__content h2 {
    font-size: 26px;
}
ol, ul{padding-top: 0px !important; padding-bottom: 0px !important;}
.processtb{color: #000;}
.csthead {min-height: 107px !important; max-height: 107px !important;}
    .custom-accordion img{border-radius: 4px;}
    .inneraccord{  background: rgba(255, 255, 255, 0.6);
    width: calc(100% - -50px);
     height: calc(100% - -50px);
    margin: -25px -25px;
    padding: 20px !important;
    align-items: center;
    justify-content: center; text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    /*overflow: auto;*/
    }

.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;
}
.horizontal .step-accordion {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}
.horizontal .step-accordion-tabs-container .bg-gray-50{
        /*width: calc(100% - 63px);*/
            float: left;
    display: inline-block; white-space: nowrap;
    overflow: hidden;
}
.horizontal .step-accordion-tabs-wrapper {
    display: inline-block;
    float: left;
    width:100%;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.horizontal .step-accordion-tabs1 button {
    width: auto !important;
    /*max-height: 60px;*/
    display: inline-block;
}
.step-accordion-tabs1 button{width:100% !important; }
.horizontal .step-accordion-tabs1 button{width:auto !important; /*max-height: 60px;*/ display: inline-block;}
.horizontal .wh45.outersteps{width: 100% !important; float: left; background: #f5f5f5;}
.horizontal .step-accordion-tabs-container {
    position: relative;
    /*max-height: 60px;*/
    display: inline-block;
    overflow: hidden;
    /*flex: 1;*/
    align-items: center;
    position: relative;
    background: #f1f1f1;
   width: calc(100% - 61px) !important;
    margin: 0px 0px 0px 0px;
    float: left;
}

.horizontal .step-accordion-tabs {
    display: flex;
    transition: transform 0.3s ease;
}
.horizontal .processtb{display: flex; flex-direction: column; width: calc(100vw - 180px) ; }
.horizontal .contenth{width:100% !important; }
.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;
    float: left;
}

.horizontal .step-accordion-content {
    padding: 15px;
    max-width: 735px
}

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

.horizontal .step-content.active {
    display: block;
}
.step-accordion-tabs1{
/*    overflow: hidden;
    margin: 0 30px;*/
}
.contenth .tab-content .contabflx, .accordion-content .contabflx{display: flex; gap:20px;}
.contenth .tab-content .colflx, .accordion-content .colflx{width: 50%; display: flex; flex-direction: column;}

.left-image-header-editor p, .left-image-footer-editor p,
.right-image-header-editor p, .right-image-footer-editor p,
.center-image-header-editor p, .center-image-footer-editor p,
.center-image-header-editor ul, .center-image-footer-editor ul,
.center-image-header-editor ol, .center-image-footer-editor ol,
.three-grid-header-editor p, .three-grid-footer-editor p,
.full-image-header-editor p, .full-image-footer-editor p,
.two-grid-header-editor p, .two-grid-footer-editor p,
.four-grid-header-editor p , .four-grid-footer-editor p
{margin:0px !important;}

.paragraph-wrapper p{margin-bottom: 15px !important; }

div[data-type="column-block"] {width: 100% !important;}

.colflx img{object-fit: cover;}

.left-image-header-editor, 
.right-image-header-editor, 
.center-image-header-editor, 
.video-header-editor, 
.audio-header-editor, 
.embed-header-editor, 
.three-grid-header-editor, 
.full-image-header-editor, 
.two-grid-header-editor, 
.four-grid-header-editor
{margin-bottom:12px !important; margin-top: 0px !important;}

.left-image-footer-editor, 
.right-image-footer-editor, 
.center-image-footer-editor, 
.video-footer-editor, 
.audio-footer-editor, 
.embed-footer-editor, 
.three-grid-footer-editor, 
.full-image-footer-editor, 
.two-grid-footer-editor, 
.four-grid-footer-editor
{margin-top:12px !important; margin-bottom: 0px !important;}

.left-image-header-editor:empty, 
.right-image-header-editor:empty, 
.center-image-header-editor:empty, 
.video-header-editor:empty,  
.audio-header-editor:empty,  
.embed-header-editor:empty,  
.three-grid-header-editor:empty, 
.full-image-header-editor:empty, 
.two-grid-header-editor:empty, 
.four-grid-header-editor:empty
{margin-bottom:0px !important; margin-top: 0px !important;}

.left-image-footer-editor:empty, 
.right-image-footer-editor:empty, 
.center-image-footer-editor:empty, 
.video-footer-editor:empty,  
.audio-footer-editor:empty,  
.embed-footer-editor:empty,  
.three-grid-footer-editor:empty, 
.full-image-footer-editor:empty, 
.two-grid-footer-editor:empty, 
.four-grid-footer-editor:empty
{margin-top:0px !important; margin-bottom: 0px !important;}

.horizontal .tabs-shell {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .horizontal .arrow {
    background:#f5f5f5;
    border:1px solid #f5f5f5;
    height: 58px;
    width:30px;
    border-radius:4px;
    font-size: 22px;
    cursor:pointer;
    flex: 0 0 auto;
  }
  .horizontal button[disabled] { opacity: .4; cursor: not-allowed; }
  .horizontal .step-accordion-tabs-container2 {
    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: 12px 16px;
    margin-right: 2px;
    border: 1px solid transparent;
    background: #f5f5f5;
    white-space: normal;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
  }
  .horizontal .step-accordion-tabs1{background: #f5f5f5;}
  .tab-btn.active { background: #cfe8ff; }
  @media (max-width: 600px) {
    .horizontal .step-accordion-tabs1 .tab-btn {
      min-width: 100%;
      margin-right: 0;
    }
  }
   .step-accordion-tabs-wrapper{max-width: 25%;}
    .image-tool__image img{margin-bottom: 15px;}
    .icon-home-theme{width: 26px;
    height: 26px;
    /* background: #dfdfdf; */
    /* padding: 7px; */
    /* border-radius: 50%; */
    margin: 0px -3px 0px -4px;}
  .node-card .border-app-light-grey.signleblock{margin: 0rem auto 2rem 50px;
    width: calc(100vw - 85px);}
    .flipbox{margin-bottom: 10px !important;}
    .custom-two-column-block .txtonimage {
    width: 100% !important;
    min-width: 100% !important;
}
.two-left-column-container, .two-right-column-container{width: 43% !important;}
.custom-two-column-block .quote-box, .custom-two-column-block .custom-question-block { max-width: 100%;}
.custom-two-column-block .card1 {
    width: 210px;
    height: 210px;}
   .custom-two-column-block .continue-div, .custom-two-column-block .custom-audio-block .innersub-box, 
   .custom-two-column-block .custom-checkbox-accordion-block, .custom-two-column-block .custom-timeline-accordion-block {
    width: 100% !important;
    margin: 0px auto;
}
.custom-two-column-block .timeline-container, .custom-two-column-block .custom-note-block .note-card {  width: 100% !important;}
.custom-two-column-block .custom-list-block ol li::before, .custom-two-column-block .custom-list-block ul li::before, 
.custom-two-column-block .asssessment-block ul li:before{left: -30px;}
.custom-two-column-block .grid-columns-2 .grid-image { height: 25vh;}
.custom-two-column-block .imgonicon iframe, .custom-two-column-block video { width: 43vw;  max-width: 43vw;}
.custom-two-column-block .custom-audio{ min-width: 43vw;}
.node-cardPlaceholder, .node-card{padding: 0px !important;}
.custom-two-column-block .imgvh{ min-height: 30vh !important;}
.imgonicon svg{display: none !important;}
.two-left-column-container .imgonicon iframe, .two-left-column-container .imgonicon video,
 .two-right-column-container .imgonicon video, .two-right-column-container .imgonicon iframe{min-height: 450px !important;}

        .title-div{ padding: 6px 8px;
    margin: 0px 50px 0px 50px;
    font-size:15px;
    width: calc(100% - 90px);
    border-radius: 8px;}
    .two-right-column-container .centerimgvh, .two-left-column-container .centerimgvh{max-height: 64vh;}


    .title-wrapper {    /* fixed height box */
    display: flex !important;
    align-items: center !important;          /* center when 1 line */
    overflow: hidden !important;
  }
 
  .title-wrapper .icon-topic {
    flex-shrink: 0;
    margin-right: 5px;
  }
 
  .title-wrapper .title-text {
    /*margin-left: 8px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;        /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
/*    line-height: 1.2;*/
    max-height: calc(1.2em * 2);
  }
 
  .title-wrapper .icon-rightarrow {
    vertical-align: middle;
    margin: 0px 5px;
  }
   .centerofthescreen.twcol{flex-direction: row !important;}
    .w-3{min-width: .75rem;}
    .node-card:last-child .border-app-light-grey, .react-renderer.node-card:last-child .border-app-light-grey{ top: 57px !important; }