/*Module 1*/
.SFX_no_padding {
  padding: 0px;
}

.SFX_module {
  padding: 10% 0%;
}

.BTN_3 {
  background-color: #377dff;
  color: white;
  border-radius: 20px;
  padding: 11px 20px;
  display: inline-block;
  font-weight: 600;
  width: 150px;
  text-align: center;
}

.BTN_3:hover {
  cursor: pointer;
}

.BTN_file_upload {
  background-color: #e5e5e5;
  color: #959595;
  border-radius: 20px;
  display: inline-block;
  font-weight: 300;
  width: 20%;
  text-align: center;
  float: right;
}

.BTN_file_upload:hover {
  cursor: pointer;
}

.BTN_file_upload_complete {
  background-color: #f35f55;
  color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  font-weight: 300;
  width: auto;
  text-align: center;
  float: left;
  display: none;
  padding: 7px 15px;
}

.BTN_file_upload_complete p {
  margin: 0;
}

.BTN_remove_file {
  background-color: transparent;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 900;
  width: auto;
  padding: 0% 0%;
}

.formAgent .modal-header {
  padding: 0;
  border-bottom: none;
}

.formAgent .modal-content {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  height: auto;
  display: inline-block;
}

.modal-dialog {
  max-width: 840px;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.SFX_modal_title {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  position: relative;
  top: -160px;
}

.SFX_modal_title_block {
  height: 185px;
}

.BTN_modal_close_group {
  position: absolute;
  right: 20px;
  top: 20px;
}

.BTN_modal_close_group td:first-child {
  color: rgba(0, 0, 0, 0.3);
  padding: 0px 10px;
  font-weight: 400;
  font-size: 11px;
}

.BTN_modal_close_button {
  padding: 0px;
}

.BTN_modal_close_group:hover {
  cursor: pointer;
}

.formAgent .modal-body {
  padding: 60px 135px 0px 135px;
}

.form-control {
  border-radius: 30px;
  height: 55px;
  font-weight: 400;
  font-size: 16px;
  width: 570px;
  outline: none;
  color: #464646;
  border: 1px solid #ebebeb;
}

.form-control:focus {
  border: 2px solid #377dff;
  box-shadow: none;
}

.SFX_modal_form label {
  color: #959595;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 15px;
}

.SFX_modal_form .form-group {
  margin-bottom: 40px;
}

#selection_1 {
  border: 0 !important; /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
  background-position: 96% 20px;
  background-size: 20px; /*Position of the background-image*/
}

#selection:focus {
  border: 2px solid #377dff;
}

.custom-select select:hover {
  cursor: pointer;
}

.BTN_form_submit:hover {
  text-decoration: none;
  background-color: #044acc !important;
  color: #ffffff !important;
  border-color: #044acc !important;
}

hr {
  border-top: 2px solid #377dff;
}

.SFX_callmeback hr {
  width: 570px;
  margin: 0 0 40px 0;
  border-top: 2px solid #377dff;
}

.SFX_pdf_requirement {
  font-size: 12px;
  color: #e5e5e5;
}

.SFX_Error li {
  color: #ff0000;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 10px;
  display: none;
}

.g-recaptcha {
  display: inline-block;
}

.SFX_Recaptcha {
  text-align: center;
}

.SFX_Recaptcha_Container {
  display: inline-block;
}

.SFX_selection-option {
  font-size: 60px;
}

#fileinput {
  display: none;
}

.SFX_msg > textarea {
  height: 200px;
  width: 100%;
  border: solid 2px #e5e5e5;
  border-radius: 20px;
  padding: 3% 3%;
}

.SFX_msg > textarea:focus {
  outline: none !important;
  height: 200px;
  width: 100%;
  border: solid 2px #377dff;
  border-radius: 20px;
  padding: 3% 3%;
}

/*ThankYou POP UP*/

.SFX_no_padding {
  padding: 0px;
}

.SFX_module {
  padding: 10% 0%;
}

.BTN_3 {
  background-color: #377dff;
  color: white;
  border-radius: 20px;
  padding: 11px 20px;
  display: inline-block;
  font-weight: 600;
  width: 150px;
  text-align: center;
}

.BTN_3:hover {
  cursor: pointer;
}

.modal {
  overflow: auto;
}

.formAgentTQ .modal-header {
  padding: 0;
  border-bottom: none;
}

.formAgentTQ .modal-content {
  border-radius: 25px;
  height: auto;
  min-height: 800px;
}

#modal_svg {
  border-radius: 25px;
}

.SFX_modal_subtitle {
  top: 0;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: -160px;
}

.formAgentTQ .modal-body {
  padding: 7% 15%;
}

.form-control {
  border-radius: 30px;
  height: 55px;
  padding: 10px 30px;
  outline: none;
  color: #000000;
  margin-bottom: 40px;
  border-color: #eee;
}

.form-control:focus {
  border: 2px solid #377dff;
  box-shadow: none;
}

#selection_1 {
  /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
  background-position: 96% 20px;
  background-size: 20px; /*Position of the background-image*/
  border-color: #e5e5e5;
}

#selection:focus {
  border: 2px solid #377dff;
}

.custom-select select:hover {
  cursor: pointer;
}

.BTN_form_submit {
  background-color: #377dff;
  color: #ffffff;
  border-radius: 30px;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 80px;
}

hr {
  border-top: 2px solid #377dff;
}

.SFX_ThankYou hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 8%;
}

.BTN_ThankYou_close {
  background-color: #377dff;
  color: #ffffff;
  border-radius: 30px;
  height: 55px;
  padding-top: 2.5%;
}

.BTN_ThankYou_close:hover {
  background-color: #ffffff;
  color: #377dff;
  border-color: #377dff;
  border-radius: 30px;
  height: 55px;
  padding-top: 2.5%;
}

.SFX_ThankYou_Title {
  font-size: 30px;
  font-weight: 600;
  color: #377dff;
  padding: 5%;
}

.SFX_ThankYou_content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding: 0% 10%;
  min-height: 200px;
}

.SFX_ThanYou_content2 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 5% 15%;
  padding-bottom: 15%;
}

.SFX_ThankYou_content3 {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  padding: 5% 17%;
}
/*End*/

/*Module 4*/

.SFX_no_padding {
  padding: 0px;
}

.SFX_module {
  padding: 10% 0%;
}

.BTN_E_Assist_Panel {
  background-color: #377dff;
  color: white;
  border-radius: 30px;
  padding: 18px 42px;
  display: inline-block;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  margin: 0% 15%;
}

.BTN_E_Assist_Panel:hover {
  cursor: pointer;
}

#quick_apply .modal-header {
  padding: 0;
  border-bottom: none;
}

#quick_apply .modal-content {
  border-radius: 25px;
}

#modal_svg {
  border-radius: 25px;
}

#quick_apply .SFX_modal_title {
  top: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  top: -160px;
}

#quick_apply .modal-body {
  padding: 7% 15%;
}

.form-control {
  border-radius: 30px;
  height: 55px;
  padding: 10px 30px;
  outline: none;
  color: #000000;
  margin-bottom: 40px;
  border-color: #eee;
}

.form-control:focus {
  border: 2px solid #377dff;
  box-shadow: none;
}

#selection_1 {
  border: 0 !important; /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url("GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
  background-position: 96% 20px;
  background-size: 20px; /*Position of the background-image*/
}

#selection:focus {
  border: 2px solid #377dff;
}

.custom-select select:hover {
  cursor: pointer;
}

.BTN_quick_apply {
  background-color: #377dff;
  color: #ffffff;
  padding: 3% 10%;
  border-radius: 30px;
}

.SFX_Quick_Apply_modal_content_title {
  font-size: 20px;
  color: #377dff;
  padding-bottom: 3%;
}

.SFX_Quick_Apply_modal_content {
  text-indent: -2px;
  color: #377dff;
  padding-left: 2.5%;
}

.SFX_Quick_Apply_modal_content > li {
  padding-bottom: 2%;
}

.SFX_Quick_Apply_modal_content > li > span {
  color: #a2a2a2;
  font-size: 15px;
}

.SFX_Quick_Apply_modal_content > li > ol {
  list-style: lower-alpha;
  color: #464646;
  font-weight: 600;
  font-size: 15px;
  padding-left: 2%;
}

.SFX_quick_apply_hr {
  margin: 10% 0%;
}

.SFX_modal_title_description {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  top: -160px;
}

hr {
  border-top: 2px solid #377dff;
}

/* Timeline Style */
.SFX_timeline_date {
  color: #377dff;
  font-size: 15px;
  padding-top: 35%;
  font-weight: 600;
}

.SFX_title_1 {
  font-size: 40px;
  color: #003e7e;
  font-weight: 600;
  margin-bottom: 3%;
}

.SFX_content_1 {
  font-size: 20px;
  color: #636363;
  font-weight: 300;
  margin-top: 1%;
  margin-bottom: 3%;
}

.SFX_Timeline {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

SFX_Timeline tr td:last-child {
  position: relative;
  vertical-align: middle;
}

.SFX_Timeline tr:last-child td {
  padding-left: 30px;
  padding-top: 40px !important;
}

.SFX_timeline_content {
  color: #464646;
  font-weight: 600;
  margin-left: 30px;
}

.BTN_Timeline {
  background-color: #377dff;
  color: white;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  margin-bottom: -12px;
}

.BTN_Timeline:hover {
  text-decoration: none;
  background-color: #044acc !important;
  color: #ffffff !important;
  border-color: #044acc !important;
  border-radius: 20px;
}

.SFX_Timeline_Cirlce {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 3px #377dff;
  background-color: #ffffff;
  color: #377dff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
}

.SFX_Timeline tr:first-child {
  margin-top: -15px;
}

.SFX_Timeline tr:last-child td:last-child {
  top: 6px !important;
}

@media (min-width: 1041px) {
  .SFX_Timeline tr td:last-child {
    margin-left: -20px !important;
  }
}

.SFX_Timeline tr td {
  padding-top: 30px;
}

@media (max-width: 1040px) {
  .SFX_Timeline {
    position: unset;
  }
}

.SFX_admin_control {
  text-align: right;
}

.fa-edit {
  font-size: 24px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.SFX_Search_Pills {
  margin: auto;
  width: fit-content;
}

.SFX_Search_Pills > li > a {
  padding: 25px 100px;
  background: #e5e5e5;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
}

.SFX_Search_Pills > li:first-child > a {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.SFX_Search_Pills > li:last-child > a {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.modal-content {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.08);
}

.modal-backdrop {
  background-color: rgba(243, 243, 243, 0.95);
}

.SFX_timeline_line {
  position: absolute;
  width: 1px;
  display: block;
  background: #e5e5e5;
  top: 0px;
  bottom: 0px;
  margin-left: 30px;
  z-index: -1;
}

.SFX_timeline_line:after {
  bottom: 0px;
}

.SFX_timeline_line::before,
.SFX_timeline_line::after {
  content: "";
  background-image: url("/images/Lonpac/GFX_TimelineDOT.svg");
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  display: block;
}

@media (max-width: 1199px) {
  .SFX_timeline_line {
    margin-left: 30px;
  }
}

@media screen and (max-width: 870px) {
  .formAgent .modal-content {
    max-width: 840px;
    width: 100%;
  }

  .modal-dialog {
    padding: 25px !important;
  }

  .SFX_modal_title {
    font-size: 26px;
    line-height: 38px;
    top: -100px;
  }

  .SFX_modal_title_block {
    height: 110px;
  }

  .formAgent .modal-body {
    padding: 25px 25px 0px 25px;
  }

  .SFX_modal_form label {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .form-control {
    height: 40px;
    width: 100%;
    font-size: 13px;
  }

  .SFX_modal_form .form-group {
    margin-bottom: 30px;
  }

  .SFX_Error li {
    font-size: 12px;
  }

  .SFX_callmeback hr {
    width: 100%;
    margin: 0 0 30px 0;
    border-top: 2px solid #377dff;
  }

  .modal-content {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  }

  .BTN_form_submit {
    height: 40px;
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.form-control,
.form-control:focus {
  border: none;
  width: 100%;
  margin-bottom: 0px;
  height: auto;
}
.success-icon {
  width: 138px;
  height: 138px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10%;
}

.custom-label {
  font-weight: 900 !important;
  font-size: 16pt;
  margin-bottom: 35px;
}

.SFX_Form_Common_Style_modal_title_block {
  background-color: white !important;
  height: auto !important;
  mask-image: none !important;
  -webkit-mask: none;
}

.formAgent .modal-body {
  padding: 0px 50px 0px 50px !important;
}

@media (max-width: 576px) {
  .formAgent .modal-body {
    padding: 0px 0px 0px 0px !important;
  }
}

.formAgentTQ .modal-body {
  padding: 0% 15%;
}

.ra-button {
  font-size: 16pt;
  font-weight: 900;
  border: none;
  padding: 20px 25px;
  border-radius: 50px;
  width: 100%;
  background: #377dff;
  color: #fff;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
  height: 75px;
  margin-bottom: 10%;

  &:hover {
    color: #fff;
    background: #0052ea;
  }

  &:disabled {
    background-color: #d7e5ff;
    cursor: no-drop;
    &:hover {
      background-color: #d7e5ff !important;
      cursor: no-drop;
      border: none;
      outline: none;
    }
  }
}

.ra-error {
  background: #ef0008;
  color: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  margin-top: 15px;
  position: relative;
  font-weight: 500;

  @media (max-width: 991px) and (min-width: 577px) {
    font-size: 16pt;
  }

  @media (max-width: 576px) {
    font-size: 12pt;
    padding: 15px;
    border-radius: 15px;
  }

  &::after {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ef0008;
    position: absolute;
    top: -9px;
    left: calc(50% - 5px);
  }
}

.ra-wrapper {
  margin-bottom: 30px;

  @media (max-width: 992px) {
    margin-bottom: 13px;
  }

  &.error {
    .ra-card {
      input {
        border: 3px solid #ef0008;
      }
    }
  }
}

.ra-card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  font-weight: 900;

  @media (max-width: 576px) {
    padding: 20px 15px;
  }

  h5 {
    font-weight: 900 !important;
    font-size: 16pt;
    margin-bottom: 35px;

    @media (max-width: 991px) and (min-width: 577px) {
      font-size: 16pt;
    }

    @media (max-width: 576px) {
      font-size: 14pt;
      margin-bottom: 13px;
    }

    &.label-white {
      color: #fff;
    }
  }

  input {
    text-align: center;
    border: none;
    box-shadow: 0 30px 40px #00000014;
    font-weight: 900;
    font-size: 16pt;
    padding: 20px 25px !important;
    max-height: 80px;
    color: #000 !important;
    border-radius: 50px;
    box-sizing: border-box;
    height: 75px;
    outline: none;

    @media (max-width: 991px) and (min-width: 577px) {
      font-size: 16pt;
    }

    @media (max-width: 576px) {
      font-size: 14pt;
      max-height: 40px;
    }

    &:focus,
    &:hover {
      box-shadow: 0px 30px 40px #00000033;
      outline: none;
      border: none;
      height: 75px;
    }
    &::placeholder {
      color: #cacaca;
    }

    &:hover::placeholder {
      color: #cacaca;
    }
    &:focus::placeholder {
      opacity: 0;
    }

    &.ng-invalid.ng-touched {
      border: 3px solid #ef0008;
    }
  }

  /* input[type="text"] {
      width: 100%;
      padding: 20px 25px;
      margin: 8px 0;
      box-sizing: border-box;
      font-size: 16pt;
    } */

  textarea {
    text-align: left;
    border: none;
    box-shadow: 0px 30px 40px #00000014;
    font-weight: 900 !important;
    font-size: 16pt !important;
    padding: 20px 25px;
    min-height: 40px;
    max-height: none;
    width: 100%;
    overflow: auto;
    resize: none;

    @media (max-width: 991px) and (min-width: 577px) {
      font-size: 16pt;
    }

    @media (max-width: 576px) {
      font-size: 14pt;
    }

    &:focus,
    &:hover {
      box-shadow: 0px 30px 40px #00000033;
      outline: none;
      border: none;
    }

    &::placeholder {
      color: #cacaca;
    }

    &.ng-invalid.ng-touched {
      border: 3px solid #ef0008;
    }
  }
}
.form-control-wrapper {
  position: relative;
}

.form-control {
  text-align: center;
  border: none;
  box-shadow: 0 30px 40px #00000014;
  font-weight: 900;
  font-size: 16pt;
  padding: 20px 25px;
  max-height: 80px;
  color: #000;
  border-radius: 50px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
}

.default-input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  display: inline-block;
}
