@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;800&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

* {
  padding: 0;
  margin: 0;
  font-family: "Prompt", sans-serif;
  color: #222222;
}

body {
  overflow-x: hidden;
  background: #0f136c;
}

a {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-head {
  width: 150px;
  height: 55px;
  object-fit: contain;
}

.head {
  font-size: 2.5rem;
  font-weight: 500;
  width: 100%;
  text-align: end;
  margin: 15px 0;
  height: 65px;
}

.head-edit {
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  color: #0f136c;
}

.card-profile {
  background: #fff;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  top: -90px;
  margin-bottom: -70px;
}

.separator.separator-solid {
  border-bottom: 3px solid #c9161c;
  margin-bottom: 15px;
  margin-top: -25px;
  width: 115px;
}

.separator.separator-solid-gray {
  border-bottom: 1px solid #EBEDF3;
  margin: 10px 0;
  width: 100%;
}

.bg-img {
  background-image: url("/assets/images/bg-delivery.jpg");
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg-head {
  color: #fff;
  border-radius: 0 0 40px 40px;
  background: #0f136c;
}

.bg-blue {
  background: linear-gradient(164deg, #005dac 60%, #fff 75%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  height: 500px;
}

.bg-blue-gradient {
  background: linear-gradient(168deg, #005dac 41%, #144a77 72%);
  height: auto;
  background-size: 100% 100%;
}

.bg-white {
  background: #fff !important;
}

.bg-navi {
  background: #005dac;
}

.bg-green {
  background: #8bc34a;
}

.bg-yellow {
  background: #FFA800;
}

.bg-red {
  background: #F64E60;
}

.bg-light-blue {
  height: 23vw;
  background: #81d9fe;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.bg-skewY {
  position: relative;
  transform: skewY(350deg);
  top: -35px;
}

.overlay-header {
  background-color: #fff;
  height: 100px;
  margin: -50px 0 0 -25%;
  transform: rotate(-10deg);
  width: 150%;
  z-index: 0;
}

.card-ab {
  position: absolute;
  top: 115px;
  padding-bottom: 30px;
  width: 100%;
}

.card-img {
  position: absolute;
  top: 400px;
  width: 100%;
}

.container {
  background-color: transparent;
  color: #555;
  margin-top: -50px;
  padding: 0 15px 15px;
  position: relative;
  height: auto;
}

.container-page {
  background-color: #fff;
  color: #555;
  padding: 15px 20px;
  position: relative;
  height: auto;
  margin-bottom: 160px;
}

.br-50 {
  border-radius: 50px 50px 0 0 !important;
}

.card {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  width: 83%;
}

.card-px-10 {
  background-color: #fff;
  padding: 5%;
  border-radius: 12px;
  width: 85%;
}

.card-top {
  background-color: #fff;
  box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
  margin: auto;
}

.title {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: #0f136c;
  top: 0;
  z-index: 9;
}

.content-box {
  width: 100%;
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.company {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  color: #fff;
}

.score {
  text-align: end;
  width: 100%;
  color: #0f136c;
  font-size: 1.7rem;
}

.btn-category:hover .card-top {
  background-color: #fada18 !important;
}

.checkbox>input:checked~span {
  background-color: #fada18 !important;
}

.object-fit {
  object-fit: cover;
  width: auto;
}

.font-size-h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

.font-size-h2 {
  font-size: 2rem;
  font-weight: 400;
}

.font-size-h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

.font-size-h5 {
  font-size: 1.6rem;
  font-weight: 400;
}

.font-size-h6 {
  font-size: 1.5rem;
  font-weight: 400;
}

.font-size-xxs {
  font-size: 0.7rem;
}

.font-size-xss {
  font-size: 0.85rem;
}

.font-size-xs {
  font-size: 0.95rem;
}

.font-size-s {
  font-size: 1rem !important;
}

.font-size-ss {
  font-size: 1.1rem !important;
}

.font-size-sm {
  font-size: 1.2rem;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.border-0 {
  border: none !important;
}

.border-left {
  margin-left: 15px;
  border-left: 2px solid #dfdfdf;
}

.border-bottom {
  border-bottom: 2px solid #efefef;
}

.border-bottom-blue {
  border-bottom: 2px solid #0f136c;
}

.box-shadow-bottom {
  box-shadow: 0 9px 10px -7px rgb(82 63 105 / 23%);
}

.box-shadow-0 {
  box-shadow: 0 9px 10px -7px rgb(82 63 105 / 0);
}

.bd-rd-0 {
  border-radius: 0 !important;
}

.bd-rd-20 {
  border-radius: 20px !important;
}

.bd-rd-10 {
  border-radius: 10px !important;
}

.position {
  position: absolute;
}

.position-relative {
  position: relative;
}


.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px !important;
  padding: 1px 0;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px !important;
}

.py-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.py-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.py-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.py-15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.py-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-8 {
  padding: 0 8% !important;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}


.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-auto {
  margin: auto !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}


.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-10 {
  margin-top: 10px;
}

.w-auto {
  width: auto;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.text-yellow {
  color: #ffd451;
}

.text-blue {
  color: #0f136c;
}

.text-red {
  color: #ea3326;
}

.text-light-blue {
  color: #00a2ea;
}

.text-green {
  color: #65ac1e;
}

.text-gray {
  color: #a19c9c;
}

.text-dark-75 {
  color: #292929;
}

.text-dark-70 {
  color: #3b3b3b;
}

.text-dark-65 {
  color: #4e4e4e;
}

.text-muted {
  color: #c0bfbf;
}

.text-white {
  color: #fff;
}

.text-light-green {
  color: #91c95a;
}

.text-blue i {
  color: #0f136c;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-red {
  color: #d70000;
}

.col-xl-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.btn-disabled {
  background: #f0f0f0;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #f0f0f0;
  color: #9f9f9f;
  align-self: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
  opacity: 0.8;
}

.col-xl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.img-center {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.justify-content-left {
  justify-content: left;
}

.justify-content-right {
  justify-content: right;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.scroll {
  height: 130vw;
  overflow-y: scroll;
}

.icon-head {
  font-size: 30px;
  padding-right: 3px;
}

.svg-icon-unset svg {
  vertical-align: unset !important;
}

.svg-icon.svg-icon-sx svg {
  width: 15px;
  height: 15px;
}

.svg-icon.svg-icon-1x svg {
  width: 18px;
  height: 18px;
}

.svg-icon.svg-icon-2x svg {
  width: 25px;
  height: 25px;
}

.svg-icon.svg-icon-3x svg {
  width: 30px;
  height: 30px;
}

.svg-icon.svg-icon-4x svg {
  width: 40px;
  height: 40px;
}

.svg-icon.svg-icon-10x svg {
  width: 150px;
  height: 200px;
}

.svg-icon.icon-border-bottom svg {
  padding: 0.3rem 0;
}

.svg-icon.svg-icon-yellow svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffc107 !important;
}

.svg-icon.svg-icon-blue svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #0f136c !important;
}

.svg-icon.svg-icon-light-blue svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #0f136c !important;
}

.svg-icon.svg-icon-white svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff !important;
}

.svg-icon.svg-icon-mute svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #c8c8c8 !important;
}

.svg-icon.svg-icon-dark-70 svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #3b3b3b !important;
}

.map {
  height: 90px;
  background: #dadada;
}

.input-group {
  padding: 0 0 15px;
  width: 100%;
}

.input-group label {
  font-weight: 500;
}

.vertical-align-super {
  vertical-align: super;
}

.icon-border-bottom {
  border-bottom: 2px solid #c8c8c8;
}

input,
select {
  position: relative;
  display: block;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  outline: 0;
}

input {
  width: 100%;
  font-size: 16px;
  padding: 8px 15px;
  margin: 5px 0 !important;
  box-sizing: border-box;
  /* border: none;
  border-bottom: 2px solid #c8c8c8; */
  border: 1px solid #dedede;
  border-radius: 10px !important;
}

select {
  width: 100%;
  font-size: 16px;
  padding: 8px 20px;
  margin: 5px 0 !important;
  box-sizing: border-box;
  /* border: none;
  border-bottom: 2px solid #c8c8c8; */
  border: 1px solid #dedede;
  border-radius: 10px !important;
}

.flex {
  display: flex;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.img-user {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.img-user img {
  border-radius: 50%;
  width: 70%;
}

.check-text {
  display: block;
  position: relative;
  padding: 4px 0 4px 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-text a {
  color: #0f136c;
}

.check-text input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #ccc;
}

.check-text:hover input~.checkmark {
  background-color: #ccc;
}

.check-text input:checked~.checkmark {
  background-color: #0f136c;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-text input:checked~.checkmark:after {
  display: block;
}

.check-text .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  background: #fada18;
  color: #0f136c;
  font-size: 1.2rem !important;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 10px 50px;
  border-radius: 10px !important;
}

.btn:hover {
  color: #fff;
}


.btn-light {
  background: #d4e7f8;
  color: #0f136c;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 10px 50px;
  border-radius: 4px;
}

.btn-light:hover,
.btn-light:focus {
  text-decoration: none;
}

.btn-light-blue {
  background: #edf8fd;
  border-radius: 10px;
  padding: 5px 8px 0px;
  margin-bottom: 15px;
}

.btn-search-circle {
  background: #ffc107;
  color: #fff;
  font-size: 16px;
  padding: 9px;
  border-radius: 50%;
  position: relative;
  top: 0;
}

.next {
  background: #fada18;
  color: #0f136c;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 10px 50px;
  border-radius: 4px;
  font-weight: 500;
  width: 100%;
}

fieldset {
  border: 0;
}

.adress {
  margin: -55px 0 20px 17px;
  position: relative;
  text-align: end;
}

.profile-image {
  border-radius: 100%;
  border: 10px solid #fff;
  margin: -60px 0 0 !important;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.reward-image {
  border-radius: 100%;
  box-shadow: 5px 10px 75px rgb(0 0 0 / 40%);
  float: left;
  object-fit: cover;
  height: 70px;
  width: 70px;
}

.size-img {
  width: 50px;
  height: 50px;
}

.fileup>input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fileup {
  position: relative;
  display: block;
  padding: 8px 20px 0;
  font-size: 1em 0;
  color: #000;
  cursor: pointer;
  border-bottom: 2px solid #c8c8c8;
}

.fileup:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1em;
  height: 11px;
  border: 3px solid #0f136c;
  border-top: 0;
  text-align: center;
}

.fileup:after {
  content: "➜";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 25px;
  right: 0.2em;
  font-size: 1em;
  color: #0f136c;
  line-height: 0;
}

.fileup-file-name {
  width: 75%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 300;
}

.text-img {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #0f136c;
}

.swiper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
}

.btn-menu {
  /* position: absolute; */
  position: relative;
  height: 50px;
  width: 50px;
  /* right: 3px; */
  /* margin: 10px; */
  margin: auto 0;
  cursor: pointer;
}

/* I made the background separate from the button so
* that the green could expand off screen while the
* button itself remains in place.
*/
.background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.background .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0f136c;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

/* .plus {
  position: absolute;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.plus:before {
  font-family: FontAwesome;
  content: "\f0c9";
  color: #0f136c;
  font-size: 1.5rem;
} */

.expand {
  animation: expand 0.5s ease forwards;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.expand .material-icons {
  color: #0f136c;
  font-size: 2rem;
}

.expand .home {
  top: 45%;
  left: 11%;
}

.expand .account {
  top: 65%;
  left: 15%;
}

.expand .cart {
  top: 81%;
  left: 31%;
}

.expand .qrcode {
  top: 89%;
  left: 50%;
}

.contract {
  animation: contract 0.5s ease forwards;
}

.contract .material-icons {
  top: 50%;
  left: 50%;
  color: transparent;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin: 1rem 0;
}

.radio-list .radio,
.radio-inline .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 500;
}

.radio-list .radio {
  margin-bottom: 1rem !important;
}

.radio-inline .radio {
  margin-right: 1rem !important;
}

.radio-list .radio:last-child {
  margin-bottom: 0 !important;
}

.radio-list .radio>input,
.radio-inline .radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-inline input[type=radio],
.radio-list input[type=radio],
.checkbox-list input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.radio-list .radio>input:checked~span,
.radio-inline .radio>input:checked~span {
  background-color: #0f136c;
}

.radio-list .radio>input:checked~span,
.radio-inline .radio>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: none;
}

.radio-list .radio span,
.radio-inline .radio span {
  margin-right: 0.75rem;
}

.radio-list .radio>span,
.radio-inline .radio>span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}

.radio-list .radio>span,
.radio-inline .radio>span {
  height: 18px;
  width: 18px;
}

.radio-list .radio>span,
.radio-inline .radio>span {
  border-radius: 50%;
  background-color: none;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.radio-list .radio>input:checked~span:after,
.radio-inline .radio>input:checked~span:after {
  background-color: #ffffff;
  border-color: #ffffff;
}

.radio-list .radio>input:checked~span:after,
.radio-inline .radio>input:checked~span:after {
  display: block;
}

.radio-list .radio>span:after,
.radio-inline .radio>span:after {
  width: 6px;
  height: 6px;
}

.radio-list .radio>span:after,
.radio-inline .radio>span:after {
  content: "";
  display: none;
  border-radius: 100% !important;
}

.checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

.checkbox-list .checkbox {
  margin-bottom: 1rem;
}

.checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-list .checkbox span {
  margin-right: 0.75rem;
}

.checkbox>span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}

.checkbox>span {
  height: 18px;
  width: 18px;
}

.checkbox>input:checked~span {
  background-color: #0f136c;
}

.checkbox>span {
  background-color: none;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.42rem;
}

.checkbox>span:after {
  width: 5px;
  height: 10px;
}

.checkbox>span:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}

.checkbox>input:checked~span:after {
  border-color: #0e1268;
}

.checkbox>input:checked~span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: none;
}

.checkbox-list .checkbox span {
  margin-right: 0.75rem;
}

.mobile-nav {
  float: right;
  right: 0;
  margin: 10px 0 0 0;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  /* -webkit-transition: 0.6s;
  transition: 0.6s; */
  z-index: 4;
}

.mobile-nav span {
  top: 17px;
  /* transition: 500ms ease-in; */
}

.mobile-nav span,
.mobile-nav span:after,
.mobile-nav span:before {
  width: 30px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  right: 5px;
}

.mobile-nav span:before {
  content: ' ';
  width: 30px;
  right: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mobile-nav span:after {
  content: ' ';
  width: 30px;
  right: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mobile-nav span.open {
  width: 30px;
  right: 5px;
  /* transition: 0.2s ease-out; */
}

/* .mobile-nav span.open:before {
  width: 35px;
  transform: rotate(45deg) translate(0px);
  -webkit-transform: rotate(45deg) translate(0px);
}

.mobile-nav span.open:after {
  width: 35px;
  transform: rotate(-45deg) translate(0px);
  -webkit-transform: rotate(-45deg) translate(0px);
} */

.centered-menu {
  margin: 5px !important;
}

.mobile {
  background: #000000f2;
  position: fixed;
  top: 75px;
  right: 10px;
  bottom: 0;
  opacity: 0;
  height: 0;
  /* transition: all 0.5s ease-in; */
  z-index: 3;
  border-radius: 15px;
}

.navopen {
  opacity: 1;
  height: fit-content;
  min-height: 240px;
  width: auto;
  padding: 1rem;
}

.navopen::before {
  font-family: FontAwesome;
  content: "\f04b";
  color: #000;
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 1.5rem;
  transform: rotate(30deg);
}

.centeredmenu {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 5%;
}

.menu {
  align-self: center;
}

.menu a {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ffffff59;
}

.menu a:nth-child(1) {
  padding-top: 0;
}

.menu a:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu a span {
  color: #fff;
}

.menu a:hover span,
.menu a:hover,
.menu a:hover svg [fill] {
  color: #fada18;
  fill: #fada18;
}

.menu svg {
  margin: 0 auto;
  padding-left: 0;
  width: 30px;
  height: 20px;
  vertical-align: baseline;
}

#rewards-btn svg {
  width: 30px;
  height: 25px;
  vertical-align: sub;
}

.menu svg [fill] {
  fill: #fff;
}

/* Animations
-------------------------------------------------*/
@keyframes spin-left {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(-255deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-225deg);
  }
}

@keyframes spin-right {
  0% {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(30deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes expand {
  0% {
    height: 100%;
    width: 100%;
  }

  80% {
    height: 420%;
    width: 420%;
  }

  100% {
    height: 400%;
    width: 400%;
  }
}

@keyframes contract {
  0% {
    height: 400%;
    width: 400%;
  }

  80% {
    height: 80%;
    width: 80%;
  }

  100% {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .score {
    font-size: 1.2rem;
  }

  .font-size-s {
    font-size: 0.8rem !important;
  }

  .column .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }

  .px-rp .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }

  .column {
    flex-direction: column;
  }

  .column.pb-20 {
    padding-bottom: 0 !important;
  }

  .btn-input {
    font-size: 14px !important;
    padding: 8px 5px !important;
  }

  .search .btn-input {
    padding: 8px 10px !important;
  }
}

@media (min-width: 576px) {
  .symbol>img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}

.input-text {
  width: 100%;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  border: 2px solid #ebedf3;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: #333;
}

.input-border {
  border: 2px solid #ebedf3;
  border-radius: 10px;
}

.input-group.address {
  position: relative;
  text-align: center;
}

.mobile img {
  padding: 5px 15px;
  position: fixed;
}

.menu #goal-btn svg {
  width: 35px;
  height: 30px;
}

.card-body {
  padding: 20px 0;
}

.card-body .navbar {
  display: flex;
  background: #fff;
  width: 100%;
  margin: 0;
  justify-content: space-around;
  box-shadow: 0 9px 10px -7px rgb(82 63 105 / 23%);
}

.card-body .navbar li {
  /* flex-basis: 0; */
  flex-grow: 1;
  text-align: center;
  list-style: none;
}

.card-body .navbar li a {
  display: block;
  padding: 5px 5px 12px;
  color: #929292;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
}


.card-body .navbar li a.active {
  color: #005dac;
}

.card-body .navbar li a span.icon {
  display: none;
}

.card-body .navbar li a span.text {
  display: block;
  font-size: 15px;
}

.tab-content {
  margin: 10px;
}

.tab-content .tab-pane {
  display: none;
}

.tab-pane .card-top {
  border-radius: 10px;
  padding: 15px;
  margin: 14px 5px;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-content .tab-pane p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.popup-month,
.popup-year {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.head-work {
  display: flex;
  padding-bottom: 5px;
}

.contents {
  height: auto;
  width: 80%;
  background-color: white;
  text-align: center;
  padding: 25px 15px;
  position: relative;
  border-radius: 10px;
}

.contents .head {
  display: flex;
  color: rgb(75, 73, 73);
  font-size: 1.5rem;
  margin: auto 0 auto 15px;
  height: auto;
}

.contents .close-month input,
.contents .close-year input {
  margin: 15px auto;
  display: block;
  width: 50%;
  padding: 8px;
  border: 1px solid gray;
}

.contents .close-month,
.contents .close-year {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.contents .close-month .svg-icon svg g:hover [fill],
.contents .close-year .svg-icon svg g:hover [fill] {
  transition: fill 0.3s ease;
  fill: #0f136c;
}

.popup-month .contents form,
.popup-year .contents form {
  margin-top: 0;
}

.input-field input {
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 32px 10px 70px;
  font-size: 1rem;
  color: #666;
  border-radius: 3px;
  margin-top: 5%;
  font-family: 'Kanit', sans-serif;
  outline: 0;
}

.input-field input:hover {
  border: 0;
}

.basic-search {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #005dac;
  margin-top: 5px;
}

.basic-search .input-field {
  width: 100%;
  display: flex;
}

.basic-search .input-field input {
  padding: 10px 0 10px 10px;
  margin: 0;
}

.basic-search .input-field .svg-icon {
  margin: auto;
}

.search-dpm {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  max-height: 300px;
  overflow-y: scroll;
}

.search-dpm::-webkit-scrollbar {
  width: 0;
}

.search-dpm .btn-dpm {
  display: flex;
  background: rgba(161, 159, 159, 0.1);
  padding: 10px;
  color: rgb(75, 73, 73);
  margin: 5px 0 0;
  transition: .5s;
  border-left: 5px solid #0f136c;
}

.search-dpm .btn-dpm .svg-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #005dac;
}

.search-dpm .btn-dpm span:nth-child(1) {
  width: 100%;
  text-align: left;
}

.search-dpm .btn-dpm span:nth-child(2) {
  width: 100%;
  text-align: left;
  font-size: 1em;
  margin: auto 0;
  padding-left: 10px;
}

.search-dpm .btn-dpm:hover,
.search-dpm .btn-dpm:active,
.search-dpm .btn-dpm:focus {
  transform: scale(1.03);
  background: #e3edf7;
}

.search-dpm .btn-dpm:hover .name-dpm,
.search-dpm .btn-dpm:active .name-dpm,
.search-dpm .btn-dpm:focus .name-dpm {
  color: #005dac;
}

.btn-calendar {
  border-bottom: 2px solid #005dac00;
  font-size: 18px;
  background-color: #f5f5f5;
  border-radius: 15px;
  color: #333;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol .symbol-label {
  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;
  font-weight: 500;
  color: #3F4254;
  background-color: #F3F6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
}

.symbol.symbol-40 .symbol-label {
  width: 40px;
  height: 40px;
}

.symbol.symbol-90>img {
  width: 100%;
  max-width: 90px;
  height: 90px;
}

.object-cover {
  object-fit: cover;
}

.symbol.symbol-light .symbol-label {
  background-color: #F3F6F9;
  color: #7E8299;
}

.btn-input {
  width: 100%;
  font-size: 16px;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  border: none;
  text-align: center;
  background-color: #fff0;
  color: #333;
}

figure {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 165px;
  margin: auto;
}

figure svg {
  position: absolute;
}

figure svg path {
  transition: all 1s;
}

figure .text {
  align-self: flex-end;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
}

figure .percent {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

figure .symbol {
  font-size: 1.2rem;
  margin-left: -8px;
}

figure .complete {
  font-size: 26px;
}

.incrementers {
  margin: 0 auto 20px;
  background: #d4e7f8;
  width: fit-content;
  border-radius: 10px;
}

input.btn-counter,
input.btn-counter-1,
input.btn-counter-2 {
  border: 2px solid #d4e7f8;
  border-radius: 10px;
  font-size: 25px;
  padding: 0 10px;
  width: auto;
  background: #d4e7f8;
  color: #0f136c;
}

.incrementers form {
  display: flex;
  flex-direction: row;
}

.incrementers .total-item,
.incrementers .total-item-1,
.incrementers .total-item-2 {
  width: 50px;
  text-align: center;
  border: 2px solid #d4e7f8;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 10px;
  background: #ffffff;
  color: #0f136c;
  font-weight: 600;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 0px 10px 0px rgb(82 63 105 / 23%);
  background-color: #fff;
}

/* สีกราฟตามค่า*/

/*ต่ำกว่า 20*/
.svg-low-bg path[stroke] {
  stroke: rgb(252 204 199);
}

.svg-low path[stroke] {
  stroke: #ef3c29;
}

/*20-79*/
.svg-medium-bg path[stroke] {
  stroke: rgb(255 193 7 / 16%);
}

.svg-medium path[stroke] {
  stroke: #ffc107;
}

/* 80 ขึ้นไป*/
.svg-max-bg path[stroke] {
  stroke: rgb(230 255 203);
}

.svg-max path[stroke] {
  stroke: #96e740;
}

.label.label-inline {
  width: fit-content;
  padding: 0.15rem 0.75rem;
  border-radius: 0.42rem;
}

.label {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
  background-color: #EBEDF3;
  color: #3F4254;
  font-weight: 500;
  height: 20px;
  width: 20px;
  font-size: 0.89rem;
}

.label.label-green {
  color: #8bc34a;
  background-color: #ecffd5;
}

.label.label-red {
  color: #F64E60;
  background-color: #FFE2E5;
}

.label.label-yellow {
  color: #FFA800;
  background-color: #FFF4DE;
}

.img-product {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-fit: cover;
  background: #e8e8e8;
  border-radius: 10px;
}

.circle-icon-ab {
  padding: 9px;
  border-radius: 50%;
  position: relative;
  top: -35px;
  right: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3F4254;
  width: 35px;
  height: 35px;
}

.tab {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-bottom: 3px solid #0f136c;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs a {
  background-color: #eff0f2;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs_item {
  display: none;
}

.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #0f136c;
}

.text-big {
  text-align: center;
  color: #393939;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 2rem 0;
}

.text-detail {
  text-align: center;
  color: #393939;
  font-size: 2.8rem;
  font-weight: 400;
}

.btn-yes {
  background: #8BC34A;
}

.btn-no {
  background: #F44336;
}

.city-img {
  width: 100%;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ceedfa;
  background: #ceedfa;
  color: #0f136c;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0f136c;
  background: #0f136c;
  font-weight: normal;
  color: #ffffff;
}

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 48%;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 8px 20px 8px 5px;
  border-bottom: 2px solid transparent !important;
}


.btn-calendar {
  border-bottom: 2px solid #005dac00;
  font-size: 18px;
  background-color: #f5f5f5;
  border-radius: 15px;
  color: #333;
}

.month figure {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin: auto;
}

.month figure svg {
  position: absolute;
}

.month figure svg path {
  transition: all 1s;
}

.month figure .text {
  align-self: flex-end;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
}

.month figure .percent {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

.month figure .symbol {
  font-size: 1.2rem;
  margin-left: -8px;
}

.month figure .complete {
  font-size: 26px;
}

.incrementers {
  margin: 0 auto 20px;
  background: #d4e7f8;
  width: fit-content;
  border-radius: 10px;
}

input.btn-counter,
input.btn-counter-1,
input.btn-counter-2 {
  border: 2px solid #d4e7f8;
  border-radius: 10px;
  font-size: 25px;
  padding: 0 10px;
  width: auto;
  background: #d4e7f8;
  color: #005aab;
}

.incrementers form {
  display: flex;
  flex-direction: row;
}

.incrementers .total-item,
.incrementers .total-item-1,
.incrementers .total-item-2 {
  width: 50px;
  text-align: center;
  border: 2px solid #d4e7f8;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 10px;
  background: #ffffff;
  color: #005aab;
  font-weight: 600;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 0px 10px 0px rgb(82 63 105 / 23%);
  background-color: #fff;
}

.justify-content-around {
  justify-content: space-around;
}

/* สีกราฟตามค่า*/

/*ต่ำกว่า 20*/
.svg-low-bg path[stroke] {
  stroke: rgb(252 204 199);
}

.svg-low path[stroke] {
  stroke: #ef3c29;
}

/*20-79*/
.svg-medium-bg path[stroke] {
  stroke: rgb(255 193 7 / 16%);
}

.svg-medium path[stroke] {
  stroke: #ffc107;
}

/* 80 ขึ้นไป*/
.svg-max-bg path[stroke] {
  stroke: rgb(230 255 203);
}

.svg-max path[stroke] {
  stroke: #96e740;
}

.img-air {
  width: 90px;
  object-fit: contain;
  /* display: block; */
  background: #ffffff;
  border-radius: 10px;
}

.form-group label {
  font-size: 1.2rem !important;
}

.btn-sent {
  font-size: 1rem !important;
  background: #ffc107;
  color: #0f136c;
  font-size: 1rem !important;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 8px 40px;
  border-radius: 4px;
}

.card-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 80%;
  background: #fff;
  display: flex;
  margin: -85px auto 1rem;
  padding: 1.2rem;
  border-radius: 10px;
  /* position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%); */
}

.text-area {
  position: relative;
  display: block;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  outline: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 2px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 10px;
}

#full-stars-example-two {
  margin: 1rem auto;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}

#full-stars-example-two .rating__icon {
  pointer-events: none;
}

#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
  display: none;
}

#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#full-stars-example-two .rating__icon--star {
  color: orange;
}

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
  color: #ddd;
}

.technician-image {
  width: 115px;
  height: 115px;
}

.technician-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.42rem;
}

.box-image {
  width: 100px;
  height: 100px;
}

.box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.42rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-circle-yellow {
  background: #f8cf5b;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #f8cf5b;
  color: #fff;
  align-self: center;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}

.btn-light-green {
  background: #ccf4ee;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #ccf4ee;
  color: #02bb9e;
  align-self: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}

.btn-light-danger {
  background: #fce0de;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #fce0de;
  color: #f0483b;
  align-self: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}

.btn-head {
  font-size: 0.9rem;
  background: #ffffff;
  border: 0;
  color: #216697;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 500;
}

.btn-white {
  background: #fff;
  color: #0f136c;
  border-radius: 10px;
}

.label-yellow {
  background: #fefbf1;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #fefbf1;
  color: #ffb03c;
  align-self: center;
  border-radius: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

.text-mustard {
  font-size: 0.8rem;
  font-weight: 500;
  color: #ffb03c;
  align-self: center;
  border-radius: 5px;
  padding: 2px 5px;
  cursor: pointer;
}

.address-box {
  display: flex;
  justify-content: space-between;
  background: #EBEDF3;
  border-radius: 10px;
  padding: 0.5rem;
  color: #333;
}

.address-box:hover,
.address-box:active,
.address-box:focus {
  background: #EBEDF3;
  color: #333;
  text-decoration: none;
}

.discount {
  font-size: 0.7rem;
  margin-left: 3px;
  text-decoration: line-through;
  color: #aaaaaa;
}

.discount-per{
  font-size: 0.7rem;
  margin-left: 15px;
  background: #ffe6de;
  color: #fd0c0c;
  padding: 0 5px 0 10px;
  font-weight: 500;
  position: relative;
  border-radius: 1px;
}

.discount-per i {
  position: absolute;
  left: -5px;
  font-size: 17px;
  color: #fd0c0c;
}

.line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-product {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
}

.list-product:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}

.total-box {
  display: flex;
  justify-content: space-between;
  background: #EBEDF3;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 1rem 0;
}

.total-amount-box {
  background: #fff;
  border-radius: 5px;
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 10px 10px 0 0;
}

.accordion {
  margin-top: 1rem;
}

.accordion-card {
  border-bottom: 1px solid #f3f3f3;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}

.accordion-card-checked .accordion-header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.accordion-body {
  margin-top: 1rem;
}

.img-credit {
  display: flex;
  gap: 10px;
}

.img-credit img {
  width: 50px;
  height: 40px;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}

.img-bank,
.img-counter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

.img-bank img,
.img-counter img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}

.search-form {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
}

.search-input {
  font-size: 16px;
  padding: 0 10px 0 15px;
  background: none;
  color: #000000;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-button {
  position: relative;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}

.search-button svg {
  width: 20px;
  height: 20px;
  fill: #5a6674;
}

::placeholder {
  color: #5a6674;
}

.number {
  display: flex;
  margin-top: 15px;
  text-align: center;
}

.number span {
  cursor: pointer;
}

.number .minus,
.number .plus {
  width: 22px;
  height: 18px;
  background: #e0e0ec;
  border-radius: 6px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #e0e0ec;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}

.number .minus i,
.number .plus i {
  color: #0f136c;
}

.number input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.number .plus:before {
  content: "";
}

.gallery-container {
  display: flex;
  gap: 10px;
}

.img-gallery {
  width: 25%;
  height: 70px;
  margin: 0.5rem 0;
  position: relative;
}

.img-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.total-number {
  background: #a7122d75;
  position: absolute;
  top: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border-radius: 10px;
  width: -webkit-fill-available;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.count {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.fancybox__infobar,
.fancybox__infobar span {
  color: #fff;
}

.f-button svg {
  stroke: #fff;
}

.amount-cart {
  position: absolute;
  top: -5px;
  right: -2px;
  background: #fada18;
  color: #0f136c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}

.btn-cart {
  position: absolute;
  /* bottom: 10px; */
  top: 210px;
  left: 15px;
  background: #fada18;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-chat {
  bottom: -10px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem !important;
  width: 70px;
  height: 54px;
  border-radius: 10px;
  margin: 3px 0;
  background: #d7d7e6;
  position: relative;
  top: 1px;
}

.btn-cart .svg-icon svg {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.btn-cart .svg-icon svg g [fill] {
  fill: #0f136c;
}

.btn-chat .svg-icon svg g [fill] {
  fill: #0f136c;
}

.btn-chat .svg-icon svg {
  width: 25px;
  height: 25px;
  vertical-align: sub;
}

.btn-skip {
  color: #fada18;
  font-size: 1.2rem;
  margin: auto 0.5rem;
}

.btn-skip i {
  color: #fada18;
  font-size: 1rem;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 15%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.add-cart {
  display: block;
  background: #fada18;
  color: #0f136c;
  font-size: 1.2rem;
  border: 1px solid transparent;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
}

.img-popup {
  width: 150px;
  height: 150px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin-right: 0.8rem;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translate(-50%, 0%) !important;
  -moz-transform: translate(-50%, 0%) !important;
  -ms-transform: translate(-50%, 0%) !important;
  -o-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
}

.more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}

.more.expanded {
  -webkit-line-clamp: unset;
  /* ยกเลิกการจำกัดบรรทัด */
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  text-align: center;
  position: relative;
  margin: 0.5rem 0;
}

.morelink span {
  color: #666666;
  background: #efefef;
  padding: 0 0.5rem;
  border-radius: 10px;
  font-size: 14px;
}

.morelink span i {
  color: #666666;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.morelink:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  top: -41px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
}

.morelink.less:before {
  background: transparent;
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

@media only screen and (max-width: 320px) {
  .technician-image {
    width: 80px;
    height: 105px;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 65%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup-container {
  position: relative;
  top: 50%;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #ffffff;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .popup-container {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-container img{
  width: 100%;
}

@media only screen and (min-width: 1170px) {
  .popup-container {
    margin: 8em auto;
  }
}

.advert{
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  display: none;
}

.flex-share{
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.img-share {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-share img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.icon-share{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-share i {
  font-size: 20px;
  color: #4d4d4d;
}

.text-share {
  margin-top: 5px;
}

.btn-submit {
  border-radius: 35px;
  background: #fada18;
  color: #0f136c;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  padding: 8px 0;
}

.btn-submit i{
  color: #0f136c;
}

@media only screen and (min-width: 600px){
  .btn-cart{
    left: 25px;
  }
}

@media only screen and (min-width: 830px){
  .card-px-10{
    width: 90%;
  }
}

@media only screen and (min-width: 1250px){
  .card-px-10{
    width: 95%;
  }
}