.label-status.default::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    background: #767676;
    border: 2px solid #767676;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
}
.label-oldstatus{
    position: relative;
    padding-left: 5px;
}
.label-oldstatus .warning {
    color: #A78316;
}
.label-oldstatus .success {
    color: #3cbe82;
}
.label-oldstatus .danger {
    color: #e24f25;
}
.label-oldstatus .default {
    color: #767676;
}

/**
 * New version of website available : blinking!
 */
.new-website-version-available {
  animation: new-website-blinker 3s linear infinite;
}

@keyframes new-website-blinker {  
  50% { opacity: 0.2; }
}

.select2-width-max {
  min-width: none !important;
  width: 100% !important;
  overflow: hidden !important;
}
.custom-select2 .select2-container {
    margin: 0;
    /* min-width: 200px; */
    width: 100%;
    position: relative;
 }

.custom-select2 .select2-container .select2-choice {
    margin: 0;
    /* min-width: 200px; */
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    text-indent: 0.01px;
    border-radius: 0;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    background: #fff;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CBD5DD;
}
.custom-select2 .select2-container .select2-choice .select2-arrow
{
    height: 0;
}
.custom-select2 .select2-container .select2-choice .select2-arrow:after
{
    /*
    content: ' \25bc';
    */
    z-index: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #CBD5DD;
}
.a-hover:hover{
    cursor: pointer;
}
.ui-select  .form-control {
    border:none;

}
.ui-select .select2-default {
    color:#444 !important;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size: 14px;
    line-height: 1.42857;
    color: #4e4d4d;
    background:transparent;
    border:none;
    font-family: "Lato","Helvetica Neue",Arial,sans-serif;
}
a.blue {
    color:#3ea1cc;
}

/**
 * Force one line only on a text string, add "..." at the end.
 * You will need to force a width to the text to make it work.
 */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/**
 * Capitalize text
 */
.capitalize {
   text-transform: capitalize;
}

/**
 * Compact table : reduce padding, font size, etc
 */
.table-compact thead {
    font-size: 12px;
}

.table-compact.table-dynamic .table-bordered thead th > .th {
    padding: 5px 5px;
}

/**
 * Expert edit page : Hide the filename from the upload widget
 */
.cvs-uploading .file-input-name {
  display: none;
}


/**
 * Merge account page : Merge page styles
 */
.merge-row:not(.bg-success):hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

/**
 * Expert edition page : Expertise labels
 */

.expertise-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #1aa1e0;
  border-color: #1581b3;
  transition: background-color 300ms ease-out;
  font-family: "SansationRegular", Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;
  padding: 5px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  background: none;
  border: 1px solid #1aa1e0;
  color: #454545;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.expertise-label:hover {
  box-shadow: inset 1px 1px 0 0 rgba(51, 51, 51, 0.2);
  color: #000;
}

/**
 * Selectboxes : if disabled, greyed out
 */
.ui-select>select[disabled] {
  background-color: rgb(238, 238, 238);
  cursor: not-allowed;
}

/**
 * Collapsible : the clickable title should have a pointer cursor
 */
.panel-group .panel-title > a {
  cursor: pointer;
}

/**
 * Stronger color for the status colors.
 */
.table > thead > tr > td.emergency-bold, .table > thead > tr > th.emergency-bold, .table > thead > tr.emergency-bold > td, .table > thead > tr.emergency-bold > th, .table > tbody > tr > td.emergency-bold, .table > tbody > tr > th.emergency-bold, .table > tbody > tr.emergency-bold > td, .table > tbody > tr.emergency-bold > th, .table > tfoot > tr > td.emergency-bold, .table > tfoot > tr > th.emergency-bold, .table > tfoot > tr.emergency-bold > td, .table > tfoot > tr.emergency-bold > th {
  background-color: #dca3ff;
}

.table > thead > tr > td.danger-bold, .table > thead > tr > th.danger-bold, .table > thead > tr.danger-bold > td, .table > thead > tr.danger-bold > th, .table > tbody > tr > td.danger-bold, .table > tbody > tr > th.danger-bold, .table > tbody > tr.danger-bold > td, .table > tbody > tr.danger-bold > th, .table > tfoot > tr > td.danger-bold, .table > tfoot > tr > th.danger-bold, .table > tfoot > tr.danger-bold > td, .table > tfoot > tr.danger-bold > th {
  background-color: #FFB7A3;
}

.table > thead > tr > td.warning-bold, .table > thead > tr > th.warning-bold, .table > thead > tr.warning-bold > td, .table > thead > tr.warning-bold > th, .table > tbody > tr > td.warning-bold, .table > tbody > tr > th.warning-bold, .table > tbody > tr.warning-bold > td, .table > tbody > tr.warning-bold > th, .table > tfoot > tr > td.warning-bold, .table > tfoot > tr > th.warning-bold, .table > tfoot > tr.warning-bold > td, .table > tfoot > tr.warning-bold > th {
  background-color: #FBEAB7;
}

.table > thead > tr > td.success-bold, .table > thead > tr > th.success-bold, .table > thead > tr.success-bold > td, .table > thead > tr.success-bold > th, .table > tbody > tr > td.success-bold, .table > tbody > tr > th.success-bold, .table > tbody > tr.success-bold > td, .table > tbody > tr.success-bold > th, .table > tfoot > tr > td.success-bold, .table > tfoot > tr > th.success-bold, .table > tfoot > tr.success-bold > td, .table > tfoot > tr.success-bold > th {
  background-color: #B3FFD7;
}

/**
 * History
 */
.history-item {
  margin-bottom: 10px;
}

.history-item:last-child {
  margin-bottom: 0px;
}


.event-history-item {
}

.event-history-item .event-title {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
}

.event-history-item .event-title-subject {
  font-weight: bold;
}

.event-history-item .event-title .date {
  color: #999;
  margin-right: 2px;
}

.event-history-item .event-title .event-title-admin {
  color: #999;
}

.event-history-item .event-title .event-body-preview {
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
}

.event-history-item .event-details {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}


.email-history-item {
}

.email-history-item .email-title {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
}

.email-history-item .email-title .email-title-first-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -3px;
}

.email-history-item .email-title-subject {
  font-weight: bold;
}

.email-history-item .email-title .date {
  color: #999;
}

.email-history-item .from-type {
  width: 80px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: 6px;
  margin-left: 2px;
  margin-right: 2px;
}

.email-history-item .email-title .email-body-preview {
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
}

.email-history-item .email-details {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.email-history-item .email-details .email-recipients {
  margin-bottom: 5px;
}


/**
 * "Billing infos" : a table of big stats
 */
.billing-info{
  display:table;
  width:100%;
  background:#fff;
  padding:0;
  border:1px solid #eeeeee
  }
.billing-info li{
  text-transform:uppercase;
  display:table-cell;
  border:1px solid #eeeeee;
  border-width:0 1px 0 0;
  padding:9px 20px;
  font-size:14px;
  color:#6c6c6c
}
.billing-info li:last-child{
  border-width:0
}
.billing-info li span{
  display:block;
  color:#000;
  font-size: 21px
}

/** Smaller version */
.billing-info-small li {
  font-size:12px;
}
.billing-info-small li span{
  font-size:18px;
}

/**
 * Mission navigation
 */
h4.mission-nav {
  margin: 0px;
  padding: 10px;
  background-color: #f9f9f9;
  border-top: 2px solid #e9e9e9;
  border-left: 2px solid #e9e9e9;
  border-right: 2px solid #e9e9e9;
}


/**
 * Label status : some custom colors;
 */
.label-status.cold-prospect {
  color: #014968;
}
.label-status.cold-prospect::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  background: #014968;
  border: 2px solid #014968;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
}

.label-status.hot-prospect {
  color: #ecbd24;
}
.label-status.hot-prospect::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  background: #ecbd24;
  border: 2px solid #ecbd24;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
}

/**
 * HR with text on top.
 * <div class="hr-text-wrapper">
 *   <span class="hr-text">
 *     Text
 *   </span>
 *  </div>
 */
.hr-text-wrapper {
  width: 100%; 
  height: 10px; 
  border-bottom: 1px solid #eee; 
  margin-bottom: 20px; 
  text-align: center;
}

.hr-text {
  font-size: 14px; 
  padding: 0 10px; 
  background-color: white;
}

/** These are bootstrap 4 margin and padding utilities (REMOVE WHEN UPGRADING TO NATIVE BOOTSTRAP 4 */
.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.ml-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mr-n1{margin-right:-.25rem!important}.mr-n2{margin-right:-.5rem!important}.mr-n3{margin-right:-1rem!important}.mr-n4{margin-right:-1.5rem!important}.mr-n5{margin-right:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.ml-n1{margin-left:-.25rem!important}.ml-n2{margin-left:-.5rem!important}.ml-n3{margin-left:-1rem!important}.ml-n4{margin-left:-1.5rem!important}.ml-n5{margin-left:-3rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}

/**
 * These utilities classes are compatible with bootstrap 4 declarations.
 * When an update to v4 will be released, templates using these classes
 * won't need to be updated as they should be compatible
 */
.table-responsive {overflow-x: auto;}
.pointer {cursor: pointer;}
.w-100 {width:100%;}
.w-75{width:75%;}
.w-50{width:50%;}
.w-25{width:25%}
.h-100 {height:100%;}
.h-75{height:75%;}
.h-50{height:50%;}
.h-25{height:25%}
.w-120px {width:120px;}
.w-110px {width:110px;}
.w-100px {width:100px;}
.w-75px{width:75px;}
.w-50px{width:50px;}
.w-25px{width:25px;}
.h-100px {height:100px;}
.h-75px{height:75px;}
.h-50px{height:50px;}
.h-25px{height:25px;}
.text-nowrap {white-space:nowrap !important}
.align-baseline {vertical-align:baseline !important;}
.align-top {vertical-align:top !important;}
.align-middle {vertical-align:middle !important;}
.align-bottom {vertical-align:bottom !important;}
.align-text-top {vertical-align:text-top !important;}
.align-text-bottom {vertical-align:text-bottom !important;}

/**
 * Overlay
 */
#overlay {
    position:fixed;
    padding:0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:10000;
}


/**
 * Edit buttons in list-info's hidden by default, shown on hover
 */
.list-info li .edit-button,
.edit-button-area .edit-button {
  display: none;
}
.list-info li:hover .edit-button,
.edit-button-area:hover .edit-button {
  display: initial;
}

/**
 * Edit buttons in inline edition areas
 */
.inline-edit-parent .edit-button {
  display: none;
}

.inline-edit-parent:hover .edit-button {
  display: initial;
}

/**
 * Bigger modal option!
 */
.modal-vlg {
  width: 1200px;
}


/**
 * Button for file upload
 */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/**
 * Main expert search result page
 */
.panel-expert-list .missions {
  border-top: 1px solid #e5e5e5;
  padding: 5px 0 8px 0;
}

/**
 * Hightlighted text on searches
 */
.highlighted-text {
  background-color: #ffffb0;
  color: black;
}

/**
 * New mission search
 */
.panel-mission-list {
  padding: 10px 15px;
}

.panel-mission-list .description {
  cursor:pointer;
  color:#333333;
  background-color:whitesmoke;
  border:1px solid #cccccc;
  padding:4px;
}
.panel-mission-list .description.bhidden{
  max-height:110px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.w-maxcontent {
  width: max-content;
}
.w-full {
  width: 100%;
}
.h-mincontent {
  height: min-content;
}
/**
 * Set display and add flex-wrap wrap
*/
.d-flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.d-flexcolumn {
  display: flex;
  flex-direction: column;
}

.no-border {
  border: none !important;
}

.hover-opacity {
  transition-duration: .5s;
}
.hover-opacity:hover {
  opacity: .7;
  transition-duration: .5s;
}
.th-center {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-side-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}

.btn-cstyle {
  padding: 5px 10px;
  border: solid 0.5px #3ea1cc;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}
.bg-success {
  background-color: #3cbe82 !important;
  color: #fff !important;
  border: solid 1px #3cbe82;
}
.bg-success a {
  color: white;
  text-decoration: none;
}
.bg-success a:hover {
  text-decoration: underline;
}
.bg-failure {
  background-color: #e53f2f !important;
  color: #fff !important;
  border: none;
  border: solid 1px #e53f2f;
}
.rounded {
  border-radius: 3px;
}
.v-center {
  vertical-align: middle !important;
}

.max-height-100 {
  max-height: 100px;
  overflow: hidden;
}

/**
 * Mission steps and toggles
 */
.mission-processed-consultant-steps-and-toggles {
  display: flex;
  gap: 20px;
  text-transform: uppercase; 
  font-size: 14px;
  text-align: center;
}

.mission-processed-consultant-steps {
  display: flex; 
  gap: 10px; 
}

.mission-processed-consultant-steps .step {
  display: flex;
  align-items: center;
  padding: 10px;
  opacity: 1;
}

.mission-processed-consultant-steps .step.editable:hover {
  opacity: 0.8;
  cursor: pointer;
  box-shadow: #888 0px 5px 15px;
}

.mission-processed-consultant-steps .step.processed {
  background-color: #bebc3c82;
}

.mission-processed-consultant-steps .step.processed-and-validated {
  background-color: #3cbe82;
  color: white;
}

.mission-processed-consultant-steps .step .help-notice {
  text-transform: none;
}

.mission-processed-consultant-steps-and-toggles .separator {
  border: 1px solid #8c8c8c;
  margin-top: 5px;
  margin-bottom: 25px;
}

.mission-consultant-toggles {
  display: flex; 
  gap: 10px; 
}

.mission-consultant-toggles .toggle {
  display: flex;
  align-items: center;
  padding: 10px;
  opacity: 1;
}

.mission-consultant-toggles .toggle.editable:hover {
  opacity: 0.8;
  cursor: pointer;
  box-shadow: #888 0px 5px 15px;
  transition: box-shadow 0.3s;
}

.mission-consultant-toggles .toggle.toggled {
  background-color: #e9ba2c;
  color: white;
}

.mission-consultant-toggles .toggle .help-notice {
  text-transform: none;
}


/**
 * Interview proposal step editor
 */

 .interview-proposal-step-editor .slot-duration-field-area {
  margin-bottom: 15px;
 }

 .interview-proposal-step-editor .slot-duration-field-area select {
  max-width: 200px;
 }

 .interview-proposal-step-editor .day-availability {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
 }

.interview-proposal-step-editor .availability {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.interview-proposal-step-editor .availability .availability-date {
  flex: 0 0 60px;
  font-weight: bold;
}

/* CV Upload Progress Styling */
.cvs-uploading .progress {
  margin-bottom: 0;
  margin-top: 5px;
}

.cvs-uploading .btn.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
}

.cvs-uploading .btn.btn-info:hover {
  background-color: #46b8da;
  border-color: #46b8da;
}

.cv-upload-processing {
  color: #5bc0de;
  font-weight: 500;
}

.interview-proposal-step-editor .availability .availability-times {
  flex: 0 0 220px;
}

.interview-proposal-step-editor .availability .availability-times select {
  display: inline;
  width: auto;
  min-width: 100px;
}

.interview-proposal-step-editor .availability .availability-actions {
  font-size: 18px;
  display: flex;
}

.interview-proposal-step-editor .availability .availability-actions > div {
  flex: 0 0 30px;
}

/* Text diff highlighting classes for textDiff filter */
.diff-added {
  background-color: #d4edda;
  color: #155724;
  text-decoration: none;
}

.diff-removed {
  background-color: #f8d7da;
  color: #721c24;
  text-decoration: line-through;
}