@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  font-family: 'IRANSans' !important;
}

.background-content {
  background-color: #ffffff;
}
.MuiButton-contained.Mui-disabled {
  background-color: #e9e9e9 !important;
  color: black !important;
}
.MuiPagination-ul {
  margin: 0;
  display: flex;
  direction: ltr !important;
  padding: 0;
  align-self: center;
  flex-wrap: wrap;
  list-style: none;
}
.MuiBottomNavigation-root {
    height: auto !important;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.formCheckBox {
  width: 100%;
  position: relative;
}
.brudcamp {
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-radius: 10px;
  color: #9d9d9d;
  box-shadow: 0px 0px 5px 0px #b2b1b1;
}
.categoryes {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000000;
  box-shadow: 0px 0px 5px 0px #b2b1b1;
}
.productInput {
  padding: 10px;
  border-radius: 10px;
  background-color: #E2E2E2;
  border: 0px;
  text-align: center;
}
.basket .content .incoming .table-incoming tr {
  background-color: #ffffff;
  border-radius: 15px !important;
}
.basket .content {
  background-color: #fff;
  padding: 50px;
  position: relative;
  border-radius: 25px;
  top: 10px;
  height: 100%;
  box-shadow: 0px 0px 20px 2px #e8e8e8 !important;
}
.table>tbody {
  vertical-align: baseline !important;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  width: 100%;
}
.formCheckBox label {
  cursor: pointer;
}

.formCheckBox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.formCheckBox input[type="checkbox"]:checked ~ .check::after {
  display: block;
}

.formCheckBox label {
  margin-right: 20px;
  font-size: 1vw;
}

@media (max-width: 740px) {
  .formCheckBox label {
    font-size: 2vw;
  }
}

.formCheckBox .check {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #ff5c58;
  border-radius: 4px;
}

.formCheckBox .check::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 4px;
  left: -3px;
  top: -2.5px;
  width: 15px;
  height: 15px;
  background-color: #ff5c58;
}

.left-box {
  position: absolute;
  top: 10vh;
  left: -230px;
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-size: contain;
  border-radius: 20px;
  background-image: url("../images/Component 4 – 4.png");
}

@media (max-width: 990px) {
  .left-box {
    display: none;
  }
}

.light {
  top: 20vh;
  left: -260px;
  background-image: url("../images/Component 4 – 5.png");
  z-index: 1000;
}

.navbar-auth {
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.navbar-auth img {
  background-color: transparent;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.MuiStepLabel-label.MuiStepLabel-active {
  color: #000 !important;
  font-weight: 500;
  font-family: 'IRANSans' !important;
}
.MuiStepIcon-root.MuiStepIcon-active {
  color: #00baff !important;
}
.MuiBottomNavigation-root {
  overflow: unset !important;
  z-index: 200;
  justify-content: center;
  background-color: #fff;
}
.btnSendProfile {
  padding: 5px 10px 5px 10px;
  font-family: 'IRANSans';
  background-color: white;
  border: 2px solid #8cd5f4;
  border-radius: 20px;
  color: #8cd5f4;
}
.MuiStepLabel-iconContainer {
  display: flex;
  flex-shrink: 0;
  padding-left: 8px !important;
}
.auth-page {
  background-color: #0943a9;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.auth-page1 {
  background-color: #ffffff;
  min-height: 100vh;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
p {
font-size: 16px;
}
.auth-page .title {
  color: #FFF !important;
  margin-bottom: 2rem;
  font-weight: 700;
}
.auth-page .Desc {
  color: #FFF !important;
  margin-bottom: 2rem;
  font-weight: 300;
}
.productName {
  color: #004579 !important;
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: 16px;
}
.btn-register {
  background: radial-gradient(farthest-corner at 0px 20px, #ffffffb3 20%, #ffffff 150%) !important;
  margin: 5px 0;
  color: #69d6ff !important;
  padding: 8px 20px !important;
  border-radius: 15px !important;
  opacity: 1;
  text-align: center !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #69d6ff !important;
}
.btn-auth1 {
  background: #69d6ff;
  margin: 5px 0;
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 15px !important;
  opacity: 1;
  text-align: center !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #69d6ff !important;
}
.auth-page .btn-primary:hover {
  opacity: 0.7;
}

.auth-page .btn-success {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  background: radial-gradient(farthest-corner at 10px 20px, #689f38 0%, #8bc34a 90%) !important;
  border: none !important;
}
.MuiStepLabel-label {
  color: rgba(0, 0, 0, 0.54);
  font-family: 'IRANSans' !important;
}
.MuiStepIcon-root.MuiStepIcon-completed {
  color: #00baff !important;
}
.MuiInputLabel-formControl {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: absolute !important;
  transform: translate(0, 24px) scale(1) !important;
}
.auth-page .btn-auth {
  margin: 5px 0;
  padding: 8px 20px !important;
  border-radius: 15px !important;
}
.makeStyles-menuButton {
  margin-right: -20px !important;
}
.MuiAppBar-colorPrimary {
  color: #fff;
  background-color: #ffffff85 !important;
}
.MuiBottomNavigationAction-root {
  flex: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 6px 12px 8px;
  max-width: 168px;
  min-width: 26px !important;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiBottomNavigationAction-label {
  opacity: 1;
  font-size: 0.75rem;
  transition: font-size 0.2s, opacity 0.2s;
  font-family: 'IRANSans' !important;
  transition-delay: 0.1s;
}
.MuiBottomNavigationAction-root.Mui-selected {
  color: #ffc107 !important;
  padding-top: 6px !important;
  background-color: #212529 !important;
  border-radius: 15px 15px 0px 0px !important;
}
.auth-page .form-box {
  border-radius: 10px;
  padding: 20px 40px 30px 40px !important;
}

.auth-page .form-box .color-primary {
  color: #FFF !important;
}
.form-switch .form-check-input {
  float: right !important;
}
.MuiPaginationItem-textPrimary.Mui-selected {
  background-color: #00baff !important;
}

.auth-page .form-box label {
  font-size: 10px;
}
.btn-primary {
  color: #fff ;
  background-color: #0d6efd;
  border-color: #0d6efd;
  text-align: center !important;
}
.btnAddCategory {
  background-color: #ffffff;
  padding: 5px;
  font-size: 16px;
  color: #319cc9;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #319cc9;
}
.addCategoryInputs {
  width: 100%;
  padding: 8px;
  border: 0px;
  text-align: center;
  background-color: #f4f4f4 !important;
  border-radius: 25px;
}
.btn-addCategory {
  width: 100%;
  background: radial-gradient(farthest-corner at 0px 20px, #7cf3b1 20%, #ffffff 150%) !important;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: black !important;
  border: none !important;
  padding: 10px !important;
}
.btnAddCategory:hover {
  background-color: #319cc9;
  padding: 5px;
  font-size: 16px;
  color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #319cc9;
}
::-webkit-scrollbar {
  width: 0px;
}
.MuiDialog-paper {
  margin: 32px;
  position: relative;
  overflow-y: auto;
}
.auth-page .form-box .form-control {
  background: #ffffff4f !important;
  border-radius: 25px !important;
  border: 2px solid #46cdf2 !important;
}

.auth-page .h-100vh {
  min-height: 100vh;
}
.Orders {
  margin: 5px;
  height: auto;
  border-radius: 10px;
  background-color: white !important;
  box-shadow: 0px 0px 7px #e2e2e2 !important;
  padding: 10px;
  cursor: pointer !important;
  border-bottom: 1px solid #f9f9f9;
}
.Orders2 {
  margin: 5px;
  height: auto;
  border-radius: 10px;
  color: rgb(255, 255, 255) !important;
  background-color: #57b0f0 !important;
  box-shadow: 0px 0px 7px #ffffff !important;
  padding: 10px;
  cursor: pointer !important;
  border-bottom: 1px solid #f9f9f9;
}
.FactorCategory {
  height: auto;
  padding: 5px !important;
  border-radius: 15px;
  background-color: #2196F3 !important;
  box-shadow: inset 0px 0px 3px #9f9f9f !important;
  color: #fff !important;
  font-weight: bold;
}
.FactorCategory2 {
  height: auto;
  padding: 5px !important;
  border-radius: 15px;
  background-color: #FFF !important;
  box-shadow: inset 0px 0px 3px #9f9f9f !important;
  color: #2196F3 !important;
  font-weight: bold;
  cursor: pointer;
}
.factorAddServiceText {
  font-size: 16px;
  color: #2196f3;
}
.serviceBox {
  padding: 10px;
  background-color: #ffffff;
  margin: 5px !important;
  box-shadow: 0px 0px 6px #b7b7b7;
}
.serviceCount {
  color:#2196F3;
  font-size:14px;
}
.ProfileBox {
  color: #0dcaf0;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
  background-color: #fff !important;
  border-radius: 50px;
  box-shadow: 0px 0px 20px rgb(219 219 219);
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem !important;
}
.btn-info {
  color: #fff !important;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.showBalance {
  cursor: pointer;
  border-radius: 10px;
  background-color: #34C6F2 !important;
  color: #FFFF !important;
} 
.FactorTope {
  box-shadow: 0px 0px 3px #777777;
  border-radius: 10px;
  padding:10px;
  color: #FFF !important;
  background-color: #34C6F2 !important;
} 
.FactorBope {
  box-shadow: 0px 0px 3px #777777;
  border-radius: 10px;
  padding:10px;
  color: #FFF !important;
  background-color: #184e5ea8 !important;
} 
.btn-ss {
  color: #0d6efd !important;
  background-color: #FFF;
  border-color: #0d6efd;
  text-align: center !important;
}
.addBalance {
  cursor: pointer;
  border-radius: 10px;
  background-color: #57DB64 !important;
  color: #FFFF !important;
} 
.Messages {
  height: auto;
  background-color: white !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
  padding:"10px"
}
.MuiStepper-horizontal {
  align-items: center;
  flex-direction: row;
  overflow: auto !important;
}
.CommissionInput {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  color: #00baff;
}

.MuiMenuItem-root {
  width: auto;
  overflow: hidden;
  font-size: 1rem;
  box-sizing: border-box;
  min-height: 48px;
  font-family: 'IRANSans' !important;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 6px;
  white-space: nowrap;
  letter-spacing: 0.00938em;
  padding-bottom: 6px;
}
.Profile {
  color : white !important;
  text-align: center !important; 
  background-color: #FFCC00 !important;
  box-shadow: 0px 0px 3px #00000033 !important;
  border-radius: 25px !important;
}
.ProfileAccepted {
  color: white !important;
  text-align: center !important;
  background-color: #0dcaf0 !important;
  box-shadow: 0px 0px 3px #00000033 !important;
  border-radius: 25px !important;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #00baff !important;
  vertical-align: top;
  border-color: #dee2e6;
}
.searchInput {
  background: unset !important;
  border: unset !important;
  border-radius: 6px !important;
  padding: 10px 10px !important;
  box-shadow: unset !important;
}
.OrdersBtn {
  border-radius: 50px;
  padding: 5px;
  color:white;
  background-color: #34C6F2 !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
}
.OrdersBtn2 {
  border-radius: 50px;
  padding: 5px;
  color:white;
  background-color: #000000 !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
}
.OrdersBtnView {
  border-radius: 50px !important;
  padding: 5px !important;
  width: 100% !important;
  color:white !important;
  background-color: #34C6F2 !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
}
.OrderDesc {
  text-align: right;
  font-size: 16px;
  color:#34C6F2;
}
.FactorBtn {
  background-color: #34c6f2;
  padding: 5px 10px 5px 10px !important;
  color: white !important;
  text-align: center;
  font-size: 15px;
  width: 95% !important;
  border-radius: 50px;
}
.FactorBtnCancel {
  font-size: 15px !important;
  color:#34C6F2 !important;
  background-color:white !important;
  border: 2px solid #34C6F2 !important;
  padding: 3px !important;
  width: 100% !important;
  border-radius: 50px !important;
}
.OrdersBtnCancel {
  border-radius: 50px;
  padding: 5px;
  width: 100%;
  color:white;
  background-color: #FFB300 !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
}
.MuiInputLabel-outlined {
  z-index: 1;
  text-align: center !important;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
}
.MuiBox-root{
  text-align: center !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #b5b5b5 !important;
  border: 0;
  opacity: .25;
}
.MuiTypography-body1 {
  font-size: 16px !important;
  font-family: 'IRANSans' !important;
  color: #2c2c2c !important;
  letter-spacing: 0.00938em !important;
  text-align: right !important;
}
.MuiListItemIcon-root {
  color: rgb(36 210 255) !important;
  display: inline-flex;
  min-width: 56px;
  flex-shrink: 0;
}
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 2rem !important;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiBottomNavigationAction-root {
  color: rgba(0, 0, 0, 0.54) !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 2px solid #fafafa !important;
  appearance: none;
  border-radius: 25px;
  box-shadow: 0px 0px 3px rgb(223 223 223) !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a {
  text-decoration: none !important;
}
.pageTitle {
  font-size: 18px;
  text-align: right;
  font-weight: 800;
  color: #616161;
  margin-right: 10px;
  font-family: IranSans !important;
}
.singUpOneTitle {
  font-size: 16px;
  color: #FFF;
}
.ProjectLabels {
  font-size: 16px;
  color: #00cbff;
  text-align: right;
}
.ProjectLabels-danger {
  font-size: 16px;
  color: #ff0000;
  text-align: right;
}
.ProjectVarients {
  font-size: 16px !important;
  color: #155363;
  text-align: center;
}
.ladningPageTitle {
  font-size: 23px;
  color: #00cbff;
}
.ladningPageText {
  font-size: 16px;
  color: #146479;
}
.footerImage {
  padding: 10px;
  background-color: white;
  border-radius: 25px;
}
.pageTitle2 {
  font-size: 22px;
  color: #00cbff;
}
.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
  background-color: #ffc220 !important;
}
.MuiStepConnector-alternativeLabel {
  right: calc(-50% + 20px) !important;
  left: calc(50% + 20px) !important;
  position: absolute !important;
}
.MuiFormHelperText-root {
  color: rgb(255 0 0) !important;
  margin: 0;
  font-size: 0.75rem;
  margin-top: 3px;
  text-align: left;
  font-family: 'IRANSans' !important;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}

.LinkButton {
  border-radius: 50px;
  padding: 5px 20px 5px 20px;
  width: 100%;
  text-align: center;
  color: white !important;
  background-color: #34C6F2 !important;
  box-shadow: 0px 0px 3px #aeaeae !important;
}
.MuiInput-underline:before {
  border-bottom: 2px solid rgb(255 194 32) !important;
}
.MuiInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  border-bottom: 2px solid #00baff !important;
  pointer-events: none;
}
.MuiFormControlLabel-root {
  color: #00baff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: -11px;
  margin-right: 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
textarea.form-control {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  border: 0px;
  padding: 6px;
  color: #3e3e3e !important;
}
.drawerLogoDiv {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 15px #e5e5e5 !important;
  text-align: center;
  padding: 10px;
  margin: 10px;
  border-radius: 25px;
}
textarea.form-control:hover {
  box-shadow: 0px 0px 15px #e5e5e5 !important;
}
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  height: 50px;
  background-color: #FFFFFF;
  box-shadow : 0px 0px 4px #9e9c9c !important;
  position: fixed;
  z-index: 25000;
  width: 100%;
}

@media (max-width: 768px) {
  .header-main {
    margin-bottom: 1rem;
  }
}

.header-main .logo {
  margin-left: auto;
}

.header-main .logo img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.touchnetLogo {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-main .menu {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  box-shadow : 0px 0px 4px #9e9c9c !important;
}

.header-main .menu .item-menu {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .menu .item-menu i {
  margin: 0 5px;
}
.btn-success {
  color: #fff;
  background-color: #01cc6e !important;
  border-color: #ffffff !important; 
  padding: 10px !important;
  border-radius: 25px !important;
}
.downloadappInput {
  background-color: #67D1F8;
  color: white !important;
  font-family: 'IRANSans';
  border: 0px;
  border-radius: 0px 50px 50px 0px !important;
  text-align: center;
  height: 48px;
}
.donwloadAppButton {
  background-color: #ffffff !important;
  color: #67d1f8;
  border-radius: 50px 0px 0px 50px !important;
  width: 150px;
  height: 48px;
  border: 2px solid;
}
.donwloadAppButtons {
  background-color: #67d1f8;
  border-radius: 50px;
}

.header-main .menu .item-menu:first-child {
  padding: 0 10px;
  border-left: 2px solid #525252;
}

.header-main .left-side {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .left-side .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 6rem;
}

.header-main .left-side .search i {
  font-size: 13px;
  color: #525252;
  margin: 0 8px;
}

.header-main .left-side .search input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 12px;
  color: #525252;
}

.header-main .left-side .btn {
  background: radial-gradient(farthest-corner at 0px 20px, #00dcff 20%, #00dcff 150%) !important;
  -webkit-box-shadow: 1px 6px 10px #ff5c5844;
  box-shadow: 1px 6px 10px #00dcff5c;
  color: #fff !important;
  border-radius: 50px;
  font-size: 16px !important;
  padding: 7px 15px;
}
.downloadAppBox {
  padding: 20px;
  border: 2px solid #67d1f8;
  border-radius: 25px;
}

.header-main .left-side .btn i {
  font-size: 11px;
  margin: 0 5px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 100px 0px 50px 0px;
}

.footer .content {
  color: #000000;
  max-width: 962px;
  padding: 25px;
  background: radial-gradient(farthest-corner at 0px 20px, #FFFFFF 20%, #67d1f8 150%) !important;
  border-radius: 50px;
}
.appontments .content {
  background-color: #fff;
  padding-top: 50px;
  padding: 25px 0px 0px 0px;
  border-radius: 25px;
}
.footer .content .first-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center !important;
}

@media (max-width: 575px) {
  .footer .content .first-row .imgbox-response {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

.footer .content .first-row .img-box {
  max-width: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .content .first-row .img-box img {
  width: 100%;
  height: auto;
}

.footer .content .first-row .links {
  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;
}

.footer .content .first-row .links a {
  margin: 7px 0px;
}

.footer .content .first-row .description h4 {
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 575px) {
  .footer .content .first-row .description h4 {
    margin-top: 25px;
    text-align: center;
  }
}

.footer .content .first-row .description p {
  font-size: 10px;
}

.footer .content .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .footer .content .instagram {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .content .instagram i {
  font-size: 20px;
}

.footer .content .instagram span {
  margin-left: 4px;
}

.footer .content .copy-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single {
  padding: 0 6rem !important;
  background-color: #FFFFFF;
  border-radius: 25px;
  position: relative;
  top: 78px;
  box-shadow: 0px 0px 4px 2px #4111;
  align-items: center;
}

@media (max-width: 768px) {
  .single {
    padding: 0 1rem !important;
  }
}

.single .first-row .letr .img {
  width: 269px;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 1000px;

}

.content .first-row .description .influname {
  color: #80bbff !important;
  margin: 10px;
}
.MuiTab-textColorPrimary.Mui-selected {
  color: #00baff !important;
}
.MuiButton-containedPrimary {
  color: #fff !important;
  width: 100%;
  background-color: #00baff !important;
  border: 0px !important;
  border-radius: 29px !important;
  box-shadow: 0px 0px 4px #00000075 !important;
}
.single .first-row {
  align-items: center !important; 
}
.btnCancel {
 color:red;
 padding: 5px;
 background-color:white;
 border:2px solid red;
 border-radius: 50px;
}

@media (max-width: 575px) {
  .single .first-row .description {
    text-align: center;
  }
  .single .first-row .description p {
    text-align: center;
  }
}

.single .second-row .hashtags {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: center;
}

.single .second-row .hashtags .hash {
  padding: 3px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #000000;
}

.single .second-row .hashtags .hash .hashtag {
  padding: 2px;
  color: #ffe600 !important;
}

.single .second-row .imogi-box {
  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;
}

.single .second-row .imogi-box .imogi {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 25px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .second-row .imogi-box .textsad {
  margin-top: 2px;
  color: red;
  font-size: 10px;
}

.single .second-row .imogi-box .texthappy {
  margin-top: 2px;
  color: #9ddac6;
  font-size: 10px;
}

.single .tabcontent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.single .tabcontent .tabs {
  border-bottom: 0px solid #ffe600;
  padding-bottom: 0.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.MuiTabs-scroller {
  flex: 1 1 auto;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  background-color: #FFFFFF !important;
  color: black;
}
.PrivateTabIndicator-colorPrimary-4 {
  background-color: #000000 !important;
}
.PrivateTabIndicator-root-4{
  background-color: #00baff !important;
}
.MuiTabScrollButton-root {
  width: 40px;
  opacity: 0.8;
  flex-shrink: 0;
  display: none !important;
}
.single .tabcontent .tabs .nav-item .nav-link {
  color: #525252;
  background: none !important;
  cursor: pointer;
}
.notFound {
    align-self: center;
    text-align: center;
    padding: 20px;
    background-color: #212529;
    border-radius: 25px;
    color: gold;
    box-shadow: 0px 0px 3px black;
}
.single .tabcontent .tabs .nav-item .active {
  border-bottom: 3px solid #000;
}

.protgolio {
  margin-top: 4rem;
}

.protgolio h2 {
  color: #ff5c58;
  font-weight: bold;
}

.protgolio img {
  border-radius: 10px;
  width: 64px;
  height: 64px;
}
.btn-buy {
  background-color: #ff6865 !important;
  padding: 5px !important;
  border-radius: 50px !important; 
  color: white !important;
}
.checkout-btn {
  background-color: #ff6865 !important;
  padding: 5px !important;
  border-radius: 50px !important; 
  margin-left: 20% !important;
}

@media (max-width: 1468px) {
  .protgolio img {
    width: 100%;
    height: auto;
  }
}

.protgolio .galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.lastcoments {
  margin-top: 4rem;
}

.lastcoments h2 {
  color: #ff5c58;
  font-weight: bold;
}

.lastcoments .comentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lastcoments .comentbox .right-side {
  margin: 20px;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}

.lastcoments .comentbox .right-side .name-comenter {
  margin-top: 5px;
  color: #525252;
  text-align: center;
}

.lastcoments .comentbox .right-side img {
  max-width: 102px;
  max-height: 102px;
  border-radius: 50%;
}

@media (max-width: 591px) {
  .lastcoments .comentbox .right-side img {
    width: 100%;
    height: auto;
  }
}

.lastcoments .comentbox .left-side {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  width: 700px;
}

.lastcoments .comentbox .left-side span {
  color: #689f38;
  font-weight: bold;
}

.lastcoments .comentbox .left-side .coment-text {
  margin-top: 1rem;
  font-size: 10px;
}

.addres {
  margin-top: 4rem;
}

.addres h2 {
  color: #ffbb00;
  font-weight: bold;
}
.RestaurantBuyButton {
  color: #ffbb00;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border-radius: 100px;
}
.RestaurantImage {
  width: 96px;
  height: 96px;
  border-radius: 100px;
}

.addres p {
  margin-top: 5px;
  color: #525252;
}

.addres .map-box {
  margin: 20px 0px;
  max-width: 830px;
}

.reserve-single-page {
  margin-top: 4rem;
}

.reserve-single-page h2 {
  color: #ff5c58;
  font-weight: bold;
}

.reserve-single-page .content {
  margin-top: 25px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

.reserve-single-page .content .formgroup {
  margin: 15px;
}

.reserve-single-page .content .formgroup .inputs {
  margin-bottom: 4rem;
}

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

.reserve-single-page .content .formgroup .inputs label {
  color: #525252 !important;
}

.reserve-single-page .content .formgroup .inputs input {
  background-color: #61616124;
  border-radius: 15px;
  margin-top: 5px;
  padding: 6px 25px;
  color: #000 !important;
}

.reserve-single-page .content .formgroup .timetable {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-single-page .content .formgroup .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;
}

.reserve-single-page .content .formgroup .timetable .days .header {
  margin: 4px;
}

.reserve-single-page .content .formgroup .timetable .days .header span {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .reserve-single-page .content .formgroup .timetable .days .header span {
    font-size: 7px;
  }
}

@media (max-width: 400px) {
  .reserve-single-page .content .formgroup .timetable .days .header span {
    font-size: 6px;
  }
}

.reserve-single-page .content .formgroup .timetable .days button {
  width: 90%;
  color: #ff5c58;
  margin: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  border: none;
}

@media (max-width: 1000px) {
  .reserve-single-page .content .formgroup .timetable .days button {
    font-size: 7px;
  }
}

.reserve-single-page .content .formgroup .timetable .days .times_unselected {
  background-color: #fcd2d1;
  font-size:  16px;
}

.reserve-single-page .content .formgroup .timetable .days .times_selected {
  background-color: #ff5c58;
  color: white;
  font-size:  16px;

}

.reserve-single-page .content .formgroup .map-box {
  margin: 20px 0px;
  max-width: 830px;
}

.reserve-single-page .content .formgroup .addres h2 {
  color: #ff5c58;
  font-weight: bold;
}

.reserve-single-page .content .formgroup .addres p {
  margin-top: 6px;
  color: #525252;
}

.reserve-single-page .content .formgroup .submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-single-page .content .formgroup .submit .reserve-submit {
  padding: 5px 80px;
  border-radius: 10px;
}

.reserve-single-page .content h5 {
  color: #ff5c58;
}

.card-box {
  border-radius: 10px;
  background-color: #ffffffb0;
  width: 100% !important;
  box-shadow: 0px 0px 5px #d9d9d9 !important;
  cursor: pointer;
}
.downloadBox {
  width: 100%;
  text-align: right;
  padding: 5px;
  border: 2px solid #6a79a9;
  border-radius: 5px
}
.productSize {
  background-color: #ffffff;
  padding: 5px;
  box-shadow: 0px 0px 4px #9e9c9c !important;
  cursor: pointer;
}
.productSizeSelected {
    background-color: #6ad7ff;
    padding: 5px;
    margin: 3px;
    color: white;
    box-shadow: 0px 0px 4px #9e9c9c !important;
}
.selectedColor {
    background-color: #6ad7ffa1;
    border: 3px solid #6ad7ff;
}

.card-box .image-box {
  width: 100%;
  height: 30%;
  position: relative;
  
}

.card-box .image-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0px 0px !important
}

.card-box .image-box .list {
  height: 240px !important;
}

.card-box .image-box .price {
  z-index: 10000;
  border-radius: 10px;
  background-color: #fff;
  color: #ff5c58;
  padding: 8px 12px;
  bottom: 5%;
  left: 5%;
  position: absolute;
}

.card-box .image-box .price span {
  font-size: 15px;
}

.card-box .data {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 3px;
    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;
    color: #434343 !important;
}

.card-box .data .name {
  color: #525252 !important;
  font-size: 15px;
  padding: 5px 0px;
}

@media (max-width: 1200px) {
  .card-box .data .name {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .card-box .data .name {
    font-size: 20px;
  }
}

.card-box .data .likebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9DDAC6;
  padding: 5px 0px;
}

.card-box .data .likebox span {
  padding: 0px 10px;
  color: #9DDAC6;
  font-size: 15px;
}

.card-box .data .likebox i {
  font-size: 25px;
}

.card-box .data .seeclick {
  margin-top: 5px;
  background-color: #6AD7FF;
  border-radius: 25px;
  padding: 5px 20%;
  font-size: 22px;
  cursor: pointer;
  color: white !important;
}

.landing {
  margin-top: 50px;
}
.slider {
  height: 200px;
  color: #00cbff;
  text-align: center;
  align-items: center;
}
.slider-image {
  width: 150px;
  padding: 20px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 0px 20px;
}
.landing .popular .title {
  padding: 30px 10px;
}
.applicationTitle {
  font-size: 52px;
}
.applicationButton {
  align-items: center;
  background-color: #67D1F8;
  border-radius: 50px;
  margin: 10px !important;
}
.applicationButtonText {
  width: 95% !important;
}
.applicationButtonImage {
  width: 5% !important;
}

.landing .popular h3 {
  color: #000;
}

.landing .growing {
  margin-top: 2rem;
}

.landing .growing .title {
  padding: 20px 10px;
}

.landing .growing h3 {
  color: #000;
}

.landing .ourservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0px;
}

.landing .ourservices .header h3 {
  color: #000;
  text-align: center;
}

.landing .ourservices .boxs {
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}
.searchButton {
  background-color: white;
  border: 4px solid #69d6ff;
  border-radius: 25px;
  cursor: pointer;
}
.deleteButton {
  cursor: pointer;
}
.inputSearchBar {
  color: #14a9ff !important;
  border: 0px !important;
  text-align: center;
  font-size: 16px;
}
.auth-page .form-box .form-control::placeholder {
  color : white !important;
}
.inputSearchBar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #69d6ff;
  opacity: 1; /* Firefox */
} 
.landing .ourservices .boxs2 {
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff66;
  border-radius: 50px;
}
.landingImage {
  height : 180px;
  width : 180px;
}

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

.landing .ourservices .boxs .box .img {
  width: 40%;
}

.landing .ourservices .boxs .box .img img {
  width: 100%;
}

.landing .ourservices .boxs .box .title {
  margin-top: 10px;
}

.landing .ourservices .boxs .box .title span {
  font-size: 12px;
}

@media (max-width: 776px) {
  .landing .ourservices .boxs .box .title span {
    font-size: 8px;
  }
}

.landing .ourservices .boxs .select {
  background-color: #ffedd3;
}

.landing .ourservices .boxs .unselect {
  background-color: #ffffff63;
  height : 361px;
}

.landing .whyus {
  margin-top: 4rem;
}

.landing .whyus .why {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .whyus .why .imabox {
  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;
  position: relative;
}

.landing .whyus .why .imabox .shadow {
  position: absolute;
  bottom: 35%;
  z-index: 0;
  left: 50%;
  width: 2%;
  height: 1%;
  -webkit-box-shadow: 0px 15px 150px 80px #ff5c58 !important;
          box-shadow: 0px 15px 150px 80px #ff5c58 !important;
}

.landing .whyus .why .imabox img {
  width: 350px;
  height: 350px;
  text-shadow: 2px 2px;
  z-index: 1;
}

@media (max-width: 1247px) {
  .landing .whyus .why .imabox img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .landing .whyus .why .imabox img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 583px) {
  .landing .whyus .why .imabox img {
    margin-bottom: 25px;
  }
}

.landing .whyus .why .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 583px) {
  .landing .whyus .why .textbox {
    text-align: center;
  }
}

.landing .whyus .why .textbox span {
  color: #ff5c58;
  font-size: 20px;
  font-weight: bold;
}

.landing .whyus .why .textbox p {
  margin-top: 10px;
  color: #525252;
  width: 90%;
  font-size: 12px;
  line-height: 40px;
}

@media (max-width: 583px) {
  .landing .whyus .why .textbox p {
    width: 100%;
  }
}

.listinflu .title {
  margin-bottom: 30px;
}

.listinflu .title .text {
  text-align: center;
  color: #ff5c58;
  font-size: 25px;
  font-weight: bolder;
}

.listinflu .search {
  margin-bottom: 4rem;
}

.listinflu .search .search-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.listinflu .search .search-box input {
  padding: 10px 20px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 10px;
}

.listinflu .search .search-box select {
  color: #525252;
  padding: 10px 20px;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 10px;
}

.listinflu .search .search-box button {
  background: radial-gradient(farthest-corner at 0px 20px, #ff5c58 20%, #fcd2d1 150%) !important;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

.listinflu .search .search-box button i {
  font-size: 15px;
  padding-left: 5px;
}

.commonquestions {
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
}
/* .commonquestions span{
font-size: 16px;
} */

@media (max-width: 766px) {
  .commonquestions {
    padding: 20px;
  }
}

.commonquestions h3 {
  color: #ff5c58;
  margin-bottom: 20px;
}

@media (max-width: 766px) {
  .commonquestions h3 {
    margin-top: 40px;
  }
}

.commonquestions h1 {
  color: #00dcff;
  margin-bottom: 20px;
}
.homeH1 {
  color: #996d6d;
}

@media (max-width: 766px) {
  .commonquestions h1 {
    margin-top: 40px;
  }
}

.qus-qus-box h5 {
  font-size: 15px;
  font-weight: bolder;
  color: #525252;
  margin-top: 8px;
  line-height: 30px;
}

@media (max-width: 766px) {
  .qus-qus-box h5 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
}

.qus-qus-box p {
  font-size: 12px;
  color: #525252;
  line-height: 20px;
}

@media (max-width: 766px) {
  .qus-qus-box p {
    text-align: center;
    font-size: 10px;
  }
}

.form-ques-box label {
  font-size: 12px;
  color: #525252;
  display: block;
  margin: 15px 0px 8px 0px;
}

.form-ques-box input {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fafafa;
}

.form-ques-box textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fafafa;
  resize: none;
  min-height: 150px;
}

.form-ques-box button {
  margin-top: 15px;
  padding: 10px 25px;
  background: radial-gradient(farthest-corner at 0px 20px, #00dcff 20%, #0ed3f1b4 150%) !important;
  border-radius: 15px;
  color: #fff;
}

.about-us {
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
}

@media (max-width: 766px) {
  .about-us {
    padding: 20px;
  }
}

.about-us .title {
  text-align: center;
  color: #00dcff;
  margin-bottom: 2rem;
  font-weight: bolder;
}

.about-us .desc {
  color: #525252;
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 3rem;
}
.MuiFab-primary {
  color: #fff;
  background-color: #6ad7ff !important;
}
.MuiTypography-h6 {
  font-size: 1.25rem;
  font-family: 'IRANSans' !important;
  font-weight: 500;
  text-align: right !important;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

.MuiInputLabel-shrink {
  transform: translate(0, 1.5px) scale(0.75) !important;
  transform-origin: top !important;
}
.MuiButton-label {
  width: 100%;
  font-family: 'IRANSans' !important;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiCheckbox-colorSecondary.Mui-checked {
  color: #6ad8ff !important;
}
.MuiInputBase-input {
  font-family: 'IRANSans' !important;
  text-align: center;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
  font-size: 1rem;
  font-family: 'IRANSans' !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.00938em;
}
@media (max-width: 766px) {
  .about-us .desc {
    margin-bottom: 30px;
  }
}

.about-us .social-title, .about-us .map-title, .about-us .us-team {
  color: #00dcff ;
}

@media (max-width: 766px) {
  .about-us .social-title, .about-us .map-title, .about-us .us-team {
    text-align: center;
  }
}

.about-us .map-title {
  margin-bottom: 20px;
}
.MenuTitle {
  font-family: 'IRANSans';
  font-size: 16px;
  color:#00E0FF !important;
}
.MenuSubTitle {
  font-family: 'IRANSans';
  font-size: 10px;
  color:#9f9d9d !important
}
.searchBox {
  background-color: rgb(255 255 255);
  height: 60px;
}
.Zoro {
  font-size: 16px !important;
  font-family: 'IRANSans' !important;
  color: #ffc220 !important;
  letter-spacing: 0.00938em !important;
  text-align: right !important;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
}
.searchBoxChild {
  height: 40px;
  font-size: 16px !important;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  background-color: #ffc220;
}
.MuiFormControl-root {
    border: 0;
    width: 100% !important;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}
.MuiFilledInput-underline:after {
  border-bottom: 2px solid #000000 !important;
  border-bottom-color: rgb(0, 0, 0) !important;
}
.about-us .social-title {
  margin-top: 40px;
}

.about-us .desc-team {
  color: #525252;
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 3rem;
}

@media (max-width: 766px) {
  .about-us .desc-team {
    margin-bottom: 30px;
  }
}

.about-us .pic-comp, .about-us .ceo-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .pic-comp .box, .about-us .ceo-img .box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us .pic-comp .box img, .about-us .ceo-img .box img {
  display: block;
  border-radius: 15px;
  width: 75%;
  margin-bottom: 8px;
}

.about-us .pic-comp .box .dec, .about-us .ceo-img .box .dec {
  text-align: center;
}

.about-us .pic-comp .box .dec .role, .about-us .ceo-img .box .dec .role {
  font-size: 12px;
  color: #525252;
  margin: 5px;
}

.about-us .pic-comp .box .dec .name, .about-us .ceo-img .box .dec .name {
  font-size: 15px;
  color: #ff5c58;
  margin: 5px;
}

.about-us .pic-comp .comp, .about-us .ceo-img .comp {
  margin-top: 30px;
}

.about-us .pic-comp {
  margin-bottom: 4rem;
}

@media (max-width: 766px) {
  .about-us .pic-comp {
    margin-bottom: 30px;
  }
}

.about-us .social {
  margin-top: 30px;
}

.about-us .social .box {
  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;
}

.about-us .social .box i {
  color: #00dcff;
  font-size: 35px !important;
}

@media (max-width: 1006px) {
  .about-us .social .box i {
    font-size: 22px !important;
  }
}

.about-us .social .box span {
  margin: 5px;
  color: #525252;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 1006px) {
  .about-us .social .box span {
    font-size: 12px;
  }
}

@media (max-width: 545px) {
  .about-us .social .box span {
    display: none;
  }
}

.about-us .send-com {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .send-com h3 {
  text-align: center;
  color: #00dcff;
  margin: 20px 0px;
}

.about-us .send-com .img-box {
  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;
}

.about-us .send-com .img-box img {
  max-width: 300px;
}
.MenuImage {
  width: 32px;
  height: 32px;
}
.LandingPhotoDiv {
  margin: auto;
  width: 180px;
  height: 180px;
  animation: mymove 5s infinite;
}
.conti {
  position: relative;
}

.conti .card {
  position: relative;
  width: 100%;
  height: 350px;
  background: #b2efff;
  overflow: hidden;
  border: 0px;
}
.MuiCardActions-root {
    display: flex;
    padding: 8px;
    align-items: center;
    background-color: #b2efff !important;
}
.conti .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1BBFE9;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.conti .card:hover:before {
  clip-path: circle(300px at 80% -20%);
}

.conti .card:after {
  content: "TouchNet";
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255, 255, 255, 0.247);

}

.conti .card .imgBx {
  position: absolute;
  top: 0%;
  transform: translateY(-0%);
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: .5s;
}


.conti .card .imgBx img {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 147px;
  border-radius: 25px;
  box-shadow: 0px 0px 3px beige;
}

.categoryBox {
  box-shadow: 0px 0px 3px #77b8f8;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  height: 64px;
}
.MuiDialog-paperWidthXs {
    max-width: 550px;
    width: 500px !important;
}
.conti .card .contentBx {
  position: relative;
  top: 50%;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 100;
}
.basketOptions {
  text-align: right;
  direction: rtl;
  background-color: white;
  position: relative;
  bottom: 0px;
}
.MuiDialogActions-root {
  flex: 0 0 auto;
  display: flex;
  padding: 8px;
  overflow: hidden !important;
  align-items: center;
  justify-content: flex-end;
}
.conti .card:hover .contentBx {
  height: 161px;
}

.conti .card .contentBx h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #004479;
}

.conti .card .contentBx .size,
.conti .card .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: .5s;
}

.conti .card:hover .contentBx .size {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s;
}

.conti .card:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: .6s;
}
.shopImage {
width: 128px;
height: 128px;
}
.shopHeader {
  position: fixed;
  width: 100%;
  top: 0;
  height: 50px;
  background-color: #ffffff;
  z-index: 150;
}

.conti .card .contentBx .size h3,
.conti .card .contentBx .color h3 {
  color: #004479;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.conti .card .contentBx .size span {
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: .5s;
  color: #111;
  border-radius: 4px;
  cursor: pointer;
}

.conti .card .contentBx .size span:hover {  /* other bug */
  background: #B90000;
}

.conti .card .contentBx .color span {
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.spanGreen {
   background: #00f7ad !important;
}
.spanBlue {
   background: #1a90ff !important;
}
.spanBlack {
   background: #000 !important;
}
.spanWhite {
   background: #000 !important;
}
.spanOrange {
   background: #ffa600 !important;
}
.spanRed {
   background: #f70000 !important;
}
.spanYellow {
   background: #e0ff53 !important;
}

.conti .card .contentBx .color span:nth-child(3) {
   background: #1B2FE9;
}

.conti .card .contentBx .color span:nth-child(4) {
   background: #080481;
}

.conti .card .contentBx a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transition: .5s;
}

.conti .card:hover .contentBx a {
  opacity: 1;
  transition-delay: .7s;
} 
@keyframes mymove {
  100% {transform: rotate(360deg);}
}
/*# sourceMappingURL=global.css.map */