#pageModal {
    z-index: 99999!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 */



