div.dataTables_filter input {
    width: 300px;
}

.dataTables_length {
    width: 100px !important;
}

#workshop-brands {
    overflow-y: auto;
    max-height: 420px;
}

.fc-col-header-cell, .fc-daygrid-day-frame {
    background-color: white;
}
.fc-header-toolbar {
    background-color: rgba(0, 255, 255, 0) !important;
}

table tr {
    font-size: 12px;
}

.table-hourly td {
    border: 1px solid rgb(227 227 227);
    padding: 6px;
}

.table-hourly td:nth-child(2), .table-hourly td:nth-child(3)  {
    border-right: 0;
}

.table-hourly td:nth-child(3), .table-hourly td:nth-child(4), .table-hourly td:nth-child(5), .table-hourly td:nth-child(6), .table-hourly td:nth-child(7)   {
    border-right: 0;
    border-left: 0;
}

.no-search .select2-search {
    display:none
}

.hour_highlighted .select2-selection--single {
    font-weight: bold;
}

.calendar-hours {
    text-align: center;
}

.calendar-hours .hour {
    border: 1px solid #dbdbdb;
    padding: 6px;
    min-width: 50px;
    text-align: center;
    font-weight: bold;
}

.selected_hour {
    border: 1px solid #127b9f !important;
    -webkit-box-shadow: inset 0px 0px 0px 2px #127b9f;
    -moz-box-shadow:inset 0px 0px 0px 2px #127b9f;
    border-radius: 8px;
    background-color: lightgoldenrodyellow;
}

.rdv-title {
    background-color: #0000000a;
    padding: 10px;
    border-radius: 12px;
}

#select2-appointment_car-results .select2-results__option, #select2-appointment_car-container, #select2-appointment_car-container .select2-selection__placeholder {
    text-align: center;
    display: block;
}

.card_service {
    background-color: #6e6e6e !important;
}

.date-appointment {
    width: 115px;
    font-weight: bold;
    background-color: black;
    color: white;
    border-radius: 6px;
    margin: 3px;
    padding: 3px;
}

#date-appoint-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.rdv-time {
    text-align: center;
    background-color: #d7effa;
    border-radius: 5px;
}

.client-appointments .dispo {
    text-align: center;
    background-color: #e2eded;
    border-radius: 6px;
    cursor: pointer;
}

.holiday-calendar {
    background-image: linear-gradient(23deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 1rem -6rem;
    background-color: #e9a19a !important;
    --bs-bg-opacity: 1;
}

#right-scroll, #left-scroll {
 left: 0;
 top: '1px';
 position: relative;
 cursor: pointer;
}

.rdv {
    font-weight: bold !important;
    border-radius: 30px !important;
    padding: 0px 7px 0px 7px !important;
}

.state-header-pending {
    background-color: #e7c354;
}

.state-header-accepted {
    background-color: #13bfa6;
    color: white
}

.state-header-in_progress {
    background-color: #2db7d3;
    color: white
}

.state-header-completed {
    background-color: #e4e7ecc5;
    color: black
}

.state-header-canceled, .state-header-rejected, .state-header-missed  {
    background-color: rgb(255 67 67);
    color: white
}

.popover-header-warning {
    background-color: #e7c354 !important;
}

.popover-header-success {
    background-color: #13bfa6 !important;
    color: white !important
}

.popover-header-light {
    background-color: #e4e7ecc5 !important;
}

.popover-header-danger {
    background-color: rgb(255 67 67) !important;
    color:white !important
}

.popover-header-info {
    background-color: #2db7d3 !important;
    color:white !important
}


.dataTables_processing, .dataTables_processing.card {
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    box-shadow: 1px 7px 5px 0px rgba(0,0,0,0.11) !important;
    -webkit-box-shadow: 1px 7px 5px 0px rgba(0,0,0,0.11) !important;
    -moz-box-shadow: 1px 7px 5px 0px rgba(0,0,0,0.11) !important;
}

select[name=table-users_length] {
    width: 100px !important;
}

.disabled_select_hour {
    color: #cdcdcd;
}

.group-box {
    padding: 15px;
    border: 1px solid #eaedf1;
    border-radius: 7px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
}

.group-box .group-box-header {
    position: absolute;
    top: -10px;
    background: white;
    -webkit-text-stroke: 10px #ffffff;
    paint-order: stroke fill;
    font-size: 1em;
}

.to_delete {
    background-color: #ffdcdc !important;
}

.to_delete td:nth-child(1) {
    background-color: #ffdcdc !important;
    text-decoration: line-through;
}

.rdv_tooltip {
    top: -10px !important;
    z-index: 999 !important;
}

.new_workshop_tooltip {
    top: 7px !important;
}

.inactive_tow {
    background: #e7c3542e;
}

.image-table {
    border-radius: 6px;
}

.inactive-row {
    background-color: #b7b6ad5c;
    color: #0000005e;
}

.incomplete-row {
    background-color: #efe7985c !important;
    color: black !important;
}

.input-file {
  position: relative;
  background-color:#8fbd56;
  color:#fff;
  border:1px solid #8fbd56;
  padding:5px;
  border-radius:6px;
  box-shadow:1px 1px 3px rgb(190, 190, 190);
  cursor: pointer;
  width: 200px;
  text-align: center;
}

video {
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.emotion_img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  opacity: .4;
}

.select-emotion {
  cursor: pointer;
}

.emotion_selected {
  background-color: #5aaaf0 !important;
  z-index: 100;
  opacity: 1;
  border: 3px solid #0178e5;
}
.emotion_bold {
  font-weight: bold;
}

.my-spinner {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 3.8px solid;
   border-color: #474bff;
   border-right-color: #ffffff;
   animation: spinner-d3wgkg 1s infinite linear;
   display: inline-block;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

.maxtext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

.emotion-icon {
    width: 170px;
}

.emotion-link  {
    position: relative;
    top: var(--random-top);
    right: var(--random-right);
}