.login-box,
.register-box {
  width: 400px;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat/Montserrat-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat/Montserrat-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat/Montserrat-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat/Montserrat-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
}

.pg-home-page .box-image-title {
  margin-top: 7rem;
}
.pg-home-page .box-button-to-end {
  display: flex;
  align-items: end;
  height: 35vh;
}

.pg-pick-location .box-button-to-end {
  display: flex;
  align-items: end;
  height: 75vh;
}
.pg-pick-location .input-meat-deli {
  position: relative;
  width: 100%;
}
.pg-pick-location .input-meat-deli img {
  width: 100%;
}
.pg-pick-location .input-meat-deli .form-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91.3%;
}
.pg-pick-location .input-meat-deli .form-input .select2-selection {
  border: unset;
}
.pg-pick-location .input-meat-deli .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
}
.pg-pick-location .input-meat-deli .form-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
}
.pg-pick-location .input-meat-deli .form-input .select2-selection__arrow {
  display: none;
}
.pg-pick-location .input-meat-deli .form-input .select2-dropdown {
  border-radius: 10px;
}

.pg-register .box-form {
  position: relative;
}
.pg-register .box-form .form-img {
  height: 23rem;
}
.pg-register .box-form .box-input-fields {
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-register .box-form .box-input-fields .form-group {
  margin-bottom: 5px;
}
.pg-register .box-form .box-input-fields .form-group label {
  margin-bottom: 0;
  color: #be141a;
}
.pg-register .box-form .box-input-fields .form-group .text-checkbox-confirm {
  color: #4a4a4a;
  font-size: smaller !important;
  line-height: normal;
}
.pg-register .box-form .box-input-fields .form-group input {
  border: 1px solid #616161;
  border-radius: 10px;
  color: #4a4a4a;
}
.pg-register .box-form .box-input-fields .form-group .checkbox-custom::before {
  position: absolute;
  top: 3px;
  left: -2rem;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #bd1319;
  border-radius: 8px;
}
.pg-register .box-form .box-input-fields .form-group .box-checkbox {
  width: 50px;
  height: 32px;
}
.pg-register .box-form .box-input-fields .form-group .checkbox-gender-customer label {
  font-size: medium !important;
  font-weight: 600;
}
.pg-register .box-form .box-input-fields .form-group .checkbox-gender-customer label::before {
  position: absolute;
  top: -4.5px;
  left: -2.5rem;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #616161;
  border-radius: 8px;
}

.pg-lucky-wheel-got-gift-happy .box-content {
  position: relative;
  flex-direction: column;
}
.pg-lucky-wheel-got-gift-happy .box-content .text-happy {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  width: 70%;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(to right, #f8913e, #f24c25);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 2px 2px 4px rgba(255, 205, 63, 0.2);
}

.pg-verify-otp .box-button-to-end {
  display: flex;
  align-items: end;
  height: 75vh;
}
.pg-verify-otp .input-meat-deli {
  position: relative;
  width: 100%;
}
.pg-verify-otp .input-meat-deli img {
  width: 100%;
}
.pg-verify-otp .input-meat-deli .form-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91.3%;
}
.pg-verify-otp .input-meat-deli .form-input input {
  background-color: unset;
  height: calc(3rem + 2px);
  border: unset;
  font-size: 2rem;
  letter-spacing: 10px;
  font-weight: 600;
}

.form-image-preview {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-container {
  max-width: 430px;
  min-height: 100vh;
  padding: 0px 15px 15px 15px;
  box-sizing: border-box;
  color: #fff;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-logo {
  width: 50%;
}
