﻿/* Gerelateerd aan het tabel op het / endpoint */
.custom-tbl {

}

.custom-tbl-input {
    width: 250px;
    min-width: 100px;
}

.custom-tbl-type {
    padding-right: 10px;
}


/* Gerelateerd aan de submit knop onderaan de pagina op het / endpoint */
.custom-form-submitbutton {
    margin-top: 1rem;
    border: none;
    color: #fff;
    background-color: rgb(0, 177, 255);
    padding: 9.5px 30px;
    text-align: center;
    display: inline-block;
    opacity: 1;
    transition: 0.3s;
}

.custom-form-submitbutton:hover {
    background-color: rgb(0, 125, 198);
    transition: 0.3s;
}

/* Gerelateerd aan het stuk boven de lijn boven het tabel */
.custom-title-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 27px;
    height: 75px;
}

.custom-title-img-box {
    height: 75px;
}

.custom-title-title {
    display: flex;
    align-items: center;
    text-align: left;
}