a:hover {
    text-decoration: none;
}

.modal-body {
    padding: 0 15px !important;
}

.page-detail-pharmacie {
    background-color: #F9F9F9 !important;
}

.select2-container--open {
    z-index: 1071 !important;
}

.pt-15 {
    padding-top: 15px;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.ml-25 {
    margin-left: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.p-00 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-05 {
    padding-bottom: 5px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-25 {
    padding-top: 25px;
}

.special-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

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

.flex-space-btw {
    display: flex;
    justify-content: space-between;
}
/************************************************************************************************
                                Fiche Phie - APPARANCE CONTAINER
*************************************************************************************************/

.extra-container {
    padding: 15px 70px 0 70px;
}

.extra-container-fiche-phie {
    padding: 15px 50px 15px 15px;
}

.phie-alerte-vigilance-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    gap: 30px;
    padding-left: 15px;
}

/************************************************************************************************
                                Fiche Phie - APPARENCE BOUTON
*************************************************************************************************/

.phie-toggle-row {
    display: flex;
    align-items: center;
    gap: 2px;
}

.phie-toggle-label {
    padding: 4px 8px;
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px 0 0 5px;
    font: normal normal normal 14px / 24px Tahoma;
    letter-spacing: 0;
    color: #919191;
}

.phie-toggle-switch-btn {
    padding: 4px 8px;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phie-toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.phie-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.phie-toggle-slider {
    position: absolute;
    inset: 0;
    background-color: #d1d5db;
    border-radius: 24px;
    transition: background-color 0.2s ease;
}

.phie-toggle-slider::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/************************************************************************************************
                                Fiche Phie - RIGHT NAVBAR / QUICK NAV
*************************************************************************************************/

.quick-nav-container {
    position: relative;
    z-index: 1000;
}

.quick-nav {
    position: fixed;
    right: 0;
    top: 250px;
}

.quick-nav li {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-nav li.nav-link {
    border-radius: 15px 0 0 15px;
}

.quick-nav li.nav-modal {
    border-radius: 15px 0 0 15px;
}

.quick-nav li.nav-link:last-of-type {
    background-color: #FF5B5B;
    border: 1px solid #FF5B5B;
    color: white;
}

.icon-container {
    padding: 0 12px 0 12px !important;
}

#sp-color-quicknav {
    color: white;
    font-size: 30px;
    padding-top: 7px;
}

.quick-nav li.nav-link .link-info, .quick-nav li.nav-modal .modal-info {
     display: none;
    position: absolute;
    white-space: nowrap;
    width: auto;
    height: 45px;
    top: 0;
    background: #ffffff !important;
    border: 1px solid var(--tertiary-color);
    color: var(--tertiary-color) !important;
    right: 50px;
    padding: 0 10px;
    line-height: 45px;
}

.quick-nav li.nav-link .link-info:after, .quick-nav li.nav-modal .modal-info:after {
    content: "";
    position: absolute;
    top: 16px;
    right: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    background-color: white;
    border-bottom: 1px solid var(--tertiary-color);
    border-right: 1px solid var(--tertiary-color);
    width: 10px;
    height: 10px;
}
/************************************************************************************************
                                     FICHE PHIE - ESPACE BANQUE
*************************************************************************************************/

.stim-fake-readonly {
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
    padding: 5px 10px;
    border-radius: 5px;
}

/************************************************************************************************
                                      Fiche Phie - New header
*************************************************************************************************/

.phie-header-container {
    box-shadow: 0 0 5px #00000047;
    border: 1px solid #F2F2F2;
    border-radius: 0 0 20px 20px;
    opacity: 1;
    padding: 10px 0 20px 0;
    z-index: 999;
    position: sticky;
    top: 0;
    background-color: white;
}

.phie-header-title {
    font: normal bold 20px Tahoma;
    letter-spacing: 0.85px;
    color: var(--primary-color);
    text-transform: uppercase;
    gap: 15px;
    display: inline-block;
}

.phie-header-title .active {
    color: #7AD981;
    font-size: 24px;
    padding-bottom: 2px;
}

.phie-header-title .fa-shoe-prints {
    transform: rotate(-90deg);
}

.phie-header-title .inactive {
    color: #FF5B5B;
    font-size: 24px;
    padding-bottom: 2px;
}

.phie-codes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.pharmacie-static-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phie-codes-list {
    align-items: center;
    margin: 10px 0 0 0;
}

.activ-phie {
    background: #F2FFE5;
    border: 0.5px solid #7AD981;
    border-radius: 20px;
    font: normal normal normal 11px / 12px Arial;
    letter-spacing: 0.82px;
    color: #7AD981;
    padding: 4px 10px;
}

.phie-yellow-informations {
    display: inline-block;
    background: #BCD3FF;
    padding: 3px 9px;
    border-radius: 5px;
    color: var(--primary-color);
    margin-right: 5px;
}

.phie-yellow-deco-infos {
    font-weight: 900;
}

.admin .modal.modal-urgo .modal-content .modal-header #modalHeader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.modal.modal-urgo .modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 18px;
    position: relative;
    max-height: 45px !important;
}

.container-detail-communication .modal-body {
    padding: 0 28px 12px 28px !important;
    overflow-x: hidden;
}


/************************************************************************************************
                             FICHE PHIE - MODAL QUI COLLE A GAUCHE
*************************************************************************************************/

.modal-dialog-left-space {
    position: absolute !important;
    top: -30px !important;
}

.modal-content-left-space {
    min-height: 100vh;
    border-radius: 0 15px 15px 0 !important;
}

.modal-md {
    max-width: 450px
}

/************************************************************************************************
                             FICHE PHIE - MODAL QUI COLLE A DROITE
*************************************************************************************************/

.modal-dialog-right-space {
    position: absolute !important;
    top: -30px !important;
    right: -1px;
}

.modal-content-right-space {
    min-height: 100vh;
    border-radius: 15px 0 0 15px !important;
    min-width: 400px;
}

.modal-md {
    max-width: 450px
}

/************************************************************************************************
                             FICHE PHIE - LEFT MODAL - HISTORIQUE RIB
*************************************************************************************************/


.grey-readable-card {
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    opacity: 1;
    padding: 8px 25px;
}

.grey-readable-card span {
    font: normal normal normal 14px/24px Tahoma;
    letter-spacing: 0;
    color: #919191;
    opacity: 1;
}

.grey-readable-card p {
    font: normal normal normal 14px/24px Tahoma;
    letter-spacing: 0;
    color: #494949;
    opacity: 1;
    margin-bottom: 0;
}

.grey-readable-card a {
    font: normal bold 12px/14px Montserrat;
    letter-spacing: 0;
    color: var(--primary-color);
    opacity: 1;
}

.grey-readable-card svg {
    font-size: 19px;
    margin-left: 2px;
}

.grey-readable-card-info-container {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 6px;
}

.grey-readable-card-info-container p {
    display: contents;
}

.grey-readable-card-info-container p span:first-child {
    text-align: right;
}

.btn-delete {
    border: 1px solid #FF5B5B;
    border-radius: 10px !important;
    color: #FF5B5B !important;
}

.btn-delete:hover {
    border-radius: 10px !important;
}

.delete-link {
    color: #FF5B5B !important;
}

/************************************************************************************************
                                     FICHE PHIE - RIGHT MODAL
*************************************************************************************************/

#modalConnexions .fixed-table-pagination {
    display: flex;
    flex-direction: column !important;
}

.nav-modal.disable {
    pointer-events: none;
    background-color: #D6D6D6 !important;
    cursor: not-allowed;
}

.eligibilite-info {
    font: normal normal normal 14px/24px Tahoma !important;
    color: #494949 !important;
}

.secto-title {
    background: var(--primary-color) 0 0 no-repeat padding-box;
    border-radius: 5px;
    font: normal normal normal 12px/14px Tahoma;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 8px 16px;
    display: block;
    margin-bottom: 2px;
}

.secto-subtitle,
.postit-subtitle,
.pink-subtitle {
    font: normal bold 14px/24px Tahoma;
    letter-spacing: 0;
    color: var(--primary-color);
    opacity: 1;
    margin-bottom: 5px;
}

.postit-textarea {
    min-height: 136px;
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
}

/************************************************************************************************
                              FICHE PHIE - RIGHT MODAL - SWITCH / SLIDER
*************************************************************************************************/

.table-scroller {
    max-height: 85vh;
    overflow-y: auto;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 19px;
    margin-right: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    inset: 0;
    background: #e5e7eb;
    border-radius: 999px;
    transition: background .2s, box-shadow .2s;
    box-shadow: inset 0 0 0 1px #d1d5db;
}

.slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: -1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    transition: transform .2s;
}

.switch input:checked + .slider {
    background: #AFC215;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.switch input:checked + .slider:before {
    transform: translateX(20px);
}

.switch input:focus + .slider {
    outline: 2px solid transparent;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, .35);
}


/************************************************************************************************
                             FICHE PHIE - BOUTON DANS BO DETAIL PHIE
*************************************************************************************************/

.fiche-phie-btn-container > #special-btn-container > svg,
.fiche-phie-btn-container > #special-btn-container > i {
    font-size: 18px;
}

.fiche-phie-btn-container > #special-btn-container > .fa-file-download {
    margin-left: 2px;
}

.fiche-phie-btn-container {
    margin-top: 17px;
    display: flex;
    gap: 6px;
}

/* SUPRESSION DES BOUTONS "Modifier" pour les formulaires en readonly */

#formDetailPharmacie > .col-md-12,
#stim-form-coord-bank > .col-md-12,
#profil_pharmacie > .col-md-12,
#formDetailIndividu > .col-md-12 {
    display: none;
}

/************************************************************************************************
                FICHE PHIE - PARTIE "HISTORIQUE PHOTO" - MODAL - OPERATIONS
*************************************************************************************************/

.declaratif-historique {

}

.declaratif-historique__horizontal-wrapper {
    clear: both;
    margin-top: 16px;
    padding: 10px 14px;
    background: #fafafa;
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    overflow-x: auto;
    cursor: pointer;
}

.declaratif-historique__accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.declaratif-historique__container {
    padding: 10px;
    border: 1px solid #D6D6D6;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    display: none;
}

.declaratif-historique__vide {
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 5px 15px;
    color: #BCBCBC;

}

#declaratif-historique__chevron {
    color: #000000c2;
    font-size: 18px;
}

.declaratif-historique__content {
    background-color: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 5px 10px;
    color: #BCBCBC;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.declaratif-historique__info:not(:last-child) {
    padding-right: 12px;
    margin-right: 15px;
    border-right: 1px solid #919191;
}

.declaratif-historique__info i {
    font-size: 16px;
}

.declaratif-historique__statut {
    text-align: center;
    border-radius: 20px;
    padding: 1px 13px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 13px;
    min-width: 88px;
}

.declaratif-historique__text {
    color: #494949;
}

/************************************************************************************************
                FICHE PHIE - PARTIE "JOINDRE PHOTO" - MODAL - OPERATIONS
*************************************************************************************************/

.photo-uploader {
    margin-bottom: 10px;
}

.photo-uploader__horizontal-wrapper {
    clear: both;
    margin-top: 7px;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    background-color: #DEF3FF !important;
    overflow-x: auto;
    cursor: pointer;
}

.photo-uploader__accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-color);
}

.photo-uploader__uploader {
    display: none;
}

#photo-uploader__chevron {
    transition: transform 0.25s ease;
}

#photo-uploader__chevron.is-open {
    transform: rotate(225deg);
}

#photo-uploader__chevron {
    color: var(--primary-color);
    font-size: 16px;
}

/************************************************************************************************
                FICHE PHIE - TABLEAU VENTE MODAL - OPERATIONS
*************************************************************************************************/

.declaration-tableau__highlight-pink {
    font: normal bold 14px/17px Tahoma;
    letter-spacing: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    opacity: 1;
}

.declaration-tableau__highlight-vert {
    font: normal bold 14px/17px Tahoma;
    letter-spacing: 0;
    color: #7AD981;
    text-transform: uppercase;
    opacity: 1;
}

.declaration-tableau__col-produits,
.declaration-tableau__col-autres {
    font-weight: 900 !important;
}

.declaration-tableau__col-produits {
    width: 50%;
    border-bottom: 0 !important;
}

.declaration-tableau__col-autres {
    width: 12.5%;
    text-align: center;
    border-bottom: 0 !important;
}

.declaration-tableau__td {
    padding: 0 !important;
    padding-right: 10px !important;
}

.declaration-tableau__td-inner {
    background: #F4F4F4 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 14px 12px;
    font: normal normal normal 12px/17px Tahoma;
    letter-spacing: 0;
    color: #494949;
    width: 100%;
}

.declaration-tableau__td-right {
    font: normal normal normal 12px/17px Tahoma !important;
    letter-spacing: 0 !important;
    color: #494949 !important;
    width: 100% !important;
    background: #F4F4F4 0 0 no-repeat padding-box !important;
}

.declaration-tableau__td-right .form-control {
    height: 30px !important;
    padding-top: 0 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F9FAFB;
    color: #9CA3AF;
    cursor: not-allowed;
    border-color: #E5E7EB;
}

.form-control {
    height: 40px;
    font-size: 13.5px;
    padding-left: 14px;
    color: #1F2937;
    border: 1px solid #D0D5DD;
    border-radius: 7px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/************************************************************************************************
                                FICHE PHIE - VENTE MODAL - OPERATIONS
*************************************************************************************************/

.already-up {
    display: flex;
    gap: 15px;
}

.already-up__container {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid var(--primary-color);
    text-align: left;
    font: normal normal normal 12px/14px Tahoma;
    letter-spacing: 0;
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/************************************************************************************************
                           FICHE PHIE - DETAILS PHOTO MODAL - CAROUSEL
*************************************************************************************************/

#carouselIndicators {
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    opacity: 1;
    padding: 12px;
    min-height: 325px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;

    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #494949;
    opacity: 1;
}

.carousel-indicators {
    bottom: -23px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #494949;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #494949;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
    flex-direction: column;
}

.carousel-control-next {
    right: -35px;
}

.carousel-control-prev {
    left: -35px;
}

/************************************************************************************************
                            FICHE PHIE - TABLEAU CONTRAT MODAL - OPERATIONS
*************************************************************************************************/

.fake-formbuilder-element {
    text-align: right;
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    letter-spacing: 0;
    color: #919191;
    white-space: nowrap;
    padding: 7px 9px 0 9px;
    height: 38px;
    display: inline-block;
    max-width: 180px;
    min-height: 38px;
    font-family: 'Montserrat';
}

.fake-formbuilder-element-right {
    height: 38px;
    border: 1px solid #D6D6D6;
    border-radius: 0 5px 5px 0;
    padding: 5px !important;
    text-overflow: ellipsis;
    color: black !important;
}

.btn-stim-red {
    border-radius: 10px ;
    background-color: #FF5B5B;
    color: white;
    border: 1px solid #FF5B5B;
    font-weight: 900 ;
    padding: 8px 20px;
    font-size: 12px;
}

.btn-stim-red:hover {
    border-radius: 10px ;
    background-color: red;
    color: white;
    border: 1px solid red;
    font-weight: 900 ;
    padding: 8px 20px;
    font-size: 12px;
}

/************************************************************************************************
                           FICHE PHIE - BLOC PHIE & COMMUNICATION / EQUIPE
*************************************************************************************************/

#phie-container {
    padding: 5px 15px 25px 15px;
    display: flex;
    border: 1px solid var(--primary-color);
    border-radius: 0 15px 15px 15px;
    flex-direction: column;
    background-color: white;
}

#phie-container-etablissement {
    padding: 5px 0 25px 0;
    display: flex;
    border: 1px solid var(--primary-color);
    border-radius: 0 15px 15px 15px;
    flex-direction: column;
    background-color: white;
}

.grand-titre-row-v3 {
    display: flex;
    align-items: flex-end;
    position: relative;
    gap: 10px;
    top: 1px;
}

.grand-titre-row-v3 > .grand-titre-title,
#big-title-decoration {
    font: normal bold 14px/13px Tahoma;
    letter-spacing: 0.85px;
    color: var(--primary-color);
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    display: inline;
    padding: 12px 22px 13px 22px;
    position: relative;
    background-color: white;
}

.grand-titre-row-v3 > .grand-titre-subtitle {
    font: normal bold 14px/13px Tahoma;
    letter-spacing: 0.85px;
    color: var(--primary-color);
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    border-radius: 15px 15px 0 0;
    display: inline;
    padding: 12px 22px 12px 22px;
    position: relative;
    background-color: #EDF3FF;
    cursor: pointer;
}

.bloc-operation-phie .select-filtre-container {
    display: flex;
    align-items: baseline;
}

.bloc-operation-phie .select-filtre-container .label-filtre {
    text-align: right;
    margin-right: 4px;
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px 0 0 5px;
    font: normal normal 14px / 24px Tahoma;
    letter-spacing: 0;
    color: #919191;
    white-space: nowrap;
    padding: 2px 9px;
    height: 33px;
    display: flex !important;
    align-items: center;
    position: relative;
    top: 1px;
}

.bloc-operation-phie .select-filtre-container .select2-container {
    border: 1px solid #D6D6D6;
    border-radius: 0 5px 5px 0;
}

.bloc-operation-phie .select-filtre-container .select2-selection {
    background-color: white;
    border-radius: 0 5px 5px 0;
}

#special-btn-container {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: 6px 8px !important;
    min-height: 35px;
    min-width: 35px;
    justify-content: center;
}

#special-btn-container i {
    flex-shrink: 0;
    font-size: 18px;
}

#special-btn-container .btn-text {
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.35s ease;
}

#special-btn-container:hover .btn-text {
    max-width: 180px;
    opacity: 1;
    margin-left: 8px;
    font-size: 14px;
}

.flex-topping {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    align-items: flex-end;
}

.team-info-text {
    color: var(--primary-color);
    text-align: left;
    font: normal bold 15px/24px Tahoma;
    letter-spacing: 0;
    opacity: 1;
}

.flex-topping #special-btn-container {
    font-size: 20px !important;
    padding: 3px 8px !important;
}

#blocCommunicationPharmacie .select2.select2-container .select2-selection {
    height: 31px;
    line-height: 31px;
    color: black;
    /* border: none; */
    /* border-radius: 0; */
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #74BCF1;
    border-radius: 5px;
}

.select2.select2-container .select2-selection span {
    height: 30px;
    line-height: 29px;
    color: #374151;
    font-size: 13.5px;
    padding-left: 10px !important;
    white-space: break-spaces;
}

.select-filtre-containment label {
    margin-bottom: 0 !important;
    margin-right: 10px;
    font: normal normal 12px / 24px Tahoma;
    letter-spacing: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    opacity: 1;
    margin-top: 5px;
}

#blocCommunicationPharmacie .group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#blocCommunicationPharmacie .phie-grid-spacement {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
}

/************************************************************************************************
                                   GRAND TITRE V2 - MODAL
*************************************************************************************************/

.grand-titre-v2 {
    vertical-align: middle;
    width: 100%;
    background-color: white;
    height: 45px;
    text-align: center;
    clear: both;

    font: normal bold 17px/22px Tahoma;
    letter-spacing: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grand-titre-v2 .grand-titre-title {
    display: table-cell;
    text-align: center;
    padding-left: 0;
    text-transform: capitalize;
}

.grand-titre-v2 .extra-actions .btn {
    background-color: white;
}

.grand-titre-v2 .extra-actions .btn .family {
    font-size: 20px;
    color: black;
}

.grand-titre-v2 .grand-titre-sub-container {
    display: table-cell;
    width: 55px;
    line-height: 20px;
    font-size: 18px;
    vertical-align: middle;
}

/* CAS PARTICULIER : POUR LEFT ET RIGHT MODAL, METTRE LE TITRE AU MILLIEU */

.modal-content-left-space .grand-titre-v2 .grand-titre-title {
    padding-right: 20px !important;
}

.modal-content-right-space .grand-titre-v2 .grand-titre-title {
    padding-right: 20px !important;
}

/************************************************************************************************
                                   MODAL - BO_DETAIL_COMMUNICATION
*************************************************************************************************/

.admin .historique-messagerie-content-communication {
    height: auto;
    max-height: auto;
    max-width: 1000px;
    padding-right: 10px;
}

.communication-filters-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
}

.comm_modal {
    background: #F2F2F2 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    opacity: 1;
    border-radius: 10px;
    min-height: 33px;
    min-width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.communication-filters-container .sd_button {
    color: #333e48;
    font-size: 19px;
    line-height: 24px;
    margin: 0 1px;
    vertical-align: middle;
}

.comm_modal.selected {
  background-color: #EBF9FF;
    border: 1px solid var(--primary-color);
}

.communication-info-container span.selected {
    color: var(--primary-color);
}

.comm_modal svg {
    font-size: 19px;
}

.no-communication {
    opacity: 0.4;
    cursor: initial !important;
}

.communication-info-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.communication-histo-phie-content {
    background: #F7F7F7 0 0 no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    opacity: 1;
    padding: 8px 25px;
}

.communication-histo-phie-content span {
    font: normal normal normal 14px/24px Tahoma;
    letter-spacing: 0;
    color: #919191;
    opacity: 1;
}

.communication-histo-phie-content p {
    font: normal normal normal 14px/24px Tahoma;
    letter-spacing: 0;
    color: #494949;
    opacity: 1;
    margin-bottom: 0;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

.communication-histo-phie-content a {
    font: normal bold 12px/14px Montserrat;
    letter-spacing: 0;
    color: var(--primary-color);
    opacity: 1;
}

.communication-histo-phie-content svg {
    font-size: 19px;
    margin-left: 2px;
}

.communication-histo-phie-container {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 6px;
}

.communication-histo-phie-container p {
    display: contents;
}

.communication-histo-phie-container p span:first-child {
    text-align: right;
}

/************************************************************************************************
                           FICHE PHIE - MODAL - INVITER A UNE FORMATION
*************************************************************************************************/

.invitation-name {
    background: #D6D6D6 0 0 no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    display: inline-block;
    padding: 0 10px;
}

.invitation-name span {
    text-align: center;
    font: normal bold 12px/24px Tahoma;
    letter-spacing: 0;
    color: #494949;
    text-transform: uppercase;
    opacity: 1;
}

/************************************************************************************************
                                        FICHE PHIE - OPERATIONS
*************************************************************************************************/

.bloc-operation-phie .dt-filter-operations {
    margin-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 8px;
    padding-left: 0 !important;
}

.bloc-operation-phie .dt-filter-operations .phie-grid-spacement {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 0 !important;
    flex-shrink: 0;
}

.select2.select2-container .select2-selection:not(.select2-selection.select2-selection--multiple) {
    height: 31px;
    line-height: 31px;
    color: #8e8e8e;
    border: none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #F2F2F2;
}

.select-filtre-container .select2.select2-container .select2-selection:not(.select2-selection.select2-selection--multiple) {
    background-color: #fff !important;
}

.stim-form-right-container .select2.select2-container .select2-selection:not(.select2-selection.select2-selection--multiple) {
    background-color: #fff !important;
}

.stim-form-readonly .stim-form-right-container .select2.select2-container .select2-selection:not(.select2-selection.select2-selection--multiple) {
    background-color: #f7f7f7 !important;
}

 .badge-etat-operation {
     border-radius: 20px;
     font-size: 12px;
     padding: 5px 8px;
     color: #000000;
     background-color: #FFFFFF;
 }

.badge-etat-operation.en-cours {
    border: 1px solid #BEBEBE;
}
.badge-etat-operation.en-cours::after {
    content: 'En cours'
}

.badge-etat-operation.refuse {
    color: #E92346;
    background-color: #FFEBEB;
    border: 1px solid #E92346;
}
.badge-etat-operation.refuse::after {
    content: 'Refusé'
}

.badge-etat-operation.non-declare {
    color: #E92346;
    border: 1px solid #E92346;
}
.badge-etat-operation.non-declare::after {
    content: 'Non déclaré'
}

.badge-etat-operation.annule {
    color: #E92346;
    border: 1px solid #E92346;
}
.badge-etat-operation.annule::after {
    content: 'Annulé'
}

.badge-etat-operation.cloture {
    background-color: #F3F3F3;
    border: 1px solid #BEBEBE;
}
.badge-etat-operation.cloture::after {
    content: 'Clôturé'
}

.badge-etat-operation.sesame,
.badge-etat-operation.super-sesame {
    color: #0091DF;
    background-color: #EBF9FF;
    border: 1px solid #0091DF;
}
.badge-etat-operation.sesame::after {
    content: 'Sésame'
}

.badge-etat-operation.sesame-non-admin {
    color: #006EBF;
    background: linear-gradient(90deg, #21b7f4 0%, #dbeeff 50%, #21b7f4 100%);
    background-size: 300% 300%;
    animation: subtleMove 3s linear infinite;
    border: 1px solid #0091DF;
}

@keyframes subtleMove {
    0% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

.badge-etat-operation.super-sesame::after {
    content: 'Super sésame'
}

.badge-etat-operation.valide {
    color: #74BD25;
    border: 1px solid #74BD25;
}
.badge-etat-operation.valide::after {
    content: 'Validé'
}

.badge-etat-operation.paye {
    color: #74BD25;
    background-color: #F2FFE5;
    border: 1px solid #74BD25;
}
.badge-etat-operation.paye::after {
    content: 'Payé'
}

.badge-etat-operation:nth-child(n + 1) {
    margin-top: 5px;
}

.bloc-operation-phie .form-group {
    background-color: #BCD3FF;
    border: 6px solid #BCD3FF;
    border-right: 15px solid #BCD3FF;
    border-left: 4px solid #BCD3FF;
    padding-left: 4px;
    padding-right: 0;
    border-radius: 10px;
}

.bloc-operation-phie .form-group label {
    font: normal normal normal 12px/24px Tahoma;
    letter-spacing: 0;
    color: #1371B7;
    text-transform: uppercase;
}

.btn-validation-generique {
    background: var(--primary-color);
    color: #fff !important;
    text-align: center !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.btn-validation-generique:hover {
    background-color: #02477e;
}

.bloc-operation-phie .form-group .btn-validation-generique {
    border-radius: 5px;
    opacity: 1;
    padding: 2px 5px;
    margin-left: 6px;
}

/************************************************************************************************
                                        RESPONSIVE
*************************************************************************************************/



@media (max-width: 768px) {

    .fixed-table-toolbar {
        display: flex;
        flex-direction: column;
    }

    #phie-container {
        padding: 5px !important;
    }

    .quick-nav {
        display: flex;
        flex-direction: column;
    }

    .phie-header-container {
        margin-top: 10px;
    }

    .page-detail-pharmacie .extra-container {
        padding: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .stim-phie-info {
        padding-bottom: 10px;
    }

    #blocCommunicationPharmacie .group {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        width: stretch;
    }

    .grand-titre-row-v3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}