/* MADE BY KLOKSOFTWARE.NL */
/* Styling voor CMS integratie */

@font-face {
    font-family: 'harabara_mais';
    src: url('../fonts/harabara/Harabara Mais Demo-webfont.eot');
    src: url('../fonts/harabara/Harabara Mais Demo-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/harabara/Harabara Mais Demo-webfont.woff2') format('woff2'),
        url('../fonts/harabara/Harabara Mais Demo-webfont.woff') format('woff'),
        url('../fonts/harabara/Harabara Mais Demo-webfont.ttf') format('truetype'),
        url('../fonts/harabara/Harabara Mais Demo-webfont.svg#harabara_maisharabaramaisdemo') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* --cms-blauw: #222E3D; */
    --cms-blauw: #2E4965;
    --cms-orange: #EA640A;
    --cms-overlay-dark: #111111be;

    --cms-error: #ca0000;

    --cms-font: harabara_mais;

    --font1: 'Roboto Slab', serif;

}

/* .page-header {
    margin-top: 60px;
} */

/* CMS Login */
.cms-login {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999 !important;
    background-color: #111111de;
    width: 100%;
    height: auto;
}
    .close-login{
        position: absolute;
        right: 10px;
        top: 10px;
    }
        .cms-login i, .cms-login a{
            font-size: 22px;
            color: var(--cms-blauw)
        }
.cms-login-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 450px;
    max-height: 600px;
    background-color: var(--offwhite);
    border-radius: 0px;
    box-shadow: 0px 0px 10px 10px #1e1e1e80;
    padding: 30px 20px;
    border-radius: 6px;
}

.cms-login-header {
    font-size: 24px;
    font-family: var(--font3);
    color: var(--main);
    margin-bottom: 25px;
}

.cms-input-holder {
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    margin-bottom: 16px;
    padding: 10px;
}

    .cms-input-holder .input-title {
        font-family: var(--font5);
        color: #000;
        width: 100%;
        font-size: 18px;
        margin-bottom: -6px;
        margin-top: 14px;
    }

    .cms-input-holder input {
        padding: 12px 20px;
        display: inline-block;
        border: none;
        outline: none;
        box-sizing: border-box;
        font-size: 16px;
        width: 100%;
        background-color: #f1f1f1;
        border-radius: 6px;
        border: 1px solid #eeeeee;
        /* border-bottom: 1px solid var(--main); */
    }

.cms-input-holder,
.cms-submit-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
}
.cms-submit-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cms-submit-holder .submit {
    display: inline-block;
    font-size: 14px;
    padding: 8px 12px;
    background: var(--main);
    color: #ffffff;
    font-family: var(--font5);
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 14px;
    cursor: pointer;
}

/* .cms-submit-holder .submit:hover {
    background-color: #CF5808;
} */

#cms-login-error {
    font-weight: bold;
    padding: 0 12px;
}
    .fa-solid.fa-warning {
        color: var(--cms-error);
        margin-right: 8px;
    }

/* CMS Balk/Topbar */
.cms-topbar {
    width: 100%;
    /* position: fixed; */
    height: 45px;
    font-family: var(--cms-font);
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    background-color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 1px 1px 1px #ccc; */
    z-index: 999999999999999999999999 !important;
    padding: 0 20px;
}
.cms-topbar a{
    font-family: var(--cms-font);
    color: #fff;
    position: relative;
}

.cms-topbar-inner {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cms-profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cms-profile .cms-avatar {
    font-size: 22px;
    margin-right: 24px;
}
.cms-profile .cms-accom {
    font-size: 22px;
    margin-right: 24px;
}

.cms-profile .cms-user {
    font-size: 18px;
    margin-right: 24px;
}

.cms-profile .cms-settings {
    font-size: 18px;
    margin-right: 24px;
}

.cms-profile .cms-logout {
    font-size: 18px;
    margin-right: 24px;
}

.cms-profile i {
    cursor: pointer
}

/* CMS Editor */
.cms-editor {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999 !important;
    background-color: #11111180;
    width: 100%;
    height: auto;
}

.cms-editor-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    max-width: 650px;
    background-color: var(--offwhite);
    box-shadow: 0px 0px 2px -2px black;
    gap: 20px;
    border-radius: 10px;
}

.cms-editor-inner .title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 12px;
    background-color: var(--cms-blauw);
    color: white;
    font-family: var(--cms-font);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 1px 0px 0px #ccc;
}

.cms-editor-inner .exit-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 26px;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 2px #ccc;
    z-index: 9999;
}



.cms-input-holder-title {
    font-weight: bold;
}

.cms-editor input,
.cms-editor textarea {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
}

.cms-editor input:focus,
.cms-editor textarea:focus {
    outline: none;
}

.cms-editor textarea {
    min-height: 300px;
    resize: vertical;
}

.cms-editor .submit {
    background-color: #4CAF50;
    color: white;
    display: inline-block;
    padding: 14px 20px;
    margin: 12px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cms-editor .submit:hover {
    background-color: #45a049;
}

/* CMS Volgorde Editor */
.cms-order-row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 4px;
    color: black;
    padding: 10px 12px;
    width: calc(100% - 24px);
    margin: 0 12px;
    box-shadow: 0px 0px 1px 0px #999;
}

.cms-order-row span {
    position: relative;
    font-family: var(--cms-font);
    font-size: 18px;
    letter-spacing: 1px;
}

.cms-order-row .arrow-holder {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    gap: 4px;
    height: 100%;
    right: 5px;
    top: 0;
    bottom: 0;
}


/* CMS Actions Overlay */
.cms-action-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    display: none;
    z-index: 99999999;
}

.cms-action-holder {
    position: absolute;
    bottom: 100%;
    left: 30px;
    height: 30px;
    width: auto;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--cms-orange);
    color: white;
    font-size: 18px;
}

.cms-action-overlay i {
    cursor: pointer;
}

.cms-hover-overlay {
    border-radius: 10px;
    outline: 2px dashed transparent;
    /* box-shadow: 0px 0px 2px 1px transparent; */
    transition: all .3s ease;
}

.cms-hover-overlay:hover {
    outline: 2px dashed var(--cms-orange);
    /* box-shadow: 0px 0px 2px 1px #ccc; */
    transition: all .3s ease;
}

.cms-hover-overlay:hover .cms-action-overlay {
    display: flex;
}

.cms-order-holder {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--cms-orange);
    color: white;
    width: 25px;
    padding: 8px 0;
}

@media only screen and (max-width: 800px) {

.cms-topbar{
    /* height: auto; */
    padding: 15px;
}
.cms-topbar-inner div{
    padding: 2px 0;
}
.verhuur{
    display: none;
}
.cms-topbar-inner {
    flex-direction: row;
}
.cms-user {
    display: none;
}
}