/* general */
.text-xs-m {
    font-size: .9rem !important;
}
.link:hover {
    cursor: pointer;
    background-color: #F5F7F7;
}
.link-blue:hover {
    cursor: pointer;
    background-color: #496885 !important;
    color: white !important;
}
.organization-logo
{
    min-height: 92px !important;
    max-height: 92px !important;
}
.form-check-inline {
    display: inline-flex !important; /* Garantit un alignement horizontal */
    flex-wrap: nowrap; /* Supprime les retours à la ligne */
    margin-right: 1rem; /* Ajoute de l'espace entre les éléments */
}


/* upload input */
.uploader{
    position: relative; 
    left: 33%;
    overflow: hidden; 
    width: 200px; 
    height: 200px;  
    border-radius: 50%;
    border: 1px dashed #3076ab;
}

.upload-icon {
    padding-top: 72px !important;
    padding-left: 72px !important;
    color: rgba(128, 128, 128, 0.22);
}

#filePhoto{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.orga-document{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.treatment-document{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.uploader img{
    position: absolute;
    width: 200px;
    height: 200px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
}

/* select list */
.custom-select {
    background: #FFF;
    color: #666;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

/**
* Multiple Selection Component for Bootstrap
* Check nicolasbize.github.io/magicsuggest/ for latest updates.
*
* Author:       Nicolas Bize
* Created:      Feb 8th 2013
* Last Updated: Oct 16th 2014
* Version:      2.1.4
* Licence:      MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
*/
.ms-ctn{
    position: relative;
    padding: 5px 12px;
    height: auto;
}
.ms-inv{
    border: 1px solid #CC0000;
}
.ms-ctn-readonly{
    cursor: pointer;
}
.ms-ctn-disabled{
    cursor: not-allowed;
    background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn{
    border-color: rgba(82, 168, 236, 0.8) !important;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ms-ctn-focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.ms-ctn input{
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    outline: none;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: 100%;
}
.ms-ctn .ms-sel-ctn input{
    float: left;
}
.ms-ctn-disabled input{
    cursor: not-allowed;
    background-color: #eeeeee;
}
.ms-ctn .ms-input-readonly{
    cursor: pointer;
}
.ms-ctn .ms-empty-text{
    color: #DDD;
}
.ms-ctn input:focus{
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    background: #FFF;
}
.ms-ctn input::-ms-clear {
    width: 0;
    height: 0;
}
.ms-ctn .ms-trigger{
    top: 0;
    width: 25px;
    height:100%;
    position:absolute;
    right:0;
    background: transparent;
    border-left: 1px solid #CCC;
    cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 8px;
    margin-top: 23px;
}
.ms-ctn .ms-trigger:hover{
    /*background-color: #e6e6e6;*/
}
.ms-ctn .ms-trigger:hover .ms-trigger-ico{
    background-position: 0 -4px;
}
.ms-ctn-disabled .ms-trigger{
    cursor: not-allowed;
    background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus{
    border-bottom: 1px solid #CCC;
}
.ms-res-ctn{
    width: 100%;
    display: block;
    overflow-y: auto;
}
.ms-res-ctn .ms-res-group{
    line-height: 23px;
    text-align: left;
    padding: 2px 5px;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    border-top: 1px solid #CCC;
    background: #2c3e50;
    color: white;
}
.ms-res-ctn .ms-res-item{
    line-height: 25px;
    text-align: left;
    padding: 2px 5px;
    color: #666;
    cursor: pointer;
}
.ms-res-ctn .ms-res-item-grouped{
    padding-left: 15px;
}
.ms-res-ctn .ms-res-odd{
    background: #FAFAFA;
}
.ms-res-ctn .ms-res-item-active{
    background-color: #F5F5F5;
}
.ms-res-ctn .ms-res-item-disabled{
    color: #CCC;
    cursor: default;
}
.ms-sel-ctn{
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}
.ms-no-trigger .ms-sel-ctn{
    padding-right: 0;
}
/** Outer and global tags **/
.ms-sel-ctn .ms-sel-item{
    background: #F3F3F3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 3px 0px 1px 0;
}
.ms-sel-ctn .ms-sel-invalid{
    border-color: rgb(248, 165, 165) !important;
    background: #FDF2F2 !important;
}
.ms-sel-ctn .ms-sel-item:hover{
    border: 1px solid #BBB;
}
/** For inner tags **/
.ms-ctn .ms-sel-item{
    background: #4e73df !important;
    color: white;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}
.ms-ctn .ms-sel-item:hover{
    border: 1px solid transparent;
}
.ms-ctn-focus .ms-sel-item:hover{
    border: 1px solid #BBB;
}
.ms-sel-ctn .ms-sel-text{
    background: #FFF;
    color: #666;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
}
.ms-as-string .ms-sel-text{
    border-color: transparent;
}
.ms-res-ctn .ms-res-item em{
    font-style: normal;
    background: #565656;
    color: #FFF;
}
.ms-sel-ctn .ms-sel-text:hover{
    background: #FFF;
}
.ms-sel-ctn .ms-sel-item-active{
    border: 1px solid red;
    background: #757575;
}
.ms-stacked .ms-sel-item{
    float: inherit;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn{
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 6px 2px 0 10px;
    background-image: url(data:image/png;base64,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);
    background-position: 0 -7px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover{
    background-position: 0 0;
}
.ms-stacked .ms-sel-item .ms-close-btn {
    margin-left: 0px;
}
.ms-helper{
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}
.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
    margin-top: 17px;
}
.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
    margin-top: 13px;
}
.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
    padding-top: 2px;
    padding-bottom: 3px;
}
.ms-ctn.input-sm .ms-sel-ctn {
    line-height: 15px;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top:0;
    margin-bottom: 0;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
    margin-top: 4px;
}
.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
}
.ms-ctn .ms-trigger:hover {
    width:24px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}
input[type="text"].test::-webkit-input-placeholder {
    color: orange !important;
    padding-top: 24px !important;
}
div:has(> .modal-delete) {
    background-color:#d9534f;
    color: #fff;
}
div:has(> .modal-validate) {
    background-color:#5cb85c;
    color: #fff;
}
div:has(> .modal-export) {
    background-color:#5bc0de;
    color: #fff; 
}
div:has(> .modal-info) {
    background-color:#5bc0de;
    color: #fff; 
}

/*============================== treatment card================*/
.hover-select:hover {
    background-color: #F5F7F7 !important;
}

.actif-select {
    background-color: #F5F7F7 !important;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.actif-select-bis {
    background-color: #496885 !important;
    color: white !important;
}

.card-action {
    position: absolute;
    bottom:-29px;
    color: white !important;
    text-decoration: none !important;
    cursor:pointer;
    transition: all 0.3s ease;
}
.card-action-lg {
    position: absolute;
    bottom:-36px;
    color: white !important;
    text-decoration: none !important;
    cursor:pointer;
    transition: all 0.3s ease;
}
.card-action:hover {
    transition: all 0.3s ease;
    bottom:-24px; 
}
.card-action-lg:hover {
    transition: all 0.3s ease;
    bottom:-29px; 
}

/* ============================== timeline historical treatment ==================*/
.timeline {
    margin-top: 20px;
    position: relative;
}

.timeline:before {
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% + 50px);
    background: rgb(138, 145, 150);
    background: -moz-linear-gradient(
        left,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(98, 105, 109, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(98, 105, 109, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(98, 105, 109, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#8a9196",
        endColorstr="#62696d",
        GradientType=1
    );
    left: 14px;
    top: 5px;
    border-radius: 4px;
}

.timeline-month {
    position: relative;
    padding: 4px 15px 4px 35px;
    background-color: #444950;
    display: inline-block;
    width: auto;
    border-radius: 40px;
    border: 1px solid #17191b;
    border-right-color: black;
    margin-bottom: 30px;
}

.timeline-month span {
    position: absolute;
    top: -1px;
    left: calc(100% - 10px);
    z-index: -1;
    white-space: nowrap;
    display: inline-block;
    background-color: #111;
    padding: 4px 10px 4px 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid black;
    box-sizing: border-box;
}

.timeline-month:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: rgb(138, 145, 150);
    background: -moz-linear-gradient(
        top,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(112, 120, 125, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(112, 120, 125, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(112, 120, 125, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#8a9196",
        endColorstr="#70787d",
        GradientType=0
    );
    border-radius: 100%;
    border: 1px solid #17191b;
    left: 5px;
}

.timeline-section {
    padding-left: 35px;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.timeline-date {
    margin-bottom: 15px;
    padding: 2px 15px;
    background: #404040;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #17191b;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    font-weight: bold;
}
.timeline-section:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    /* background-color: #444950;*/
    top: 12px;
    left: 20px;
}

.timeline-section:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(
        to bottom,
        rgba(138, 145, 150, 1) 0%,
        rgba(122, 130, 136, 1) 60%,
        rgba(112, 120, 125, 1) 100%
    );
    top: 7px;
    left: 11px;
    border: 1px solid #17191b;
    border-radius: 100%;
}

.timeline-section .col-sm-4 {
    margin-bottom: 15px;
}

.timeline-box {
    position: relative;

    /*background-color: #444950;*/
    border-radius: 0.35rem;
    /* border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
    border: 1px solid #bdc3c7;
    transition: all 0.3s ease;
    overflow: hidden;
}

.box-icon {
    position: absolute;
    right: 5px;
    top: 0px;
}

.box-title {
    padding: 5px 15px;
    border-bottom: 1px solid #17191b;
    color: white;
}

.box-title i {
    margin-right: 5px;
}

.box-content {
    padding: 5px 15px;
    background-color: #fbfbfb;
}

.box-content strong {
    color: #666;
    font-style: italic;
    margin-right: 5px;
}

.box-item {
    margin-bottom: 5px;
}

.box-footer {
    padding: 5px 15px;
    border-top: 1px solid #17191b;
    background-color: #444950;
    text-align: right;
    font-style: italic;
}




/*=========== bootstrap pgination ============*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4e73df !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #4769cc !important;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: black !important;
    cursor: default;
    background-color: #5279eb !important;
    border-color: #4769cc !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* to fix side bar */
#wrapper{
    position : absolute;
    overflow: hidden;
    top: 0; right: 0; bottom: 0; left:  0;
}
.bg-menu-side{
    background-color: #2c3e50;
    /*overflow: auto;*/
}

/* register page */
.linked-treatment-block{
    max-height: 388px;
    overflow: auto;
}

/* placeholder */
::placeholder {
    color: #a7a7a7 !important;
}

/* full calendar */
.fc-toolbar { text-transform: capitalize; }

.fc-title {
    color: white !important;
    font-size: 12px;
    font-weight: bolder;
}
.fc-time{
    display:none;
}
.fc-day {
    border: 1px solid #bdc3c7 !important;
    background-color: #f7f7f7 ;
}
.fc-event{
    line-height: 0.9 !important; 
}
.fc-day-number{
    display: inline-block;
    min-width: 11px;
    padding: 5px 9px 5px 9px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.fc-button-primary{
    background-color: #2c3e50 !important;
}
.fc-left, .fc-right{
    max-height: 12px;
    font-size: 11px;
}
.fc-left{
    padding-top:10px;
}

/* home page */
.calendar-board{
    padding-top: 0px; 
    max-height: 541px !important;
    min-height: 541px !important;
    overflow: hidden;
}
.register-board{
    padding-top: 0px; 
    max-height: 547px !important;
    min-height: 547px !important;
    overflow: hidden;
}
.treatment-attach{
    z-index: 3;
    overflow: auto;
    max-height: 197px !important;
}

/* scrollbar treatment attach */
.treatment-attach::-webkit-scrollbar {
    width: 6px; /* width of scrollbar */
}

.treatment-attach::-webkit-scrollbar-thumb {
    background-color: #888; /* color of scrollbar handler */
    border-radius: 10px; /* round borders */
}

.treatment-attach::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.treatment-attach::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of scrollbar background */
    border-radius: 10px; /* round borders */
}

/* scrollbar calendar scroller */
.fc-scroller::-webkit-scrollbar {
    width: 6px; /* width of scrollbar */
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color: #888; /* color of scrollbar handler */
    border-radius: 10px; /* round borders */
}

.fc-scroller::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.fc-scroller::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of scrollbar background */
    border-radius: 10px; /* round borders */
}

/* carousel */
.carousel-control-prev,
.carousel-control-next {
    width: 5vw;
    top: 50px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; /* Couleur noire */
    border-radius: 50%; /* Forme circulaire */
    width: 3rem; /* Taille */
    height: 3rem;
    background-size: 50%; /* Taille de l'icône */
    background-position: center;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: ''; /* Retirer les icônes par défaut si nécessaire */
}
.carousel-indicators {
    position: absolute; 
    padding-bottom: 0px;
    z-index: 2;
}
.carousel-indicators {
  transform: translateY(100%); /* Corrige le centrage */
}
.pauseButton {
    position: relative;
    margin-left: 10px; 
    bottom: 10px;
}
.carousel-indicators li {
    background-color: black;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid white;
}
.carousel-indicators .active {
    background-color: white;
    border-color: black;
}
.carousel {
    position: relative;
    padding-bottom: 0px; /* Ajoute de l'espace pour les indicators */
}
.carousel-controls {
    height: 100px;
    top: 40%;
}

/* wizard breach */


.progress-barr-container {
    margin: 0 auto;
    padding-top: 15px;
    width: 80%;
}
.progress-barr-container .progress-barr {
    position: relative;
}
.progress-barr-container .progress-barr__bar {
    align-self: center;
    background: #dfdfdf;
    flex-grow: 1;
    height: 8px;
}
.progress-barr-container .progress-barr__bar--completed {
    background: #1cc88a;
}
.progress-barr-container .progress-barr__circles {
    display: flex;
}
.progress-barr-container .progress-barr__circle {
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid #dfdfdf;
    color: #b2b5ba;
    cursor: pointer;
    height: 50px;
    line-height: 48px;
    position: relative;
    text-align: center;
    width: 50px;
}
.progress-barr-container .progress-barr__circle--completed {
    background: #1cc88a;
    border-color: #1cc88a;
}
.progress-barr-container .progress-barr__circle--completed .number {
    color: #fff;
    font-size: 1.8em;
}
.progress-barr-container .progress-barr__circle--selected {
    border-color: #1cc88a;
    color: #1cc88a;
}
.progress-barr-container .progress-barr__circle .number {
    font-size: 1.1em;
    font-weight: bold;
}
.progress-barr-container .progress-barr__circle__label {
    top: 100%;
    color: #b2b5ba;
    font-weight: 600;
    font-size: 16px;
    left: 50%;
    margin-bottom: 4px;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    width: 100px;
}

/* processing sidemenu */
.processing-left-board{
    background-color: white;
    height: 100%;
    width: 15%;
    color: black;
    position: fixed;
    top: 0;
    z-index: 1 !important;
    overflow: auto;
}
.not-allowed :hover {cursor: not-allowed;}

/* bilan */
.bilan-block {
    min-height: 250px;
    max-height: 250px;
    padding: 12px 12px 12px 12px;
}

.bilan-block:hover {
    background-color: #fbfbfb;
}

.bilan-task-block {
    min-height: 350px;
    max-height: 350px;
    padding: 12px 12px 12px 12px;
}

.bilan-task-block:hover {
  background-color: #fbfbfb;  
}

/* color picker custom */
.color-picker-size-custom .colorpicker-saturation {
    width: 250px;
    height: 250px;
}
       
.color-picker-size-custom .colorpicker-hue, 
.color-picker-size-custom .colorpicker-alpha {
    width: 40px;
    height: 250px;
}
       
.color-picker-size-custom .colorpicker-color, 
.color-picker-size-custom .colorpicker-color div {
    height: 40px;
}

/* task modal */
.side {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0px;
    width: 700px;
    padding: 30px;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}
  
.side .close-side {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    color: #f44336;
    float: right;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    z-index: 2;
}
  
.side .close-side {
    color: #ff9800;
}
  
.side .widget h4 {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
  
.side .widget h4::after {
    background: #2280fc none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}
/*category data checkbox*/
.pos-checkbox-people-concerned{
    position: absolute;
    top : 10px;
    left : 250px;
}
.pose-label-people-concerned{
    padding-top : -30px !important;
}
.pos-checkbox-recipient{
    position: absolute;
    top : 10px;
    left : 150px;
}
.pose-label-recipient{
    padding-top : -30px !important;
}
.pos-checkbox-type-origin{
    position: absolute;
    top : 10px;
    left : 220px;
}
.pose-label-type-origin{
    padding-top : -30px !important;
}

/* nav tab security measure */
.nav-tabs > .active {
    background-color: #496885 !important;
    color: white !important;
    font-size: 18px !important;
}

.nav-tabs > .no-active {
    background-color: rgba(222, 222, 222, 0.756);
    font-size: 15px;
}

/* filter processing type */

/* Styles de base pour la checkbox switch */
.switch {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 82px;
    height: 34px;
}
/* Case check caché*/ 
.switch input {
    display: none;
}

/* Styles pour la puce de la checkbox */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Couleur de base de la puce */
    transition: background-color 0.4s; 
    border-radius: 34px;
}

/* Styles pour l'icône à l'intérieur de la puce */
.slider-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: auto;
}

.slider i {
    color: white; /* Couleur de l'icône */
}

/* Styles pour la puce lorsque la checkbox est activée */
input:checked + .slider {
    background-color: #32e494; /* Couleur de fond lorsque la checkbox est activée */
}

/* Styles pour l'icône lorsque la checkbox est activée */
input:checked + .slider .slider-inner  {
    left: auto;
    right: 8px;
}

/* === Task Comment === */

/*tchat box*/
.chat-textarea{
    white-space: pre-wrap;
    word-wrap: break-word;
}

.no-comments {
    font-style: italic;
    color: #777;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.chatbox{
    background-color: #FFFFFF;
    overflow-y: scroll;
    border-radius: 0.35rem;
    transition: max-height 0.3s ease-out, box-shadow 0.3s ease;
    margin-bottom: 10px;
    height: auto;
    max-height: 340px;
}
.chatbox-collapsed {
    display: none;
}
.chatbox::-webkit-scrollbar {
    width: 10px;
}
.chatbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px;
    border-radius: 10px;
}
.chatbox::-webkit-scrollbar-thumb {
    background: #c8cddb;
    border-radius: 5px;
}
.chatbox::-webkit-scrollbar-thumb:hover {
    background: #bac3db;
}

/*commentaire dans le chatbox*/
.chat-message {
    margin: 10px 0;
    padding: 10px;
    background-color: #fbf9f9;
    box-shadow: 1px 1px 1px #e6e6e6;
    border-radius: 0.35rem;
    transition: transform 0.3s ease;
}
.chat-message:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 2px #d9d9d9;
    display: block;
}
.chat-message-date {
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}
.chat-message img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.chat-message-content {
    margin-left: 20px;
    margin-top: 10px;
    word-wrap: break-word;
}

/*firstname lastname comment in message*/
.chat-message-sender {
    font-weight: bold;
    margin-left: 10px;
    text-decoration: underline;
}
.chat-message-header {
    display: flex;
    align-items: center;
}
.chat-message-circle {
    width: 30px;
    height: 30px;
    font-size: 15px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 5px;
}

/*last comment on chatbox*/
.fade-in-up-last-comment {
    animation: fadeInUpLastComment 0.5s ease forwards;
}
@keyframes fadeInUpLastComment {
    from {
        opacity: 1;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*color by role*/
.sender-referent{
    color: #4e73df;
}
.sender-approbateur{
    color : #1cc88a;
}
.sender-consulted{
    color : #bfbfbf;
}
.sender-informed{
    color : #999999;
}
.sender-guest{
    color : #000000;
}
.guest{
    background-color: #000000;
    color :#ffffff;
}
.referent{
    background-color: #4e73df;
    color :#ffffff;
}
.approbateur{
    background-color: #1cc88a;
    color :#ffffff;
}
.consulted{
    background-color: #bfbfbf;
    color :#ffffff;
}
.informed{
    background-color: #999999;
    color :#ffffff;
}

/*checkbox notify*/
.notify-label {
    margin-right: 5px; 
    user-select: none; 
}
.form-check {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}
.form-check-input {
    margin-right: 5px;
    user-select: none;
}

/*icone notify on top of task card*/
.notify-comment-letter-icon {
    color: gray;
    text-align: right;
    right: 15px;
    bottom: 7.4%;
    position: absolute;
}
.notify-comment-point-icon {
    background-color: red;
    padding: 0;
    bottom: 12%;
    right: 12px;
    border-radius: 50%;
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.text-area-comment {
    border: 1px ridge #e6e6e6;
    border-radius: 10px;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* clic comment image open in a modal */
.modal-content-image {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.modal-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.modal-image-clickable {
    cursor: pointer;
}
.close-button {
    position: absolute; /* Positionnement absolu pour le bouton */
    top: 1%; /* Distance par rapport au bord supérieur */
    right: 1.75%; /* Distance par rapport au bord droit */
    padding: 10px; /* Ajouter un peu de rembourrage autour du texte du bouton */
    background-color: rgba(0, 0, 0, 0.0); /* Couleur de fond semi-transparente */
    color: red; /* Couleur du texte */
    border: none; /* Supprimer la bordure du bouton */
    cursor: pointer; /* Changer le curseur en pointeur lorsqu'il est sur le bouton */
    font-size: 1.5em;
}

/*image on chatbox */
.chat-message-image{
    border-radius: 5px;
}

/* === Import_Export processing type === */


.pos-cat{
    position: absolute;
    top: -7px;
    right: 8px;
}

/* collapse */
.card-header[data-toggle="collapse"]::after {
    opacity: 0; /* Masquer le chevron de Bootstrap */
}
.card-header .fas.fa-chevron-right {
    transition: transform 0.5s ease-in-out;
}
.card-header.collapsed .fas.fa-chevron-right {
    transform: rotate(0deg);
}
.card-header:not(.collapsed) .fas.fa-chevron-right {
    transform: rotate(90deg);
}

/* button dupplicate import */
.fixed-import-button {
    margin-right: 0%;
    bottom: 54%;
    z-index: 1000; 
}
@media (min-width: 1700px) {
    .fixed-import-button {
        margin-right: 7% !important;
    }
}

.single_import_export_card{
    border:1px solid #efefef;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ffff;
}
.import_export_card_title{
    padding: 10px;
    text-align: center;
}
.import_export_card_title h3{
    font-size: 16px;
    font-weight: 400;
    color: #292d3f;
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.import_export_card_title h3 i{opacity: 0;}

/*checkbox modèles de traitement*/
.processing-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}  

.checkbox-text {
    position: absolute;
    bottom: 5%; 
    left: 50%; 
    display: inline-block;
}
.processing-checkbox:checked ~ .single_import_export_card{border: 1px solid #1cc88a ; border-radius: 5px;}
.processing-checkbox:checked:hover ~ .single_import_export_card{border: 1px solid #1cc88a ; border-radius: 5px;}
.processing-checkbox:checked ~ .single_import_export_card .import_export_card_content .import_export_card_title{background-color:#1cc88a; color: #ffffff;border-radius: 5px; border-bottom-right-radius: 5px ; border-bottom-left-radius: 5px ; border-top-left-radius: unset; border-top-right-radius: unset;}
.processing-checkbox:checked ~ .single_import_export_card .import_export_card_content .import_export_card_title h3{color: #ffffff;}
.processing-checkbox:checked ~ .single_import_export_card .import_export_card_content .import_export_card_title h3 i{opacity: 1;}

/* === Subcontraction index === */

/* fixe logo  */
.fixed-size-img {
    padding-right: 10px;
    max-width: 100%;
    max-height: 100%;
    width: 100px; 
    height: 100px; 
    min-width: 80px; 
    min-height: 80px;
   /*  object-fit: cover;  */
   /*  object-fit: contain;  */
    object-fit: scale-down;
    /* object-fit: none; */
   /*  object-fit: fill; */
}

/* === Global input text-ara === */
/* placeholder floting  */

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 13px;
    top: 12px;
    font-size: 14px;
    padding: 0 15px;
    transition: 0.2s ease all;
    color: #999;
    border-radius: 10px;
}
.floating-label.active {
    top: -10px;
    font-size: 10px;
    background-color: white;
    
}
.required{
    font-size: 15px;
    color:red;
}

/* === Global label === */
/* no label select user  */
.label-no-select{
    user-select: none;
}

/* === Application === */
/* border on resize  */
@media (max-width: 1200px) {
    .border-appli{
        border-right: 1px solid;
    }
}
@media (min-width: 1200px) {
    .border-appli{
        border-bottom: 1px solid;
    }
}

/* === Task Steps === */

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

ul.timeline > li { 
    cursor:pointer; 
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.jalon-progress:before {
    animation: blink 1.5s infinite;
    background: #6c757d !important;
    border: 3px solid #6c757d;
}
.jalon-success:before {
    background: #28a745 !important;
    border: 3px solid #28a745;
}
.jalon-success {
    text-decoration: line-through;
}

/* === Subcontractor === */

.required-field {
    background-color: #ffe6e6;
}
.required-field-filled {
    background-color: #d4edda;
}

/* === Audit === */

/* remove item progress bar border radius  */
.remove-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* remove item progress bar border radius  */
.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

/* organization card transition  */
.organization-card {
    transition: height 0.5s ease;
}

.downloadSynthesis:hover { 
    text-decoration: none !important;
 } 

/* radio buttons in item modal */
/*  Copyright (c) 2024 by UI For Free (https://codepen.io/uiforfree/pen/JjeOoVq) */
.radio-buttons-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.radio-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-button__label {
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    color: #212;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.radio-button__custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #555;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
    transform: translateY(-50%) scale(0.9);
    border: 5px solid #4c8bf5;
    color: #4c8bf5;
}
.radio-button__input:checked + .radio-button__label {
    color: #4c8bf5;
}

.radio-button__label:hover .radio-button__custom {
    transform: translateY(-50%) scale(1.2);
    border-color: #4c8bf5;
    box-shadow: 0 0 10px #4c8bf580;
}

/* range slider in item modal  */
.range-container {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.custom-range {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: linear-gradient(to right, green 50%, lightgray 50%);
    border-radius: 10px;
    outline: none;
    padding: 0;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
    cursor: pointer;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 10px;
    background: transparent;
    border-radius: 5px;
}

.custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
    cursor: pointer;
}

.range-value {
    position: absolute;
    top: -30px;
    color: white;
    background-color: green;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    width: 40px;
    text-align: center;
    transform: translate(-25%,250%);
    z-index: 1;
}

/* link modal button */
.link-modal-btn {
    background-color: #ff5722; /* Couleur vive pour attirer l'attention */
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    border: 2px solid white;
    animation: pulse 1.5s infinite; /* Ajout d'une animation */
}

.item-card-pulse {
    font-weight: bold;
    box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    border: 2px solid white;
    animation: pulse 1.5s infinite; /* Ajout d'une animation */
}


/* effects for the card to which the user scrolls */
.highlight-card {
    animation: highlight-pulse 1.5s infinite;
    border: 2px solid currentColor;
}
.flash-card {
    animation: highlight-flash 1.2s infinite;
    border: 2px dashed currentColor;  /* get card color */
}
/* Animation Flash */
@keyframes highlight-flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
/* Animation Pulse */
/* @keyframes highlight-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
} */
/* @keyframes pulse {
    0% {
        box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 87, 34, 1);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    }
} */


/* item modal wizard */
.custom-overflow { /* Ajuste la hauteur maximale */
    max-height: 243px; 
    overflow-y: auto; /* Ajoute une barre de défilement verticale si nécessaire */
    overflow-x: hidden; /* Empêche le défilement horizontal (optionnel) */
    padding-right: 10px;   /* Décale légèrement la barre */
}
.custom-overflow::-webkit-scrollbar {
    width: 6px; /* width of scrollbar */
}

.custom-overflow::-webkit-scrollbar-thumb {
    background-color: #888; /* color of scrollbar handler */
    border-radius: 10px; /* round borders */
}

.custom-overflow::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.custom-overflow::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of scrollbar background */
    border-radius: 10px; /* round borders */
}

/* temporary task report */
.px-6 {
    padding-left: 130px;
    padding-right: 130px;
}

.custom-rounded-border {
    display: inline-flex; /* S'assure que le contenu s'aligne correctement */
    align-items: center; /* Centrer verticalement l'icône */
    justify-content: center; /* Centrer horizontalement l'icône */
    width: 50px; /* Ajustez cette valeur pour définir la taille */
    height: 50px; /* Ajustez cette valeur pour définir la taille */
    border: 2px solid #17a2b8; /* Couleur et épaisseur de la bordure */
    border-radius: 50%; /* Rend la bordure circulaire */
    padding: 3%;
    color: #17a2b8; /* Optionnel, définit une couleur de fond */
}

.custom-rounded-border-warning {
    display: inline-flex; /* S'assure que le contenu s'aligne correctement */
    align-items: center; /* Centrer verticalement l'icône */
    justify-content: center; /* Centrer horizontalement l'icône */
    width: 50px; /* Ajustez cette valeur pour définir la taille */
    height: 50px; /* Ajustez cette valeur pour définir la taille */
    border: 2px solid #ffc107; /* Couleur et épaisseur de la bordure */
    border-radius: 50%; /* Rend la bordure circulaire */
    padding: 3%;
    color: #ffc107; /* Optionnel, définit une couleur de fond */
}

/* hover colors for item cards */
.hover-select-primary:hover {
    background-color: #0d6efd !important;
}
.hover-select-warning:hover {
    background-color: #ffc107 !important;
}
.hover-select-success:hover {
    background-color: #198754 !important;
}

/* organization progress bars */
.orga-progress {
    width: 100px;
    height: 100px !important;
    float: left; 
    line-height: 150px;
    background: none;
    /* margin: 20px; */
    box-shadow: none;
    position: relative;
}
.orga-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.orga-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.orga-progress .progress-left {
    left: 0;
}
.orga-progress .progress-right {
    right: 0;
}
.orga-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.orga-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.orga-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.animate-right {
    animation: fill-right 0.8s linear forwards;
}
.animate-left {
    animation: fill-left 0.5s linear forwards 0.8s;
}
.orga-progress .orga-progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #e9ecef;
    font-size: 20px;
    line-height: 135px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
@keyframes fill-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(var(--progress-left-rotation ,0deg));
        transform: rotate(var(--progress-left-rotation ,0deg));
    }
}
@keyframes fill-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(var(--progress-right-rotation ,0deg));
        transform: rotate(var(--progress-right-rotation ,0deg));
    }
}
/* styles for dashboard */
.orga-progress-dashboard {
    width: 200px;
    height: 200px !important;
}
.orga-progress-dashboard .progress-left .progress-bar {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}
.orga-progress-dashboard .progress-right .progress-bar {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
}
.orga-progress-dashboard .progress-right .progress-bar .animate-right {
    animation: fill-right-fast 0.4s linear forwards;
}
.orga-progress-dashboard .progress-right .progress-bar  .animate-left {
    animation: fill-left-fast 0.2s linear forwards 0.4s;
}

/* to freeze milestones on "yes" answer */
.jalon-progress-freezed:before {
    background: #6c757d !important;
    border: 3px solid #6c757d;
}

/* === Header === */

.dropdown-menu-header {
    min-width: 800px !important;
    transform: translate(-50%, 0) !important;
    /* z-index: 9999 !important; set a higher z-index value */
}
