.content-admin-panel{
    margin-left: 2%;
    margin-right: 2%;
}
.table-adminpanel{
    width: 100%;
    border-collapse: collapse;
    margin-top: 1dvh;
    margin-bottom: 3dvh;
}
.table-adminpanel thead tr th{
    background-color: black;
    color: white;
}
.btn-primary{
    background: #6eceb1e0;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
}
.btn-primary:hover{
    background-color: #b3b3b3 !important;
}
.buttons-adminpanel{
    margin-bottom: 2dvh;
}
#users_excel_button, #inscrits_excel_button, #cerques_excel_button{
    width: 300px;
}
#users_excel_button:hover, #inscrits_excel_button:hover, #cerques_excel_button:hover{
    background-color: black;
}
.table-adminpanel th, .table-adminpanel td {
    border: 2px solid white;
    padding: 8px;
    text-align: left;
}
.table-adminpanel tbody tr td {
    background-color: #f3f3f3ff;
}
.table-adminpanel tbody tr.inactive-row td {
    background-color: #ffdddd;
}

/*=============== Table parameters =========*/
.table-parameters{
    display: flex;
    margin-bottom: 2dvh;
    margin-top: 2dvh;
}
.mb-3{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8dvh;
}
.prev-next-link{
    text-align: right;
    width: 100%;
}
/*=== Arrow links ===*/
.link-adminpanel{
    color: #6eceb1e0;
    font-weight: 600;
    margin-right: 10px;
    text-decoration: none;
    font-size: 24px;
}
.link-adminpanel:hover{
    color: #b3b3b3;
    text-decoration: underline;
}
/*=== Input data ===*/
input[type="date"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
    background-color: #f3f3f3ff;
    border: 2px solid #00000036;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px;
    color: #333;
    width: 250px;
    transition: all 0.3s ease;
}
.date-filters input[type="date"] {
    cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}
.date-filters{
    margin-bottom: 1dvh;
}

/*======== Side bar =======*/
.menu-btn, .sidebar .closebtn {
    font-size: 26px;
    background-color: transparent;
    color: #6eceb1e0;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 1001;
    margin-left: 2%;
    font-weight: 800;
}
.menu-btn:hover, .sidebar a:hover {
    color: black;
    background-color: #f3f3f3ff;
}

/* Sidebar */
.sidebar {
    height: 100%;
    width: 30%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #f3f3f3ff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}
.sidebar a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #ddd;
    display: block;
    transition: 0.2s;
}
.sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}
.calendar-filter{
    padding-top: 4dvh;
}
.sub-text{
    font-style: italic;
}
.content-4{
    display: flex;
}
.content-4 label{
    width: 20%;
}
.content-4 input{
    width: 80%;
}
