@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,600;0,900;1,300;1,400;1,700&display=swap');
* {
    font-family: "Poppins", sans-serif;
}
body {
    background-color: #f6f8fc;
    background-size: cover;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}
/* upload */
.wrapper {
    width: 60%;
    height: 525px;
    margin: 50px auto;
    display: block;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}
@media (max-width: 840px) {
    .wrapper  {
      width: 95%;
    }
}
.wrapper .content h2 {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 200;
    color: #6990f2;
}
.content .error-message {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    color: #000;
    background-color: rgb(248, 147, 147);
}
.content .succes-message {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    padding: 5px;
    background-color: lightgreen;
}
.wrapper form .container {
    /* background-color: red; */
    margin-top: 20px;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    border: 2px dashed #6990f2;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.wrapper .container i{
    font-size: 60px;
    color: #5352ed;
}
.wrapper .container .fa:hover{
    font-size: 60px;
    color: #6990f2;
}
.wrapper .container .browse{
    margin-top: 25px;
    font-size: 25px;
    font-weight: 500;
    color:#5352ed;
}
.file_tab {
    width: 100%;
    display: flex; 
    align-items: center;
    height: 80px;
    margin-top: 20px;
    background: #e9e9fa;
    border-radius: 3px;
    transition: all 0.3s ease;
    /* display: none;  */
}
.file_tab .files {
    display: flex;
    width: 100%;
    /* background-color: red; */
}
.file_tab .files .fa-file-arrow-down{
    font-size: 45px;
    float: left;
    color: #3586ff;
    margin-left: 20px;
    margin-top: 5px;
}
.file_tab .files .icon-trash {
    color: red;
    width: 100%;
    font-size: 30px;
    margin-left: 100px;
    margin-top: 10px;
    margin-right: 20px;
    /* background-color: chartreuse; */
    align-items: center;
    text-align: right;
    transition: 0.5s;
} 
.file_tab .files .icon-trash:hover {
    font-size: 33px;
} 
.file_tab .text-file {
    font-size: 17px;
    margin-left: 8px;
    margin-top: 10px;
    font-weight: 500;
}
.containerPDF a {
    position: relative;
    text-decoration: none;
    background-color: coral;
    color: white;
    padding: 5px;
    top: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.containerPDF a:hover {
    opacity: 0.8;

}
/* Wanneer user niet ingelogd is */
h3 {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 200;
    color: #6990f2;
}
.content .upload-btn-inlog {
    color: #fff;
    width: 25%;
    height: 30px;
    /* padding: 5px; */
    margin-top: 25px;
    border-radius: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #6990f2;
    top: 262px;
}
.content .upload-btn-inlog:hover {
    background-color: #3586ff;
}
.content .upload-btn-inlog a{
    text-decoration: none;
    color: #fff;
}
/* 1/3 */
.wrapper .h2 {
margin-top: 50px;
margin-left: 0px;
font-size: 15px;
color: #6990f2;
}
.wrapper .content-details {
position: relative;
}
.wrapper .verplicht {
color: orange;
}
.wrapper .optioneel {
color: grey;
font-size: 10px;
}
.wrapper .content-details p {
font-weight: 600;
font-size: 16px;
margin-top: 14px;
margin-bottom: 14px;
color: #6990f2;
}
.wrapper .content-details .input {
width: 60%;
padding: 0.5rem 1rem;
outline: none;
border: 2px solid rgba(0, 0, 0, 0);
background-color: rgba(230, 230, 230, 0.6);
font-size: 1.1rem;
margin-bottom: 10px;
transition: .3s;
}
@media (max-width: 840px) {
    .wrapper .content-details .input {
    width: 100%;
    }
}
.wrapper .content-details .input113, .wrapper .content-details .input213, .wrapper .content-details .input313,
.content-details .input413, .content-details .input513 {
    width: 60%;
    padding: 0.5rem 1rem;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: .3s;
    }
.content-details .input:hover {
background-color: rgba(0, 0, 0, 0.1);
border: none;
}
.content-details .input:focus {
background-color: #fff;
border: 2px solid rgba(30, 85, 250, 0.47);  
}

.wrapper .content-details .inputtext {
background: #fff; 
border: 1px rgb(204, 204, 204) solid;  
border-radius: 20px;
height: 20px;
}
.wrapper .content-details .upload-btn-div {
width: 100%;
margin-top: 15px;
background-color: red; 
text-align: right;
}
.upload-btn-4 {
    color: #fff;
    width: 25%;
    height: 30px;
    border-radius: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #6990f2;
    float: left; /* Verplaats de knop naar links */
    margin-top: 20px; /* Voeg wat marge toe om ruimte te creëren tussen de inhoud erboven */
    display: block; /* Zorg ervoor dat de knop een blok is om volledige breedte van de container te krijgen */
}
.upload-btn-4:hover {
    background: #3586ff;
}
.back-btn-3 {
    color: #fff;
    width: 25%;
    height: 30px;
    /* padding: 5px; */
    border-radius: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #6990f2;
    float: left;
}