.navbar {
  padding: 0rem 1rem !important;
}
html,
body {
  font-family: "Noto Sans", "Noto Sans TC", Microsoft JhengHei, 微軟正黑體,
    Helvetica, Arial, sans-serif;
  height: 100%;
}

a {
  text-decoration: underline;
}

.navbar-brand {
  color: black !important;
  font-size: 1rem;
  text-decoration: none !important;
}

.onlineAqThreelancerHeaderColor {
  background-color: black;
}

input[type="text"] {
  padding: 0px 0px 5px 0px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

input[type="password"] {
  padding: 0px 0px 5px 0px;
  width: 100%;
  border-radius: 0 !important;
  background-color: transparent !important;
}

input[type="text"]:focus {
  border-color: #2cadad;
}

input[type="password"]:focus {
  border-color: #2cadad;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2 !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2b2b2 !important;
}

/* Input Disabled */
input:disabled {
  background-color: transparent;
  color: black !important;
  padding-left: 0px !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.form-control:disabled {
  background-color: transparent !important;
  color: black !important;
  padding-left: 0px !important;
  opacity: 1 !important;
  /*font-weight: bold;*/
}

.form-control[readonly] {
  background-color: transparent !important;
}

/* Custom caret for select */
select {
  width: 100%;
  padding: 5px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
    no-repeat right transparent;
  -webkit-appearance: none;
  background-position: top 8px right 5px;
  border-radius: 0;
  padding: 0px 0px 5px 0px;
}
select:disabled {
  background: transparent;
  color: black;
  /*font-weight: bold;*/
  padding-left: 0px !important;
}
/* Custom caret for select */
.container-padding-top {
  padding-top: 43px;
}
.container-padding-bottom {
  padding-bottom: 56px;
}

.onlineAqBGColor {
  background-color: #00a79d;
}

.onlineAqHeaderColor {
  background-color: white;
}

.whiteWord {
  color: white;
}

.mainBodyFlex {
  flex: 1 0 auto;
}

.headerBorder {
  box-shadow: 0px 0px 5px #888888;
}
.headerBorder3ree {
  border-bottom: 3px solid #00a79d;
}
.input-border {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
}

.input-no-border {
  border: none;
}
.border-white-left {
  border-left: 1px solid white;
}
.border-white-right {
  border-right: 1px solid white;
}
.onlineAq-gray {
  color: #9b9b9b;
}
.onlineAq-label {
  color: #4ab9a9;
}
.onlineAq-select-center {
  text-align: center;
  text-align-last: center;
}

.onlineAq-option-center {
  text-align: left;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-top-bottom-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-top-bottom-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top-bottom-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-left-right-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.onlineAq-div-separator {
  width: 100%;
  border: 0.5px solid #9b9b9b;
}
.online-Aq-button {
  margin-top: 5px;
  margin-bottom: 5px;
  /*border-radius: 7px;*/
  border: 0px;
  background: #4ab9a9;
  background: -moz-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #4ab9a9),
    color-stop(100%, #51489b)
  );
  background: -webkit-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -o-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -ms-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: linear-gradient(to right, #4ab9a9 0%, #51489b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab9a9', endColorstr='#426ab3 ', GradientType=1 );
  color: white;
}
.grey-disabled:disabled {
  background: #b2b2b2;
  pointer-events: none;
}
.online-Aq-button:hover {
  color: white;
}
.online-Aq-smile {
  display: none;
  height: 20px;
}
/* Step 8: Upload Page */
.upload-area-wrapper {
  border-radius: 10px;
  border: 2px dotted #9b9b9b;
}
.onlineAq-file-upload {
  display: none;
}
.onlineAq-smallerSpan {
  font-size: 0.8rem;
}
.onlineAq-file-upload-btn {
  width: 100%;
  background: #4ab9a9;
  background: -moz-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #4ab9a9),
    color-stop(100%, #51489b)
  );
  background: -webkit-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -o-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -ms-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: linear-gradient(to right, #4ab9a9 0%, #51489b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab9a9', endColorstr='#426ab3 ', GradientType=1 );
  color: white;
  -webkit-user-select: none;
  cursor: pointer;
  border-radius: 10px;
}

.onlineAq-file-upload-btn:hover {
  color: white;
}

.onlineAq-loading-content {
  background-color: transparent !important;
  border: 0px;
}

.onlineAq-loading-spinner {
  width: 3rem;
  height: 3rem;
  color: #4ab9a9;
}

.onlineAq-uploadCompleteSpan {
  display: none;
  color: #4ab9a9;
}

.onlineAq-file-upload-label {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  width: 100%;
  cursor: pointer;
}

.upload-title {
  font-size: 20px;
}
.onlineAq-newnotitle {
  font-size: 24px;
}
/* Step 8: Modal */
.onlineAq-modal-header {
  background: #4ab9a9;
  background: -moz-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #4ab9a9),
    color-stop(100%, #51489b)
  );
  background: -webkit-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -o-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: -ms-linear-gradient(left, #4ab9a9 0%, #51489b 100%);
  background: linear-gradient(to right, #4ab9a9 0%, #51489b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab9a9', endColorstr='#426ab3 ', GradientType=1 );
  border: 0;
}

.onlineAq-modal-close {
  color: white !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

/* Step 1: Landing */
.onlineAq-input-group-append {
  background-color: transparent;
  border-radius: 0px;
}

.online-Aq-otp-button {
  /*border-radius: 10px;*/
  width: 100%;
  border: 2px solid black;
}

/* Step 3 */
.onlineAq-price {
  font-size: 24px;
}

.onlineAq-multiple-button {
  border-radius: 0px;
  border: 2px solid #9b9b9b;
  box-shadow: 2px 2px transparent;
}

.onlineAq-multiple-button-selected {
  border-radius: 0px;
  border: 2px solid #4ab9a9;
  box-shadow: 2px 2px #4ab9a9;
  background-color: white;
}

.onlineAq-planbox-selected {
  border: 2px solid #9b9b9b !important;
  box-shadow: 2px 2px black !important;
}

.onlineAq-no-left-right-padding {
  padding-left: 0;
  padding-right: 0;
}

.onlineAq-input-group-prepend {
  background-color: transparent;
  border-radius: 0px;
  color: #9b9b9b;
  padding-left: 0;
}

.online-Aq-otp-small-button {
  border-radius: 15px;
  width: 100%;
  border: 2px solid black;
  font-size: 10px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.gj-datepicker > span.input-group-append > button.btn-outline-secondary {
  color: black;
  background-color: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
}

.onlineAq-main-bg {
  background-color: #00a79d;
}
.onlineAq-bigplan-head {
  /*border-top-left-radius: 4px;*/
  /*border-top-right-radius: 4px;*/
  padding: 0px 0px 0px 0px;
  margin-left: 0;
  margin-right: 0;
  background-color: white !important;
}

.onlineAq-planRight {
  padding-left: 10px;
}

.onlineAq-bigplan-detail {
  text-align: left;
  padding: 10px 20px 20px 20px;
  font-size: 0.8rem;
}
/* Custom Radio Button */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white !important;
  border-color: #9b9b9b;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%232cadad'/%3E%3C/svg%3E") !important;
}

/* Custom Checkbox */
.custom-checkbox .custom-control-label::before {
  border-radius: 0 !important;
  border: 2px solid black !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%232cadad' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E") !important;
}
/* Custom Switch */
div.custom-control-right {
  padding-right: 24px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
div.custom-control-right .custom-control-label::after {
  right: -1.5rem;
  left: auto;
}
div.custom-control-right .custom-control-label::before {
  right: -2.35rem;
  left: auto;
}
.custom-control-switch-input:checked ~ .custom-control-switch-label::before {
  border-color: #2cadad !important;
  background-color: #2cadad !important;
}
/* Progress Bar Related */
.progressbar {
  counter-reset: step;
  padding-inline-start: 0px;
  padding-bottom: 10px; /* padding-bottom: 40px; */
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #dfdfdf;
}
.progressbar li:before {
  width: 14px;
  height: 14px;
  content: counter(step);
  counter-increment: step;
  color: transparent;
  line-height: 30px;
  border: 1.5px solid #dfdfdf;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  position: relative;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #dfdfdf;
  top: 6px;
  left: -50%;
  z-index: 0;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #4ab9a9;
}
.progressbar li.active:before {
  border-color: #4ab9a9;
}
.progressbar li.active + li:after {
  background-color: #4ab9a9;
}
.progress-midpt:before {
  width: 0px !important;
  height: 0px !important;
  border: 0px !important;
  color: transparent !important;
}
.progress-stoppt.active + li:after {
  background-color: #dfdfdf !important;
}

.progressbar2 {
  counter-reset: step;
  padding-inline-start: 0px;
  padding-bottom: 26px;
  line-height: 1;
}
.progressbar2 li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #dfdfdf;
}
.progressbar2 li:before {
  content: counter(step);
  counter-increment: step;
  color: transparent;
  display: block;
  text-align: center;
  margin: 0px auto;
  background-color: white;
}
.progressbar2 li.active {
  color: #4ab9a9;
}
.progressbar2 li.active:before {
  border-color: #4ab9a9;
}
/* Canvas Signing Area */
.onlineAq-signing-border {
  border: 2px solid #9b9b9b;
}
#canvas {
  width: 100%;
  height: 200px;
}
/* TnC Area */
.onlineAq-tnc {
  overflow-y: scroll;
  height: 200px;
}
.inputErrorMsg {
  color: red;
  display: none;
}
#questionmarkIcon,
#questionmarkIcon2 {
  height: 21px;
  padding-bottom: 4px;
}
#cardIcon {
  height: 21px;
  padding-bottom: 4px;
}
ol.signOL {
  list-style-type: none;
}
li.signLi:before {
  content: counter(section, lower-roman) ") ";
  position: absolute;
  left: 1em;
}
li.signLi {
  counter-increment: section;
}
.onlineAq-priceSubSummary {
  color: black;
}
.onlineAq-priceSummary {
  color: black;
  font-size: 24px;
}
.online-Aq-paymentDetail {
  border: 1px solid #7d7d7d;
  border-radius: 10px;
  padding: 5px 5px;
}
.online-Aq-margin-lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.blackWord {
  color: black;
}
.onlineAq-grayBG {
  background-color: #f8f8f8;
}
.onlineAq-grayBG input {
  background-color: #f8f8f8;
}
.onlineAq-grayBG input:focus {
  background-color: #f8f8f8;
}
.online-Aq-3reetr {
  border-bottom: 1px solid #7d7d7d;
  cursor: pointer;
}
.online-Aq-3reebutton {
  border-radius: 5px;
  border: 1px solid #7d7d7d;
}
.online-Aq-3reeLargerFont {
  font-size: 20px;
}
.input-border-3ree {
  border: 1px solid #7d7d7d !important;
  border-radius: 7px !important;
  padding: 5px;
}
.input-border-3ree:disabled {
  padding-left: 5px !important;
}
.onlineAq-phone-row {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.onlineAq-phone-col:nth-child(3n + 1) {
  padding-left: 0px;
  padding-right: 5px;
}
.onlineAq-phone-col:nth-child(3n + 2) {
  padding-left: 5px;
  padding-right: 5px;
}
.onlineAq-phone-col:nth-child(3n + 3) {
  padding-left: 5px;
  padding-right: 0px;
}
.fa-edit {
  cursor: pointer;
}
.input-group-append ~ input {
  padding-bottom: 0px !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  background-color: #4ab9a9 !important;
  border-color: #4ab9a9 !important;
  color: white !important;
}
.gj-cursor-pointer div {
  color: #4ab9a9 !important;
}

/* Step 2*/
.onlineAq-newnotitle,
.onlineAq-newnoheader {
  color: #6d63e0 !important;
}

.onlineAq-price strong {
  color: #4ab9a9 !important;
}

a.onlineAq-dynamicspan {
  color: #6d63e0 !important;
}

#roamingSwitchLabel:before {
  display: none;
}

#roamingSwitchLabel:after {
  display: none;
}

/* PC */
@media only screen and (min-width: 768px) {
  body {
    background-color: #f3f1ee;
  }
  .threelanceBody {
    background-color: white;
  }
  .online-Aq-herodiv {
    height: calc(100vh - 43px);
    background-color: white;
  }
  .online-Aq-leftGrayDiv {
    height: calc(100vh - 43px);
    background-color: #f3f1ee;
  }
  .online-Aq-rightDiv {
    height: calc(100vh - 41px);
    overflow-y: scroll;
    background-color: white;
  }
  #loginRightDiv {
    overflow-y: auto !important;
  }
}
/* iPad */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-padding-top {
    padding-top: 56px;
  }
}
/* iPhone */
@media only screen and (max-width: 767px) {
  body {
    background-color: white;
  }
  .navbar-brand {
    font-size: 0.8rem !important;
  }
  input[type="text"],
  input[type="password"],
  .input-group,
  .input-group-text,
  select,
  .onlineAq-dynamicspan,
  .inputErrorMsg {
    font-size: 0.8rem !important;
  }
  .input-group-text {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  select {
    background-position: top 3px right 5px !important;
  }
  input[data-type="datepicker"] {
    padding-bottom: 0px !important;
  }
  .btn {
    font-size: 0.8rem !important;
  }
  .gj-datepicker-bootstrap [role="right-icon"] button {
    height: 2.1rem !important;
  }
  .container-padding-top {
    padding-top: 53px;
  }
  .online-Aq-herodiv {
    padding-left: 0px;
    padding-right: 0px;
  }
  .onlineAq-gray,
  .freeStep {
    font-size: 0.8rem;
  }
  .onlineAq-sectiontitle,
  .onlineAq-newnoheader {
    font-size: 0.8rem;
  }
  .onlineAq-inputHeadLabel {
    font-size: 0.8rem;
  }
  .onlineAq-priceSubSummary {
    font-size: 0.8rem;
  }
  .onlineAq-planSmall {
    font-size: 0.8rem;
  }
  .onlineAq-mailInstruction {
    font-size: 0.8rem;
  }
  .progressbar2 li {
    font-size: 0.65rem;
  }
  .online-Aq-3reetr {
    font-size: 0.7rem;
  }
}

/* form-switch */
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #d3d3d3;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #d50098;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
/* form-switch */

/* The container */
.control-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.control-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.control-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.control-checkbox:hover input ~ .checkmark {
}

.control-checkbox:hover input:checked ~ .checkmark {
  background-color: #fff;
}

.control-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid black;
  transition: background-color 0.25s ease;
}

.control-checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-image: url("/ThreePlus/resource/img/checkbox-vector-3biz.svg");
  transition: opacity 0.25s ease;
}

.control-checkbox .content {
  font-size: 0.875rem;
}

.mbcoin{
  width: 22px;
  height: auto;
  display: inline-block;
  vertical-align: -4px;
}