* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-family: 'IRANSans' !important;
}

#root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 990px) {
  .justify-contnet-center-in-custom-size {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile h4 {
  color: #69d6ff;
  margin-top: 10px;
}

.profile .title h2 {
  text-align: center;
  margin-bottom: 15px;
}
.auth-page .form-box label {
  font-size: 16px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.do {
  width: 100%; 
  text-align: center; 
  border-bottom: 2px solid #34c6f2; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
} 

.spano { 
   background:#fff; 
   padding:0 10px; 
   color: #34c6f2;
   font-size: 16px;
}
.MuiButton-outlinedPrimary {
  color: #3f51b5;
  border: 0 !important;
}
input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
  color: fieldtext !important;
}
.MuiFilledInput-root {
  background-color: #ffffff00 !important;
}
.MuiButton-outlined {
  color: rgb(181 181 181) !important;
  border-bottom: 2px solid rgb(255 194 32) !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.spanoRed { 
   background:#fff; 
   padding:0 10px; 
   color: #e77c7c;
   font-size: 13px;
}
.BlueButton {
  background-color: #ffc220 !important;
  padding: 5px;
  font-size: 16px;
  color: white !important;
  width: 100%;
  text-align: center;
  border: 2px solid !important;
  border-radius: 50px;
  box-shadow: 0px 0px 3px #a1a1a1 !important;
}
.RegisterButton {
  background-color: #FFF;
  padding: 5px;
  font-size: 16px;
  color: #000000 !important;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 3px #000000;
  border: 2px solid #000000;
}

.profile .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  width: 285px;
}

.wallet {
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0px 0px 9px 0px #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 25px;
  border-radius: 15px;
}

.wallet button {
  padding: 5px 50px;
  border-radius: 15px;
}

.wallet .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wallet .title {
  text-align: center;
  padding: 10px 0;
}

.wallet .title h2 {
  font-weight: 400;
  white-space: nowrap;
  font-size: 22px;
}

.wallet .main-text {
  padding: 15px 0;
}

.wallet h4 {
  text-align: center;
  font-weight: 450;
  color: #69d6ff;
  white-space: nowrap;
}

a {
  color: inherit !important;
}

ul li {
  list-style: none !important;
}

.btn-primary {
  background: radial-gradient(farthest-corner at 0px 20px, #69d6ff 20%, #fcd2d1 150%) !important;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.btn-primary:hover {
  opacity: 0.7;
}

.btn-secondary {
  background-color: #f7f6f6 !important;
  color: #616161 !important;
  border: none !important;
}

.btn-auth {
  margin: 5px 0;
  padding: 8px 20px !important;
  border-radius: 15px !important;
}
.profile .title h3 {
  color: #69d6ff !important;
  text-align: center;
}
.CategoryTitles {
  background-color: #00b0ff !important;
  margin-top: 10px !important;
  color: #ffffff !important;
  padding: 5px 5px 5px 16px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-radius: 25px 0px 0px 25px;
}
.btn-light {
  background: #69d6ff !important;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
  border-radius: 20px !important;
  color: #fff !important;
}

.btn-light:hover {
  opacity: 0.7;
}

.bar-btn {
  border: none;
  margin: 0;
  background-color: white;
  padding-right: 1%;
}
.MuiIconButton-root {
  flex: 0 0 auto;
  color: #ffc220 !important;
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiFilledInput-underline:before {
  border-bottom: 2px solid rgb(255 194 32) !important;
  border-bottom-width: 2px !important;
  border-bottom-color: rgb(255, 194, 32) !important;
}
@media screen and (min-width: 990px) {
}

.bar-btn i {
  font-size: 25px;
  color: #ff5c58;
  background-color: white;
}

.menu-panel {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 2px 5px -2px;
          box-shadow: 0px 2px 5px -2px;
  z-index: 1;
  position: relative;
}
.Row2 {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.MuiButton-containedSecondary {
  background-color: #ffc220 !important;
  width: 100% !important;
  border-radius: 25px !important;
  color: rgb(0, 0, 0) !important;
}
.Page_Titles {
  font-family: 'IranSans' !important;
  color: #ffc220 !important;
}
.menu-panel .icon {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-panel .icon ul {
  padding: 0 20px;
}

.menu-panel .icon li {
  margin: 40px 0;
}

.menu-panel .icon li span img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-panel .text {
  margin-right: 15px;
}

.menu-panel .img-profile {
  position: absolute;
  top: 5px;
  padding-right: 5px;
}

.menu-panel .img-profile img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-panel {
  -webkit-box-shadow: 0px 0px 5px -2px;
  box-shadow: 0px 0px 5px -2px;
  z-index: 50;
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  width: 100%;
}

.header-panel img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 35px;
}

.top-menu {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 45px 0 30px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}

.top-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 15px 25px;
  border-radius: 5px;
}

.top-menu ul li {
  margin: 0 20px;
}

.top-menu ul li .link {
  margin: 0 8px;
}

.top-menu ul .settings {
  margin-right: auto;
}

@media screen and (min-width: 990px) and (max-width: 1400px) {
  .top-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-menu li {
    margin: 0 5px !important;
  }
  .top-menu .link {
    font-size: 12px;
    white-space: nowrap;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1008px) {
  .top-menu {
    display: none;
  }
}

.content {
  background-color: #fffefe;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dashboard .content {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 11px 1px #b2b2b2;
  border-radius: 25px;
}

.dashboard .content .messages {
  padding: 20px 0px 20px 0px;
  border-radius: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dashboard .content .messages .title h2 {
  color: #69d6ff;
  font-weight: 400;
}

.dashboard .content .messages .title h2 img {
  width: 32px;
  padding-left: 5px;
}

.dashboard .content .messages .message {
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard .content .messages .message .img img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard .content .messages .message .text {
  margin-right: 10px;
}

.dashboard .content .messages .message .text h4 {
  color: #69d6ff;
  font-size: 15px;
}

.dashboard .content .messages .message .text h6 {
  font-size: 12px;
}

.dashboard .content .messages .message .logo {
  margin-right: auto;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: fill;
}
.btn-shops {
width: 100px !important;
}

.dashboard .content .messages .message .logo img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard .content .results {
  height: 100%;
}

.dashboard .content .results .salary {
  margin-bottom: 30px;
}

.user-info {
  background-color: #fff9f9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          position: relative;
          top: 60px;
}

.user-info input,
.user-info textarea {
  background-color: #fafafa;
  color: #525252 !important;
  border: none;
  border-radius: 10px;
}

.user-info input {
  height: 45px;
  text-align: center;
}

.user-info label {
  color: #616161;
}

.user-info textarea {
  height: 210px;
}

.user-info .btn-red {
  padding: 5px 50px;
}

.user-info .title h2 {
  color: #69d6ff;
  font-weight: 400;
}

.user-info .content {
  background-color: #fff;
  padding: 25px 50px;
  border-radius: 25px;
}

.message .title h2 {
  color: #69d6ff;
  font-weight: 400;
  font-size: 22px;
}

.message .title h2 img {
  width: 32px;
  margin-left: 15px;
}

.message .content {
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.message .menu-chat,
.message .chat {
  background-color: #6ad8ff00;
  padding: 20px 35px;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0px 0px 20px 2px #f1f1f1;
}

.message .user {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0px 0px 20px 1px #eeeeee;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  cursor: pointer;
}
.input::placeholder {
  color: #fff !important;
}

.message .user .img img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.message .user .text {
  margin-right: 10px;
}

.message .user .text .new-message {
  color: #525252;
}

.message .user .text .title {
  color: #6ad8ff;
  white-space: nowrap;
}

.message .user .text .title h4 {
  font-size: 20px;
  font-weight: 400;
}

.message .chat .request {
  color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  background: radial-gradient(farthest-corner at 0px 20px, #ff5c58 20%, #fcd2d1 150%) !important;
}

.message .chat .request h4 {
  font-weight: 400;
  font-size: 20px;
}

.message .chat .request h6 {
  margin: 10px 0;
}

.message .chat .request span {
  margin-left: 15px;
}

.message .chat .dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message .chat .dialog .dialog-text {
  background-color: #6ad8ff;
  border-radius: 15px;
  color: white;
  box-shadow: 0px 0px 5px 0px #ececec;
  padding: 15px 10px;
  margin: 0;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.message .chat .dialog .dialog-text span {
  color: #ff5c58;
  text-align: left;
}

.message .chat form {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message .chat form div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message .chat form input {
  border: none;
}

.message .chat form img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

.message .chat form button {
  border-radius: 10px;
  padding: 10px 20px;
}

.settings-d .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
}

.settings-d .content h2 {
  color: #ff5c58;
  font-weight: 600;
}

.settings-d .content .img-settings img {
  width: 150px;
  height: 342px;
  -o-object-fit: contain;
     object-fit: contain;
}

.settings-d .content form .form-box .title h4 {
  color: #69d6ff;
  font-weight: 400;
}

.settings-d .content form input {
  background-color: #fafafa;
  color: #525252 !important;
  border: none;
  border-radius: 10px;
}

.settings-d .content form button {
  padding: 3px 50px;
  border-radius: 16px;
}

.account .content {
  background-color: unset;
  padding-top: 10px ;
  position: relative;
  border-radius: 25px;
  top: 10px;
  height: 100%;
  direction: rtl;
  box-shadow: unset;
}
.profileImage {
  box-shadow: 1px 1px 7px 0px #b7b7b7;
  border-radius: 25px;
}
.btn-myShop {
  width: 60%;
  background-color: #6ad8ff;
  border-radius: 50px;
  height: 40px;
  color: white;
  font-weight: bold;
  box-shadow: 0px 0px 1px 1px #dddddd;
}

.account .content .results .salary,
.account .content .results .wallet {
  background-color: #ffffff;
  padding: 35px 25px;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 1px gainsboro;
}

.account .content .results .salary .title,
.account .content .results .wallet .title {
  text-align: center;
}

.account .content .results .salary .title h2,
.account .content .results .wallet .title h2 {
  font-weight: 400;
  white-space: nowrap;
  font-size: 22px;
}

.account .content .results .salary .title h4,
.account .content .results .wallet .title h4 {
  font-weight: 400;
  margin: 25px 0;
  color: #69d6ff;
  white-space: nowrap;
}
.profileText {
  font-weight: 800;
  margin: 10px;
  color: #69d6ff;
  white-space: nowrap;
  font-size: 22px;
}

.account .content .results .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account .content .results button {
  width: 140px;
  margin: 0 3px;
  border-radius: 8px;
}

.account .content .incoming .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account .content .incoming .nav-bar h2 {
  color: #69d6ff;
  font-weight: 400;
}

.account .content .incoming .nav-bar .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account .content .incoming .nav-bar .sort label {
  white-space: break-spaces;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
}

.account .content .incoming .nav-bar .sort select {
  width: 120px;
  height: 40px;
  background-color: #6ad8ff;
  border: none;
  color: #ffffff;
  border-radius: 15px;
}

.account .content .incoming .table-incoming {
  /* max-height: 340px; */
  overflow: auto;
  border: none;
}

.account .content .incoming .table-incoming table {
  /* Track */
  /* Handle */
  border-collapse: separate;
  border-spacing: 0 5px;
  white-space: nowrap;
  width: 100%;
  text-align: center !important;
}

.account .content .incoming .table-incoming table ::-webkit-scrollbar {
  width: 6px;
}

.account .content .incoming .table-incoming table ::-webkit-scrollbar-track {
  background: transparent;
}

.account .content .incoming .table-incoming table ::-webkit-scrollbar-thumb {
  background: #69d6ff;
}

.account .content .incoming .table-incoming table ::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

.account .content .incoming .table-incoming th {
  color: #69d6ff;
  font-weight: 600;
  font-size: 14px;
}

.account .content .incoming .table-incoming table,
.account .content .incoming .table-incoming thead,
.account .content .incoming .table-incoming tr,
.account .content .incoming .table-incoming th,
.account .content .incoming .table-incoming td {
  border: none;
}

.account .content .incoming .table-incoming tr {
  background-color: #f7f6f6;
  border-radius: 15px !important;
}

.account .content .incoming .table-incoming td {
  color: #616161;
}

.account .content .incoming .table-incoming thead tr {
  background-color: transparent !important;
}

.services .content {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px 35px 100px 35px;
  border-radius: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services .content .title {
  margin-bottom: 40px;
}

.services .content .title h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 30px;
  color: #ff5c58;
  text-align: center;
}
.services .content .title h4 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 16px;
  color: #ff5c58;
  text-align: center;
}

.services .content .title h2 {
  color: #ff5c58;
  font-weight: 400;
}

.services .content .title h2 img {
  width: 32px;
  padding-left: 5px;
}

.services .content h4,
.services .content .text {
  text-align: center;
}

.services .content .no-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -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;
}

.services .content .no-active h4 {
  color: #ff5c58;
}

.services .content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services .content .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -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;
  border-radius: 25px;
  background: radial-gradient(farthest-corner at 0px 20px, #ff5c58 20%, #fcd2d1 150%) !important;
}

.services .content .active h4 {
  color: #fff;
}

.ticketing input,
.ticketing textarea {
  background-color: #fafafa;
  color: #525252 !important;
  border: none;
  border-radius: 10px;
}

.ticketing label {
  color: #616161;
}

.ticketing textarea {
  height: 150px;
}

.ticketing .content {
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.ticketing .content button {
  padding: 5px 20px;
}

.ticketing .content .title {
  margin-bottom: 15px;
}

.ticketing .content .title h2 {
  font-weight: 400;
  white-space: nowrap;
  font-size: 25px;
  color: #ff5c58;
}

.ticketing .content .q-a {
  margin: 40px 0;
}

.appontments .content {
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.appontments .content .reserves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appontments .content .reserves .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appontments .content .reserves .title h5 {
  color: #ff5c58;
}

.appontments .content .reserves .title form {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appontments .content .reserves .title form img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 5px 10px;
}

.appontments .content .reserves .title input {
  border: none;
}

.appontments .content .reserves .active-reserves .data,
.appontments .content .reserves .ended-reserves .data {
  padding: 5px 5px 5px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appontments .content .reserves .active-reserves .data div,
.appontments .content .reserves .ended-reserves .data div {
  margin: 0 0 0 60px;
}

.appontments .content .reserves .active-reserves .data span,
.appontments .content .reserves .ended-reserves .data span {
  font-weight: 600;
}

.appontments .content .results {
  height: 100%;
}

.appontments .content .results .wallet {
  background-color: #f7f6f6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  border-radius: 15px;
}

.appontments .content .results .wallet button {
  padding: 5px 50px;
  border-radius: 15px;
}

.appontments .content .results .wallet .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.appontments .content .results .wallet .title {
  text-align: center;
}

.appontments .content .results .wallet .title h2 {
  font-weight: 400;
  white-space: nowrap;
  font-size: 22px;
}

.appontments .content .results .wallet h4 {
  text-align: center;
  font-weight: 450;
  color: #ff5c58;
  white-space: nowrap;
}

.appontments .content .results .recive-messages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.appontments .content .results .recive-messages h4 {
  font-weight: 450;
  color: #ff5c58;
  white-space: nowrap;
}

.appontments .content .results .recive-messages .message {
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appontments .content .results .recive-messages .message .img img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.appontments .content .results .recive-messages .message .text {
  margin-right: 10px;
}

.appontments .content .results .recive-messages .message .text h4 {
  color: #ff5c58;
  font-size: 15px;
}

.appontments .content .results .recive-messages .message .text h6 {
  font-size: 12px;
}

.appontments .content .results .recive-messages .message .logo {
  margin-right: auto;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appontments .content .results .recive-messages .message .logo img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment .content {
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.payment .content .results {
  height: 100%;
}

.payment .content .results .salary {
  margin-bottom: 30px;
}

.payment .content .results .salary,
.payment .content .results .wallet {
  background-color: #f7f6f6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 25px;
  border-radius: 15px;
}

.payment .content .results .salary button,
.payment .content .results .wallet button {
  padding: 5px 50px;
  border-radius: 15px;
}

.payment .content .results .salary .more-btn,
.payment .content .results .wallet .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment .content .results .salary .title,
.payment .content .results .wallet .title {
  text-align: center;
}

.payment .content .results .salary .title h2,
.payment .content .results .wallet .title h2 {
  font-weight: 400;
  white-space: nowrap;
  font-size: 22px;
}

.payment .content .results .salary h4,
.payment .content .results .wallet h4 {
  text-align: center;
  font-weight: 450;
  color: #ff5c58;
  white-space: nowrap;
}

.payment .content .recevie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.payment .content .recevie .form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment .content .recevie .form form input {
  background-color: #fafafa;
  color: #525252 !important;
  border: none;
  border-radius: 10px;
}

.form-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-panel .content {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.form-panel .content .title {
  text-align: center;
}

.form-panel .content .title h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 24px;
  color: #ff5c58;
}

.form-panel .content .client-card,
.form-panel .content .user-card {
  padding: 40px 0;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.form-panel .content .client-card:hover,
.form-panel .content .user-card:hover {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 5px 0px, rgba(60, 64, 67, 0.15) 0px 0px 5px 0px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 5px 0px, rgba(60, 64, 67, 0.15) 0px 0px 5px 0px;
}

.form-panel .content .user-card {
  background-color: #ffedd3;
}

.form-panel .content h5 {
  text-align: center;
  color: #ff5c58;
}

.form-panel .content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.form-panel .content .img img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-panel .content {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
}

.form-panel .content .title {
  text-align: center;
  margin-bottom: 140px;
}

.form-panel .content .title h2 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 24px;
  color: #ff5c58;
}

.form-panel .content .client-card,
.form-panel .content .user-card {
  padding: 40px 0;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.form-panel .content .client-card:hover,
.form-panel .content .user-card:hover {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 5px 0px, rgba(60, 64, 67, 0.15) 0px 0px 5px 0px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 5px 0px, rgba(60, 64, 67, 0.15) 0px 0px 5px 0px;
}

.form-panel .content .user-card {
  background-color: #ffedd3;
}

.form-panel .content h5 {
  text-align: center;
  color: #ff5c58;
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.Businessform {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Businessform .content {
  margin-top: 5rem;
  background-color: #fff;
  padding: 2vw;
  border-radius: 25px;
}

.Businessform .content .header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Businessform .content .header-form h1 {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .business-Type-bosx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10rem;
}

.Businessform .content .business-Type-bosx .header {
  text-align: center;
}

.Businessform .content .business-Type-bosx .header span {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .business-Type-bosx .boxs {
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Businessform .content .business-Type-bosx .boxs .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
  border-radius: 25px;
}

.Businessform .content .business-Type-bosx .boxs .box .img {
  width: 40%;
}

.Businessform .content .business-Type-bosx .boxs .box .img img {
  width: 100%;
}

.Businessform .content .business-Type-bosx .boxs .box .title {
  margin-top: 10px;
}

.Businessform .content .business-Type-bosx .boxs .box .title span {
  font-size: 12px;
}

@media (max-width: 776px) {
  .Businessform .content .business-Type-bosx .boxs .box .title span {
    font-size: 8px;
  }
}

.Businessform .content .business-Type-bosx .boxs .select {
  background-color: #ffedd3;
}

.Businessform .content .business-Type-bosx .boxs .unselect {
  background-color: #fafafa;
}

.Businessform .content .about-busines {
  margin-top: 10rem;
}

.Businessform .content .about-busines .header {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .about-busines .txtarea {
  margin-top: 10px;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 20px;
}

.Businessform .content .about-busines .txtarea .textareea {
  border: none;
  width: 100%;
  height: 200px;
  background-color: transparent;
}

.Businessform .content .about-busines .txtarea :focus,
.Businessform .content .about-busines .txtarea input:focus {
  outline: none;
}

.Businessform .content .work-samples {
  margin-top: 10rem;
}

.Businessform .content .work-samples .header .name {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .work-samples .header .txt {
  margin-top: 3px;
  color: #ff5c58;
  font-size: 10px;
}

.Businessform .content .work-samples .upload-box {
  margin-top: 3rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.Businessform .content .work-samples .upload-box img {
  border-radius: 35px;
  max-width: 123px;
}

@media (max-width: 790px) {
  .Businessform .content .work-samples .upload-box img {
    border-radius: 20px;
    max-width: 12vw;
  }
}

@media (max-width: 575px) {
  .Businessform .content .work-samples .upload-box img {
    border-radius: 20px;
    max-width: 20vh;
  }
}

.Businessform .content .work-samples .upload-box .title {
  margin-top: 5px;
}

.Businessform .content .work-samples .upload-box .title button {
  border-radius: 40px;
  background-color: #ff5c58;
  color: #fff;
  padding: 10px 40px;
  border: none;
  text-align: center;
  font-size: 10px;
}

.Businessform .content .times {
  margin-top: 10rem;
}

.Businessform .content .times .header .name {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .times .header .txt {
  margin-top: 10px;
  color: #525252;
  font-size: 10px;
}

.Businessform .content .times .select-hours {
  margin-top: 20px;
}

@media (max-width: 740px) {
  .Businessform .content .times .select-hours {
    padding: 10px 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .basketImage {
    width: 64px;
    height: 64px;
   }
}

.Businessform .content .times .select-hours button {
  padding: 7px 10px;
  margin: 5px;
  border-radius: 5px;
  border: none;
}

.Businessform .content .times .select-hours .unselect {
  background-color: #fafafa;
}

.Businessform .content .times .select-hours .select {
  background-color: #ffedd3;
}

.Businessform .content .times .timetable {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Businessform .content .times .timetable .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5vw;
}

.Businessform .content .times .timetable .days .header {
  margin: 4px;
}

.Businessform .content .times .timetable .days .header span {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .Businessform .content .times .timetable .days .header span {
    font-size: 7px;
  }
  .basketImage {
    width: 96px;
    height: 96px;
   }
}

@media (max-width: 400px) {
  .Businessform .content .times .timetable .days .header span {
    font-size: 6px;
  }
}

.Businessform .content .times .timetable .days button {
  width: 90%;
  color: #FE8F8F;
  margin: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  border: none;
}

@media (max-width: 1000px) {
  .Businessform .content .times .timetable .days button {
    font-size: 7px;
  }
}

.Businessform .content .times .timetable .days .times_unselected {
  background-color: #fcd2d1;
}

.Businessform .content .times .timetable .days .times_selected {
  background-color: #FE8F8F;
}

.Businessform .content .times .rahnama {
  text-align: center;
  color: #ff5c58;
  font-size: 10px;
}

.Businessform .content .forms {
  margin-top: 10rem;
}

.Businessform .content .forms .header span {
  color: #ff5c58;
  font-weight: bold;
}

.Businessform .content .forms .txtarea {
  margin-top: 10px;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 20px;
}

.Businessform .content .forms .txtarea .textareea {
  border: none;
  width: 100%;
  height: 100px;
  background-color: transparent;
}

.Businessform .content .forms .txtarea :focus,
.Businessform .content .forms .txtarea input:focus {
  outline: none;
}

.Businessform .content .inputs {
  margin-top: 15px;
}

.Businessform .content .inputs input,
.Businessform .content .inputs label {
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 10px;
}

.Businessform .content .inputs label {
  color: #ff5c58 !important;
  font-weight: bold;
}

.Businessform .content .inputs input {
  background-color: #fafafa;
  border-radius: 15px;
  margin-top: 5px;
  padding: 20px 25px;
  width: 100%;
  color: #000 !important;
}

.Businessform .content .google-map {
  margin-top: 38px;
  border-radius: 15px;
  border: none;
  background-color: #ff5c58;
  padding: 20px 25px;
}
.basketIcons {
  width: 32px;
   height: 32px;
   cursor: pointer ;
}

.Businessform .content .google-map i {
  margin-left: 3px;
}

@media (max-width: 1369px) {
  .Businessform .content .google-map i {
    font-size: 1vh;
  }
}

@media (max-width: 1369px) {
  .Businessform .content .google-map {
    font-size: 1vh;
    padding: 15px 10px;
  }
  .basketImage {
    width: 128px;
    height: 128px;
   }
}
.formMe {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00baff !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #86deff59 !important;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 15px !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.formLabel {
  color: #00baff !important;
}
.Businessform .content .check-boxs {
  margin-top: 15px;
}
.basketPrice {
  border: 2px solid #09bcff !important;
  margin: 10px !important;
  color: #09bcff !important;
}
.MuiButton-textPrimary {
  color: #09bcff !important;
}

.Businessform .content .price-gohome {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Businessform .content .price-gohome .text {
  font-size: 0.9vw;
}

@media (max-width: 740px) {
  .Businessform .content .price-gohome .text {
    font-size: 2vw;
  }
  .basketImage {
    width: 128px;
    height: 128px;
   }
}

.Businessform .content .price-gohome .chek-free {
  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;
}

.Businessform .content .twobox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.Businessform .content .twobox input {
  border: none;
  background-color: #fafafa;
  border-radius: 15px;
  margin: 5px;
  padding: 10px 25px;
  color: #000 !important;
}

@media (max-width: 1000px) {
  .Businessform .content .twobox input {
    padding: 10px 0.5vw;
  }
}

.Businessform .content .twobox .toman {
  margin-right: 3px;
  margin-left: 15px;
  background-color: #fafafa;
  border-radius: 15px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .Businessform .content .twobox .toman {
    display: none;
  }
}

.Businessform .content .price {
  margin-top: 5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Businessform .content .price .head {
  text-align: center;
  margin-bottom: 10px;
}

.Businessform .content .submit {
  margin: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Businessform .content .submit .reserve-submit {
  padding: 5px 80px;
  border-radius: 10px;
}
/*# sourceMappingURL=global.css.map */