/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/planning/gestionFichesRDV/page.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.page_gestionFichesRDV__pjoOO {
  padding: 30px 20px;
  font-family: "Poppins", serif;
  /* Lorsque le bloc est ouvert, on fait tourner la flèche de 90° */
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
  color: white;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
  animation: page_slideDown__DI1_s 0.3s ease;
  flex-wrap: wrap;
  gap: 10px;
}
@keyframes page_slideDown__DI1_s {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarLeft__PZvIw {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarClose__Y__HX {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarClose__Y__HX:hover {
  background: rgba(255, 255, 255, 0.3);
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionCount__ddPgR {
  font-weight: 600;
  font-size: 16px;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarTotals__oY6tD {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarTotals__oY6tD span {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectAllBtn__cg2DR {
  background: white;
  color: #1890ff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s;
}
.page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectAllBtn__cg2DR:hover {
  background: #f0f0f0;
  transform: scale(1.02);
}
@media (max-width: 600px) {
  .page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 {
    flex-direction: column;
    align-items: stretch;
  }
  .page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarLeft__PZvIw {
    justify-content: flex-start;
  }
  .page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectionBarTotals__oY6tD {
    justify-content: center;
  }
  .page_gestionFichesRDV__pjoOO .page_selectionBar__fQOr5 .page_selectAllBtn__cg2DR {
    width: 100%;
  }
}
.page_gestionFichesRDV__pjoOO .page_selectedItem__hW2cw {
  transform: scale(0.98);
  box-shadow: 0 0 0 2px #1890ff, 0 4px 12px rgba(24, 144, 255, 0.2);
  border-radius: 8px;
  transition: all 0.2s ease;
}
.page_gestionFichesRDV__pjoOO .page_arrow__npttk {
  display: inline-block;
  transition: transform 0.2s ease;
  /* Vous pouvez ajuster la taille, la couleur, etc. */
  font-size: 0.9rem;
}
.page_gestionFichesRDV__pjoOO .page_arrow__npttk.page_open__UKyC2 {
  transform: rotate(90deg);
}
.page_gestionFichesRDV__pjoOO .consultation-container {
  margin-top: 20px;
  width: 100%;
}
.page_gestionFichesRDV__pjoOO .consultation-container .btn-wrapper {
  width: 100%;
}
@media (max-width: 600px) {
  .page_gestionFichesRDV__pjoOO .consultation-container .filterAll {
    display: block !important;
  }
}
.page_gestionFichesRDV__pjoOO .consultation-container .filters-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .consultation-container .filters-wrapper .btn-wrapper.btn1-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .consultation-container .filters-wrapper .btn-wrapper.btn2-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .consultation-container .filters-wrapper .btn-wrapper button {
  border-radius: 5px;
  background: #000000;
  color: #fff;
  padding: 10px 18px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 100px;
  border: none;
}
.page_gestionFichesRDV__pjoOO .consultation-container .filters-wrapper .btn-wrapper button.btn1 {
  width: 165px;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .client {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .client strong {
  font-family: "Poppins", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row {
  width: 100%;
  display: grid;
  text-align: center;
  grid-template-columns: 100px 1fr;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row .column {
  padding: 8px 10px;
  font-family: "Poppins", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row .column.table-title {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  text-align: left;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row .column.table-value {
  text-align: left;
  margin-left: 50px;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row .column.table-value.link {
  text-decoration: underline;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row2, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row3, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row4, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row5, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row6, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row7, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row8, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row9, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row10, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row11, .page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row12 {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row10 .table-value {
  background: #4BB543;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .consultation-container .list-wrapper .table .row.row10 .table-value.red {
  background: red;
}
.page_gestionFichesRDV__pjoOO .filterOpened {
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: #F2E7DF;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .close-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .filterOpened .close-wrapper .closeButton {
  width: 30px;
  height: 30px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .close-wrapper .closeButton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper label {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper select, .page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper input, .page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper .ant-select {
  width: 100% !important;
  height: 40px;
  box-sizing: border-box;
  border-radius: 6px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper input {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 8px 10px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper input::placeholder {
  color: #999;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper .ant-select-selector {
  padding: 0 10px;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper .ant-select-selector .ant-select-selection-wrap {
  height: 40px;
  align-self: auto;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 8px 10px;
  width: 100% !important;
  height: 40px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  font-family: "Poppins", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] > div > div div[aria-label="Start Date"], .page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] > div > div div[aria-label="End Date"] {
  display: flex;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] > div > div button {
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
}
.page_gestionFichesRDV__pjoOO .filterOpened .filterWrapper.filter-dateRange div[data-slot=base] > div > div button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.page_gestionFichesRDV__pjoOO .filterOpened .btn-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .filterOpened .btn-wrapper button {
  border-radius: 5px;
  background: #000000;
  color: #fff;
  padding: 10px 18px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 100px;
  border: none;
}
.page_gestionFichesRDV__pjoOO .creationModal {
  height: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  background: #F2E7DF;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}
.page_gestionFichesRDV__pjoOO .creationModal .titles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.page_gestionFichesRDV__pjoOO .creationModal .titles p {
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .creationModal .titles .icon-wrapper {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.page_gestionFichesRDV__pjoOO .creationModal .titles .icon-wrapper svg {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .creation-field {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .creation-field .ant-select, .page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .creation-field .ant-select {
  width: 100% !important;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .creation-field label {
  margin-bottom: 5px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .creation-field.creation-field3 .row {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .creationModal .form-wrapper form .btn-wrapper button {
  border-radius: 5px;
  background: #000000;
  color: #fff;
  padding: 10px 18px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 100px;
  border: none;
}
.page_gestionFichesRDV__pjoOO .rdv-container {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_gestionFichesRDV__pjoOO .rdv-container .rdv-wrapper {
  width: 100%;
  max-width: calc(100% - 40px);
  background: red;
}
