#pageModal,
#pagePropertiesModal {
    z-index: 1050 !important;
}

/*#region Editor */

.file-select {
    cursor: pointer;
    color: #0066d9;
    text-decoration: underline;
}

.image-select {
    cursor: pointer;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: lightgray;
    margin-right: 5px;
}

.tab-button.active {
    background-color: dodgerblue;
    color: white;
}

/*#endregion */

/*#region Header Admin */

.header-admin {
    background: #e5e2e2;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.header-admin > div {
    display: flex;
    align-items: center;
}

.header-admin > div:last-child {
    justify-content: flex-end;
}

/*#endregion */

/*#region Sortable region */

.sortable-item .delete-btn {
    float: right;
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    font-size: 1.2em;
}

/*#endregion */


.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    z-index: 100;
    transition: top 0.2s;
}

.skip-link:focus {
    top: 0;
}

