@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 75px;
    --first-color: #4723d9;
    --first-color-light: #afa5d9;
    --white-color: #f7f6fb;
    --body-font: "Nunito", sans-serif;
    --normal-font-size: 16px;
    --z-fixed: 100;

    --body-bg-rgb: 245, 246, 250;
    --primary-rgb: 0, 87, 163;
    --secondary-rgb: 255, 183, 72;
    --warning-rgb: 255, 192, 65;
    --info-rgb: 46, 142, 247;
    --success-rgb: 53, 189, 170;
    --danger-rgb: 248, 66, 56;
    --light-rgb: 246, 248, 251;
    --dark-rgb: 35, 35, 35;
    --orange-rgb: 255, 127, 80;
    --pink-rgb: 244, 138, 167;
    --teal-rgb: 18, 194, 194;
    --purple-rgb: 140, 11, 244;
    --green-rgb: 10, 216, 44;
    --default-body-bg-color: rgb(var(--body-bg-rgb));
    --primary-color: rgb(var(--primary-rgb));
    --primary-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
    --default-font-family: "Poppins", sans-serif;
    --default-font-weight: 400;
    --default-text-color: #282833;
    --default-border: #edf1f5;
    --default-background: #f7f8f9;
    --menu-bg: #fff;
    --menu-prime-color: #797da3;
    --menu-border-color: #e7ebf1;
    --header-bg: #fff;
    --header-prime-color: #797da3;
    --header-border-color: #e7ebf1;
    --custom-white: #fff;
    --custom-black: #000;
    --bootstrap-card-border: #e7ebf1;
    --list-hover-focus-bg: #f5f6f7;
    --text-muted: #8492b5;
    --input-border: #e9edf6;
    --form-control-bg: #ffffff;
    --gray-1: #f9fafb;
    --gray-2: #f2f4f5;
    --gray-3: #e6eaeb;
    --gray-4: #e7e7eb;
    --gray-5: #949eb7;
}

*,
::before,
::after {
    box-sizing: border-box;
}

* {
    color: rgb(0 0 0 / 60%);
}
body {
    position: relative;
    margin: calc(var(--header-height)) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: 0.5s;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: none;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6c6c6c6b;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(236 228 228 / 20%);
}
::-webkit-scrollbar-thumb:active {
    background: #6c6c6c6b;
}

a {
    text-decoration: none;
}

i {
    color: white !important;
}
ul {
    list-style: none;
}

.home i,
.header i {
    color: rgb(0 0 0 / 60%) !important;
}
.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: 0.5s;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#header .navbar-top-links li.dropdown a.drop-btn {
    padding: 3px 5px;
    /* padding: 8px 10px; */
    min-height: 20px;
}
#header .navbar-top-links li.dropdown a.drop-btn::before {
    display: none;
}
#header .navbar-top-links li.dropdown a.drop-btn:hover {
    box-shadow: 0px 4px 7px 0px rgba(30, 30, 30, 1) inset;
    border-radius: 5px;
}

.header_toggle {
    /* color: var(--first-color); */
    font-size: 20px;
    cursor: pointer;
}
/* #header .form-group .form-select {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25) inset;
    border: 1px solid rgba(36, 156, 160, 1);
    border-radius: 45px;
    padding-top: 5px;
    padding-bottom: 5px;

    font-size: 16px;
    font-weight: 400;
    line-height: 23.29px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    min-width: 150px;
} */

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header a {
    color: rgba(30, 30, 30, 1);
}

.header_img img {
    width: 40px;
}
.navbar-top-links .dropdown-user {
    position: fixed !important;
    top: 45px !important;
    right: 10px !important;
    inset: auto !important;
    transform: translate3d(-75%, 50%, 0px) !important;
}

.navbar-top-links .dropdown-user {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.navbar-top-links .dropdown-user li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.29px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    /* background-color: var(--first-color); */
    background-image: url("../img/bg-login.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.5rem 1rem 1rem 0;
    transition: 0.5s;
    z-index: var(--z-fixed);
    border-radius: 0 10px 0 0;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 30, 75, 1);
}
.l-navbar .nav_list.navigation {
    overflow-y: scroll;
}

.l-navbar .nav_list.navigation::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.l-navbar .nav_list.navigation::-webkit-scrollbar-track {
    border-radius: 10px;
    background: none;
}
.l-navbar .nav_list.navigation::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(236 228 228 / 20%);
}
.l-navbar .nav_list.navigation::-webkit-scrollbar-thumb:hover {
    background: rgb(236 228 228 / 20%);
}
.l-navbar .nav_list.navigation::-webkit-scrollbar-thumb:active {
    background: rgb(236 228 228 / 20%);
}

.l-navbar a {
    font-size: 16px;
}
.l-navbar a .arrow.badge {
    position: absolute;
    right: 0;
    top: -5px;
    min-width: 5px !important;
    padding: 3px 6px;
    font-size: 8px;
}
.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow: hidden;
}

.nav_logo,
.nav_link {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    align-items: center !important;
    column-gap: 1rem !important;
    padding: 0.5rem 0 0.5rem 1.5rem !important;
}

.nav_logo {
    margin-bottom: 2rem;
    padding: 0 5px !important;
    display: flex !important;
    column-gap: 0 !important;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color);
}

.nav-menu.show {
    transform: none !important;
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700;
    display: none;
}

.side-show .nav_logo-name {
    display: block;
}

.nav_name {
    display: none;
    color: white;
}
.nav_name i {
    /* padding-left: 45px; */
    float: right;
}
.side-show .nav_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    /* display: block;
    width: 140px; */
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 5px;
    transition: 0.3s;
}
.has-sub a {
    margin-bottom: 0;
}
.has-sub.active .nav_link {
    margin-bottom: 0;
    background: rgba(185, 183, 183, 0.24);
    border-radius: 10px;
}
.has-sub .nav-menu {
    display: none;
    transition: 0.3s;
}
.has-sub .nav-menu.show {
    display: block;
    background: rgba(212, 213, 223, 1);
    border-radius: 10px;
    padding: 0px 0;
    overflow: hidden;
    /* padding: 10px 0; */
    position: absolute;

    z-index: 999;
    width: 86%;
    /* min-width: fit-content; */
    min-width: 225px;
}
.has-sub .nav-menu li {
    cursor: pointer;
    padding: 10px 15px;
}

.has-sub .nav-menu li:hover {
    background-color: white;
}
.has-sub .nav-menu li .side-menu__item {
    color: rgba(0, 0, 0, 1) !important; 
    display: inline-block;
    width:100%;
}

.nav_link:hover {
    color: var(--white-color);
}

.nav_icon {
    font-size: 1.25rem;
}

.decisive {
    /* position: relative; */
    margin: 20px 0;
    width: 100%;
}
.decisive::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 90%;
    left: -15px;
}
.side-show {
    left: 0;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem);
}

.active {
    color: var(--white-color);
}

.nav_link.active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color);
}

.height-100 {
    height: 100vh;
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height)) 0 0 0;
        padding-left: calc(var(--nav-width) + 1rem);
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 1rem);
    }

    .header_img {
        width: 40px;
        height: 40px;
    }

    .header_img img {
        width: 45px;
    }

    .l-navbar {
        left: 0;
    }

    .side-show {
        width: calc(var(--nav-width) + 200px);
        padding: 1rem;
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 215px);
    }
}

#wrapper {
    padding-top: 3rem;
}
#wrapper .bg-height {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-white.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
#wrapper .page-title {
    /* border-bottom: 2px solid #000000; */
    padding-left: 0;
}
#wrapper .page-title .page-header {
    font-size: 20px;
    max-width: fit-content;
    position: relative;

    /* margin: 0; */
}
#wrapper .page-title .page-header::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid rgb(98 98 98);
}

/* Start:: select2 */
.select2.select2-container {
    width: 100% !important;
    min-width: 150px;
    z-index: 999 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--default-text-color) !important;
    line-height: 2.33rem !important;
    /* border: 1px solid var(--input-border) !important; */
    border-radius: 0.25rem !important;
    padding-right: 35px;
}
.select2-container--default .select2-selection--single {
    /* background-color: var(--form-control-bg) !important; */
    /* border: 0px solid var(--input-border) !important; */
    border-radius: 1.25rem !important;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25) inset;
    /* background: rgba(217, 217, 217, 0.2); */
    border: 1px solid rgba(36, 156, 160, 1);
    /* border-radius: 45px; */
    /* padding-top: 5px;
    padding-bottom: 5px; */

    font-size: 16px;
    font-weight: 400;
    /* line-height: 23.29px; */
    /* text-align: left; */
    color: rgba(0, 0, 0, 1);
}
.select2-container .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 2.37rem !important;
}
.select2-dropdown {
    background-color: var(--custom-white) !important;
    border: 1px solid var(--input-border) !important;
    border-radius: 0.25rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--input-border) !important;
    border-radius: 0.25rem !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--default-background) !important;
    color: var(--default-text-color) !important;
}
.select2-results__option--selectable {
    font-size: 0.813rem;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.select2-container--default
    .select2-results__option--selected.select2-results__option--highlighted {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.select2-search__field {
    background-color: var(--custom-white) !important;
    color: var(--default-text-color) !important;
}
.select2-search__field:focus-visible {
    outline: none !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: var(--form-control-bg) !important;
    border: 1px solid var(--input-border) !important;
    border-radius: 0.25rem !important;
}
.select2-container .select2-selection--multiple {
    min-height: 2.25rem !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 0.15rem !important;
    margin-block-start: 0.375rem !important;
}
.select2-selection--multiple .select2-search__field {
    background-color: transparent !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    inset-block-start: -0.3rem !important;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove
    span,
.select2-selection--multiple .select2-selection__choice__display {
    font-size: 0.75rem !important;
    color: white !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: var(--primary-color) !important;
}
.select2-results__option span img,
.select2-selection__rendered span img {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 1.25rem;
    margin-inline-end: 0.25rem;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
}
.select2-container .select2-search--inline .select2-search__field {
    margin-block-start: 0.5rem !important;
}
.select2-container--disabled.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--disabled .select2-selection.select2-selection--multiple {
    background-color: var(--default-background) !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    font-weight: 400 !important;
    height: 1.25rem !important;
    font-size: 1.5625rem !important;
    width: 1.25rem !important;
    position: absolute !important;
    inset-inline-end: 0.625rem !important;
}
.select2-selection__clear {
    color: var(--text-muted);
}
.select2-dropdown {
    z-index: 999 !important;
}
[dir="rtl"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin-left: 20px !important;
    padding-left: 0px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 10px !important;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 10px !important;
    right: auto !important;
}
.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    overflow: hidden;
}
/* End:: select2 */

/* START:: lOGIN PAGE */
.box-login {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/bg-login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-panel {
    background-color: rgba(217, 217, 217, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 380px;
    /* min-height: 409px; */
    border-radius: 26px;
    margin: auto;
    padding: 5px 15px;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
}

.panel-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.05px;
    color: white;
    text-transform: uppercase;
}

.login-panel .form-group input {
    padding: 20px 15px;
    border-radius: 14px;
    width: 100%;
}

.login-panel .form-group .btn {
    background-color: rgba(217, 217, 217, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    text-transform: uppercase;
}

.login-panel .text-center .text-muted {
    color: white;
}

/* End:: lOGIN PAGE  */

/* Sarta::  PAGE  */
.custom-card {
    border: 1px solid rgba(36, 156, 160, 1);
    overflow: hidden;
}
.custom-card .card-header {
    background: rgba(36, 156, 160, 1);
    color: #e7e7eb;
}
.filtrer .form-group,
.filtrer .form-group label {
    width: 100%;
}
.form-group,
.form-group label {
    margin-bottom: 10px;
    /* width: 100%; */
}
.form-group .form-check-input {
    margin-right: 25px;
}
.form-group .label-control {
    margin-bottom: 10px;
}
.form-group .btn {
    margin-top: 30px;
    background: rgba(36, 156, 160, 1);
}

.table {
    border-radius: 10px;
    overflow: hidden;
}
.table.b-raduis-none {
    border-radius: 0px;
}
.table th {
    background-color: rgba(36, 156, 160, 1) !important;
    color: #e7e7eb !important; /* Apply red color to text in <tr> with <th> */
}

.table tr td {
    background-color: rgba(242, 249, 249, 1) !important;
}
.btn-bg-brimary {
    background-color: rgba(90, 191, 204, 1) !important;
    border: 1px solid rgba(90, 191, 204, 1) !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.btn-bg-blue:hover,
.btn-bg-blue {
    background: rgba(81, 183, 217, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.btn-bg-red:hover,
.btn-bg-red {
    background: rgba(207, 49, 32, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.btn-bg-orange:active,
.btn-bg-orange:hover,
.btn-bg-orange {
    background-color: rgba(214, 137, 82, 1) !important;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

table td,
table th,
table tr {
    text-align: left;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #d1d1d1 !important;
}

td:first-child {
    text-align: left;
}

/* Align last <td> to the right */
td:last-child {
    text-align: center;
}

/* Center all other <td> elements */
td:not(:first-child):not(:last-child) {
    text-align: left;
}
.dataTables_empty {
    text-align: center !important;
}
.home {
    background: rgb(228 242 242);
    border-radius: 15px;
    padding: 20px;
}

.home .box-home {
    margin: 20px 0;
}

.home .box-home .box-body {
    text-align: center;
}
.home .box-home .box-body {
    font-size: 16px;
}
.home .box-home .box-body i {
    padding-right: 10px;
}
.home .box-home .box-body span {
    font-weight: bold;
    padding-left: 10px;
}
/* ---- Telechargements ---- */

.telechargements .thumbnail {
    padding: 30px 10px;
    background-color: #f2f9f9;
    border: 1px solid rgba(36, 156, 160, 0.2);
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.table-demande tr td {
    background-color: rgba(242, 249, 249, 1) !important;
}

.user-d {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}
.user-d img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
/* .user-d span {
    font-size: 12px;
} */

.box-chat {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: rgba(240, 239, 243, 1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.box-chat .form-chat {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 5px;
    padding: 5px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.form-serarch input {
    background-color: rgba(240, 239, 243, 1);
    border: none;
    outline: none;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 15px;
}
.table-user {
    height: 345px;
    border-radius: 10px;
    background-color: white;
    overflow-y: scroll;
}

.table-user::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-user::-webkit-scrollbar-track {
    border-radius: 10px;
    background: none;
}
.table-user::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(236 228 228 / 20%);
}
.table-user::-webkit-scrollbar-thumb:hover {
    background: rgb(236 228 228 / 20%);
}
.table-user::-webkit-scrollbar-thumb:active {
    background: rgb(236 228 228 / 20%);
}
.box-chat .form-chat .text {
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    width: 80%;
    max-height: 55px;
}
.form-serarch input,
.box-chat .form-chat .text:focus {
    border: none;
    outline: none;
}
.box-chat .form-chat button {
    color: white;
}

.form-inline.filtrer {
    display: inline-flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: space-between;
}
.form-inline.filtrer select,
.form-inline.filtrer input {
    background-color: rgba(240, 239, 243, 1);
}
.emty-table {
    height: 300px;
    background-color: white !important ;
}
.emty-table div {
    /* width: 100%; */
    background-image: url("../img/emty.jpeg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

.agent-page .filtrer-checke {
    background-color: rgba(237, 238, 240, 1);
    border-radius: 10px;
    max-width: fit-content;
    padding: 10px 15px;
}

.outils_importation {
    border: 1px solid rgba(36, 156, 160, 1);
    padding: 25px 30px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 1);
}

.teleg-PDF:hover,
.teleg-PDF,
.outils_importation .btn-default {
    background-color: white !important;
    padding: 5px 20px !important;
    color: #808080 !important;
    border-color: #808080 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.teleg-PDF i {
    color: rgb(0 0 0 / 60%) !important;
    margin-right: 15px !important;
}
.teleg-PDF.active {
    background-color: #808080 !important;
    padding: 5px 20px !important;
    color: white !important;
    border-color: white !important;
}

.agent-page .btn-default.import {
    background-color: rgba(15, 130, 111, 1) !important;
    color: white !important;
    text-transform: uppercase;
}
.agent-page .btn-default.import:hover {
    color: black;
}
.outils_importation select,
.outils_importation input[type="file"] {
    background: rgba(221, 221, 221, 0.6);
}

.agent-page .modal .modal-content {
    background-color: rgba(242, 249, 249, 1);
    border: 1px solid rgba(36, 156, 160, 0.4);
}
.agent-page .modal .modal-content .form-group {
    margin-bottom: 20px;
}
.agent-page .modal .modal-content .form-group label {
    display: block;
    margin-bottom: 5px;
}
.agent-page .modal .modal-content .form-group input,
.agent-page .modal .modal-content .form-group select {
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.agent-page .modal .modal-content .form-group input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

.agent-page .panel {
    border: 1px solid rgba(36, 156, 160, 1);
    border-radius: 10px;
    overflow: hidden;
}
.agent-page .panel .panel-heading {
    background: rgba(36, 156, 160, 1);
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
}
.agent-page .panel .panel-body {
    padding: 20px 25px;
}

.agent-page .modal .modal-content .nav-pills {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 20px;
}
.agent-page .modal .modal-content .nav-pills li {
    background-color: rgba(106, 132, 136, 1);
    height: 100%;

    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agent-page .modal .modal-content .nav-pills li a {
    padding: 10px 9px;
    color: white;
    width: 100%;
    height: 100%;
}
.agent-page .modal .modal-content .nav-pills li a.active {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45) inset;
}

.bootbox .modal-body {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}
.bootbox .modal-body .btn-close {
    order: 2;
}

.modal .table {
    border-radius: 0;
    overflow: visible;
}
.modal .table tr th {
    background: rgba(106, 132, 136, 1) !important;
    border-color: rgba(242, 249, 249, 1) !important;
    text-transform: uppercase;
}
.modal .table tr td {
    background-color: rgba(242, 249, 249, 1) !important;
    border: 1px solid rgba(36, 156, 160, 0.4) !important;
    border-color: rgba(242, 249, 249, 1) !important;
}

.model #btn_save {
    background-color: var(--primary-color);
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-x: scroll;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    color: rgb(0 0 0 / 60%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25) !important;
    color: rgb(0 0 0 / 60%) !important;
    margin: 0 !important;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: rgb(0 0 0 / 60%) !important;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bg-primary {
    background-color: rgba(106, 132, 136, 1) !important;
}

.text-primary {
    color: rgba(106, 132, 136, 1) !important;
}

.btn-primary {
    background: rgba(81, 183, 217, 1) !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    border-color: rgba(81, 183, 217, 1) !important;
}

#wrapper .page-title .page-header {
    text-transform: uppercase;
}

div.dataTables_wrapper div.dataTables_filter input::after {
    content: "\f078";
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    font-family: "Font Awesome 5 Free";
}

#id_form_set .form-select {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25) inset;
    border: 1px solid rgba(15, 130, 111, 1);
    background-color: rgba(217, 217, 217, 0.2);
    border-radius: 20px;
}

.btn-bg-brimary-g {
    background: rgba(90, 191, 204, 1) !important;
}
.btn-bg-orange {
    background: rgba(214, 137, 82, 1) !important;
}

.btn-bg-success {
    background: rgba(15, 130, 111, 1) !important;
    color: white !important;
}

.agent-page .calender .table {
    border: 1px solid rgba(36, 156, 160, 1) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.agent-page .calender .annee_id {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    background: rgba(240, 239, 243, 1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.agent-page .calender .form-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.agent-page .calender .form-group label,
.agent-page .calender .form-group p {
    color: rgba(0, 0, 0, 1);
}
.agent-page .calender .form-group label input {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.btn-l-demande {
    background: rgba(15, 130, 111, 1) !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.notes-des-frais .panel select {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25) !important;
    background: rgba(235, 235, 235, 1) !important;
}
.btn-bg-filtrer,
.notes-des-frais .panel .btn {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    background: rgba(15, 130, 111, 1) !important;
    text-transform: uppercase;
}

#history_form .table td,
#history_form .table th {
    border: 1px solid #c6cccc !important;
    background: transparent !important;
}
#history_form .table th {
    background: rgba(36, 156, 160, 1) !important;
}
.get_demande_mes.btn-bg-brimary {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset !important;
}
.get_demande_mes.btn-bg-brimary td {
    background-color: rgba(223, 227, 227, 1) !important;
}

.filtrer select,
.filtrer input {
    background-color: white !important;
}

.box-chat .show {
    background-color: white !important;
}
.dropzone {
    border: none !important;
    background-color: white !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: transparent !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    background-color: rgba(240, 239, 243, 1);
    border: none;
    outline: none;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 15px;
    margin-right: 5px;
}
div.dataTables_wrapper div.dataTables_filter input:focus {
    background-color: rgba(240, 239, 243, 1) !important;
    border: none !important; /* Ensure no border */
    outline: none !important; /* Ensure no outline */
    box-shadow: none !important; /* Remove box-shadow */
}

form#form_agent table {
    border: 1px solid #ddd !important; /* Dark gray border for the table */
    border-collapse: collapse !important;
    width: 100% !important;
}

form#form_agent th {
    border: 1px solid #ddd !important; /* Medium gray border for headers */
}

form#form_agent td {
    border: 1px solid #ddd !important; /* Light gray border for data cells */
}
#history-table-content .history-table th ,
#history-table-content .history-table td  {
    font-size: 13px !important;
}

.nb-p {
    font-size: 13px !important;
}

input::placeholder,
.settings input::placeholder ,
.simulation input::placeholder {
    opacity: .8 !important;
}

.settings input[type=checkbox] {
    margin-right: 10px;
}

.user-demande .nav-pills .nav-link.active   {
    background-color: rgba(36, 156, 160, 1) !important;
    color: white !important
} 
.user-demande .nav-pills .nav-link {
    color: #000 !important;
}
.dialogdiv>.reply,
.dialogdiv>.qst {
    background-color: white !important;
}

.form-group .note-editor .note-toolbar .btn {
    margin-top: 0 !important;
}
.note-editor  {
    border-radius: 10px;
    background-color: white !important;
    height: 250px;
}