.banner {
  height: 100vh;
  width: 100%;
  background-image: url("../img/banner/background.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .banner {
    height: auto;
    padding-top: 150px;
  }
}
.banner .banner-container {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-container {
    height: auto;
  }
}
.banner .banner-container .banner-buildings {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25%;
}
@media only screen and (max-width: 575px) {
  .banner .banner-container .banner-buildings {
    display: none;
  }
}
.banner .banner-container .banner-body {
  height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-container .banner-body {
    height: auto;
  }
}
.banner .banner-container .banner-body .banner-form-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-container .banner-body .banner-form-container .banner-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 24px;
  width: 600px;
}
@media only screen and (max-width: 1599px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    margin-bottom: 0;
  }
}
.banner .banner-container .banner-body .banner-form-container .banner-card-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #F5F5F5;
  padding: 8px;
  border-radius: 10px;
  border: #E3E3E8 solid 1px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input:first-child {
  margin-bottom: 8px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input .banner-icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: var(--primary-color);
  position: relative;
  margin-right: 10px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input .banner-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input input {
  outline: none;
  border: none;
  background-color: transparent;
  width: 100%;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons {
  margin-top: 24px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button {
  width: 100%;
  height: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button {
    height: 40px;
  }
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button.book-now {
  background-color: #222;
  color: #fdba1c;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button.shop-now {
  background-color: #f6841f;
  color: #222;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .or-label {
  font-size: 10px;
  color: #B2B8C5;
  font-weight: 600;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-title {
  font-size: 20px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-image {
  height: 40px;
}
@media only screen and (max-width: 320px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-image {
    margin-bottom: 8px;
  }
}
.banner .banner-container .banner-body .carousel-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .banner .banner-container .banner-body .carousel-container {
    padding-top: 0;
  }
}
.banner .banner-container .banner-body .carousel-container .banner-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: auto;
}

.highlight {
  color: #E8893C;
}

.home-endorser1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .guidelines {
    width: 100%;
  }
}

.howto #example-vertical .btn-guidelines {
  position: absolute;
  bottom: 130px;
  right: -100%;
}
@media only screen and (max-width: 991px) {
  .howto #example-vertical .btn-guidelines {
    bottom: 220px;
    right: -110%;
  }
}

.dropdown-contact {
  position: relative;
}
.dropdown-contact:hover {
  color: #fdba1c;
}
.dropdown-contact:hover .dropdown-menu {
  display: block;
}
.dropdown-contact .dropdown-menu {
  width: 250px;
  left: -125%;
  padding: 20px 8px;
  top: 90%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-contact .dropdown-menu .contact-dropdown-item {
  width: 100%;
  display: block;
  padding: 4px 0;
}

.otr-login-container {
  width: 550px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .otr-login-container {
    border: none;
  }
}
.otr-login-container .background {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 575px) {
  .otr-login-container .background {
    border-radius: 0;
    height: auto;
  }
}
.otr-login-container .otr-login-form {
  padding: 24px 32px 32px 32px;
}
@media only screen and (max-width: 575px) {
  .otr-login-container .otr-login-form {
    padding: 16px;
  }
}
.otr-login-container .otr-login-form .note {
  font-size: 14px;
  color: #6F6F6F;
  font-style: italic;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 575px) {
  .otr-login-container .otr-login-form .note {
    padding: 0;
  }
}
.otr-login-container .otr-login-form .form-column {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .otr-login-container .otr-login-form .form-column {
    padding: 16px 0 0 0;
  }
}
.otr-login-container .otr-login-form .username-container .input-group-text {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}
.otr-login-container .otr-login-form .username-container .form-field {
  margin: 0;
}
.otr-login-container .otr-login-form .username-container .append-password {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.otr-login-container .otr-login-form .password-field {
  padding: 1.5rem !important;
}
.otr-login-container .otr-login-form .toggle-password-icon {
  cursor: pointer;
}
.otr-login-container .otr-login-form .form-button-container {
  padding: 0 8px;
}
@media only screen and (max-width: 575px) {
  .otr-login-container .otr-login-form .form-button-container {
    padding: 0;
  }
}
.otr-login-container .otr-login-form .form-button-container .btn-continue {
  width: 100%;
  height: 50px;
  padding: 0 0;
  background-color: #fdba1c;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  border-radius: 0.25rem;
}

.otr-driver-container {
  width: 550px;
  border-radius: 20px;
  padding: 32px 32px 32px 32px;
}
@media only screen and (max-width: 575px) {
  .otr-driver-container {
    width: 100%;
    padding: 16px;
  }
}
.otr-driver-container .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.otr-driver-container .information {
  margin-bottom: 8px;
}
.otr-driver-container fieldset {
  margin-bottom: 32px;
}
.otr-driver-container .custom-select {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.otr-driver-container .otr-textarea {
  padding: 1.5rem;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.otr-driver-container .form-field {
  margin-bottom: 20px;
  padding: 1.5rem;
}
.otr-driver-container .note {
  font-size: 14px;
  color: #6F6F6F;
  font-style: italic;
}
.otr-driver-container .date-container {
  display: flex;
  justify-content: space-between;
}
.otr-driver-container .date-container span {
  width: 47%;
}
.otr-driver-container .form-button-container {
  display: flex;
  margin-top: 32px;
}
.otr-driver-container .form-button-container .btn-cancel {
  width: 100%;
  height: 50px;
  padding: 0 0;
  background-color: #eee;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: 0.5s;
}
.otr-driver-container .form-button-container .btn-cancel:focus {
  outline: none;
}
.otr-driver-container .form-button-container .btn-cancel:hover {
  opacity: 0.8;
}
.otr-driver-container .form-button-container .btn-submit {
  width: 100%;
  height: 50px;
  padding: 0 0;
  background-color: #fdba1c;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  transition: 0.5s;
  margin-left: 16px;
  border-radius: 0.25rem;
}
.otr-driver-container .form-button-container .btn-submit:focus {
  outline: none;
}
.otr-driver-container .form-button-container .btn-submit:hover {
  opacity: 0.8;
}

.otr-operator-container {
  width: 550px;
  border-radius: 20px;
  padding: 32px 32px 32px 32px;
}
@media only screen and (max-width: 575px) {
  .otr-operator-container {
    width: 100%;
    padding: 16px;
  }
}
.otr-operator-container .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.otr-operator-container .information {
  margin-bottom: 8px;
}
.otr-operator-container .username {
  display: flex;
  margin-bottom: 20px;
}
.otr-operator-container .username .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.otr-operator-container .username .form-field {
  border-radius: 0;
}
.otr-operator-container .username .search-icon {
  border-radius: 0 0.25rem 0.25rem 0;
}
.otr-operator-container fieldset {
  margin-bottom: 32px;
}
.otr-operator-container .custom-select {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.otr-operator-container .otr-textarea {
  padding: 1.5rem;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.otr-operator-container .form-field {
  padding: 1.5rem;
  margin-bottom: 20px;
}
.otr-operator-container .note {
  font-size: 12px;
  color: #6F6F6F;
  font-style: italic;
}
.otr-operator-container .date-container {
  display: flex;
  justify-content: space-between;
}
.otr-operator-container .date-container span {
  width: 47%;
}
.otr-operator-container .form-button-container {
  display: flex;
  margin-top: 32px;
}
.otr-operator-container .form-button-container .btn-cancel {
  width: 100%;
  height: 50px;
  padding: 0 0;
  background-color: #eee;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: 0.5s;
}
.otr-operator-container .form-button-container .btn-cancel:focus {
  outline: none;
}
.otr-operator-container .form-button-container .btn-cancel:hover {
  opacity: 0.8;
}
.otr-operator-container .form-button-container .btn-submit {
  width: 100%;
  height: 50px;
  padding: 0 0;
  background-color: #fdba1c;
  font-size: 13px;
  color: #222;
  font-weight: 600;
  transition: 0.5s;
  margin-left: 16px;
  border-radius: 0.25rem;
}
.otr-operator-container .form-button-container .btn-submit:focus {
  outline: none;
}
.otr-operator-container .form-button-container .btn-submit:hover {
  opacity: 0.8;
}

#warningModal, #successModal, #errorModal, #cancelModal, #submitModal {
  padding-top: 150px;
}
#warningModal .modal-dialog, #successModal .modal-dialog, #errorModal .modal-dialog, #cancelModal .modal-dialog, #submitModal .modal-dialog {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.25);
}
#warningModal .modal-dialog input::placeholder, #successModal .modal-dialog input::placeholder, #errorModal .modal-dialog input::placeholder, #cancelModal .modal-dialog input::placeholder, #submitModal .modal-dialog input::placeholder {
  color: #AFAFAF;
  font-weight: 400;
}
#warningModal .modal-content, #successModal .modal-content, #errorModal .modal-content, #cancelModal .modal-content, #submitModal .modal-content {
  border: 3px solid #fdba1c;
}
#warningModal .modal-content .btn-close, #successModal .modal-content .btn-close, #errorModal .modal-content .btn-close, #cancelModal .modal-content .btn-close, #submitModal .modal-content .btn-close {
  background-image: url("../img/operator-transfer-request/close-button.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 24px;
  width: 2em;
  opacity: 1;
  background-color: transparent;
  padding: 0;
  border: none;
  height: 30px;
}
#warningModal .modal-content .btn-close:focus, #successModal .modal-content .btn-close:focus, #errorModal .modal-content .btn-close:focus, #cancelModal .modal-content .btn-close:focus, #submitModal .modal-content .btn-close:focus {
  box-shadow: none;
  outline: none;
}
#warningModal .modal-content .modal-header, #successModal .modal-content .modal-header, #errorModal .modal-content .modal-header, #cancelModal .modal-content .modal-header, #submitModal .modal-content .modal-header {
  background-color: #fdba1c;
  color: #fff;
}
#warningModal .modal-content .modal-header .btn-close, #successModal .modal-content .modal-header .btn-close, #errorModal .modal-content .modal-header .btn-close, #cancelModal .modal-content .modal-header .btn-close, #submitModal .modal-content .modal-header .btn-close {
  color: #fff;
}
#warningModal .modal-content .modal-body, #successModal .modal-content .modal-body, #errorModal .modal-content .modal-body, #cancelModal .modal-content .modal-body, #submitModal .modal-content .modal-body {
  padding-bottom: 0;
}
#warningModal .modal-content .modal-body .required, #successModal .modal-content .modal-body .required, #errorModal .modal-content .modal-body .required, #cancelModal .modal-content .modal-body .required, #submitModal .modal-content .modal-body .required {
  color: red;
}
#warningModal .modal-content .modal-body .modal-icon, #successModal .modal-content .modal-body .modal-icon, #errorModal .modal-content .modal-body .modal-icon, #cancelModal .modal-content .modal-body .modal-icon, #submitModal .modal-content .modal-body .modal-icon {
  width: 200px;
  margin: 32px 0;
}
#warningModal .modal-content .modal-body .modal-content-title, #successModal .modal-content .modal-body .modal-content-title, #errorModal .modal-content .modal-body .modal-content-title, #cancelModal .modal-content .modal-body .modal-content-title, #submitModal .modal-content .modal-body .modal-content-title {
  font-size: 20px;
  color: #f6841f;
  font-weight: bold;
  text-align: center;
}
#warningModal .modal-content .modal-body .modal-content-paragraph, #successModal .modal-content .modal-body .modal-content-paragraph, #errorModal .modal-content .modal-body .modal-content-paragraph, #cancelModal .modal-content .modal-body .modal-content-paragraph, #submitModal .modal-content .modal-body .modal-content-paragraph {
  font-size: 16px;
  color: #525252;
  text-align: center;
}
#warningModal .modal-content .modal-body .form-control, #successModal .modal-content .modal-body .form-control, #errorModal .modal-content .modal-body .form-control, #cancelModal .modal-content .modal-body .form-control, #submitModal .modal-content .modal-body .form-control {
  padding: 9px;
  border: 1px solid #D9D9D9;
}
#warningModal .modal-content .modal-body small i, #successModal .modal-content .modal-body small i, #errorModal .modal-content .modal-body small i, #cancelModal .modal-content .modal-body small i, #submitModal .modal-content .modal-body small i {
  font-size: 12px;
  color: #666666;
}
#warningModal .modal-content .modal-body .prepend, #successModal .modal-content .modal-body .prepend, #errorModal .modal-content .modal-body .prepend, #cancelModal .modal-content .modal-body .prepend, #submitModal .modal-content .modal-body .prepend {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#warningModal .modal-content .modal-body .input-prepend, #successModal .modal-content .modal-body .input-prepend, #errorModal .modal-content .modal-body .input-prepend, #cancelModal .modal-content .modal-body .input-prepend, #submitModal .modal-content .modal-body .input-prepend {
  top: 0;
  left: 0;
  padding: 0px 8px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: 1px solid #D9D9D9;
  border-right: none;
}
#warningModal .modal-content .modal-body .file-area, #successModal .modal-content .modal-body .file-area, #errorModal .modal-content .modal-body .file-area, #cancelModal .modal-content .modal-body .file-area, #submitModal .modal-content .modal-body .file-area {
  border-style: dashed !important;
  background-color: #FFFAF5 !important;
  cursor: pointer;
  min-height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
  display: grid;
  align-items: center;
  text-align: center;
  position: relative;
}
#warningModal .modal-content .modal-body .file-area input[type=file], #successModal .modal-content .modal-body .file-area input[type=file], #errorModal .modal-content .modal-body .file-area input[type=file], #cancelModal .modal-content .modal-body .file-area input[type=file], #submitModal .modal-content .modal-body .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
#warningModal .modal-content .modal-body .file-area .file-dummy, #successModal .modal-content .modal-body .file-area .file-dummy, #errorModal .modal-content .modal-body .file-area .file-dummy, #cancelModal .modal-content .modal-body .file-area .file-dummy, #submitModal .modal-content .modal-body .file-area .file-dummy {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: background 0.3s ease-in-out;
}
#warningModal .modal-content .modal-footer, #successModal .modal-content .modal-footer, #errorModal .modal-content .modal-footer, #cancelModal .modal-content .modal-footer, #submitModal .modal-content .modal-footer {
  justify-content: center !important;
  border-top: transparent !important;
  padding-top: 0;
}
#warningModal .modal-content .modal-footer .btn-submit, #successModal .modal-content .modal-footer .btn-submit, #errorModal .modal-content .modal-footer .btn-submit, #cancelModal .modal-content .modal-footer .btn-submit, #submitModal .modal-content .modal-footer .btn-submit {
  background-color: #f6841f;
  color: #fff;
  width: 150px;
}
#warningModal .modal-content .modal-footer .btn-cancel, #successModal .modal-content .modal-footer .btn-cancel, #errorModal .modal-content .modal-footer .btn-cancel, #cancelModal .modal-content .modal-footer .btn-cancel, #submitModal .modal-content .modal-footer .btn-cancel {
  width: 150px;
}

.toktokmall {
  height: 100vh;
  width: 100%;
  background-image: url("../img/toktokmall/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 64px 0;
}
@media only screen and (max-width: 1199px) {
  .toktokmall {
    height: auto;
  }
}
.toktokmall-image {
  width: 740px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .toktokmall-image {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .toktokmall-image {
    width: 100%;
  }
}

/*# sourceMappingURL=style2.css.map */
