.ik-datetime--backdrop {
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    background-color: rgba(50, 50, 50, 0.6); 
    z-index: 1000;
}

.ik-datetime--mobile {
    width: 90% !important;
    max-width: 90% !important;
    height: 90% !important;
    position: fixed;
    top: 5% !important;
    left: 5% !important;
    bottom: 5% !important;
}
.ik-form-submit {
    display: flex;
    justify-content: space-between;
}

.ik-form-section--collapsable .ik-form-section__title {
    cursor: pointer;
}

.ik-radio-group-field__swatches {
    display: inline-flex;
    flex-wrap: wrap;
}

.ik-radio-group-field__swatch {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 6px;
    font-size: 13px;
}

.ik-radio-group-field__swatch--btn {
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.ik-radio-group-field__swatch--btn:hover {
    transform: scale(1.12);
}

.ik-form-field {
    margin-bottom: 15px;
}

.ik-form-field--no-margin {
    margin: 0 !important;
}

.ik-form-field__errors .alert {
    margin: 5px 0 0 0;
}

.ik-form-field__label {
    display: inline-block;
    word-wrap: break-word;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2px;
}

.ik-form-field__actions {
    display: inline-block;
}

.ik-form-field__action {
    font-size: 14px;
    margin-left: 4px;
}

.ik-form-field__required {
    font-size: 9px;
    width: 100%;
    float: left;
    text-align: right;
}

.ik-form-field__subtext {
    font-size: 12px;
    font-weight: 400;
    color: var(--on-background-color-3);
    width: 100%;
    text-align: left;
}

.ik-form-field__links {
    color: #999;
    cursor: pointer;
}

.ik-form-field__popover-links {
    border-radius: 2px;
}

.ik-form-field__popover-links .popover-content {
    padding: 0;
}

.ik-form-field__popover-link {
    display: block;
    color: #555;
    text-decoration: none !important;
    padding: 6px 12px;
}

.ik-form-field__popover-link > i {
    width: 25px;
}


.ik-form-field--variant .ik-form-field__label {
    text-transform: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--on-background-color-3)
}

.ik-form-field--variant:focus-within .ik-form-field__label {
    color: var(--primary-color);
}

.ik-form-field--variant .ik-form-field__errors .alert {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    color: var(--error-color);
}

.ik-form-field__required-dot {
    color: var(--error-color);
}

.ik-form-field--dense {
    margin-bottom: 8px;
}

.ik-form-field--dense .ik-form-field__label {
    margin-bottom: 0;
}

.ik-form-field__content {
    position: relative;
    font-weight: var(--text-semibold);
}

.ik-form-field--pad .ik-form-field__label,
.ik-form-field--pad .ik-form-field__content {
    padding-left: 40px;
}

.ik-form-field__icon {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    color: var(--on-background-color-3);
}

.ik-form-field--variant .ik-flat-form-control {
    color: var(--on-background-color-1);
    background: none;
    border-radius: 0;
    line-height: 24px;
    min-height: 34px;
    padding: 4px 8px 4px 0;
    font-size: 13px;
}

.ik-form-field--skeleton {
    user-select: none !important;
}

.ik-form-field--skeleton .ik-form-field__label,
.ik-form-field--skeleton .ik-form-field__content {
    border-radius: 8px;
    color: transparent !important;
}

.ik-form-field--skeleton .ik-form-field__label {
    height: 8px;
    margin-bottom: 8px;
}

.ik-form-field--skeleton > .ik-form-field__label > * {
    visibility: hidden;
}

.ik-form-field--skeleton > .ik-form-field__content > * {
    visibility: hidden;
}

.ik-form-field__help {
    margin-left: 2px;
}


.ik-address-field__zipcity .form-control:first-child {
    width: 85px !important;
    margin-right: -1px;
}

.ik-address-field__zipcity .form-control:first-child:focus {
    z-index: 4;
}

.ik-address-field__zipcity .form-control:last-child {
    width: calc(100% - 84px) !important;
}


.ik-markdown {
    font-weight: 400;
    word-break: break-word;
}

.ik-markdown a {
    color: var(--primary-color);
}

.ik-markdown img {
    max-width: 100%;
}

.ik-markdown hr {
    border-color: var(--primary-color);
    opacity: 0.2;
}

.ik-markdown p {
    font-weight: 400;
    margin: 0 0 10px;
}

.ik-markdown h1,
.ik-markdown h2,
.ik-markdown h3 {
    margin-top: 0;
    margin-bottom: 10px
}

.ik-markdown h1 small,
.ik-markdown h2 small,
.ik-markdown h3 small {
    font-size: 65%
}

.ik-markdown h4,
.ik-markdown h5,
.ik-markdown h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.ik-markdown h4 small,
.ik-markdown h5 small,
.ik-markdown h6 small {
    font-size: 75%
}

.ik-markdown h1 {
    font-size: 36px
}

.ik-markdown h2 {
    font-size: 30px
}

.ik-markdown h3 {
    font-size: 24px
}

.ik-markdown h4 {
    font-size: 18px
}

.ik-markdown h5 {
    font-size: 14px
}

.ik-markdown h6 {
    font-size: 12px
}

.ik-markdown code {
    font-family: "Open Sans", sans-serif;
    color: var(--primary-color);
    background-color: var(--primary-color-o1);
}

.ik-markdown pre {
    font-family: "Open Sans", sans-serif;
    color: var(--primary-color);
    background-color: var(--primary-color-o1);
    border: none;
    white-space: pre-wrap;
    word-break: normal;
    font-size: inherit;
}

.ik-markdown pre code {
    color: inherit;
    background-color: transparent;
    word-break: normal;
}

.ik-markdown blockquote {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: var(--primary-color-o1);
    font-size: 16px;
}

.ik-markdown table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    width: auto;
    overflow-x: auto;
    display: block;
    word-break: normal;
}

.ik-markdown table th {
    font-size: 13px;
    font-weight: 600;
    background-color: var(--primary-color-o1);
    color: var(--primary-color);
}

.ik-markdown table td {
    font-size: 13px;
    font-weight: 400;
}

.ik-markdown table th,
.ik-markdown table td {
    padding: 10px 16px;
    vertical-align: middle;
    border: 1px solid var(--border-color-1);
}

.ik-data-table__row .panel-body {
    padding: 0;
}

.ik-data-table__row.sortable-ghost {
    opacity: 1;
}

.ik-data-table__row--draggable {
    cursor: grab !important;
}

.ik-data-table__row .ik-button:not(.ik-data-table__order) {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ik-data-table__row--clickable {
    cursor: pointer;
}

.ik-data-table__row--clickable:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.ik-data-table__col {
    padding: 6px;
    font-size: 16px;
    min-height: 45px;
    overflow: hidden;
}

.ik-data-table__nav {
    margin: 20px 0;
}

.ik-data-table__col--text {
    padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ik-data-table__header,
.ik-data-table__message {
    margin-bottom: 7px !important;
}

.ik-data-table__summary {
    margin-top: 7px;
}

.ik-data-table__cell--middle {
    padding-top: 6px;
}

.ik-data-table--dense.ik-data-table--xs .ik-data-table__cell--middle {
    padding-top: 2px;
}

.ik-data-table--dense.ik-data-table--sm .ik-data-table__cell--middle {
    padding-top: 3px;
}

.ik-data-table--dense .ik-data-table__row + .ik-data-table__row {
    margin-top: -1px !important;
}

.ik-data-table--dense .ik-data-table__data > .ik-data-table__row {
    border-radius: 0;
}

.ik-data-table--dense .ik-data-table__data > .ik-data-table__row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ik-data-table--dense .ik-data-table__data > .ik-data-table__row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ik-data-table--dense .ik-data-table__col {
    padding: 3px;
    font-size: 14px;
    min-height: 35px;
}

.ik-data-table--dense.ik-data-table--xs .ik-data-table__col {
    padding: 2px;
    font-size: 12px;
    min-height: 25px;
}

.ik-data-table--dense.ik-data-table--xs .ik-checkbox__label {
    margin-bottom: 0 !important;
}

.ik-data-table--dense.ik-data-table--xs .ik-data-table__col--text {
    padding-top: 4px;
}

.ik-data-table--dense .ik-data-table__col--text {
    padding-top: 6px;
}

.ik-data-table__select {
    margin-left: 5px;
}

.ik-data-table__row--selected {
    background-color: #e7fdff;
}

.ik-action-menu {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.ik-action-menu__item + .ik-action-menu__item {
    margin-left: 5px;
}

.ik-action-menu__dropdown {
    position: relative;
}

.ik-action-menu__dropdown > .ik-dropdown {
    margin-top: -1px;
    min-width: 150px;
    max-width: 220px;
}

.ik-list__empty-message {
    font-weight: var(--text-semibold);
}
.ik-upload__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ik-file-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ik-file-list-item {
    position: relative;
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    margin: 5px 5px 0 0;
    border: 1px solid var(--surface-darken-color);
    border-radius: 8px;
}

.ik-file-list-item--square {
    width: 48px;
}

.ik-file-list-item--download {
    cursor: pointer;
}

.ik-file-list-item--download .ik-file-list-item__image:hover,
.ik-file-list-item--download .ik-file-list-item__file:hover {
    opacity: 0.8;
}

.ik-file-list-item--loading {
    pointer-events: none;
}

.ik-file-list-item--with-badge {
    margin: 15px 15px 0 0;
}

.ik-file-list-item__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ik-file-list-item__file {
    background-color: #eee;
    color: #000;
    height: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ik-file-list-item--selected .ik-file-list-item__image, 
.ik-file-list-item--selected .ik-file-list-item__file {
    box-shadow: 0 5px 20px 0 var(--shadow-color-3);
    border: 2px solid var(--accent-color);
}

.ik-file-list-item--with-badge .ik-file-list-item__image,
.ik-file-list-item--with-badge .ik-file-list-item__file {
    -webkit-mask: radial-gradient(circle 14px at calc(100% - 2px) 2px, transparent 95%, #fff 100%);
    mask: radial-gradient(circle 14px at calc(100% - 2px) 2px, transparent 95%, #fff 100%);
}

.ik-theme .ik-file-list-item__file {
    background-color: var(--surface-darken-color);
    color: var(--on-surface-darken-color-1);
}

.ik-file-list-item__name {
    padding-left: 8px;
}

.ik-file-list-item__name > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

.ik-file-list-item__icon {
    font-size: 18px;
}

.ik-theme .ik-file-list-item__icon .ik-loader-circle {
    margin: -3px;
}

.ik-file-list-item__remove {
    cursor: pointer;
    position: absolute;
    font-size: 10px;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 24px;
    background-color: #3071a9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ik-theme .ik-file-list-item__remove {
    background-color: var(--primary-color);
    color: var(--on-primary-color);
}

.ik-file-list-item--loading .ik-file-list-item__remove {
    pointer-events: none;
    opacity: 0.65;
}

.ik-file-list-item__remove:hover > .ik-icon {
    opacity: 0.65;
}

.ik-file-list-item--error .ik-file-list-item__file {
    background-color: #d9534f;
    color: #fff;
}

.ik-theme .ik-file-list-item--error .ik-file-list-item__file {
    background-color: var(--error-color);
    color: var(--on-error-color);
}

.ik-file-list-item__error {
    font-size: 11px;
    font-weight: 400;
}

.ik-file-storage-browser {
    border: none;
    background-color: var(--background-color);
    border-radius: 8px;
}

.ik-file-storage-browser-list {
    height: calc(100% - 60px);
}

.ik-file-storage-browser-list .simplebar-wrapper {
    height: calc(100vh - 150px);
}

.ik-file-storage-browser-view-files {
    height: calc(100vh - 280px);
    min-height: 200px;
    max-height: 800px;
}

.ik-file-storage-browser-file-details {
    background-color: var(--on-background-color-5);
    border-radius: 8px;
    overflow: hidden;
    height: calc(100% - 60px);
    width: 100%;
    box-shadow: 0 5px 20px 0 var(--shadow-color-1);
}

.ik-file-storage-browser-list-item-tile__file {
    height: 125px;
    width: 125px;
    background-color: var(--on-background-color-5);
}

.ik-file-storage-browser-list-item-tile__filename {
    max-width: 100%;
}

.ik-file-storage-browser-list__item-grid {
    display: inline-grid;
}

.ik-file-storage-browser-list-item-tile__media.ik-file-storage-browser-list-item-tile__media--active {
    border: 3px solid var(--primary-color);
}

.ik-file-storage-browser-view-upload__droparea {
    display: grid;
    border: 2px dashed var(--border-color-1);
    color: var(--on-background-color-5);
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.ik-file-storage-browser-view-upload__files-wrapper {
    max-height: 140px;
}

.ik-file-storage-browser-file-details .ik-file-storage-browser-file-details__image {
    height: 200px;
    max-height: 200px;
    width: 100%;
}

.ik-file-storage-browser-file-details .ik-file-storage-browser-file-details__icon--wrapper {
    height: 200px;
}

.ik-file-storage-browser-file-details .ik-file-storage-browser-file-details__info {
    height: calc(100% - 200px);
}

.ik-file-browser-field__dummy {
    font-size: 24px;
    background-color: var(--surface-darken-color);
    color: var(--on-surface-darken-color-1);
    cursor: pointer;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ik-file-browser-field--round .ik-file-browser-field__dummy,
.ik-file-browser-field--round .ik-file-browser-field__loader {
    border-radius: 50%;
    aspect-ratio: 1;
}

.ik-markdown-editor--maximized {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: var(--z-index-maximized-md-editor);
    margin: 0;
    display: flex;
    flex-direction: row;
}

body.ik-markdown-editor-body--maximized .simplebar-mask {
    z-index: auto !important;
}

.ik-markdown-editor.form-control {
    padding: 0;
    height: auto;
    line-height: inherit;
}

.ik-markdown-editor:not(.form-control-flat) .ik-divider {
    padding: 0 12px;
}

.ik-markdown-editor .ik-divider__line {
    border-color: var(--border-color-1);
}

.ik-markdown-editor.form-control-outline:focus,
.ik-markdown-editor.form-control-outline:focus-within {
    background: var(--background-color);
}

.ik-markdown-editor.form-control:focus .ik-divider__line,
.ik-markdown-editor.form-control:focus-within .ik-divider__line {
    border-color: var(--primary-color);
    opacity: 0.5;
}

.ik-markdown-editor__container {
    display: flex;
    flex-direction: column;
}

.ik-markdown-editor--maximized:not(.ik-markdown-editor--mobile) .ik-markdown-editor__container {
    width: 50%;
    height: 100%;
}

.ik-markdown-editor__preview {
    display: flex;
    flex-direction: column;
    background-color: var(--background-color);
    color: var(--on-background-color-1);
    width: 50%;
    border-left: 1px solid var(--border-color-1);
}

.ik-markdown-editor__preview-title {
    flex: 0 0 auto;
    background-color: var(--secondary-color);
    color: var(--on-secondary-color);
    padding: 5px 8px;
    text-align: center;
}

.ik-markdown-editor__preview .ik-scroll-area {
    padding: 30px 50px;
}

.ik-markdown-editor__toolbar {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 8px;
}

.ik-markdown-editor-toolbar__close {
    margin-left: auto;
}

.ik-markdown-editor-toolbar__close .ik-icon {
    font-size: 20px;
}

.ik-markdown-editor__editor {
    flex: 1 1 auto;
}

.ik-markdown-editor__input-wrapper {
    position: relative;
}

.ik-markdown-editor__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-weight: 400;
    z-index: -1;
}

.ik-markdown-editor__input {
    outline: none;
    margin: 0;
    box-sizing: border-box;
    height: inherit;
    min-height: inherit;
}

.ik-markdown-editor__input,
.ik-markdown-editor__placeholder,
.ik-markdown-editor__source-input {
    padding: 8px 12px;
}

.ik-markdown-editor.form-control-flat .ik-markdown-editor__input,
.ik-markdown-editor.form-control-flat .ik-markdown-editor__placeholder {
    padding: 8px 0;
}

.ik-markdown-editor.form-control-flat .ik-markdown-editor__header {
    padding: 4px 0;
}

.ik-markdown-editor__footer {
    height: 0;
}

.ik-markdown-editor__input div>hr+br {
    display: none;
}

/* maximized styles */
.ik-markdown-editor--maximized.form-control {
    border-radius: 0;
    border: none;
}

.ik-markdown-editor--maximized:not(.ik-markdown-editor--mobile).form-control .ik-markdown-editor__container {
    padding: 20px 50px;
}

.ik-markdown-editor--maximized.ik-markdown-editor--mobile.form-control {
    padding: 15px;
}

.ik-markdown-editor--maximized.form-control:not(.form-control-filled) {
    background: var(--background-color);
}

.ik-markdown-editor--maximized .ik-markdown-editor__input {
    min-height: 100%;
}

.ik-markdown-editor__var-list {
    flex: 1 1 auto;
}

.ik-markdown-editor__ai-list {
    flex: 1 1 auto;
}

.ik-markdown-editor__progress-bar-wrapper {
    padding: 0 12px;
}

.ik-markdown-editor__progress-bar {
    height: 2px;
    width: 100%;
    overflow: hidden;
}

.ik-markdown-editor__progress-bar--value {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: var(--primary-color);
    animation: ik-markdown-editor-progress 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes ik-markdown-editor-progress {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

.ik-markdown-editor-image {
    border: 2px solid #aaa;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.ik-markdown-editor-image[data-active='1'] {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px 0px var(--primary-color);
}

.ik-markdown-editor__label {
    display: flex;
    align-items: center;
    width: 85px;
    flex: 0 0 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--on-background-color-3);
}

.ik-markdown-editor__ai-label {
    color: var(--on-background-color-1);
    font-size: 14px;
}

.ik-markdown-editor__ai-label-icon {
    font-weight: 400;
}

.ik-markdown-editor__instructions-dropdown {
    max-height: 200px;
}

.ik-markdown-editor__ai-result-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.ik-markdown-editor__ai-text-font {
    font-weight: 400;
}

.ik-markdown-editor__ai-selected-text {
    background-color: var(--primary-color);
    color: white;
}

.ik-markdown-editor__ai-selected-text-wrap {
    max-height: 20px;
    inline-size: 240px;
    overflow: hidden;
}

.ik-markdown-editor__grey {
    color: var(--on-background-color-3);
}

.ik-markdown-editor__source-editor,
.ik-markdown-editor__source-editor textarea {
    background-color: transparent;
    border: none;
    height: 100%;
    width: 100%;
    min-height: 220px;
}

.ik-markdown-editor__source-editor textarea {
    resize: none;
}

.ik-markdown-editor__source-editor textarea:focus {
    outline: none;
    border: none;
}

.ik-markdown-editor--mobile.ik-markdown-editor--maximized .ik-markdown-editor__source-editor {
    width: 100vw;
}

.ik-markdown-editor__src-header {
    margin-left: 5px;
    color: var(--on-surface-darken-color-3);
}

