.DropdownForm .Wrapper {
  position: relative;
  z-index: 5; }
  .DropdownForm .Wrapper * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #1D4476; }
  .DropdownForm .Wrapper select {
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    appearance: none;
    color: #b6b6b6;
    cursor: pointer;
    transition: all ease .15s; }
    .DropdownForm .Wrapper select:hover {
      color: #1d66dd; }
  .DropdownForm .Wrapper > i {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 10px;
    color: #1d66dd;
    cursor: pointer; }
  .DropdownForm .Wrapper [class*="-control"] > div:nth-child(2) :nth-child(1) {
    display: none; }
  .DropdownForm .Wrapper [class*="-control"] > div:nth-child(2) :nth-child(2)::before {
    content: '\E903';
    font-family: 'lifepal-icon';
    color: #1d66dd;
    font-weight: 700;
    position: relative; }

.DropdownForm .ReactSelect {
  cursor: pointer !important; }

.DropdownForm .Help {
  font-size: 12px; }

.DropdownForm .HideArrow [class*="-control"] > div:nth-child(2) {
  display: none; }

.DropdownFormTransparent .Wrapper {
  position: relative;
  z-index: 5; }
  .DropdownFormTransparent .Wrapper * {
    font-family: 'Montserrat', sans-serif !important; }
  .DropdownFormTransparent .Wrapper select {
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    appearance: none;
    color: #b6b6b6;
    cursor: pointer;
    transition: all ease .15s; }
    .DropdownFormTransparent .Wrapper select:hover {
      color: #1d66dd; }
  .DropdownFormTransparent .Wrapper > i {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 10px;
    color: #1d66dd;
    cursor: pointer; }
  .DropdownFormTransparent .Wrapper [class*="-control"] > div:nth-child(2) :nth-child(1) {
    display: none; }
  .DropdownFormTransparent .Wrapper [class*="-control"] > div:nth-child(2) :nth-child(2)::before {
    content: '\E903';
    font-family: 'lifepal-icon';
    color: #ffffff;
    font-weight: 700;
    position: relative; }
  .DropdownFormTransparent .Wrapper [class*="-singleValue"], .DropdownFormTransparent .Wrapper [class*="-placeholder"] {
    color: #ffffff;
    font-weight: 500; }

.DropdownFormTransparent .ReactSelect {
  cursor: pointer !important; }

.DropdownFormTransparent .Help {
  font-size: 12px; }

.DropdownFormTransparent .HideArrow [class*="-control"] > div:nth-child(2) {
  display: none; }

@charset "UTF-8";
.CheckboxForm .Wrapper {
  margin: 6px 0;
  cursor: pointer; }
  .CheckboxForm .Wrapper input[type="checkbox"] {
    display: none; }

.CheckboxForm .Label {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .CheckboxForm .Label::after {
    font-family: 'Ionicons', sans-serif;
    content: '\F2BC';
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 16px;
    color: #ffffff; }
  .CheckboxForm .Label.no-children::before {
    content: '';
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 30px;
    vertical-align: middle;
    background-color: #dfdfdf; }
  .CheckboxForm .Label::before {
    content: '';
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #dfdfdf; }

.CheckboxForm input[type="checkbox"]:checked + .Label::before {
  background-color: #1d66dd; }

/*
* ink colors (with variations only for black and white)
*/
.FieldForm:not(:last-child) {
  margin-bottom: calc(0.75 * 1rem); }

.LabelForm .Caption,
.LabelForm .Info {
  color: #1D4476;
  font-size: 12px;
  font-weight: 700; }

.LabelForm .Info {
  font-weight: normal; }

.LabelForm .Disabled {
  color: #dfdfdf; }

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px !important; }

.InputForm .Wrapper {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  transition: all ease .15s;
  box-shadow: none; }
  .InputForm .Wrapper[disabled] {
    background: #f7faff;
    border-color: #dfdfdf;
    color: #333333; }

.InputForm input {
  border: 1px solid #dbdbdb; }

.InputForm .Help {
  font-size: 12px; }

.InputForm .Phone::before, .InputForm .Currency::before {
  content: attr(data-text);
  width: 56px;
  height: 40px;
  font-weight: 700;
  color: #183B56;
  line-height: 40px;
  display: inline-block;
  background: rgba(29, 102, 221, 0.1);
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.InputForm .PhoneInput, .InputForm .CurrencyInput {
  display: inline-block !important;
  width: calc(100% - 56px);
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.InputForm .PhoneError::before, .InputForm .CurrencyError::before {
  background: #ef6767; }

.InputForm .Search::before {
  content: '\E920';
  font-size: 16px;
  border: 1px solid #dbdbdb;
  border-right: 0px;
  font-family: 'lifepal-icon';
  width: 40px;
  height: 40px;
  color: #4b87e0;
  line-height: 35px;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.InputForm .SearchInput {
  display: inline-block !important;
  width: calc(100% - 40px);
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .InputForm .SearchInput:active, .InputForm .SearchInput:focus {
    outline: none; }

.InputForm .SearchError::before {
  background: #ef6767; }

.InputForm .TextArea {
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  transition: all ease .15s;
  box-shadow: none; }
  .InputForm .TextArea[disabled] {
    background: #dfdfdf;
    border-color: transparent; }

.CheckboxForm .Wrapper {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center; }
  .CheckboxForm .Wrapper li:not(:last-child) {
    margin-right: 1rem; }

.CheckboxForm .Input {
  display: none; }
  .CheckboxForm .InputWrapper {
    background: #ffffff;
    color: #b6b6b6;
    border: 1px solid #dfdfdf;
    border-radius: 17.5px;
    padding: 4px 15px;
    cursor: pointer;
    transition: all ease .15s; }
    .CheckboxForm .InputWrapper .IconOff {
      display: inline-block; }
    .CheckboxForm .InputWrapper:hover {
      color: #1d66dd;
      border-color: #1d66dd;
      background: #e4eefd; }
      .CheckboxForm .InputWrapper:hover .IconOn {
        display: inline-block; }
      .CheckboxForm .InputWrapper:hover .IconOff {
        display: none; }
  .CheckboxForm .Input:checked + .InputWrapper {
    color: #1d66dd;
    border-color: #1d66dd;
    background: #e4eefd; }
    .CheckboxForm .Input:checked + .InputWrapper .IconOn {
      display: inline-block; }
    .CheckboxForm .Input:checked + .InputWrapper .IconOff {
      display: none; }
  .CheckboxForm .Input:disabled + .InputWrapper {
    cursor: not-allowed;
    background: #ffffff;
    color: #b6b6b6;
    border-color: #dfdfdf; }
    .CheckboxForm .Input:disabled + .InputWrapper:hover {
      background: #ffffff;
      color: #b6b6b6;
      border-color: #dfdfdf; }

.CheckboxForm .Icon {
  width: 1.2rem; }
  .CheckboxForm .IconOn {
    display: none; }
  .CheckboxForm .IconOff {
    display: none; }

.CheckboxForm .Help {
  font-size: 12px; }

.CounterForm {
  margin: 0 10px;
  max-width: 130px; }
  @media (max-width: 576px) {
    .CounterForm {
      max-width: 80px; } }
  .CounterForm .Wrapper {
    display: flex;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    height: 30px;
    width: 130px; }
    @media (max-width: 991.98px) {
      .CounterForm .Wrapper {
        width: 80px; } }
  .CounterForm .Button {
    width: 24px;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    transition: all ease .15s; }
    .CounterForm .Button > span {
      width: auto;
      height: auto; }
    .CounterForm .Button:hover {
      border-color: #1d66dd; }
  .CounterForm .Input {
    width: 65px;
    margin: 0 5px;
    background: white;
    border: none;
    border-bottom: none;
    text-align: center;
    appearance: none;
    -moz-appearance: textfield;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    transition: all ease .15s; }
    @media (max-width: 991.98px) {
      .CounterForm .Input {
        width: 15px; } }
    .CounterForm .Input::-webkit-outer-spin-button, .CounterForm .Input::-webkit-inner-spin-button {
      display: none; }
    .CounterForm .Input:hover {
      border-bottom-color: #1d66dd; }

/*
* ink colors (with variations only for black and white)
*/
.InputQuotationForm {
  border-radius: 4px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  background-color: white;
  height: 50px;
  padding: calc(calc(0.5 * 1rem) + calc(0.5 * 1rem));
  display: flex;
  flex-direction: row;
  align-items: center; }
  .InputQuotationForm.member__disabled {
    background: #ebebeb; }
  .InputQuotationForm--title {
    flex-grow: 2;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #707070;
    cursor: pointer; }
  .InputQuotationForm .CounterForm {
    flex-grow: 1; }
  .InputQuotationForm .CheckBoxForm {
    flex-grow: 1; }
  .InputQuotationForm .css-1jgn1w8-control {
    border: none;
    outline: none; }
  .InputQuotationForm .DropdownForm {
    min-width: 120px; }
  .InputQuotationForm .css-1li0unn-control {
    border: none !important; }

.InputQuotationLife {
  width: 100%;
  position: relative; }
  .InputQuotationLife .form-control.is-invalid {
    background-image: none; }
  .InputQuotationLife .ion-md-close {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #b6b6b6; }
  .InputQuotationLife .form-control {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center; }
    .InputQuotationLife .form-control:focus {
      box-shadow: none; }
    .InputQuotationLife .form-control::placeholder {
      font-size: 22px;
      color: #b6b6b6;
      font-weight: 500;
      text-align: center; }
    @media (max-width: 767.98px) {
      .InputQuotationLife .form-control::placeholder {
        text-align: left; } }

/*
* ink colors (with variations only for black and white)
*/
.modal__wrapper {
  width: 450px !important; }
  .modal__wrapper.bottomSheet__wrapper {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important; }
    @media (max-width: 991.98px) {
      .modal__wrapper.bottomSheet__wrapper {
        margin: 0 !important;
        position: absolute !important;
        width: 100% !important;
        bottom: 0;
        right: 0;
        left: 0; }
        .modal__wrapper.bottomSheet__wrapper .modal-content {
          border-radius: calc(1.25 * 1rem) calc(1.25 * 1rem) 0 0;
          width: 100vw; } }
  .modal__wrapper--header {
    display: flex;
    align-items: center; }
    .modal__wrapper--header .placeholder {
      margin-left: calc(1.25 * 1rem); }
    .modal__wrapper--header .header__left {
      color: #717171; }
    .modal__wrapper--header .header__right {
      margin-left: auto; }
      .modal__wrapper--header .header__right span {
        color: #c2c2c2;
        cursor: pointer; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.modal-backdrop {
  width: 100% !important;
  height: 100% !important; }


/*# sourceMappingURL=bantuan.1694d17c.chunk.css.map*/