@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* styleguide  */
:root {
    --white: rgba(255, 255, 255, 1);
    --offwhite: rgba(249, 250, 251, 1);
    --white-25: rgba(247, 249, 252, 1);
    --white-50: rgba(239, 241, 245, 1);
    --grey-100: rgba(226, 231, 240, 1);
    --grey-200: rgba(203, 210, 224, 1);
    --grey-300: rgba(160, 173, 197, 1);
    --grey-400: rgba(141, 157, 185, 1);
    --grey-500: rgba(97, 119, 158, 1);
    --grey-600: rgba(78, 95, 126, 1);
    --grey-700: rgba(62, 76, 101, 1);
    --grey-800: rgba(39, 48, 63, 1);
    --grey-900: rgba(19, 24, 32, 1);
    --accent-1: rgba(0, 0, 86, 1);
    --dark-blue: rgba(0, 0, 41, 1);
    --rood: rgba(230, 82, 82, 1);
    --rood-light: #ffb8b8;
    --green-text: rgba(9, 179, 38, 1);
    --green-light: #D1FFD9;
    --oranje-tekst: rgba(254, 156, 52, 1);
    --overlay: rgba(0, 0, 0, 0.2);
    --accent-2: rgba(0, 204, 204, 1);
  
    --font-family-noto-sans: "Noto Sans", sans-serif;
    --font-family-lexend: "Lexend", sans-serif;
  
    h1 {
      font-family:var(--font-family-lexend);
      color: var(--dark-blue);
      font-size: 28px;
      font-weight: 600;
      }
  
    h2 {
      font-family:var(--font-family-lexend);
      color: var(--dark-blue);
      font-size: 1.5em;
      font-weight: 600;
    }
  
    h3 {
      font-family:var(--font-family-lexend);
      color: var(--dark-blue);
      font-size: 1.25em;
      font-weight: 600;
    }
  
  
  
    p, li, input {
      font-family: var(--font-family-noto-sans);
      font-size: 1em;
      font-weight: 400;
      text-align:left;
      margin:0;
    }
  
    input{
      color:var(--grey-700);
    }
  
    .form-label {
          font-weight: 600;
          color: var(--grey-700);
          font-size:0.875em;
      }
    }
    /*einde styleguide*/
/* Title and message styles */



body {
    background-color: var(--white-50);
    margin: 0;
}
*{
    box-sizing: border-box;
}

/* Modal styles */





.modal-content-createweb td, .modal-content-createweb th {
    padding-left:10px;
    vertical-align:top;
}
.modal-content-createweb tr {
    padding-bottom:10px;
}

.modal-content-createweb {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    max-width: 40%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.center{
    text-align: center;
}
.form-signin {
    max-width: 100%;
}
.m-auto {
    margin: auto!important;
}
.w-100 {
    width: 100%!important;
}
a:link {
    text-decoration: none !important;
    color:#fff;
  }

a:visited {
    text-decoration: none !important;
  }
hr {
    margin: 1rem 0;
    color: #c3c3c3;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

/* login form styling */
.login-logo{
    margin-bottom: 0.1rem !important;
    vertical-align: middle;
    margin-top: 20%;
    padding: 0 48px;
    width: 100%;
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
    line-height: 1.25;
}
.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    height:auto!important;
}
input.form-control::placeholder {
    color: var(--grey-400)!important; 
}


input, .form-control, select {
    padding: 10px!important;
    border: 2px solid var(--grey-100)!important;
    border-radius: 8px!important;
    color: var(--grey-700)!important;
}

input.form-control::placeholder {
    color: var(--grey-400); 
}

#loginForm {
    display:flex;
    flex-direction:column;
    gap:24px;
    width:33%;
    align-items: center;
}

#loginForm .center {
    width:100%;
}

.form-switch .form-check-input {
    width: 2.5em!important;
    border-radius: 100px !important;
    margin-right:8px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 86, 1%29'/%3e%3c/svg%3e")!important;
    border-color:var(--accent-1)!important;
    cursor:pointer;
}

.form-control:focus, .form-check-input:focus {
    box-shadow:none!important;
}

.form-switch .form-check-input:checked {
    background-color:#00005659;
}

.form-check.form-switch {
    display: flex!important;
    align-items: center;
}




label.form-check-label, .password-remember-forgotten a  {
    font-size: 0.75em;
    color: var(--dark-blue);
    font-family: var(--font-family-noto-sans);
    letter-spacing: 0.03em;
}
.password-remember-forgotten a {
    text-decoration:underline!important;
}

#loginForm .copyright {
    color: var(--dark-blue);
    font-size: 0.875em;
}


.password-remember-forgotten {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    max-width: 100% !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.input-container {
    padding-bottom: 16px;
    width: 100%;
}

.form-signin {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

.form-gebruiker {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    margin: 10px 0 10px 0;
}


.dropdown {
    color: white !important;
}

.dropdown:hover {
    color: white !important;
}
textarea{
    margin: 0;
    font-family: inherit;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
.dash-element{
    background-color: #f5f5f5;
    padding: 30px 20px 30px 20px;
    background: #EFEFEF;
    border-radius: 5px;
    box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 5px #AAA;
    -moz-box-shadow: 0 0 5px #AAA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 10px;
}
.dash-element h5{
    padding-top:0;
    margin-bottom: 10px;
}
.site-menu{
    position: fixed;
    width: 15%;
}
.dashboard-viewport {
    display: flex;
    margin: 4% 0 4% 15%;
}

/* button styling */
 .generate-btn, .il_btn, .select-button, .delete-button {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #000056 !important;
    max-width: 200px;
    border: none !important;;
}
 .generate-btn:hover, .il_btn:hover, .select-button:hover, .delete-button:hover {
    background-color: #007bff;
}

.btn-primary {
    background-color: var(--accent-1)!important;
    color: #fff!important;
    padding: 12px 20px!important;
    border: none!important;
    border-radius: 8px!important;
    transition: 0.3s ease!important;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    font-family:var(--font-family-noto-sans)!important;
    font-weight:700!important;
}
.btn-secondary {
    background-color: #333333;
}
.btn-secondary:hover {
    background-color: #525252;
}


.generate-btn, .il_btn, .select-button, .delete-button{
    margin:4px 0 10px;
    border-radius: 0.2rem;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: none;
    cursor: pointer;
    color:#fff;
    padding: 0.25rem 0.5rem 0.3rem 0.5rem !important;
}


.mb-1 {
    margin-bottom: 1rem!important;
}
.mb-3 {
    margin-bottom: 3rem!important;
}
.mt-3 {
    margin-top: 3rem!important;
}
.copyright{
    text-align: center;
}

/* registration forms */
@media (min-width: 576px){
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.form-label{
    margin-bottom: 0.5rem;
}
label {
    display: inline-block;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

@media (min-width: 992px){
.col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
}}

/* menu styling */
.dropdown-user{
    position: fixed; /* Fixed position */
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    padding: 0 0 30px 40px;
}
.fs-4 {
    font-size: 1.5rem!important;
}
.bg-body-tertiary {
    background-color: #212529!important;
}
.p-3 {
    padding: 1rem!important;
}
.flex-shrink-0 {
    flex-shrink: 0!important;
}
.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
}

@media (min-width: 768px){
.mb-md-0 {
    margin-bottom: 0!important;
}
.me-md-auto {
    margin-right: auto!important;
}}
.text-decoration-none {
    text-decoration: none!important;
}
.align-items-center {
    align-items: center!important;
}
.text-white{
    color:#ffffff !important;
}
.mb-auto {
    margin-bottom: auto!important;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #383b3e;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #00eff1 !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
}
.nav-link:hover{
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
}
.dropdown{
    position: absolute;
    bottom: 0;
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.dropdown-toggle {
    outline: 0;
}
.rounded-circle {
    border-radius: 50%!important;
}
img, svg {
    vertical-align: middle;
}
.bi {
    vertical-align: -0.125em;
}
.pe-none {
    pointer-events: none!important;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.menu-icon{
    color:#fff;
}
.menu-logo{
    color:#fff;
    margin-right:5px;
}
/* page wide styling */
.wide-row{
    display:flex;
    flex-wrap: wrap;
    height:100vh;
}
.container{
    margin-top:30px;
}

/* table styling */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
    position: relative;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
th {
    text-align: inherit;
}

.a-right{
    float: right;
}

/* collapse editwebsite */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight:600;
  }
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  .content {
    padding: 20px 18px 20px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom:18px;
    width:100%;
  }
h5{
    font-size: 1.3rem;
    margin: 0;
    padding-top: 20px;
}
.editweb_block{
    background-color: #f8f9fa;
    margin: 20px 6px 6px 6px;
    border-radius: 5px;
    padding:15px;
    width:32%;
}
.form_recenties .recenties label{
    margin-top:10px
}
.recentie_span{
    font-size:14px;
    margin-top:-5px;
}
.form-label{
    font-weight:600;
    font-size:15px;
}

#btn_image_upload {
    display: block !important;
}

.button-icon{
    vertical-align: middle;
}
:root{
    --color-content-bg-grad: #1a1a1a;
}
.color-picker{
    background-color: var(--color-content-bg-grad);
    width:20px;
    height:20px;
    border: 1px solid #8a8a8a;
}
.card{
    background-color: #0000 !important;
    border:none !important;
}

.color-pickerbox{
    margin-bottom:15px;
}
.color-pickerbox span{
    display: inline-block;
}
.color-picker{
    display: inline-block;
}
.input-color{
    width: 150px;
    height: 25px;
}



/* Optional: Add margins or padding for spacing */
.custom-file-upload {
    margin: 5px; /* Adjust as needed */
}


  
  /* width */
  .image-library-popup::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .image-library-popup::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .image-library-popup::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  .image-library-popup::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .modal-header {
      background-color: #212529;
      height: 11%;
      color:#fff;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      display: flex;
  }

  .modal-footer {
      height:11%;
      padding-left: 10px;
      padding-top: 5px;
      display: flex;
  }
  #btn_upload{
    margin-left:20px;
  }
  
  .image-library, .image-library-popup {
      overflow-y: scroll;
      background-color: #f8f9fa;
      height:78%;
  }
 
  
  /* The Close Button */
  .close {
    color: #838587;
    font-size: 28px;
    font-weight: bold;
  }
  .modal-title{
    text-align: center;
    font-weight: 600;
    flex: 1;
  }
  .modal-close{
    text-align: right;
    padding-right: 5px;
  }
  
  .close:hover,
  .close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
  }

  ul.uploaded_image_container {
    margin-block-start: 0;
    padding-inline-start: 0;
  }

  .uploaded_image_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .uploaded_image_container li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .select-button, .delete-button {
    display: inline-block;
  }

.uploaded_file{
    flex: 1;
    max-width: calc(16.666% - 10px);
    margin: 5px;
    height:150px;
}

/* Styles for the modal */

#image-library-popup-background {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}



/* Styles for the close button */
.close1 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


#enlarged-image-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent black background */
    text-align: center;
}
#full-size-image{
    max-width: 100%;
    max-height: 80%;
}
#full-size-image-popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0 20px 20px 20px;
    z-index: 4;
    border: 4px solid;
    border-color: #333;
    border-radius: 10px;
}
#image-library-popup-background {
    display: none;
    position: fixed;
    z-index: 2; /* Set a z-index for the background */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#image-library-popup {
    height: 90%;
    width: 60%;
    padding: 0 20px 20px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 3; /* Set a higher z-index for the popup */
}
.button-container {
    display: flex;
    gap: 10px; /* Adjust the gap between buttons as needed */
  }

  .custom-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    align-items: center;
    justify-content: center;
}

/* Styles for the modal content */
.custom-modal-content {
    background-color: #fff;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.leonardoform .leonardoform_label, .leonardoform .leonardoform_input{
    display: block;
    margin-bottom: 8px;
}
.columns-container {
    display: flex;
    width: 100%; /* Ensure full width of the container */
  }
  
  .column {
    flex: 1; /* Each column takes up 50% of the available width */
    padding: 10px; /* Optional padding for spacing between columns */
    box-sizing: border-box; /* Ensure padding doesn't increase the width */
  }
  #content img{
    max-width: 400px;
    max-height: 400px;
  }
  .leonardo-form textarea{
    width: 100%;
    position: relative;
  }
  .leonardo-form .leonardo-label{
    margin-bottom: 5px;
  }
  #column2{
    background: #f5f5f5;
    border: solid 2px #c3c3c3;
    border-radius: 6px;
    margin-left: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* Styles for the open button */
.custom-open-modal-btn {
    background-color: #0074d9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Styles for the close button */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #888;
    cursor: pointer;
}



.image_properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image_properties_left,
.image_properties_center,
.image_properties_right {
    flex: 1;
}



  
  .image::before {
      content: "";
  }
  
  .image::hover {
      content: "test";
  }

  .material-icons-outlined.md-18 { font-size: 18px; }


  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl
  {
      padding-right: 10px !important;
      padding-left: 10px !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1300px) {
    .container {
        max-width:100%;
        width:100%;
    }
  }
