.navbar {
    position: relative !important;
}

.container-title {
    background: #333;
    color: white;
    padding: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.description {
    width: 50%;
    background: #333;
    color: white;
    padding: 20px;
    border: solid 1px black;
    margin-top: 10px;
    text-align: justify;
}

.container-table {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.table-eval {
    margin-top: 10px;
    background: white;
}

.table-eval thead {
    background: #333;
    color: white;
    text-align: center;
}

.table-text {
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}

.table-example {
    margin-top: 10px;
    color: gray;
    font-style: italic;
    text-align: justify;

}

.table-title {
    text-align: center;
}

td {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.container-constat {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.constat-title {
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #333;
    color: white;
    font-weight: bold;
    border: solid 1px black;
}

.constat-content {
    width: 100%;
}

.interraction-holder {
    width: 50%;
    display: flex;
    justify-content: end;
    margin: 20px;
}

.interraction-button {
    background: #333;
    color: white;
}

.interraction-button:hover {
    background: black;
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.inputTD {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.formItem {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.formItemTitle {
    margin-right: 20px;
    width: 30%;
}

.formItemTitleHolder {
    padding-right: ;
    width: 30%;
}

