.mabble-consultants-table th {
    background-color: #f2f2f2;
    cursor: pointer;
}

.sortable a {
    position: relative;
    padding-right: 20px;
}


.sortable a[href*="order=ASC"]::after {
    border-width: 0 5px 5px 5px; 
    border-color: transparent transparent #000000 transparent;
}

.sortable a[href*="order=DESC"]::after {
    border-width: 5px 5px 0 5px; 
    border-color: #000000 transparent transparent transparent;
}

.mabble-consultants-table .sortable a {
    display: flex;
    align-items: center;
}

.mabble-consultants-table .sortable a i {
    margin-left: 8px;
}

td.thumbnail-column img {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    object-fit: cover;
    object-position: center;
}

.pagination-links .page-numbers {
    margin: 0 5px; 
}


.posts-per-page-container {
    display: flex;
    align-items: center;
}

.posts-per-page-label {
    margin-right: 10px;
}


form#posts-per-page-form {
    display: inline-flex;
    align-content: center;
    align-items: center;
}


.posts-per-page-select {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;        
    background: url('/wp-content/uploads/2023/11/chevron-down.svg') no-repeat;
    background-position: right 15px center; 
    background-size: 15px;
   
}

label.posts-per-page-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}


.pagination-links a.prev {
    background: url('/wp-content/uploads/2023/11/chevron-left.svg') no-repeat center;
    display: inline-block;
    width: 15px; 
    height: 15px;
    text-indent: -9999px;
}

.pagination-links a.next {
    background: url('/wp-content/uploads/2023/11/chevron-right.svg') no-repeat center;
    display: inline-block;
    width: 15px; 
    height: 15px;
    text-indent: -9999px;
}

a.page-numbers {
    color: #261f52;
    transition: 0.3s;
}

a.page-numbers:hover {
    color: #33a080;
}

span.page-numbers.current {
    color: #33a080;
}

#consultants-table th {
    vertical-align: middle;
    text-align: left;
    padding: 0px 10px 17px 10px;
}

#consultants-table th a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    text-transform: uppercase;
    color: #261f52;
    transition: 0.3s;
    line-height:16px;
}

#consultants-table th a:hover {
    color: #33a080;
}

th.thumbnail-column, th.action-column, th.action-note {
    font-size: 12px;
    text-transform: uppercase;
    color: #261f52;
    transition: 0.3s;
    line-height:16px;
}

#consultants-table .fas {
    margin-left: 5px;
}

#consultants-table td {
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    line-height:17px !important;
}

.fallback-text {
    color: #999898;
    font-size: 12px;
    font-weight: normal;
}

.mabble-consultants-table {
    width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 1024px) {
    .mabble-consultants-table {
    white-space: nowrap;
    width: 100%;
    display: block;
    min-width: 100%;
}

.mabble-consultants-table .thumbnail-column {
        min-width: 60px;
    }

.mabble-consultants-table .thumbnail-column img {
    max-width: 100%;
    height: 40px;
    width: 40px;
    display: flex;
}
}

@media screen and (min-width: 768px) {
.consultants-pagination-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.posts-per-page-selector {
    display: flex;
    align-items: center;
    margin-right: 20px; 
}

.pagination-links {
    display: flex;
    margin: 0 0px 0 10px;
    align-items: center;
}

select#posts_per_page {
    width: 85px;
    border-radius: 99px;
    font-size: 14px;
}

td.thumbnail-column {
    width: 65px;
}
}


@media screen and (max-width: 767px) {
.consultants-pagination-container {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.posts-per-page-selector {
    width: 53%;
    display: flex;
    justify-content: flex-end;
	margin-bottom: 10px
}

span.page-count {
    width: 50%;
    display: block;
    float: left;
}

.pagination-links {
    display: block;
    text-align: right;
}

.filter-reset-button {
    width: 45%;
    float: left;
    position: relative;
    top: 7px;
}

select#posts_per_page {
    width: 75px;
    border-radius: 99px;
    font-size: 14px;
}
}


a.reset-filters {
    font-size: 14px;
    margin-right: 22px;
    font-weight: normal;
    color: #336;
    transition: 0.3s;
}

a.reset-filters:hover {
    color: #33a080;
}

.action-column {
    position: relative;
}

.action-tooltip {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 17px 20px;
    z-index: 10;
    width: 200px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}

.action-column:hover .action-tooltip {
    display: block;
}

.action-icon {
    margin-left: 5px;
    cursor: pointer;
}

img.action-icon {
    width: 15px;
}

button.action-button {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    color: #33a080;
    font-weight: bold;
}

button.action-button:hover {
	color:#261f52;
}


.action-tooltip ul {
    list-style-type: none;
    padding-left: 0;
}

.action-tooltip li {
    margin-bottom: 5px;
}

.action-tooltip a {
    color: #261f52;
    transition: 0.3s;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

.action-tooltip a:hover {
	color:#33a080
}

.status-available {
    color: green;
}

.status-unavailable {
    color: red;
}

table#consultants-table th {
    background-color: #E3F2EF;
    border: 0;
}


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 50.2% / 0%) !important;
}

table td, table th {
    border: 0 !important;
    line-height:10px !important;
    border-bottom: 2px solid #e0e0e0 !important;
}

#consultants-search-loader {
    display: none;
}

.spinner {
   width: 11.2px;
   height: 11.2px;
   border-radius: 11.2px;
   box-shadow: 28px 0px 0 0 rgba(51,160,128,0.2), 22.7px 16.5px 0 0 rgba(51,160,128,0.4), 8.68px 26.6px 0 0 rgba(51,160,128,0.6), -8.68px 26.6px 0 0 rgba(51,160,128,0.8), -22.7px 16.5px 0 0 #33a080;
   animation: spinner-b87k6z 1s infinite linear;
}

@keyframes spinner-b87k6z {
   to {
      transform: rotate(360deg);
   }
}

.loader-container {
    position: absolute;
    top: 18em;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
    display: none; 
}

.blur-effect {
    filter: blur(5px);
    transition-delay: all 0.3s;
}

td.action-column {
    width: 90px;
}

table#consultants-table tbody {
    background-color: white;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 36px;
    left: -29px;
    transform: translateY(-50%);
    color: #33A080;
    pointer-events: none; 
}

i.fa.fa-search.search-icon {
    position: relative;
    top: 36px;
    left: -29px;
    color: #33A080;
	color: #33A080;
    pointer-events: none; 
}

#create-category-popup {
    display: none;
}

#create-category-popup form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#create-category-popup label {
    margin-bottom: 5px;
}

#create-category-popup input {
    width: 100%;
    border-radius: 10px;
    background-color: #E3F2EF;
    border: 0;
    padding: 10px 15px;
    color: #514d6e;
    font-family: 'Quicksand';
}

div#list-form-popup input {
    width: 100%;
    border-radius: 10px;
    background-color: #E3F2EF;
    border: 0;
    padding: 10px 15px;
    color: #514d6e;
    font-family: 'Quicksand';
	margin: 0 0 12px;
}	 

#create-category-popup textarea, textarea#need-info {
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 10px 15px;
    color: #514d6e;
    font-family: 'Quicksand';
    height: 130px;
}

#create-category-popup button, div#list-form-popup button {
    margin-top: 10px;
    font-family: 'Quicksand';
    font-weight: bold;
}

.filter-table {
    display: flex;
    margin-bottom:15px;
}


@media (min-width:768px) {
.column-left-filter {
    width: 50%;
    float: left;
    margin-left: 25px;
}

.column-right-filter {
    width: 50%;
    float: right;
}
}


.selected-profiles-info {
    color: #33a080;
    font-weight: bold;
}

button#create-list-btn:hover {
    border: 1px solid #33a080;
    color: #33a080;
}

.select-column input[type="checkbox"] {
    width: 20px;  
    height: 20px; 
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;   
    appearance: none;       
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 3px; 
    outline: none;
}


.select-column input[type="checkbox"]:checked {
    background-color: #33a080; 
    border-color: #33a080;
}

.select-column input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 13px;
    position: absolute;
    left: 45px;
}

div#create-category-popup label, div#list-form-popup label {
    font-family: 'Quicksand';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}


.ui-dialog .ui-dialog-titlebar {
    background-color: white;
    color: #261f52;
    font-weight:bold;
    font-size: 25px;
    border:0;
    padding:0 !important;
}
    


.ui-dialog .ui-dialog-content {
    padding: 15px 0 !important;
    background: none;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    background-color: #007bff; 
    color: white;
}


.ui-dialog-titlebar-close {
    background: url('/wp-content/uploads/2023/11/cross.svg') no-repeat !important;
    background-position: center;
    background-repeat: no repeat;
    background-size: contain;
    width:30px;
    height: 30px;
    display: block;
}


.ui-dialog .ui-dialog-buttonpane {
    display: none !important;
}

.ui-button .ui-icon {
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0 !important;
    top: 42% !important;
    width: 30px !important;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 30px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0 !important;
    transform: rotate(90deg);
}

.metier-filter {
    position: relative;
}

div#filter-metier {
    margin: 0 25px;
}


button#metier-btn:hover, button#localisation-btn:hover, button#dispo-btn:hover, button#metier-freelance-btn:hover {
    background-color: #261f52;
    color: white;
    border: 1px solid #261f52;
}


div#metier-options input[type="checkbox"], div#localisation-options input[type="checkbox"], div#dispo-options input[type="checkbox"], div#metier-freelance-options input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    outline: none;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: -2px;
}


div#metier-options input[type="checkbox"]:checked, div#localisation-options input[type="checkbox"]:checked, div#dispo-options input[type="checkbox"]:checked, div#metier-freelance-options input[type="checkbox"]:checked  {
    background-color: #33a080; 
    border-color: #33a080;
}

div#metier-options input[type="checkbox"]:checked::after, div#localisation-options input[type="checkbox"]:checked::after, div#dispo-options input[type="checkbox"]:checked::after, div#metier-freelance-options input[type="checkbox"]:after {
    content: '✔';
    color: white;
    font-size: 9px;
    position: absolute;
    left: 19px;
}

button#metier-btn i.fa.fa-chevron-down {
    padding-left: 25px;
}

@media (min-width:1024px) {
div#filter-search-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

div#consultants-search-container {
    display: flex;
    justify-content: flex-end;
    margin-right:15px;
}

div#filter-metier-left {
    display: flex;
    width: 50%;
    float: left;
}

button#metier-btn, button#localisation-btn, button#dispo-btn, #metier-freelance-btn {
    border-radius: 99px;
    padding: 9px 20px;
    color: #33a080;
    border: 1px solid #33a080;
    transition: 0.3s;
    font-size: 16px;
    line-height: 20px;
    margin-left: 25px;
}

#metier-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    left:30px;
    width: 300px;
}


#localisation-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    left: 314px;
}

#dispo-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    left: 488px;
}

#metier-freelance-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    left: 174px;
}

input#consultants-search-input {
    width: 350px;
    margin-bottom: 10px;
    border-radius: 99px;
    padding: 7px 20px;
    padding-right: 30px;
}

#consultants-search-container {
    margin-bottom: 10px;
    position: relative;
}

.listing-consultant {
    background-color: #e3f2ef;
    padding: 20px 30px;
	overflow-x: auto;
    white-space: nowrap;
}

button#create-list-btn {
    margin-left: 15px;
    border-radius: 99px;
    border: 1px solid #261f52;
    color: #261f52;
    transition: 0.3s;
    padding: 9px 25px;
    font-size: 16px;
    line-height: 20px;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    width: 600px !important;
    border-radius: 15px;
    padding: 25px;
}
}

@media (max-width:1024px) {
div#filter-search-right {
    width: 100%;
    display: block;
}

div#filter-metier-left {
    display: block;
    width: 100%;
    float: left;
}

input#consultants-search-input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 99px;
    padding: 7px 20px;
    padding-right: 30px;
}

.listing-consultant {
    background-color: #e3f2ef;
    padding: 20px 15px;
}

button#metier-btn, button#localisation-btn, button#dispo-btn, button#metier-freelance-btn  {
    border-radius: 99px;
    padding: 9px 20px;
    color: #33a080;
    border: 1px solid #33a080;
    transition: 0.3s;
    font-size: 16px;
    line-height: 20px;
    width:100%;
	margin-bottom: 10px;
}

#metier-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    width:95%;
}

#localisation-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 147px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    width:95%;
}

#dispo-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 198px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    width:95%;
}

#metier-freelance-options {
    position: absolute;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    top: 99px;
    border-radius: 10px;
    font-size: 16px;
    font-family: quicksand;
    width:95%;
}

.table-consultant {
    margin: 0 10px;
}

button#create-list-btn {
    border-radius: 99px;
    border: 1px solid #261f52;
    color: #261f52;
    transition: 0.3s;
    padding: 9px 25px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
}

.select2-container .select2-search--inline {
    width: 100%;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    width: 100% !important;
    border-radius: 15px;
    padding: 25px;
}
}

button#metier-freelance-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-profiles-info p {
    font-size: 14px;
    color: red;
    font-weight: normal;
    margin-top: 10px;
}

.update-success-message {
    background-color: #33A080;
    padding: 20px;
    border-radius: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.site-header {
    display: none !important;
}

.form-edit-terms label {
    margin: 5px 0px 6px 0px;
    font-weight: bold;
    font-family: 'Quicksand';
}

.form-edit-row {
    margin: 10px 0px;
}

.form-edit-terms input {
    background-color: #e3f2ef;
    border: none !important;
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px !important;
    color: #261f52;
}


.form-edit-terms textarea {
    background-color: #e3f2ef;
    border: none !important;
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px !important;
    color: #261f52;
    height: 150px;
}


.update-success-message a {
    padding: 5px 15px;
    background-color: #261f52;
    border-radius: 10px;
    color: white;
    font-weight: normal;
    margin-left: 20px;
    transition: 0.3s;
}

.update-success-message a:hover {
    background-color: white;
    color: #261f52;
}

@media (min-width:1024px) {
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-fed0956 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    width: 450px !important;
    height: 100%;
	background-color:#261F52;
}

.elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-9c62ea8 {
	width: 100% !important;
}
}


.checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.checkbox-item {
    display: flex;
    align-items: center; 
}


.my-custom-checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    outline: none;
    margin-right: 3px;
    position: relative; 
}


.my-custom-checkbox:checked {
    background-color: #33a080;
    border-color: #33a080;
}


.my-custom-checkbox:checked::after {
    content: '✔';
    color: white;
    font-size: 13px;
    position: absolute;
    left: 5px;
    top: 0px;
}

.checkbox-list label {
    margin-right: 10px; 
}


.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.form-edit-row-check input {
    padding: 10px !important;
    border-radius: 5px !important;
    margin-right: 6px;
}


table.consultants-table-search input.my-custom-checkbox {
    padding: 10px !important;
    border-radius: 5px !important;
    margin-right: 6px;
}


.users-table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    font-weight: bold;
}

tr.users-table-row td {
    vertical-align: middle;
}

.users-table th, .users-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.users-table-header {
    background-color: #E3F2EF;
    height: 36px;
    text-align: left;
}

tr.users-table-row {
    background-color: white;
}

td.user-image {
    text-align: center;
}

button.action-btn, button.action-btn-consult {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    color: #33a080 !important;
    font-weight: bold;
    cursor: pointer;
}

button.action-btn:hover, button.action-btn-consult:hover {
    color: #261f52;
}

.tooltip-user {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 50px;
    border-radius: 10px;
    padding: 10px;
}

.tooltip-user a {
    color: #261f52;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    text-align: left;
}

.tooltip-user a:hover {
    color: #33a080;
}

.tooltip-user i {
    margin-right: 5px;
}

button.action-btn.active, button.action-btn:hover {
    color: #33a080; 
}

.user-count-pending {
    color: #ffffff;
    font-weight: bold;
    width: 33px;
    height: 20px;
    display: inline-block;
    background-color: #bcb7d757;
    font-size: 12px;
    line-height:19px;
    text-align: center;
    border-radius: 99px;
    vertical-align: bottom;
    margin-left: 7px;
}


.elementor-button-content-wrapper {
    align-items: center;
}



.tooltip-user-pending { 
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 50px;
    border-radius: 10px;
    padding: 10px;
}

.tooltip-user-pending a { 
    color: #261f52;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    text-align: left;
}

.tooltip-user-pending a:hover {
    color: #33a080;
}

.tooltip-user-pending i {
    margin-right: 5px;
}

button.action-btn.active, button.action-btn:hover, button.action-btn-consult.active, button.action-btn-consult:hover {
    color: #33a080; 
}

@media (max-width:1024px) {
.users-table-dash, .taxonomy-table-dash {
    overflow-x: auto; 
}

.users-table {
    white-space: nowrap;
    width: 100%;
    display: block;
    min-width: 100%;
}

.users-table-dash {
    background-color: #E3F2EF;
    margin: 0 10px;
}

.taxonomy-table-dash {
    background-color: #E3F2EF;
    margin: 0;
    padding: 0 10px 15px;
}
}

@media (min-width:1025px) {
.users-table-dash {
    background-color: #E3F2EF;
    padding: 0px 25px 25px 25px;
}

.taxonomy-table-dash {
    background-color: #E3F2EF;
    padding: 1px 25px 25px 25px;
}
}

div#autocomplete-results {
   padding: 15px 20px;
   background-color: #e3f2ef;
   margin: 10px 0;
   border-radius: 10px;
   height: 150px;
   overflow-x: auto;
}

.autocomplete-result-item {
    transition: 0.3s;
    cursor:pointer;
}

.autocomplete-result-item:hover {
    color: #33a080;
}

.selected-consultant-item {
    width: auto;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    background-color: #261f52;
    color: white;
    padding: 6px 15px;
    border-radius: 99px;
    transition: 0.3s;
    margin-bottom: 10px;
}

span.remove-consultant {
	cursor: pointer;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 21px;
    margin-left: 10px;
    background-color: #33a080;
    justify-content: center;
    align-content: center;
    border-radius: 99px;
    transition: 0.3s;
    color: white;
    font-weight: bold;
}

span.remove-consultant:hover {
    background-color: white;
    color: #261f52;
}

#autocomplete-results {
    display: none;
}

.btn-edit-form {
    margin-top: 20px;
}

.form-edit-row p {
    font-size: 14px;
    margin-bottom: 10px;
}

.users-table.loading {
    opacity: 0.5;
    pointer-events: none; // Désactiver les interactions pendant le chargement
}


.users-table.loading tbody {
    pointer-events: none;
}

@media (min-width:768px) {
div#users-search-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
    left: 20px;
}
}

@media (max-width:767px) {
div#users-search-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    margin-top: 20px;
}

table.taxonomy-table {
    white-space: nowrap;
}
}

input#users-search-input, input#liste-search-input  {
	width: 350px;
    margin-bottom: 10px;
    border-radius: 99px;
    padding: 7px 20px;
    padding-right: 30px;
}

span.mission-status {
    font-size: 12px;
    color: #261f52;
    background-color: #eaeaea;
    padding: 2px 10px;
    border-radius: 99px;
    position: relative;
    top: 4px;
}

.freelance-form-container {
	width:100%;
}

.form-steps-wrapper {
    display: flex;
    width: 100%;
}
        
.form-left-column, .form-right-column {
    width: 48%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.prev-step, .next-step {
    margin-top: 10px;
}

.prev-step {
    float: left
}

.custom-title-step h2 {
    font-size: 35px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    margin: 50px 0 10px 0;
}

.custom-title-step p {
    font-size: 18px;
    font-weight: bold;
    color: #33a080;
}


@media (min-width:1024px) {
.form-create-consultant {
    width: 80%;
}
	
.form-left-column {
    width: 70%;
    float: left;
    padding: 50px;
}
        
.form-right-column {
    width: 40%;
    float: right;
    background-color: #33a080;
    height: 100vh;
    padding: 80px;
    position: fixed;
    right: 0;
    margin-left: 20px;
}

.form-step-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    align-content: center;
    width: 40%;
    margin: auto;
    margin-top: 4em;
}
}

@media (max-width:1023px) {
.form-create-consultant {
    width: 95%;
	}
	
.form-left-column {
    width: 100%;
    margin: 10px 10px 40px 10px;
}
        
.form-right-column {
    width: 100%;
    background-color: #33a080;
    padding: 30px;
}

.form-step-navigation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    align-content: center;
    width: 100%;
    margin: auto;
    margin-top: 4em;
    position: relative;
    left: -10px;
}
}

.form-create-consultant input, select.mode-de-travail-select, .upload-cv input[type="url"], select#distance-select {
    border-radius: 99px !important;
    background-color: #ff000000;
    border: 1px solid white !important;
    padding: 10px 30px !important;
    margin: 0;
    color: white;
}


.prev-step, .next-step {
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

.prev-step[disabled], .next-step[disabled] {
    color: #aaa;
    cursor: default;
}

.step-info {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

.prev-step:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/previous.svg);
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.next-step:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/previous-right.svg);
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right:15px;
}

button.prev-step, button.next-step {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 10px;
    margin: 0;
}

button.prev-step:hover, button.next-step:hover {
    background-color: #ff000000;
    opacity:0.8;
}

.prev-step:disabled:before {
    opacity: 0.3; 
    pointer-events: none; 
}

.prev-step:disabled {
    color: #6b6b6b; 
    cursor: not-allowed;
}

.form-step-navigation input[type="submit"] {
    background-color: #33a080;
    border-radius: 99px;
    font-weight: bold;
    margin: 0;
    transition: 0.3s;
}

.form-step-navigation input[type="submit"]:hover {
    background-color: white;
    color:#261f52;
}

.autocomplete-results div, .static-suggested-positions button {
    cursor: pointer;
    background-color: #eee0;
    margin: 5px 0;
    padding: 0;
    border-radius: 5px;
}

.selected-position {
    display: inline-block;
    margin: 5px;
    padding: 7px 25px;
    background-color: #33a080;
    border-radius: 99px;
    color: white;
}

.remove-position {
    margin-left: 10px;
    cursor: pointer;
    color: white; 
}

div#autocomplete-results div:hover {
    color: #33a080;
    cursor: pointer;
}

.autocomplete-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
.suggestions-section {
    display: flex;
    align-items: flex-start;
}

.static-suggested-positions button {
    border-radius: 99px;
    padding: 7px 30px;
    border: 1px solid #33a080;
    background-color: #ffffff00;
    color: #33a080;
    transition: 0.3s;
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.tjm-input-group .tjm-input {
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    width: 250px; 
}

.localisation-custom-form, .upload-cv {
    width: 70%;
}
}

@media (max-width:767px) {
.suggestions-section {
    display: block;
}

.static-suggested-positions button {
    border-radius: 99px;
    padding: 7px 30px;
    border: 1px solid #33a080;
    background-color: #ffffff00;
    color: #33a080;
    transition: 0.3s;
    margin-right: 5px; 
    margin-bottom: 5px; 
    font-size:14px;
}

.tjm-input-group .tjm-input {
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    width: 200px; 
}

.localisation-custom-form, .upload-cv {
    width: 95%;
}
}

.suggestions-title {
    margin-right: 10px;
    white-space: nowrap;
    margin-bottom: 0; 
}

.static-suggested-positions {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}


.static-suggested-positions button:hover {
    background-color: #33a080;
    color: white;
}

p.suggestions-title, p.competence-counter-message {
    font-size: 12px;
    color: #cdcdcd5c;
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: bold;
}

.form-create-consultant h3 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 25px;
}

.tjm-input-group {
    display: flex;
    align-items: center;
    position: relative;
    left: -10px;
    margin-top: 11px;
}

.tjm-input-group .tjm-decrease, .tjm-input-group .tjm-increase {
    padding: 0px 19px;
    margin: 10px;
    background-color: #261f52;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 10px;
    font-size: 30px;
}

.tjm-suffix {
    position: absolute;
    left: 14em;
    font-size: 16px;
    color: #fff;
    top: 22px;
}


.localisation-custom-form p {
    font-size: 18px;
    font-weight: bold;
    color: #33a080;
    margin-bottom: 8px;
    margin-top: 20px;
}

.upload-cv p {
    font-size: 18px;
    font-weight: bold;
    color: #33a080;
    margin-bottom: 8px;
    margin-top: 20px;
}

.file-drop-area {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border: 1px dashed #ccc;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: white;
    height: 200px;
    background-color: #524E7E;
    margin-top:3px;
}


.file-drop-area .upload-icon {
    font-size: 24px; 
    margin-bottom: 10px;
}

.file-drop-area .file-msg {
    font-size: 16px;
    background-color: #33a08038;
    padding: 4px 20px;
    border-radius: 10px;
}

p.file-upload-instructions {
    font-size: 14px;
    color: white;
    font-weight: normal;
}

.error-message {
    color: white;
    background-color: #a22e2e !important;
    padding: 4px 20px;
    border-radius: 10px;
}


.form-error {
    margin-top: 5px;
}


.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 26px;
    top: 15px;
    cursor: pointer;
    color: white;
}

.form-error-message {
    color: red;
    margin: 16px 0 0;
}

.checkbox-terms {
    font-size: 16px;
    color: white;
    margin-top: 20px;
}

.checkbox-terms a {
    color: #33a080;
    text-decoration: underline !important;
    transition: 0.3s;
}

.checkbox-terms a:hover {
    color: white;
}

td.user-image {
    width: 85px !important;
}

td.user-image img {
    border-radius: 99px;
    object-fit: cover;
    object-position: center;
}

@media (min-width:768px) {
.consultant-image-container {
    width: 12%;
    display: block;
    float: left;
	margin-top: 10px;
}

.consultant-image-container img {
    height: 150px !important;
    object-fit: cover;
    border-radius: 99px !important;
}

.consultant-info-container {
    width: 86%;
    float: right;
}
}

@media (max-width:767px) {
.consultant-image-container img {
    height: 200px !important;
    display: block;
    margin: auto;
    border-radius: 99px !important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
}
}

.consultant-info-container a {
    color: #33a080 !important;
    transition: 0.3s;
}

.consultant-main-container {
    margin-top: 25px;
}

p.consultant-field, .consultant-skills-container {
    background-color: #E3F2EF;
    margin: 10px;
    padding: 15px 25px;
    border-radius: 10px;
}

h2.consultant-form-title {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}


a.consultant-approve-btn {
    padding: 10px 20px;
    background-color: #33A080;
    border-radius: 10px;
    color: white !important;
    transition: 0.3s;
    margin-right: 10px;
}

.consultant-action-buttons {
    margin-top: 25px;
    margin-left: 10px;
}

a.consultant-reject-btn {
    padding: 10px 20px;
    background-color: #c23030;
    border-radius: 10px;
    color: white !important;
    transition: 0.3s;
}

a.consultant-approve-btn:hover, a.consultant-reject-btn:hover {
	opacity:0.7;
}

.message-success {
    margin: auto;
    text-align: center;
    background-color: #33a080;
    color: white;
    padding: 10px 40px;
    border-radius: 99px;
    display: table;
    margin-top: 15px;
}

.message-error {
    margin: auto;
    text-align: center;
    background-color: #c23030;
    color: white;
    padding: 10px 40px;
    border-radius: 99px;
    display: table;
    margin-top: 15px;
}

tr.users-table-row td {
    font-weight: bold;
}

.password-criteria {
    margin: 15px 0;
    color: white;
}

p.search-title {
    color: white;
    margin-top: 10px;
}

.slider-controls {
    display: flex;
    align-items: center;
}

.distance-select-container {
    margin-right: 10px;
}

input#mobilite-localisation_france {
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    outline: none;
    padding: 0 !important;
    border-radius: 5px;
}

input#mobilite-localisation_france:checked {
    background-color: #33a080; 
    border-color: #33a080;
}

input#mobilite-localisation_france:checked::after {
    content: '✔';
    color: white;
    font-size: 13px;
    position: absolute;
    margin-left: 6px;
    margin-top: 2px;
}


.mobilite-radio-option input[type="radio"] {
    width: 20px;  
    height: 20px; 
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;   
    appearance: none;       
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 50%; 
    outline: none;
	padding: 0 !important;
}

.mobilite-radio-option input[type="radio"]:checked {
    background-color: #33a080; 
    border-color: #33a080;
}

.mobilite-radio-option input[type="radio"]:checked::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    background-color: white;
    border-radius: 50%;
}

.mobilite-radio-option {
    display: inline-flex;
    margin-right: 10px;
    font-size: 16px;
    color: white;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

.mobilite-radio-option input[type="radio"] {
    margin-right: 5px;
}

label.toute-france-checkbox {
    position: relative;
    top: 27px;
    left: 21px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-section p {
    margin: 0;
    padding: 0;
    position: relative;
    top: 27px;
    left: 5px;
}

button#open-list-form-popup {
    margin-left: 15px;
    border-radius: 99px;
    border: 1px solid #261f52;
    color: #261f52;
    transition: 0.3s;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
}

button#open-list-form-popup:hover {
    background-color: #261f52;
    color: white;
}

span.subtile-popup {
    font-size: 16px;
    position: relative;
    top: -13px;
    color: #33a080;
    font-weight: bold;
}

div#qt_need-info_toolbar input, div#qt_need-info-editor_toolbar input {
    width: auto;
    padding: 2px 8px;
    margin: 0 1px;
}

select#statut-de-la-liste {
    background-color: #e3f2ef;
    padding: 15px;
    border-radius: 10px;
    border: none;
    color: #261f52;
    font-size: 16px;
}

.note-icon:hover + .note-tooltip {
    display: block;
}

.note-tooltip {
    position: absolute;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 15px;
    z-index: 10;
    right: 36px;
    border-radius: 10px;
}

.note-tooltip h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

.note-tooltip p {
    font-size: 14px;
}

td.note-column img {
    display: block;
    margin: auto;
} 

div#part-time-slider label {
    color: white;
    display: block;
    margin: 19px 0 10px;
}

span#range-value {
    color: white;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 8px;
}

div#part-time-slider .range-slider {
    -webkit-appearance: none;
    width: 40%;
    height: 11px;
    background: #33a080;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0 !important;
    border: none !important;
}

div#part-time-slider .range-slider:hover {
    opacity: 1;
}

div#part-time-slider .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    cursor: pointer;
	border-radius: 5px;
    }

div#part-time-slider .range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    cursor: pointer;
}

.localisation-custom-form select#capacite-intervention, select#disponibilite-freelance, select#liste-metiers {
    border-radius: 99px;
    background-color: #ff000000;
    border: 1px solid white;
    padding: 10px 30px;
    margin: 0;
    color: white;
}

div#date-autre label {
    color: white;
    margin: 15px 0 13px;
}


.text-description {
  color: white;
  position: relative;
  top: -9px;
  font-size: 14px;
}

table.consultants-table td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
}

table.consultants-table {
    margin-top: 6px;
}

.form-edit-row-check {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

table.consultants-table-search td {
    padding: 10px;
    line-height: 15px !important;
}

p.text-description-search {
    font-size: 13px;
    margin: 3px 0 14px;
}

@media (min-width: 1024px) {
    input#search-consultants {
        width: 450px;
        display: block;
    }
    .post-search {
        width: 80%;
        margin-top: 15px;
    }
}

@media (max-width: 1023px) {
    input#search-consultants {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    table.consultants-table-search {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 1024px) {
    .post-search {
        width: 100%;
        margin-top: 15px;
    }
}

input#freelance-position-autocomplete {
    display: none;
}