html {
    font-size: 14px;
    background-color: #f3f6f9 !important;
}
a {
    color: #a34463;
    text-decoration: underline;
}

p {
    color: gray;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 120px;
    background-color: #f3f6f9 !important;
    font-family: 'Roboto', sans-serif;
}

.field-result-container {
    position: relative;
}

.form-group-container {
    position: relative;
}

.btn-delete {
    position: absolute;
    right: -16px;
    top: 9px;
    background-color: #fff;
    border: 2px solid #df6e6e;
    padding: 6px 11px;
    border-radius: 40px;
    font-size: 12px;
    color: #df6e6e;
    font-weight: bold;
    transition: 0.15s;
}

    .btn-delete:hover {
        transition: 0.15s;
        background-color: #df6e6e;
        color: white;
    }


.btn-copy {
    position: absolute;
    right: -16px;
    top: 9px;
    background-color: #fff;
    border: 2px solid #46af3d;
    padding: 6px 11px;
    border-radius: 40px;
    font-size: 12px;
    color: #46af3d;
    font-weight: bold;
    transition: 0.15s;
}

    .btn-copy:hover {
        transition: 0.15s;
        background-color: #46af3d;
        color: white;
    }


.new-field-container {
    width: 49%;
    text-align: right;
    display: inline-block;
    float: right;
}

.save-field-container {
    width: 49%;
    float:left;
    text-align: left;
    display: inline-block;
}

.customnav {
    background-color: #0F172A !important;
}

.navbar-brand {
    color: #fbfbfb !important;
    font-family: "Josefin Slab", serif;
    font-size: 33px !important;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-left: 86px;
    margin-right: 60px;
}

.navimage {
    display: block;
    position: absolute;
    width: 61px;
    top: 4px;
}

.seopage-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top:20px
}

.seopage-item {
    background-color: white;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #d9d9d9;
    transform: scale(1);
    transition: 0.15s;
    z-index: 900;
}

.seopage-item:hover {
transform:scale(1.05);
transition:0.15s;
z-index:1000;
}

    .seopage-item .dropdown-item:hover{
        cursor:pointer;
    }

    .tooltip {
        pointer-events: none !important;
    }

.seopage-text {
    padding: 30px 30px;
}

.seopage-footer {
    padding: 20px 30px;
    background-color: #fbfbfb;
    border-top: 1px solid #eaeaea;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.seopage-pagename {
    background-color: #dd725f;
    width: fit-content;
    padding: 11px 21px;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: fit-content;
}

.seopage-status-0 {
    border-left-color: rgb(213, 213, 213);
}
.seopage-status-1 {
    border-left-color: rgb(84, 174, 228);
}
.seopage-status-2 {
    border-left-color: #af6dd5;
}
.seopage-status-3 {
    border-left-color: #5cd352;
}

.seopage-status {
    width: fit-content;
    padding: 11px 11px;
    color: white;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    float: right;
    position: absolute;
    top: -8px;
    margin-left: 10px;
    left: -16px;
    border: 4px solid #f3f6f9;
}

    .seopage-status.status-0 {
        background-color: rgb(200, 200, 200);
    }
    .seopage-status.status-1 {
        background-color: #54aee4;
    }

    .seopage-status.status-2 {
        background-color: #af6dd5;
    }
    .seopage-status.status-3 {
        background-color: #5cd352;
    }

.seopage-domainname {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 20px;
    width: fit-content;
}

.seopage-created {
    font-size: 12px;
    color: gray;
    margin-top: 5px !important;
    width: 190px;
}

.seopage-createdby {
    font-size: 12px;
    color: gray;
    margin-top: 50px !important;
    width: 190px;
}

    .seopage-created.lastmodified {
        margin-top: 5px !important;
        min-height: 18px;
    }

.seopage-keywords {
    font-size: 15px;
    color: gray;
    width: fit-content;
}

.seopage-item .seopage-text > hr {
    width: 100px;
    height: 1px;
    background-color: gray;
}

.seopage-item .fa-clock {
    float: left;
    margin-right: 8px;
    top: 0px;
    position: relative;
    font-size: 16px;
    color: #b0b0b0;
}

.seopage-item .fa-user {
    float: left;
    margin-right: 8px;
    top: 0px;
    position: relative;
    font-size: 16px;
    color: #b0b0b0;
}

.seopage-item .fa-pen {
    float: left;
    margin-right: 8px;
    top: 0px;
    position: relative;
    font-size: 16px;
    color: #b0b0b0;
}


.seopage-item > .seopage-footer > a {
    background-color: white;
    padding: 14px 45px;
    border: 1px solid #bbb;
    border-radius: 37px;
    color: #6a6a6a;
    width: 184px;
    margin-left: 63%;
    font-size: 14px;
    transition: 0.15s;
    text-align: center;
    display: inline-block;
}
.seopage-item > .seopage-footer
{
position:relative;
}

.seopage-text {
    position: relative;
}
.seopage-item > .seopage-footer > a:hover {
    background-color: #f1f1f1;
    border: 1px solid #c6c6c6;
    color: #373737;
    transition: 0.15s;
}

.seopage-item > .seopage-footer > a {
    text-decoration: none !important
}

.fa-arrow-right {
    float: right;
    position: relative;
    margin-left: 7px;
    top: 2px;
    font-size: 17px;
    color: gray;
}

.dropdown-header {

    font-size: 1.075rem;

}

.dropdown-menu {
    font-size: 0.9rem;

}

.dropdown-item-danger {
    color: #ea3939;
    font-weight: bold;
}

.absoluted-dropdown {
    position: absolute;
    top: 21px;
    right: 58px;
}

    .absoluted-dropdown .btn {
        position: absolute;
        color: #b4b4b4;
        background-color: transparent;
        border: 0px !important;
        font-size: 21px;
    }


.absoluted-dropdown .dropdown-toggle::after {

    content: unset !important;

}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
    background-color: #0f172a;
}

.copyright-footer {
    position: relative;
    width: 49%;
    float: left;
    color: white;
    font-size: 12px;
    line-height: 55px;
}

    .copyright-footer span.brandname {
        font-family: "Josefin Slab", serif;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 18px;
    }

    .copyright-footer span.qoutes {
        font-size: 21px;
        top: 3px;
        position: relative;
    }
.creator-footer {
    position: relative;
    width: 49%;
    float: right;
    color: white;
    font-size: 12px;
    line-height: 55px;
    text-align:right
}

.creator-footer a {
color:white !important; 
}

.project-weergave-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 13px;
}

main > hr {
    opacity: 0.1;
    margin-bottom: 25px;
}

.project-notities-container {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px
}
.project-documenten-container {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px
}
.project-locaties-container {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px
}


.document-edit-container {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px
}

.project-inhoud-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.custom-label {
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    color: #592957;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-size: 27px;
    color: #a34463;
    font-weight: bold;
    text-transform: uppercase;
}
.secondary-h2 {
    font-size: 20px;
    color: #a34463;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -15px !important;
    position: relative;
    display: block; 
    margin-bottom: 15px !important;
}

.secondary-h3 {
    font-size: 16px;
    color: #a34463;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: -11px !important;
    position: relative;
    display: block;
}

.customsearch {
    padding: 15px 30px;
    border: 1px #9f9f9f;
    background-color: white;
    border-style: dashed;
    border-color: #a34463;
}


    .customsearch::placeholder {
        color: #592957;
        opacity: 0.75; /* Firefox */
    }

    .customsearch::-ms-input-placeholder { /* Edge 12 -18 */
        color: #592957;
        opacity: 0.75; /* Firefox */
    }

.requiredcolor {
    color: #fcb159;
    font-size: 20px;
}

.modal .form-label {
    font-size: 14px;
    font-weight: bold;
}

.informatieheader {
    color: gray;
    font-size: 18px;
    position: relative;
    display: block;
    font-size: 16px;
}

    .informatieheader.small{
        font-size:14px;
    }
    .informatieheader strong {
        color: black;
        font-weight: bold;
        text-transform: uppercase;
    }

    .status-color-0 {
        color: gray;
        font-weight: bold;
        text-transform: uppercase;
    }
.status-color-1 {
    color: cornflowerblue;
    font-weight: bold;
    text-transform: uppercase;
}
.status-color-2 {
    color: purple;
    font-weight: bold;
    text-transform: uppercase;
}
.status-color-3 {
    color: green;
    font-weight: bold;
    text-transform: uppercase;
}



.form-tekst .ql-editor {
    min-height: 160px;
}

table td {
    vertical-align: middle;
}

.breadcrumb {
    margin-bottom: 25px;
    margin-top: 25px !important;
}



small.muted {
    color: #b3b3b3;
    font-size:12px !important;
}


.loginbody {
    height: 100vh;
    background-color: #0c1336 !important;
    overflow:hidden
}

.login-container {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    position: relative;
    display: block;
}

.logo-container {
    background-image: url("/page-whisk-logo-512px-no-white-bg.png");
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
}

.text-name-container {
    font-size: 50px;
    color:white;
    text-align:center;
    font-family: "Josefin Slab", serif;
}


.text-qoute-container {
    color: white;
    text-align: center;
    font-size:18px;
    margin-bottom: 40px;

}

.login-container .form-label {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.login-container .btn-primary {
    color: #fff;
    background-color: #489050;
    border-color: #518e35;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.login-container input {
    padding: 20px 20px;
    color: #582856;
}

.project-buttons {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 15px !important;
    top: -30px;
    position: relative;
    padding-left: 25px;
}


.project-button-document {
    background-color: white;
    border-radius: 15px;
    border: 5px solid #f3f6f9;
    transform: scale(1);
    transition: 0.15s;
    z-index: 900;
}

.project-documenten-container{
    display:none;
}
.project-locaties-container {
    display: none;
}
.project-notities-container {
    display: none;
}

.project-documenten-container.show {
    display: block;
}
.project-locaties-container.show {
    display: block;
}
.project-notities-container.show {
    display: block;
}

.project-button-document span {
    position: absolute;
    transition: 0.15s;
    bottom: -12px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1;
    background-color: #b7b7b7;
    width: 39px;
    color: white;
    padding: 5px;
    border-radius: 100px;
    height: 39px;
    border: 5px solid #f3f6f9;
    right: -16px;
}
    .project-button-document i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-48%);
        font-size: 30px;
        color: #b7b7b7;
        transition: 0.15s;
    }
.project-button-document:hover i, .project-button-document.active i {
    color: #592957;
    transition: 0.15s;
}
.project-button-document:hover span, .project-button-document.active span {
    background-color: #a34463;
}
    .project-button-document:hover {
        cursor:pointer
    }



.truncateText {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}




.project-buttons > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.project-buttons::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.document-edit-container-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}


#loginbody{ 
    margin-bottom:0px !important;
}


    .tooltipCopied .tooltiptextCopied {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltipCopied .tooltiptextCopied::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .tooltipCopied:hover .tooltiptextCopied {
        visibility: visible;
        opacity: 1;
    }


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}