body, html{
    font-family: 'Rubik';
}
::placeholder{
    color: #d7d7d7;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #d7d7d7;
}
::-ms-input-placeholder {
    color: #d7d7d7;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.hide{
    display: none !important;
}
.dashboard .btn{
    padding: 8px 15px;
    background-color: #f44336;
    border: 1px solid #f44336;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(244,67,54,.5);
    color: #fff;
    transition: .3s;
}
.dashboard .btn.btn-blue{
    background-color: #4295f1;
    border: 1px solid #4295f1;
    box-shadow: 0 2px 6px 0 rgba(66,149,241,.5);
}
.btn-blue{
    background-color: #4295f1 !important;
}
.dashboard .btn:hover{
    border: 1px solid #f44336;
    opacity: .8;
}
.dashboard .btn.btn-blue:hover{
    background-color: #57a1f2;
    border: 1px solid #4295f1;
}
.dashboard .btn i{
    margin-right: 5px;
}
.form-control-light {
    background-color: #f1f3fa !important;
    border-color: #f1f3fa !important;
}
.text-center{
    text-align: right;
}
.text-left{
    text-align: left !important;
}
/* Auth Page */
#auth-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    line-height: normal;
    font-family: Rubik, sans-serif;
    font-size: 1.1em;
    color: #444;
    background-image: url("../img/background-login.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#auth-wrapper > .container{
    margin-left: auto;
    margin-right: 80px;
    padding: 80px 60px;
    width: 540px;
   /* background: rgba(255,255,255,.9);*/
    background-color: #fff;
    text-align: center;
    position: relative;
}
#auth-wrapper .logo img{
    width: 250px;
}
#auth-wrapper .card {
    margin-top: 40px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
#auth-wrapper .card .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}
#auth-wrapper .card .card-header h2{
    font-size: 26px;
    text-transform: uppercase;
}
#auth-wrapper .card .card-header p{
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-top: 22px;
}
#auth-wrapper .card .card-header p a{
    color: #39afd1;
}
#auth-wrapper .form-check input{
    float: none;
}
#auth-wrapper .card-body{
    margin-top: 25px;
    padding: 0px;
}
.login-select-lang{
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    background: #f8f8f8;
    background-color: rgb(248, 248, 248);
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #f44336;
    border: 2px solid #f0020b;
    color: #fff;
    font-size: 13px;
}
.login-select-lang .label{
    margin-right: 12px;
}
.login-select-lang .dropdown-toggle{

}
.login-select-lang{

}
/* Auth Page | Form */
#auth-wrapper form label{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
}
#auth-wrapper form input{
    padding: 8px 10px;
    background-color: #fff;
}
#auth-wrapper form label.remember-label{
    margin: 5px 0px 0px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
#auth-wrapper form button.btn{
    padding: 8px 15px;
    width: 100%;
    background-color: #f44336;
    border: 2px solid #f0020b;
    font-weight: 500;
    font-size: 16px;
}
/**/
#auth-wrapper .creer-un-compte{
    margin-top: 15px;
}
#auth-wrapper .creer-un-compte p,
#auth-wrapper .pass-forgot a{
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
#auth-wrapper .creer-un-compte p a,
#auth-wrapper .pass-forgot a{
    margin-left: 5px;
    display: inline-block;
    color: #f44336;
}
#auth-wrapper .pass-forgot{
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}
#auth-wrapper .form-group-radio label{
    margin-left: 8px;
    font-weight: 600;
}
/* Dashboard */
.alert p{
    margin-bottom: 0px !important;
}
.dashboard .container{
    width: 100%;
    max-width: 100%;
}
.dashboard a{
    text-decoration: none;
}
/* Dashboard | Navbar */
.dashboard .navbar-expand-md .navbar-collapse {
    height: 60px;
}
.dashboard .navbar{
    padding: 0px;
}
.dashboard .navbar a.navbar-brand{
    padding: 5px 0px;
}
.dashboard .navbar a.navbar-brand img{
    max-width: 140px;
}
.dashboard .navbar ul.navbar-nav{
    align-items: center;
}
.dashboard .navbar ul.navbar-nav.main-menu {
    margin-left: auto;
}
.dashboard .navbar ul.navbar-nav > li > a{
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #313a46;
    transition: .3s;
}
.dashboard .navbar ul.navbar-nav > li > a:hover,
.dashboard .navbar ul.navbar-nav > li > a.active{
    color: #f44336;
}
.dashboard .navbar ul.navbar-nav > li > a.btn.add-btn{
    margin-left: 15px;
    color: #fff;
}
/* /* Dashboard | Navbar | Right */
.dashboard .navbar-nav.right-navbar > li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
}
.dashboard .navbar .item-account{
    padding: 8px 15px 8px 50px !important;
    background-color: #fafbfd;
    border-left: 1px solid #f1f3fa;
    border-right: 1px solid #f1f3fa;
}
.dashboard .navbar .item-account > a{
    display: flex;
    flex-direction: column;
    color: #8391a2 !important;
    line-height: 20px;
}
.dashboard .navbar .item-account > a::after{
    display: none;
}
.dashboard .navbar .item-account > a > i{
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    background: #eee;
    border-radius: 50%;
    top: 16px;
    left: 12px;
    font-size: 22px;
    color: #f44336;
    text-align: center;
    line-height: 35px;
}
.dashboard .navbar .item-account > a > .user-name{
    text-transform: capitalize;
    color: #313a46;
}
.dashboard .navbar .item-account > a > .user-role{
    margin-top: -3px;
    font-size: 10px;
    color: #8391a2;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/**/
.dashboard .navbar .right-navbar .nav-link.dropdown-toggle{
    font-size: 16px;
}
.dashboard .navbar .nav-item-notification{
    margin-left: 15px;
    position: relative;
    border-right: 1px solid #f1f3fa;
    border-left: 1px solid #f1f3fa;
}
.dashboard .navbar .nav-item-notification .nav-link{
    position: relative;
}
.dashboard .navbar .nav-item-notification .nav-link.active_notification .nb_notification{
    padding: 0px 8px;
    display: inline-block;
    border-radius: 5px;
    background-color: #94b447;
    color: #fff;
}
/* Footer Notification */
.footer_notification{
    padding: 15px 50px 15px 15px;
    display: flex;
    align-items: center;
    background: #ffc44e;
    border: 2px solid #eeb646;
    border-radius: 5px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer;
}
.footer_notification .icon_notification{
    width: 50px;
    height: 50px;
    background: #d9a741;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
}
.footer_notification .icon_notification i{
    font-size: 20px;
    color: #fff;
}
.footer_notification h2{
    margin-bottom: 2px;
    font-size: 18px;
}
.footer_notification p{
    margin-bottom: 0px;
}
.footer_notification .close_notification{
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 3px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
/* Notification Modal */
.modal .modal-body ul.notification_list{
    max-height: 500px;
    overflow-y: auto;
}
.modal .modal-body ul.notification_list li{
    padding: 10px 0px 10px 0px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.modal .modal-body ul.notification_list li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}
.modal .modal-body ul.notification_list li h4{
    margin-bottom: 5px;
    padding-right: 80px;
    font-size: 16px;
}
.modal .modal-body ul.notification_list li h4 a{
    padding-left: 0px;
    border-bottom: 1px dotted #4295f1;
    color: #4295f1;
}
.modal .modal-body ul.notification_list li p{
    margin-bottom: 0px;
    padding-right: 80px;
    color: #767676;
    line-height: 18px;
}
.modal .modal-body ul.notification_list li .notification_list_date{
    width: 75px;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    color: #a8a8a8;
    text-align: right;
}
.modal .modal-body ul.notification_list li .notification_list_date .statut{
    margin-top: 3px;
    padding: 0px 8px;
    display: inline-block;
    background: #eee;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
}
.modal .modal-body ul.notification_list li .notification_list_action{
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
}
.modal .modal-body ul.notification_list li .notification_list_action form:first-child{
    margin-right: auto;
}
.modal .modal-body ul.notification_list li .notification_list_action a{
    text-align: center;
    color: #fff;
}
#notificatioinModal .modal-dialog.modal-lg{
    max-width: 585px;
}

/**/
.dashboard .dropdown-menu.show,
.login-select-lang .dropdown-menu.show{
    display: flex;
    min-width: 210px;
}
.dashboard .dropdown-menu,
.login-select-lang .dropdown-menu{
    flex-direction: column;
    padding: 0px 10px;
}
.dashboard .card .dropdown-menu form{
    padding: 0px;
}
.dashboard .dropdown-menu.show a,
.login-select-lang .dropdown-menu.show a{
    padding: 10px 5px;
    border-bottom: 1px solid #eee !important;
    color: #8391a2;
    text-decoration: none;
}
.dashboard .dropdown-menu.show li,
.login-select-lang .dropdown-menu.show li{
    border-bottom: 1px solid #eee !important;
}
.dashboard .dropdown-menu.show a i,
.login-select-lang .dropdown-menu.show a i{
    margin-right: 5px;
    color: #f44336;
}
.dashboard .dropdown-menu.show a:last-child,
.dashboard .dropdown-menu.show li:last-child,
.login-select-lang .dropdown-menu.show a:last-child,
.login-select-lang .dropdown-menu.show li:last-child{
    border-bottom: none !important;
}
.dashboard .dropdown-menu.show a:hover,
.login-select-lang .dropdown-menu.show a:hover{
    background-color: #fbfbfb;
}
/* Error */
.alert.alert-danger {
    margin: 0px 15px 25px 15px;
}
.alert.alert-danger ul{
    margin-bottom: 0px;
    padding-left: 0px;
}
.alert.alert-danger ul li{
    list-style: none;
}
/* Content */
.content-edit{
    height: 100%;
}
.dashboard .card-header {
    background-color: #fff;
    border-bottom: 1px solid #fbfbfb;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashboard .card-header-right{
    margin-left: auto;
    display: flex;
}
.dashboard .card-header-right > .btn{
    margin-left: 15px;
}
.dashboard .title-page{
    padding-bottom: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #313a46;
}
.dashboard .title-page.view_page,
.dashboard .title-page.edit_page{
    display: flex;
}
.dashboard .title-page.view_page .btn{
    margin-left: 25px;
}
.dashboard .title-page.view_page .btn.btn-icon,
.dashboard .title-page.edit_page .btn.btn-icon{
    margin-left: 0px;
    margin-right: 15px;
}
.dashboard .card{
    height: 100%;
    border: none;
    box-shadow: 0px 1px 2px rgba(0,0,0,.05);
}
/* Content | Table */
#dataTable_filter{
    margin-bottom: 20px;
}
#dataTable_paginate{
    margin-top: 20px;
}
table.dataTable{
    width: 100%;
}
table.dataTable tr th:last-child,
table.dataTable tr td:last-child{
    text-align: right;
}
table.dataTable thead th{
    border-bottom: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
table.dataTable th{
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #8391a2;
}
table.dataTable th.action{
    width: 150px;
}
table.dataTable td{
    padding: 18px 10px !important;
}
table.dataTable.display tbody td {
    border-top: none !important;
}
table.dataTable tbody tr{
    background-color: transparent !important;
    transition: .3s;
}
table.dataTable tbody tr:nth-child(2n+1) td{
    border-top: 1px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8 !important;
}
table.dataTable tbody tr:last-child td{
    border-bottom: 1px solid #f8f8f8 !important;
}
table.dataTable tbody tr:hover{
    background-color: #f8f8f8 !important;
}
table.dataTable tbody a.btn-link{
    padding: 4px 10px;
    border-radius: 5px;
    transition: .3s;
}
table.dataTable tbody a.btn-link.green{
    background-color: #f8f8f8;
    color: #313a46;
}
table.dataTable tbody a.btn-link.green:hover{
    color: #7de393;
}
table.dataTable tbody a.btn-link.purple{
    color: #8391a2;
}
table.dataTable tbody a.btn-link.purple:hover{
    color: #39afd1;
}
.table.dataTable > :not(caption) > * > * {
    border-bottom-width: 0px;
}
.btn-action,
table.dataTable tbody .modal-list-bl{
    margin: 0px 2px;
    padding: 0px 3px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    transition: .3s;
    width: 32px;
    height: 32px;
    background: #fbfbfb;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.table_btn .btn-action i,
table.dataTable.table_btn tbody .modal-list-bl i{
    position: absolute;
    left: 8px;
    top: 8px;
    height: 16px;
    width: 12px;
}
.btn-action.btn-edit,
table.dataTable tbody .modal-list-bl{
    color: #56c596;
}
.btn-action.btn-delete{
    color: #f44336;
}
.btn-action.btn-info{
    color: #31d2f2;
}
.btn-action:hover{
    opacity: .8;
}
/**/
.payed{
    text-align: center;
}
.payed i,
.confirmation i{
    text-align: center;
    font-size: 20px;
    color: #00d1b2;
}
.payed i.bi.bi-x,
.confirmation i.bi.bi-clock-history{
    color: #f44336;
}
/**/
table.dataTable select{
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}
.qr-table-img{
    text-align: center;
}
.qr-table-img img{
    width: 64px;
    height: auto;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent;
}
table.dataTable .action-td form{
    padding: 0 3px;
}
table.dataTable img {
    max-height: 80px;
    width: auto;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
/*table.dataTable.display tbody tr.odd > .sorting_1,*/
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1{
    background-color: transparent !important;
}
table.dataTable.no-footer,
table.dataTable thead th{
    border-bottom: none !important;
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: normal !important;
}
table.dataTable thead .sorting {
    background-image: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: transparent !important;
    background-color: #4295f1 !important;
    border: 1px solid #4295f1;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(66,149,241,.5);
}
.card-body .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #fff !important;
}
/**/
.dashboard .dataTables_filter input{
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.dashboard .dataTables_length,
.dashboard .dataTables_info{
    font-size: 14px;
    color: #8391a2;
}
.dashboard .dataTables_length select{
    margin: 0px 8px;
    padding: 6px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}
/* Tab */
#pills-tab.nav-pills > li.nav-item{
    margin-left: 45px;
}
#pills-tab.nav-pills > li:first-child{
    margin-left: 0px;
}
#pills-tab button.nav-link{
    padding: 15px 20px;
    border-radius: 3px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #313a46;
}
#pills-tab button.nav-link.active{
    background-color: #fff;
    color: #f44336;
}
#pills-tab button.nav-link.active::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 0px;
    width: 2.75rem;
    height: 53px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    transform: skew(32deg);
    z-index: -1;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
#pills-tab .badge{
    margin-top: 2px !important;
    margin-left: 5px;
    float: right;
    background-color: #f44336 !important;
}
#pills-tab button.nav-link i {
    margin: -3px 0px 0px 8px;
    float: right;
    font-size: 16px;
}
#pills-tab button.nav-link i.bi-check2-all{
    color: #56c596;
}
#pills-tab button.nav-link i.bi-exclamation-triangle{
    color: #f44336;
}
#pills-tab button.nav-link i.bi-info-circle{
    color: #4295f1;
}
/* Form */
.card form{
    padding: 15px;
}
.card .card-header-right form {
    padding: 0px;
}
.card .modal-body form,
#delete-form,
.card td > form{
    margin-bottom: 0px;
    padding: 0px;
}
.card-body.list_table{
    padding: 30px;
}
.head-form, .body-form, .footer-form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.head-form{
    margin-bottom: 25px;
    height: 42px;
}
.head-form.head-nth{
    margin-top: 25px;
}
.head-form h2{
    margin-bottom: 0px;
    font-size: 18px;
}
.head-form p{
    margin-bottom: 0px;
}
.head-form h2 span{
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #f44336;
    text-decoration: underline;
}
.head-form .btn,
.footer-form .btn{
    margin-left: auto;
}
.head-form.head-search .btn{
    margin-left: 25px;
}
.address-default{
    margin-top: 3px;
    margin-left: 25px;
    font-size: 14px;
    font-style: italic;
    color: #8391a2;
}
.address-default label{
    margin-right: 12px;
}
/**/
.body-form{
    margin: 0px -15px;
}
.body-form .form-group{
    margin-bottom: 15px;
    padding: 0px 15px;
}
.body-form .group_hide{
    height: 76px;
}
.body-form.one-column .form-group{
    width: 100%;
}
.body-form.two-column .form-group,
.body-form.four-column .form-group.form-group-50{
    width: 50%;
}
.body-form.three-column .form-group{
    width: 33.33%;
}
.body-form.three-column .form-group.col-2{
    width: 16.66%;
}
.body-form.three-column .form-group.form-group-50{
    width: 66.67%;
}
.body-form.four-column .form-group,
.body-form .form-group.radio-group .radio-block{
    width: 25%;
}
.body-form .form-group.radio-group,
.body-form .radio-group-inline{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.body-form .form-group.radio-group{
    margin-bottom: 0px;
    margin-top: 21px;
    padding: 13px 8px 8px 8px;
    background-color: #fbfbfb;
    border-radius: 5px;
}
.radio-group-inline.radio-label {
    padding: 10px 0px;
}
.body-form .form-group.radio-group.only-radio{
    margin-bottom: 15px;
    padding: 25px 15px 0px 15px;
}
.body-form .form-group.radio-group .radio-block label,
.body-form .radio-group-inline label{
    margin-left: 5px;
    display: inline-block;
}
.body-form .radio-group-inline label{
    width: 100%;
}
/**/
.body-form .checkbox-group{
    margin-top: 21px;
    padding: 13px 8px 8px 8px;
    background-color: #fbfbfb;
    border-radius: 5px;
}
/**/
.body-form .form-group label{
    margin-bottom: 3px;
    display: block;
    text-align: left;
}
.body-form .form-group label:hover{
    cursor: pointer;
}
.select2-container.select2-container--default.select2-container--open{
    z-index: 9999;
}
.body-form input.form-input,
.body-form select,
.body-form textarea,
.body-form input.readonly,
.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--multiple{
    padding: 10px 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #767676;
}
.body-form input.form-input.file-input{
    padding: 7px 15px;
}
.select2-selection.select2-selection--multiple{
    padding: 5px 15px;
}
.select2-container--default .select2-selection--single{
    padding: 8px 8px 8px 8px;
    min-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.readonly{
    background-color: #f8f8f8 !important;
    width: auto;
}
.id-info.readonly{
    padding: 10px 15px;
    border-radius: 5px;
}
.body-form select{
    padding: 13px 15px;
}
.body-form .radio-group-inline .radio-block{
    display: flex;
}
.body-form .radio-group-inline .radio-block label{
    margin-right: 25px;
    margin-bottom: 0px;
}
.checkbox-block {
    margin-right: 25px;
    padding: 10px 0px;
    display: inline-block;
}
.checkbox-wrapper{
    position: relative;
}
.checkbox-wrapper .checkbox-show-pass{
    position: absolute;
    top: 31px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 5px;
}
.checkbox-wrapper.login-checkbox-wrapper .checkbox-show-pass{
    right: 15px;
}
.checkbox-wrapper .checkbox-show-pass::before{
    display: block;
    content: "\F341";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    color: #0c0c0c;
    position: absolute;
    top: 2px;
    left: 7px;
}
.checkbox-wrapper.login-checkbox-wrapper .checkbox-show-pass::before{
    top: 7px;
}
.checkbox-wrapper.active .checkbox-show-pass::before{
    content: "\F340";
}
.checkbox-wrapper .checkbox-show-pass input{
    float: left;
    margin: 5px 0 0 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0;
}
.form-group.ajouter-element-btn{
    padding-top: 25px;
    display: flex;
    justify-content: flex-end;
}
/* New line */
.body-form.three-column.new-line{
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px;
    width: calc(100% - 0px);
    background: #f8f8f8;
    border-radius: 5px;
}
.body-form.three-column.new-line .btn{
    margin-left: auto;
}
.form-group.info{
    padding: 10px 15px;
    background-color: #f44336;
    border-radius: 5px;
    display: flex;
    width: 65.6% !important;
}
.form-group.info .info-block:first-child{
    margin-left: auto;
    margin-right: 15px;
}
.form-group.info .info-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.body-form .form-group.info .info-block label{
    margin-right: 15px;
    color: #fff;
    font-weight: 500;
}
.body-form .form-group.info .info-block input.form-input{
    width: auto;
    background-color: rgba(255,255,255,.1);
    border-color: #e63e32;
    color: #fff;
}
/**/
.footer-form{
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}
.footer-form.no-border{
    margin-top: 0px;
    padding-top: 15px;
    border-top: none;
}
.footer-form .btn.add-new-address{
    color: #313a46;
    border: 1px solid #313a46;
    background-color: #fff;
}
/* Livreurs page */
.label-active{
    color: #56c596;
}
.form-group-radio{
    padding: 12px 15px 8px 15px;
    display: flex;
    flex-wrap: wrap;
    background: #fbfbfb;
    border-radius: 5px;
}
.body-form .form-group-radio label{
    margin: 0px 45px 0px 8px;
}
/* Search Client select2 */
.form-search{
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-search strong{
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.form-search .select2 {
    width: 320px !important;
}
.form-search .select2-container--default .select2-selection--single {
    padding: 8px 10px;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 5px;
}
/**/
.card-body .card-info .info-table{
    width: 100%;
}
.card-body .card-info .info-table tr td{
    padding: 10px 0px;
    border-top: 1px solid #eee;
}
.card-body .card-info .info-table tr:last-child td{
    border-bottom: 1px solid #eee;
}
.card-body .card-info .info-table tr td:first-child{
    padding-right: 15px;
    font-weight: 700;
}
.qr-img{
    text-align: left;
}
.qr-img img{
    width: auto;
    height: 224px;
    border: 1px solid #eee;
    border-radius: 5px;
}
/* Modal */
.modal-dialog .modal-header{
    border-bottom: 1px solid #f8f8f8;
}
.modal-dialog .modal-footer{
    border-top: 1px solid #f8f8f8;
}
.modal .modal-body ul{
    padding-left: 0px;
}
.modal .modal-body ul li{
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #eee;

}
.modal .modal-body ul li:last-child{
    border-bottom: none;
}
.modal .modal-body ul li a{
    padding-left: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #313a46;
    transition: .3s;
}
.modal .modal-body ul li a:hover{
    padding-left: 10px;
    color: #e63e32;
}
.modal .body-form.modal-column .form-group:first-child{
    width: 70%;
}
.modal .form-group.group-action{
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 0px !important;
}
.modal .form-group.group-action .btn{
    padding: 10px 15px;
}
/* Dashboard */
.dashboard-filter{
    margin: 15px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashboard .dashboard-filter .title-page{
    padding-bottom: 0px;
}
.dashboard .dashboard-filter .filter-block{
    margin-left: auto;
}
.dashboard .filter-block .btn i {
    margin-right: 0px;
}
.btn-calendar{
    padding: 8px 15px;
    background-color: #f44336;
    border: 1px solid #f44336;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(244,67,54,.5);
}
.datepicker.datepicker-dropdown{
    padding: 25px;
}
.datepicker table tr td.active.active{
    background-color: #f44336 !important;
    background-image: linear-gradient(to bottom, #fe938b, #f44336);
}
.dashboard .filter-block .input-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dashboard .filter-block .input-group label{
    margin: 0px 15px;
}
.dashboard .filter-block .input-group .date{
    padding: 8px 12px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
/**/
.dashboard .row.dashboard-widget {
    margin-bottom: 25px;
}
.dashboard .dashboard-widget .card-header,
.dashboard .dashboard-tables .card-header{
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dashboard .dashboard-widget .card-body{
    padding-top: 5px;
}
.dashboard .dashboard-widget .card-body .nr-card{
    text-align: left;
    font-size: 48px;
    font-weight: 400;
}
.dashboard .dashboard-widget .card-body #active-clients{
    color: #56c596;
}
.dashboard .dashboard-widget .card-body #nb-objets{
    color: #9B59B6;
}
.dashboard .dashboard-widget .card-body #defaut-objets{
    color: #f44336;
}
.dashboard .dashboard-widget .card-footer{
    padding-bottom: 25px;
    border-top: none;
    background-color: transparent;
}
.dashboard .dashboard-widget .card-footer p{
    margin-bottom: 0px;
    color: #777;
}
.dashboard .dashboard-widget .card-footer p span{
    margin-left: 5px;
    padding: 3px 8px 2px 8px;
    border-radius: 5px;
    color: #fff;
}
.dashboard .dashboard-widget .card-footer p span#clients-filter{
    background-color: #56c596;
}
.dashboard .dashboard-widget .card-footer p span#nb-obj-filter{
    background-color: #9B59B6;
}
.dashboard .dashboard-widget .card-footer p span#defaut-obj-filter{
    background-color: #f44336;
}
/**/
.dashboard .row.dashboard-tables thead th{
    font-weight: 500;
}
.dashboard .row.dashboard-tables thead th:last-child,
.dashboard .row.dashboard-tables tbody tr td:last-child{
    width: 82px;
    text-align: center;
}
.dashboard .row.dashboard-tables table{
    width: 100%;
}
.dashboard .row.dashboard-tables table td{
    padding: 12px 0px;
    border-bottom: 1px solid #f8f8f8;
    color: #777;
}
.dashboard .row.dashboard-tables .badge{
    font-size: 12px !important;
    font-weight: 500 !important;
}
.dashboard .row.dashboard-tables .badge.livre{
    background-color: #56c596;
}
.dashboard .row.dashboard-tables .badge.annule{
    background-color: #f44336;
}
.dashboard .row.dashboard-tables .badge.ramase{
    background-color: #9B59B6;
}
.dashboard .row.dashboard-tables .badge.regle{
    background-color: #57a1f2;
}
/**/
.canvasjs-chart-credit{
    display: none !important;
}
.canvasjs-chart-container::before {
    content: '';
    display: block;
    width: 65px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 9;
}
/**/
.modal-no-title .modal-header{
    border-bottom: none;
}
.modal-no-title .modal-content{
    text-align: center;
}
.modal-no-title .modal-content h4{
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
}
.modal-no-title .modal-content .btn{
    margin: 0 5px;
    display: inline-block;
}
.modal-actions{
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
/**/
#collapseFilter .card{
    background: #f8f8f8;
    border-radius: 0px;
    box-shadow: none;
}
#collapseFilter label{
    width: 100%;
}
#collapseFilter select{
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
}
#collapseFilter .btn{
    margin-top: 24px;
}
.btn-icon i,
#collapseFilter .btn.delete-filter i{
    margin-right: 0px !important;
}
.body-form.four-column.action {
    padding-right: 125px;
    position: relative;
}
.body-form.four-column.action .form-group-action{
    position: absolute;
    top: 27px;
    right: 15px;
}
.body-form.four-column.action .form-group-action .btn-icon,
.form-group-action .btn{
    padding: 10px 15px !important;
}
/**/
.view-list .form-group{
    padding: 10px 0px;
}
.view-list .form-group .badge.badge-success{
    background-color: #56c596;
}
/**/
.img-block-bls{
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    height: 220px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 5px;
}
.img-block-bls img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}
.img-block-bls a{
    position: absolute;
    top: 5px;
    right: 5px;
}
/**/
.list-objets-bls h2 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 18px;
}
.list-objets-bls {
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #fbfbfb;
}
.list-objets-bls th{
    background: #f5f5f5;
}
/**/
.modal-body .livreaur{
    margin-bottom: 25px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    padding: 12px 15px;
}
.modal-body .dataTables_wrapper{
    height: calc(100vh - 300px);
    overflow-y: auto;
}
.modal-body .body-form.one-column .form-group.radio-group{
    margin: 0px 15px 15px 15px;
}
.color-statut{
    display: flex;
    align-items: center;

}
.color-statut span{
    margin-top: -1px;
    margin-right: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 5px;
}
/**/
.active_tr td{
    background: #f8f8f8 !important;
}
/**/
.btn_simple_link{
    display: flex;
    align-items: center;
    color: #313a46;
    font-weight: 500;
}
.text-center .btn_simple_link{
    justify-content: center;
}
.td_icon_text i {
    font-size: 18px;
    color: #8391a2;
    margin: 1px 5px 0px 0px;
    display: inline-block;
}
/**/
.group-td{
    display: flex;
    align-items: center;
}
.img-table{
    margin-right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #f44336;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.btn_simple_link.disable_link{
    opacity: 0.3;
    cursor: default;
}
/**/
.row-footer-btn{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard .form-group.add-btn {
    padding-top: 25px;
    text-align: right;
}
.dashboard .form-group.add-btn .btn{
    margin-left: auto;
    padding: 10px 15px;
    width: 100%;
}
/* New Wallet */
.new_history_wallet > .col{
    padding: 12px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}
.new_history_wallet > .col:last-child{
    border-bottom: none;
}
.new_history_wallet > .col > div{
    padding: 0px 15px;
}
.new_history_wallet > .col > div:first-child i{
    font-size: 18px;
}
.new_history_wallet > .col > div:first-child{
    flex: initial;
    border-right: 1px solid #f2f2f2;
}
.new_history_wallet > .col > div:nth-child(2),
.new_history_wallet > .col > div:nth-child(3){
    width: 15%;
    text-align: center;
}
.new_history_wallet > .col > div:nth-child(4){
    width: 15%;
    font-weight: 600;
}
.new_history_wallet > .col > div:nth-child(5){
    width: 30%;
}
.new_history_wallet > .col > div:nth-child(6){
    width: 10%;
    font-weight: 600;
    color: #f44336;
    text-align: center;
}
.new_history_wallet > .col > div:nth-child(7){
    width: 10%;
}
.new_history_wallet > .col > div:nth-child(8){
    width: 5%;
}
.new_history_wallet > .col > div:last-child{
    width: 5%;
    text-align: right;
}
.new_history_wallet > .col > div:last-child form{
    padding: 0px !important;
}
.new_history_wallet > .col > div .bi.bi-calendar,
.new_history_wallet > .col > div .bi.bi-clock,
.new_history_wallet > .col > div .bi.bi-person{
    margin-right: 8px;
}
.col_info,
.col.col-edit{
    color: #717780;
}
.new_history_wallet i.bi.bi-folder-plus{
    color: #56c596;
}
.new_history_wallet i.bi.bi-folder-minus{
    color: #f44336;
}
.col.col-edit{
    padding: 16px 0px;
    position: relative;
    background: #f9fbfc;
    font-style: italic;
}
.new_history_wallet > .col.col-edit > div:first-child{
    position: absolute;
    left: 40px;
    top: 12px;
}
.new_history_wallet > .col.col-edit > div:nth-child(2){
    margin-left: 48px;
}
.new_history_wallet .col.col-edit span.col-edit-txt{
    color: #f44336;
}
#historique table td.payed img{
    max-height: 32px;
}
/* Wallet */
.card form#form-wallet {
    padding: 0px 0px;
}
.wallet_client h2 span{
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #f44336;
    text-decoration: none;
}
/* History Wallet */
.history_wallet{
    padding-left: 0px;
}
.history_wallet ul{
    padding-left: 0px;
}
.history_wallet ul li{
    padding: 7px 0px 40px 50px;
    position: relative;
    font-size: 16px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.history_wallet ul li::before{
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 15px;
    top: 0px;
}
.history_wallet ul li:last-child::before{
    display: none;
}
.history_wallet ul li > i{
    position: absolute;
    top: 6px;
    left: 0px;
    background: #fff;
    width: 30px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}
.history_wallet ul li > i.bi.bi-folder-plus{
    color: #56c596;
}
.history_wallet ul li > i.bi.bi-folder-minus{
    color: #f44336;
}
.history_wallet ul li span{
    display: inline-block;
}
.history_wallet ul li span.date_wallet {
    color: #999;
}
.history_wallet ul li span.user_wallet {
    margin: 0px 10px 0px 8px;
    padding: 1px 5px 0px 5px;
    border-radius: 5px;
    background: #56c596;
    font-size: 14px;
    color: #fff;
}
.history_wallet ul li > a{
    margin-left: 12px;
}
.edit_amount_info{
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    color: #777;
}
.edit_amount_info i.bi{
    margin-right: 8px;
}
/* Facturation */
.facturation_content{
    padding: 25px 25px 10px 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #f9fbfc;
    border: 1px solid #eee;
    border-radius: 5px;
}
.facturation_content_paye{
    display: flex;
    flex-wrap: wrap;
}
.facturation_content_paye h2{
    margin-bottom: 20px;
    font-size: 18px;
    width: 100%;
}
.facturation_content_paye fieldset{
    padding-left: 15px;
    margin-bottom: 15px;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 5px;
}
.facturation_content_paye fieldset:nth-child(2n+1){
    margin-left: auto;
}
.facturation_content_paye fieldset > input{
    margin-right: 12px;
}
.facturation_content_paye fieldset > div{
    padding: 15px;
    display: flex;
    align-items: center;
    flex-grow: 1;

}
.facturation_content_paye fieldset > div.active{
    border: 2px solid rgba(86,197,150,.5);
}
.facturation_content_paye fieldset > div > label{
    margin-bottom: 0px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.facturation_content_paye fieldset > div > input{
    padding: 10px 8px;
    width: 100%;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
}
.facturation_content_header{
    padding: 15px 0px 30px 0px;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 14px;
    letter-spacing: .5px;
}
.facturation_content_header span{
    margin-left: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #f44336;
}
/**/
.facturation_content_center{
    padding: 15px 0px 40px 0px;
}
.facturation_content_center > label{
    margin-bottom: 12px;
    font-size: 18px;
}
.facturation_content_center > fieldset{
    display: flex;
}
.facturation_content_center > fieldset > div{
    margin-right: 20px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
.facturation_content_center > fieldset > div > label{
    margin-left: 8px;
}
/**/
.facturation_content_footer{
    margin: 0px 0px 0px 0px;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 5px;
}
.facturation_content_footer ul,
.facturation_check_content ul{
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.facturation_content_footer ul li,
.facturation_check_content ul li,
.facturation_check_content ul > ul > li:last-child{
    padding: 15px 0px 15px 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.facturation_check_content ul > ul > li,
.facturation_check_content ul > ul > li:last-child{
    padding-left: 30px;
    font-size: 13px;
}
.facturation_content_footer ul li:first-child{
    padding-top: 0px;
}
.facturation_content_footer ul li:last-child,
.facturation_check_content ul > li:last-child{
    margin-top: auto;
    padding-bottom: 0px;
    border-bottom: none;
}
.facturation_check_content ul > li:last-child{
    padding-bottom: 25px;
}
.facturation_content_footer ul li span:last-child,
.facturation_check_content ul li span:last-child{
    margin-left: auto;
    font-weight: 700;
}
.facturation_check_content ul li span:last-child{
    font-weight: 500;
}
.facturation_content_footer ul li button{
    width: 100%;
}
.facturation_check_content ul ul li i{
    margin-right: 12px;
}
/**/
.facturation_check_content{
    width: 100%;
}
/* View Profile */
.view_profile {
    padding: 15px;
}
.profile_content{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.profile_content .icon_profile{
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.profile_content .info_profile h2{
    margin-bottom: 0px;
    font-size: 14px;
}
.profile_content .info_profile label{
    font-size: 14px;
    color: #777;
}
.view_profile .row_view_border{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.view_profile .row_view_border:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.row_view_btn .btn{
    width: max-content;
}
/* Translation */
.card-table {
    padding: 15px;
}
#translation_form {
    padding-bottom: 0px;
    width: 100%;
}
#translation_form button{
    margin-top: 25px;
    width: 100%;
    height: 46px;
    line-height: 32px;
}
/* Livraison */
.livraison_content{
    padding-left: 0px;
}
.livraison_content li{
    padding: 15px 0px;
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
}
.livraison_content li strong{
    margin-right: 12px;
    display: inline-block;
    color: #f44336;
}
.livraison_content li .form-group{
    display: inline-block;
    width: auto;
}
.livraison_content li .form-group input,
.livraison_content li .form-group label{
    cursor: pointer;
}
.livraison_content li .form-group label{
    margin-right: 12px;
}
.body-form .form-group.radio-group.livraison_radio{
    margin-top: 0px;
}
/* History page */
.history_td i{
    font-size: 18px;
    color: #56c596;
    margin: 1px 5px 0px 5px;
    display: inline-block;
}
.more_history{
    display: none;
    transition: .3s;
}
/* Commentaire */
.form-group.comment_show_content {
    border-bottom: 1px solid #eee;
}
.comment_show_info{
    font-size: 14px;
    color: #8391a2;
}
.comment_show_info span{
    margin-right: 15px;
}
.comment_show_info span i{
    margin: 1px 5px 0px 0px;
    display: inline-block;
}
/* Currency */
.currency_group_content{
    display: flex;
    align-items: center;
    position: relative;
}
.currency_group_content .currency-symbol{
    padding: 6px 15px 5px 15px;
    width: 50px;
    background: #f44336;
    border: 1px solid #f44336;
    border-radius: 5px 0px 0px 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.currency_group_content .currency-addon{
    width: 100%;
}
.currency_group_content .currency-addon select{
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}
/* Object view mode */
.list_view_img{
    padding: 15px;
}
.list_view_img .form-group{
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.list_view_img .form-group img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.list_view_info{
    padding: 15px 15px 0px 0px;
}
.list_view_info .list_view_info_row{
    margin-bottom: 8px;
    padding-bottom: 8px;
    display: flex;
    border-bottom: 1px solid #eee;
}
.list_view_info .list_view_info_row div:first-child{
    padding-right: 15px;
    flex: 1;
    font-weight: 700;
}
.list_view_info .list_view_info_row div:last-child{
    color: #767676;
    text-align: right;
}
.list_view_info .list_view_info_row.comment{
    flex-direction: column;
    border-bottom: none;
}
.list_view_info .list_view_info_row.comment div:last-child{
    text-align: left;
}
.footer-modal-objet{
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #eee;
}
.footer-modal-objet form{
    margin-bottom: 10px;
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.footer-modal-objet form:first-child{
    padding: 0px;
    border-bottom: none;
}
.card #form_edit_objet{
    padding: 0px;
}
.footer-modal-objet .col-md-4{
    flex: 1;
    width: auto !important;
}
.footer-modal-objet button{
    margin: 23px 0px 0px 0px;
    padding: 10px 15px !important;
    width: 100%;
}
/**/
.select_date_pdf{
    margin-bottom: 15px;
}
.select_date_pdf,
.select_date_pdf .input-group{
    display: flex;
    flex-direction: column;
}
.select_date_pdf .input-group{
    margin: 15px 0px 40px 0px;
    align-items: start;
}
.select_date_pdf .input-group label{
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}
.select_date_pdf .input-group input{
    padding: 10px 15px;
    border-radius: 5px !important;
    width: 100%;
}
.select_date_pdf select{
    padding: 14px 15px;
    border-radius: 5px !important;
    border: 1px solid #eee;
    background: #fff;
    min-width: 100%;
}
/* Carousel modal */
.carousel .carousel-item img{
    width: 100%;
    height: auto;
}
.modal_id_objet {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fbfbfb;
    font-size: 14px;
}
/* Inactif Page */
.card-body.inactif-account{
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card-body.inactif-account p{
    font-size: 18px;
    text-align: center;
}
.card-body.inactif-account p i{
    font-size: 128px;
    color: #f44336;
}
/* Popup */
.profile-popup {
    padding: 40px;
    width: 640px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 15%;
    left: calc((100% - 640px) /2);
    z-index: 999;
    text-align: center;
}
.background-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 998;
}
.close-icon.close-popup {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px;
    color: #777;
}
/* Filter by status */
.filter-radio{
    display: flex;
    align-items: center;
}
.filter-radio form{
    padding: 0px !important;
}
.filter-radio h4{
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #4295f1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.filter-radio .radio-block{
    margin-left: 15px;
}
.filter-radio .radio-block:hover,
.filter-radio .radio-block input:hover,
.filter-radio .radio-block label:hover{
    cursor: pointer;
}
/* */
.bulletin-header-btn-action{
    margin-left: auto;
}
/**/
.update-alert{
    position: absolute;
    right: 15px;
    padding-right: 60px !important;
    width: max-content;
    z-index: 9999;
}
.update-alert a.close-tab{
    font-size: 16px;
    color: rgba(0,0,0,.5) !important;
    position: absolute;
    top: 2px;
    right: 10px;
}
/**/
.sub-title-info {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    background: #f8f8f8;
}
/**/
/*table.list-objets-table.dataTable.display tbody tr.odd > .sorting_1{
    background: #f8f8f8 !important;
}*/
table.list-objets-table .accordion-body{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
table.list-objets-table .accordion-item .accordion-collapse:nth-child(2){
    padding-top: 20px !important;
}
table.list-objets-table .accordion-button:not(.collapsed){
    background-color: #f5f5f5;
}
table.list-objets-table .accordion-button:focus{
    box-shadow: none !important;
}
table.list-objets-table .accordion-button:not(.collapsed){
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left !important;
}
table.dataTable td.objets-elements-list{
    padding: 0px !important;
}
.objets-elements-list th{
    background-color: #d2e3da !important;
}
table.dataTable .objets-elements-list table tr:hover {
    background-color: transparent !important;
}
table.dataTable .objets-elements-list table th{
    color: #000;
    font-weight: 500;
}
.objets-elements-list .id-element{
    padding-top: 5px;
    background-color: #000;
}
.btn-action.btn-edit.btn-orange,
.btn-action.btn-pdf .bi-qr-code{
    color: #f27836;
}
.change-status form{
    display: flex;
}
.change-status form select{
    width: calc(100% - 148px);
}
.change-status form button{
    margin-left: 15px;
}
.bg-el-block {
    background-color: #fbfbfb;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #f5f5f5;
}
ul.list-elements{
    display: flex;
    flex-wrap: wrap;
}
ul.list-elements li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}
ul.list-elements li:nth-child(2n){
    padding-left: 15px;
}
ul.list-elements li:nth-child(2n+1){
    padding-right: 15px;
}
ul.list-elements img {
    padding: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
}
ul.list-elements h5{
    padding: 0px 15px;
    margin-right: auto;
    margin-bottom: 0px !important;
    font-size: 16px;
}
ul.list-elements button{
    margin-left: 25px;
}
ul.list-elements button i{
    margin-right: 0px !important;
}
.elements-img-block{
    text-align: center;
}
.elements-img-block img{
    margin-top: 15px;
    width: max-content !important;
    max-height: 450px !important;
}
/* Modal Liste Objects */
.modal-liste-objects.modal-no-title .modal-content h4{
    margin-bottom: 0px;
}
.modal-liste-objects .modal-body{
    max-height: 500px;
    overflow-y: auto;
}
.modal-liste-objects table tbody tr:first-child td{
    background-color: #d2e3da !important;
}
/* Nouvel Objet Commentaires */
.file.file-upload{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.file.file-upload > input{
    display: none;
}
.file.file-upload> label {
    padding: 8px 15px;
    background-color: #4295f1 !important;
    border: 1px solid #4295f1;
    box-shadow: 0 2px 6px 0 rgba(66,149,241,.5);
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
.file.file-upload> label i {
    margin-right: 5px;
}
.block-image-facturation{
    width: 260px;
}
.block-image-facturation .image-block img{
    width: 100%;
    height: auto;
}
.block-image-facturation .image-block {
    padding: 25px 25px 25px 25px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #f9fbfc;
    border: 1px solid #eee;
    border-radius: 5px;
}
.block-image-facturation .action{
    margin-top: 15px;
    justify-content: space-between;
}
.block-image-facturation .action .btn{
    width: 49%;
}
.facture-image{
    position: relative;
    min-width: 100%;
    height: 230px;
    background: #f9fbfc;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    lign-items: center;
    justify-content: center;
}
.facture-image img{
    width: auto;
    height: 230px;
}
.facture-image i{
    position: absolute;
    top: 36%;
    left: 34%;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0,0,0,.5);
    color: #777;
    z-index: 9;
    width: 51px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.row-multiple-address{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.other-adress .row-multiple-address:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Gallery */
.col-md-2.btn-img-download {
    margin-bottom: 15px;
    position: relative;
}
.gallery-list .block-img {
    display: block;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}
.col-md-2.btn-img-download .btn-view,
.col-md-2.btn-img-download .btn-download {
    position: absolute;
    right: 15px;
    bottom: 3px;
    width: 50px;
    height: 50px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #f44336;
    z-index: 9;
}
.col-md-2.btn-img-download .btn-view {
    right: 75px;
}
.col-md-2.btn-img-download .btn-view i,
.col-md-2.btn-img-download .btn-download i {
    margin-right: 0px;
    font-size: 28px;
}
.block-download-all {
    margin-bottom: 15px;
    align-items: center;
}
.dashboard .block-download-all button {
    margin-top: 0px !important;
    margin-left: 15px;
}

.image-select-wrapper {
    cursor: pointer;
    display: block;
}
.image-box {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
}
.image-box:hover {
    transform: scale(1.03);
}
.image-box .overlay {
    position: absolute;
    inset: 0;
    background: rgba(118, 181, 109, 0.5); /* verde transparent */
    color: white;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.image-box.selected .overlay {
    opacity: 1;
}
.lazy-bg {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0; /* placeholder */
    border-radius: 10px;
    overflow: hidden;
}
/* op?ional, spinner */
.lazy-bg::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 30px; height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #ccc;
    border-top: 3px solid #28a745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0.5;
}

.lazy-bg.loaded::after {
    display: none;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}


/* Responsive */
@media (max-width: 1240px) and (min-width: 991px){
    .dashboard .navbar .item-account {
        padding: 8px 0px 8px 0px !important;
    }
    .dashboard .navbar ul.navbar-nav > li > a{
        padding: 8px 8px;
    }
    .dashboard .navbar .item-account > a > i{
        position: relative;
        top: 0;
        left: 0;
    }
    .item-account .user-name,
    .item-account .user-role,
    .dashboard .navbar ul.navbar-nav.main-menu i{
        display: none;
    }
    .dashboard .navbar ul.navbar-nav.main-menu li{
        padding: 0px 5px;
    }
    /**/
    .body-form.four-column .form-group{
        width: 33.33%;
    }
    /**/
    #filter-bls .col-md-2{
        width: 33.33%;
    }
    /**/
    #dataTable{

    }
}
@media (max-width: 991px) and (min-width: 768px){
    .dashboard .navbar .item-account {
        padding: 8px 0px 8px 0px !important;
    }
    .dashboard .navbar ul.navbar-nav > li > a{
        padding: 8px 8px;
    }
    .dashboard .navbar .item-account > a > i{
        position: relative;
        top: 0;
        left: 0;
    }
    .item-account .user-name,
    .item-account .user-role,
    .dashboard .navbar ul.navbar-nav.main-menu i,
    .navbar-nav.right-navbar .btn.add-btn{
        display: none;
    }
    .dashboard .navbar ul.navbar-nav.main-menu li{
        padding: 0px 5px;
    }
    .dashboard .navbar a.navbar-brand img {
        max-width: 115px;
    }
    .dashboard .navbar-nav.right-navbar > li {
        height: 60px;
    }
    /**/
    .row.dashboard-widget .col-md-3{
        width: 50%;
    }
    .row.dashboard-widget .col-md-3:first-child,
    .row.dashboard-widget .col-md-3:nth-child(2),
    .row.dashboard-tables .col-md-4{
        margin-bottom: 25px;
    }
    .row.dashboard-tables .col-md-4:last-child{
        margin-bottom: 0px;
    }
    .row.dashboard-tables .col-md-4{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 0px){
    #auth-wrapper .logo img {
        width: 180px;
    }
    /**/
    #auth-wrapper > .container {
        margin-left: 60px;
        margin-right: 0px;
        padding: 40px 20px;
        width: auto;
        background-color: #fff;
        text-align: center;
    }
    #auth-wrapper .card {
        margin-top: 30px;
    }
    #auth-wrapper .card .card-header h2 {
        font-size: 22px;
    }
    /**/
    nav.navbar .navbar-toggler:focus{
        border: 1px solid #eee;
        box-shadow: none;
    }
    .navbar-toggler:focus{
        color: #f44336;
    }
    #navbarSupportedContent{
        padding: 15px 0px 0px 0px;
        position: absolute;
        top: 70px;
        left: 0;
        height: auto !important;
        width: 100%;
        background: #fff;
        box-shadow: 0px 15px 13px 0px rgba(0,0,0,0.2);
        z-index: 9;
    }
    #navbarSupportedContent ul.main-menu{
        padding: 0px 15px;
    }
    #navbarSupportedContent ul.main-menu > li{
        padding: 5px 0px;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }
    #navbarSupportedContent ul.main-menu > li:last-child{
        border-bottom: none;
    }
    #navbarSupportedContent ul.main-menu > li > a{
        padding: 8px 0px;
        width: 100%;
        display: inline-block;
        font-weight: 400;
    }
    #navbarSupportedContent .navbar-nav.right-navbar{
        background-color: #f8f8f8;
    }
    #navbarSupportedContent .navbar-nav.right-navbar li{
        width: 100%;
    }
    #navbarSupportedContent .navbar-nav.right-navbar li:first-child{
        display: none;
    }
    #navbarSupportedContent .navbar-nav.right-navbar li > a{
        width: 100%;
    }
    /**/
    .dashboard-filter {
        margin: 0px 0px 30px 0px;
    }
    .dashboard .dashboard-filter .title-page {
        padding-bottom: 20px;
    }
    .dashboard .filter-block .input-group.start-date{
        margin-bottom: 15px;
    }
    .dashboard .filter-block .input-group.final-date{
        width: calc(100% - 55px);
    }
    .filter-block > .d-flex{
        flex-wrap: wrap;
    }
    .filter-block > .d-flex > .input-group > label{
        margin-left: 0px;
        margin-right: 15px;
        width: 50px;
    }
    .filter-block > .d-flex > .btn{
        margin-left: auto !important;
    }
    /**/
    .dashboard .row.dashboard-widget .col-md-3,
    .row.dashboard-tables .col-md-4{
        margin-bottom: 15px;
    }
    .dashboard .row.dashboard-widget .col-md-3:last-child,
    .row.dashboard-tables .col-md-4:last-child{
        margin-bottom: 0px;
    }
    /**/
    .dashboard .card-header-right {
        margin-left: 0;
    }
    .dashboard .card-header-right > .btn {
        margin-left: 0px;
    }
    #example_length{
        display: none !important;
    }
    #example_filter{
        text-align: left !important;
    }
    .dataTables_wrapper{
        overflow-x: auto;
    }
    .dataTables_wrapper tr th{
        font-size: 14px;
    }
    .dataTables_wrapper tr td:last-child{
        min-width: 100px;
    }
    /**/
    #pills-tab.nav-pills{
        margin-bottom: 15px;
    }
    #pills-tab.nav-pills > li.nav-item {
        margin-left: 0px;
        width: 100%;
    }
    #pills-tab button.nav-link{
        width: 100%;
        background: #fff;
        border-radius: 0px 0px 0px 0px;
    }
    #pills-tab button.nav-link.active{
        color: #fff;
        background-color: #f44336;
    }
    #pills-tab button.nav-link.active::after{
        display: none;
    }
    #pills-tab .nav-item:first-child button.nav-link{
        border-radius: 5px 5px 0px 0px;
    }
    #pills-tab .nav-item:last-child button.nav-link{
        border-radius: 0px 0px 5px 5px;
    }
    /**/
    .card form {
        padding: 0px;
    }
    .body-form.two-column .form-group,
    .body-form.three-column .form-group,
    .body-form.four-column .form-group,
    .body-form.three-column .form-group.form-group-50{
        width: 100%;
    }
    .card form .head-form {
        height: auto;
    }
    .card form .head-form h2 {
        width: 100%;
    }
    .address-default {
        margin-top: 8px;
        margin-left: 0px;
        width: 100%;
    }
    .card form .head-form .btn{
        margin-top: 15px;
        width: 100%;
    }
    /**/
    .filter-header {
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 100%;
        border-bottom: 1px solid #f8f8f8;
    }
    .card-header-right{
        width: 100%;
    }
    .card-header-right .dropdown{
        margin-right: auto;
    }
    /**/
    .head-form.head-search .form-search{
        margin-top: 12px;
        margin-left: 0px;
    }
    .head-form.head-search .btn {
        margin-left: 0px;
    }
    .form-group.info {
        width: 100% !important;
        flex-direction: column;
    }
    .form-group.info .info-block:first-child{
        margin: 0px 0px 15px 0px;
    }
    .form-group.info .info-block input{
        margin-left: auto;
    }
    /**/
    #form-objets-details .col-md-8{
        margin-top: 35px;
    }
    .form-group.qr-img{
        margin-bottom: 0px;
    }
    .qr-img img {
        width: 100%;
        height: auto;
    }
    /**/
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus,
.select2.select2-container.select2-container--default{
    width: 100% !important;
}
.label-margin-top{
    margin-top: 10px;
}
.align-center{
    text-align: center !important;
}
.statut-default i{
    font-size: 20px;
}
.statut-default i.bi.bi-check-circle-fill{
    color: #56c596;
}
.statut-default i.bi.bi-dash-circle-fill{
    color: #f44336;
}
.form-group.status-checkbox {
    display: flex;
    align-items: center;
}
.form-group.status-checkbox input{
    width: auto;
    margin-left: 15px;
    margin-top: -4px;
}
/* New table */
.top-table {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.top-table > div:last-child{
    margin-left: auto;
}
.top-table div:first-child{
    font-size: 14px;
    color: #8391a2;
}
.top-table div:first-child select{
    margin: 0px 8px;
    padding: 6px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}
/* Search bulletins */
#search_bulletins{
    padding: 0px !important;
}
#search_bulletins label{
    cursor: pointer;
}
#search_bulletins input {
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 5px;
}
/**/
table.my-table thead th{
    padding: 10px 18px;
    font-size: 13px;
    font-weight: normal !important;
    color: #8391a2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
table.my-table tbody tr:hover{
    background-color: #f8f8f8 !important;
}
table.my-table tbody tr td{
    padding: 18px 10px !important;
}
table.my-table tbody tr:nth-child(2n+1) td {
    border-top: 1px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8 !important;
}
table.my-table select {
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'Rubik';
}
table.my-table tbody .modal-list-bl {
    margin: 0px 2px;
    padding: 0px 3px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    transition: .3s;
    width: 32px;
    height: 32px;
    background: #fbfbfb;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
table.my-table tbody .modal-list-bl {
    color: #56c596;
}
.my-pagination.pagination {
    margin-top: 40px;
    display: flex;
}
.my-pagination nav{
    margin-left: auto;
}
.my-pagination nav div:first-child{
    display: none !important;
}
.my-pagination svg{
    width: 20px;
    height: 20px;
}
.my-pagination nav a,
.my-pagination nav span{
    padding: 12px 8px !important;
    border: none !important;
    color: #333;
}
.my-pagination nav a,
.my-pagination nav [aria-current="page"] span{
    display: inline-block;
    width: 42px;
    text-align: center;
}
.my-pagination nav a:hover,
.my-pagination nav [aria-current="page"] span{
    background-color: #4295f1 !important;
    border: 1px solid #4295f1;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(66,149,241,.5);
    color: #fff !important;
}
.my-pagination nav span.shadow-sm {
    box-shadow: none !important;
}
.responsive-block-table{
    overflow-x: auto;
}
/* -- */
.body-form ul.list-elements li input.form-input{
    padding: 8px 15px !important;
}
.body-form ul.list-elements li{
    align-items: end;
}
.body-form ul.list-elements li .form-group{
    margin-bottom: 0px;
}

