/* Make the editable container look like the inside of a native word processor application. */
.document-editor__editable-container {
    background: var(--ck-color-base-foreground);

    /* Make it possible to scroll the "page" of the edited content. */
    overflow-y: scroll;
}

.document-editor__editable-container .ck-editor__editable {
    /* Set the dimensions of the "page". */
    width: 210mm;
    min-height: 300mm;

    /* Keep the "page" off the boundaries of the container. */
    padding: 15mm !important;

    border: 1px hsl(0, 0%, 82.7%) solid;
    border-radius: var(--ck-border-radius);
    background: white;

    /* The "page" should cast a slight shadow (3D illusion). */
    box-shadow: 0 0 5px hsla(0, 0%, 0%, .1);

    /* Center the "page". */
    margin: 0 auto;
}

/* Set the default font for the "page" of the content. */
.document-editor .ck-content,
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.document-editor .ck-content * {
    margin: 0 !important;
    padding: 0 !important;
}

.document-editor .ck-content p {
    margin-bottom: 5px;
    line-height: 24px !important;
}

.document-editor .ck-content p span {
    line-height: 24px;
}

/* Adjust the headings dropdown to host some larger heading styles. */
.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
    line-height: calc(1.7 * var(--ck-line-height-base) * var(--ck-font-size-base));
    min-width: 6em;
}

/* Scale down all heading previews because they are way too big to be presented in the UI.
Preserve the relative scale, though. */
.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
    transform: scale(0.8);
    transform-origin: left;
}

/* Set the styles for "Heading 1". */
.document-editor .ck-content h2,
.document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
    font-size: 2.18em;
    font-weight: normal;
}

.document-editor .ck-content h2 {
    line-height: 1.37em;
    padding-top: .342em;
    margin-bottom: .142em;
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3,
.document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
    font-size: 1.75em;
    font-weight: normal;
    color: hsl(203, 100%, 50%);
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
    color: var(--ck-color-list-button-on-text);
}

/* Set the styles for "Heading 2". */
.document-editor .ck-content h3 {
    line-height: 1.86em;
    padding-top: .171em;
    margin-bottom: .357em;
}

/* Set the styles for "Heading 3". */
.document-editor .ck-content h4,
.document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
    font-size: 1.31em;
    font-weight: bold;
}

.document-editor .ck-content h4 {
    line-height: 1.24em;
    padding-top: .286em;
    margin-bottom: .952em;
}

/* Set the styles for "Paragraph". */
.document-editor .ck-content p {
    font-size: 1em;
    line-height: 1.63em;
    padding-top: .25em;
}

/* Make the block quoted text serif with some additional spacing. */
.document-editor .ck-content blockquote {
    font-family: Georgia, serif;
    margin-left: calc(2 * var(--ck-spacing-large));
    margin-right: calc(2 * var(--ck-spacing-large));
}

input[name="template"]:checked + label {
    background: #93adfbe0 !important;
}

.swal2-title {
    text-align: left !important;
    margin-top: 8px !important;
}

.swal2-input-label {
    justify-content: left !important;
}

.swal2-actions {
    justify-content: right !important;
    margin: 1rem 2rem 0 0 !important;
}

.swal2-container {
    z-index: 10001 !important;
}
.swal2-html-container{
    text-align: left !important;
    justify-content: left !important;
}

.swal2-input-label {
    margin: 1em 2.25em 0 !important;
}
.table-form{}
.table-form tr td:first-child{
    padding-left: 0 !important;
}

td.small {
    padding-top: 0.55rem;
    padding-bottom: 0.375rem;
}
th.col-sticky{
  z-index: 10000;
}
.col-sticky {
    /* Background color */
    background-color: inherit;
    /* Stick to the left */
    left: -1px;
    position: sticky !important;
    /* Displayed on top of other rows when scrolling */
}
.tab-list{overflow-x: auto}
.tab-list .tab{white-space: nowrap}
@media only screen and (max-width: 600px) {
    .col-sticky {
        left: inherit; !important;
        position: static !important;
    }
    .filter-button{
        bottom: 15px;
        right: 20px;
        background: #1c3faa;
        padding: 10px;
        border-radius: 100px;
        color: #fff;
        position: fixed;
    }
}

.table-inline tr:nth-child(odd) {
    background-color: #fff;
}
.no-thead th{
    background-color: #f3f4f6 !important;
}
.quickFilter .select2-container{
    z-index: 9999 !important;
}

.table tr.focused{
    background-color: #FFF9C4 !important;
    background-color: #B2DFDB !important;
    background-color: #FFF3E0 !important;
    background-color: #fff7b8 !important;
}

.form-id-card{}
.form-id-card .dropzone {
    border-width: 3px !important;
    position: relative;
    height: 207px;
    display: flex;
    align-items: center;
}


.form-id-card .text-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fbc500;
    padding: 5px;
    border-radius: 0 0 8px 0;
}

.form-id-card .dz-message img {
    height: 200px;
    width: 500px;
    background: #d1d1d1;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    object-fit: contain;
}
.fancybox__image{
    -webkit-transform-origin:0px 0px;
    -moz-transform-origin:0px 0px;
    -ms-transform-origin:0px 0px;
    transform-origin:0px 0px;

}
.shortcut-buttons-flatpickr-button{
    background-color: #0020cc;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.shortcut-buttons-flatpickr-button:hover{
    background-color: #112fd0;
}
.table-x {

}

.table-x tr th {
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    white-space: nowrap;
}

.table-x tr td {
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    white-space: nowrap;
}
.table-x tr td:first-child{
    border-left: none !important;
}
.table-x tr td:last-child{
    border-right: none !important;
}
.table-x .border-l-0{
    border-left: none !important;
}
.table-x .border-r-0{
    border-right: none !important;
}

.table-sticky-col2 tr td.col-sticky{
    background-color: #aafffc;
}
table tr.tr_focus_selected td{
    background-color: red !important;
}
@media only screen and (max-width: 600px) {

}
.preview-value{
    color: #0D47A1;
}
.no-border-b{border-bottom: 0 !important;}
.no-border-t{border-top: 0 !important;}
.no-border-l{border-left: 0 !important;}
.no-border-r{border-right: 0 !important;}
.no-padding-l{padding-left: 0 !important;}
.no-padding-b{padding-bottom: 0 !important;}
.no-padding-t{padding-top: 0 !important;}
.no-padding-r{border-right: 0 !important;}