@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    font-family: "Mulish", sans-serif;
    color: black;
}
h1, h2, h3, h4, h5, h6 {
    color: #68917B;
    font-weight: 700;
}
a {
    color: #68917B;
    font-size: 15px;
}
p {
    font-size: 14px;
}
label {
    font-size: 16px;
    line-height: 16px;
}
button,
button.btn {
    background-color: #68917B;
    height: 46px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #68917B;
}
button.btn:hover {
    color: #68917B;
    border-color: #68917B;
    background-color: #E8E6E5;
    transition: ease-in-out all 0.5s;
}
.card {
    overflow: hidden;
}

/* Login page */
.auth-logo img {
    max-width: 227px;
}
.authentication-bg .card {
    padding: 48px 110px;
}
.authentication-bg .card-header h1 {
    font-size: 24px;
}
.authentication-bg .card-header h2 {
    font-size: 24px;
    font-weight: 300;
}
input.form-control {
    font-size: 14px;
    height: 46px;
    color: #A39F9C;
    border: 1px solid #E8E6E5;
    border-radius: 5px;
    background-color: #FCFBFA;
}
.form-check-input:checked {
    background-color: #68917B;
    border-color: #68917B;
}
.form-check-input[type=checkbox] {
    border-radius: 50%;
    border-color: #E8E6E5;
}
label.form-check-label {
    font-size: 15px;
}
button.btn.btn-link {
    background-color: transparent;
}
/* Header */
.navbar-header {
    height: 90px;
}
.topnav {
    background: transparent;
    box-shadow: none;
    border: none;
}
.topnav .topnav-menu ul {
    border: 1px solid #68917B;
    border-radius: 5px;
    overflow: auto;
}
.topnav .topnav-menu ul li {
    text-align: center;
    color: #fff;
    background-color: #68917B;
}
.topnav .navbar-nav .nav-item .nav-link.active {
    color: #68917B;
    background-color: #E8E6E5;
}
.topnav .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 14px;
    color: inherit;
    padding: 15px;
    transition: all ease-in-out 0.5s;
}
.topnav .navbar-nav .nav-link:hover {
    color: #68917B;
    background-color: #E8E6E5;
}
button.header-item {
    background: transparent;
    color: #0F1111;
    font-size: 16px;
}
.header-profile-user {
    width: 43px;
    height: 43px;
    border-color: #E8E6E5;
}

/* Footer */
footer {
    background-color: #E8E6E5 !important;
}
footer p {
    color: #7E7673;
}

/* Horizontal page */
body[data-layout=horizontal] .page-content {
    margin-top: 90px;
    padding-top: 35px;
}
.main-content .page-content h1 {
    font-size: 26px;
}
table.black-shadow {
    box-shadow: 0px 1px 4px #0000001D;
    border-radius: 5px;
    overflow: hidden
}
table.colored-row {
    box-shadow: 0px 1px 4px #0000001D;
    border-radius: 5px;
    overflow: hidden;
}
table thead th,
table.colored-row tbody tr td:first-child {
    color: #68917B !important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
table.colored-row thead th,
table.colored-row tbody tr td:first-child {
    background-color: #EFF0EC80;
}
table tbody tr td {
    font-weight: 500;
    font-size: 14px;
}
table tbody tr td:first-child {
    font-weight: 600;
}
table input {
    width: 100%;
    max-width: 70px;
    box-shadow: inset 0px 1px 2px #48484829;
    border: 1px solid #E8E6E5;
    border-radius: 5px;
    height: 29px;
    font-size: 14px;
    padding: 0 6px;
}
table input.fee_name {
    max-width: 250px;
    width: 250px;
}
.horizontal-block {
    background-color: #F3F3F0;
    border-radius: 5px;
    padding: 20px;
}
.horizontal-block .card,
.default-block .card {
    background-color: #fff;
    box-shadow: 0px 1px 4px #0000001D;
    border-radius: 5px;
    padding: 15px;
}
.horizontal-block .card .card-header,
.default-block .card .card-header {
    padding: 5px 0 10px;
}
.horizontal-block .card .card-header h2,
.default-block .card .card-header h2,
.horizontal-block .card .card-header h3,
.default-block .card .card-header h3 {
    font-size: 20px;
}
.horizontal-block .card .card-header span,
.default-block .card .card-header span {
    font-size: 20px;
    font-weight: 700;
    color: #68917B;
}
table .text-sm th {
    font-size: 13px;
    font-weight: 600;
}
table .text-sm th:first-child {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Slider */
.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background-color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 11px;
    top: -18px;
    padding-top: 12px;
    text-align: center;
    color: #68917B;
    font-weight: bold;
}
.ui-slider .ui-slider-handle:active {
    color: #68917B;
}
.block-title {
    font-size: 20px;
    color: #68917B;
    font-weight: 700;
}
.cost-slider {
    background-color: #68917B;
}
.cost-slider .block-title {
    color: #fff;
}
.ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    background-color: #FFFFFF;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #fff;
}
.cost-percent p {
    color: #68917B;
    font-size: 16px;
    font-weight: 700;
}
.cost-percent b {
    color: #68917B;
    font-size: 16px;
    font-weight: 900;
}

button.mobile-button {
    color: #68917B;
    padding: 8px !important;
    height: auto;
}
button.mobile-button i {
    font-size: 32px;
    display: block;
}
.logo {
    line-height: unset;
}

/* @media */

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .navbar-header {
        height: 100px;
    }
    body[data-layout=horizontal] .page-content {
        margin-top: 100px;
        padding-top: 85px;
    }
    .topnav .navbar-nav .nav-link {
        letter-spacing: -0.02rem;
        padding: 15px 5px;
        font-size: 12px;
    }
    .topnav .topnav-menu ul li {
        width: 33.33333%;
    }
    .main-content .page-content h1 {
        font-size: 30px;
    }
}

@media (min-width: 1100px) {
    .topnav .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .topnav .navbar-nav .nav-link {
        font-size: 15px;
    }
}

table tbody tr.negative-marge td {
    --bs-table-bg-type: indianred !important;
    --bs-table-color-type: #fff !important;
}
table tbody tr td.td-negative-marge {
    color: red;
}
table tbody tr td.td-positive-marge {
    color: green;
}


/* css 04-10-2024 */
.g10 {
    gap: 0 10px;
}

.btn.link {
    color:#67917c;
    border-radius: 5px;
    border: 1px solid;
    border-color: #67917c;
    display: flex;
    align-items: center;
}
.btn.link:hover {
    color:#ffffff;
    border-radius: 5px;
    border: 1px solid;
    border-color: #67917c;
    background-color: #67917c;
}
.mt-4.class-urssaf {
    max-width: 50%;
    background: #fff;
    padding: 13px;
    border-radius: 5px;
}

.mt-4.class-urssaf a {
    display: block;
    width: fit-content;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mt-4.class-urssaf p {
    font-size: 16px;
}
a.btn.link.com {
    background: #67917c;
    color: #fff;
}

a.btn.link.com:hover {
    background: #fff;
    color: #67917c;
}
tr#objectif_ca_jour td {
    background: #67917c !important;
    color: #fff;font-weight: bold;
}
.card.m-0.cmms {
    background-color: #67917c;
}

.card.m-0.cmms th, .card.m-0.cmms tr {
    background: #65917e;
    color: #fff !important;
}

.card.m-0.cmms td#cout_minute_moyen_salon {
    color: #000 !important;
}

table tbody tr.bg_green td {
    background-color: #67917c;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}
.dtfh-floatingparent.dtfh-floatingparenthead {
    top:50px !important;
}
.sticky_tete {
    position: fixed;
    top: 00px;
    z-index: 10;
    background-color: #fff;
    left: 0;
    right: 0;
    max-width: 83%;
    margin: 0 auto;
}
header.ishorizontal-topbar.relative {
    position: relative;
}

table.dataTable td.total {
    margin-right: 40px;
    background-color: #fff !important;
}
.to_sticky_tete th:nth-child(2) {
    margin-right: 40px;
}
table.dataTable thead th, table.dataTable thead td , table.dataTable.no-footer {
    border-bottom: none !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #fff !important;
    --bs-table-bg-type: #fff;
}
.to_sticky_tete th:first-child {
    border: none !important;
}
table.dataTable 
 th.sorting_disabled {
    border-bottom: 1px solid #e8e6e5 !important;
    background-color: #67917c;
    color: #fff !important;
}

.menu_new {
    background-color: #000;
    padding: 6px 10px;
    border-radius: 50px;
}
.menu_new a {
    color: #fff;
}
a.link_menu {
    margin-right: 15px;
}
._card_perso tr.bg_green td {
    background: #67917c !important;
}
.default-block.inline_custom {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.new_head_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 10px;
}

.new_head_block p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.default-block.inline_custom h1 {
    margin-bottom: 0 !important;
}

.new_head_block input#userRemiseGlobal {
    margin: 0 auto;
    width: 50px;
    border: none;
}

.new_head_block span#total_salaire {
    color: #67917c;
}

.new_head_block i {
    color: #67917c;
}
.card.m-0.class-urssaf.page_salrie {
    text-align: center;
    margin-top: 10px !important;
}

.card.m-0.class-urssaf.page_salrie a {
    width: fit-content;
    margin: 5px auto;
}
button#reinit {
    padding: 12px 10px;
}

.new_head_block {
    justify-content: space-evenly; width: 100%;
}
div#pdfG {
    padding: 1rem; padding-left: 2rem; margin: 0rem 0rem 0rem 0rem;
    width: 100%;
    max-width: 100%;margin-left: -1rem;
}

div#pdfG h1 {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

div#pdfG h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 1.3rem;
}

div#pdfG tr td , div#pdfG th {
    border: none !important;
    background-color: transparent;
}

div#pdfG tr , div#pdfG table {
    border: none;
}


div#pdfG input {
    background-color: #fff !important;
    box-shadow: none !important;
}
div#pdfG h2 {
    margin-top: 50px; color: #000; font-size: 20px;
}
div#pdfG tr td, div#pdfG th {
    padding: 0;
    color: #000 !important;
}

div#pdfG h2 {
    padding-left: 0 !important;
}

div#pdfG input {
    border-radius: 0px !important;
}
table label {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

@media(max-width:768px){
    .new_head_block {
        flex-wrap: wrap;
        gap: 10px;
    }
    table.dataTable th.sorting_disabled {
        float: left;
        max-width: 130px;
        padding: 8px 0;
        font-size: 10px;
        height: auto;
    }
    
    table.dataTable tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .parent_12 {
        padding: 0;
        position: relative;
    }
    
    table.dataTable tbody tr td {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        margin: 0 !important;
        padding: 5px 10px;
    }
    
    .sticky_tete th {
        font-size: 10px;
    }
    
    .row.cost-percent.align-items-center.p-3 {
        flex-wrap: wrap;
    }
    
    .row.cost-percent.align-items-center.p-3 .col-3 , .row.cost-percent.align-items-center.p-3 .col-9,
    .row.cost-slider.align-items-center.p-3.pe-5 .col-3 , .row.cost-slider.align-items-center.p-3.pe-5 .col-9{
        width: 100%;
    }
    
    .d-flex {
        flex-wrap: wrap;
    }
    
    .d-flex p {
        width: 100% !important;
        text-align: center !important;
        margin-top: 10px;
    }
    
    
    
    .row.cost-slider.align-items-center.p-3.pe-5 {
        gap: 20px 0px;
        padding-bottom: 35px !important;
    
    }
    
    .to_sticky_tete tr {
        display: flex;
        flex-wrap: wrap;
    }
    
    .to_sticky_tete tr th {
        width: 100%;
        margin: 0 auto !important;
        font-size: 12px !important;
    }
    
    .dtfh-floatingparent.dtfh-floatingparenthead {
        width: 160px;
        left: 0;
        height: 100%;
        top: 0; display:none !important;
    }
    
    table.dataTable th.sorting_disabled {
        left: 0;
        top: 0;
    }
    
    table.dataTable thead {
        position: absolute;
        width: 160px;
        left: 0;
        height: 100%;
        top: 0;
    }
    
    table.dataTable thead th {width: 100% !important;}
    
    
    table.dataTable tbody {
        width: 100%;
        float: left;
    }
    
    th.sorting_disabled[width="3%"] {display: none;}
    table.dataTable {
        width: 100% !important;
    }

.menu_new {
    padding: 5px;
}

a#infoSalaryBtn {
    margin-top: 10px;
}

table#tableSalaries  thead tr {
    display: flex;
    width: 260px;
    flex-wrap: wrap;
    justify-content: center;
}

table#tableSalaries thead th {padding: 3px 0;font-size: 14px;}

table#tableSalaries  tbody tr {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

table#tableSalaries tbody tr td {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex.justify-content-start.g10 {
    flex-wrap: nowrap;
}

button, button.btn {
    padding: 6px 6px;
    height: auto !important;

}
a#infoSalaryBtn {
    margin-top: 0;
}
th {
    font-size: 14px !important;
}
h2.mt-3.mb-4 {
    font-size: 18px !important;

}
.default-block.inline_custom {
    flex-wrap: wrap;
}

.new_head_block {
    border-radius: 0px;
}

.main-content .page-content h1 ,.default-block.inline_custom h1 {
    font-size: 22px;
    margin-bottom: 20px !important;
}
table.dataTable thead {
    position: relative;
    width: 100%;
}

table.dataTable th.sorting_disabled {
    max-width: 100%;
}

table.dataTable tbody tr td {
    justify-content: center;
}

.sticky_tete {
    position: relative !important;
}

.new_head_block {
    justify-content: start;
}

button#reinit {
    height: auto;
    padding: 6px 8px;
}
/* ajus */

table.table.table-striped thead tr {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 100%;
    flex-wrap: wrap;
}

table.table.table-striped th {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border: none;
}

thead.thead-dark {
    width: 100%;
    max-width: 100%;
    display: block;
}

table.table.table-striped {
    display: flex;
    flex-wrap: wrap;
}

table.table.table-striped tbody , table.table.table-striped tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px 0px;
    position: relative;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    padding: 5px;
    text-align: center;
}

table.table.table-striped tbody tr td {
    display: flex;
    align-items: center;
    gap: 0px 5px;
    border: none;
    padding: 0;
}

button.btn.h-auto.delete-fee {
    position: absolute;
    right: 0;
    border-radius: 100%;
    padding: 0 0;
    width: 40px;
    height: 40px !important;
    bottom: 10px;
}

table.table.table-striped tbody tr {
    border-bottom: 1px solid #67917c;
    padding-bottom: 10px;
    padding-top: 10px;
}

tfoot {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

tfoot td {
    border: none;
}

.category.card.m-0 {
    margin-bottom: 25px !important;
}

tr.bg_green td {
    width: 100% !important;
}

tr.bg_green {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}
table#tableSalaries tbody tr {
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #67917c;
}

tr#objectif_ca_jour td , tr.bg_green td {
    min-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    gap: 0px !important;
}

tr#objectif_ca_jour , tr.bg_green {
    gap: 0 !important;
}
td#cout_minute_moyen_salon , tr.bg_green td {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
._card_perso tr.bg_green td {
    padding: 9px 0px !important;
}
/* infos*/
.mt-4.class-urssaf {
    max-width: 100%;
}

table.table.table-striped tbody tr td {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0px !important;
}

table.table.table-bordered.table-striped.black-shadow tr {
    gap: 0px;
}
table.colored-row tr {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.new_head_block p {
    font-size: 12px;
}
.navbar-brand-box.ps-0 {
    background-color: transparent !important;
}
.menu_new {
        padding: 5px;
        display: none;
    }
    
}

.row.cost-percent.align-items-center.p-3 {
    display: none;
}


.mt-6.profile_page {
    display: flex;
}

.mt-6.profile_page label {
    min-width: 180px;
    margin-bottom: 30px;
}

.mt-6.profile_page input {
    border-radius: 5px;
    padding: 7px 10px;
    border: none;
    min-width: 50%;
}

.col-6.list-profile {
    padding-left: 25px;
    width: 66%;
}

.col-6.list-profile ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.col-6.list-profile ul ul ul li , .col-6.list-profile ul + ul ul li {
    background-color: #67917c;
    width: fit-content;
    color: #fff;
    position: relative;
    text-align: center;
    border-radius: 7px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.col-6.list-profile ul ul ul , .col-6.list-profile ul + ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.col-6.list-profile ul ul ul li input, .col-6.list-profile ul + ul ul li input {min-width: fit-content;margin-left: 10px;width: 1em;height: 1em;accent-color: #000;}

li.parent_ul_li {
    margin: 18px auto;
    font-weight: bold;
    padding-left: 24px;
    position: relative;
    font-size: 18px;
}

li.parent_ul_li::before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    left: 0;
    top: 4px;
    background-color: #000;
}

.mt-6.profile_page .col-6:first-child {
    width: 33.33%;
}

.mt-6.profile_page .horizontal-block {
    border-radius: 5px;
}

@media(max-width:991px){
    .mt-6.profile_page {
        flex-wrap: wrap;
    }
    
    .mt-6.profile_page .col-6 {
        width: 100% !important;
        padding-left: 0;
        margin-bottom: 25px;
    
    }
    
    .mt-6.profile_page label {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .mt-6.profile_page .col-6:first-child input {
        min-width: 100%;
        margin-bottom: 10px;
    }
    
}

@media(max-width:1440px){
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 100%;
    }
    .sticky_tete {
        max-width: 94%;
    }
    
}

@media(max-width:1440px) and (min-width:992px) {
.col-12.col-6.col-xl-4 {
    width: 50%;
}

.col-12.col-sm-6.col-xl-3.mb-4.mb-xl-0 {
    width: 50%;
    margin-top: 25px;
}
.col-12.col-xl-9 {
    width: 100%;
}
.col-12.col-6.mt-4.mt-xl-0.col-xl-5 {
    width: 50%;
}
div#userservices  table label {
    gap: 2px; 
 }
 .mt-5 > .row > .col-xl-6 {
    width: 100%;
}
.mt-6.profile_page {
    padding-bottom: 50px;
}
 
}