#main-wrapper{
    background-color: #fff;
}

#main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-wrapper {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
  margin-top: auto;
}


body,
a,
body .input-group .input-group-text{
  color:#3A4752;
}
.wizard-content .wizard > .steps > ul > li.disabled a,
.wizard-content .wizard > .steps > ul > li.disabled a:hover{
  color:#3A4752;
}
.wizard-content .wizard > .steps > ul > li.current > a {
  color:#3A4752;
  font-weight: 600;
}
.text-danger {
  color: #b9002c !important;
}

/*
.form-control::placeholder {
  color: #3A4752;
}
*/
.alert .material-symbols-outlined{
  vertical-align: middle;
  margin-bottom: 3px;
}

body .fw-bold {
  font-weight: 600 !important;
}
.bg-success {
  background-color: #008442 !important;
}

.topbar .navbar{
  background-color: #3c005a;
}
.hover-primary:hover{
  color: #ff3e00 !important;
}
a:hover {
  color: #ff3e00 ;
}
.text-bg-warning.text-dark{
  color: #000 !important;
}

.cursor-pointer{
  cursor: pointer;
}
.document-item-files{
  flex-basis:80%;
}
.document-item-date{
  flex-basis:170px;
  align-items: center;
  display: flex;
}


body .fs-2 .material-symbols-outlined {
  font-size: 16px;
}
body .form-check-input{
  border: 1px solid #a5a8aa;
}
.badge.font-weight-bold{
  font-weight: bold !important;
}
.radial-gradient::before{

  background: #753ebd17
}
.form-control,
.form-select{
  color:#000;
}
.body-wrapper {
  background: var(--bs-body-color);;
}
.body-wrapper {
  margin-top: 40px;
}
.accordion-button{
  background-color: #fff !important;
}
.size-20{
  height: 20px;
  width: 20px;
}
footer a:hover {
  color: var(--bs-primary) !important;
}

.paginate_button:hover {
  color: var(--bs-primary) !important;
}
.logo-text{
  color: #ff3e00;
}
.logo-text img{
    width: 70px;
    height: 23px;
}

    .logo-icon img{
        width: 18px;
        height: 22px;
    }

    .logo-icon-large img{
        width: 72px;
        height: 72px;
    }


    .menu-sidebar{
        display: flex;
    }


    #menu{
        background-color: #fff;
    }

    #menu .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    #menunav{
        margin-bottom: 0;
        
    }

    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length label{
        font-size: 0.8em;
    }

  .sidebar-link {
        display: flex;    ;
        font-size: 14px;
        white-space: nowrap;
        align-items: center;
        line-height: 25px;
        position: relative;
        padding: 12px 16px;
        text-decoration: none;
        font-weight: 400;
        color: var(--bs-heading-color) ;
        border-radius: 26px;
        gap: 12px;
    }
    .sidebar-link:hover,
    .sidebar-link:focus,
    .sidebar-link.active{
        color: var(--bs-primary);
    }

    .body-wrap{
        margin-top: 130px;
        margin-bottom: 30px;
    }
    .navbar-nav{
        margin-right: 10px;
    }




    @media (max-width: 767px) {
    body .topbar .navbar .navbar-nav .nav-item.dropdown .dropdown-menu-end{
        top:80%;
    }
}
@media (min-width: 992px) {
    .datatables .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}



.checkbox-lg {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    margin-top: -0.25em;
  }

.border-dashed{
    border-style: dashed !important;
}

.btn{
    text-transform: none;;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: var(--bs-primary);
  }
  .form-check label {
    white-space: nowrap;
  }

.dataTables_wrapper table, .dataTables_wrapper,.table-responsive{
    box-sizing: unset !important;
}
    /* table */
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
        background-color: #fff;
        
    }
    th, td {
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: middle;
    }
    
    table th {
        background-color: #f8f8f8 !important;
        color: #333;
        font-weight: normal;
        position: sticky;
        top: 0;
    }
    th i {
        display: block;
        font-size: 10px;
        margin-top: 2px;
        color: #666;
    }
    .action-link {
        color: #0066cc;
        text-decoration: underline;
        cursor: pointer;
    }
    .eye-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .status-circle {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #4D9BF5 ;
        color: #fff !important;
        text-align: center;
        line-height: 30px;
        margin: 0 4px;
        font-weight: bold;
        border: none !important;
    }
    .status-circle-icon{

    display: flex    ;
        align-items: center;
        justify-content: center;
    }
    .status-circle-dashed {
        background-color: transparent !important;
        border: 2px dashed #4D9BF5 !important;
        color: #4D9BF5 !important;
        line-height: 26px;
    }
    .status-circle-dashed.text-primary {
        background-color: none;
        color: #3c005a !important;
        border-color: #3c005a !important;
    }
    .status-circle-dashed.text-success {
      background-color: none;
      color: #2cd07e !important;
      border-color: #2cd07e !important;
  }
    .status-circle-disabled {
      background: repeating-linear-gradient(45deg, #3c005a21, #3c005a1f 5px, #3c005a29 5px, #3c005a3b 10px) !important;
        color: #fff !important;
        border: none !important;
    }
    .status-circle-disable{
      background-color: #717171;
      color: #fff !important;
    }
    .delay-box {
        display: inline-block;
        padding: 4px 8px;
        background-color: #2196F3 ;
        color: #fff !important;
        text-align: center;
        border-radius: 3px;
        font-size: 12px;
    }
    .delay-orange {
        background-color: #FF9800 !important;
    }
    .delay-red {
        background-color: #F44336 !important;
    }
    .status-indicator {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 5px;
    }
    .status-indicator-green {
        background-color: #4CAF50 !important;
    }
    .status-indicator-blue {
        background-color: #4D9BF5 !important;
    }
    /*
    .gray-row {
        background-color: #f1f1f1 !important;
    }
        */
    .cell-yellow {
        background-color: #FFEB3B !important;
        box-shadow: none !important;

    }
    .cell-red {
        background-color: #FF5722 !important;
        color: #fff !important;
        box-shadow: none !important;

    }
    .user-avatar {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #2196F3 !important;
        color: #fff !important;
        text-align: center;
        line-height: 24px;
        margin-right: 5px;
        font-weight: bold;
    }
    .user-avatar.e {
        background-color: #4CAF50 !important;
    }
    .remove-x {
        color: #999;
        margin-left: 5px;
        cursor: pointer;
    }
    .checkbox-cell {
        width: 40px;
    }
    .iconify-sm {
        font-size: 18px;
        color: #2196F3;
    }
    a.icon-link {
        text-decoration: none;
        display: inline-block;
    }
    .decision-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dataTables_paginate {
        font-size: 0.625rem;
      }
      .paginate_button {
        padding: 0.0625rem 0.125rem;
        margin: 0 0.03125rem;
      }
      .paginate_button.current {
        padding: 0.0625rem 0.125rem;
      }
      .iconify-xs {
        font-size: 0.625rem;
      }

      .input-group .input-group-text {
        color: var(--bs-body-color);
      }
      .input-group .input-group-text:hover {
        color: var(--bs-primary);
      }
      .dropdown-menu {
        position: relative;
      }
      .btn-close {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 0.5rem;
      }
      .text-gray {
        color: var(--bs-gray-600) !important;
      }
      .user-select-link {
        text-decoration: none;
      }
      .user-select-link:hover {
        color: var(--bs-primary) !important;
      }
      .user-select-link:hover .iconify-xs {
        color: var(--bs-primary) !important;
      }
      .user-select-link .iconify-xs {
        font-size: 1rem;
      }
      a:hover .border-muted {
        border-color: var(--bs-primary) !important;
      }
      a:hover .text-muted {
        color: var(--bs-primary) !important;
      }
      a:hover .iconify-xs.text-muted {
        color: var(--bs-primary) !important;
      }
      .dropdown-scroll {
        max-height: calc(7 * (1.5rem + 0.5rem));
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #dee2e6 #ffffff;
        padding-right: 5px;
        color:#000;
      }
      .dropdown-scroll::-webkit-scrollbar {
        width: 8px;
        background-color: #ffffff;
      }
      .dropdown-scroll::-webkit-scrollbar-track {
        background: #ffffff;
        border-radius: 4px;
      }
      .dropdown-scroll::-webkit-scrollbar-thumb {
        background-color: #dee2e6;
        border-radius: 4px;
        border: 2px solid #ffffff;
      }
      .dropdown-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #adb5bd;
      }
      .form-check {
        min-height: 1.5rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        display: flex;
        align-items: center;
      }
      .form-check label {
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        white-space: nowrap;
      }
      .form-check:hover label,
      .form-check:hover small{
        color: var(--bs-primary) !important;
      }
      .form-check-input {
        margin-right: 8px;
      }
      #toggleVisibility:hover {
        color: var(--bs-primary) !important;
      }
      #toggleVisibility:hover .visibility-icon {
        color: var(--bs-primary) !important;
      }
      .btn-light:active {
        background-color: #f8f9fa !important;
        border-color: #f8f9fa !important;
        color: var(--bs-dark) !important;
        box-shadow: none !important;
      }
      .btn-light:active .iconify-sm {
        color: var(--bs-dark) !important;
      }
      .btn-light:focus {
        box-shadow: none !important;
        color: var(--bs-primary) !important;
        background-color: #f8f9fa !important;
        border-color: #f8f9fa !important;
      }
      .btn-light:focus .iconify-sm {
        color: var(--bs-primary) !important;
      }
      .btn-check:checked + .btn-light, 
      .btn-light.active, 
      .btn-light.show, 
      .btn-light:first-child:active, 
      :not(.btn-check) + .btn-light:active {
        color: #fff !important;
        background-color: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
      }
      .btn-check:checked + .btn-light .iconify-sm, 
      .btn-light.active .iconify-sm, 
      .btn-light.show .iconify-sm, 
      .btn-light:first-child:active .iconify-sm, 
      :not(.btn-check) + .btn-light:active .iconify-sm {
        color: #fff !important;
      }
      .icon-link:hover .iconify-sm.text-dark {
        color: var(--bs-primary) !important;
      }

body .material-symbols-outlined {
    font-size: 18px;
}

body .material-symbols-outlined-sm {
  font-size: 16px;
}

body .material-symbols-outlined-xs {
  font-size: 14px;
}

.dropdown-item:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}

.message-body-full-height {
  max-height: 100% !important;
}

.topbar .navbar .navbar-nav .dropdown-menu.dropdown-menu-large{
  min-width: 280px;

}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 6px;
}

a.paginate_button.current{
  color:#fff !important;
}

body .hover-primary:hover .text-hover-primary{
  color: var(--bs-primary) !important;
}

.simplebar-content .dropdown-item{
  white-space: wrap;
}
.hover-bg-secondary-subtle:hover {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

#accordionProfils .accordion-button:not(.collapsed),
#accordionProfils .show + .accordion-header .accordion-button {
  background-color: var(--bs-secondary-bg-subtle);
}

/* Styles pour la pagination DataTables */
.dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-right: 1rem;
}

.dataTables_paginate .paginate_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0;
  vertical-align: middle;
}

.dataTables_paginate span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dataTables_paginate .material-symbols-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}

#menu {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

#menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

#menu .container-fluid {
  width: max-content;
  min-width: 100%;
}

.scroll-indicators {
  display: none;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  margin-top: -8px;
}

.scroll-indicators.visible {
  display: flex;
}

.scroll-indicator {
  display: none;
  align-items: center;
  pointer-events: none;
  min-width: 24px;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scroll-indicator.visible {
  display: flex;
  opacity: 1;
}

.scroll-indicator.left {
  margin-right: auto;
}

.scroll-indicator.right {
  margin-left: auto;
}

.scroll-indicator:only-child.left {
  margin-right: 0;
  margin-left: auto;
}

.scroll-indicator:only-child.right {
  margin-left: 0;
  margin-right: auto;
}

.scroll-indicator .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--bs-primary);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scroll-indicator.visible .material-symbols-outlined {
  opacity: 1;
}

.scroll-indicator.left .material-symbols-outlined {
  animation: bounceLeft 1.5s infinite;
}

.scroll-indicator.right .material-symbols-outlined {
  animation: bounceRight 1.5s infinite;
}

@keyframes bounceRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

@keyframes bounceLeft {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-3px); }
}

body .notify {
  position: relative;
  top: -29px;
  right: -8px;
}

body .nav-link{
  margin-top: -1px;
}

body .dropdown-menu[data-bs-popper]{
  margin-top: 10px;
}

.topbar .navbar .navbar-nav .dropdown-menu.dropdown-menu-large {
  min-width: 340px;
}

.nav-icon-hover-bg.dd-active{
  background-color: #e5e5e52e !important;
}

.decision{
  padding-right: 70px;
  justify-content: space-between;
}

.decision-item1,
.decision-item2,
.decision-item3{
  flex-wrap: nowrap;
}
.decision-item2{
  margin-left: 20px;
  line-height: 1.5;
}

.accordion-button[aria-expanded="false"] {
  background-color: #f8f8f8 !important;
}

@media (max-width: 767px) {
  .decision{
    padding-right: 50px;
    justify-content: space-between;
    flex-wrap: wrap;;
  }
  .decision-item2{
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
  }
  .decision-item3{
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }


  .document-item-files-wrapper{
    flex-wrap:wrap;
    gap: 0 !important;
  }
  .document-item-files {
    flex-basis: 100%;
}
.document-item-date {
  flex-basis: 50%;
}
}

.document-item-files-wrapper:hover .material-symbols-outlined.text-primary{
  color:#fff !important;
}
.filename.text-truncate{
  text-overflow: ellipsis;
  max-width: 80%;
}
.button-file-wrapper{
  position: relative;
}
.button-file{
  padding-right: 60px !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  transition: all 250ms ease;
}

.button-file:hover{
  background-color: #58636c !important;
}
.button-file:hover span{
  color:#fff !important;
}

body .nav-tabs .nav-item.show .nav-link, 
body .nav-tabs .nav-link.active {
  background:#3c005a;
}

.wizard>.steps a:hover{
  color:#3c005a;
}

.wizard-content .wizard>.steps>ul>li a {

  font-size: 0.8em;
  line-height: 1.4em;
}
.wizard-content .wizard>.steps>ul>li a {
  
  padding-top: 60px;
}

.table>:not(caption)>*>*{
  color: #000;
}

.decision-indicator {
  display: inline-block;
  /* font-family: Arial, sans-serif; */
  font-size: 8px;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.decision-indicator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 8px;
  white-space: nowrap;
}

.decision-indicator-circles {
  position: relative;
  height: 6px;
  width: 60px;
  margin: 8px auto;
}

.decision-indicator-line {
  position: absolute;
  height: 2px;
  background-color: #F1EBF9;
  top: 3px;
  left: 0px;
  width: 100%;
  right: 0px;
}

.decision-indicator-circle {
  position: absolute;
  width: 8px;
    height: 8px;
  border-radius: 50%;
  top: 0;
  transform: translateX(-3px);
}

.decision-indicator-circle.active {
  background-color: #ff3e00;
}

.decision-indicator-circle.inactive {
  background-color: #F1EBF9;
}

.decision-circle-1 {
  left: 3px;
}

.decision-circle-2 {
  left: 50%;
  margin-left: -1px;
}

.decision-circle-3 {
  right: -3px;
}

.document-item-files-wrapper{
  transition: opacity 0.2s ease-in-out;

}
.document-item-files-wrapper:hover .rounded-circle{
  transition: all 0.2s ease-in-out;

}
.document-item-files-wrapper:hover {

}

.document-item-files-wrapper:hover span.filename{
  color: #3c005a !important;

}


.document-item-files-wrapper:hover .icon-file-wrapper{
  background: #3c005a !important;

}
.icon-file-wrapper img{
  width: 21px;

}

.accordion-border .accordion-item.active{
  border: 1px solid #3c005a !important;
}

body .accordion-border .accordion-button {
  background-color: #fff !important;
}

body .accordion-border .accordion-item.active .accordion-button {
  background-color: #f2f4f8 !important;
}

.modal-content,
.modal-content label{
  color:#000;
}

.form-control:focus,
.form-label,{
  color:#000;
}

.form-label {
  font-weight: 500;
  font-size: 0.9em;
}

body .btn.disabled, body .btn:disabled, body fieldset:disabled .btn{
  color: #fff;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}

.nav-underline{
  row-gap: 10px;
}
@media (max-width: 576px) {

.page-wrapper .body-wrapper > .container-fluid{
  padding:0 10px;
}
.accordion-body{
  padding:20px;
}
.accordion-button{
  padding:20px 20px;
}

.card-body{
  padding:20px;
}
}

@media (max-width: 480px) {
  .wizard-content .wizard > .steps{
    margin-top: 20px;
  }
  .wizard-content .wizard > .steps > ul > li {
      width: 50%;
  }
  .wizard-content .wizard>.steps>ul>li a{
    margin-top: 0;
    padding-top: 55px;
    
  }
  .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
    top: 23px;
  }
  .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
    top: 23px;
  }
}

.form-label{
  color:#000
}

.attribution-label{
  width: 120px;
  flex-grow: 1;
  flex-shrink: 1;
}
.attribution-btn-group{
  width: 230px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.attribution-textarea{
  width: 38%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 20px;
  border-color: #ff3e00;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;

  background-color: #ff3e00;
  border-color: #ff3e00;
  box-shadow: var(--bs-btn-active-shadow);
}

@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
}
}
@media (max-width: 767px) {
  .attribution{
    flex-direction: column !important;
  }

.attribution-label{
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 10px !important;
  display: block;
}
.attribution-btn-group{
  width: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0;
  margin-bottom: 15px !important;

}

.attribution-textarea{
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0px;
  margin-bottom: 20px !important;

}
}
.form-label{
  font-size: 1em;
}

.gap-x-2 {
  column-gap: .5rem;
}
.gap-y-2 {
  row-gap: .5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-0 {
  column-gap: 0;
}
.gap-y-0 {
  row-gap: 0;
}

.wizard-content .wizard.wizard-circle > .steps .step{
  border-color: #ff3e00 !important;
}
.wizard-content .wizard.wizard-circle > .steps .disabled .step{
  border-color: var(--bs-light) !important;
}

.dates-wrapper{
  width: 425px;
}

.dates-wrapper input[type="date"]{
  width: 100px;
  padding-left: 10px;
}

.search-input-header{
  width: 200px;
}

.dataTables_length select{
  color: #000;
}
.download-wrapper{
  transition: all 0.2s ease-in-out;
}
.download-wrapper:hover{
  background-color: #F6EDFD !important;
}

.download-icon{
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}

.form-check label{
  color: #000;
}



.overflow-auto{
  overflow: auto !important;

}

#menu .dropdown-menu.show{
  position: fixed !important;
}
.input-group-min-width input[type="text"]{
  min-width: 100px;
  max-width: 200px;
}

.input-group{
  width: auto;
}

p,ul li, ol li,.alert{
  color: #000;
}

.alert-primary{
  border-color: #ff3e00 !important;
}

.icon-file-wrapper{
  display: flex;
  height: 36px;
  width: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}

.icon-size-48{
  width: 48px;
  height: 48px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}

.input-group .input-group-text {
  color: #5d6d7c
}

div.dataTables_wrapper  label{

}

.bg-danger {
  background-color: #e20035 !important;
}
table td{
  font-size: 1.1em;
}

#toggle-mode {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #ff3e00;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#toggle-mode.blue {
  background-color: #009dad;
}

a.bg-primary.text-white:hover{
 color: #fff !important;
}