@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;
}

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: 20px 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;
}
.search .text-search {
  width: 290px;
  height: 40px;
  border: 1px solid #393D44;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search .text-search .form-text {
  width: 180px;
  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: 110px;
  height: 38px;
  font-size: 18px;
  color: #FAEF9B;
  background: #393D44;
  border: 0;
  cursor: pointer;
  font-family: "MarcellusRegular";
  border-radius: 20px;
}
.search select {
  padding: 10px 45px 10px 15px;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  border-radius: 25px;
  position: relative;
}
.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: 175px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #FAEF9B;
  text-align: center;
  background: #393D44;
  border-radius: 15px;
  cursor: pointer;
}

.tableau-list {
  padding: 40px 0;
}
.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);
}
.tableau-list table td, .tableau-list table th {
  text-align: left;
  padding: 15px 15px;
  font-size: 13px;
  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 {
  color: #FF8A00;
}
.tableau-list table td.locked, .tableau-list table td.used {
  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;
}

.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;
}

.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;
  padding: 10px 15px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.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;
  overflow: hidden;
}
.list-management .list-details .lists {
  margin-bottom: 15px;
}
.list-management .list-details .lists .list-zone {
  display: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.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-bg.png) no-repeat center center;
  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 50px 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 {
  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 {
  height: 55px;
  display: flex;
  align-items: center;
}
.menu-header .menu .menu-right ul li ul {
  position: absolute;
  top: 100%;
  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 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;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: 30px 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: 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);
}
.form-masseur .form-group .btn-day.selected {
  background: #B3BEC5;
  color: #ffffff;
}
.form-masseur .form-group .btn-hour {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  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);
}
.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%;
}
.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 button {
  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: 22px;
  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 !important;
  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;
}

.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;
}

.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;
}

.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;
  height: 21px;
  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: 146px;
  display: flex;
  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: 18px;
  height: 90px;
}

.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: 20px;
  cursor: pointer;
}

.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: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  text-align: center;
}

.group-cal {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: 8px;
  position: relative;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  height: 47px;
  display: flex;
  padding: 5px 25px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-family: 'LatoRegular';
}


/* 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;
  left: 0;
  color: #000000;
  background-color: white;
  font-family: "MarcellusRegular";
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-size: 15px;
  width: max-content;
}

.dropdown-menu ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

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

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.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 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #faef9b;
  font-family: "MarcellusRegular";
  margin-top: 25px;
  margin-left: 25px;
  cursor: pointer;
}

.extractMrg {
  margin-top: 120px;
}

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

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

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

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

.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;
  max-width: 500px;
  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;
}