:root {
  --color-bg-primary: #f7f7f7;
  --color-bg-secondary: #f0e3d3;
  --color-black: #1d1d1b;
  --color-green-bg: #05a85e;
  --color-bg-week: #8064a2;
}

.color-green {
  color: #05a85e;
}

.color-gray {
  color: #808080;
}

/**loading*/
@keyframes ldio-oxjhcbhbrs {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ldio-oxjhcbhbrs div {
  box-sizing: border-box !important;
}

.ldio-oxjhcbhbrs > div {
  position: absolute;
  width: 81.54px;
  height: 81.54px;
  top: 34.73px;
  left: 34.73px;
  border-radius: 50%;
  border: 12.08px solid #000;
  border-color: #212529 transparent #212529 transparent;
  animation: ldio-oxjhcbhbrs 1.0204081632653061s linear infinite;
}

.ldio-oxjhcbhbrs > div:nth-child(2) {
  border-color: transparent;
}

.ldio-oxjhcbhbrs > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.ldio-oxjhcbhbrs > div:nth-child(2) div:before,
.ldio-oxjhcbhbrs > div:nth-child(2) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 12.08px;
  height: 12.08px;
  top: -12.08px;
  left: 22.65px;
  background: #212529;
  border-radius: 50%;
  box-shadow: 0 69.46px 0 0 #212529;
}

.ldio-oxjhcbhbrs > div:nth-child(2) div:after {
  left: -12.08px;
  top: 22.65px;
  box-shadow: 69.46px 0 0 0 #212529;
}

.loadingio-spinner-dual-ring-8neaqnr2fif {
  width: 151px;
  height: 151px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-oxjhcbhbrs {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-oxjhcbhbrs div {
  box-sizing: content-box;
}

/**loading bouton*/

@keyframes ldio-0eudinfb2knu {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ldio-0eudinfb2knu div {
  box-sizing: border-box !important;
}

.ldio-0eudinfb2knu > div {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 23px;
  left: 23px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #212529 transparent #212529 transparent;
  animation: ldio-0eudinfb2knu 1.0204081632653061s linear infinite;
}

.ldio-0eudinfb2knu > div:nth-child(2) {
  border-color: transparent;
}

.ldio-0eudinfb2knu > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.ldio-0eudinfb2knu > div:nth-child(2) div:before,
.ldio-0eudinfb2knu > div:nth-child(2) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -8px;
  left: 15px;
  background: #212529;
  border-radius: 50%;
  box-shadow: 0 46px 0 0 #212529;
}

.ldio-0eudinfb2knu > div:nth-child(2) div:after {
  left: -8px;
  top: 15px;
  box-shadow: 46px 0 0 0 #212529;
}

.loadingio-spinner-dual-ring-sv4z88uh3q {
  width: 31px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-0eudinfb2knu {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.31);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-0eudinfb2knu div {
  box-sizing: content-box;
}

#PlanningBe {
  background-color: var(--color-bg-primary);
  /* padding: 2%; */
}

.content-search {
  display: flex;
  gap: 5px;
  align-items: center;
}

.conent-header-plannig {
  display: flex;
  justify-content: space-between;
}

.content-search-input {
  position: relative;
}

.content-search-input input {
  width: 135px;
  font-size: 12px;
  height: 32px;
  padding-right: 25px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  padding-left: 8px;
  background-color: transparent;
  font-weight: 500;
  color: var(--color-black);
}

.content-search-input input::placeholder {
  color: var(--color-black);
}

.content-search-input span {
  position: absolute;
  right: 5px;
  top: 4px;
}

#PlanningBE {
  width: 100%;
}

.title-planning {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title-planning span {
  font-size: 18px;
  color: var(--color-black);
}

.content-week {
  display: flex;
  gap: 2px;
  align-items: center;
}

.kl-btn-angle {
  width: 37px;
  height: 37px;
  background-color: white;
  cursor: pointer;
  border: solid 1px #ececec;
}

.week-planning {
  padding: 6px;
  background-color: white;
  min-width: 39px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
}
.kl-week-planning-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kl-week-planning-filter span {
  font-weight: 500;
}

.kl-btn-angle span {
  font-size: 14px;
}

.kl-btn-angle.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.kl-btn-angle.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.kl-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-date-filter {
  display: flex;
  gap: 5px;
  align-items: center;
}

.kl-header {
  min-width: 250px !important;
}

.kl-customs-header {
  height: 145px;
  margin-top: 15px;
}

.kl-customs-header .fc-datagrid-cell-main {
  font-size: 14px;
  font-weight: 500 !important;
}

.kl-customs-header .fc-datagrid-cell-frame {
  height: 100% !important;
  justify-content: center !important;
}

.text-header {
  background: var(--color-bg-secondary);
}

.text-tranform {
  background: var(--color-bg-secondary);
}

.text-tranform .fc-datagrid-cell-cushion {
  transform: rotate(-90deg);
  overflow: initial !important;
}

.fc-view-harness.fc-view-harness-active {
  height: 75vh !important;
}

.kl-custom-cell {
  padding: 4px !important;
  text-align: center;
  /* height: 30px !important; pas de limite de taille */
}

.kl-custom-cell .fc-datagrid-cell-cushion {
  padding: 0 !important;
}

.kl-custom-cell span,
.kl-custom-cell .fc-datagrid-cell-cushion,
.kl-center-cell .fc-datagrid-cell-cushion {
  font-size: 12px !important;
}

.kl-custom-cell .fc-datagrid-cell-cushion {
  width: 100%;
  height: 100%;
}

.kl-custom-cell .fc-datagrid-cell-frame {
  height: 28px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--color-bg-primary);
  border-radius: 2px;
  border: solid 1px #e8e8e8;
}

.kl-center-cell .fc-datagrid-cell-frame {
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-resource-group.kl-center-cell .fc-datagrid-cell-frame {
  height: 100% !important;
}

.kl-center-cell .fc-datagrid-cell-frame {
  height: 100% !important;
}

.kl-center-cell .fc-datagrid-cell-cushion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.fc-resource-group.kl-center-cell
  .fc-datagrid-cell-frame
  .fc-datagrid-cell-cushion {
  white-space: normal;
}*/
/*start*/
/* .kl-center-cell .fc-datagrid-cell-frame .fc-datagrid-cell-cushion {
  white-space: normal;
} */
/*end*/
.fc-timeline-events .fc-timeline-event-harness {
  top: 1px !important;
}

.kl-custom-input-week {
  width: 100%;
}

.kl-custom-show-week {
  background-color: var(--color-bg-primary);
  height: 35px;
  color: var(--color-black);
  padding: 1px;
  border-top: 4px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 2px solid #fff;
}

.custom-border-event {
  height: 100%;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #e8e8e8;
}

.kl-content-value-week {
  position: absolute;
  bottom: -2px;
  width: 50px;
  background-color: green;
}

.fc-timeline-slot-frame {
  height: 100% !important;
}

.kl-customs-allocate {
  background-color: white;
}

.kl-customs-allocate .fc-datagrid-cell-frame {
  background-color: #f2dcdb;
  height: 49px !important;
  margin-top: -49px;
  justify-content: center !important;
}

.kl-content-tps {
  font-size: 14px;
  word-break: break-all;
  text-align: center;
  font-weight: 500 !important;
}

.kl-row-add-phase {
  display: flex;
  align-items: center;
  justify-content: start;
}

.kl-row-add-phase [id^="kl-element-phase"] {
  text-align: start;
}

.kl-event {
  height: 34px !important;
  border-color: #fff !important;
  background-color: #ffff !important;
  margin-left: 2px;
}

.fc-datagrid-cell-frame {
  height: 49px !important;
}

.fc-timeline-slot-frame a {
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.fc-timeline-lane-frame {
  height: 36px !important;
}

.kl-element-hidden {
  display: none !important;
}

.kl-element-input-hidden {
  display: none;
}

.kl-row-add-phase .kl-custom-cell {
  width: 100%;
  height: 100%;
}

.kl-custom-modal-calendar {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-ck-editor .modal-content {
  border-radius: 25px;
}

.ck.ck-content {
  min-height: 200px !important;
}

/* .kl-custom-cell{
  width: 150px;
} */

.kl-content-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.kl-loading-bouton {
  position: absolute;
  right: -30px;
  top: 0;
}

.custom-select-year,
.custom-select-year:focus {
  cursor: pointer;
  border: solid 1px #ececec;
  box-shadow: none;
  font-weight: 500;
}

.kl-custom-cell .icon-comment {
  font-size: 18px !important;
}

.kl-td-business-name {
  position: relative;
}
.kl-info-tbody.text-truncate{
 padding-left: 21px!important;
}

.kl-td-business-name:hover .kl-custom-tootips {
  display: block;
  transition: 0.3;
}

.kl-custom-tootips {
  width: 200px;
  border-radius: 5px;
  background-color: white;
  position: absolute;
  z-index: 99;
  /*top: 0;*/
  top: 40%;
  right: -200px;
  display: none;
  font-size: 12px;
  padding: 12px;
  word-break: break-word;
  box-shadow: 1px 3px 12px -3px rgba(0, 0, 0, 0.5);
}

.kl-after-tooltip {
  position: relative;
}

.kl-after-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -29px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent var(--color-green-bg) transparent transparent;
}

.kl-tooltip .fc-datagrid-cell-frame {
  position: relative;
}

.kl-custom-header-designer .fc-datagrid-cell-frame {
  justify-content: center !important;
}

.kl-green-week-color {
  background-color: rgba(5, 168, 94, 0.8);
  color: white;
  border-color: rgba(5, 168, 94, 0.8);
}
.kl-blue-week-color {
  background-color: rgba(30, 114, 255, 0.8);
  color: white;
  border-color: rgba(30, 114, 255, 0.8);
}

.kl-orange-week-color {
  background-color: rgba(243, 105, 14, 0.8);
  color: white;
  border-color: rgba(243, 105, 14, 0.8);
}

.kl-red-week-color {
  background-color: rgba(220, 53, 69, 0.8);
  color: white;
  border-color: rgba(220, 53, 69, 0.8);
}

.kl-border-year {
  border: solid 1px #ececec;
  display: flex;
  align-items: center;
  padding: 0px 11px;
}

.outline-none {
  outline: none !important;
}

/*style Table custome calendar 2*/
.kl-head-table {
  background-color: var(--color-bg-secondary);
}
.kl-head-table > div,
.kl-head-business > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.head-2 span {
  font-size: 17px;
  font-weight: 500;
}
#id-usage-name span,
#id-phase span,
#id-code-phase span,
#id-week span,
#id-priority span,
#id-customer-ca span,
#id-designer span {
  cursor: pointer;
}
#id-designer >div span{
  margin-left: -35px;
}
.head-2 th {
  vertical-align: middle !important;
}

.kl-head-time {
  vertical-align: middle !important;
  text-align: center;
  background-color: #f2dcdb;
}

.kl-head-time > div {
  font-size: 16px;
}

.kl-head-current-week {
  background-color: var(--color-green-bg);
  color: white;
  padding: 0 !important;
  vertical-align: middle !important;
  text-align: center;
}

.kl-center-h100 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#id-business-name,
.kl-td-business-name .kl-info-tbody {
  width: 138px;
}

#id-phase {
  min-width: 200px;
}


#id-progress > div,
#id-week > div,
#id-priority > div {
  width: 35px;
  white-space: nowrap;
}

#id-code-phase > div {
  width: 45px;
}

#id-code-phase,
#id-progress,
#id-week,
#id-priority {
  width: 35px;
  white-space: nowrap;
}

/*Change transform*/
.kl-td-customer-ca,
.kl-td-designer {
  white-space: nowrap;
}

/*Table width*/

#id-business-number,
.kl-td-business-number,
.kl-td-business-number > div {
  width: 95px;
}

#id-usage-name,
.kl-td-usage-name,
.kl-td-usage-name > div {
  width: 125px;
}

/*taille suivant le commentaire*/
#id-customer-ca,
.kl-td-customer-ca,
#id-designer,
.kl-td-designer {
  width: 104px;
}
#id-customer-ca > div,
#id-designer > div {
  width: 80px;
}

.kl-td-customer-ca > div,
.kl-td-designer > div {
  width: 97px;
  padding: 0 !important;
}
.kl-td-customer-ca .kl-custom-cell,
.kl-td-designer .kl-custom-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kl-td-action .kl-info-tbody {
  border: none !important;
  background-color: white !important;
}
.kl-td-action {
  width: 25px;
}
.kl-td-action > div {
  width: 14px;
}

/*taille de commentaire*/
.kl-head-time,
.kl-head-current-week,
.kl-td-task-week {
  width: 50px;
}

.kl-td-task-week > div {
  width: 43px;
}
/* Time */
.kl-td-time-allocated,
.kl-td-time-progress {
  width: 70px;
}
.kl-td-time-allocated > div,
.kl-td-time-progress > div {
  width: 64px;
}

.kl-head-time {
  padding: 6px !important;
}

.kl-td-business-number > div,
.kl-td-business-number > div,
.kl-td-time-allocated > div,
.kl-td-time-progress > div,
.kl-td-task-week > div {
  overflow: hidden;
}

/*end width*/

#id-tbody-planning td {
  padding: 0px !important;
  vertical-align: middle;
}

/*sticky fixed*/
#id-table-planningbe thead {
  position: sticky;
  top: 80px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 1;
}

#id-table-planningbe thead th {
  border: 1px solid #d2d6da;
  border-top: 0;
  border-bottom: 0;
}

.kl-content-top-filter {
  background-color: white;
  position: sticky;
  /* box-shadow: -1px 2px 4px -3px rgba(0, 0, 0, 0.2);*/
  top: 0;
  z-index: 1;
}
.head-1 {
  box-shadow: -1px 2px 4px -3px rgba(0, 0, 0, 0.5);
}

#id-tbody-planning .kl-info-tbody {
  background-color: var(--color-bg-primary);
  margin: 3px;
  padding: 5px;
  border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #e8e8e8;
  font-size: 15px;
  min-height: 41px;
}
#id-tbody-planning .kl-td-task-week .kl-info-tbody {
  background-color: var(--color-bg-week) !important;
}
#id-tbody-planning .kl-info-tbody.kl-bg-blue {
  background-color: rgba(30, 114, 255, 0.8) !important;
}
#id-tbody-planning .kl-info-tbody.kl-bg-blue {
  background-color: rgba(30, 114, 255, 0.8) !important;
}
#id-tbody-planning .kl-td-task-week.kl-isWeek .kl-info-tbody , .bg-current.h145{
  background-color: var(--color-green-bg) !important;
}
#id-tbody-planning .kl-info-tbody.kl-bg-blue .kl-custom-cell{
  color: white;
}
#id-tbody-planning .kl-td-task-week .kl-info-tbody .kl-custom-cell, .bg-week.h145, .bg-current.h145{
  color: white;
  font-weight: bold;
}

.kl-info-tbody textarea {
  max-height: 41px;
}

.kl-td-business-number .kl-info-tbody,
.kl-td-business-name .kl-info-tbody {
  background-color: white !important;
  border-color: white !important;
  font-weight: 500;
}

.kl-content-phase,
.kl-td-business-number > div {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.kl-td-business-number span {
  font-size: 26px;
  cursor: pointer;
}

.kl-td-code-phase .kl-info-tbody,
.kl-td-progress .kl-info-tbody,
.kl-td-week .kl-info-tbody,
.kl-td-priority .kl-info-tbody,
.kl-td-time-allocated .kl-info-tbody,
.kl-td-time-progress .kl-info-tbody,
.kl-td-task-week .kl-info-tbody {
  text-align: center;
}

/*.kl-td-comments .comments > div {
  max-height: 65px;
  overflow-y: scroll;
}*/

.kl-td-comments .comments p {
  margin: 0px;
}
.kl-td-comments .w-100 {
  line-height: 1;
}

.kl-btn-reset {
  height: 36px;
}

.kl-info-tbody.text-truncate {
  padding-top: 10px !important;
}

.kl-td-phase .kl-custom-cell {
  font-weight: 500;
  font-size: 13px;
  justify-content: flex-start !important;
  line-height: 0.9;
}

/*td use name*/

.kl-td-usage-name .kl-info-tbody {
  position: absolute;
  top: 0;
  width: 96% !important;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  line-height: 1;
}
.kl-td-usage-name .kl-info-tbody .kl-custom-cell {
  overflow-y: auto;
}

.kl-content-scrollbar {
  display: flex;
  justify-content: flex-end;
  margin: 14px 0;
}
.kl-content-scrollbar > div:last-child div:nth-child(3) {
  display: none;
}
.kl-content-scrollbar > div:last-child div:nth-child(2) > div {
  background-color: #8064a2 !important;
}
.kl-content-scrollbar > div:last-child div:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
  height: 12px !important;
  border-radius: 10px !important;
}
.bg-week {
  background-color: #8064a2 !important;
}
.comments .kl-icon-comment-exist {
  color: var(--color-green-bg);
  font-size: 18px;
}
.comments .kl-icon-comment {
  color: var(--color-green-bg);
  font-size: 18px;
  color: var(--color-black);
}
/*taille suivant le commentaire*/
.kl-td-phase,
.kl-td-code-phase,
.kl-td-progress,
.kl-td-week,
.kl-td-priority,
.kl-td-customer-ca,
.kl-td-designer,
.kl-td-time-allocated,
.kl-td-time-progress,
.kl-td-task-week,
.kl-td-action {
  position: relative;
}
.kl-td-phase .kl-info-tbody,
.kl-td-code-phase .kl-info-tbody,
.kl-td-progress .kl-info-tbody,
.kl-td-week .kl-info-tbody,
.kl-td-priority .kl-info-tbody,
.kl-td-customer-ca .kl-info-tbody,
.kl-td-designer .kl-info-tbody,
.kl-td-time-allocated .kl-info-tbody,
.kl-td-time-progress .kl-info-tbody,
.kl-td-task-week .kl-info-tbody,
.kl-td-action .kl-info-tbody {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.kl-td-action span {
  font-size: 16px;
  color: #dc3545;
  cursor: pointer;
}

.kl-custom-input-week[disabled] {
  border: none;
}
.kl-W-50 {
  width: 40px !important;
}
.kl-filter-head-top {
  display: flex;
  justify-content: space-between;
}
.kl-overflow-none {
  overflow-y: initial !important;
}

#id-table-planningbe .css-b62m3t-container {
  width: 100%;
  background-color: white;
  border-radius: 5px;
}

#id-table-planningbe .css-o214x3-control {
  border-color: #e8e8e8 !important;
}
#id-table-planningbe .css-o214x3-control:hover {
  border-color: #e8e8e8 !important;
}
#id-table-planningbe .css-1n56lth-control:hover {
  border: 2px solid #e8e8e8;
}
.kl-block-filter-calendar .css-b62m3t-container {
  z-index: 10;
}
/*dropdown*/
.kl-block-dropdown-table {
  position: relative;
  width: 40px;
  height: 40px;
}
.kl-block-dropdown-table > span {
  color: var(--color-green-bg);
  font-size: 22px;
  cursor: pointer;
}
.kl-liste-col {
  position: absolute;
  background-color: var(--color-bg-primary);
  top: -16px;
  left: 40px;
  z-index: 10;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.kl-liste-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kl-liste-col ul li {
  margin: 7px 10px;
}
.kl-liste-col ul span:first-child {
  color: var(--color-green-bg);
  margin-right: 5px;
  cursor: pointer;
}
.kl-content-dopdown-table {
  position: absolute;
  left: 10px;
  top: 13px;
}
.kl-external-icon {
  position: absolute;
  right: 23px;
  top: 20px;
  color: var(--color-green-bg);
}
.kl-remove-target .kl-external-icon {
  display: none;
}
.kl-head-current-week > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kl-content--workload-designer {
  position: relative;
  font-size: 17px;
}
.kl-size-week-header{
  font-size: 20px;
}
.kl-size-day{
  font-size: 18px;
}
.kl-designer-year{
  font-size: 20px;
  height: 37px;
}
.kl-custom-header-designer .fc-datagrid-cell-main{
  font-size: 22px;
}
.kl-content--workload-designer span {
  color: var(--color-green-bg);
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kl-content--workload-designer .kl-deigner-arrow-down {
  left: 10px;
}
.kl-content--workload-designer .kl-deigner-arrow-up {
  left: 35px;
  color: red;
}
/*scroll Planning BE*/
.kl-head-be {
  overflow-x: scroll !important;
}

.kl-head-be #PlanningBe .sc-gEvEer.lnnOSC {
  margin: 0px !important;
}
#id-table-planningbe {
  min-width: 1705px;
}

/*Menu Listing*/
.listing-table-div {
  flex-direction: row !important;
}
#listing-table-header td input {
  height: 30px !important;
}
#listing-table-header td {
  height: auto !important;
  background-color: #343a40 !important;
}
.kl-short,
.kl-th-short {
  min-width: 60px;
  position: relative;
}
.kl-short .kl-content--workload-designer span {
  top: 10px;
}
.kl-short .kl-content--workload-designer .kl-deigner-arrow-up {
  left: 30px;
}

.kl-short .kl-content--workload-designer .kl-deigner-arrow-down {
  left: 2px;
}
.kl-short .kl-content--workload-designer {
  position: static;
}
.kl-export-btn i {
  font-size: 35px;
  color: #dc3545;
}
.kl-export-btn {
  padding: 0 !important;
}
.custom-icon-order {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 13px;
}
.kl-itatique {
  font-style: italic;
}

#PlanningBeFull input[type="number"]::-webkit-inner-spin-button,
#PlanningBeFull input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#PlanningBeFull input{
  font-weight: 500;
}
.kl-td-code-phase {
  text-transform: uppercase;
}
.kl-td-code-phase > div {
  overflow: hidden;
}

#id-tbody-planning .kl-border-bottom-tr {
  border-bottom: 3px solid #dee2e6;
}
#id-table-planningbe {
  border: 3px solid #dee2e6;
}
#id-table-planningbe td,
#id-table-planningbe th {
  border-color: #d2d6da;
}
.kl-delet-busness {
  position: absolute;
  top: 10px;
  left: 2px;
  color: #dc3545;
  cursor: pointer;
}
.kl-row-add-phase .kl-custom-cell {
  font-weight: 500;
}
#id-deadline{
  width: 70px;
}
.kl-td-deadline{
  width: 70px;
}
.kl-td-deadline .kl-info-tbody{ 
  padding-left: 0px!important;
}
.bg-date-red{
 background-color: #FFE1E1 !important;
}
.bg-date-orange{
  background-color: rgba(241,90,34,0.15)!important; 
}

.bg-date-red .kl-custom-cell {
  color: #FF2D42;
}
.bg-date-orange .kl-custom-cell {
  color: rgba(241,90,34,1);
}
/*Responsive Police sur un écran xxl */
@media only screen and (min-width: 2000px) {
  .head-2 span {
    font-size: 20px;
  }

  .kl-td-phase .kl-custom-cell {
    font-size: 15px;
  }
  .kl-td-comments .kl-info-tbody {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 2559px) {
  .kl-short,
  .kl-th-short {
    min-width: 70px;
  }
  .kl-designer-year{
    height: 50px;
  }
  #id-deadline{
    min-width: 105px;
  }
  #id-progress > div, #id-week > div, #id-priority > div {
    width: 70px;
}
#id-code-phase > div {
  width: 68px;
}
#id-business-name, .kl-td-business-name .kl-info-tbody{
  width: 165px;
}
  #id-business-number,
  .kl-td-business-number,
  .kl-td-business-number > div {
    width: 120px;
  }
  #id-tbody-planning .kl-info-tbody {
    font-size: 21px;
  }
  #id-code-phase,
  #id-progress,
  #id-week,
  #id-priority {
    width: 100px;
  }
  .kl-td-phase .kl-custom-cell {
    font-size: 20px;
}
.kl-info-tbody.text-truncate {
  padding-left: 32px!important;
}
.kl-td-comments .kl-info-tbody {
  font-size: 20px !important;
}
 .kl-head-current-week, .kl-td-task-week {
  width: 85px;
}
.kl-head-time{
  width: 100px;
}

#id-table-planningbe thead th {
  font-size: 22px;
}
.kl-head-time > div {
  font-size: 21px;
}
.kl-td-task-week > div {
  width: 75px;
}
.kl-td-time-allocated > div, .kl-td-time-progress > div {
  width: 91px;
}
.head-2 span {
  font-size: 24px;
}
#id-usage-name, .kl-td-usage-name, .kl-td-usage-name > div {
  width: 185px;
}
#id-customer-ca, .kl-td-customer-ca, #id-designer, .kl-td-designer {
  width: 117px;
}
.kl-td-customer-ca > div, .kl-td-designer > div {
  width: 109px;
}
#id-phase{
  min-width: 300px;
}
.kl-filter-head-top button{
  font-size: 22px;
}
.kl-btn-reset {
  height: 47px;
}
.kl-week-planning-filter{
  font-size: 24px;
}
.kl-week-planning-filter input{
  font-size: 24px;
  height: 50px!important;
}
.conent-header-plannig .custom-select-year {
  font-size: 24px;
  height: 50px;
}
 .conent-header-plannig .kl-btn-angle{
  height: 50px;
  width: 50px;
}
.conent-header-plannig input{
  font-size: 24px;
  height: 50px;
}
.week-planning{
  font-size: 24px;
}
.title-planning{
  font-size: 35px;
}
.title-planning span{
  font-size: 24px;
}
.kl-td-business-name .kl-info-tbody, .kl-td-usage-name .kl-info-tbody{
  font-size: 22px!important;
}
.kl-content--workload-designer span {
  font-size: 20px;
}
#id-table-planningbe thead {
  top: 90px;
}
.kl-filter-head-top input{
  height: 50px;

}
}

/*Modal Draggabe*/
.flexible-modal {
  position: fixed!important;
  border: 1px solid #ccc;
  background: white;
  z-index: 50!important;
  border-radius: 25px;
}
.flexible-modal-mask {
  position: fixed;
  height: 100%;
  background: rgba(55, 55, 55, 0.6);
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 10;
}
.flexible-modal-resizer {
  position:absolute;
  right: 10px !important;;
  bottom: 10px !important;;
  cursor:se-resize;
  margin:5px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
}
.flexible-modal-drag-area{
  background:transparent!important;
  height: 50px;
  position:absolute;
  right:0;
  top:0;
  cursor:move;
}
.z-99{
  z-index: 99;
}
.custom-modal-dreggable{
  border-radius: 25px;
}
.custom-size-modal{
  max-height: 400px;
  overflow-y: auto;
}
.read-only{
  pointer-events: none;
  
}
.not-allowed{
  cursor: not-allowed; 
  width: 100%;
  height: 100%;
}

/*React slelect*/
.select-header-table .css-13cymwt-control{
  background-color: #3e444a; 
}
.select-header-table .css-t3ipsp-control{
  background-color: #3e444a!important; 
  border-color:  #3e444a!important;
}
.select-header-table .css-1nmdiq5-menu{
  background-color: #3e444a!important; 
}
.content-date-command{
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.red-action-type{
  color: #dc3545;
}
.green-action-type{
  color: #05a85e;
}
.gray-action-type{
  color: #c1bfbf;
}
.white-action-type{
  color: #fff;
}
.black-action-type{
  color: #000;
}

#downloadButtonContainer a, #downloadAllContainer a{   
color: #000;
font-size: 25px;
cursor: pointer;
}
#downloadButtonContainer {   
position: absolute;
top: 5px;
right: 10px;
height: 40px;
width: 40px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

#downloadAllContainer {   
  position: absolute;
  top: 12px;
  right: 60px;
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  }

  .custom-select-sheet .mantine-Select-dropdown{
    width: 225px!important;
  }