body {
    background-color: #f5f5f5;
}

.login_bg {
    background-color: #F6F8FB;
}

.lighter_blue {
    color: #0054a6 !important;
    font-size: 14px;
}

.social-buttons {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    font-family: Inter;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
}

.login-area-2 {
    max-width: 440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.login_sub_title {
    font-size: 16px;
    letter-spacing: 1px;
}

.login_title {
    font-size: 30px;
    font-weight: 600;
    font-family: Inter;
    align-self: stretch;
}

.logo1 {
    width: 46px;
    height: 46px;
}

.logo_text {
    width: 148px;
    height: 36px;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #98A2B3;
}

.zero_p_m {
    padding: 0px;
    margin: 0px;
}

.right {
    right: 30px;
}

.right a {
    text-decoration: none;
    color: #000;
}

.bi-eye::before {
    content: "\f341";
}

.sidebar_menus {
    list-style-type: none;
}

.bg-body-tertiary {
    background-color: #000 !important;
    border: unset !important;
}

.sidebar_menus li {
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sidebar_menus li a {
    list-style-type: none;
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
}

.sidebar_menus li a:hover {
    font-weight: bold;
    color: #000;
}

.divider2:after,
.divider2:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #EAECEF;
}

.btn-primary:hover {
    background-color: #353534 !important;
}

.btn-primary-2 {
    background-color: #5b6770 !important;
    border-color: #5b6770 !important;
    color: #fff !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0 0 20px 0 !important;
    color: #353534;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.text-pro {
    color: #353534;
    display: block;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.25;
}

.category-search-2 {
    background: none !important;
    border: 1px solid #353534 !important;
    border-radius: 0 0 13px 0 !important;
    text-align: left !important;
    height: 40px;
    cursor: pointer;
    display: flex;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: relative;
}

.category-search-3 {
    background: none !important;
    /*border: 1px solid #353534 !important;
    border-radius: 0 0 13px 0 !important;*/
    text-align: left !important;
    height: 40px;
    cursor: pointer;
    display: flex;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1;
    padding: 0.5rem 1rem;
    position: relative;
}

.category-search-2:hover,
.category-search-3:hover {
    background-color: #353534 !important;
    color: white !important;
}

.select2-selection,
.select2-selection--single {
    background: none !important;
    border: 1px solid #353534 !important;
    border-radius: 0 0 13px 0 !important;
    text-align: left !important;
    height: 40px !important;
    cursor: pointer;
    display: flex;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1,5 !important;
    padding: 0.5rem 1rem !important;
    position: relative !important;
    /* transition: all .2s ease-in-out; */
}

.select2-selection:hover,
.select2-selection--single:hover,
.select2-selection__rendered:hover {
    background-color: #353534 !important;
    color: white !important;
}

.dropdown-toggle-2::after {
    display: inline-block;
    float: right !important;
    /* margin-left: 9em !important; */
    font-size: 23px !important;
    vertical-align: 0.255em;
    margin-top: 2%;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle-2:hover::after {
    transform: rotate(180deg);
}

.category-search {
    background: none !important;
    border: 1px solid #353534 !important;
    border-radius: 0 0 15px 0 !important;
    font-size: .875rem;
    font-style: italic;
    height: 40px;
    padding-left: 1.5rem;
    width: 62% !important;
    transition: background .2s ease-in-out;
}

.bgnon-2 {
    background: unset !important;
    border: none !important;
    display: block;
    width: 100%;
    padding: 9px 0.75rem;
    font-size: 16px !important;
    font-weight: 400;
    font-style: inherit;
}

.letter {
    letter-spacing: 0px;
}

.category-box {
    background-color: #e3e3e3;
    margin-left: calc(var(--layout-padding-x)*-1);
    margin-right: calc(var(--layout-padding-x)*-1);
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.category-id-5 {
    color: #fff !important;
    background: #37749e !important;
    cursor: pointer;
    border-bottom-right-radius: 60px !important;
    height: 85% !important;
}

.categoryid-83 {
    background: #768c7d !important;
}

.categoryid-121 {
    background: #972628 !important;
}

.categoryid-145 {
    background: #bdcacf !important;
}

.dist-1 {
    list-style: none;
    text-transform: lowercase;
    padding-bottom: 10px;
    font-size: 13px;
}

.row-2>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .0) !important;
    padding-left: calc(var(--bs-gutter-x) * .0) !important;
    margin-top: var(--bs-gutter-y);
}

.back-col {
    background-color: #353534;
}

.bg-primary {
    background-color: #353534 !important;
}

.bg-primary2 {
    background-color: #5b6770 !important;
}

.count-2 {
    display: none;
}

.hov-1 {
    cursor: pointer;
    color: white !important;
}

.hov-1:hover {
    color: gray !important;
}

.fs-7 {
    font-size: 0.8rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.card {
    border-radius: 8px !important;
    border: solid 1.8px #cecece !important;
}

.rounded-f {
    border-radius: 8px !important;
    border: solid 1.8px #cecece !important;
}

.footer {
    background: #000;
    border-bottom: 1px solid #DEE2E6 !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}

.navbar-nav li a,
.list-inline-item a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-decoration: none;
}

.navbar-nav li a:hover,
.list-inline-item a:hover {
    background-color: #efefef;
    color: #000 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    /*font-weight: bold;*/
    background-color: #efefef;
    color: #000 !important;

}

.fixed-top {
    /* top: -40px; */
    transition: transform .3s;
    background-color: #353534;
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.fixed_top {
    background-color: #353534;
}

.scrollTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    background-color: rgb(12, 12, 12);
    color: white;
    border: none;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    /* padding-bottom: 2.5rem; */
    /* Footer height */
}

#footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    margin: 0 !important;
}


.sidebar_menus .active {
    font-weight: bold;
}

.bg-grey {
    background: #e3e3e3;
}

.bg-grey2 {
    background: #eee;
}


.title-achat {
    font-weight: bold;
    font-size: 1.3rem;
}


.text-600 {
    font-weight: 600 !important;
}

/*
.alert-success{
    background-color: #006600
}
*/

.user-connection{
    font-size: 1.1rem;
}

.form-control,
.form-control::placeholder {
    color: black !important;
}

.form-control:hover::placeholder {
    color: white !important;
}

a {
    color: black !important;
}

.img-club {
    margin-bottom: 6rem;
}

.form-control {
    color: #eee;
}

.form-label {
    font-weight: 600;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    text-align: left;
    padding: 8px;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.points-declaration:hover {
    font-weight: bold;
}

.actions {
    display: flex;
    min-height: 50px;
}

.border-radius-custom {
    border-radius: 10%;
}

h1.title {
    border-bottom: 1px solid #212529;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

/***********Media query*************/

@media (min-width: 320px) and (max-width: 579px) {
    .list-inline-dots {
        display: grid;
    }

    .dott {
        display: none;
    }

    #footer {
        position: unset;
    }

    #content-wrap {
        padding-bottom: 0rem;
    }

    .res-nv {
        display: none !important;
    }

    .count {
        display: none;
    }

    .count-2 {
        display: block;
    }

    .back-col {
        background-color: white;
    }

    .back-col a {
        color: #000 !important;
    }

    .category-search-2 {
        width: 100%;
    }

    .category-search-3 {
        width: 100%;
    }

    .category-search {
        width: 100% !important;
    }

    .category-id-5 {
        color: #fff !important;
        border-bottom-right-radius: 0px !important;
        margin: 2% 0%;
    }
}

/***********Media query**************/