/* Accord Alternate Regular */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Accord Alternate Medium */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/* Accord Alternate Bold */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* Accord Alternate Italic */
@font-face {
    font-family: 'Accord Alternate';
    src: local('Accord Alternate'), local('Accord Alternate'),
        url('../fonts/AccordAlternate/AccordAlternate-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


:root {
    --freshino-blue             : #121e2d;
--freshino-off-white            : #ecf0f2;
    --input                     : #DAE2E6;
    --orange                    : #E69A3D;
    --red                       : #C72E44;
    --white                     : #FFFFFF;
    --black                     : #000000;

    --font1                     :'Accord Alternate', sans-serif;
    --font-text                 :'Montserrat', sans-serif;

    --title-size                :32px;

}


body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;

}
input, select, textarea, button { margin: 8px 0; width: 100%; }
div{
      font-family: var(--font-text);
}
span[onclick] {
    cursor: pointer;
}
a {
    color: inherit;
}

.fa-solid.fa-sort-down.open{
  font-weight: 900;
  color: var(--red);
}
.fa-solid.fa-minus{
    font-weight: 900;
    color: var(--red);
}

h3.title2{
    font-size: 16px;
    font-family: var(--font-text);
    color: var(--freshino-blue);
    margin-bottom: 30px;
    margin-top: .4em;
    font-weight: normal;
}

h2.title{
    font-size: calc(var(--title-size));
    font-family: var(--font1);
    font-weight: bold;
    color: var(--red);
    line-height: 1;
    margin-bottom: 4px;
    text-decoration: none;
}

input{
  height: 46px;
  width: 100%;
  min-width: 210px;
  padding: 20px;
  border: none;
  border-radius: 24px;
  background-color: var(--input);
  font-size: 14px;
  font-family: var(--font-text);
  outline: none;
}

button{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-text);
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--orange);
  color: var(--white);
  border: 2px solid var(--orange);
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 100px;
  transition: all .3s ease;
  min-width: 150px;
  max-width: 250px;
}
pre { background: #f0f0f0; padding: 10px; white-space: pre-wrap; }

.header {
  background-color: var(--freshino-blue);
  padding: 1em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-pattern{
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.header-title{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2em;
    color: var(--freshino-off-white);
    font-size: 16px;
}
.header-title img {
    cursor: pointer;
}
.header-title.left{
    justify-content: end;
    font-size: 12px;
}
.header-login-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    color: var(--freshino-off-white);
    font-size: 14px;
    gap: 8px;
}
.header-login-info .login-item {
    display: flex;
    gap: 20px;
}

.img_logo_header{
    height: 2em;
    width: 149px;
}

div.header_bottom{
    width: 100%;
    padding: .4em .2em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: var(--white);
    background-color: var(--orange);
}

.content {
    display: flex;
    flex-direction: row;
    padding: 2em;
    width: 100%;
    height: calc(100vh - 127px);
    gap: 2em;
}

.content-left {
    width: 20%;
}
.content-left .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 1em;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}

.logout{
    cursor: pointer;
}

.login-container{
    width: 100%;  
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}

.login-container-logo{
    margin-top: -120px;
    max-width: 100px;
    width: 100%;
}
    .login-container-logo img.img_logo_login {
        width: 100px;
    } 
.login-container-inner{
    max-width: 550px;
    width: 100%;
    padding: 2em;
    box-shadow: 3px 3px 16px rgba(0,0,0,0.2);
    border-radius: 15px;
    background: var(--white);
}

    .login-container-inner h2{
        text-align: center;
        color: var(--orange);
    }
    .login-container-inner h3{
        text-align: center;
        color: var(--freshino-blue);
    }
    .login-container-inner div.info{
        text-align: center;
        color: #5e5e5e;
        font-size: 12px;
        margin-top: 10px;
    }
    .login-container-inner form{
        margin-top: 2em;
    }
        .login-container-inner form button{
            margin: 0 auto;
            margin-top: 2em;
        }

.content-right {
    width: 80%;
}
.content-right .container{
    height: 100%;
    width: 100%;
    padding: 1em;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}

.input-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
    gap : 1em;
}

.input-header select {
    width: 90px;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: var(--orange);
    border: none;
    font-weight: bold;
}

/* .input-header select option:hover {
    background-color: var(--orange);
    color: white;
} */

.body-header{
    font-size: larger;
    gap: 25px;
    display: flex;
    padding: 20px 0px;
    cursor: pointer;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
th, td {
    padding: 0, 1em;
    text-align: left;
    border-bottom: 1px solid #4b50574f;
    font-size: 14px;
    padding: 9px;
}

td[contenteditable]{
    background-color: var(--white);
}

td span{
    cursor: pointer;
} 

.line{
    width: 60px;
    height: 8px;
    border-radius: 100px;
    background-color: var(--orange);
}

.line::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -12px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: var(--orange);
}

span.active {
    color: var(--orange);
}
#apiRequestForm{
    display: none;
}
.api-body{
    display: none;
    min-height: 450px;
    max-height: 530px;
    overflow-y: scroll;
    padding: 1em;
    background-color: var(--freshino-off-white);
    border-radius: 8px;
}
    .api-body::-webkit-scrollbar{
        display: none;
    }
    .api-body textarea{
        height: 300px;
        width: 100%;
        padding: 20px;
        margin-top: 10px;
        border: none;
        background-color: var(--input);
        font-size: 14px;
        font-family: var(--font-text);
        overflow-y: scroll;
        appearance: none;
        outline: none;
        resize: none;
        overflow: auto;
    }
    .api-body i{
        cursor: pointer;
        color: #A6A6A6;
        margin-left: 10px; 
        font-size: 20px;
    }
.api-body.active {
  display: block;
}

p.info {
    font-size: 12px;
    color: #848484;
}
.menu{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
}

div.menu-item {
    width: 100%;
    cursor: pointer;
}
    div.menu-item-title{
        /* padding: 10px 20px;
        box-sizing: border-box;
        margin: 0px;
        font-size: 10pt;
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold; */
        width: 100%;
        padding: .5em 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        border-bottom: 2px solid var(--freshino-off-white);
    }
div.menu-item li{
    list-style: none;
}
    div.menu-item li::before {
        content: '';
        background-image: url('../images/list-shape.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        position: relative;
        display: inline-block;
        top: 8px;
    }

.menu-items {
    display: none;
    flex-direction: column;
    overflow: hidden;
    opacity: 1;
    transition: max-height 1.5s ease-in-out;
    background-color: #f6f6f6;
    width: 100%;
    padding-left: .2em; /* Voeg padding toe aan de binnenkant */
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
}

    .menu-items.show {
        max-height: 500px;  /* Stel max-height in naar een redelijk grote waarde */
        opacity: 1;
    }
    .menu-items:hover{
        color: var(--orange);
    }

.clickable-span{
      padding: 10px 20px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 10pt;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  max-width: 288px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

div.form-item-btn{
    display: flex;
    gap: 1em;
    align-items: center;
}

a.account-aanmaak-button{
    color: white;
    display: flex;
}

div.passwordbuttonsholder{
    display: flex;
    flex-direction: row;
}
    div.passwordbuttonsholder *{
        margin-right: 10px;
    }