@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");

@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/LatoRegular.woff2") format("woff2");
}

@font-face {
  font-family: "MarcellusRegular";
  src: url("../fonts/MarcellusRegular.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "MarcellusRegular" !important;
}

body {
  background: #fafafa;
  font-family: "LatoRegular";
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MarcellusRegular";
  font-weight: normal;
  color: #393d44;
  text-align: center;
}

h2 {
  font-size: 22px;
  line-height: 27.5px;
}

header {
  width: 100%;
  height: 80px;
  background: #ffffff;
}

header .container {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}

header .container a {
  width: 35px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../images/btn-retour.svg) no-repeat center center;
}

header .container .logo {
  width: 100px;
  height: 55px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/flyspa.svg) no-repeat center center;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}

/* Customer */
.bloc-search {
  background: #f4f6f9;
  padding: 10px 0;
}

.bloc-search .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  flex-flow: wrap;
}

.bloc-search.no-background > .container {
  max-width: 100%;
  justify-content: space-around;
}

.search .text-search {
  width: auto;
  height: 40px;
  border: 1px solid #393d44;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .text-search .form-text {
  width: 160px;
  height: 38px;
  font-size: 15px;
  color: rgba(57, 61, 68, 0.4);
  background: none;
  border: 0;
  padding: 0 15px;
}

.search .text-search .form-submit {
  width: auto;
  height: 40px;
  font-size: 18px;
  color: #faef9b;
  background: #393d44;
  border: 0;
  cursor: pointer;
  font-family: "MarcellusRegular";
  border-radius: 20px;
  padding: 0 15px;
}

.search select {
  padding: 10px 15px 10px 15px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 25px;
  position: relative;
  max-width: 120px;
}

.search .select {
  position: relative;
}

.search .select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: url(../images/icon-select.svg) no-repeat center center;
}

.margeTop20 {
  margin-top: 20px;
}

.form-select {
  position: relative;
}

.form-select select {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select .select {
  position: relative;
}

.form-select .select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0px;
  width: 10px;
  height: 100%;
  background: url(../images/icon-select.svg) no-repeat center center;
}

.btn-add-client {
  width: 155px;
  height: 40px;
  font-size: 18px;
  line-height: 15px;
  color: #faef9b;
  text-align: center;
  background: #393d44;
  border-radius: 15px;
  cursor: pointer;
}

.tableau-list {
  padding: 40px 0 250px;
  overflow-x: scroll;
}

.tableau-list table {
  width: 100%;
}

.tableau-list table thead {
  background: #ffffff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

/* Container-based sticky headers for desktop lists: make the list scrollable and
   keep the thead fixed at the top of that scroll container (top:0). This avoids
   a detached floating header that sits over the page viewport. */
@media (min-width: 768px) {
  .tableau-list.view-desktop {
    max-height: calc(100vh - 160px); /* adjust to leave space for header/breadcrumb */
    overflow-y: auto;
    padding-top: 0; /* avoid extra top padding that pushes content */
  }

  .tableau-list.view-desktop table thead th {
    position: sticky;
    top: 0; /* stick to top of the scrollable container */
    background: #ffffff;
    z-index: 20;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  }
}

.tableau-list table td,
.tableau-list table th {
  text-align: left;
  padding: 15px 15px;
  font-size: 12px;
  color: #1e1e1e;
  font-weight: 400;
}

.tableau-list table td {
  border-bottom: 1px solid rgba(143, 169, 185, 0.25);
}

.tableau-list table td:last-child {
  text-align: right;
}

.tableau-list table td.active,
.tableau-list table td.valid {
  color: #45c343;
}

.tableau-list table td.disabled,
.tableau-list table td.pending_email_verification,
.tableau-list table td.pending_phone_verification {
  color: #ff8a00;
}

.tableau-list table td.locked,
.tableau-list table td.used,
.tableau-list table td.blocked {
  color: #ff0000;
}

.tableau-list table td img {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 10px;
}

.tableau-list table td .edit {
  font-size: 18px;
  color: #8fa9b9;
  background-color: #fafafa;
  border: 0;
}

.tableau-list table td .see-more {
  width: 94px;
  position: relative;
  font-size: 13.78px;
  line-height: 100%;
  font-family: Lato;
  color: #8fa9b9;
  text-align: right;
  display: inline-block;
}

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.18) !important;
  z-index: 9998;
}

.ReactModal__Content {
  width: 90%;
  max-width: 680px;
  padding: 40px 40px;
  background: #fafafa !important;
  border-radius: 24px !important;
  border: 0 !important;
}

.ReactModal__Content h2 {
  font-size: 20px;
  line-height: 35px;
  color: #8fa9b9;
  padding: 0 !important;
}

.ReactModal__Content p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.bloc-manage-ther {
  max-width: 680px;
  margin: 40px auto;
  padding: 50px;
  background: #fafafa;
  border-radius: 24px;
}

.bloc-manage-ther h2 {
  font-size: 28px;
  line-height: 35px;
  color: #8fa9b9;
  padding-bottom: 40px;
}

.bloc-manage-ther p {
  font-size: 16px;
  line-height: 19px;
  color: #393d44;
  text-align: center;
}

.bloc-manage-ther ul {
  padding: 20px 0;
}

.bloc-manage-ther ul li {
  margin: 10px 0;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.bloc-manage-ther ul li .image img {
  display: block;
  margin: 0;
}

.bloc-manage-ther ul li .id {
  color: #8fa9b9;
}

.bloc-manage-ther ul li input {
  width: 0;
  height: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}

.bloc-manage-ther ul li label {
  width: 24px;
  height: 14px;
  border-radius: 24px;
  padding: 2px;
  background: rgba(143, 169, 185, 0.3);
  display: block;
  position: relative;
  cursor: pointer;
}

.bloc-manage-ther ul li label:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
}

.bloc-manage-ther ul li input:checked ~ label {
  background: #8fa9b9;
}

.bloc-manage-ther ul li input:checked ~ label:before {
  float: right;
}

.bloc-manage-ther ul li .btn-add {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: #393d44;
  padding: 0 20px;
  font-size: 14px;
  color: #faef9b;
  cursor: pointer;
}

.bloc-manage-ther .bloc-search {
  width: 313px;
  height: 40px;
  margin: 10px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #393d44;
  border-radius: 20px;
  background: none;
}

.bloc-manage-ther .bloc-search .form-text {
  border: 0;
  background: none;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: rgba(57, 61, 68, 0.4);
}

.bloc-manage-ther .bloc-search .form-submit {
  height: 40px;
  border: 0;
  border-radius: 20px;
  background: #393d44;
  padding: 0 20px;
  font-size: 18px;
  color: #faef9b;
  cursor: pointer;
}

.bloc-manage-ther .btn-save {
  width: 230px;
  height: 57px;
  display: block;
  border: 0;
  border-radius: 15px;
  background: #393d44;
  margin: 10px auto 0;
  padding: 0 20px;
  font-size: 18px;
  color: #faef9b;
  cursor: pointer;
}

.form-text {
  position: relative;
}

.checkbox {
  position: absolute;
  right: 15px;
  top: 37%;
}

.checkbox input {
  width: 0 !important;
  height: 0 !important;
  position: relative;
  left: 0;
  top: 0%;
  opacity: 0 !important;
}

.checkbox label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.checkbox label span {
  width: 24px;
  height: 14px;
  border-radius: 24px;
  padding: 2px;
  background: rgba(143, 169, 185, 0.3);
}

.checkbox label span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
}

.checkbox input:checked ~ label span {
  background: #8fa9b9;
}

.checkbox input:checked ~ label span:before {
  float: right;
}

.champs-notif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

/* Tabs */
.bloc-management .container .react-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-management .container .bloc-search {
  background: none;
  padding-top: 30px;
}

.react-tabs__tab-list {
  width: 30%;
  padding: 30px 25px !important;
  background: #ffffff;
  border: 0 !important;
  margin: 0 !important;
}

.react-tabs__tab-list h2 {
  font-size: 20px;
  color: #393d44;
  text-align: left;
  padding-bottom: 40px;
  font-weight: 400;
}

.react-tabs__tab-list .react-tabs__tab {
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  font-size: 16px;
  color: rgba(57, 61, 68, 0.5);
  background: #fafafa;
  margin-bottom: 10px;
  border-radius: 20px;
  font-family: "LatoRegular";
}

.react-tabs__tab-list .react-tabs__tab.react-tabs__tab--selected {
  color: #ffffff;
  background: #8fa9b9;
}

.react-tabs__tab-panel {
  width: 68%;
}

.react-tabs__tab-panel .container {
  width: 100%;
  max-width: 100%;
}

.list-management {
  padding-top: 40px;
}

.list-management .header-list,
.list-management .list {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #1e1e1e;
  padding: 10px 20px 10px 30px;
  background: #ffffff;
  border-radius: 40px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.list-management .header-list .name,
.list-management .list .name {
  width: 30%;
}

.list-management .header-list .zip-code,
.list-management .list .zip-code {
  width: 150px;
  max-width: 300px;
  height: 100%;
  padding: 10px 15px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  background: none;
}

.zip-code.multi::after,
.zip-code.single::after {
  display: none !important;
}

.list-management .header-list .status,
.list-management .list .status {
  width: 25%;
}

.list-management .list-details {
  margin-bottom: 15px;
  background: #fafafa;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  max-width: 100%;
  white-space: nowrap;
}

.list-management .list-details .list .zip-code.open {
  white-space: normal;
  overflow: visible;
}

.list-management .list-details .lists {
  margin-bottom: 15px;
}

.list-management .list-details .lists .list-zone {
  display: none;
  border-radius: 0 0 20px 20px;
  overflow-x: auto;
  max-width: 100%;
}

.list-management .list-details .lists .list-zone.show {
  display: block;
}

.list-management .list-details .header-list {
  margin: 0;
}

.list-management .list-details .header-list .zip-code {
  background: #faef9b;
  position: relative;
}

.list-management .list-details .header-list .zip-code:after {
  content: "";
  width: 18px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  background: url(../images/icon-select.svg) no-repeat right center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-management .list-details .header-list .zip-code.open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.list-management .list-details .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-management .list-details .action input {
  width: 0;
  height: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}

.list-management .list-details .action label {
  width: 24px;
  height: 14px;
  border-radius: 24px;
  padding: 2px;
  background: rgba(143, 169, 185, 0.3);
  display: block;
  position: relative;
  cursor: pointer;
}

.list-management .list-details .action label:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
}

.list-management .list-details .action input:checked ~ label {
  background: #8fa9b9;
}

.list-management .list-details .action input:checked ~ label:before {
  float: right;
}

.list-management .list-details .list {
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(143, 169, 185, 0.01);
}

.list-management .list-details .list:nth-child(odd) {
  background: rgba(143, 169, 185, 0.07);
}

.list-management .list-details .list .zip-code {
  background: none;
}

.main-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: url(../images/Booking-login-desktop.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .main-login {
    background: url(../images/Login-mobile.png) no-repeat;
    background-size: cover;
  }
}

.main-login .container {
  width: 90%;
  max-width: 400px;
}

.main-login .container .logo {
  width: 152px;
  height: 76px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/flyspa-logo.svg) no-repeat center center;
}

.main-login .container h2 {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 40px;
  display: block;
  font-family: "MarcellusRegular";
}

.main-login .container .sign-apple-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 0 30px;
}

.main-login .container .sign-apple-google .login-with-google-btn {
  width: 100%;
  height: 59px;
  border: 0;
  font-size: 16px;
  color: #393d44;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-login .container .sign-apple-google .login-with-google-btn:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/google-logo.svg) no-repeat center center;
}

.main-login .container .sign-apple-google .login-with-apple-btn {
  width: 100%;
  height: 59px;
  border: 0;
  font-size: 16px;
  color: #393d44;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-login .container .sign-apple-google .login-with-apple-btn:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/apple-logo.svg) no-repeat center center;
}

.main-login .container .text-ou {
  font-size: 17px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-login .container .text-ou:before {
  content: "";
  width: 44%;
  height: 1px;
  background: rgba(220, 220, 226, 0.2);
}

.main-login .container .text-ou:after {
  content: "";
  width: 44%;
  height: 1px;
  background: rgba(220, 220, 226, 0.2);
}

.main-login .container form {
  padding: 20px 0;
}

.main-login .container form .form-text {
  padding-bottom: 20px;
}

.main-login .container form .form-text input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #393d44;
}

.main-login .container form .pass-oublie {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
}

.main-login .container form .form-submit {
  display: block;
  padding: 40px 0 0 0;
  text-align: center;
}

.main-login .container form .form-submit input {
  width: 250px;
  height: 57px;
  background: rgba(255, 255, 255, 0.7) url(../images/icon-login.svg) no-repeat left 20px center;
  border-radius: 15px;
  border: 0;
  font-size: 18px;
  color: #393d44;
  font-family: "MarcellusRegular";
}

.main-login .container .inscription {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 30px;
}

.main-login .container .inscription a {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.main-login .container .passer-connexion {
  width: 200px;
  height: 50px;
  display: block;
  margin: 20px auto;
  border-radius: 15px;
  border: 2px solid #b3bec5;
  font-size: 16px;
  color: #b3bec5;
  text-align: center;
  line-height: 50px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(179, 190, 197, 0.4);
  background: #ffffff;
}

.header .logo {
  text-indent: -9999px;
  width: 110px;
  height: 55px;
  display: block;
  background: url(../images/logo.svg) no-repeat center center;
}

.menu-header {
  padding: 15px 0px;
  gap: 40px;
  font-family: "MarcellusRegular";
  border-bottom: 1px solid rgba(179, 190, 197, 0.4);
  background: #ffffff;
  position: relative;
  z-index: 4;
}

.menu-header .container {
  display: flex;
  justify-content: space-between;
}

.menu-header .logo {
  text-indent: -9999px;
  width: 110px;
  height: 55px;
  display: block;
  background: url(../images/logo.svg) no-repeat center center;
}

.menu-header .menu {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-header .menu .menu-left {
  font-size: 20px;
  line-height: 25px;
}

.menu-header .menu .menu-left a {
  color: #393d44;
}

.menu-header .menu .menu-right ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu-header .menu .menu-right ul a {
  display: block;
}

.menu-header .menu .menu-right ul a.notif {
  cursor: pointer;
  width: 27px;
  height: 27px;
  background: url(../images/icon-notif.svg) no-repeat right center;
  position: relative;
}

.menu-header .menu .menu-right ul a.notif span {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 600;
  background: #faef9b;
  border: 1px solid #393d44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-header .menu .menu-right ul a.account {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #1d1b20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eedd5f;
  border-radius: 50%;
}

.menu-header .menu .menu-right ul a.burger {
  width: 16px;
  height: 12px;
  background: url(../images/icon-burger.svg) no-repeat right center;
  cursor: pointer;
}

.menu-header .menu .menu-right ul li {
  position: relative;
}

.menu-header .menu .menu-right ul li.parent {
  display: flex;
  align-items: center;
}

.menu-header .menu .menu-right ul li ul {
  position: absolute;
  top: 90%;
  right: 0;
  flex-direction: column;
  min-width: 200px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
}

.menu-header .menu .menu-right ul li.open ul {
  display: block;
}

.menu-header .menu .menu-right ul li ul li {
  display: block;
  width: 100%;
}

.menu-header .menu .menu-right ul li ul li a {
  display: block;
  text-align: right;
  color: #000000;
}

.form-inscription {
  padding: 40px 0;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}

.form-inscription.form-hotel {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.form-inscription h2 {
  padding: 20px 0;
  text-align: center;
}

.form-inscription .form-choix {
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.form-inscription .form-choix .form-radio label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  min-height: 25px;
  height: 25px;
  display: block;
  color: #393d44;
  position: relative;
  padding-left: 25px;
}

.form-inscription .form-choix .form-radio label:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #393d44;
  border-radius: 50%;
  overflow: hidden;
}

.form-inscription .form-choix .form-radio input {
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-inscription .form-choix .form-radio input:checked ~ label:before {
  background: #192e5b;
}

.form-inscription .form-text,
.form-inscription .form-select {
  padding: 5px 0;
  width: 100%;
}

.form-inscription .form-text label,
.form-inscription .form-select label {
  font-size: 14px;
  line-height: 16.8px;
  color: #393d44;
  padding-bottom: 8px;
  display: block;
}

.form-inscription .form-text input,
.form-inscription .form-text select,
.form-inscription .form-select input,
.form-inscription .form-select select {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}

.form-inscription .form-text .pass-eye,
.form-inscription .form-select .pass-eye {
  position: relative;
}

.form-inscription .form-text .pass-eye button,
.form-inscription .form-select .pass-eye button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 21px;
  height: 100%;
  text-indent: -9999px;
  border: 0;
  background: url(../images/icon-eye.svg) no-repeat center center;
}

.form-inscription .form-checkbox {
  padding: 15px 0;
}

.form-inscription .form-checkbox label {
  font-size: 16px;
  line-height: 25px;
  min-height: 25px;
  height: 25px;
  display: block;
  color: #393d44;
  position: relative;
  padding-left: 30px;
}

.form-inscription .form-checkbox label:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #393d44;
  border-radius: 2px;
  overflow: hidden;
}

.form-inscription .form-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-inscription .form-checkbox input:checked ~ label:before {
  background: #192e5b;
}

.form-inscription .btn-submit {
  width: 260px;
  height: 57px;
  margin: 20px auto 0;
  display: block;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
  cursor: pointer;
}

.form-inscription .react-international-phone-input-container {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inscription .react-international-phone-input-container .react-international-phone-country-selector-button {
  border: 0;
}

.validation-inscription {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.validation-inscription .container {
  max-width: 640px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.validation-inscription .container form {
  width: 100%;
}

.validation-inscription .container form label {
  font-size: 14px;
  color: #393d44;
  line-height: 17px;
  padding-bottom: 8px;
  display: block;
}

.validation-inscription .container form input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #000022;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}

.validation-inscription .container form button {
  width: 180px;
  height: 57px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #faef9b;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
}

.page-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: url(../images/bg-accueil.png) no-repeat center center;
  background-size: cover;
}

.page-home .container {
  max-width: 400px;
  width: 90%;
}

.page-home .container h1 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font-family: "LatoRegular";
}

.page-home .container a {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.page-home .container a button {
  width: 100%;
  display: block;
  padding: 25px 60px;
  font-size: 18px;
  line-height: 23px;
  color: #393d44;
  font-family: "MarcellusRegular";
  text-align: center;
  background: rgba(250, 250, 250, 0.7) url(../images/icon-pro.svg) no-repeat left 70px center;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
}

.container-location {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0;
}

.container-location h2 {
  padding: 0px 0 30px;
}

.form-group {
  padding: 7px 0;
}

.form-group label {
  font-size: 14px;
  color: #393d44;
  line-height: 17px;
  padding-bottom: 8px;
  display: block;
}

.form-group input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #000022;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

button.btn {
  width: 180px;
  height: 57px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #faef9b;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
  cursor: pointer;
}

.form-hotel button.btn {
  margin: 40px 0 0;
}

.open-disponibility h2 {
  text-align: left;
}

.t-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 38px;
  margin-bottom: 30px;
  background: #ffffff !important;
  border-radius: 40px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  flex-wrap: wrap;
}

.t-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 38px;
  margin-bottom: 10px;
  background: #ffffff !important;
  border-radius: 40px;
  flex-wrap: wrap;
}

.t-heure-debut {
  width: 30%;
}

.t-heure-fin {
  width: 40%;
}

.t-actions {
  width: 30%;
  text-align: right;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  background: #ffffff;
}

.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.menu-nav ul li {
  padding: 0 20px;
}

.menu-nav ul li a {
  font-size: 18px;
  line-height: 22px;
  color: rgba(57, 61, 68, 0.5);
  font-family: "MarcellusRegular";
  padding: 20px 0;
  display: block;
  position: relative;
}

.menu-nav ul li.actif a {
  color: #393d44;
}

.menu-nav ul li.actif a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eedd5f;
}

.main-aside {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-aside .profil {
  display: none;
}

.main-aside .link-solutions {
  width: 90%;
  display: block;
  margin: 0 auto 30px;
  max-width: 244px;
}

.main-aside .link-solutions a {
  font-size: 16px;
  color: #b3bec5;
  border: 2px solid #b3bec5;
  border-radius: 15px;
  display: block;
  padding: 15px 30px 15px 60px;
  background: url(../images/icon-phone.svg) no-repeat left 30px center;
}

.main-aside .menu-aside {
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
}

.main-aside .menu-aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.main-aside .menu-aside ul li a {
  height: 56px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #393d44;
  border-radius: 25px;
  background: #d5dadc;
}

.main-aside .menu-aside ul li a:before {
  content: "";
  width: 23px;
  height: 23px;
}

.main-aside .menu-aside ul li a.home:before {
  background: url(../images/icon-home.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.commandes:before {
  background: url(../images/icon-commandes.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.profil:before {
  background: url(../images/icon-login.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.contact:before {
  background: url(../images/icon-contact.svg) no-repeat center center;
  background-size: contain;
}

.container-therapeut {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 10px 0;
}

.form-duree .form-group label {
  text-align: center;
}

.form-duree .form-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 49px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.form-duree .form-group .btn-group button {
  width: 25%;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(57, 61, 68, 0.2);
  cursor: pointer;
}

.form-duree .form-group .btn-group button.btn-checked {
  border: 2px solid #393d44;
}

.form-duree .form-group .btn-group button:first-child {
  border-radius: 20px 0 0 20px;
}

.form-duree .form-group .btn-group button:last-child {
  border-radius: 0 20px 20px 0;
}

.form-duree .form-group .btn-group.group-3 button {
  width: 33.33%;
}

.form-duree .recap {
  text-align: center;
  padding-top: 30px;
}

.form-duree .recap p {
  color: #393d44;
}

.form-duree .recap h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 0 20px;
}

.form-duree .recap .time-prix {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  color: #393d44;
}

.form-duree .recap .time-prix span {
  font-weight: 400;
}

.form-masseur .form-group label {
  text-align: center;
}

.form-masseur .form-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.form-masseur .form-group .btn-group .text {
  font-size: 16px;
  color: #393d44;
}

.form-masseur .form-group .btn-group .row-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 10px;
}

.form-masseur .form-group .btn-slide {
  width: 20px;
  height: 40px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.form-masseur .form-group .btn-slide.btn-prev {
  background: url(../images/icon-prev.svg) no-repeat center center;
}

.form-masseur .form-group .btn-slide.btn-next {
  background: url(../images/icon-next.svg) no-repeat center center;
}

.form-masseur .form-group .btn-day {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  border: 0;
  line-height: 24px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}

.form-masseur .form-group .btn-day.selected {
  background: #b3bec5;
  color: #ffffff;
}

.form-masseur .form-group .btn-hour {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 10px;
  border: 0;
  line-height: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}

.form-masseur .form-group .btn-hour.selected {
  background: #393d44;
  color: #faef9b;
}

.form-masseur .form-group.group-heure {
  overflow: hidden;
}

.form-masseur .form-group.group-masseur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.form-masseur .form-group.group-masseur .therapist-item {
  width: 48%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.form-masseur .form-group.group-masseur .therapist-item img {
  /* width: 25%;
  min-height: 90px; */
  object-fit: cover;
  height: 100%;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info {
  padding-right: 40px;
  position: relative;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info .btn-outline-primary {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  text-indent: -9999px;
  background: url(../images/icon-next.svg) no-repeat center center;
}

.form-masseur .form-group.group-masseur .therapist-item .name {
  font-size: 18px;
  line-height: 28px;
  color: #393d44;
  padding-bottom: 10px;
}

.form-masseur .form-group.group-masseur .therapist-item .note {
  font-size: 14px;
  line-height: 15px;
  color: #393d44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form-masseur .form-group.group-masseur .therapist-item .note:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-stars.svg) no-repeat center center;
}

.services-container .service-card {
  padding: 50px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: url(../images/bg-accueil.png) no-repeat center center;
  overflow: hidden;
}

.services-container .service-card .service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-container .service-card .service-info h3 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.services-container .service-card .service-info .more-info {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.services-container .service-card .service-info .select-button {
  width: 150px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: none;
  cursor: pointer;
}

.container-contact {
  max-width: 640px;
  padding-top: 40px;
  margin: 0 auto;
}

.container-contact h2 {
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #393d44;
}

.container-contact p {
  font-size: 16px;
  line-height: 19px;
  color: rgba(57, 61, 68, 0.5);
  padding: 40px 0 0px;
  text-align: center;
  font-family: "LatoRegular";
}

.container-contact form {
  margin-top: 30px;
}

.container-contact form .form-tel {
  margin-bottom: 15px;
}

.container-contact form .form-tel input {
  width: 100%;
  height: 150px;
  font-size: 48px;
  color: #393d44;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.container-contact form .form-text,
.container-contact form .form-select {
  margin-bottom: 15px;
}

.container-contact form .form-text label,
.container-contact form .form-select label {
  font-size: 14px;
  line-height: 16px;
  color: #393d44;
  padding-bottom: 7px;
  display: block;
}

.container-contact form .form-text input,
.container-contact form .form-select input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #393d44;
  padding: 0 15px;
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.container-contact form .form-textarea {
  margin-bottom: 15px;
}

.container-contact form .form-textarea label {
  font-size: 14px;
  line-height: 16px;
  color: #393d44;
  padding-bottom: 7px;
  display: block;
}

.container-contact form .form-textarea textarea {
  width: 100%;
  height: 215px;
  font-size: 14px;
  color: #393d44;
  padding: 20px 15px;
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.container-contact form .form-submit input {
  width: 185px;
  height: 57px;
  margin: 50px auto 40px;
  display: block;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
  cursor: pointer;
}

.valid-bloc {
  padding: 20px 15px 30px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.valid-bloc .icon {
  width: 70px;
  height: 70px;
  background: url(../images/btn-ok.svg) no-repeat center center;
}

.valid-bloc p {
  font-size: 22px;
  line-height: 27px;
  color: #393d44;
  padding: 0;
}

.container-profile {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
}

.container-profile .name {
  font-size: 24px;
  line-height: 28px;
  color: #393d44;
  text-align: center;
  padding-bottom: 10px;
}

.container-profile .lieu {
  font-size: 16px;
  line-height: 19px;
  color: #393d44;
  text-align: center;
  font-size: 500;
}

.container-profile .adress {
  padding: 20px 15px;
  margin-top: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.container-profile .adress h3 {
  font-size: 18px;
  color: #393d44;
}

.container-profile .adress .rue {
  font-size: 16px;
  line-height: 19px;
  color: #393d44;
}

.container-profile .adress .edit {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/btn-edit.svg) no-repeat center center;
}

.container-profile .list {
  margin-top: 40px;
}

.container-profile .list ul li {
  display: block;
}

.container-profile .list ul li a {
  font-size: 16px;
  color: #393d44;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid rgba(57, 61, 68, 0.2);
  background: url(../images/btn-right.svg) no-repeat center right;
}

.container-profile .list ul li.logout a {
  border-bottom: 0;
  background: url(../images/btn-logout.svg) no-repeat center right;
}

.container-profile .form {
  margin-top: 40px;
}

.container-profile .form .sexe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 0 10px;
}

.container-profile .form .sexe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-profile .form .sexe label {
  font-size: 16px;
  line-height: 19px;
  color: #393d44;
  font-weight: 500;
  font-family: "LatoRegular";
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.container-profile .form .sexe label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #393d44;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.container-profile .form .sexe input:checked ~ label:before {
  background: #393d44;
}

.container-profile .form .form-group {
  padding-top: 15px;
  display: block;
}

.container-profile .form .form-group label {
  font-size: 14px;
  line-height: 16px;
  color: #393d44;
  font-weight: 500;
  display: block;
  padding-bottom: 7px;
  font-family: "LatoRegular";
}

.container-profile .form .form-group input,
.container-profile .form .form-group select {
  font-size: 16px;
  line-height: 16px;
  color: #393d44;
  font-weight: 500;
  display: block;
  padding: 15px 15px;
  font-family: "LatoRegular";
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 59px;
}

.container-profile .form .form-check {
  padding: 20px 0 10px;
}

.container-profile .form .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-profile .form .form-check label {
  font-size: 16px;
  line-height: 25px;
  color: #393d44;
  font-weight: 500;
  font-family: "LatoRegular";
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: block;
}

.container-profile .form .form-check label:before {
  content: "";
  width: 21px;
  height: 21px;
  border: 2px solid #393d44;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.container-profile .form .form-check input:checked ~ label:before {
  background: url(../images/check.svg) no-repeat center;
}

.container-profile .form .form-submit {
  padding: 20px 0 15px;
}

.container-profile .form .form-submit input {
  width: 208px;
  height: 57px;
  text-align: center;
  font-size: 18px;
  color: #faef9b;
  display: block;
  margin: 0 auto;
  background: #393d44;
  border-radius: 15px;
  cursor: pointer;
  border: 0;
}

.container-profile .btn-remove-user {
  width: 235px;
  height: 49px;
  font-size: 16px;
  color: #fe5050;
  font-weight: 500;
  line-height: 49px;
  font-family: "LatoRegular";
  display: block;
  margin: 0px auto 50px;
  padding-left: 60px;
  background: url(../images/trash.svg) no-repeat left 30px center;
}

.btn-submit {
  width: 185px;
  height: 57px;
  margin: 50px auto 40px;
  display: block;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
  cursor: pointer;
}

/* Notification */

.notification-breadcumb {
  background: #f4f6f9;
  padding: 15px 0px 15px 0px;
}

.notification-breadcumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 25px;
}
.product-row .quantity-controls button {
  margin: 0 5px;
  width: 28px;
  height: 28px;
}
.product-row .summary {
  margin-left: 10px;
}
.pointer-click {
  cursor: pointer;
}
.btn-send-notif {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #faef9b;
  text-align: center;
  background: #393d44;
  border-radius: 15px;
  cursor: pointer;
  font-family: "MarcellusRegular";
  padding: 0 25px;
}

.notification {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 50px rgba(36, 36, 36, 0.06);
  border-radius: 8px;
  background-color: #fdfdfd;
  height: 95px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  gap: 12px;
  text-align: left;
  font-size: 18px;
  color: #292929;
  font-family: Lato;
  margin-bottom: 15px;
  cursor: pointer;
}

.profile-picture {
  width: 48px;
  height: 48px;
  position: relative;
  box-shadow: 0px 8px 50px -2px rgba(0, 0, 0, 0.06);
  margin-right: 15px;
}

.avatar-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.notification-card-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  display: block;
  /* z-index: 111111; */
}

.notification-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.notification-card-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: #292929;
  font-family: Lato;
}

.notification-card-title-text {
  position: relative;
  line-height: 100%;
  font-weight: 500;
}

.notification-card-title-time-text {
  font-size: 14px;
  color: #7c7c7c;
}

.notification-card-content-wrapper {
  margin-top: 5px;
}

.notification-card-content-text {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  color: #525252;
  font-family: Lato;
}

.flex-start {
  justify-content: flex-start !important;
}

/* Calendar */

.btn-download {
  white-space: nowrap;
  border: 1px solid #000;
  color: #1e1e1e;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  font-family: "MarcellusRegular";
  padding: 0 25px;
}

.button-container {
  display: flex;
  gap: 20px;
}

.btn-import {
  margin: 0 !important;
  border-radius: 15px;
  background-color: #393d44;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
}

.name-therapist-calendar {
  align-self: stretch;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.address-therapist-calendar {
  width: 233px;
  position: relative;
  font-size: 13.78px;
  line-height: 100%;
  font-family: "LatoRegular";
  display: inline-block;
  height: 17px;
  flex-shrink: 0;
}

.title-therapist-item {
  width: 146px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.availability-therapist {
  margin: 0;
}

.details-items {
  width: 233px;
  position: relative;
  line-height: 132%;
  display: inline-block;
  height: 49px;
  flex-shrink: 0;
}

.details-therapist-calendar {
  width: 146px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 13.78px;
  font-family: "LatoRegular";
}

.therapist-items {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.list-item-with-image-calendar {
  width: 100%;
  position: relative;
  border-radius: 20px;
  background-color: #f6f6f6;
  border: 1px solid #b3bec5;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  gap: 10px;
  text-align: left;
  font-size: 18px;
  color: #393d44;
  font-family: "MarcellusRegular";
  margin-bottom: 15px;
  height: 150px;
}

.arrowlineleft-s-icon-cal {
  width: 20px;
  position: relative;
  height: 20px;
}

.iconset-cal {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button-cal {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.text1-cal {
  align-self: stretch;
  position: relative;
  line-height: 16px;
  cursor: pointer;
  font-size: 10px;
}

.text-cal {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.actions {
  display: flex;
  gap: 20px;
}

.button2-cal {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  text-align: center;
}

.group-cal {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  height: 47px;
  display: flex;
  padding: 0px 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  color: #000;
  font-family: "LatoRegular";
  width: 100%;
  max-width: 240px;
}

/* Product */

.product-breadcumb {
  background: #f4f6f9;
  padding: 15px 0px 15px 0px;
}

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

.product-breadcumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-breadcumb .container .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.product-breadcumb .container .search select {
  padding: 10px 25px 10px 15px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 25px;
  position: relative;
}

.product-breadcumb .container .search select:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #000000;
}

.btn-add-product {
  width: 125px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #faef9b;
  text-align: center;
  background: #393d44;
  border-radius: 15px;
  cursor: pointer;
}

.disabled-item {
  color: #8fa9b9 !important;
  opacity: 0.4 !important;
}

.domain-txt-color {
  color: #8fa9b9 !important;
}

.product-actions {
  display: flex;
  gap: 10px;
}

.css-ygtfld-MuiStack-root > :not(style) ~ :not(style) {
  position: relative;
  font-size: 13.78px;
  line-height: 100%;
  font-family: Lato;
  color: #000;
  text-align: left;
}

.fileField {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  height: 133px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  box-sizing: border-box;
  gap: 5px;
  text-align: left;
  font-size: 14px;
  color: #393d44;
  font-family: Lato;
  margin-bottom: 20px;
}

.selectFileTo {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #393d44;
  text-align: center;
}

.orDragAnd {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  font-family: Lato;
  color: rgba(57, 61, 68, 0.3);
  text-align: left;
}

.imgFile {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 20px;
  flex-shrink: 0;
}

.fileLabel {
  line-height: 16.8px;
  color: #393d44;
  padding-bottom: 8px;
  display: block;
  font-size: 14px !important;
  margin-top: 10px;
}

.dropdown-menu {
  position: absolute;
  top: 15px;
  right: 0;
  background-color: white;
  font-family: "MarcellusRegular";
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-size: 14px;
  width: 150px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.6);
}

.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dropdown-menu li {
  padding: 10px 20px;
  cursor: pointer;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 10px;
}

.edit {
  cursor: pointer;
}

.capability-input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  padding: 10px 15px;
}

.booking-zone {
  width: 100%;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  height: px;
}

.table-bookings {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  border-radius: 8px 8px 0 0;
}

.table-bookings th,
.table-bookings td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.table-bookings th {
  background-color: #dcdcdc;
}

.table-bookings tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-bookings tr:hover {
  background-color: #f1f1f1;
}

.list-all-bookings {
  position: relative;
  line-height: 100%;
  font-family: "LatoRegular";
  color: #1e1e1e;
  font-size: 20px;
  text-align: left;
  display: inline-block;
  padding: 25px 25px 25px 25px;
}

.list-excel-all-bookings {
  width: 297px;
  position: relative;
  font-size: 20px;
  line-height: 100%;
  font-family: "LatoRegular";
  color: #8fa9b9;
  text-align: left;
  display: inline-block;
}

.extract-button {
  /* position: absolute; */
  border-radius: 15px;
  background-color: #393d44;
  overflow: hidden;
  /* flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center; */
  justify-content: center;
  padding: 17px 17px;
  /* box-sizing: border-box; */
  text-align: center;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  margin-top: 25px;
  /* margin-left: 25px; */
  cursor: pointer;
  max-width: 400px;
}
.list-button {
  display: flex;
  justify-content: space-between;
}

.extractMrg {
  margin-top: 30px;
}

.account-hotel-management {
  position: relative;
  margin-bottom: 15px;
}

.input-hotel-container {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.input-hotel-container input {
  width: 100%;
  height: 60px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
  text-align: left;
}

.input-hotel-label {
  font-size: 14px;
  line-height: 16.8px;
  color: #393d44;
  padding-left: 15px;
  position: absolute;
  top: -10%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  font-weight: 600;
}

.create-hotel-account {
  position: absolute;
  top: 50%;
  right: 250px;
  transform: translateY(-50%);
  font-size: 13.78px;
  text-decoration: underline;
  line-height: 100%;
  font-weight: 900;
  font-family: "LatoRegular";
  color: #8fa9b9;
  text-align: right;
  display: inline-block;
  z-index: 2;
}

.hotel-account {
  position: absolute;
  top: 50%;
  right: 250px;
  transform: translateY(-50%);
  font-size: 13.78px;
  line-height: 100%;
  font-weight: 900;
  font-family: "LatoRegular";
  color: #8fa9b9;
  text-align: right;
  display: inline-block;
  z-index: 2;
}

.mrgBottom {
  margin-bottom: 50px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}

.profile-form-inscription {
  margin-top: 20px;
}

.profile-form-inscription .form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.profile-form-inscription .form-left,
.form-right {
  flex: 1;
}

.profile-form-inscription .form-text {
  margin-bottom: 10px;
}

.profile-form-inscription label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #393d44;
  text-align: left;
}

.profile-form-inscription input {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  box-sizing: border-box;
}

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

.profile-form-inscription .form-text input,
.profile-form-inscription .form-text select,
.profile-form-inscription .form-select input,
.profile-form-inscription .form-select select {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}

.left-align {
  text-align: left;
  margin: 0 !important;
  font-size: 18px;
  letter-spacing: 0.06px;
  line-height: 15.53px;
  display: inline-block;
  font-family: "LatoRegular";
  color: #393d44;
}

.profile-form-inscription .btn {
  width: 180px;
  height: 57px;
  display: block;
  font-size: 18px;
  color: #faef9b;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393d44;
  cursor: pointer;
  margin: 0;
  margin-bottom: 25px;
}

.pass-input-size {
  width: 55%;
}

.profile .account-avatar {
  width: 90px;
  height: 90px;
  font-size: 16px;
  color: #1d1b20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eedd5f;
  border-radius: 50%;
  margin: 25px 0 25px 0;
}

.profile .account-avatar .name {
  position: absolute;
  margin: 0 !important;
  font-size: 25px;
  letter-spacing: 0.06px;
  line-height: 15.53px;
  font-weight: 500;
  font-family: Roboto;
  color: #1d1b20;
  text-align: center;
  display: inline-block;
}

.profile .account-name {
  position: absolute;
  margin: 12px 0 0 110px !important;
  font-size: 48px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-family: Roboto;
  color: #393d44;
  text-align: left;
}

.flex-row {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.clickable {
  cursor: pointer;
}

.sort-header {
  cursor: pointer;
}

.sort-header.active {
  font-weight: bold;
}

.sort-header::after {
  content: "▼▲";
  font-size: 0.8em;
  color: #333;
}

.sort-header:hover {
  text-decoration: underline;
}

.gap-10 {
  gap: 10px;
}

.danger {
  color: #ff0000;
}

.success {
  color: #00ff00;
}

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

.form-text.form-multi-select select {
  height: 250px;
}

.basic-multi-select .select__value-container {
  padding: 0;
  height: 60px;
}

.basic-multi-select .select__multi-value {
  align-items: center;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  background: #ffffff;
  margin: 0;
}

.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.close-button:hover {
  background-color: #e0e0e0;
  border-color: #999;
}

.close-icon {
  font-size: 14px;
  color: #666;
}

.css-1dyz3mf {
  align-content: flex-start;
  overflow-x: auto !important;
  padding: 0 !important;
  align-items: flex-start !important;
  flex-direction: column;
  scrollbar-width: none;
  height: 60px;

  > div {
    background-color: hsl(0, 0%, 100%);
    padding: 0;
    font-size: 16px;
  }
}

.manage-managers-modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.manage-managers-modal h2 {
  text-align: center;
  font-size: 20px;
  margin: 6px 0 12px 0;
}

.manage-managers-modal h3 {
  font-size: 16px;
  margin: 6px 0 8px 0;
  color: #393d44;
}

.currently-managed,
.available-managers,
.available-zones,
.manage-zones-modal {
  border-radius: 8px;
  padding: 8px 6px;
  background: transparent;
}

.search-center {
  justify-content: center !important;
}

.bloc-manage .form-submit {
  background-color: #393d44;
  color: #faef9b;
  border-radius: 15px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.bloc-manage .save-submit {
  position: relative;
  border-radius: 14px;
  background-color: #393d44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  margin: 8px auto 0 auto;
  cursor: pointer;
}

.custom-tooltip {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 400px;
  text-align: left;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  z-index: 9999;
}

.zip-code-container {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
}

.zip-code-container:active {
  cursor: grabbing;
}

.zip-code-container::-webkit-scrollbar {
  display: none;
}

/* Modal list compacting: limit height and enable internal scroll; make rows compact */
.manage-managers-modal .tableau-list,
.manage-zones-modal .tableau-list,
.manage-managers-modal .tableau-list.no-scroll,
.manage-zones-modal .tableau-list.no-scroll {
  max-height: 260px;
  overflow-y: auto;
  padding: 0;
}

.manage-managers-modal table th,
.manage-managers-modal table td,
.manage-zones-modal table th,
.manage-zones-modal table td {
  padding: 8px 10px;
  font-size: 13px;
}

.manage-managers-modal .bloc-search,
.manage-zones-modal .bloc-search {
  margin: 6px 0 10px 0;
  padding: 0;
}

.manage-managers-modal .currently-managed .no-background thead tr,
.manage-managers-modal .available-managers .no-background thead tr,
.manage-zones-modal .currently-managed .no-background thead tr {
  align-items: center;
}

.right {
  right: 0 !important;
  left: auto;
}

.no-scroll {
  overflow: auto !important;
}

.form-general-settings {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.time-editor button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 10px;
  color: #faef9b;
  background: #3a3e45;
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}

.time-editor button:disabled,
.paginator .pagination button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.time-editor {
  padding: 20px 15px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  max-width: 475px;
}

.time-editor span {
  font-size: 16px;
  /* line-height: 19.2px; */
  color: #393d4480;
}

.paginator {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paginator .pagination {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

.paginator .pagination button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 10px;
  color: #faef9b;
  background: #3a3e45;
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}

.logo-container {
  width: fit-content !important;
  gap: 20px;
}

.logo-container .sub-menu {
  left: 0;
  z-index: 9999;
}

.logo-container .sub-menu a {
  text-align: left !important;
}

.MuiPickersPopper-root {
  z-index: 10000 !important;
}

/*  Global custom scrollbar  */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
  background-color: darkgrey;
}

::-webkit-scrollbar-button {
  display: none;
}

/* For Firefox (using scrollbar-width and scrollbar-color) */
* {
  scrollbar-width: thin;
  scrollbar-color: grey transparent;
}

.separator-lines {
  border-bottom: 1px solid #e0e0e0;
  margin: 50px 10px -30px;
}

.input-350-width {
  width: 240px !important;
}
.input-350-width input {
  width: 120px !important;
  padding: 0 !important;
}

.tags-management ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.tags-management li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.tags-management input {
  width: calc(100% - 60px);
  margin-right: 10px;
}

.tags-management button {
  padding: 5px 10px;
  width: 90px;
  height: 32px;
  font-size: 15px;
  color: #faef9b;
  background: #393d44;
  border: 0;
  cursor: pointer;
  font-family: "MarcellusRegular";
  border-radius: 20px;
  margin-top: 10px;
}

.calendar-therapist {
  border: 1px solid rgba(179, 190, 197, 1);
  color: rgba(57, 61, 68, 1);
  border-radius: 20px;
  padding: 10px;
  height: 47px;
  width: 100%;
}

.calendar-therapist-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 210px;
}

.calendar-therapist-item-header {
  display: flex;
  align-items: center;
  gap: 20px;

  overflow: hidden;
  text-overflow: ellipsis !important;
}

.calendar-therapist-item-header .avatar-img {
  width: 25px;
  height: 25px;
  object-fit: fill;
  border-radius: 20px;
}

.calendar-therapist-item-header .avatar-img-60 {
  width: 60px;
  height: 60px;
  object-fit: fill;
  border-radius: 20px;
}

.calendar-therapist-availibility {
  font-size: 12px;
}

.calendar-therapist-name {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.calendar-therapist-zone {
  font-size: 14px;
}
.pac-container {
  z-index: 10000;
}

.no-padding-bottom {
  padding-bottom: 0;
}

button.form-submit {
  background-color: #393d44;
  color: #faef9b;
  border-radius: 15px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.table-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.no-position {
  position: unset !important;
}

.week-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.week-buttons.btn-role-manager {
  flex-wrap: nowrap;
}

.btn-role-manager .btn-submit {
  color: rgba(57, 61, 68, 0.5);
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 8px 50px 0px #0000000f;
}

.btn-role-manager .btn-submit.active {
  color: #000000;
  border: 1px solid #000000;
  box-shadow: 0px 8px 50px 0px #0000000f;
}

.actions-availibility-button-size {
  width: 75px !important;
  height: 28px !important;
  margin: 40px 5px 0 !important;
  font-size: 13px !important;
}

.actions-availibility {
  display: flex !important;
  justify-content: end !important;
  margin-top: -35px !important;
}

.time-availiblity-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.time-availiblity-container .form-text {
  box-shadow: 0px 8px 50px 0px #0000000f;
}

.time-availiblity-input {
  width: 50%;
}

.text-align-center {
  text-align: center !important;
}

.icon-top-margin {
  margin-top: 20px !important;
}

.address-input {
  transition: width 0.3s ease-in-out;
  width: 400px;
}

.address-input.compact {
  width: 200px;
}

.zip-code-input {
  margin-left: 10px;
  width: 180px;
}

.icon-top-margin {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.frame .div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.turn-back {
  display: flex;
  align-items: center;
}
.turn-back {
  padding: 10px 70px;
}

.turn-back .div {
  font-size: 20px;
}

.legend-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* slightly tighter */
  flex-wrap: wrap;
  padding: 10px;
  max-width: calc(100% - 300px);
}

.legend-list .legend {
  display: flex;
  align-items: center;
  gap: 6px; /* keep a small breathing room for icon + text */
}

.bloc-calendar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px; /* reduce gap to compact header items */
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 20px 0;
}

.react-datepicker-wrapper {
  width: 100% !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
}
.collapsible {
  max-height: 2.8em;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.collapsible.expanded {
  max-height: none;
}

.show-more {
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
}

.tableau-list table {
  width: 100% !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
}

.tableau-list th,
.tableau-list td {
  white-space: normal !important;
  word-wrap: break-word !important;
  padding: 0.3rem !important;
  text-align: left !important;
}
.btn-tabs {
  width: 140px;
  height: 57px;
  display: block;
  margin: 40px auto;
  font-size: 18px;
  color: #393d44;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  border: 1px solid #393d44;
  cursor: pointer;
}
.btn-clients {
  width: 140px;
  height: 37px;
  display: block;
  margin: 5px auto;
  font-size: 14px;
  color: #393d44;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  border: 1px solid #393d44;
  cursor: pointer;
}

.view-mobile,
.title-filtre {
  display: none;
}

.menu-mobile-tabs {
  display: none;
}

.desktop-hidden {
  display: none;
}

.bloc-filtre {
  display: flex;
  gap: 10px;
}

.bloc-search-dashboard {
  width: 55%;
}

.filtre-products .search-parent select {
  max-width: 145px;
}

.filtre-products .bloc-search {
  padding: 0;
}


.icon-excel img {
  width: 40px;
}

.btn-close {
  color: rgba(57, 61, 68, 0.5);
  background: #ffffff;
  padding: 7px 15px;
  border: 0;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .menu-header .menu {
    width: 90%;
  }

  .desktop-hidden {
    display: block;
  }

  .menu-header .menu .menu-left a {
    font-size: 14px;
  }

  .view-desktop {
    display: none;
  }

  .view-mobile {
    display: block;
  }

  .menu-header .logo {
    display: none;
  }

  .menu-right .MuiSelect-select span,
  .MuiListItemText-root {
    display: none !important;
  }

  ul.MuiList-root .MuiListItemText-root {
    display: block !important;
  }

  .menu-right .css-ece9u5 {
    min-width: auto;
  }

  .menu-right ul li {
    margin: 0 !important;
  }

  .view-mobile .list-items {
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
  }

  .view-rows .list-items {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .img-items {
    border-radius: 10px;
    overflow: hidden;
    width: 50px;
  }

  .img-items img {
    display: block;
  }

  .menu-edit {
    position: absolute;
    gap: 10px; /* tighten action icon spacing */
    top: 15px;
    right: 0;
  }

  .infos-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 75%;
    font-size: 13px;
  }

  .infos-items .id {
    color: #8fa9b9;
  }

  .pending_phone_verification span,
  .list-items .disabled span {
    color: #ff8a00;
  }

  .infos-items .active span,
  .list-items .active span {
    color: #45c343;
  }

  .notification-breadcumb {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .notification-breadcumb .turn-back {
    padding: 0;
  }

  .notification-breadcumb .container {
    margin: 0;
  }

  .toggle-button-mobile {
    display: flex;
    justify-content: space-between;
  }

  .see-more {
    color: #8fa9b9;
  }

  .input-hotel-container input {
    margin-top: 7px;
  }

  .hotel-account {
    right: auto;
    left: 15px;
  }

  .css-1hk443m-MuiStack-root {
    margin: 0 !important;
  }

  .ReactModal__Content {
    padding: 0 !important;
  }

  .ReactModal__Content p {
    text-align: left;
  }

  .input-hotel-container input {
    padding-left: 10px;
  }

  .table-bookings th,
  .table-bookings td {
    padding: 8px 6px;
    font-size: 10px;
  }

  .bloc-management .container .react-tabs {
    flex-direction: column;
  }

  .react-tabs__tab-list {
    width: 100%;
    padding: 30px 0px !important;
    background: #fafafa;
  }

  .react-tabs__tab-list .react-tabs__tab {
    background: #ffffff url(../images/btn-right.svg) no-repeat right 20px center;
  }

  .react-tabs__tab-panel {
    width: 100%;
  }

  .profile .account-name {
    margin: 23px 0 0 110px !important;
    font-size: 32px;
  }

  .profile-form-inscription .form-row {
    gap: 0;
    flex-direction: column;
  }

  .pass-input-size {
    width: 100%;
  }

  #calendar .left-side-calendar {
    width: 60px !important;
    min-width: 60px !important;
    position: inherit;
  }

  #calendar .calendar-therapist-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #calendar .header-side-calendar {
    position: absolute;
    top: 100px;
    width: 85%;
    display: flex;
    justify-content: center;
  }

  .bloc-calendar .actions {
    display: none !important;
  }

  .bloc-calendar {
    padding-top: 90px;
  }

  /* .calendar-therapist-item-header .avatar-img {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    display: block;
  } */
/* 
  .calendar-therapist-item-header .therapist-item-title {
    display: none;
  } */

  #calendar .right-side-calendar {
    width: calc(100% - 70px);
  }

  #calendar .section-time {
    display: flex !important;
    flex-direction: column;
    padding: 0;
  }

  .commande-container > div {
    left: 0 !important;
  }

  .bloc-search-mobile {
    position: relative;
    margin-bottom: 40px;
  }

  .product-breadcumb.bloc-search-mobile {
    margin-bottom: 0px;
  }

  .bloc-search-mobile .text-search {
    position: absolute;
    left: 5%;
    bottom: -50px;
    width: 90%;
  }

  .bloc-search-mobile .search .text-search .form-text {
    width: calc(100% - 130px);
  }

  .bloc-search-mobile .search .text-search .form-submit {
    width: 130px;
  }

  .bloc-filtre {
    display: none;
  }

  .MuiPaper-root .bloc-filtre {
    display: flex;
    gap: 7px;
    padding: 7px 7px;
  }

  .bloc-filtre.filtre-products {
    flex-direction: column;
  }

  .filtre-products .search select {
    max-width: 140px;
  }

  .filtre-products .search-mobile-product select {
    max-width: 92px;
    width: auto;
  }

  .search-mobile-product {
    gap: 25px 7px;
  }

  .filtre-products .search .text-search {
    width: 100%;
    justify-content: space-between;
  }

  .filtre-products .search .text-search .form-text {
    width: 185px;
  }

  .filtre-products .bloc-search {
    padding: 10px 0;
  }

  .bloc-filtre-mobile {
    position: relative;
    z-index: 1;
  }

  .bloc-filtre-mobile:hover .bloc-filtre {
    display: flex;
    gap: 3px;
    justify-content: space-between;
  }

  .title-filtre {
    display: flex;
    height: 40px;
    padding: 0 24px;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 25px;
    gap: 15px;
  }

  .title-filtre:after {
    content: "";
    width: 16px;
    height: 100%;
    background: url(../images/icon-select.svg) no-repeat center center;
  }

  .bloc-management .react-tabs {
    position: relative;
  }

  .bloc-management .react-tabs__tab-panel {
    position: absolute;
    left: 130%;
    top: 0;
    background: #fafafa;
    width: 100%;
  }

  .bloc-management .react-tabs__tab-panel--selected {
    left: 0;
  }

  .bloc-management .bloc-search h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
  }

  .bloc-management .bloc-search .container {
    width: 100%;
    margin: 0;
  }

  .bloc-management .bloc-search .container .search {
    position: relative;
  }

  .bloc-management .bloc-search .container .search .menu-mobile-tabs {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    cursor: pointer;
  }

  .bloc-management .bloc-search h2:before {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../images/icon-back.svg") no-repeat left center;
  }

  .list-management .header-list,
  .list-management .list {
    padding: 10px 14px 10px 13px;
  }

  .list-management .header-list .zip-code,
  .list-management .list .zip-code {
    width: 130px;
    padding: 10px 8px;
  }

  .list-management .header-list .status,
  .list-management .list .status {
    width: 15%;
  }

  .btn-add-client {
    width: 120px;
  }

  .bloc-search .container {
    gap: 5px;
  }

  .bloc-dashboard .bloc-search-mobile {
    order: 1;
  }

  .bloc-dashboard .search {
    order: 2;
  }

  .bloc-dashboard .btn-add-client {
    order: 3;
  }

  .bloc-search-dashboard {
    width: auto;
  }

  .search .popu-dash select {
    padding: 8px 4px 8px 3px;
    max-width: 101px;
  }

  .bloc-dashboard .btn-add-client {
    font-size: 14px;
    line-height: 39px;
  }
}

.hotel-item .hotel-details {
  display: flex;
  flex-direction: column;
}

.hotel-item .hotel-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hotel-item .hotel-details .badge-duo {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
  font-size: 8px;
  color: rgba(57, 61, 68, 1);
  padding: 5px 10px;
  width: fit-content;
}

.hotel-item .hotel-details .hotel-name {
  font-size: 14px;
  color: rgba(57, 61, 68, 1);
}

.hotel-item .hotel-details .hotel-rating,
.hotel-item .hotel-details .hotel-distance {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(57, 61, 68, 1);
}

.hotel-item .hotel-details .show-map {
  color: rgba(179, 190, 196, 1);
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  gap: 10px;
  font-size: 10px;
  cursor: pointer;
}

.map-marker {
  position: relative;
  /* width: 237px;
  height: 85px; */
  background-color: white;
  border-radius: 10px;
  /* margin-left: -167px;
  margin-top: -115px; */
  /* width: 87px;
  height: 105px; */
  width: 84px;
  height: 65px;
  margin-left: -27px;
  margin-top: -85px;
}

.marker-body {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px 10px 0 0;
  border-radius: 10px;
}

.marker-body .hotel-details {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis !important;
  align-self: center;
  text-align: center;
}

.marker-tail {
  width: 40px;
  position: absolute;
  bottom: -15px;
  /* right: 30px; */
  transform: translateX(-50%);
  right: 20px;
}

.hotel-item {
  display: flex;
  align-items: start;
  /* gap: 20px; */
  cursor: pointer;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  padding: 5px;
  /* border-radius: 20px; */
  border-radius: 10px;
  flex-direction: column;
  gap: 5px;
}

.hotel-item .hotel-image {
  border-radius: 20px;
  width: 106px;
  height: 106px;
}

.map-marker .hotel-item .hotel-image {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  align-self: center;
}

@media (max-width: 380px) {
  .hotel-item .hotel-image {
    width: 70px;
    height: 70px;
  }

  .hotel-item {
    gap: 10px;
  }
}

.booking-popup {
  position: absolute;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -100%);
  margin-top: -10px;
  min-width: 280px;
  max-width: 350px;
  z-index: 100;
  font-family: Arial, sans-serif;
}

.booking-popup .booking-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px;
}

.booking-popup h4 {
   margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.booking-popup .duo-tag, .map_duo-tag {
  background: #ff6b35;
  color: white;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.booking-popup .services-section {
  margin-bottom: 10px;
}

.booking-popup .services-section strong {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 13px;
}

.booking-popup .service-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 5px;
  border-left: 3px solid #007bff;
}

.booking-popup .service-name {
  font-weight: 600;
  color: #333;
  font-size: 13px;
}

.booking-popup .service-category {
  font-size: 11px;
  color: #666;
  font-style: italic;
}

.booking-popup .service-duration {
  font-size: 11px;
  color: #007bff;
  font-weight: 500;
}

.booking-popup p {
  margin: 3px 0;
  margin: 5px 0;
  font-size: 12px;
  color: #555;
}

.booking-popup.flypro-popup {
  background: #fff;
  border: 1px solid #fff;
  margin-top: -80px;
  margin-left: 17px;
  min-width: 80px;
  max-width: unset;
}

.booking-popup.flypro-popup h4 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.tableau-list table .rating-flypro-list img {
  width: 13.5px;
  height: 13.5px;
  display: inline;
  border-radius: 10px;
}
.rbac-card {
  border: 1px solid rgba(229, 231, 235, 1);
  padding: 1.5rem;
  border-radius: 0.5rem;
  min-height: 175px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* make the card bigger like zoom effect plus extended shadows */
.rbac-card:hover {
  border: 1px solid gray;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.transit-flypro {
  width: 57px;
  height: 57px;
  margin-left: -30px;
  margin-top: -75px;
}
.transit-flypro .hotel-item {
  padding: 6px 8px;
}
.transit-flypro .hotel-item .hotel-image {
  width: 45px;
  height: 45px;
}
.transit-flypro .marker-tail {
  right: -10px;
}

.form-inscription .form-text .react-international-phone-country-selector-dropdown {
  left: -300px;
}

.account-info-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edit-account-button {
  background: gray;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0.8rem;
  margin-left: 10px;
}

.edit-account-button:hover {
  background: gray;
}

.error-message {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  text-align: right;
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}
.container-location {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0;
}

.container-location h2 {
  padding: 0px 0 10px;
}

.container-location .h-goback {
  padding: 10px 0;
}

.container-service {
  max-height: calc(100vh - 147px);
}

.service-form {
  height: calc(100vh - 264.5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 923px) {
  .container-service {
    max-height: calc(100vh - 193.5px);
  }

  .service-form {
    height: calc(100vh - 311px);
  }
}

@media (max-width: 786px) {
  .container-service {
    max-height: calc(100vh - 235px);
  }

  .container-service > div {
    gap: 10px;
  }

  h2 {
    font-size: 20px;
  }

  .service-form {
    height: calc(100vh - 352.5px);
  }

  .menu-header {
    gap: 10px;
    padding: 0 10px;
  }

  .menu-header-mobile {
    gap: 5px !important;
  }

  .menu-header .menu .menu-right ul {
    gap: 10px;
  }

  .menu-nav {
    padding: 10px 5%;
  }

  .container-profile {
    width: 90%;
  }

  .ReactModal__Content {
    width: 90% !important;
  }

  .ReactModal__Content .modal-text {
    font-size: 22px;
    line-height: 26px;
  }

  .ReactModal__Content .modal-hotel-name {
    font-size: 20px;
  }

  .ReactModal__Content .modal-distance {
    font-size: 14px;
  }

  .ReactModal__Content .modal-address {
    font-size: 12px;
  }

  #custom-popup-content .contentModal {
    margin-bottom: 150px;
  }

  .ReactModal__Content .modal-cancel-button {
    font-size: 18px;
    padding: 10px 20px;
    width: 180px;
  }

  .ReactModal__Content .modal-ok-button {
    font-size: 18px;
    padding: 10px 20px;
    width: 120px;
  }

  .hotel-detail-card {
    width: 90%;
  }

  .hotel-detail-card .hotel-name {
    font-size: 22px;
  }

  .hotel-detail-card .hotel-rating,
  .hotel-detail-card .hotel-distance {
    font-size: 14px;
  }

  .service-form .content-row {
    overflow: inherit;
    flex-direction: column;
  }

  .row-2 .content-row .person-services {
    width: 100%;
    min-height: inherit;
    margin: 20px 0px 0px;
  }

  .form-duree .form-group {
    width: 100%;
  }

  .form-masseur .form-group.group-masseur {
    flex-direction: column;
  }

  .container-therapeut {
    width: 90%;
  }

  .form-masseur .form-group.group-masseur .therapist-item {
    width: 100%;
  }

  .content-wrapper.duo-pay {
    width: 90%;
  }

  .content-wrapper .column {
    width: 100%;
  }
}

.listItemWithImage {
  align-self: stretch;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  height: 133px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 22px;
  font-family: Marcellus;
  margin-bottom: 15px;
}

.imageIcon {
  width: 103px;
  border-radius: 20px;
  height: 103px;
  object-fit: cover;
}

.content-wrapper.duo-pay {
  flex-direction: column;
  margin: 0;
  align-items: center;
}

.content-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  position: relative;
  margin: 65px 0 0 0;
  justify-content: center;

  @media (max-width: 720px) {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 393px) {
  .container-service {
    max-height: calc(100vh - 276.5px);
  }

  .service-form {
    height: calc(100vh - 394px);
  }
}

@media (max-width: 387px) {
  .container-service {
    max-height: calc(100vh - 318px);
  }

  .service-form {
    height: calc(100vh - 435.5px);
  }
}

.service-form .content-row {
  overflow: overlay;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
  width: 100%;
  margin-bottom: 10px;
}


.row-2 .content-row,
.row-3 .content-row,
.row-4 .content-row {
  display: flex;
  justify-content: space-around;
}

.row-2 .content-row .person-services {
  width: 48%;
  min-height: 500px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: 20px 20px 0px;
  max-width: 400px;
  transition: box-shadow 0.3s ease;
  overflow: overlay;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

.row-3 .content-row .person-services,
.row-4 .content-row .person-services {
  min-height: 500px;
  width: 32%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: 5px;
  max-width: 400px;
  overflow: overlay;
  transition: box-shadow 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

.row-2 {
  max-width: 884px;
}

.row-3,
.row-4 {
  max-width: 1330px;
}

.row-4 .content-row {
  overflow-x: auto;
  gap: 2%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.row-4 .content-row .person-services {
  min-width: 350px;
}

.row-4 .form-duree .form-group,
.row-3 .form-duree .form-group,
.row-2 .form-duree .form-group {
  width: 100%;
}


.person-services .person-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}

.person-remove {
  background: none;
  border: none;
  cursor: pointer;
}

.person-remove .remove {
  width: 16px;
  height: 16px;
}

.filter-pref {
  width: 16px;
  height: 16px;
}

.person-title .people {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.person-title span {
  display: flex;
  align-items: center;
}

.password {
  width: 100%;
  padding-right: 40px; /* Make space for the icon */
}

.password-toggle {
  position: absolute;
  right: 8px;
  /* top: 50%;
  transform: translateY(-50%); */
  color: #666;
  padding: 6px 8px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-toggle:hover {
  color: #333;
  background: transparent;
}

.password-toggle svg {
  font-size: 1.25rem;
}

.services-container .service-card {
  padding: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), url(../images/bg-accueil.png) no-repeat center center;
  overflow: hidden;
  margin: 0;
}

.services-container .service-card .service-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-container .service-card .service-info h3 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
}

.services-container .service-card .service-info .more-info {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.7;
}

.services-container .service-card .service-info .select-button {
  width: 150px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  cursor: pointer;
}
.service-card button.selected {
  display: none;
}

.service-card.selected .select-button {
  display: none;
}

.service-card.selected button.selected {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
  border: 0;
  border-radius: 100%;
  text-indent: -9999px;
  background: url(../images/check.png) no-repeat center center;
}
.service-wrapper {
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 10px;
}

.service-wrapper .service-description {
  padding: 20px;
}


.form-duree .form-group label {
  text-align: center;
}

.form-duree .form-group .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  height: auto;
}

.form-duree .form-group .btn-group button {
  width: 25%;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(57, 61, 68, 0.2);
  cursor: pointer;
  padding: 10px;
}

.form-duree .form-group .btn-group button.btn-checked {
  border: 2px solid #393d44;
}

.form-duree .serv-form {
  padding: 20px 0;
}

.form-duree .form-group .btn-group button:first-child {
  border-radius: 20px 0 0 20px;
}

.form-duree .form-group .btn-group button:last-child {
  border-radius: 0 20px 20px 0;
}

.form-duree .form-group .btn-group.group-3 button {
  width: 33.33%;
}

.form-duree .recap {
  text-align: center;
  padding-top: 30px;
}

.form-duree .recap p {
  color: #393d44;
}

.form-duree .recap h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 0 20px;
}

.form-duree .recap .time-prix {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  color: #393d44;
}

.form-duree .recap .time-prix span {
  font-weight: 400;
}
.price {
  font-size: 14px;
  font-weight: normal;
}

.popular-product {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: url(../images/Popular.svg) no-repeat center center;
  border-top-left-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

button.product-popular {
  position: relative;
}
.form-duree .serv-form {
  width: 80%;
  margin: auto;
}
.menu-nav-container {
  width: 100%;
  background: #ffffff;
}

.menu-nav {
  display: flex;
  justify-content: center;
  padding: 10px 10%;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.duo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  width: 100%;
  max-width: 646px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.salle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  width: 100%;
  max-width: 646px;
  margin-bottom: 5px;
}

.filter-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
  color: #393d44 !important;
  background-color: #fff;
  /* width: 200px; */
  margin-top: 20px;
  margin-bottom: 20px;
}

.filter-txt {
  display: ruby;
}

.duo .info {
  display: flex;
  align-items: center;
}

.duo .info i {
  margin-left: 8px;
  color: #666;
  font-size: 18px;
}

.duo .toggle {
  display: flex;
  align-items: center;
}

.toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.3s;
}

.toggle-switch.active {
  background: #4caf50;
}

.toggle-switch.active::after {
  left: 22px;
}
.close-btn{
  border: 0;
  background: none;
}

.modal-icone {
  display: flex;
  justify-content: space-between;
}

.modal-icone img {
  width: 10px;
}

.contentModal .modal-therapist {
  /* width: 50%; */
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.card-therapist {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  /*margin-left: 100px;*/
}

.header-therapist .card-therapist {
  align-items: end;
}

.name-therapist {
  color: #ffffff;
  font-size: 25px;
  margin-left: 15px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

.header-therapist .name-therapist {
  margin: 0px 0 50px 20px;
}

.header-therapist .modal-therapist {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 90px;
  position: relative;
}

.informations {
  display: flex;
  gap: 20px;
}

.info-title {
  text-align: left;
  padding-bottom: 30px;
  font-size: 24px !important;
  color: #000000;
}

.list-soin li {
  list-style: disc;
}

.btn-bottom {
  background: #b0b0b0;
  padding: 18px 10px 18px;
  margin-top: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.btn-bottom button.btn{
  height: 50px;
  margin: auto;
}

.container form .btn-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.group-mois-padding {
  margin-top: 15px;
}

.informations h4 {
  min-width: 80px;
}

.form-masseur .form-group label {
  text-align: center;
}

.form-masseur .form-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.form-masseur .form-group .btn-group .text {
  font-size: 16px;
  color: #393d44;
}

.form-masseur .form-group .btn-group .row-day {
  display: flex;
  overflow: hidden;
  gap: 10px;
  width: 100%;
  max-width: 670px;
}

.form-masseur .form-group .btn-group .btn-day span {
  font-size: 22px;
}

.form-masseur .form-group .btn-slide {
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.form-masseur .form-group .btn-slide.btn-prev {
  background: url(../images/icon-prev.svg) no-repeat center center;
}

.form-masseur .form-group .btn-slide.btn-next {
  background: url(../images/icon-next.svg) no-repeat center center;
}

.form-masseur .form-group .btn-day {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  border: 0;
  line-height: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  font-weight: bold;
}

.form-masseur .form-group .btn-day.selected {
  background: #b3bec5;
  color: #ffffff;
}

.form-masseur .form-group .btn-day.disabled {
  padding: 0 15px;
}

.form-masseur .form-group .btn-hour {
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 5px !important;
  border: 0;
  line-height: 22px;
  cursor: pointer;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  font-weight: bold;
}

.form-masseur .form-group .btn-hour span {
  color: #b3bec5;
}

.form-masseur .form-group .btn-hour.selected,
.form-masseur .form-group .btn-hour.selected span {
  background: #393d44;
  color: #faef9b;
}

.form-masseur .form-group.group-heure {
  overflow: hidden;
}

.form-masseur .form-group.group-masseur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.form-masseur .form-group.group-masseur .therapist-item {
  width: 48%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 12px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  cursor: pointer;
}

/* .form-masseur .form-group.group-masseur .therapist-item img {
  width: 25%;
} */

.form-masseur .form-group.group-masseur .therapist-item .therapist-info {
  padding-right: 40px;
  position: relative;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info .btn-outline-primary.default {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  text-indent: -9999px;
  background: none;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info .btn-outline-primary  {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  text-indent: -9999px;
  background: url(../images/icon-next.svg) no-repeat center center;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info .btn-outline-primary.selected {
  width: 20px;
  height: 20px;
  top: 30%;
  background-size: cover !important;
  position: absolute;
  right: 0px;
  border: 0;
  text-indent: -9999px;
  background: url(../images/check.png) no-repeat center center;
}

.form-masseur .form-group.group-masseur .therapist-item .name {
  font-size: 18px;
  line-height: 28px;
  color: #393d44;
  padding-bottom: 10px;
}

.form-masseur .form-group.group-masseur .therapist-item .note {
  font-size: 14px;
  line-height: 15px;
  color: #393d44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form-masseur .form-group.group-masseur .therapist-item .note:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-stars.svg) no-repeat center center;
}

.content .container-therapeut a {
  font-size: 14px;
  color: #b2bdc4;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.modal-therapist .btn-group .row-date {
  display: flex
;
  overflow: hidden;
  gap: 10px;
}
form.form-masseur {
  padding-bottom: 65px;
}

.header-therapist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* background: url(../images/background.png) no-repeat center center; */
  background: #393D44 url("../images/Y-background.png") no-repeat right center / contain;
}

.profile-picture-choose {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.header-therapist .profile-picture-choose {
  width: 210px;
  height: 210px;
}

h2 {
  margin: 5px;
  font-size: 24px;
  /* font-weight: bold; */
}

.rating {
  font-size: 18px;
  position: absolute;
  color: #ffd700;
  right: 0px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #000000;
  top: 20px;
}

.header-close {
  font-size: 18px !important;
  position: absolute;
  left: 0px;
  top: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000000 !important;
}

.review-list {
  margin: 60px 0 20px;
}

.reviews {
  display: flex;
  gap: 10px;
  gap: 2%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 28px 20px;
  margin: 0 -20px;
}

.review-item {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px 0px #0000000f;
  width: calc(33.333% - 20px);
  min-width: 300px;
  display: flex;
  gap: 15px;
}

.review-item .time-set {
  font-size: 12px;
}

.review-item h4 {
  margin: 5px 0 10px;
}

.user-review-stars {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 7px;
}

.user-review-stars h4 {
  margin: 0 !important;
  color: #252626 !important;
  font-size: 17px !important;
}

.review-item svg.MuiSvgIcon-root {
  width: 15px;
  height: 15px;
}

.review-item p {
  margin: 0;
  color: rgba(57, 61, 68, 0.8);
  font-size: 14px;
}

.review-item p.time-set {
  color: rgba(57, 61, 68, 1);
}

.informations {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}

.informations h3 {
  margin-top: 0;
}

.bio,
.soins {
  margin-bottom: 20px;
}

ul {
  padding-left: 20px;
}

button.selected.image {
  background: none;
  border: none;
}

.starSharp {
  position: relative;
}

.stars {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.div {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #393d44;
  text-align: left;
}

.rating {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
  gap: 5px;
  text-align: center;
  font-size: 15px;
  color: #eedd5f;
  font-family: "Font Awesome 6 Pro";
}

.header-therapist .rating {
  width: 140px;
  height: 60px;
  padding: 0;
  justify-content: center;
  color: #393d44;
  font-size: 24px;
}

.header-therapist .https-app {
  width: 24px;
}

.title {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.therapist-review-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  padding: 10px;
  justify-content: center;
  width: 100%;
  margin: 10px auto 15px;
  gap: 5px;
}

.therapist-image {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.therapist-review-details .therapist-image {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.therapist-name {
  font-size: 15px;
  font-weight: bold;
  font-family: "MarcellusRegular";
  color: #393d44;
  text-align: left;
  line-height: 1.5;
}

.therapist-item .therapist-info .name{
  display: flex;
  gap: 7px;
  align-items: center;
}

.info-therapist {
  width: 10px;
  height: 10px;
  font-size: 8px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid black;
}

.stars {
  display: flex;
  justify-content: center;
}

.comment-section {
  margin: 15px 0;
}
.btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.fully-booked-message{
  padding: 20px;
  text-align: center;
  color: #000;
  font-style: italic;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
/* Edit admin Manager styles */

.imageIcon {
  width: 103px;
  border-radius: 20px;
  height: 103px;
  object-fit: cover;
}

.kierra {
  align-self: stretch;
  position: relative;
}

.starSharp {
  position: relative;
}

.stars {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.div {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #393d44;
  text-align: left;
}

.rating {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
  gap: 5px;
  text-align: center;
  font-size: 15px;
  color: #eedd5f;
  font-family: "Font Awesome 6 Pro";
}

.content-wrapper .rating {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  padding: 5px 0px;
  width: 100%;
  margin-top: 4px;
  background: transparent;
}

.content-wrapper .stars {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  position: relative;
}

.rectangleDiv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 18px 0;
  background: #b0b0b0;
  /*height: 124px;*/
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.04);
}

.ReactModal__Overlay {
  background-color: rgba(221, 221, 221, 0.6) !important;
  z-index: 9998;
}

.ReactModal__Content {
  width: 90%;
  max-width: 680px;
  padding: 40px 40px;
  background: #fafafa !important;
  border-radius: 24px !important;
  border: 0 !important;
  /* max-height: max-content !important; */
}

#custom-popup-content.ReactModal__Content {
  padding: 0px;
  background: none !important;
  border-radius: 0px !important;
}

#custom-popup-content .contentModal {
  border: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 62.5px 0px rgba(0, 0, 0, 0.06);
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.comparison-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.comparison-grid > div {
  min-width: 180px;
}

.ReactModal__Content h2 {
  font-size: 25px;
  line-height: 35px;
  color: #393d44;
  padding: 0 !important;
}

.ReactModal__Content p {
  font-size: 16px;
  line-height: 20px;
  color: #393d44;
  text-align: center;
}

.modal-buttons {
  display: flex;
  gap: 10px;
}

.modal-buttons button {
  min-width: 48%;
}

.rectangleDiv button.btn{
  margin: 0 auto;
}

@media (max-width: 600px) {
  .rectangleDiv {
    height: 80px;
    padding: 0 8px;
  }
}

.header-therapist .rating {
  width: 140px;
  height: 60px;
  padding: 0;
  justify-content: center;
  color: #393d44;
  font-size: 24px;
}

.header-therapist .https-app {
  width: 24px;
}

.title {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.pencil {
  position: relative;
  font-size: 25px;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
}

.text {
  width: 703px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.listItemWithImage {
  align-self: stretch;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  height: 133px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 22px;
  font-family: Marcellus;
  margin-bottom: 15px;
}

.chf {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}


/* ---------- Layout helpers ---------- */
.commande-edit {
  --ce-border: 1px solid rgba(57, 61, 68, 0.2);
  --ce-radius-s: 10px;
  --ce-radius-m: 15px;
  --ce-radius-l: 20px;
  --ce-shadow-s: 0 0 50px rgba(0, 0, 0, 0.06);
  --ce-font-heading: "Marcellus", serif;
  --ce-font-body: "Lato", sans-serif;
  --ce-color-primary: #393d44;
  --ce-color-accent: #ffd700;
}

/* ---------- 1. DUO Toggle Row ---------- */
.commande-edit .duo-toggle-row {
  width: 100%;
  max-width: 860px;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 16px 16px 16px 24px;
  border: var(--ce-border);
  border-radius: var(--ce-radius-m);
  box-sizing: border-box;
  font: 500 16px/1 var(--ce-font-body);
}

.commande-edit .duo-toggle-row__label {
  font-weight: 500;
}
.commande-edit .duo-toggle-row__switch {
  inset-inline-start: auto;
}

.commande-edit .duo-toggle-row .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  --track-h: 24px;
  --pad: 3px;

  --knob: calc(var(--track-h) - var(--pad) * 2);

  position: relative;
  display: inline-block;
  width: calc(var(--knob) * 2 + var(--pad) * 2);
  height: var(--track-h);
}

.commande-edit .duo-toggle-row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  all: unset;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.commande-edit .duo-toggle-row .slider {
  width: 100%;
  height: 100%;
  display: block;
  background: #e9ebf0;
  border: 1px solid rgba(57, 61, 68, 0.2);
  border-radius: 9999px;
  transition: background 0.25s ease;
  cursor: pointer;
}

.commande-edit .duo-toggle-row .slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--pad);
  width: var(--knob);
  height: var(--knob);
  background: #fff;
  border: 1px solid rgba(57, 61, 68, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 0.25s ease, border 0.25s ease;
}

.commande-edit .duo-toggle-row .switch input:checked + .slider {
  background: var(--ce-color-primary, #393d44);
}

.commande-edit .duo-toggle-row .switch input:checked + .slider::before {
  left: calc(100% - var(--knob) - var(--pad));
  border-color: #fff;
}

.commande-edit .duo-toggle-row .switch input:focus + .slider {
  outline: 2px solid var(--ce-color-accent, #faef9b);
  outline-offset: 2px;
}

/* ---------- 2. Guest Card ---------- */
.commande-edit .guest-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: var(--ce-radius-m);
  box-shadow: var(--ce-shadow-s);
  padding: 25px 30px;
  box-sizing: border-box;
}

.commande-edit .guest-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commande-edit .guest-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.commande-edit .guest-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.commande-edit .guest-card__label {
  font: 18px var(--ce-font-heading);
}

.commande-edit .guest-card__chevron {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  transform: rotate(90deg);
  text-align: center;
  cursor: pointer;
}

.commande-edit .guest-card__delete {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* ---------- 3. Duration Tabs ---------- */
.commande-edit .duration-tabs {
  display: flex;
  border: var(--ce-border);
  border-radius: var(--ce-radius-l);
  overflow: visible;
  width: max-content;
}

.commande-edit .duration-tab {
  padding: 15px 30px;
  font: 16px var(--ce-font-body);
  text-align: center;
  background: #fff;
  border-inline-end: var(--ce-border);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.commande-edit .duration-tab:first-child {
  border-radius: var(--ce-radius-l) 0 0 var(--ce-radius-l);
}

.commande-edit .duration-tab:last-child {
  border-radius: 0 var(--ce-radius-l) var(--ce-radius-l) 0;
}

.commande-edit .duration-tab--active {
  border: 2px solid var(--ce-color-primary);
  position: relative;
}

.commande-edit .duration-tab--active::after,
.commande-edit .duration-tab[data-popular="true"]::after {
  content: none;
}

.commande-edit .duration-tab {
  border: 1px solid rgba(57, 61, 68, 0.25);
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.commande-edit .duration-tab--active {
  border: 2px solid #393d44;
  z-index: 1;
}

.commande-edit .duration-tab:not(.duration-tab--active):hover {
  background: #f6f7f8;
}

.commande-edit .duration-tab:first-child {
  margin-left: -1px;
}
.commande-edit .duration-tab:last-child {
  margin-right: -1px;
}
.commande-edit .duration-tab--active {
  padding-left: calc(30px - 1px);
  padding-right: calc(30px - 1px);
}

/* ---------- 4. “Add Guest” Button ---------- */
.commande-edit .add-guest-btn {
  width: 100%;
  height: 57px;
  border: 1px solid #000;
  border-radius: var(--ce-radius-m);
  background: #fff;
  font: 16px var(--ce-font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.max-width-50 {
  max-width: 50px !important;
}

/* ---------- 5. Massage‑Type Dropdown + Address Block ---------- */
.commande-edit .massage-type-block {
  width: 100%;
  padding-bottom: 15px;
  margin-block: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.commande-edit .massage-type-field {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 59px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: var(--ce-radius-l);
  box-sizing: border-box;
}

.commande-edit .massage-type-field__label {
  flex: 1;
  font: 500 16px var(--ce-font-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commande-edit .massage-type-field__chevron {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  transform: rotate(90deg);
  text-align: center;
}

/* ---------- Utility: card wrapper (optional) ---------- */
.commande-edit .card {
  background: #fff;
  border-radius: var(--ce-radius-m);
  box-shadow: var(--ce-shadow-s);
  padding: 25px 30px;
  box-sizing: border-box;
}

/* ---------------- Guest List wrapper ---------------- */
.commande-edit .guest-list {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 15px 0;
}

.listItemWithImageParent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 150px !important;
  gap: 46px;
  text-align: left;
  font-size: 16px;
  color: #393d44;
  font-family: Lato;
}

.margin-top-min-30 {
  margin-top: -30px !important;
}

.top-min-15 {
  top: -15px !important;
}

.commande-edit .guest-card {
  width: 100%;
}

.commande-edit .guest-card .duration-tabs {
  margin: 10px auto 0;
}
.commande-edit .guest-card__chevron.open {
  transform: rotate(-90deg);
}
.commande-edit .massage-type-block > p {
  font: 16px var(--ce-font-body);
  color: var(--ce-color-primary);
}

.commande-edit .rue-de-geneva {
  margin: 0;
}

/* ── Address block ───────────────────────────────────────── */
.commande-edit .address-block {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 15px 0;
}

.commande-edit .address-label {
  font: 16px "Lato", sans-serif;
  color: #393d44;
  margin: 0;
  font-weight: 500;
}

.commande-edit .address-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 18px;
  border-radius: 25px;
  border: 1.3px solid rgba(57, 61, 68, 0.2);
  background: #fff;
  box-sizing: border-box;
  gap: 12px;
}

.commande-edit .rue-de-geneva-container {
  font-weight: 500;
}
.commande-edit .rue-de-geneva {
  margin: 0;
}

/* ── Message au flypro ────────────────────────────────── */
.commande-edit .flypro-message-block {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 15px 0 30px;
}

.commande-edit .flypro-message-label {
  font: 16px "Lato", sans-serif;
  color: #393d44;
  font-weight: 500;
  margin: 0;
}

.commande-edit .message-field {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 25px 18px;
  border-radius: 25px;
  border: 1.3px solid rgba(57, 61, 68, 0.2);
  background: #fff;
  height: 164px;
  box-sizing: border-box;
  gap: 12px;
}

.commande-edit .message-textarea {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font: 16px "Lato", sans-serif;
  color: #393d44;
  background: transparent;
}

.commande-edit .message-placeholder {
  flex: 1;
  font: 16px "Lato", sans-serif;
  color: rgba(57, 61, 68, 0.5);
  margin: 0;
}

.commande-edit .message-field > svg {
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Duration / Total summary ────────────────────── */
.commande-edit .duration-total-row {
  width: 100%;
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font: 16px "Lato", sans-serif;
  color: #393d44;
  border-bottom: 1px solid rgba(57, 61, 68, 0.2);
  margin-bottom: 10px;
}

.commande-edit .duration-total-row .duration-label {
  font-weight: 500;
}

.commande-edit .duration-total-row .total-price {
  font-weight: 600;
}

/* ------ Prolongation styles ------- */

.info-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.info-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
}

.info-label {
    font-family: "Marcellus", serif;
    font-size: 14px;
    color: #393D44;
    line-height: 1;
}

.info-value {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #393D44;
    text-align: right;
    line-height: 1;
    padding-right: 8px;
    transform: translateX(-4px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.info-extra {
    color: #00AA00;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    transform: translateY(1px);
}

.duration-selector-container {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.duration-selector {
  display: flex;
  border-radius: 12px;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(57, 61, 68, 0.2);
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  background: #fff;
  gap: 0;
}

.duration-button {
  flex: 1;
  padding: 10px 14px;
  text-align: center;
  font-family: 'Marcellus';
  font-size: 14px;
  color: #393d44;
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(57, 61, 68, 0.2);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.duration-button:first-child,
.duration-button.first {
  border-left: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.duration-button:last-child,
.duration-button.last {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.duration-button.selected {
  background: #393d44;
  color: #faef9b;
  font-weight: bold;
  border: 2px solid #393d44;
  z-index: 1;
  position: relative;
}

/* to change related names */

.form-stat .form-text{
  width: 160px !important;
  font-size: 15px;
  color: rgba(57, 61, 68, 0.4);
  background: none;
  padding: 0 15px !important;
  height: 40px;
  border: 1px solid #393d44;
  border-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #333;
}
.form-stat .text-search{
  display: flex;
  gap: 10px;
}
.two-column {
  display: flex;
  /* height: 100vh;   */
  padding: 13px 0 16px;
  gap: 23px;
  max-width: 90%;
  margin: 0 auto;
}

.two-column .left {
  flex: 2;
  background: #FAFAFA;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
 
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
 
.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #1C1C1C;
  text-align: left;
  min-height: 110px;
}

.stat-card div{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #1C1C1C;
  display: flex;
  margin: 12px 0 0;
}
 
.orders-chart {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
 
.bottom-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 16px;
}
 
.map-stat {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.demograph, .demographics{
  background: #fff;
  border-radius: 12px;
  padding: 16px 5px 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.two-column .right {
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.sideRight_list, .sideRight_donut {
  padding: 20px;
  border-radius: 20px;
  background: var(--White-100, #FFF);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.sideRight_donut {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sideRight_list {
  height: 120vh;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.two-column .right h2{
  text-align: left;
}
.mapChart .gm-style-iw-chr {
  display: none;
}
.mapChart .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.mapChart .gm-style .gm-style-iw-c  {
  padding: 0 !important;
}

.header-therapist.profile-book{
  background-position-x: 83%;
}

.header-therapist.profile-book .modal-therapist{
  padding-top: 45px;
}

.header-therapist.profile-book .profile-picture-choose {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.header-therapist.profile-book .header-close {
  top: 10px;
}

.header-therapist.profile-book .rating {
  width: 90px;
  height: 45px;
  font-size: 18px;
}

.header-therapist.profile-book .https-app {
  width: 20px;
}

.profile-h2{
  margin: 15px 0 0;
  font-size: 24px;
}
@media (max-width: 923px) {
  .two-column {
    flex-direction: column;
  }
  .bottom-grid {
    grid-template-columns: 1fr;
  }
  .mapChart {
    height: 400px !important;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container .form-stat .form-text {
    width: 50% !important;
    padding: 0 5px !important;
  }
  .container .form-stat .input-350-width {
    width: 140px !important;
  }
  .container .btn-add-client {
    line-height: 15px;
  }
  .form-stat .text-search {
    position: relative;
    left: 0;
    bottom: 0;
    gap: 0;
  }
}
.input-hotel-container.contain-marge{
  margin-top: 0;
  margin-bottom: 10px;
}
.input-hotel-container.contain-marge input{
  height: 50px;
}