<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #111827;
    padding: 0;
    margin: 0;
}

#nav {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100%-10px);
    height: 40px;
    background-color: #1f2937;

}

#liste_account {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
}

#liste_account::-webkit-scrollbar {
    display: none;
}

#content {
    display: flex;
    flex-direction: row;
}

#nav_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#new_account {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cadeau_groupe {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#see_account_content {
    display: none;
}

.text_area_actif {
    border: 2px solid #444;
    box-shadow: unset 1px 1px 4px black;
    border-radius: 4px;
    background: #374151;
    width: 33%;
    padding: 0.3rem;
    font-size: 15px;
    color: white;
    margin: 3px;
}

#new_account_validation {
    width: 35%;
    padding: 0.3rem;
    background: #3182ce;
    color: white;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 3px;
    cursor: pointer;
}

.input_button {
    width: 35%;
    padding: 0.3rem;
    background: #3182ce;
    color: white;
    border: 1px solid #444;
    border-radius: 4px;
    margin: 3px;
    cursor: pointer;
}

#new_account_validation:hover {
    background: #2b6cb0;
}

.text_area_inactif {
    border: 2px solid #444;
    box-shadow: unset 1px 1px 4px black;
    border-radius: 4px;
    background: #374151;
    width: 33%;
    padding: 0.3rem;
    font-size: 15px;
    color: grey;
    margin: 3px;
}

.btn_nav {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background-color: #3182ce;
    padding: 0.5rem 1rem;
    color: white;
    border-radius: 0.375rem;
    cursor: pointer;
    border: none;
    margin-right: 5px;
}

.number_count {
    color: white;
}

.card_user {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30px;
    border: 1px solid #444;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}

.btn_nav a {
    text-decoration: none;
    color: white;
}

.btn_nav:hover {
    background: #2b6cb0;
}

.btn_section:first-child {
    margin-top: 3px;
}

.btn_section:last-child {
    border: none;
}

.btn_section {
    background: #1f2937;
    border: none;
    width: 98%;
    height: 30px;
    color: white;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.btn_section:hover {
    background: #2b6cb0;
}

.admin_side_left {
    width: 20%;
    border: 1px solid #444;
    height: 92vh;
    margin: 5px;
    border-radius: 8px;
}

.admin_side_content {
    width: 79%;
    border: 1px solid #444;
    height: 92vh;
    margin: 5px;
    border-radius: 8px;
}

.background_card {
    background-color: #1f2937;
}

.card_inter_25_25 {
    width: 25%;
    height: 25%;
}

.card_inter_50_25 {
    width: 50%;
    height: 25%;
}

.card_inter_50_75 {
    width: 50%;
    height: 75%;
}

.card_inter_75_75 {
    width: 75%;
    height: 75%;
}

.card_30_100 {
    width: 30%;
    height: 100%;
}

.card_70_100 {
    width: 70%;
    height: 100%;
}

.border_card_inter_1_solid_444_rad_4 {
    border: 1px solid #444;
    border-radius: 4px;
}

.border_right_1_solid_444 {
    border-right: 1px solid #444;
}

.margin_3 {
    margin: 3px;
}

.box_shadow_card_inter {
    box-shadow: inset 1px 1px 4px black;
}</pre></body></html>