@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans Thai", sans-serif;
}

html {
  font-size: 20px;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 600 !important;
  line-height: 1;
  margin: 0;
  background-color: #f5f6f8;
  color: #909eab;
}

.text-thin {
  font-weight: 300 !important;
}

.btn-primary {
  background-color: #43c1b6 !important;
  border: none !important;
}

.hide {
  display: none !important;
}

.footer-box {
  background-color: transparent;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0;
  box-shadow: 1px 2px 10px #888888;
}

.footer-content {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border: none;
}

.footer-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-size: 10px;
  color: #747474;
}

.footer-icon-active {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f0faf9;
  padding: 10px 20px 10px 20px;
}

.icon-home {
  height: 20px;
  margin-bottom: 0;
}

.icon-text {
  font-size: 11px;
  margin-left: 5px;
  color: #909eab;
}

.icon-warp {
  height: 70px;
  width: 70px;
  background-color: #43c1b6;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-main-button {
  color: #43c1b6 !important;
  margin-bottom: 30px;
  font-size: 0.8rem;
}

.header-box {
  background-color: transparent;
  position: fixed;
  top: 15px;
  padding: 15px;
  width: 100%;
  z-index: 999;
}

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

.header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-second {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.header-service-icon {
  width: 25px;
  margin: 5px;
}

.header-service-col {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 13px;
  flex-direction: column;
  width: 100%;
  min-height: 65px;
  padding: 5px;
}

.header-service-col.active {
  border: 1px solid #43c1b6;
}

.header-service-text {
  color: #909eab;
  font-size: 11px;
}

.header-service-text.active {
  color: #43c1b6;
}

.search-box {
  background-color: #fff;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.search-input {
  border: none;
  width: 100%;
  font-size: 16;
  outline: none;
  color: #909eab;
}

.search-input::placeholder {
  color: #909eab;
}

.fav-box {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fav-icon {
  width: 25px;
  align-self: center;
}

.search-icon {
  height: 20px;
  margin: 5px;
}

.st_icon {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: 1px solid #43c1b6;
  background-color: #43c1b6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st_name {
  font-size: 16px;
  color: #58585a;
  margin-left: 10px;
}

.service_name {
  font-size: 10px;
  color: #58585a;
}

.over-hide {
  overflow-x: hidden;
}

.card-detail {
  width: 400px;
  height: 100vh;
  bottom: 0px;
  position: absolute;
  animation: slideFromLeft 1s ease-out;
  z-index: 999;
  margin: 0px;
}

.card-detail-mb {
  width: 100%;
  bottom: 0px;
  position: absolute;
  animation: slideFromBottom 1s ease-out;
  margin: 0px;
  z-index: 999;
}

@keyframes slideFromLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideFromBottom {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
.form-switch .form-check-input {
  height: 30px;
  width: 50px !important;
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
  height: 30px;
  width: 50px !important;
  background-color: #43c1b6;
  border-color: #43c1b6;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-check-label {
  font-size: 12px;
  color: #909eab;
}

.service-select {
  border: 1px solid #43c1b6;
  border-radius: 10px;
  background-color: #f0faf9;
  color: #43c1b6;
  min-height: 80px;
}

.tag {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
}

.tag-grey {
  color: #909eab;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.tag-grey-select {
  color: #43c1b6;
  background-color: #f0faf9;
  border: none;
  border: 1px solid #f0faf9;
}

.check-hide {
  position: absolute;
  opacity: 0;
}

.header-body {
  min-height: 100vh;
  position: absolute;
  width: 100vw;
  align-items: start;
  display: flex;
  justify-content: center;
}

.header-body-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.header-body-body {
  padding-top: 50px;
  text-align: center;
  max-width: 600px;
  align-self: center;
}

.input-group-me {
  border-radius: 5px;
  overflow: hidden;
  height: 60px;
  border: 1px solid #e1e1e1;
  background-color: white;
}

.icon-me-map {
  position: absolute;
  right: 0;
  top: 10px;
  max-height: 200px;
}

.icon-me-text {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: left;
}

.me-frame-icon {
  min-height: 250px;
  position: relative;
}

.form-control-me {
  border: none !important;
}

.input-group-text-me {
  border: none !important;
  background-color: #ffffff !important;
}

.input-group-btn {
  font-size: 14px;
}

.form-check input[type=checkbox]:checked {
  background-color: #43c1b6;
  border: #43c1b6;
}

.form-check input[type=checkbox]:focus {
  border: 1px solid #43c1b6;
  box-shadow: 0 0 5px rgba(67, 193, 182, 0.5);
}

.text-main {
  color: #43c1b6;
}

.text-main-checkbox {
  color: #43c1b6;
  font-size: 14px;
}

.direction_btn {
  background-color: #43c1b6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 7px;
  background-color: #f0faf9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-gray {
  color: #909eab;
}

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

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

.profile-circle {
  width: 110px;
  height: 110px;
  background-color: #10a89b;
  border: 1px solid #10a89b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.head-color-profile-l {
  background-color: #43c1b6;
  height: 100px;
  width: 100%;
  border-radius: 0px 0px 0px 250px/50px;
}

.head-color-profile-r {
  background-color: #43c1b6;
  height: 100px;
  width: 100%;
  border-radius: 0px 0px 250px/50px 0px;
}

.head-color-profile {
  background-color: #43c1b6;
  height: 80px;
  width: 100%;
}

.head_text_white {
  color: white;
  font-size: 25px;
}

.back_btn {
  height: 25px;
}

/*# sourceMappingURL=styles1.0.css.map */
