/**/

html,
body {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #0A286D !important;
    font-family: "Open Sans", sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button,
[type=button] {
    appearance: none;
    background-color: transparent;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-vh {
    height: 100vh;
}

.logo-gradient-bg {
    background-image: linear-gradient(#1649BD, #9198e5);
    background-attachment: fixed;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gnf {
    background-color: #ab88dd;
    width: 31px;
    height: 23px;
    position: relative !important;
    top: -34px;
    margin-right: 11px;
}

.dataGnf {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    color: #fff;
    font-size: 0.8rem;
}

.iconSideMenu {
    margin-top: 18px;
    margin-bottom: 25px;
}

.parent {
    margin-top: 4em;
}

@media all and (max-width: 480px) {
    .buttonMobile {
        margin-top: 20px;
    }
}

.form-control {
    display: block;
    width: 100%;

    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #452277;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0A286D !important;
    border-radius: 5px !important;
}

.form-group {
    margin-bottom: 1.3rem;
}

.btn-block {
    display: block;
    width: 100%;
    border-radius: 5px !important;
}

.forgot a {
    color: #FF2828 !important;
    text-decoration: none !important;
}

.text-forgot {
    line-height: 1.3rem;
}

.o-hidden {
    overflow: hidden !important;
}

.bg-login-image {
    background: url("../images/sendito-auth-bg.png");
    background-position: center;
    background-size: cover;
}

.bg-forgot-image {
    background: url("../images/sendito-auth-bg.png");
    background-position: center;
    background-size: cover;
}

.bg-reset-image {
    background: url("../images/sendito-auth-bg.png");
    background-position: center;
    background-size: cover;
}

.login-page-title {
    font-size: 32px;
    font-weight: 600;
}

@media screen and (max-width: 660px) {
    .login-page-title {
        font-size: 28px;
    }
}

form.user .form-control-user {
    /* font-size: 0.8rem; */
    color: rgba(14, 63, 242, 0.49) !important;
    padding: 1.4rem 1rem;
}

form.user .btn-user {
    padding: 1rem;
    color: #fff !important;
    background-color: #0A286D !important;
    border-color: #0A286D !important;
    transition: .35s;
    font-weight: 500;
    box-shadow: none;
    border: none;
}

form.user .btn-user:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%);
}

.formulaire {
    padding-top: 195px;
    padding-left: 31%;
    padding-right: 31%;
}

.oeil {
    position: absolute !important;
    top: 355px;
    margin-left: -35px;
    cursor: pointer;
}

@media all and (max-width: 480px) {
    .formulaire {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.navbarParent {
    border-bottom: 1px solid #d9d9d9;
}

.sidebar-brand-text {
    display: block !important;
    width: 80px !important;
    margin-bottom: 40px;
}

@media all and (max-width: 480px) {
    .sidebar-brand-text {
        margin-bottom: 0px;
    }
}

.sidebar-brand-text img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.lien>a {
    color: #fff;
    text-decoration: underline;
}

/*btn*/
.logout {
    background-color: #9198e5;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 8px 12px !important;
    margin-top: 40px;
    border-radius: 5px;
    width: 100%;
    transition: .35s;
    font-size: 14px;
}

.logout:hover {
    background-color: #ff2e2e;
}

@media all and (max-width: 480px) {
    .logout {
        font-size: 13px;
        padding: 0px 8px;
    }
}

/* Deleguer */
/* Badge deleguer */
.deleguer {
    background-color: rgb(230 230 230 / 10%);

    position: relative;
    display: inline-block;
    border: 1px solid rgb(230 230 230 / 10%);
    color: #fff !important;
    padding: 8px 12px !important;
    margin-top: 40px;
    border-radius: 5px;
    width: 100%;
    transition: .35s;
    font-size: 14px;

}

.deleguer:hover {
    background-color: #02925E;
}

.sidebar-toggled .deleguer span {
    font-size: 0.65rem;
    display: block;
    font-weight: 500;
}

.deleguer .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 2px 2px;
    border-radius: 50%;
    background-color: #02925E;
    color: white;
}

.deleguer .badge i {
    font-size: 18px;
}

/* End Badge deleguer */
/* End deleguer */

.addCatProd {
    background-color: #0A286D;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: .35s;
    white-space: nowrap;
}

.addCatProd:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
    background-color: #0A286D !important;
}

@media all and (max-width: 480px) {
    .addCatProd {
        padding: 12px;
    }
}

.btn-pending {
    background-color: #F4DD0D;
    padding: 1px 5px;
    border-radius: 2px;
}

.btn-waiting {
    background: rgba(14, 63, 242, 0.49);
    padding: 1px 5px;
}

.btn-canceled {
    background: #53F86D;
    padding: 1px 5px;
}

.btn-send {
    background: rgba(244, 221, 13, 0.42);
    padding: 1px 5px;
}

.form-select-edit {
    border: 1px solid #0A286D !important;
    border-radius: 5px !important;
    /* font-size: 0.8rem; */
    color: rgba(14, 63, 242, 0.49) !important;
    padding: 18px 1rem;
    width: 100%;
    background-color: #ffff;
    /* font-size: 12px; */
}

.badge-danger {
    color: #fff;
    background-color: #02925E;
    border-radius: 50px !important;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #ee34b0;
}

.rounded-circle {
    border-radius: 50% !important;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    /*background-color: #f8f9fc;*/
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


.container-fluid-header,
.container-fluid-dashboard {
    --pad-x: 3.7rem;
    padding-left: var(--pad-x);
    padding-right: var(--pad-x);
}


.container-fluid-header {
    --pad-x: 1.7rem;
}

@media (max-width: 991px) {

    .container-fluid-header,
    .container-fluid-dashboard {
        --pad-x: 24px;
    }
}

/*coté mobile*/
@media all and (max-width: 480px) {

    .container-fluid-header,
    .container-fluid-dashboard {
        --pad-x: 16px;
    }
}

.bg-gradient-primary {
    background: linear-gradient(#0A286D, #9198e5);
    background-size: cover;
}

.btn-link {
    color: #452277 !important;
    text-decoration: underline;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    right: 4px;
    margin-top: -21px;
}

@media all and (max-width: 480px) {

    .sidebar .nav-item .nav-link .badge-counter,
    .topbar .nav-item .nav-link .badge-counter {
        right: 0.25rem;
        margin-top: -11px;
    }
}

.topbar {
    height: 4.375rem;
}

.topbar #sidebarToggleTop {
    height: 45px;
    width: 45px;
    background-color: #dddfeb;
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
}

.topbar .navbar-search {
    /*margin: 0 auto;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
    width: 30%;
}

.topbar .navbar-search input {
    font-size: 0.85rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link:focus {
    outline: none;
}

.topbar .nav-item:focus {
    outline: none;
}

.topbar .dropdown {
    position: static;
}

.topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
}

.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #452277;
    border: 1px solid #452277;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
}

.topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
}

.topbar .dropdown {
    position: relative;
}

@media (min-width: 576px) {
    .topbar .dropdown .dropdown-menu {
        width: auto;
        right: 0;
    }

    .topbar .dropdown-list {
        width: 20rem !important;
    }

    .topbar .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #0A286D;
}

.sidebar {
    width: 6.5rem;
    min-height: 100vh;
    padding: 0 16px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    transition: width .35s;
    overflow-y: auto;
}

.sidenav-items-list {
    flex: 1 0 0;
}

.profile-infos .img-profile {
    --avatar-size: 40px;
    width: var(--avatar-size);
    height: var(--avatar-size);
    margin: 0 auto;
}

.profile-infos .img-profile img {
    max-width: 100%;
    max-height: 100%;
}

.user-name {
    color: #0A286D;
    font-size: 14px;
    font-weight: 600;
}

.user-role {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    /* width: 6.5rem; */
}

.sidebar .nav-item .nav-link span {
    /* font-size: 0.65rem; */
    font-size: 14px;
    display: block;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
    display: none;
    -webkit-transition: none;
    transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #452277;
    font-weight: 700;
}

.sidebar #sidebarToggle {
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    transition: .35s;
}

.sidebar #sidebarToggle:hover {
    text-decoration: none;
    background-color: rgb(230 230 230 / 10%);
    backdrop-filter: blur(10);
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: "\F659";
    font-family: "bootstrap-icons";
    transition: .35s;
}

.sidebar.toggled #sidebarToggle::after {
    content: "\F479";
}

.sidebar .sidebar-brand {
    /* height: 4.375rem; */
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    /* padding: 2.8rem 0rem; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

.sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
}

.sidebar .nav-item .nav-link span {
    font-size: 16px;
    display: inline;
    font-weight: 500;
}


@media (min-width: 992px) {
    .sidebar {
        width: 250px;
    }

    .sidebar-dark.toggled .nav-item .nav-link {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 6px !important;
    }

    .sidebar-dark.toggled .nav-item .nav-link i {
        margin-right: 0 !important;
        margin-bottom: 5px;
        font-size: 16px !important;
    }

    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }

    .sidebar .nav-item .collapse .collapse-inner {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sidebar .nav-item .collapsing {
        display: block;
        -webkit-transition: height 0.15s ease;
        transition: height 0.15s ease;
    }

    .sidebar .nav-item .collapse,
    .sidebar .nav-item .collapsing {
        margin: 0 1rem;
    }

    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
    }

    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
        font-weight: 500;
    }

    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0;
    }

    .sidebar.toggled .logout i {
        margin-right: 0 !important;
    }

    .sidebar.toggled .logout span {
        display: none;
    }
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        z-index: 999;
        left: -100%;
        top: 0;
        height: 100vh;
        min-height: auto;
        width: 80vw;
        max-width: 300px;
        transition: left .45s;
    }

    .sidebar.toggled {
        left: 0;
    }

    .sidebar #sidebarToggle::after {
        content: "\F479";
    }

    .sidebar.toggled #sidebarToggle::after {
        content: "\F659";
    }

    .sidebar .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .sidebar.toggled .logout span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .sidebar {
        padding-bottom: 120px;
        width: 150px;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 6px !important;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 13px;
        display: block;
        font-weight: 500;
    }

    .sidebar .nav-item .nav-link i {
        margin: 0 !important;
        margin-bottom: 5px !important;
    }

    .sidebar .logout i {
        margin-right: 0 !important;
    }

    .sidebar .logout span {
        display: none;
    }

    .user-name {
        font-size: 12px;
        font-weight: 600;
    }

    .user-role {
        font-size: 11px;
        font-weight: 500;
    }
}

/*parent active*/
.sidebar-dark .nav-item .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 20px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border-radius: 5px;

}

.sidebar-dark .nav-item .nav-link i {
    color: #fff;
}

.sidebar-dark .nav-item .hover:active,
.sidebar-dark .nav-item .hover:focus {
    color: #fff;
    background-color: #02925E;
    border-radius: 5px;
}

.sidebar-dark .nav-item .hover:hover {
    color: #fff;
    background-color: rgb(230 230 230 / 10%);
    backdrop-filter: blur(10);
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff !important;
    background-color: #02925E !important;
    /*width: 100% !important;*/
    /* padding: 5px 10px !important; */
    border-radius: 5px;
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

.sidebar-dark #sidebarToggle {
    background-color: #0A286D;
}

.sidebar-dark #sidebarToggle::after {
    color: #fff;
}

.sidebar-dark #sidebarToggle:hover {
    color: #ee34b0 !important;
}

.sidebar-dark.toggled #sidebarToggle::after {
    color: #fff;
}

.profile span {
    font-size: 0.7rem !important;
    display: flex !important;
    justify-content: center !important;
    font-weight: 500;
}

footer.sticky-footer {
    padding: 2rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

/*Table*/
.table-resp tr th {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    background-color: #e3dfdf;
    color: #0A286D;
    white-space: nowrap;
}

.table-resp tr th:not(:first-child) {
    border-left: 1px solid #d9d9d9;
}

.table-resp tr th div {
    white-space: nowrap;
}


.table-resp td {
    /* border-bottom-width: 0px !important; */
    padding: 12px 24px;
    white-space: nowrap;
    font-size: 14px;
    color: #0A286D;
}

.table-resp .none-icons {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
}

.table-resp tr td {
    background-color: #f1f0f0;

}

.table-resp tr td a {
    color: #0A286D;
    text-decoration: underline;
}

.table-resp .icons-tab {
    color: #02925E;
}

.table-resp tbody tr:last-child {
    margin-top: -5em !important;
}

/* table add demande */
.table-resp-autorisation tr th {
    background-color: #D9D9D9;
    color: #0A286D;
    font-size: 15px;
    font-weight: normal !important;
}

.table-resp-autorisation th {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
}

.table-resp-autorisation td {
    /* border-bottom-width: 0px !important; */
    /* padding-right: 1.7rem !important;
    padding-left: 1.8rem !important; */
    white-space: nowrap;
    font-size: 14px;
    color: #0A286D;
}

.table-resp-autorisation tr td,
.table-resp-autorisation tr th {
    background-color: #f1f0f0;

}

.table-resp-autorisation tr td a {
    color: #0A286D;
    text-decoration: underline;
}

.table-resp-autorisation .icons-tab {
    color: #02925E;
}

.table-resp-autorisation tbody tr:last-child {
    margin-top: -5em !important;
}

/* Recuperer la 1ere colonne */
.table-resp-autorisation td:first-child {
    font-weight: 600;
}

.table-resp-autorisation .icons {
    color: #02925E;
    float: right;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.table-resp-autorisation .icons-close {
    color: red;
    float: right;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

label {
    display: block;
}

.saveEdit {
    display: flex;
    /* margin-right: -10px; */
}

.editOne {
    margin-right: 5px;
}

.table-resp-autorisation .button {
    float: right;
}

.table-resp-autorisation .badge-annote {
    background-color: #53F86D !important;
    color: #0A286D !important;
    border-radius: 2px !important;
    font-weight: normal;
}

.table-resp-autorisation .badge-pas-annote {
    background: rgba(244, 221, 13, 0.42) !important;
    color: #0A286D !important;
    border-radius: 2px !important;
    font-weight: normal;
}

.table-resp-autorisation .badge-negatif {
    background: rgba(255, 40, 40, 0.32);
    color: #0A286D !important;
    border-radius: 2px !important;
    font-weight: normal;
}

.table-resp-autorisation .progress-bar {
    background-color: #02925E !important;
    border-radius: 50px !important;
}

.table-resp-autorisation .progress {
    border-radius: 50px !important;
    --bs-progress-height: 12px !important;
    --bs-progress-bg: #D9D9D9 !important;
}

.table-resp-autorisation .addAutoriseBtn {
    background-color: #02925E;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
}

.table-resp-autorisation .refuserBtn {
    background-color: #FF2828;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
}

.table-resp-autorisation .addAutorise {
    background-color: #02925E;
    color: #fff !important;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.table-resp-autorisation .refuser {
    background-color: #FF2828;
    color: #fff !important;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.addAutorise:hover,
.refuser:hover,
.refuserBtn:hover,
.addAutoriseBtn:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}


.table-resp-autorisation textarea.form-control {
    /* font-size: 0.8rem; */
    background-color: #D9D9D9;
}

/* Recupere la seconde colonne */
/* .table-resp-autorisation td:nth-child(even) {} */
/* //Essaie */
.backgound-autorisation-content {
    background-color: #f1f0f0;
    padding: 10px 20px;
}

.header-autorisation {
    background-color: #D9D9D9;
    padding: 10px 27px;
}

.header-autorisation h6 {
    font-size: 18px;
}

.table-resp-autorisation .head {
    display: flex;
    align-items: center;
    height: 5px;
}

.table-resp-autorisation .paragraph {
    font-size: 12px;
    font-weight: normal;
}

.data-table {
    margin-top: 12px;
}

.tableIcons {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.form-check-input {
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

.form-check-input:checked {
    background-color: #02925E !important;
    border-color: #02925E !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link:focus {
    z-index: 3;
    color: #02925E !important;
    box-shadow: none !important;
}

.page-link {
    color: #0A286D !important;
    border: 0px !important;
}

.actions i {
    font-size: 18px;
    cursor: pointer;
    color: #919191;
}

.edit i:hover {
    color: #ab88dd;
}

.delete i:hover {
    color: red;
}

.more i:hover {
    color: #ee34b0;
}

/*Responsive table*/
@media all and (max-width: 992px) {
    .table-resp td {
        white-space: nowrap;
        font-size: 12px;
    }

    .table-resp tr th {
        font-size: 12px;
        font-weight: bold;
    }

    .pagination {
        float: none !important;
        margin-bottom: 20px;
    }
}

.form-control-edit {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #0A286D !important;
    border-radius: 5px !important;
    color: rgba(14, 63, 242, 0.49) !important;
    padding: 27px 1rem;
    width: 100%;
}

.form-control-edit input:focus-visible {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.search {
    padding: 0px 10px !important;
}

textarea {
    resize: none;
}

.topbar .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}

@media all and (max-width: 480px) {
    .navbar-expand .navbar-nav .nav-link {
        margin-top: -42px;
    }
}

/* ModalDeleguer */
.deleguerModal .modal-content {
    border-radius: 0px !important;
    border: 0px !important;
}

.deleguerModal .confirmerbtn {
    background-color: #0A286D;
}

.deleguerModal .comptes {
    color: #706b6b;
    font-size: 14px;
}

/* Create a custom checkbox */
.deleguerModal .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.deleguerModal .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.deleguerModal .checkmarkModal {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #0A286D;

}

/* On mouse-over, add a grey background color */
.deleguerModal .container:hover input~.checkmarkModal {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.deleguerModal .container input:checked~.checkmarkModal {
    background-color: #0A286D;
}

/* Create the checkmarkModal/indicator (hidden when not checked) */
.deleguerModal .checkmarkModal:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarkModal when checked */
.deleguerModal .container input:checked~.checkmarkModal:after {
    display: block;
}

/* Style the checkmarkModal/indicator */
.deleguerModal .container .checkmarkModal:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* End Create a custom checkbox */

/* Fin ModalDeleguer */





/*Modal*/
/*logout modal*/
.logoutModal .modal-header {
    border-bottom: 0px solid #dee2e6 !important;
}

.logoutModal .modal-content {
    border-radius: 0px !important;
    border: 0px !important;
}

.logoutModal .logout-modal {
    background-color: #ff2e2e;
    color: #fff !important;
    border: 2px solid #ff2e2e;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
}

.logoutModal .logout-modal:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.logoutModal .btn-close {
    width: 3em !important;
    color: #ff2e2e !important;
}

.logoutModal .img {
    font-size: 50px;
    color: #02925E !important;
}

/*End logout modal*/

/*comment modal*/
.commentModal .modal-header {
    border-bottom: 0px solid #dee2e6 !important;
}

.commentModal .modal-content {
    border-radius: 0px !important;
    border: 0px !important;
}

.commentModal .comment-modal {
    background-color: #0A286D;
    color: #fff !important;
    border: 2px solid #0A286D;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}

.commentModal .comment-modal:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.commentModal .btn-close {
    width: 3em !important;
    color: #0A286D !important;
}

/*End comment modal*/

.create-product {
    background-color: #0A286D;
    color: #fff !important;
    padding: 12px 24px;
    border: 2px solid #0A286D;
    border-radius: 5px;
}

/*End add product modal*/

.forgot-send {
    margin-top: 160px;
}

.btn-forgot-send {
    background-color: #6633b0;
    color: #fff !important;
    padding: 13px 120px;
    border: 2px solid #6633b0;
}

.btn-forgot-send:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.dateNotif {
    margin-right: -8px;
}

/*End order detail*/

/*Animation*/
.activeCustomer {
    width: 220px;
    background: #ee34b0;
    color: #fff;
    transition: all 0.3s ease;
}

.activeContenuCustomer {
    animation: fade 0.8s forwards;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*End tabs*/

/*Page profile*/
.content-profile {
    margin-top: 2em;
}

.content-profile-password {
    margin-top: 123px;
}

.edit-profile {
    background-color: #6633b0;
    color: #fff !important;
    /*padding: 10px 55px;*/
    width: 100%;
    padding: 10px;
    border: 2px solid #6633b0;
    margin-top: 20px;
}

.edit-profile:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.view-edit-password {
    background-color: #ee34b0;
    color: #fff !important;
    padding: 5px 25px;
    border: 2px solid #ee34b0;
}

.view-edit-password:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.formulaire-edit-profile {
    padding-left: 31%;
    padding-right: 31%;
}

@media all and (max-width: 992px) {
    .formulaire-edit-profile {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*Upload image profile*/
.hidden-input-file {
    display: block;
    left: 0;
    top: 74px;
    width: 100%;
    height: 12px;
    background-color: transparent;
    color: transparent;
    outline: 0 !important;
    border: 1px dashed transparent;
    border-radius: inherit;
}

.hidden-input-file::-webkit-file-upload-button {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    background-color: transparent;
    color: transparent;
}

#previewEditProfile {
    display: block;
    height: 60px;
}

#previewEditProfile img {
    max-width: 100%;
    max-height: 100%;
}

/*End Page profile*/

/*Error*/
.error {
    margin-top: 130px;
}

.txt-404 {
    font-size: 10.3rem;
}

@media screen and (max-width: 480px) {
    .txt-404 {
        font-size: 8.3rem;
    }

    .btn-error {
        padding: 13px 80px !important;
    }
}

.btn-error {
    background-color: #6633b0;
    color: #fff !important;
    padding: 13px 110px;
    border: 2px solid #6633b0;
}

.btn-error:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

/*Tooltip*/
.tooltip-inner {
    background-color: #ab88dd;
}

/*bottom*/
.bs-tooltip-auto[data-bs-placement^="bottom"]>.tooltip-arrow::before,
.bs-tooltip-bottom>.tooltip-arrow::before {
    border-bottom-color: #ab88dd;
}

.bs-tooltip-auto[data-bs-placement^="bottom"]>.tooltip-arrow::after,
.bs-tooltip-bottom>.tooltip-arrow::after {
    border-bottom-color: #ab88dd;
}

/*top*/
.bs-tooltip-auto[data-bs-placement^="top"]>.tooltip-arrow::before,
.bs-tooltip-top>.tooltip-arrow::before {
    border-top-color: #ab88dd;
}

.bs-tooltip-top>.tooltip-arrow::after {
    border-top-color: #ab88dd;
}

/*left*/
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #ab88dd;
    margin-top: -9px;
}

/*Dashboard*/
.insights {
    background: #f7f7f7;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.insights-header,
.insights-chart {
    padding: 16px;
}

.insights-header {
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.12);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.insights-chart {
    padding-top: 0;
    padding-bottom: 0;
}


.demande-lien {
    font-size: 16px;
    color: rgba(10, 40, 109, 0.75);
    text-decoration: none;
}

.demande-lien a {
    font-size: 16px;
    color: #D8D8D8;
    text-decoration: none;
    transition: .35s;
}

.demande-lien a:hover {
    color: #0A286D;
}

.select-demande {
    background-color: 0000 !important;
}


/* change color placeholder */
::placeholder {
    color: rgba(14, 63, 242, 0.49) !important;
    opacity: 1 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(14, 63, 242, 0.49) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(14, 63, 242, 0.49) !important;
}

.btn-importer {
    background: rgba(14, 63, 242, 0.49);
    color: #0A286D !important;
    padding: 5px 8px;
    border-radius: 5px;
}

/*input importer courier*/
input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.label {
    display: inline-block;
    position: relative;
    width: 100%;
}

.btn-courrier {
    background: rgba(14, 63, 242, 0.49);
    /* width: 30%; */
    display: inline-block;
    border-radius: 5px;
    color: #0A286D;
    padding: 10px 12px;
    font-size: 14px;
    /* font-size: 10px; */
}

/*coté mobile*/
@media all and (max-width: 480px) {
    .btn-courrier {
        padding: 7px 25px;
    }
}

#filename {
    /* font-size: 10px; */
    color: rgba(14, 63, 242, 0.49);
}

/* End */
.background-autorisation {
    margin-top: 25px;
    background: #D9D9D9;
    margin-bottom: 25px;
    padding: 20px 12px;
    border-radius: 10px;
}

.background-dropdown {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 20px;
}

/* Valider */
.background-valider {
    margin-top: 25px;
    background: rgba(2, 146, 94, 0.49);
    margin-bottom: 25px;
    padding: 15px 0px;
    border-radius: 10px;
}

.table-resp-autorisation .bacground-valider-content {
    padding: 5px 50px;
}

.table-resp-autorisation .imp-prop {
    background-color: #0A286D;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 30px;
    cursor: pointer;
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.imp-prop:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

@media all and (max-width: 480px) {
    .table-resp-autorisation .bacground-valider-content {
        padding: 5px 0px !important;
    }

    .background-valider {
        padding: 20px 20px;
    }
}

/* Refuser */
.background-refuser {
    margin-top: 25px;
    background: rgba(255, 40, 40, 0.32);
    margin-bottom: 25px;
    padding: 20px 0px;
    border-radius: 10px;
}

.table-resp-autorisation .bacground-refuser-content {
    padding: 5px 50px;
}

@media all and (max-width: 480px) {
    .table-resp-autorisation .bacground-refuser-content {
        padding: 5px 0px !important;
    }

    .background-refuser {
        padding: 20px 20px;
    }
}

/* Animatin badge */
.bell,
.bell-border,
.bell-border-consulter,
.btn-bell {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bell {
    height: 20px;
    width: 20px;
    box-shadow: -1px 2px 10px #999;
    background: #FF2828;
    animation-name: col;
    animation-duration: 2s;
    animation-iteration-count: infinite;

}

.bell-border {
    height: 19px;
    width: 19px;
    border: 1px solid #FF2828 !important;
    animation-name: bord-pop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;

}

.bell-border-consulter {
    height: 8px;
    width: 8px;
    border: 1px solid #FF2828 !important;
    animation-name: bord-pop;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;

}

.btn-bell {
    color: white;
    font-size: 15px;
    animation-name: bell-ring;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.parent-badge {
    /* left: 90% !important; */
    left: 92% !important;
    top: -9px !important;
}

/* quand on reduit le menu gauche */
.sidebar.toggled .parent-badge {
    /* left: 82px !important; */
    /* left: 57px !important; */
    top: -9px !important;
}

@media screen and (max-width: 480px) {
    .sidebar.toggled .parent-badge {
        left: 101px !important;
    }
}

@keyframes bord-pop {

    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }

}

@keyframes col {
    0% {
        transform: scale(1) translate(0, 0);
    }

    10% {
        transform: scale(1.1) translate(0, 0);
    }

    75% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }

}

@keyframes bell-ring {

    0% {

        transform: translate(-50%, -50%);

    }

    5%,
    15% {

        transform: translate(-50%, -50%) rotate(25deg);

    }

    10%,
    20% {

        transform: translate(-50%, -50%) rotate(-25deg);

    }

    25% {

        transform: translate(-50%, -50%) rotate(0deg);

    }

    100% {

        transform: translate(-50%, -50%) rotate(0deg);

    }

}

/* Endd */

.label-date-picker {
    font-size: 14px;
}

.form-control-picker {
    background-color: #f1f0f0;
}

/* object */
.form-control-edit-line {
    background-color: #f1f0f0;
    border: 0px !important;
    color: #0A286D !important;

}

.form-control-edit-line:focus-visible {
    color: #0A286D !important;
    background-color: #f1f0f0 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.date-picker input:focus-visible {
    background-color: #f1f0f0;
}

.button-date-picker {
    background-color: #0A286D;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 5px;
}

.button-date-picker:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
}

.form-select-down {
    border: 1px solid rede !important;
    border-radius: 0px !important;
    color: #0A286D !important;
    padding: 4px 5px;
    /* width: 100%; */
    background-color: #f1f0f0;
    /* font-size: 12px; */
}

.form-select-down:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.view-date {
    font-weight: normal;
    text-decoration: underline
}

/* The container */
.radio {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    height: 18px;
    width: 18px;
    border: 1px solid #02925E;
    border-radius: 50%;
    margin-left: 8px;
}

/* On mouse-over, add a grey background color */
.radio:hover input~.checkmark {
    background-color: #D9D9D9;
}

/* When the radio button is checked, add a blue background */
.radio input:checked~.checkmark {
    background-color: #D9D9D9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkmark:after {
    display: block;
    opacity: 1;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #02925E;
    border-left: 2px solid #02925E;
    transform: rotate(-45deg);
    opacity: 0;
    transition: opacity .55s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}


/* Select2::::: */
.demande-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(14, 63, 242, 0.49);
    line-height: 28px;
}

.demande-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 14px;
    /* font-size: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demande-select2 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 57px;
    user-select: none;
    -webkit-user-select: none;
}

.demande-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 20px;
}

.demande-select2 .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #0A286D;
    border-radius: 5px;
}

.demande-select2 .select2-container--default .select2-selection--single:focus {
    background-color: #fff;
}

.demande-select2 .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    color: rgba(14, 63, 242, 0.49);
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-results__option {
    padding: 6px;
    font-size: 12px;
    color: rgba(14, 63, 242, 0.49);
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    /* font-size: 12px; */
    color: rgba(14, 63, 242, 0.49);
}

.select2-container {
    display: initial;
}

.btn-refus {
    background-color: #ef94b1;
    padding: 1px 5px;
    border-radius: 2px;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .page-title {
        font-size: 20px;
        font-weight: 600;
    }
}

.form-wrapper {
    background: rgba(10, 40, 109, 0.06);
    padding: 24px;
    border-radius: 5px;
}

.form-wrapper .form-control:not(:focus),
.form-wrapper .form-select:not(:focus),
.form-wrapper .select-demande:not(:focus) {
    background-color: transparent;
}

.form-label {
    cursor: pointer;
}

.form-wrapper .form-select {
    height: 56px;
    padding: 1rem;
}

.status-tag {
    padding: 5px 10px;
    border-radius: 3px;
}

/* PLUGINS */
.daterangepicker .applyBtn:not(:hover) {
    color: #1649BD;
}

/* Filtre */
.form-control-search {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: rgba(14, 63, 242, 0.49) !important;
}

/* .form-control-search:focus {} */

.form-select-search {
    border: 1px solid #0A286D !important;
    border-radius: 5px !important;
    color: rgba(14, 63, 242, 0.49) !important;
}

.form-control-date {
    color: rgba(14, 63, 242, 0.49) !important;
}

.bg-gradient-teal {
    background: linear-gradient(#1c3f91, #9198e5);
    background-size: cover;
    border: none !important;
}

.clean-filter {
    background-color: red;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: .35s;
    white-space: nowrap;
}

.clean-filter:hover {
    box-shadow: 0 2px 10px 2px rgb(34 34 34 / 25%) !important;
    background-color: red !important;
}

/*End Filtre */