/*@import '~bootstrap-icons/font/bootstrap-icons.css';
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/

h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}

/* Table Styles */

table {
    border-collapse: collapse;
    border-radius: 2em;
    overflow: hidden;
}

.table-wrapper {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    /*border: none;*/
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /* white-space: nowrap; */
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #3C81C4;
}

.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #374d5f;
}

.fl-table tr:nth-child(even) {
    background: #f8f8f8;
}


/* gestion immobilier CSS */
.immobilier {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    /*border: none;*/
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    /* white-space: nowrap; */
    background-color: white;
}

.immobilier td,
.immobilier th {
    /*text-align: center;*/
    padding: 8px;
}

.immobilier td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
    align-content: center;
    padding: 3px !important;
}

.immobilier thead th {
    color: #ffffff;
    /*background: #3C81C4;*/
    background: #374d5f;
    border-width: 1;
}

.immobilier thead th:nth-child(odd) {
    color: #ffffff;
    background: #374d5f;
}

.immobilier tr:nth-child(even) {
    background: #f8f8f8;
}

.py-4{
    padding-bottom: 0px!important;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}
