.ap-loading-overlay {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #FFF;
   text-align: center;
}

.ap-loading-overlay-spinner {
   margin: auto;
   font-family: "Font Awesome 5 Pro" !important;
   font-weight: 900;
   margin-top: 25%;
}

.is-sidebar-content.i5-plugin-modal.i5-plugin-modal-sm {
   max-width: 550px;
   width: 315px;
}

#_cbhtml .is-modal>div:not(.is-modal-overlay).i5module-formbutton-list {
   width: 100%;
   height: 100%;
   padding-top: 45px;
   box-shadow: unset;
   border: unset;
}

.i5module-formbutton {
   margin: 5px;
   cursor: pointer;
   padding: 2px;
   padding-left: 10px;
   position: relative;
   width: 90%;
   background: rgba(255, 255, 255, 1);
   border: 1px solid rgb(199, 199, 199);
   box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.02);
   box-sizing: border-box;
   font-size: 13px;
   font-family: sans-serif;
   line-height: inherit;
}

#_cbhtml .rte-more-options button#i5variables_button {
   width: auto;
}

.is-pop.elmmore.arrow-top.center {
   height: fit-content;
   height: intrinsic;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   max-height: fit-content;
   max-height: intrinsic;
   max-height: -webkit-fit-content;
   max-height: -moz-fit-content;
   width: fit-content;
   width: intrinsic;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   max-width: fit-content;
   max-width: intrinsic;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
}

span.select2-container.select2-container--default.select2-container--open {
   z-index: 10005;
}

#_cbhtml div.is-side.i5inputsettingsside.active div.is-inputvalidator-tab {
   margin-top: 15px;
   margin-bottom: 15px;
   border: 1px solid #ced4da;
   border-radius: .25rem;
}

.inputvalidator-title {
   transition: 0.4s;
   background-color: #f9f9f9;
}

.is-inputvalidator-tab .inputvalidator-title:after {
   content: '\02795';
   /* Unicode character for "plus" sign (+) */
   font-size: 13px;
   color: #777;
   float: right;
   margin-left: 5px;
}

.is-inputvalidator-tab.active .inputvalidator-title:after {
   content: "\2796";
   /* Unicode character for "minus" sign (-) */
}

.inputvalidator-panel {
   display: none;
}

.is-inputvalidator-tab.active .inputvalidator-panel {
   display: block;
}

#_cbhtml input[type=text] {
   -webkit-appearance: none;
   -webkit-rtl-ordering: logical;
   -webkit-user-select: text;
   background-clip: padding-box;
   background-color: rgb(255, 255, 255);
   border-bottom-color: rgb(206, 212, 218);
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-image-outset: 0px;
   border-image-repeat: stretch;
   border-image-slice: 100%;
   border-image-source: none;
   border-image-width: 1;
   border-left-color: rgb(206, 212, 218);
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: rgb(206, 212, 218);
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: rgb(206, 212, 218);
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   border-top-style: solid;
   border-top-width: 1px;
   box-sizing: border-box;
   color: rgb(73, 80, 87);
   cursor: auto;
   display: block;
   font-family: sans-serif;
   font-size: 16px;
   font-style: normal;
   font-variant-caps: normal;
   font-weight: normal;
   height: 38px;
   letter-spacing: normal;
   line-height: 24px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   overflow-x: visible;
   overflow-y: visible;
   padding-bottom: 6px;
   padding-left: 12px;
   padding-right: 12px;
   padding-top: 6px;
   text-align: start;
   text-indent: 0px;
   text-shadow: none;
   text-transform: none;
   transition-delay: 0s, 0s;
   transition-duration: 0.15s, 0.15s;
   transition-property: border-color, box-shadow;
   transition-timing-function: ease-in-out, ease-in-out;
   width: 290px;
   word-spacing: 0px;
   writing-mode: horizontal-tb;
   max-width: 100%;
}

#_cbhtml label {
   padding-top: calc(.375rem + 1px);
   padding-bottom: calc(.375rem + 1px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5;
}

iframe[src="about:blank"] {
   display: inherit;
}

.sidebar-active {
   padding-top: 50px !important;
}

.is-sidebar {
   top: 50px !important;
   box-shadow: 0 15px 15px rgba(143, 143, 143, 0.06);
}

.is-topbar {
   display: flex;
   position: fixed;
   z-index: 10003;
   top: 0;
   left: 0;
   height: 50px;
   width: 100%;
   background: #f9f9f9;
   color: rgba(0, 0, 0, 0.8);
   border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
   box-shadow: 0 0 15px rgba(143, 143, 143, 0.06);
}

body.sidebar-active .pageeditor-savebutton,
body.sidebar-active .pageeditor-saveicon,
body.sidebar-active .is-topbar {
   display: flex;
}

.pageeditor-savebutton {
   position: relative;
   top: 0;
   left: 0;
   width: 50px;
   height: 50px;
   background: #f9f9f9;
   color: rgba(0, 0, 0, 0.8);
   z-index: 10004;
   cursor: pointer;
}

#unsaved-changes-badge {
   display: none;
   position: absolute;
   font-size: 11px;
   font-weight: 300;
   top: 5px;
   right: 9px;
   padding: 3px 8px;
   color: #fff;
   text-shadow: none;
   border-width: 0;
   border-style: solid;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.pageeditor-saveicon {
   display: flex;
   font-size: 18px;
   vertical-align: bottom;
   color: #6c6c6c;
   margin: auto;
   margin-top: 25%;
}

.pageeditor-nameinput,
.pageeditor-center {
   align-self: center;
}

#ifrTypographyPanel,
#ifrIdeasPanel,
#divSidebarSnippets {
   margin-top: 50px;
}

#_cbhtml .is-rte-tool {
   top: 75px;
}

div.is-pop.quickadd.arrow-top.center {
   height: fit-content;
   height: intrinsic;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   max-height: fit-content;
   max-height: intrinsic;
   max-height: -webkit-fit-content;
   max-height: -moz-fit-content;
   width: fit-content;
   width: intrinsic;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   max-width: fit-content;
   max-width: intrinsic;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
}

#divCustomSidebarArea1 {
   height: fit-content;
   height: intrinsic;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   max-height: fit-content;
   max-height: intrinsic;
   max-height: -webkit-fit-content;
   max-height: -moz-fit-content;
   width: fit-content;
   width: intrinsic;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   max-width: fit-content;
   max-width: intrinsic;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
}

#divCustomSidebarArea2 {
   height: fit-content;
   height: intrinsic;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   max-height: fit-content;
   max-height: intrinsic;
   max-height: -webkit-fit-content;
   max-height: -moz-fit-content;
   width: fit-content;
   width: intrinsic;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   max-width: fit-content;
   max-width: intrinsic;
   max-width: -webkit-fit-content;
   max-width: -moz-fit-content;
}

.inputvalidator-btn {
   -webkit-box-direction: normal;
   -webkit-font-smoothing: antialiased;
   -webkit-user-select: none;
   background-color: rgb(225, 240, 255);
   border-bottom-color: rgba(0, 0, 0, 0);
   border-bottom-left-radius: 5.039999961853027px;
   border-bottom-right-radius: 5.039999961853027px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-image-outset: 0px;
   border-image-repeat: stretch;
   border-image-slice: 100%;
   border-image-source: none;
   border-image-width: 1;
   border-left-color: rgba(0, 0, 0, 0);
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: rgba(0, 0, 0, 0);
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: rgba(0, 0, 0, 0);
   border-top-left-radius: 5.039999961853027px;
   border-top-right-radius: 5.039999961853027px;
   border-top-style: solid;
   border-top-width: 1px;
   box-sizing: border-box;
   color: rgb(54, 153, 255);
   cursor: pointer;
   display: block;
   font-family: "Open Sans", sans-serif;
   font-size: 11.100000381469727px;
   font-weight: normal;
   line-height: 14.984999656677246px;
   outline-color: rgb(54, 153, 255);
   outline-style: none;
   outline-width: 0px;
   padding-bottom: 6.599999904632568px;
   padding-left: 9px;
   padding-right: 9px;
   padding-top: 6.599999904632568px;
   text-align: center;
   transition-delay: 0s, 0s, 0s, 0s, 0s;
   transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
   transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
   transition-timing-function: ease, ease, ease, ease, ease;
   vertical-align: middle;
}

.inputvalidator-btn:hover {
   -webkit-box-direction: normal;
   -webkit-font-smoothing: antialiased;
   -webkit-user-select: none;
   background-color: rgb(54, 153, 255);
   border-bottom-color: rgba(0, 0, 0, 0);
   border-bottom-left-radius: 5.039999961853027px;
   border-bottom-right-radius: 5.039999961853027px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-image-outset: 0px;
   border-image-repeat: stretch;
   border-image-slice: 100%;
   border-image-source: none;
   border-image-width: 1;
   border-left-color: rgba(0, 0, 0, 0);
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: rgba(0, 0, 0, 0);
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: rgba(0, 0, 0, 0);
   border-top-left-radius: 5.039999961853027px;
   border-top-right-radius: 5.039999961853027px;
   border-top-style: solid;
   border-top-width: 1px;
   box-sizing: border-box;
   color: rgb(255, 255, 255);
   cursor: pointer;
   display: block;
   font-family: "Open Sans", sans-serif;
   font-size: 11.100000381469727px;
   font-weight: normal;
   line-height: 14.984999656677246px;
   outline-color: rgb(255, 255, 255);
   outline-style: none;
   outline-width: 0px;
   padding-bottom: 6.599999904632568px;
   padding-left: 9px;
   padding-right: 9px;
   padding-top: 6.599999904632568px;
   text-align: center;
   text-decoration: none;
   transition-delay: 0s, 0s, 0s, 0s, 0s;
   transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
   transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
   transition-timing-function: ease, ease, ease, ease, ease;
   vertical-align: middle;
}



/** MODAL CSS */
.modal-gallery>* {
   transition: none !important;
}

.modal-gallery .modal-body {
   max-height: calc(100% - 130px);
}

.modal-gallery .modal-header,
.modal-gallery .modal-footer {
   height: 65px;
}

.modal-gallery .gallery_tree {
   overflow-y: scroll;
   overflow-x: scroll;
   padding-bottom: 20px;
}

.gallery {
   padding: 10px;
   background-color: #eee;
   overflow-y: scroll;
   overflow-x: hidden;
   align-content: flex-start;
}

.gallery .item {
   overflow: hidden;
   margin: 7.5px;
   position: relative;
   flex-direction: column;
   border: 1px solid #c0c0c0;
   border-radius: 6px 6px 6px 6px;
   background-color: white;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.gallery.gallery-list .item {
   flex-direction: row;
}

.gallery .item.selected {
   border: 1px solid var(--primary-hover);
}

.gallery .item:hover {
   cursor: pointer;
}

.gallery .item .item-component {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.gallery .item .item-image {
   max-width: 100%;
   max-height: 100%;
   overflow: hidden;
   border-bottom: 1px #c0c0c0 solid;
   width: 200px;
   height: 150px;
}

.gallery.gallery-extended .item .item-image {
   height: 225px;
   width: 300px;
}

.gallery.gallery-extended.gallery-list .item .item-image {
   height: 150px;
   width: 200px;
}

.gallery .item .item-image .item-image-overlay-text {
   font-size: 1.2rem; position: absolute; margin-top: auto; margin-bottom: auto; color: white; z-index: 2; font-weight: bold; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black; text-align: center
}

.gallery .item .item-image img {
   max-width: 100%;
   max-height: 100%;
}

.gallery .item .item-component.item-selection-checkmark i {
   background-color: white;
   position: absolute;
   display: none;
   width: 25px;
   height: 25px;
   margin-left: auto;
   margin-top: 5px;
   margin-right: 5px;
}

.gallery .item.selected .item-component.item-selection-checkmark i {
   color: var(--primary-hover);
   display: flex;
   top: 7px;
   right: 10px;
   font-size: 2rem;
   font-weight: 800;
}

.gallery .item .item-name {
   margin-top: 6px;
   height: fit-content;
   height: -moz-fit-content;
   height: -webkit-fit-content;
   max-width: 100%;
   margin-left: 6px;
   margin-bottom: 6px;
   margin-right: 6px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   word-wrap: normal;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   display: block;
}

.gallery .item .item-name span {
   font-size: 1.2rem;
   color: black;
   display: inline;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   white-space: nowrap;
   word-wrap: normal;
}

.gallery.gallery-extended .item .item-name {
   margin-left: 10px;
}

.gallery .item .item-component.item-left {
   -webkit-box-pack: left;
   -ms-flex-pack: left;
   justify-content: left;
   -webkit-box-align: left;
   -ms-flex-align: left;
   align-items: left;
}

.gallery.gallery-list .item {
   width: 100%;
   max-width: unset;
}

.gallery.gallery-list .item .item-component {
   position: unset;
}

.gallery.gallery-list .item .item-component.item-name {
   color: inherit;
   margin-left: 10px;
   margin-top: 14px;
}

.gallery .item .item-component.item-tags {
   margin-top: auto;
   margin-left: 6px;
   margin-top: 6px;
   margin-bottom: 14px;
   flex-flow: column wrap;
   overflow: hidden;
   flex-direction: row;
}

.gallery .item .item-component.item-tags span {
   margin-bottom: 6px;
   margin-top: 6px;
}

.gallery.gallery-list .item .item-component.item-tags {
   margin-left: 10px;
   margin-top: auto;
}

.gallery.gallery-list .item .item-image img {
   max-width: 100%;
   max-height: 100%;
   position: relative;
   width: auto;
   height: auto;
   opacity: 0.95;
}

.gallery.gallery-list .item .item-image {
   width: 200px;
   min-height: 150px;
   overflow: hidden;
   border-bottom: unset;
   border-right: 1px #c0c0c0 solid;
}

.gallery-style-icon {
   padding: 3px;
}

.gallery-style-icon i {
   font-size: 2rem;
   padding-left: 0.35rem;
}

.gallery .item .item-component.item-difficulty {
   bottom: 30px;
}

.gallery.gallery-list .item .item-component.item-difficulty {
   position: absolute;
}

.gallery.gallery-list .item-content-wrapper {
   display: flex;
   -webkit-box-align: start !important;
   -ms-flex-align: start !important;
   align-items: flex-start !important;
   flex-direction: column;
   max-width: 100%;
}

.gallery.gallery-extended .item .item-content-wrapper {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
}

.gallery.gallery-extended .item .item-difficulty {
   margin-top: auto;
   margin-bottom: 10px;
   margin-left: 10px;
}

.gallery.gallery-extended .item .item-description {
   margin-left: 10px;
}

.gallery.gallery-extended.gallery-list .item .item-component.item-difficulty {
   position: unset;
   order: 1;
}

.gallery.gallery-extended.gallery-list .item .item-component.item-name {
   order: 0;
}

.gallery.gallery-extended.gallery-list .item .item-component.item-description {
   order: 0;
}

.gallery.gallery-extended.gallery-list .item .item-component.item-tags {
   order: 1;
}

.gallery.gallery-extended .item .item-language {
   margin-left: 10px;
}

.gallery.gallery-extended .item .item-subheader {
   margin-left: 10px;
   color: #A0A0A0;
   margin-top: -10px;
}

/* prevent overlap in page editor */
.modal.modal-gallery.show {
   z-index: 10004;
}

.gallery.gallery-overlay-container {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   display: none;
}

.gallery .gallery-overlay {
   display: none;
   height: 100%;
   width: 100%;
}

.gallery .gallery-overlay.active,
.gallery.gallery-overlay-container.active {
   display: block;
}

.dropzone.dropzone-default {
   background-color: transparent;
   border-color: lightgrey;
   padding: 20px;
   text-align: center;
   cursor: pointer;
   border: 2px dashed #AAA;
   border-radius: 0.42rem;
   height: 100%;
   width: 100%;
   display: flex;
}

.dropzone .dropzone-footer {
   align-self: end;
   align-items: center;
   text-align: center;
   width: 100%;
}

.dropzone-msg.dz-message.dz-message-centered {
   position: absolute;
   text-align: center;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   margin: 0;
   flex-direction: column;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0;
   display: flex;
   justify-content: center;
}

.dropzone-msg.dz-message.dz-message-centered h4 {
   color: #AAA;
}

.dropzone-msg.dz-message.dz-message-centered i {
   margin-left: auto;
   margin-right: auto;
   font-size: 5em;
   color: #AAA;
}

.gallery-open-overlay-button {
   display: block;
}

.gallery-open-overlay-button {
   display: block;
}

.gallery-open-overlay-button.opened {
   display: none;
}

.gallery .dropzone-footer {
   z-index: 1;
}

/** Bootstrap classes for pages without bootstrap **/
div.modal.modal-gallery {
   font-size: 13px !important;
   font-weight: 400;
   font-family: Poppins, Helvetica, "sans-serif";
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   letter-spacing: normal;
}

div.modal.modal-gallery a {
   color: #007bff;
   color: var(--primary);
   text-decoration: none;
   background-color: transparent;
   outline: 0 !important;
   outline: none !important;
}

div.modal.modal-gallery .btn {
   color: #212529;
   padding: .375rem .75rem;
   border-radius: .25rem;
   display: inline-block;
   font-weight: normal;
   color: #3F4254;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.65rem 1rem;
   font-size: 1rem;
   line-height: 1.5;
   border-radius: 0.42rem;
   outline: none !important;
   vertical-align: middle;
}

div.modal.modal-gallery .btn-primary {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff;
   background-color: var(--primary);
   border-color: var(--primary);
   -webkit-box-shadow: none;
   box-shadow: none;
}

div.modal.modal-gallery .btn-group-sm>.btn,
div.modal.modal-gallery .btn-sm {
   padding: 0.55rem 0.75rem;
   font-size: 0.925rem;
   line-height: 1.35;
   border-radius: 0.42rem;
}

div.modal.modal-gallery .btn:not(.btn-text),
div.modal.modal-gallery .btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

.dttd-eps.dttd-300px.dttd-eps-on {
   max-width: 300px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: normal;
}

.dttd-eps.dttd-300px {
   max-width: 300px;
   word-break: break-all;
}

.phishing-assets-gallery-storagesize {
   margin-right: auto;
}

.ki-close:before {
   content: '\00D7';
   font-size: 2rem;
}

.font-size-200 {
   font-size: 200%;
}

.font-size-125 {
   font-size: 125%;
}

.gallery.dashboard-gallery .item .item-name {
   white-space: unset;
}

.gallery .item .item-name span {
   white-space: unset;
}

.background-fill-check {
   background-image: linear-gradient(45deg, #ccc 25%, transparent 25%),
      linear-gradient(135deg, #ccc 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, #ccc 75%),
      linear-gradient(135deg, transparent 75%, #ccc 75%);
   background-size: 20px 20px;
   background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
}

.modal-dialog-scrollable-gallery {
   max-width: unset;
   max-height: unset;
}

.item-component.item-image.course-gallery-image {
   max-height: 168px;
}

.item-component.item-image.course-gallery-image img {
   width: 100%;
}

.gallery.gallery-extended.gallery-list .item .item-image.course-gallery-image {
   max-height: 160px;
   height: 110px;
   width: 195px;
   min-height: unset;
}

.gallery.gallery-list .item .item-image.course-module-image {
   max-height: 160px;
   height: 110px;
   width: 195px;
   min-height: unset;
}

.gallery.gallery-hide-tags-in-tiles>.item>.item-content-wrapper>.item-component.item-tags {
   display: none;
}

.gallery.gallery-list.gallery-hide-tags-in-tiles>.item>.item-content-wrapper>.item-component.item-tags {
   display: flex;
}

.label.label-p2px-v {
   padding-top: 2px !important;
   padding-bottom: 2px !important;
}

.onboarding-header {
   font-size: 1.5rem;
   font-weight: bold;
   padding-bottom: 25px;
}

.ui-tooltip {
   z-index: 11000;
}
