body {
    /*    background: url(../img/cover.jpg) no-repeat #fff fixed !important;*/
    /*    background: url(https://heberdomaine.com/templates/afraw/assets/patterns/motpath.svg) no-repeat #fff fixed !important;*/
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/cover.jpg) !important;
    ;
    /*    background-size: cover !important;*/
    background-repeat: repeat;
}

html[data-theme-mode="dark"] body,
html[data-theme-mode="dark"] .bg-white,
html[data-theme-mode="dark"] .table thead tr th,
html[data-theme-mode="dark"] .form-control,
html[data-theme-mode="dark"] .step-wizard-list,
html[data-theme-mode="dark"] .current-item .progress-count:after {
    background: #252729 !important;
}

html[data-theme-mode="dark"] .table> :not(caption)>*>*,
html[data-theme-mode="dark"] .table thead tr th,
html[data-theme-mode="dark"] div.dt-container .dt-paging .dt-paging-button.disabled,
html[data-theme-mode="dark"] div.dt-container .dt-paging .dt-paging-button.disabled:hover,
html[data-theme-mode="dark"] div.dt-container .dt-paging .dt-paging-button.disabled:active,
html[data-theme-mode="dark"] .form-control,
html[data-theme-mode="dark"] .card,
html[data-theme-mode="dark"] .step-wizard-list,
html[data-theme-mode="dark"] .current-item .progress-count:after,
html[data-theme-mode="dark"] .demande_type_header {
    color: #ffffffb3 !important;
}

html[data-theme-mode="dark"] .form-control:disabled {
    color: #212529 !important;
    background-color: #939393 !important;
}

.login-admin .login {
    width: 500px;
    height: 100%;
    font-family: 'Times New Roman', Times, serif;

}

.login-admin {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10%;

}

.logo-abh {
    text-align: center;
    padding-top: 15px;
}

.login .infos {
    margin: 3%;
    color: #478FCA;
    font-size: 17px;
    text-align: center;
    position: relative;
}


.infos:before,
.infos:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 25%;
    height: 1px;
    background-color: rgb(211, 202, 202);
}

.infos:before {
    left: 0;
}

.infos:after {
    right: 0;
}

.form-group {
    margin: 5%;
    display: flex;
    justify-content: center;
}

.form-group input {
    outline: none;
    background-color: transparent;
    background-color: white;
    padding: 10px;
    width: 100%;
    border: 1px solid rgb(211, 202, 202);
    border-radius: 3px;
}

.form-group input:focus {
    outline: 2px solid orange;
}

.form-btn {
    margin: 5%;
    text-align: center;
}

.form-btn button {
    background-color: #4E5F76;
    color: white;
    padding: 7px 13px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}

.form-btn button:hover {
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

/* dashboard style */
.header-logo img {
    width: auto;
    height: 3rem;
}

.header-link {
    text-decoration: none;
}

.header-title {
    color: var(--header-prime-color);
    font-weight: 600;
    font-size: 17px;
}

.header-title:hover {
    color: var(--header-prime-color);
}

#header-notification-scroll {
    padding: 0;
}

#header-notification-scroll .notif-title {
    text-decoration: none;
    text-align: center;
    color: black;

}

#mainHeaderProfile img {
    margin-left: 10%;
}

.search-tags {
    padding: 10px;
}

.modal-footer button {
    padding: 5px 15px;
    margin: 2%;
    border-radius: 0;
    font-size: 15px;
}

.main-menu {
    padding-left: 0rem;
}

.DossierContainer {
    margin-top: 0;
    margin-left: 24%;

}

.flex-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.flex-group label {
    margin: 5px;
}

.form-control {
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    direction: ltr;
    border :1px solid #3a5892;

}

#DossierForm {
    width: 90%;
    position: relative;
    top: 10%;
    left: 5%;
}

.DemandeurContainer {
    margin-top: 0;
    margin-left: 24%;
}

.input-group {
    width: 200px;
}

/*
--- demande---
*/
.radio_account,
.label_account {
    cursor: pointer;
}

.dossier_title {
    color: #536485;
    font-weight: 600;
}

.demandeurs_infos,
.demandes_infos,
.admins_infos {
    /* margin-top: 1.3em; */
    display: inline-block;
    width: 100%;
}

.dossier_option_title {
    color: #536485;
    font-weight: 600;
    font-size: 17px;
}

/*
--- collapsible custom dearch---
*/

.colapssible {
    font-weight: 500;
    overflow: hidden;
    max-width: 100%;
}


.users_group {
    display: flex;
    padding: 1% 10%;
    justify-content: center;
    text-align: center;
}

.section_pointer {
    cursor: pointer;
}

.inputs_group {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;

}

.inputs_group input {
    padding: 0 200px;

}

.demandeurs_records .records_title {
    margin: 1% 2%;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    background-color: #111c43;
    color: white;
    font-weight: 500;
    font-size: 16px;

}
.toggle-card{
    margin: 1% 2%;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    background-color: #536485;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.demandeurs_records .downloads {
    margin: 1% 1.5%;
}

.demandeurs_records .downloads a {
    margin-left: 0.5%;
}

.table-responsive {
    margin: 1% 2%;
}

.Add_demandeur {
    margin: 1% 2%;
    text-align: right;
}

.Add_demandeur a,
.Add_demandeur button {
    background-color: #536485;
    color: white;
}

.Add_demandeur a:hover,
.Add_demandeur button:hover {
    background-color: #294170;
    color: white;
}

.hidden {
    display: none;
}

.btn_group {
    margin: 1% 5%;
    ;
    display: flex;
    justify-content: space-between;
}

.btn_group .search_btn {
    background-color: #536485;
    color: white;
}

.add_admin button {
    background-color: #536485;
    color: white;
}

.add_admin button:hover {
    background-color: #294170;
    color: #fff;
}

.text-admin-label {
    columns: #536485;
}

.btn_group .search_btn:hover {
    background-color: #294170;
    color: white;
}

.result_search td div {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: rgb(85, 81, 81);
}

.FormContainer {
    margin-top: 0;
    margin-left: 24%;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background-color: #294170;
    color: #fff;
}

@media (min-width: 992px) {
    [data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
        inset-inline-end: 0rem;
        display: block;
    }



}

/* progress bar style */
.step-wizard {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.step-wizard-demande {
    display: flex;
    align-items: center;
}

.step-wizard-list-demande {
    margin-top: 2%;
    width: 80%;
    right: 12.5%;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-list {
    margin-top: 2%;
    width: 90%;
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item {
    padding: 0 10px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 150px;
    position: relative;
}

.step-wizard-item+.step-wizard-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    background: #0097ff;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

[dir="rtl"] .step-wizard-item+.step-wizard-item:after {
    right: 0;
    left: auto;
    transform: translateX(50%);
}

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.progress-count:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #0097ff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

[dir="rtl"] .progress-count:after {
    right: 50%;
    left: auto;
    transform: translate(50%, -50%);
}

.progress-count:before {
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

[dir="rtl"] .progress-count:before {
    right: 50%;
    left: auto;
    transform: translate(50%, -60%) rotate(-45deg);
    /* Keep rotation the same */

}

.progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item~.step-wizard-item .progress-count:before {
    display: none;
}

.current-item~.step-wizard-item .progress-count:after {
    height: 10px;
    width: 10px;
}

.current-item~.step-wizard-item .progress-label {
    opacity: 0.5;
}

.current-item .progress-count:after {
    background: #fff;
    border: 2px solid #0097ff;
}

.current-item .progress-count {
    color: #0097ff;
}

.link_progress {
    text-decoration: none;
}

.admin_abh_form {
    margin: 7% 25%;
}

/* multi select input style for admins role */
.container-role {
    position: relative;
    width: 100%;
}

.select-button-role,
.select-button_alert_demande_non_confirmer_au_septieme_jour,
.select-button_alert_demande_non_confirmer_au_dixieme_jour {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    cursor: pointer;
}

/* Common arrow styles */
.select-button-role .arrow_down_role,
.select-button_alert_demande_non_confirmer_au_septieme_jour .arrow_down_role,
.select-button_alert_demande_non_confirmer_au_dixieme_jour .arrow_down_role {
    display: flex;
    height: 17px;
    width: 17px;
    background-color: #294170;
    font-size: 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
}

.select-button-role.open .arrow_down_role,
.select-button_alert_demande_non_confirmer_au_septieme_jour.open .arrow_down_role,
.select-button_alert_demande_non_confirmer_au_dixieme_jour.open .arrow_down_role {
    transform: rotate(-180deg);
}

/* List item styles */
.select-button-role.open ~ .list_items-role,
.select-button_alert_demande_non_confirmer_au_septieme_jour.open ~ .list_items_alert_demande_non_confirmer_au_septieme_jour,
.select-button_alert_demande_non_confirmer_au_dixieme_jour.open ~ .list_items_alert_demande_non_confirmer_au_dixieme_jour {
    display: block;
}

.list_items-role,
.list_items_alert_demande_non_confirmer_au_septieme_jour,
.list_items_alert_demande_non_confirmer_au_dixieme_jour {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    display: none;
    list-style: none;
}

.list_items-role .item-role,
.list_items_alert_demande_non_confirmer_au_septieme_jour .item_destinaires_alert_demande_non_confirmer_au_septieme_jour,
.list_items_alert_demande_non_confirmer_au_dixieme_jour .item-destinaires_alert_demande_non_confirmer_au_dixieme_jour {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    transition: 0.3s;
    border-radius: 4px;
    padding: 0 16px;
}

.list_items-role .item-role:hover,
.list_items_alert_demande_non_confirmer_au_septieme_jour .item_destinaires_alert_demande_non_confirmer_au_septieme_jour:hover,
.list_items_alert_demande_non_confirmer_au_dixieme_jour .item-destinaires_alert_demande_non_confirmer_au_dixieme_jour:hover {
    background-color: #e7edfe;
}

/* Text inside item roles */
.item-role .item_text_role,
.item_destinaires_alert_demande_non_confirmer_au_septieme_jour .item_text_destinaires_alert_demande_non_confirmer_au_septieme_jour,
.item-destinaires_alert_demande_non_confirmer_au_dixieme_jour .item_text_destinaires_alert_demande_non_confirmer_au_dixieme_jour {
    font-weight: 400;
    padding: 0 15px;
}

/* Checkbox styling */
.input_checkbox {
    margin-right: 10px;
}

/* multi select input style for type de demande  */
.container-demande ,
.container-demandeur,
.container-téléverseur_de_fichier {
    position: relative;
    width: 100%;
}

.select-button-demande , 
.select-button-demandeur,
.select-button-téléverseur_de_fichier {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 35px;

    border-radius: 4px;
    border: 1px solid #e2dada;
    cursor: pointer;
}

.select-button-demande .arrow_down_demande ,
.select-button-demandeur .arrow_down_demandeur ,
.select-button-téléverseur_de_fichier .arrow_down_téléverseur_de_fichier {
    display: flex;
    height: 17px;
    width: 17px;
    background-color: #294170;
    font-size: 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
}

.select-button-demande.open .arrow_down_demande ,
.select-button-demandeur.open .arrow_down_demandeur ,
.select-button-téléverseur_de_fichier.open .arrow_down_téléverseur_de_fichier{
    transform: rotate(-180deg);
}

.select-button-demande.open~.list_items-demande,
.select-button-demandeur.open~.list_items-demandeur,
.select-button-téléverseur_de_fichier.open~.list_items-téléverseur_de_fichier {
    display: block;
}

.list_items-demande,
.list_items-demandeur,
.list_items-téléverseur_de_fichier {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    display: none;
}

.list_items-demande .item-demande label ,
.list_items-demandeur .item-demandeur label ,
.list_items-téléverseur_de_fichier .item-téléverseur_de_fichier label {
    cursor: pointer;
    width: 100%;
}

.list_items-demande .item-demande input,
.list_items-demandeur .item-demandeur input,
.list_items-téléverseur_de_fichier .item-téléverseur_de_fichier input {
    cursor: pointer;
}

.list_items-demande .item-demande,
.list_items-demandeur .item-demandeur,
.list_items-téléverseur_de_fichier .item-téléverseur_de_fichier {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    transition: 0.3s;
    border-radius: 4px;
    padding: 0 16px;
}

.list_items-demande .item-demande:hover,
.list_items-demandeur .item-demandeur:hover,
.list_items-téléverseur_de_fichier .item-téléverseur_de_fichier:hover {
    background-color: #e7edfe;
}

.item-demande .item_text_demande,
.item-demandeur .item_text_demandeur,
.item-téléverseur_de_fichier .item_text_téléverseur_de_fichier {
    font-weight: 400;
    padding: 0 15px;
}

/* multi select input style for objectif utilisation  */
.container-objectif-utilisation {
    position: relative;
    width: 100%;
}

.select-button-destinaires_presents {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 35px;

    border-radius: 4px;
    border: 1px solid #e2dada;
    cursor: pointer;
}

.select-button-destinaires_presents .arrow_down_objectif-utilisation {
    display: flex;
    height: 17px;
    width: 17px;
    background-color: #294170;
    font-size: 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
}

.select-button-destinaires_presents.open .arrow_down_objectif-utilisation {
    transform: rotate(-180deg);
}

.select-button-destinaires_presents.open~.list_items-objectif-utilisation {
    display: block;
}

.list_items-objectif-utilisation {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    display: none;

}

.list_items-objectif-utilisation .item-objectif-utilisation label {
    cursor: pointer;
    width: 100%;
}

.list_items-objectif-utilisation .item-objectif-utilisation input {
    cursor: pointer;
}

.list_items-objectif-utilisation .item-objectif-utilisation {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    transition: 0.3s;
    border-radius: 4px;
    padding: 0 16px;
}

.list_items-objectif-utilisation .item-objectif-utilisation:hover {
    background-color: #e7edfe;

}

.item-objectif-utilisation .item_text_objectif-utilisation {
    font-weight: 400;
    padding: 0 15px;
}

.dir_rtl {
    direction: rtl;
}

/*  
Charts style
*/
.canvas-container {
    display: flex;
    justify-content: center;
}

.canvas-container canvas {
    width: 350px !important;
    height: 350px !important;

}

.chart_title {
    color: #294170 !important;
}

.notification_message_container {
    padding: 0 5px;
    overflow-y: auto;
    max-height: 240px;
}

#notification-list a {
    color: black;
    opacity: 0.8;
}

#notification-list li {
    border: 1px solid #beb3d2;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px auto;
    background-color: rgba(var(--primary-rgb), .1);
    /* background-color: #f8f9fa; */

}

#notification-list li:hover {
    background-color: rgba(var(--primary-rgb), .2);
}

.notif-title {
    text-decoration: none;


}

.notif-title p {
    color: #294170;
}

.read-notification {
    background-color: #fff !important;

}

.read-notification .fw-semibold {
    color: #333;
    font-weight: 500 !important;

}

.read-notification:hover {
    background-color: #f8f9fa !important;
}


.main-content .sidebar:before {
    top: 150px
}

.steps>li .step,
.steps>li.complete .step:before {
    line-height: 30px;
    background-color: #FFF;
    text-align: center
}

.ace-spinner .spinbox-buttons>button.btn.spinbox-up:active {
    top: -1px
}



.ace-spinner.touch-spinner .spinbox-buttons {
    margin: 0;
    font-size: 0
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-sm {
    width: 32px;
    padding-left: 6px;
    padding-right: 6px
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-xs {
    width: 24px;
    padding-left: 4px;
    padding-right: 4px
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-lg {
    width: 40px;
    padding-left: 8px;
    padding-right: 8px
}

.ace-spinner.touch-spinner .spinbox-buttons>.btn {
    margin: 0 1px !important
}

.ace-spinner.touch-spinner .spinbox-buttons>.btn-xs {
    padding-top: 3px;
    padding-bottom: 3px
}

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative
}

.steps>li {
    display: table-cell;
    text-align: center;
    width: 1%;
    cursor: pointer;
}

.steps>li .step {
    border: 5px solid #CED1D6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px
}

.steps>li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1
}

.steps>li.last-child:before {
    max-width: 50%;
    width: 50%
}

.steps>li:last-child:before {
    max-width: 50%;
    width: 50%
}

.steps>li:first-child:before {
    max-width: 51%;
    right: 50%
}

.steps>li.active .step,
.steps>li.active:before,
.steps>li.complete .step,
.steps>li.complete:before {
    border-color: #5293C4
}

.steps>li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s
}

.steps>li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    content: "\f00c";
    z-index: 3;
    font-family: FontAwesome;
    font-size: 17px;
    color: #87BA21
}

.step-content,
.tree {
    position: relative
}

.steps>li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #80afd4
}

.steps>li.complete:hover:before {
    border-color: #80afd4
}

.steps>li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #949EA7;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
    font-weight: bold;
}

.steps>li.active .title,
.steps>li.complete .title {
    color: #2B3D53
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px
}

.step-content .step-pane.active {
    display: block
}

.wizard-actions {
    text-align: right
}

.table thead tr th {
    background-color: #f3f6f8;
}

body,
body .app-sidebar .side-menu__label {
    font-size: .98rem;
}

body .app-sidebar .side-menu__item {
    font-size: .95rem;
}

body .tab-content .tab-pane {
    border: none;
}

[data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    max-width: 12rem;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
}

@media only screen and (max-width:767px) {

    .steps li .step,
    .steps li:after,
    .steps li:before {
        border-width: 3px
    }

    .steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px
    }

    .steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px
    }

    .steps li:before {
        top: 16px
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px
    }
}

.encours_developpement {
    direction: ltr;
    font-family: "Amiri", "Scheherazade", "Noto Sans Arabic", "Cairo", "Tajawal", "Lateef";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(245, 0, 0);
}

.cursor-pointer {
    cursor: pointer;
}

/* .table-danger {
    background-color: #f8d7da !important; 
    color: #721c24 !important; 
}
.table-success {
    background-color: #d4edda; 
    color: #155724; 
  } */
.ABHLinkDonwload {
    color: #2e6da4;
    font-weight: bolder;
    font-size: 14px;
    border: 1px solid #e9edf6;
    border-radius: 6px;
    padding: 10px;

}

.ABHLinkDonwload:hover {
    color: #294170;
    background-color: #f3f6f8;

}

.container-objectif-utilisation {
    position: relative;
    width: 100%;
}

.select-button-objectif-utilisation {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 35px;

    border-radius: 4px;
    border: 1px solid #e2dada;
    cursor: pointer;
}

.select-button-objectif-utilisation .arrow_down_objectif-utilisation {
    display: flex;
    height: 17px;
    width: 17px;
    background-color: #294170;
    font-size: 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
}

.select-button-objectif-utilisation.open .arrow_down_objectif-utilisation {
    transform: rotate(-180deg);
}

.select-button-objectif-utilisation.open~.list_items-objectif-utilisation {
    display: block;
}

.list_items-objectif-utilisation {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    display: none;

}

.list_items-objectif-utilisation .item-objectif-utilisation label {
    cursor: pointer;
    width: 100%;
}

.list_items-objectif-utilisation .item-objectif-utilisation input {
    cursor: pointer;
}

.list_items-objectif-utilisation .item-objectif-utilisation {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    transition: 0.3s;
    border-radius: 4px;
    padding: 0 16px;
}

.list_items-objectif-utilisation .item-objectif-utilisation:hover {
    background-color: #e7edfe;

}

.item-objectif-utilisation .item_text_objectif-utilisation {
    font-weight: 400;
    padding: 0 15px;
}

/*  */
.container-destinaires_presents,
.container-destinaires_absents {
    position: relative;
    width: 100%;
}

.select-button-destinaires_presents,
.select-button-destinaires_absents {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    cursor: pointer;
}

.select-button-destinaires_presents .arrow_down_destinaires_presents,
.select-button-destinaires_absents .arrow_down_destinaires_absents {
    display: flex;
    height: 17px;
    width: 17px;
    background-color: #294170;
    font-size: 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
}

.select-button-destinaires_presents.open .arrow_down_destinaires_presents,
.select-button-destinaires_absents.open .arrow_down_destinaires_absents {
    transform: rotate(-180deg);
}

.select-button-destinaires_presents.open~.list_items-destinaires_presents,
.select-button-destinaires_absents.open~.list_items-destinaires_absents {
    display: block;
}

.list_items-destinaires_presents,
.list_items-destinaires_absents {
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e2dada;
    display: none;
    max-height: 120px;
    overflow-y: auto;
}

.list_items-destinaires_presents .item-destinaires_presents,
.list_items-destinaires_absents .item-destinaires_absents {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 35px;
    transition: 0.3s;
    border-radius: 4px;
    padding: 0 16px;
}

.list_items-destinaires_presents .item-destinaires_presents:hover,
.list_items-destinaires_absents .item-destinaires_absents:hover {
    background-color: #e7edfe;
}

.item-destinaires_presents .item_text_destinaires_presents,
.item-destinaires_absents .item_text_destinaires_absents {
    font-weight: 400;
    padding: 0 15px;
}

.list_items-destinaires_presents::-webkit-scrollbar,
.list_items-destinaires_absents::-webkit-scrollbar {
    width: 12px;
}

.list_items-destinaires_presents::-webkit-scrollbar-track,
.list_items-destinaires_absents::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.list_items-destinaires_presents::-webkit-scrollbar-thumb,
.list_items-destinaires_absents::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.list_items-destinaires_presents::-webkit-scrollbar-thumb:hover,
.list_items-destinaires_absents::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.list_items-destinaires_presents,
.list_items-destinaires_absents {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;

}

@page {
    header: page-header;
    footer: page-footer;
}

.buttons-excel {
    background-color: #43a047 !important;
    color: #fff !important;
    border: 0 !important;

}

.buttons-pdf {
    background-color: #f3583d !important;
    color: #fff !important;
    border: 0 !important;

}

.dt-search {
    display: flex !important;
    justify-content: space-between !important;
    direction: rtl !important;
}

.dt-search label {
    margin: 2% !important;
}

.dt-search input::placeholder {
    color: transparent !important;
}

#pieChartDiv,
#donutChartDiv,
#lineChartDiv,
#columnChartDiv,
#donutRadialChartDiv {
    font-size: 12px !important;
    /* Adjust as needed */
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.ChartContainer {
    direction: ltr;
    width: 100%;
    /* or a specific width like 400px */
    height: 350px;
    /* adjust as needed */
    position: relative;
}

 /* .LineChartContainer {
    direction: ltr;
    width: 100%;
    height: 400px;
   adjust as needed 
    position: relative;

}*/

/* .widgets_admin .dt-layout-row{
    direction: ltr;
} */
.widgets_admin .dt-layout-row {
    margin: 2% 1% !important;
    padding: 0 !important;
}

.widgets_admin .dt-layout-row .dt-layout-start {
    justify-content: flex-end !important;
    margin-left: auto !important;
}

.widgets_admin .dt-layout-row .dt-layout-end {
    justify-content: flex-start !important;
    margin-right: auto !important;
}

#filterSelect {
    direction: rtl;
    text-align: right;
    padding-right: 1.5em;
    appearance: none;
    background-position: left center;
}

a[data-title] {
    position: relative;
    cursor: pointer;
}

a[data-title]::before {
    content: attr(data-title);
    position: absolute;
    bottom: 125%;
    /* Position above the link */
    left: 50%;
    transform: translateX(-50%);
    background-color: #294170;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    font-size: 12px;
    z-index: 9999;
    font-weight: 500;
}

a[data-title]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    /* Arrow position */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}

a[data-title]:hover::before,
a[data-title]:hover::after {
    opacity: 1;
}

tr.row_piece_danger td,
tr.row_piece_danger {
    background-color: #f8d7da;
}

#last_demandes_wrapper .dt-layout-row:not(.dt-layout-table),
#last_suivis_wrapper .dt-layout-row:not(.dt-layout-table),
#last_paiements_wrapper .dt-layout-row:not(.dt-layout-table),
#last_autorisations_wrapper .dt-layout-row:not(.dt-layout-table) {
    display: none;
}

#abhDocumentModalView #iframePdfViewer {
    margin-top: 0;
    width: 100%;
    height: 80vh;
    min-height: 400px;
}

#abhDocumentModalView #imgcontainerModal {
    margin-top: 0;
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 400px;
}

#abhDocumentModalView .modal-body {
    text-align: center;
}

#abhDocumentModalView .modal-footer {
    text-align: center;
    display: block;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #294170;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-left: -1px;
}

.container {
    padding: 10px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.container.left {
    left: -25%;
}

.container.right {
    left: 25%;
}

.container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #2e6da4;
    border-radius: 16px;
    z-index: 1;
}

.container.right::after {
    left: -8px;
}

.container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #2e6da4;
    z-index: 1;
}

.container.right::before {
    left: 8px;
}

.container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #294170;
    z-index: 1;
}

.container.left .date {
    right: -110px;
}

.container.right .date {
    left: -110px;
}

.container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #ffff;
    border: 2px solid #294170;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #294170;
    z-index: 1;
}

.container.left .icon {
    right: 56px;
}

.container.right .icon {
    left: 56px;
}

.container .content {
    padding: 20px 80px 20px 20px;
    background: #337ab7;
    position: relative;
    border-radius: 0 500px 500px 0;
}

.container.right .content {
    padding: 20px 20px 20px 80px;
    border-radius: 500px 0 0 500px;
}

.container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .container.right {
        left: 0%;
    }

    .container.left::after,
    .container.right::after {
        left: 82px;
    }

    .container.left::before,
    .container.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .container.left .date,
    .container.right .date {
        right: auto;
        left: 15px;
    }

    .container.left .icon,
    .container.right .icon {
        right: auto;
        left: 146px;
    }

    .container.left .content,
    .container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

/* .etapes-select-box {
    margin-bottom: 3%;
} */

.text-dark-color {
    color: #294170;
}

.hide-step {
    display: none;
}

.show-step {
    display: block;
}

.btn-historique {
    background-color: #f5f5f5;
    /* Light grey background */
    color: #333;
    /* Dark grey text */
    padding: 0.5em 1.5em;
    /* Add some padding */
    border-radius: 4px;
    /* Slightly rounded corners */
    border: 1px solid #ddd;
    /* Light border */
    font-weight: bold;
    /* Bold text */
    text-align: center;
    text-decoration: none;
    /* Remove underline */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-historique:hover {
    background-color: #e0e0e0;
    /* Darker grey on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Add shadow on hover */
}

.btn-historique:active {
    background-color: #d6d6d6;
    /* Slightly darker on active */
}

.historique_step_message {
    direction: ltr;
    font-family: "Amiri", "Scheherazade", "Noto Sans Arabic", "Cairo", "Tajawal", "Lateef";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    color: #2e6da4;
}

.timeline-etape-title {
    margin-top: 1%;
    display: flex;
    justify-content: center;
    direction: ltr;
    font-family: "Amiri", "Scheherazade", "Noto Sans Arabic", "Cairo", "Tajawal", "Lateef";
    font-size: 16px;
    font-weight: bolder;
}

.timeline-etape-title p {
    width: auto;
    padding: 5px;
    ;

    border-radius: 4px;
    background-color: rgba(var(--danger-rgb), .1);
    color: rgb(var(--danger-rgb));

}

.creusement_paiement_card {
    background-color: rgba(var(--danger-rgb), .1);
}

.occupation_paiement_card {
    background-color: rgba(var(--warning-rgb), .1);
}

.extraction_paiement_card {
    background-color: rgba(var(--success-rgb), .1);
}

.All_demandes_paiement_card {
    background-color: rgba(var(--info-rgb), .1);
}

.header_link_demande {
    text-decoration: underline;
    font-size: 14px;
}
.btn-suivant{
    background-color: #0097ff;
    color: #ffffff;
}
.btn-suivant:hover{
    background-color: #0086ff;
    color: #ffffff;
}
.select2-container {
    width: 100% !important;
}
/* Custom scrollbar for Select2 dropdown */
.select2-container--default .select2-results {
    max-height: 200px !important; /* Adjust the height as needed */
    overflow-y: auto !important; /* Enable vertical scrolling */
}

/* Scrollbar styles */
.select2-container--default .select2-results::-webkit-scrollbar {
    width: 8px !important; /* Width of the scrollbar */
}

.select2-container--default .select2-results::-webkit-scrollbar-thumb {
    background: #294170 !important; /* Darker color for the scrollbar thumb */
    border-radius: 4px !important; /* Round the edges */
}

.select2-container--default .select2-results::-webkit-scrollbar-thumb:hover {
    background: #888 !important; /* Color on hover */
}

.select2-container--default .select2-results::-webkit-scrollbar-track {
    background: #f1f1f1 !important; /* Background color of the scrollbar track */
}
.nbr-jrs-circle{
    border: 5px solid #ffff;

    font-size: 11px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.etapes_select_card{
    
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: auto 28px;
}
.custom_search_chevron {
    cursor: pointer;
}
/* .nbr-jrs-square{
    border: 1px solid #949EA7;
    border-radius: 5px;
    padding: 5px 10px;
} */


 #LateAutorisationsAlertsData_wrapper #LateAutorisationsAlertsData_info ,
 #CloseAutorisationsAlertsData_wrapper #CloseAutorisationsAlertsData_info,
 #PendingDemandesAlertsData_wrapper #PendingDemandesAlertsData_info ,
 #LateDemandesAlertsData_wrapper #LateDemandesAlertsData_info,
 #AutorisationsData_wrapper #AutorisationsData_info,
 #All_demandes_wrapper #All_demandes_info,
 #All_demandeurs_wrapper #All_demandeurs_info,
 #province_list_wrapper #province_list_info,
 #region_list_wrapper #region_list_info,
 #list_communes_wrapper #list_communes_info,
 #list_cercl_wrapper #list_cercl_info,
 #piece_justificatives_wrapper #piece_justificatives_info,
 #point_eau_wrapper #point_eau_info,
 #secteurs_concernee_wrapper #secteurs_concernee_info,
 #typeInfractions_wrapper #typeInfractions_info,
 #recus_frais_dossier_data_wrapper #recus_frais_dossier_data_info{
    font-size: 15px;
    font-weight: 600;
    color: #294170;
}

#province_list_wrapper .dt-length ,
#region_list_wrapper .dt-length ,
#list_communes_wrapper .dt-length ,
#list_cercl_wrapper .dt-length ,
#AutorisationsData_wrapper .dt-length ,
#piece_justificatives_wrapper .dt-length ,
#point_eau_wrapper .dt-length ,
#secteurs_concernee_wrapper .dt-length ,
#typeInfractions_wrapper .dt-length ,
#All_demandes_wrapper .dt-length{
   font-size: 15px;
   font-weight: 600;
   color: #294170;
}


 #list_cercl_wrapper .dt-paging ,  
 #region_list_wrapper .dt-paging ,  
 #province_list_wrapper .dt-paging ,  
 #list_communes_wrapper .dt-paging ,  
 #LateAutorisationsAlertsData_wrapper .dt-paging ,  
 #CloseAutorisationsAlertsData_wrapper .dt-paging,
 #PendingDemandesAlertsData_wrapper .dt-paging ,  
 #LateDemandesAlertsData_wrapper .dt-paging,
 #AutorisationsData_wrapper .dt-paging,
 #All_demandes_wrapper .dt-paging,
 #All_demandeurs_wrapper .dt-paging,
 #province_list_wrapper .dt-paging,
 #region_list_wrapper .dt-paging,
 #list_communes_wrapper .dt-paging,
 #list_cercl_wrapper .dt-paging,
 #piece_justificatives_wrapper .dt-paging,
 #point_eau_wrapper .dt-paging,
 #secteurs_concernee_wrapper .dt-paging,
 #typeInfractions_wrapper .dt-paging,
 #recus_frais_dossier_data_wrapper .dt-paging ,
 #All_demandeurs_wrapper .dt-paging   {
    font-size: 14px;
    font-weight: bolder;
    opacity: initial;
    direction: rtl;
    
}




#LateAutorisationsAlertsData_wrapper .dt-paging .dt-paging-button.current,
#CloseAutorisationsAlertsData_wrapper .dt-paging .dt-paging-button.current,
#PendingDemandesAlertsData_wrapper .dt-paging .dt-paging-button.current,
#LateDemandesAlertsData_wrapper .dt-paging .dt-paging-button.current,
#AutorisationsData_wrapper .dt-paging .dt-paging-button.current,
#All_demandes_wrapper .dt-paging .dt-paging-button.current,
#All_demandeurs_wrapper .dt-paging .dt-paging-button.current,
#list_communes_wrapper .dt-paging .dt-paging-button.current,
#province_list_wrapper .dt-paging .dt-paging-button.current,
#region_list_wrapper .dt-paging .dt-paging-button.current,
#list_cercl_wrapper .dt-paging .dt-paging-button.current,
#piece_justificatives_wrapper .dt-paging .dt-paging-button.current,
#point_eau_wrapper .dt-paging .dt-paging-button.current,
#secteurs_concernee_wrapper .dt-paging .dt-paging-button.current,
#typeInfractions_wrapper .dt-paging .dt-paging-button.current,
#recus_frais_dossier_data_wrapper .dt-paging .dt-paging-button.current{
    color: #fff !important;
    border: 0;
    padding: 0.4em 0.9em;
    font-size: 14px;
    background-color: #294170;
}




#LateAutorisationsAlertsData_wrapper  .dt-search input,
#CloseAutorisationsAlertsData_wrapper  .dt-search input,
#PendingDemandesAlertsData_wrapper  .dt-search input,
#LateDemandesAlertsData_wrapper  .dt-search input,
#AutorisationsData_wrapper  .dt-search input,
#All_demandes_wrapper  .dt-search input,
#All_demandeurs_wrapper  .dt-search input,
#list_communes_wrapper  .dt-search input,
#province_list_wrapper  .dt-search input,
#region_list_wrapper  .dt-search input,
#list_cercl_wrapper  .dt-search input,
#piece_justificatives_wrapper  .dt-search input,
#point_eau_wrapper  .dt-search input,
#secteurs_concernee_wrapper  .dt-search input,
#typeInfractions_wrapper  .dt-search input,
#recus_frais_dossier_data_wrapper  .dt-search input{
    padding: 0;
    height: 25px;
    width: 200px;
    margin-top: 1%;
}
#AutorisationsData_wrapper .dt-layout-row:not(.dt-layout-table),
#All_demandes_wrapper .dt-layout-row:not(.dt-layout-table),
#piece_justificatives_wrapper   .dt-layout-row:not(.dt-layout-table),
#point_eau_wrapper   .dt-layout-row:not(.dt-layout-table),
#secteurs_concernee_wrapper   .dt-layout-row:not(.dt-layout-table),
#typeInfractions_wrapper   .dt-layout-row:not(.dt-layout-table),
#All_demandeurs_wrapper .dt-layout-row:not(.dt-layout-table),
#list_communes_wrapper .dt-layout-row:not(.dt-layout-table),
#province_list_wrapper .dt-layout-row:not(.dt-layout-table),
#region_list_wrapper   .dt-layout-row:not(.dt-layout-table),
#list_cercl_wrapper   .dt-layout-row:not(.dt-layout-table),
#recus_frais_dossier_data_wrapper .dt-layout-row:not(.dt-layout-table){
    direction: ltr !important;
}
#AutorisationsData_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#All_demandes_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#piece_justificatives_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#point_eau_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#secteurs_concernee_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#typeInfractions_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#All_demandeurs_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#list_communes_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#province_list_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#region_list_wrapper   .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#list_cercl_wrapper   .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end ,
#recus_frais_dossier_data_wrapper .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end {
    direction: rtl !important;
    text-align: right !important;
}
#AutorisationsData_wrapper .dt-paging   
#All_demandes_wrapper .dt-paging   
#piece_justificatives_wrapper .dt-paging   
#point_eau_wrapper .dt-paging   
#secteurs_concernee_wrapper .dt-paging   
#typeInfractions_wrapper .dt-paging   
#All_demandeurs_wrapper .dt-paging   
#list_communes_wrapper .dt-paging   
#province_list_wrapper .dt-paging   
#region_list_wrapper   .dt-paging   
#list_cercl_wrapper   .dt-paging   
#LateAutorisationsAlertsData_wrapper  .dt-search label,
#CloseAutorisationsAlertsData_wrapper  .dt-search label,
#PendingDemandesAlertsData_wrapper  .dt-search label,
#LateDemandesAlertsData_wrapper  .dt-search label
#AutorisationsData_wrapper  .dt-search label,
#All_demandes_wrapper  .dt-search label,
#piece_justificatives_wrapper  .dt-search label,
#point_eau_wrapper  .dt-search label,
#secteurs_concernee_wrapper  .dt-search label,
#typeInfractions_wrapper  .dt-search label,
#All_demandeurs_wrapper  .dt-search label,
#list_communes_wrapper  .dt-search label,
#province_list_wrapper  .dt-search label,
#region_list_wrapper    .dt-search label,
#list_cercl_wrapper     .dt-search label,
#recus_frais_dossier_data_wrapper  .dt-search label{
    font-size: 14px;
    font-weight: bold;
    color: #294170;
}
tr.background-primary-tr {
    background-color: #007bff; /* Change to your preferred shade of blue */
    color: white; /* Optional: change text color for better contrast */
}

/* Optional: Change background color on hover for better interactivity */
tr.background-primary-tr:hover {
    background-color: #0056b3; /* Darker shade on hover */
}
.pulse-danger{
  
    color: rgba(var(--danger-rgb)) !important;
}
.pulse-bg-danger{
    display: block;
    cursor: pointer;
    animation: pulse-danger 2s infinite;
}
@keyframes pulse-danger {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(var(--danger-rgb), .4);
        box-shadow: 0 0 0 0 rgba(var(--danger-rgb),.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(var(--danger-rgb), 0);
        box-shadow: 0 0 0 10px rgba(var(--danger-rgb),0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(var(--danger-rgb), 0);
        box-shadow: 0 0 0 0 rgba(var(--danger-rgb),0);
    }
}
#historique_demande_aucune_infos_donnees{
 
    direction: ltr;
    font-family: "Amiri", "Scheherazade", "Noto Sans Arabic", "Cairo", "Tajawal", "Lateef";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    color:green;
    color: #6276e4;
}
.Alert-card-header {
    background: linear-gradient(rgba(240, 241, 247, 0.5), rgba(240, 241, 247, 0.5)), url(../img/cover.jpg) !important;
    background-size: cover; /
}
body .card .card-header.Alert-card-header {
    background: #111c43 !important;
    color: #fff !important;
}
.card.alertscardpage .card-body {
    background: transparent !important;
}
.card.alertscardpage {
    background: transparent !important;
}
.chat-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    direction: rtl;
}
.chat-box textarea{
    direction: rtl;
}
.chat-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.files_attached a {
   
    cursor: pointer;
    margin-left: 10px;

}

.img-fluid-bordered {
   
    border:  2px solid #ccc ;

}


.cursor-pointer{
    cursor: pointer;
}
.modal-header .btn-close{
    margin:calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) !important ;

}
.main-chat-msg span{
    display: flex;
    justify-content: end !important;
    
}
#main-chat-content {
    max-height: 450px; 
    overflow-y: scroll;

}
.avis_files_attached{
    cursor: pointer;

}
#Aucun_avis_dans_cette_demande li{
    position: relative;
    top: 25%;
}
#Aucun_avis_dans_cette_demande span{
    font-weight: bolder;
    font-size: 16px !important;
}
.main-chart-wrapper{
    max-height: 450px !important;
}
.numero_autorisation{
    color: #212529 !important;

}
.timeline-etape-renovlement-title {
    margin-top: 1%;
    display: flex;
    justify-content: center;
    direction: ltr;
    font-family: "Amiri", "Scheherazade", "Noto Sans Arabic", "Cairo", "Tajawal", "Lateef";
    font-size: 14px;
    font-weight: bolder;
}

.timeline-etape-renovlement-title p {
    width: auto;
    padding: 5px;
    ;

    border-radius: 4px;
    background-color: rgba(var(--info-rgb), .1);
    color: rgb(var(--info-rgb));
    direction: rtl;
}
.reject_motif_content{
    font-size: 13px;
    display: flex;
    justify-content: end;
    
}
.reject_motif{
    color: black;
    background-color: rgb(var(--warning-rgb));
    font-size: 15px !important;
    padding: 5px;
    border-radius: 500px;
    font-weight: bolder;
    width: 20%;

}
.reject_content{
    color: white;
    font-size: 14px !important;
    display: block; 
    margin-top: 6px; 
    display: flex;
    justify-content: end;
}
.reject_content_motif{
    color: #006E51;
    width: 39% !important;
}

.modal-dialog-frais {
    max-width: 80% !important;
}



.modal-header .btn-close{
    margin:calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) !important ;
}

#province_list_wrapper .dt-layout-cell ,
#region_list_wrapper .dt-layout-cell ,
#list_communes_wrapper .dt-layout-cell ,
#list_cercl_wrapper .dt-layout-cell ,
#AutorisationsData_wrapper .dt-layout-cell ,
#All_demandes_wrapper .dt-layout-cell ,
#piece_justificatives_wrapper .dt-layout-cell ,
#point_eau_wrapper .dt-layout-cell ,
#secteurs_concernee_wrapper .dt-layout-cell ,
#typeInfractions_wrapper .dt-layout-cell ,
#All_demandeurs_wrapper .dt-layout-cell {
    width: 100% !important;
}
.show_more_button{
    display: flex;
    justify-content: end;

}
.show_more_button a{
    color: rgb(var(--primary-rgb)) ;
    font-size: 14px;
    font-weight: 600;
}
.show_more_button a:hover{
    text-decoration: underline;
    color: rgb(var(--info-rgb)) ;

}
.hide-span{
    display: none;
}

.demandeOwnerErrorMessage .btn-close {
    position: absolute !important;
    left: 0.2rem  !important; 
    right: auto  !important;  
}
.grey-border{
border: 1px solid #ced4da; 
}

#All_demandeurs .dt-layout-row:not(.dt-layout-table) .dt-layout-cell.dt-end {
    direction: rtl !important;
    text-align: right !important;
}
 /*.tdmaxwidth150 {
    max-width: 150px;
 
}*/
.tdoverflowmax150 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.icon_copy_numero_accusée{
    cursor: pointer;
}
.content-div {
    display: none;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 10px;
}
.historique{
    border: 1px solid #ccc;
    border-radius: 5px;
}
/*-----------------------------------------------------------------------------------------------*/
.toggle-switch-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-switch {
    position: relative;
    width: 30px;
    height: 18px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 18px;
    background-color: gray;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-label::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.toggle-input:checked + .toggle-label {
    background-color: green;
}

.toggle-input:checked + .toggle-label::before {
    transform: translateX(12px);
}

.icon {
    font-size: 16px;
    transition: color 0.3s;
}

.bell, .bell-slash {
    color: green;
}

.toggle-input:checked ~ .bell {
    color: #f44336;
}

.toggle-input:checked ~ .bell-slash {
    color: green;
}

.toggle-input:not(:checked) ~ .bell {
    color: green;
}

.toggle-input:not(:checked) ~ .bell-slash {
    color: #f44336;
}

body {
    transition: background-color 0.5s;
}
.red-icon{
    color: #e6533c;
}
.slide-right,
.slide-left{
    background-color:rgba(var(--info-rgb)) !important;
}
.slide-right:hover,
.slide-left:hover{
    background-color: #0097ff  !important;
}
.paiement_card {
    margin: 0;
    line-height: 9px;
    white-space: nowrap;
    font-size: 13px;
}
.paiement_card_title{
font-size: large;
margin: auto;
}
.main-profile-cover-color{
    background-color: #536485 !important;
}
.text_gray{
    color: #69758d !important;
}
.abhredforrequiredfield {
    border: 2px solid red !important;

}
.abhredforrequiredfield {
    border: 2px solid red;
    animation: abhShakeAnimation 2s ease-in-out;
}
.abhredforrequiredfield:focus {
    outline: none;
    animation: none;
}
.dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  
  .dot {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #b3d4fc;
    animation: pulse 1.5s infinite ease-in-out;
  }
  
  .dot:last-child {
    margin-right: 0;
  }
  
  .dot:nth-child(1) {
    animation-delay: -0.3s;
  }
  
  .dot:nth-child(2) {
    animation-delay: -0.1s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.1s;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.8);
      background-color: #b3d4fc;
      box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
  
    50% {
      transform: scale(1.2);
      background-color: #6793fb;
      box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
    }
  
    100% {
      transform: scale(0.8);
      background-color: #b3d4fc;
      box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
  }
