body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
}

/* Resetting h1, h2, h3, h4, h5, h6, p, and button tag typography  */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body button {
    font-size: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-top: 0;
    margin-bottom: 0.5rem;
    }
/* End Resetting h1, h2, h3, h4, h5, h6, p, and button tag typography  */

/* Added Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

#app {
    width: 100%;
}

/*.user-comp {*/
/*    position: relative;*/
/*}*/

.color-picker-div {
    margin: 3px 5px;
    height: 20px;
    width: 22px;
    display: flex;
    margin-right: 0;
}

.ql-shortcode {
    background-color: #fefce8;
    border-radius: 3px;
    border: 1px solid #ca8a04;
    padding: 3px 4px;
    margin: 0 2px;
    color: #854d0e;
    font-size: 80%;
}

._gt-quill-shortcode-dropdown {
    margin: 6px auto;
    background-color: transparent;
    width: 100%;
}

.shortcode-items {
    background-color: #6b7280;
    border: 0.7rem;
    border-radius: 8px;
    width: fit-content;
    margin-left: auto;
    box-shadow: 0px 12px 33px 0px rgba(0, 0, 0, .06), 0px 3.618px 9.949px 0px rgba(0, 0, 0, .04);
    padding:0.4rem;
    font-family: sans-serif;
}

/* .shortcode-items span {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    background-color: #DFDFDF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 3px;
    padding: 6px 4px;
    margin: 0 2px;
    color: #2c3e50;
    margin-left: 8px;
} */

.shortcode-item {
    color: white;
    font-size: 13.6px;
    padding: .375rem .625rem;
    line-height: 2;
    cursor: pointer;
    border-radius: 0.5rem;
    display:flex ;
    align-items: center;
    /* transition: 'background-color 0.2s'; */
    transition: all .1s cubic-bezier(.65,.05,.36,1);
}

.shortcode-item:hover {
    background-color: #4b5563;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 1 !important;
    transform: translateY(0%) !important;
    padding-top: 0 !important;
    display: flex   !important;
    align-items: center !important;
}

.plyr--video .plyr__controls {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plyr button {
    margin-bottom: 0 !important;
}

.clr-alpha, .clr-alpha div, .clr-field button,
.clr-preview:before, .clr-swatches button {
    background-image: repeating-linear-gradient(45deg,#aaa 25%,transparent 0,transparent 75%,#aaa 0,#aaa),
                      repeating-linear-gradient(45deg,#aaa 25%,#fff 0,#fff 75%,#aaa 0,#aaa) !important;
    background-position: 0 0,4px 4px !important;
    background-size: 8px 8px !important;
}

.clr-field {
    position: absolute !important;
}

.gt-quill-picker {
    flex: 1 1 0%;
    width: 1.25rem !important;
    height: 1.25rem !important;
    border-radius: 9999px;
    border: 1px solid white !important;
    cursor: pointer;
    padding: 0px !important;
    display: block !important;
}

.kck-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kck-gt-hidden {
    display: none !important;
}

.ql-list {
    padding-left: 1.5em;
    list-style-position: inside;
}

  /* Unordered list (bullet) */
.ql-list.ql-bullet {
    list-style-type: disc;
}

  /* Indentation levels */
.ql-indent-1 {
    margin-left: 3em;
}
.ql-indent-2 {
    margin-left: 4.5em;
}
.ql-indent-3 {
    margin-left: 6em;
}
.ql-indent-4 {
    margin-left: 7.5em;
}
.ql-indent-5 {
    margin-left: 9em;
}
.ql-indent-6 {
    margin-left: 10.5em;
}
.ql-indent-7 {
    margin-left: 12em;
}
.ql-indent-8 {
    margin-left: 13.5em;
}
.ql-indent-9 {
    margin-left: 15em;
}
ol,
ul {
    padding-left: 1.5em;
}
ol > li,
ul > li {
    list-style-type: none;
}
ul > li::before {
    content: '\2022';
}
ul[data-checked=true],
ul[data-checked=false] {
    pointer-events: none;
}
ul[data-checked=true] > li *,
ul[data-checked=false] > li * {
    pointer-events: all;
}
ul[data-checked=true] > li::before,
ul[data-checked=false] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}
ul[data-checked=true] > li::before {
    content: '\2611';
}
ul[data-checked=false] > li::before {
    content: '\2610';
}
li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}
li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}
li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}
ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}
ol li.ql-direction-rtl,
ul li.ql-direction-rtl {
    padding-right: 1.5em;
}
ol li {
    list-style-type: none;
}
ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}
ol li:before {
    content: counter(list-0, decimal) '. ';
}
ol li.ql-indent-1 {
    counter-increment: list-1;
}
ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}
ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-2 {
    counter-increment: list-2;
}
ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}
ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-3 {
    counter-increment: list-3;
}
ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}
ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-4 {
    counter-increment: list-4;
}
ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}
ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
ol li.ql-indent-5 {
    counter-increment: list-5;
}
ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}
ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
ol li.ql-indent-6 {
    counter-increment: list-6;
}
ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}
ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
ol li.ql-indent-7 {
    counter-increment: list-7;
}
ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}
ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
ol li.ql-indent-8 {
    counter-increment: list-8;
}
ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}
ol li.ql-indent-8 {
    counter-reset: list-9;
}
ol li.ql-indent-9 {
    counter-increment: list-9;
}
ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}

.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 0 !important;
  }
  .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }
  li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 0 !important;
  }

.kck-bk {
    display: flex;
    position: relative;
}

.kck-bk-editor .kck-bk:hover {
    cursor: pointer;
}

.kck-bk img {
    max-width: 100%;
}

.kck-bk-action {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kck-bk-border {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: 1030;
    border-width: 2px;
    border-color: transparent;
    -webkit-transition: .2s linear border-color, .2s linear border-style;
    transition: .2s linear border-color, .2s linear border-style;
    pointer-events: none;
}


.kck-sections-drag-area-inner {
    width: 100%;
    padding: 3px;
    /*    height: 100%;*/
}

.kck-sections-drag-area {
    width: 100%;
    min-height: 100vh;
    /* display: flex; */
    background: #ffffff;
}

.kck-section-actions {
    position: absolute;
    top: 20px;
    right: 20px;
}

.kck-no-section {
    width:100vw;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.inline-quill-button {
    margin-bottom: 0 ;
}

.color-picker .sp-replacer {
    padding: 0 1px 1px 0 !important;
}

.color-picker .sp-replacer .sp-preview {
    margin-right: 0;
}

.kck-no-section .kck-no-section-inner {
    background: #ecfff3;
    height: 200px;
    max-width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px dashed #15a249;
    width: 60%;
    font-family: 'Arial, sans-serif';
}



.kck-no-section .kck-no-section-button {
    color: #fafafa;
    margin-top: 6px;
    margin-top: 8px;
    background: #189e47;
    border: 0;
    padding: 8px 24px;
    font-size: 17px;
    border-radius: 4px;
    border: 1px solid #189c47;
    font-family: 'Arial, sans-serif';
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.kck-no-section .kck-no-section-text{
    font-family: Arial, Helvetica, sans-serif;
}

.kck-no-section .kck-no-section-button:hover {
    cursor: pointer;
}

.kck-no-section .kck-no-section-button .kck-no-section-button-svg {
    position: relative;
    width: 20px;
    top: 3px;
    left: -2px;
    margin-bottom: 3px;
}

.kck-no-section .kck-no-section-button svg {
    width: 20px;
    height: 20px;
}

.kck-no-section .kck-no-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.kck-no-section p {
    text-align: center;
    margin: 0;
}

.kck-bk-actions {
    position: absolute;
    z-index: 9999;
}

.kck-bk-section-full {
    width: 100%;
}

.kck-bk-section-boxed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .kck-bk-section-boxed {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .kck-bk-section-boxed {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .kck-bk-section-boxed {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .kck-bk-section-boxed {
        max-width: 1140px;
    }
}

.kck-bk-actions .actions-inner {
    padding: 2px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 2px rgb(57 76 96 / 15%);
    border: 1px solid rgba(57, 76, 96, .15);
    background-color: #ffffff;
    align-items: center;
    display: flex;
    pointer-events: all;
    width: max-content;
    border-radius: 6px;
    height: 36px;
}

.kck-bk-actions .actions-inner p {
    padding: 0px 6px 0px 8px;
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.kck-bk-actions .actions-inner p::first-letter {
    text-transform: capitalize;
}

.kck-bk-actions .action-item {
    height: 20px;
    padding: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kck-bk-actions .action-item[disabled="true"] svg {
    color: #b6b4b4;
}

.kck-bk-actions .action-item:hover {
    cursor: pointer;
    background: #f2f2f2;
}

.kck-bk-actions .action-item[disabled="true"]:hover {
    cursor: not-allowed;
}

.kck-bk-actions .action-item svg {
    height: 16px;
    width: 16px;
    color: #333;
    stroke-width: 2;
}

section {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.kck-bk-col {
    flex-direction: column;
}

.kck-bk-col-inner {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.kck-bk-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.kck-bk-bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
}

.kck-bk .ql-align-center{
    text-align: center !important;
}
.kck-bk .ql-align-right{
    text-align: right !important;
}
.kck-bk .ql-align-left{
    text-align: left !important;
}
.kck-bk .ql-align-justify{
    text-align: justify !important;
}

/* Quill Editor CSS  */
.kck-bk .ql-editor {
    padding: 0;
    overflow:hidden;
}

/* End Quill Editor CSS  */

/* Button Block CSS */

.kck-bk-btn{
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 1px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    border-radius: 2px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
}

.kck-bk-btn-wrap-small {
    display: flex !important;
}
.kck-bk-btn-wrap-medium {
    display: flex !important;
}
.kck-bk-btn-wrap-large {
    display: flex !important;
}
.kck-bk-btn-wrap-block {
    display: block;
    width: 100%;
}

.kck-bk-btn-small {
    padding: 8px 12px;
}
.kck-bk-btn-medium {
    padding: 10px 16px;
}
.kck-bk-btn-large {
    padding: 12px 18px;
}
.kck-bk-btn-block {
    width: 100%;
    padding: 18px 20px;
}

.kck-bk button:hover {
    cursor: pointer;
}

.kck-bk-anchor{
    text-decoration: none;
    text-align: center;
}
/* End Button Block CSS */

/* Rich Text Editor CSS  */

.ql-editor {
    line-height: inherit;
}

.kck-bk .ql-editor {
    line-height: inherit;
}

.kck-bk .ql-editor p {
    margin-bottom: 0.5rem;
}

.kck-bk .ql-snow .ql-editor h1,
.kck-bk .ql-snow .ql-editor h2,
.kck-bk .ql-snow .ql-editor h3,
.kck-bk .ql-snow .ql-editor h4,
.kck-bk .ql-snow .ql-editor h5,
.kck-bk .ql-snow .ql-editor h6,
.kck-bk .ql-snow .ql-editor p {
    font-size: inherit;
}

.rich-toolbar-wrapper {
    z-index: 99999;
}

#rich-text-toolbar {
    padding: 2px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 2px rgb(57 76 96 / 15%);
    border: 1px solid rgba(57, 76, 96, .15);
    background-color: #ffffff;
    align-items: center;
    display: flex;
    pointer-events: all;
    width: max-content;
    border-radius: 6px;
    height: 36px;
    gap: 3px;
}

@media (max-width: 420px) {
    #rich-text-toolbar {
        width: auto !important;
        height: auto !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .rich-toolbar-wrapper {
        left: auto !important;
        right: auto !important;
    }
}

#rich-text-toolbar .action-item {
    /* background-color: #e2e8f0; */
    border: 0;
    border-radius: 3px;
}

#rich-text-toolbar .action-item:hover {
    background-color: #4b5563;
}

#rich-text-toolbar .action-item.ql-active {
    background-color: #4b5563;
}

.ql-snow .ql-stroke {
    stroke: white !important;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: white !important;
}

.ql-snow #rich-text-toolbar .action-item:hover .ql-stroke {
    stroke: white !important;
}

.ql-snow #rich-text-toolbar .action-item:hover .ql-fill {
    fill: white !important;
}

#rich-text-toolbar .action-item.ql-active .ql-stroke {
    stroke: white !important;
}

#rich-text-toolbar .action-item.ql-active .ql-fill {
    fill: white !important;
}

#rich-text-toolbar .ai-star-1 {
    transform-origin: 9px 12px;
    animation: pinch 1.5s ease-in-out infinite;
}
#rich-text-toolbar .ai-star-2 {
    transform-origin: 18px 6px;
    animation: pinch 1.5s ease-in-out infinite 0.3s;
}
#rich-text-toolbar .ai-star-3 {
    transform-origin: 16.5px 20px;
    animation: pinch 1.5s ease-in-out infinite 0.6s;
}
/* End Rich Text Editor CSS  */

/* Block Alignment CSS */

.kck-bk-align-center{
    justify-content:center;
}
.kck-bk-align-left{
    justify-content:left;
}
.kck-bk-align-right{
    justify-content:right;
}

/* Block Alignment CSS end */

.kck-bk-text-wrap {
    width: 100%;
}

/* Columns/Row Editor CSS  */
._gt-frame-add-element {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(82, 79, 76);
}

._gt-frame-add-element:hover {
    color: #2563eb;
}

._gt-frame-add-element svg {
    width: 16px;
    border: 1px dashed;
    border-radius: 24px;
    padding: 4px 4px;
}
/* End Columns/Row Editor CSS  */

/* Header Hamburger CSS */

.kck-header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    width: 100%;
    z-index: 3;
}

.kck-header .kck-hamburger-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.kck-header:has(.kck-menu-icon.checked) .kck-hamburger-menu .kck-bk {
    display: block !important;
}

.kck-header .kck-hamburger-menu .kck-bk {
    /*display: inline-block !;*/
}

.kck-header .kck-hamburger-menu .kck-bk button {
    display: block;
}

.kck-header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.kck-header .kck-hamburger-menu {
    clear: both;
    max-height: 0;
    flex-direction: row;
}

/* menu icon */

.kck-header .kck-menu-icon {
    background: #333;
    height: 2px;
    transition: background .2s ease-out;
    width: 18px;
    top: 50%;
    right: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    user-select: none;
}

.kck-header .kck-menu-icon:before,
.kck-header .kck-menu-icon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.kck-header .kck-menu-icon:before {
    top: 5px;
}

.kck-header .kck-menu-icon:after {
    top: -5px;
}

/*menu btn */

.kck-header .menu-btn {
    display: none;
}

.kck-header .kck-hamburger-menu.mobile-menu {
    max-height: 240px;
    flex-direction: column;
}

.kck-header .kck-menu-icon.checked  {
    background: transparent;
}

.kck-header .kck-menu-icon.checked:before {
    transform: rotate(-45deg);
}

.kck-header .kck-menu-icon.checked:after {
    transform: rotate(45deg);
}

.kck-header .kck-menu-icon.checked:before,
.kck-header .kck-menu-icon.checked:after {
    top: 0;
}

/* 62em = 991px */

@media (min-width: 991px) {
    .kck-header .kck-hamburger-menu a {
        float: left;
    }
    .kck-header .kck-hamburger-menu a {
        padding: 20px 30px;
    }
    .kck-header .kck-hamburger-menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .kck-header .kck-menu-icon {
        display: none;
    }
}

/* End Header Hamburger CSS */

/* Helper Classess */
.kck-bk-code-block {
    width: 100%;
}
/* End Helper Classess */
