/* @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
*, ::before, ::after { box-sizing: border-box; } */

body {
  /* background: #e7b9a5; */
  margin-top: 60px; 
  /* background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);  */
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 100%;
  background-repeat: no-repeat;
  display: block;
  /* Ensure proper UTF-8 character rendering */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* min-height: 720px; */
  /* text-align:center; */
  /* line-height:1.5em; */
  /* background: #69d2e7; */
  /* background: -moz-linear-gradient(-45deg, #69d2e7 0%, #a7dbd8 25%, #e0e4cc 46%, #e0e4cc 54%, #f38630 75%, #fa6900 100%); */
  /*background: -webkit-linear-gradient(-45deg, #152020 0%,#698281 25%,#e0e4cc 46%,#e0e4cc 54%,#f38630 75%,#fa6900 100%);*/
  /* background-image: linear-gradient(135deg, #69d2e7 0%,#a7dbd8 25%,#e0e4cc 46%,#e0e4cc 54%,#f38630 75%,#fa6900 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d2e7', endColorstr='#fa6900',GradientType=1 ); */
}

input[type="submit"] {
  border: 1px solid #fa6900;
  color: #fff;
  background: #f38630;
  font-weight: 600;
  padding: 0.6em 1em;
  font-size: 1em;
  line-height: 1;
  border-radius: 1.2em;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.intro {
  background: #fff;
  /* padding: 60px 30px; */
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
  border-radius: 0em 0em 1.2em 1.2em;
}

main {
  align-items: center;
  text-align: start;
  background: #fff;
  padding: 5px;
  border-radius: 1.2em;
  margin-top: 1em;
  margin-bottom: 1 em;
  /* min-height: 720px; */
}

@media only screen and (min-width: 720px) {
  main {
    min-height: 720px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 5px;
  }
  /* header{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; 
    padding: 15px;
  } */
}

strong {
  font-size: 1.5em;
  font-weight: 900;
  color: rgb(15, 9, 9);
}

p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  color: rgb(15, 9, 9);
}

h1 {
  color: rgb(15, 9, 9);
  font-weight: 900;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
  margin: 12px;
}

h2 {
  color: rgb(15, 9, 9);
  font-family: "Poppins", sans-serif;
  margin: 12px;
}

option,
select {
  color: rgb(15, 9, 9);
  font-family: "Poppins", sans-serif;
}

label {
  display: inline-block;
  width: 200;
  font-size: 1em;
  color: #000;
  font-weight: 600;
}

.container {
  max-width: 800px;
  margin: 1em auto;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.top {
  position: relative;
  text-align: start;
  padding: 10px 5px;
  margin-bottom: 0px;
  font-size: 2rem;
}

.tittle {
  text-align: start;
  display: inline-block;
  color: #70706b;
  font-size: 16px;
  font-weight: 400;
}

.servicename {
  display: inline-block;
  text-align: right;
  color: rgb(0, 0, 0);
  font-size: 2rem;
}

#anyone {
  background: #ff4d00;
  color: #fff;
  font-weight: 1000;
  font-size: 1.4rem; /* Keeps the text slightly smaller/bolder as you designed */
  border: 1px solid transparent;

  /* Remove margins, padding, width, and line-height from here! */
  /* They are now perfectly inherited from the .staffcell class */
}

.staffcell {
  border: 1px solid #000;
  color: #000;
  background: transparent;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.5em;
  
  /* --- Height & Centering --- */
  height: 55px;           /* Ensures EVERY button is the exact same height */
  display: flex;
  flex-direction: column; 
  justify-content: center; /* Centers text vertically */
  align-items: center;     /* Centers text horizontally */
  text-align: center;
  line-height: 1.1;        /* Keeps two-line text compact */
  
  /* Remove old width/margins as CSS Grid handles this now */
  width: 100%;            /* Forces cell to fill its 1/3 grid slot */
  margin: 0;              
  padding: 4px;
  box-sizing: border-box;

  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.numcustcell {
  border: 0;
  color: #000;
  /* text-align: center;  */
  background: transparent;
  font-weight: 600;
  padding: 0.1em 0.1em;
  font-size: 1.6rem;
  width: 75px;
  height: 70px;
  line-height: 1;
  box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: 300ms;
}
.numcustcell:hover {
  background: #ff4d00;
  color: white;
  transition: 300ms;
}

@keyframes slideIndown {
  from {
    transform: translate(-50%, -100%);
  }
  to {
    transform: translate(-50%, 55px);
  }
}

@keyframes slidedownhide {
  from {
    transform: translate(-50%, 55px);
  }
  to {
    transform: translate(-50%, -100%);
  }
}

#servicereview {
  position: fixed;
  top: 0%;
  left: 50%;
  animation: slideIndown 1000ms forwards;
  min-width: 340px;
  max-width: 480px;
  min-height: 280px;
  max-height: 500px;
  /* background-color: #fbfaf8; */
  border-radius: 0.5em;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /* border:1px solid #434341; */
  background: white;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
  z-index: 999;
}

#servicereview[closing] {
  position: fixed;
  top: 0%;
  left: 50%;
  /*transform: translate(-50%, 60px);*/
  animation: slidedownhide 500ms forwards;
  min-width: 340px;
  max-width: 480px;
  min-height: 280px;
  max-height: 500px;
  /* background-color: #fbfaf8; */
  border-radius: 0.5em;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
  overflow-y: auto;
  scrollbar-width: thin;
  /* border:1px solid #434341; */
  background: white;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
  z-index: 999;
}

#staffshow p {
  color: #fff;
}

#staffshow {
    position: fixed;
    top: 0;
    left: 50%;
    animation: slideIndown 1000ms forwards;
    
    min-width: 340px;
    max-width: 480px;
    max-height: 500px;
    
    background: white;
    border-radius: 0.5em;
    text-align: center;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);

    /* --- Updated Scrollbar Controls --- */
    overflow-y: scroll; 
    overflow-x: hidden; 
    scrollbar-width: thin;
    scrollbar-gutter: stable; /* Keeps space reserved */
    
    /* Forces 3D acceleration layer to prevent animation clipping the scrollbar */
    transform: translateX(-50%) translateZ(0);
    will-change: transform, scroll-position;
}

/* --- Webkit Scrollbar overrides to force visibility --- */
#staffshow::-webkit-scrollbar {
    width: 6px;
    -webkit-appearance: none;
}

#staffshow::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 0.5em;
}

#staffshow::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 0.5em;
    border: 1px solid #f1f1f1;
}

#staffshow::-webkit-scrollbar-thumb:hover {
    background-color: #999; 
}
#staffshow[closing] {
  position: fixed;
  top: 0;
  left: 50%;
  animation: slidedownhide 500ms forwards;
  /*transform: translate(-50%, 55px);*/
  min-width: 340px;
  max-width: 480px;
  max-height: 500px;
  background-color: #000;
  border-radius: 0.5em;
  text-align: center;
  padding: 20px;
  margin-bottom: 16px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 1.5rem;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
  background: white;
  z-index: 999;
}

#numbercustomershow {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 50%;
  animation: slideIndown 1000ms forwards;
  min-width: 340px;
  max-width: 480px;
  max-height: 500px;
  background-color: #000;
  text-align: center;
  font-size: 1.5rem;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
  background: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 999;
  border-radius: 18px;
}

#numbercustomershow[closing] {
  position: fixed;
  top: 0;
  left: 50%;
  min-width: 340px;
  max-width: 480px;
  max-height: 500px;
  /*transform: translate(-100%, 55px);*/
  animation: slidedownhide 500ms forwards;
  background-color: #000;
  border-radius: 18px;
  font-size: 1.5rem;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
  background: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  
  /*background: -webkit-linear-gradient(-45deg, #71fafa 0%,#98d2d0 25%,#edeee6 46%,#e0e4cc 54%,#d3cdc9 75%,#f1bd98 100%);*/
  z-index: 999;
}

#staffdetail {
  display: grid;
  /* Automatically creates 3 columns of equal width */
  grid-template-columns: repeat(3, 1fr); 
  
  /* Creates a consistent pixel gap between columns and rows */
  gap: 12px 8px; 
  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
  /* Fixed missing 'px' units from original code */
  min-width: 340px; 
  max-width: 480px; 
  padding: 10px;
}

#numbercust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  padding: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 340;
  max-width: 480;
}

#datepick {
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  font-size: 2rem;
  border-color: #0d0f02;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
}

#hourpick {
  text-align: center;
  min-width: 340px;
  max-width: 480px;
  font-size: 2rem;
  border-color: #0d0f02;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  padding-bottom: 5px;
}

#pnote {
  text-align: left;
  width: auto;
  margin: 1em;
  color: rgb(140, 29, 29);
  /* margin-left: 1em;
  margin-right: 1em; */
  font-size: 1.5em;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 100%;
  z-index: 999;
}
.extraBar {
  background: #ff4d00;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px;
}
.extraBar-wrapper {
  display: flex;
  width: 100%;
  max-width: 740px;
  justify-content: space-between;
}
.left-extraBar {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  gap: 6px;
}
.mainBar {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ff4d00;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mainBar-wrapper {
  justify-content: space-between;
  text-align: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  width: 100%;
  max-width: 740px;
  padding-right: 16px;
  padding-left: 16px;
}

#shopaddress {
  text-align: start;
  padding: 10px;
}

#topbar p {
  text-align: center;
  padding: 10px;
  color: #fff;
}

/* #topbar #shopphone{
  text-align: center;
  padding: 10px;
  color: #fff;
} */

#bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #262c46;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.bottom-wrapper {
  width: 100%;
  max-width: 740px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  display: flex;
  padding: 16px;
}

/* #shopname {
  display: inline-block;
  text-align: left;
  padding: 5px;
  border-color: transparent;
  background-color: transparent;
  color: #ffff;
  font-size: 2em;
  font-weight: 900;
  border-style: solid;
  border-radius: 0.5em;
  border-width: 1px;
} */

#service_edit {
  display: inline-block;
  text-align: right;
  border-color: transparent;
  background-color: transparent;
  color: #ffff;
  font-size: 2.5em;
  border-style: solid;
  width: 25px;
  height: 25px;
  border-radius: 0em;
  /* border:1px solid #434341; */
  border-bottom-width: 1px;
}

.badge:after {
  content: attr(value);
  font-size: 12px;
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 2px 5px;
  position: relative;
  left: -8px;
  top: -10px;
  opacity: 0.9;
}

#bnext {
  color: #fff;
  background-color: #ff4d00;
  font-weight: 900;
  height: 40px;
  width: 100px;
  font-size: 1.5em;
  border-radius: 12px;
  border: 0px;
  cursor: pointer;
  transition: 500ms;
}

#back {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
}

#timepick {
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  min-width: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  justify-content: space-around;
  max-width: 400px;
}

#dhoursection {
  /* display: block; */
  width: 100%;
  padding: 24px 20px 24px 24px;
  border-bottom: 1px solid #ff4d00;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

#requestinput,
#dateinput,
#hourinput,
#phoneinput,
#nameinput {
  text-align: center;
  font-size: 1em;
  min-width: 200px;
  max-width: 200px;
  font-weight: 600;
  padding: 10px;
  color: rgb(15, 9, 9);
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-radius: 0px;
  padding-bottom: 5px;
}

#numbercustomerinput {
  margin-left: 8px;
  background: #f2f2f2;
  text-align: center;
  font-size: 20px;
  min-width: 130px;
  max-width: 130px;
  font-weight: 600;
  color: rgb(15, 9, 9);
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  padding: 12px 16px;
}

/* select,input[type=text],input[type=tel] {
  text-align: center;
  font-size: 1em;
  min-width: 150px;
  font-weight: 600;
  padding: 10px;
  color: rgb(15, 9, 9);
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  padding-bottom: 5px;
} */

.textinput {
  font-size: 2rem;
  border-color: #0d0f02;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  padding-bottom: 5px;
}

.product {
  text-align: left;
  padding: 1em;
  border: 1px solid #434341;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  border-radius: 5px;
}

.service {
  text-align: left;
  padding: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 900;
  background-color: transparent;
  margin-bottom: 0.5em;
  border-radius: 8px;
  border: 1px solid rgba(136, 136, 136, 0.5);
  cursor: pointer;
}
.service:hover {
  border: 1px solid #ff4d00;
}
.dservice {
  display: flex;
  flex-direction: row;
}

.dconfirm_service_record,
.dfinal_service_record {
  display: flex;
  color: rgb(184, 106, 24);
  text-align: left;
  padding: 10px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;

  box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.1);
}

.confirm_service_name {
  color: #000;
  width: 50%;
  font-weight: 600;
  text-align: left;
  padding: 0.5em 0em 0.5em 0em;
  font-size: 1.5em;
}

.confirm_service_price {
  color: #000;
  width: 50%;
  font-weight: 600;
  text-align: left;
  padding: 0.5em 0em 0.5em 0em;
  font-size: 1.5em;
}

.conclusionstepp {
  border-bottom: solid 1px #ff4d00;
  color: #ff4d00;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}

.conclusiondiv {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pservice {
  color: #000;
  font-weight: 600;
  text-align: start;
  font-size: 2em;
  padding-bottom: 8px;
}

.itemlenght {
  color: #434341;
  text-align: start;
  font-weight: 400;
  font-size: 1.5em;
}

.subproduct {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0.5em 0em 0em 0em;
  animation: fade-out 300ms forwards;
}

@keyframes fade-out {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

#service_edit_papa{
  cursor: pointer;
}

.servicerecord {
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.1);
  transition: 300ms;
}
.servicerecord:hover{
  scale: 1.03;
  transition: 300ms;
}

.servicerecord_center {
  display: inline-block;
  flex: 1;
}

.servicerecord_right {
  display: inline-block;
}

.service_price {
  font-size: 1.5em;
  color: #000;
}

.service_name {
  text-align: left;
  font-size: 1.8em;
  font-weight: 600;
}

.service_duration {
  text-align: left;
  font-size: 1rem;
  color: #767673;
}

.service_description {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  color: #434341;
}

.service_check {
  text-align: center;
  margin: 5px;
  height: 25px;
  width: 25px;
  font-size: 2em;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 900;
  /* background-color: #8b1313; */
  /* background: linear-gradient(90deg, #fff 0%, #b29c9c 0%, #c15e1c 0%, #8b1313 100%); */
  background-color: #fff;
  border: 1px solid #a19e9e;
  border-radius: 50%;
}

#breview_close {
  position: absolute;
  right: 7px;
  top: -5px;
  padding: 0px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  /* height: 30px;
  width: 30px;  */
  font-size: 2em;
  color: rgb(77, 75, 75);
  border: 1px solid transparent;
  font-weight: 900;
  /* background-color: #8b1313; */
  /* background: linear-gradient(90deg, #fff 0%, #b29c9c 0%, #c15e1c 0%, #8b1313 100%); */
  background-color: transparent;
  /* margin-bottom: 1em;  */
  /* border:1px solid #000000; */
  border-radius: 50%;
}

.dreview_record {
  display: flex;
  margin-bottom: 1em;
  box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 12px;
  border: 0;
  width: 450px;
}
.dreview_record > p{
  text-align: start;
}

.subservice {
  border: 1px solid #fa6900;
  margin: 0.5em;
  color: #000;
  border-color: #066d2e;
  background: transparent;
  text-align: left;
  margin-left: 2em;
  width: 90%;
  padding: 0.5em;
  font-size: 2em;
  font-weight: 600;
  border-radius: 0.5em;
  border-width: 1px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

#bmorning,
#bafternoon,
#bevening {
  color: #3b3b3b;
  text-align: center;
  border-color: transparent;
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  height: 46px;
  line-height: 22px;
  padding: 12px 0;
  border-radius: 8px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.busyhour {
  color: #cdcdcd;
  padding: 4px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  width: 80px;
  line-height: 22px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  width: fit-content;
  min-width: 80px;
  max-width: calc(100% / 4);
  border: 0;
  background: transparent;
}

.hour {
  color: #3b3b3b;
  padding: 4px 12px;
  text-align: center;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
  line-height: 22px;
  border-radius: 100px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  min-width: 80px;
  max-width: calc(100% / 4);
  border: 0;
  background: transparent;
}

.deleteservice {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: white;
  width: 70px;
  height: 30px;
  font-size: 1em;
  font-weight: 400;
  /* padding: 0.5em; */
  border-radius: 0.5em;
  background-color: rgb(255, 68, 68);
  border-width: 0px;
  margin: 0.5em;
  cursor: pointer;
  transition: 300ms;
}
.deleteservice:hover {
  scale: 1.1;
  transition: 300ms;
}

/* #service_edit:hover{
  border-color: #fff;
  border-width: 0px 0px 2px 0px;

} */

.hour:hover,
.hour.hour:focus {
  background: #ff4d00;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.staffcell:hover,
#anyone:hover,
#datepick:hover,
#datepick:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="tel"]:focus,
.subservice:hover,
.subservice:focus {
  scale: 1.1;
  transition: 300ms;
  cursor: pointer;
}

.field-appointment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 16px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

#requestinput,
#dateinput,
#hourinput,
#phoneinput,
#nameinput {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  max-width: 370px;
  border-width: 0;
  border-radius: 8px;
  background: #f2f2f2;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

#phoneinput,
#nameinput {
  text-align: left;
}

.field-comment {
  border-width: 0;
  border-radius: 8px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

#inote {
  background: #f2f2f2;
  border-radius: 8px;
  display: flex;
  min-height: 156px;
  width: 100%;
  padding: 12px 16px;
  align-items: flex-start;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border: 0;
  max-width: 100%;
  min-width: 100%;
}

#infostep {
  height: 80vh;
}

@media only screen and (max-width: 768px) {
  #datetimestep,
  #infostep {
    margin: 0 10px;
  }

  #dhoursection {
    padding-left: 0;
    padding-right: 0;
  }

  #infostep .field-appointment {
    align-items: flex-start;
    flex-direction: column;
  }
  #infostep .field-appointment #nameinput,
  #infostep .field-appointment #phoneinput {
    width: 100%;
    max-width: none;
  }
  #bmorning,
  #bafternoon,
  #bevening {
    font-size: 18px;
  }

  .dreview_record{
    width: 300px;
  }
}

#finalstep h1{
  text-align: center;
}