
@font-face {
    font-family: inter-bold;
    src: url(../fonts/Inter_18pt-Bold.ttf);
}

@font-face {
    font-family: inter-regular;
    src: url(../fonts/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: inter-medium;
    src: url(../fonts/Inter_18pt-Medium.ttf);
}

*
{
    margin: 0;
}

body
{
    background-color: #121212;
    color: white;
}

.wrapper
{
    height: auto;
    width: 60%;
    margin: 100px auto 0 auto;
    background-color: #121212;
}

.title
{
    color: #FFFFFF;
    font-family: inter-bold;
    font-size: 50px;
}

#logo
{
    height: 100px;
}

.searchBar
{
    background-color: #2D2D2D;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin: 0px 0 50px 0;
    color: #B3B3B3;
    font-family: inter-regular;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: text;
}

.searchBar i
{
    margin-left: 5px;
}

.blok
{
    width: 100%;
    height: 200px;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.imgWrapper
{
    height: 100%;
    width: 200px;
    overflow: hidden;
    border-radius: 10px;
    background-image: url(../images/placeholder-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.blokText
{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kopTitle
{
    color: #FFFFFF;
    font-family: inter-bold;
    font-size: 30px;
    width: fit-content;
    float: left;
}

.datum
{
    float: right;
    margin-right: 1rem;
    font-family: Inter-regular;
    color: #B3B3B3;
}

.kopDatumWrapper
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subText
{
    color: #B3B3B3;
    font-family: inter-regular;
    margin-top: 20px;
    font-size: 18px;
}

.knoppen
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.interaction_buttons
{
    margin-top: 0;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.interaction_buttons a
{
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
}

.interaction_buttons a:hover
{
    transform: scale(1.08);
    transition: all 0.2s ease;
    color: #c5c5c5;
}

.Button
{
    background-color: #2D2D2D;
    width: 150px;
    height: 30px;
    border-radius: 7px;
    color: #FFFFFF;
    font-family: inter-medium;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.Button:hover {
    background-color: #3a3a3a;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

#aap
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: fit-content;
    height: fit-content;
    background-size: cover;
    display: none;
}

.imgaap
{
    width: 400px;
}

#boven
{
    height: 40px;
    background-color: #2D2D2D;

    display: flex;
    justify-content: space-between;
}

#boven h3
{
    color: #FFFFFF;
    font-family: inter-medium;
    font-size: 30px;
    margin-left: 20px;
}

#weg
{
    height: 100%;
    width: 80px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}

.terug
{
    color: #FFFFFF;
    font-family: inter-bold;
    font-size: 20px;
}

.header
{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

nav
{
    height: auto;
    width: fit-content;
    display: flex;
}

nav a
{
    margin: 10px;
}

.logintitle
{
    color: #007BFF;
    font-family: inter-bold;
    font-size: 50px;
    margin-right: 20px;
}

.loginBody
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.input
{
    width: 100%;
    padding: 0.8rem 1rem;
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    box-sizing: border-box;
}

.submit
{
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
}

.submit:hover
{
    background-color: #0056b3;
}

.loginWrapper
{
    background-color: #1A1A1A;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.login-container {
    background-color: #1a1a1a;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.toevoegenWrapper
{
    width: 27vw;
    margin: 250px auto 0 auto;
}

#toevoegenForm
{
    width: 80%;
    margin: 0 auto 0 auto;
}

#message
{
    font-family: Inter-regular;
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
}

.fileInput
{
    width: 100%;
    height: 20px;
}

#telefoonAap
{
    background-image: url("../images/aap.jpg");
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.fout
{
    font-family: Inter-regular;
    margin-top: 20px;
    color: #ff4d4d;
}

.goed

{
    font-family: Inter-regular;
    margin-top: 20px;
    color: #fffc84;
}

.login-footer {
    font-family: Inter-regular;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #888;
}

.login-footer a {
    color: #00bfff;
    text-decoration: none;
}

.login-footer a:hover {
    text-decoration: underline;
}

#tegels_wrapper
{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tegel
{
    width: 18%;
    height: 150px;
    margin: 10px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    font-family: inter-medium;
    font-size: 1.2rem;
    text-align: center;
    color: white;
    text-decoration: none;
}

.tegel p
{
    margin-top: 30px;
}

.tegel:hover
{
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
}

#usernameBox
{
    width: fit-content;
    height: 50px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    display: flex;
}

#username
{
    font-family: Inter-regular;
    font-size: 1.2rem;
    padding: 0 20px 0 20px;
    height: fit-content;
    margin: auto 0 auto 0;
}

.pf
{
    background-image: url(../images/avatarplaceholder.png);
    background-size: cover;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin: auto 10px auto 0;
}

#usernameBox:hover
{
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
}

#userPanel
{
    position: absolute;
    top: calc(100% + 8px); /* direct onder de knop, +8px marge */
    right: 0;               /* rechts uitlijnen met de knop */
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 200px;           /* geen % als je wilt dat het niet buiten layout springt */
    padding: 10px;
    /*display: none;*/
    height: auto;
    z-index: 9999;
    display: none;
    flex-direction: column;
}

#profiel_container
{
    position: relative;
    display: inline-block;
}

#inlogButton
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    font-family: inter-medium;
    font-size: 1.1rem;
    padding: 0 20px;
    text-decoration: none;
    color: white;
}

#inlogButton:hover
{
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7);
}

.userPanel_button
{
    display: flex;
    width: 98%;
    height: 30px;
    margin: 0px auto 10px auto;
    font-family: inter-medium;
    align-items: center;
    padding-left: 5px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.userPanel_button:hover
{
    background-color: #3a3a3a;
    cursor: pointer;
}

.sectionLine
{
    width: 95%;
    border-top: 1px solid gray;
    margin: 0 0 10px 0;
}

#knoppenDiv
{
    height: 100%;
    width: fit-content;
    display: flex;
    gap: 1rem;
}

#accounts_list
{
    width: 100%;
    height: fit-content;
}

#refresh
{
    padding: 10px 30px 10px 30px;
    background-color: #3a3a3a;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    border-radius: 10px;
    font-family: inter-medium;
    color: white;
    text-decoration: none;
}

table
{
    margin-top: 30px;
}

thead tr {
    background-color: #007BFF;
    color: #ffffff;
    text-align: left;
    font-family: 'inter-bold', sans-serif;
}

th, td {
    padding: 10px 20px;
}

tbody tr {
    border-bottom: 1px solid #2D2D2D;
}

tbody tr:last-of-type {
    border-bottom: none;
}

tbody #acounts_tr:hover {
    background-color: #2D2D2D;
}

td:first-child {
    color: #B3B3B3;
}

td a
{
    display: block;
    padding: 10px 20px;
    color: white;
}

.delete:hover
{
    background-color: #9a2a2a;
}

.delete
{
    padding: 0;
    background-color: #ff4343;
}

.edit:hover
{
    background-color: #0056b3;
}

.edit
{
    background-color: #007BFF;
    padding: 0;
}

.zoeken
{
    background-color: #2D2D2D;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin: 0px 0 30px 0;
    color: #B3B3B3;
    font-family: inter-regular;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: text;
}

.zoeken i
{
    margin-left: 5px;
}

.zoeken input
{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    font-size: 1rem;
    background-color: #2D2D2D;
    border: none;
    color: #B3B3B3;
    font-family: inter-medium;
}

.zoeken input:focus
{
    border: none;
    outline: none;
}

.zoeken input::placeholder
{
    color: #B3B3B3;
    font-family: inter-medium;
}

#acounts_knoppen_wrapper
{
    width: fit-content;
    height: fit-content;
    display: flex;
    gap: 1rem;
}

.editWrapper
{
    background-color: #1A1A1A;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    text-align: center;
    width: fit-content;

}

.edit_input
{
    width: 250px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 0.95rem;
    line-height: 1.2;
    border: none;
    background-color: #1A1A1A;
    color: #B3B3B3;
}

.edit_input_gebruiker
{
    width: 150px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 0.95rem;
    line-height: 1.2;
    border: none;
    background-color: #1A1A1A;
    color: #B3B3B3;
}

.input_td
{
    padding: 0;
}

.edit_submit
{
    background-color: #2D2D2D;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
    float: left;
    margin-top: 20px;
    font-family: inter-medium;
}

.edit_submit:hover
{
    background-color: #3a3a3a;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.likes
{
    font-family: Inter-bold;
    margin: 0 5px 0 -5px;
}

.comments_blok
{
    /*border: #666666 1px dashed;*/
    height: fit-content;
    margin: -30px 0 50px 0;
    display: none;
}

.comment_form
{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.bericht
{
    width: 85%;
    padding: 10px 0 10px 10px;
    font-size: 1.05rem;
    background-color: #2D2D2D;
    border: none;
    border-radius: 3px;
    color: lightgrey;
    height: 20px;
    overflow: hidden;
}

.bericht:focus
{
    border: none;
    outline: none;
}

.bericht_submit
{
    padding-left: 30px;
    padding-right: 30px;
    background-color: #007BFF;
    border: none;
    border-radius: 3px;
    color: white;
    font-family: inter-medium;
}

.bericht_submit:hover
{
    background-color: #0056b3;
}

.comments_sectionLine
{
    width: 95%;
    border-top: 1px solid gray;
    margin: 0 0 15px 2.5%;
}

.comment_wrapper
{
    width: 100%;
    height: fit-content;
    margin: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.comment
{
    flex-direction: column;
    width: fit-content;

}

.comment_user
{
    width: fit-content;
    height: fit-content;
    display: flex;
}

.comment_username
{
    font-family: inter-medium;
    font-size: 1.1rem;
}

.comment_pf
{
    background-image: url(../images/avatarplaceholder.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 10px;
}

.comment_text
{
    margin: -10px 0 10px 50px;
    font-family: Inter-regular;
}

.comment_delete
{
    background-color: #ff4343;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
}

.comment_delete:hover
{
    background-color: #9a2a2a;
}

.comment_menu_button
{
    padding: 5px;

    width: fit-content;
    height: fit-content;
    color: white;
    font-size: 1.1rem;
}

.comment_menu_button:hover
{
    transform: scale(1.1);
    transition: all 0.2s ease;
    background-color: #2e2e2e;
    border-radius: 5px;
}

.comment_menu_container
{

    position: relative; /* maakt de container de referentie */
    display: inline-block;
}

.comment_menu
{
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 150px;
    padding: 10px;
    /*display: none;*/
    height: auto;
    z-index: 9999;
    display: none;
    flex-direction: column;
}

.comment_menu a
{
    display: flex;
    width: 98%;
    height: 30px;
    margin: 0 auto 10px auto;
    font-family: inter-medium;
    align-items: center;
    padding-left: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.comment_menu a:hover
{
    background-color: #3a3a3a;
    cursor: pointer;
}

.comment_menu.active
{
    display: block;
}

.comment_verwijderen_knop
{
    color: #ff5656;
    gap: 0.5rem;
}

.comment_edit_knop
{
    color: #007BFF;
    gap: 0.5rem;
}

.edit_kopTitle
{
    color: black;
    font-family: inter-bold;
    font-size: 30px;
    width: fit-content;
}

.edit_beschrijving
{
    color: black;
    font-family: inter-regular;
    margin-top: 20px;
    font-size: 18px;
    height: 100%;
    width: 100%;
}

.edit_blokText
{
    display: flex;
    flex-direction: column;
    color: black;
}

.edit_opslaanButton

{
    background-color: #2D2D2D;
    width: 150px;
    height: 30px;
    border-radius: 7px;
    color: #FFFFFF;
    font-family: inter-medium;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.edit_opslaanButton:hover {
    background-color: #3a3a3a;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.edit_imgWrapper
{
    height: 100%;
    width: 200px;
    overflow: hidden;
    border-radius: 10px;
    background-image: url(../images/placeholder-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}

.edit_imgWrapper:hover
{
    cursor: pointer;

}

.search_buttons
{
    display: flex;
    gap: 1rem;
    margin-bottom: 70px;
    width: 100%;
    height: fit-content;
}

.bestanden_knop
{
    padding: 0;
    background-color: #007BFF;
    cursor: pointer;
    font-family: Inter-medium;
    text-decoration: none;
}

.bestanden_knop:hover
{
    background-color: #0056b3;
}

.bestanden_knop a
{
    text-decoration: none;
}

#banPopup
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 570px;
    height: fit-content;
    background-size: cover;
    display: none;
    background-color: #3a3a3a;
    border-radius: 10px;
    padding: 20px;

}

#reason
{
    font-family: inter-medium;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    resize: none;
}

#banPopup h2
{
    color: white;
    font-family: inter-bold;
    font-size: 30px;
    margin-bottom: 20px;
}

#banPopup form button {
    background-color: #ff4343;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
    margin: 20px 10px 0 0;
    font-family: inter-medium;
}

.banned
{
    font-family: Inter-bold;
    margin-top: 20px;
    color: #ff4d4d;
    cursor: pointer;
}

#banReasonPopup
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 570px;
    height: fit-content;
    background-size: cover;
    display: none;
    background-color: #3a3a3a;
    border-radius: 10px;
    padding: 20px;
}

#banReasonPopup h2
{
    color: white;
    font-family: inter-bold;
    font-size: 30px;
    margin-bottom: 20px;
}

#banReasonPopup p
{
    color: white;
    font-family: inter-regular;
    font-size: 18px;
}

#banReasonPopup button
{
    background-color: #ff4343;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
    margin-top: 20px;
    font-family: inter-medium;
}

.ban-container {
    background-color: #2c2c2c;
    border: 1px solid #444;
    padding: 2rem;
    border-radius: 8px;
    max-width: 550px;
    width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    text-align: center;
}

.ban-container h2 {
    margin-top: 0;
    color: #ff4d4d; /* felrode kop voor waarschuwing */
    font-size: 1.8rem;
}

.ban-container p {
    margin: 1rem 0;
    line-height: 1.5;
}

.ban-container .reason {
    font-style: italic;
    color: #e0e0e0;
}

.ban-container-knoppen {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #4d79ff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

.ban-container-knoppen:hover {
    background-color: #3b5fcc;
}

#check_box {
    position: fixed;
    background-color: #2c2c2c;
    color: #f0f0f0;
    padding: 2rem;
    max-width: 450px;
    margin: 5rem auto;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    font-family: Arial, sans-serif;
    display: none;
}

#check_box h2 {
    color: #ff4d4d;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

#check_box p {
    margin-bottom: 2rem;
    line-height: 1.5;
}

#check_box .buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#check_box a {
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
    cursor: pointer;
}

#check_box .delete-btn {
    background-color: #ff4d4d;
    color: #fff;
}

#check_box .delete-btn:hover {
    background-color: #cc3b3b;
}

#check_box .cancel-btn {
    background-color: #555;
    color: #fff;
}

#check_box .cancel-btn:hover {
    background-color: #444;
}

.inlineLink
{
    color: #007BFF;
    text-decoration: underline;
    cursor: pointer;
}

.contact_form
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.contact_form h1
{
    color: #FFFFFF;
    font-family: inter-bold;
    font-size: 36px;
    margin-bottom: 20px;
}

.contact_form input
{
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #2D2D2D;
    color: #B3B3B3;
    font-family: inter-medium;
}

.contact_form div
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.contact_form div div
{
    display: flex;
    flex-direction: column;
    width: 48%;
}

.contact_form textarea
{
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #2D2D2D;
    color: #B3B3B3;
    font-family: inter-medium;
    resize: none;
    width: 100%;
    height: 200px;
    margin: 0;
    box-sizing: border-box;
}

.contact_form button
{
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
    font-family: inter-medium;
}

.checkboxText
{
    font-family: inter-medium;
    color: #B3B3B3;
    font-size: 0.8rem;
}

.checkbox_wrapper
{
    display: flex;
    width: fit-content;
    gap: 0.5rem;
    margin: auto auto 20px auto;

}

#unsubscribeBody
{
    background-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#unsubscribeWrapper
{
    display: flex;
    width: 700px;
    height: fit-content;
    gap: 0.5rem;
    flex-direction: column;
    color: black;
    align-items: center;
    padding: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
}

#unschrijvenImg
{
    height: 250px;
}

#unsubscribeWrapper h1
{
    font-family: inter-bold;
    font-size: 2rem;
    margin: 20px 0 10px 0;
    width: fit-content;
    height: fit-content;
}

#unsubscribeWrapper p
{
    font-family: inter-regular;
    font-size: 1rem;
    margin-bottom: 25px;
    width: fit-content;
    height: fit-content;
}

#unsubscribeWrapper div
{
    display: flex;
    align-items: center;
    gap: 30px;
}

#blijvenButton
{
    background-color: #EE9002;
    color: white;
    font-family: Inter-bold;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

#blijvenButton:hover
{
    background-color: #db8718;
}

#uitschrijvenButton
{

    color: #0098ff;
    font-family: Inter-bold;
    font-size: 0.9rem;
    cursor: pointer;
    border-bottom: white 2px solid;
    box-sizing: border-box;
}

#uitschrijvenButton:hover
{
    border-bottom: #0098ff 2px solid;
}

@media screen and (width < 800px) {

    #unsubscribeWrapper
    {
        width: 100vw;
        height: 100vw;
        position: fixed;
    }

    #unschrijvenImg
    {
        height: 200px;
        margin-top: 10%;
    }
}

.settings_section
{
    margin: 0 auto 50px auto;
    width: 80%;
    height: fit-content;
    background-color: #1A1A1A;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 30px;
}

.settings_titel
{
    font-family: inter-bold;
    font-size: 24px;
    color: white;
    width: fit-content;
    height: fit-content;
}

.settings_sectionLine
{
    height: 2px;
    width: 100%;
    background-color: #666666;
    margin-top: 10px;
}

.settings_section form
{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
}

.settings_section form label
{
    font-family: inter-medium;
    color: white;
    margin-top: 20px;
    margin-bottom: 5px;
}

.settings_section form input
{
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    color: black;
    font-family: inter-medium;
    background-color: white;
    height: 20px;
}

.settings_section form button
{
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: fit-content;
    margin-top: 20px;
    font-family: inter-medium;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.custom-checkbox:hover .checkmark {
    background-color: #ddd;
}


.custom-checkbox input:checked ~ .checkmark {
    background-color: #0098ff;
    border-color: #0098ff;
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

#rood
{
    background-color: #ff2626;
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#verifyWrapper
{
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto;
    background-color: #1A1A1A;
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    text-align: center;
}

#verifyWrapper h1
{
    color: #FFFFFF;
    font-family: inter-bold;
    font-size: 2rem;
    text-align: center;
}

#verifyWrapper p
{
    color: #B3B3B3;
    font-family: inter-regular;
    font-size: 1rem;
    text-align: center;
}

#variableText
{
    color: #1aa0ea;
    font-family: inter-regular;
    font-size: 1rem;
    text-align: center;
}

.verify_links:hover {
    text-decoration: underline;
}

.verify_links
{
    color: #00bfff;
    text-decoration: none;
    cursor: pointer;
    font-family: Inter-regular;
    font-size: 0.8rem;
}

#verify_links_wrapper
{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media screen and (width < 630px) {

    #unsubscribeWrapper h1
    {
        width: 80%;
        text-align: center;
    }

    #unsubscribeWrapper p
    {
        width: 80%;
        text-align: center;
    }

    #unsubscribeWrapper
    {
        padding: 0;
        height: fit-content;
        box-shadow: none;
        background-color: transparent;
    }

    #unsubscribeBody
    {
        background-color: white;
    }

    #unschrijvenImg
    {
        margin-top: 0;
    }
}

@media screen and (width < 840px){
    #telefoonAap
    {
        display: block;
    }

    #telefoonText
    {
        width: fit-content;
        height: fit-content;
        padding: 5px;
        margin: auto;
        background-color: #666666;
        color: whitesmoke;
        font-size: 50px;
        font-family: inter-medium;
    }
}

