/*Module 1*/
.SFX_no_padding {
  padding: 0px;
}

.CallMeBackForm {
  padding-top: 70px;
}

.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;
}

.callmebackModal .modal-header {
  padding: 0;
  border-bottom: none;
}

.callmebackModal .modal-content {
  border-radius: 25px;
  display: grid;
  height: auto;
  /*margin-top: 10%;*/
  /*margin-bottom: 10%;*/
}

.callmebackModal .modal-body {
  padding: 7% 15%;
}

.callmebackpopupModal .modal-header {
  padding: 0;
  border-bottom: none;
}

.callmebackpopupModal .modal-body {
  padding: 60px 135px;
}

.callmebackpopupModal .modal-content {
  border-radius: 25px;
  min-height: 800px;
  height: auto;
  overflow: auto !important;
}

#modal_svg {
  border-radius: 25px;
}

.modal-dialog {
  max-width: 900px;
  width: 100%;
}

.SFX_modal_title {
  /*top: 0;*/
  color: #ffffff;
  /*font-size: 40px;
    font-weight: 600;*/
  position: relative;
  top: -120px;
}

.SFX_modal_title_block {
  height: 250px;
}

.BTN_modal_close_group {
  position: absolute;
  right: 50px;
  top: 20px;
}

.BTN_modal_close_group td:first-child {
  color: rgba(0, 0, 0, 0.3);
  padding: 0px 10px;
  font-weight: 600;
}

.BTN_modal_close_button {
  color: #ffffff;
  background-color: #fe5f55;
  font-size: 35px;
  padding: 15px 5px;
  border-radius: 25px;
  line-height: 0;
}

.BTN_modal_close_group:hover {
  cursor: pointer;
}

.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;
}

.SFX_modal_form label {
  color: #959595;
  font-weight: 100;
  font-size: 17px;
  margin-bottom: 15px;
}

#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("/images/Lonpac/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 {
    background-color: #377dff;
    color: #ffffff;
    border-radius: 30px;
    font-weight:500;
    height: 55px;
}

    .BTN_form_submit:hover {
        text-decoration:none;
        background-color: #044acc !important;
        color: #ffffff !important;
    }*/

hr {
  border-top: 2px solid #377dff;
}

.SFX_callmeback hr {
  border-top: 2px solid #377dff;
}

.SFX_Error li {
  color: #fe5f55;
  position: relative;
  top: -30px;
  display: none;
}

.g-recaptcha {
  display: inline-block;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.SFX_Recaptcha {
  text-align: center;
}

.SFX_Recaptcha_Container {
  display: inline-block;
}

.SFX_selection-option {
  font-size: 60px;
}

/*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;
}

.callmebackTQModal .modal-header {
  padding: 0;
  border-bottom: none;
}

.callmebackTQModal .modal-content {
  border-radius: 25px;
  height: auto;
  min-height: 800px;
  margin-top: 25%;
  margin-bottom: 25%;
}

.callmebackTQModal .modal-body {
  padding: 7% 15%;
}

#modal_svg {
  border-radius: 25px;
}

.modal-dialog {
  max-width: 900px;
  width: 100%;
}

.SFX_modal_title {
  top: 0;
  /*color: #ffffff;
    font-size: 40px;
    font-weight: 600;*/
  position: relative;
  top: -145px;
}

.SFX_modal_title_block {
  height: 250px;
}

.BTN_modal_close_group {
  position: absolute;
  right: 50px;
  top: 20px;
}

.BTN_modal_close_group td:first-child {
  color: rgba(0, 0, 0, 0.3);
  padding: 0px 10px;
  font-weight: 600;
}

.BTN_modal_close_button {
  color: #ffffff;
  background-color: #fe5f55;
  font-size: 35px;
  padding: 15px 5px;
  border-radius: 25px;
  line-height: 0;
}

.BTN_modal_close_group:hover {
  cursor: pointer;
}

.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;
}

.SFX_modal_form label {
  color: #959595;
  font-weight: 100;
  font-size: 17px;
  margin-bottom: 15px;
}

#selection_1 {
  /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url("/images/Lonpac/GFX_cheviron_down.png") no-repeat; /*Adds background-image*/
  background-position: 96% 20px;
  background-size: 20px; /*Position of the background-image*/
  border-color: #ebebeb;
}

#selection:focus {
  border: 2px solid #377dff;
}

.custom-select select:hover {
  cursor: pointer;
}

.BTN_form_submit {
  background-color: #377dff;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 500;
  height: 55px;
  margin-bottom: 100px;
}

.BTN_form_submit:hover {
  text-decoration: none;
  background-color: #044acc !important;
  color: #ffffff !important;
}

hr {
  border-top: 2px solid #377dff;
}

.SFX_ThankYou hr {
  border-top: 1px solid #ebebeb;
  margin-top: 8%;
}

.BTN_ThankYou_close {
  background-color: #fe5f55;
  color: #ffffff;
  border-radius: 30px;
  height: 55px;
  padding-top: 2.5%;
}

.BTN_ThankYou_close:hover {
  background-color: #ffffff;
  color: #f35f55;
  border-color: #fe5f55;
  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% 10% 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%;
}

.CallMeBackForm .SFX_Selection_Block {
  width: 100%;
  height: 62px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
}

.CallMeBackForm .SFX_Selection_Title {
  font-size: 16px;
  font-weight: 400;
  color: #464646;
  padding: 18px 30px;
  border: 0px;
  text-align: left;
  background-color: transparent;
  height: 62px;
  outline: none;
  cursor: pointer;
}

.CallMeBackForm .SFX_Selection_Button {
  width: 40px;
  height: 40px;
  background-color: #377dff;
  border-radius: 50%;
  float: right;
  margin-top: 9px;
  margin-right: 8px;
  /*transition: 0.8s;*/
}

.CallMeBackForm .SFX_Selection_Button .fa-angle-down {
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
  position: unset;
}

.CallMeBackForm .SFX_Selection_Button .fa-angle-up {
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
  position: unset;
  display: none;
}

/*.callmeback .SFX_Selection_Block:hover > .SFX_Selection_Button {
    background-color: #fe5f55;
    transform: rotate(180deg);
    transition: 0.8s;
}*/

.CallMeBackForm .dropdown {
  position: relative;
  display: inline-block;
}

.CallMeBackForm .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 100.6%;
  margin-top: 26px;
  margin-left: -3px;
  padding-top: 10px;
  z-index: 1;
  border: solid 1px #ebebeb;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: left;
  border-top: none !important;
}

.CallMeBackForm .dropdown-content a {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  border-top: solid 1px #ebebeb;
  padding: 10px 30px;
}

.callmeback .dropdown-content a:first-child {
  color: transparent;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border-top: none;
}

.callmeback .dropdown-content a:last-child {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top: solid 1px #ebebeb;
}

.callmeback .dropdown-content a:first-child:hover {
  background-color: transparent;
}

.callmeback .dropdown-content a:hover {
  background-color: #e5e5e5;
}

/*.callmeback .dropdown:hover .dropdown-content {
    display: block;
    border-top: 0px;
}*/

/*.callmeback .SFX_Selection_Block:hover {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}*/

.callmeback .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.callmeback .SFX_Selection_Button .fa,
.fas {
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  position: unset;
}

@media (max-width: 1040px) {
  .g-recaptcha {
    display: inline-block;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .custom-select > .fa-angle-down {
    position: absolute;
    left: 90%;
    top: 60%;
    font-size: 20px;
    color: #377dff;
  }
}

@media (max-width: 699px) {
  .SFX_modal_title_block {
    height: 210px;
  }
}

@media (max-width: 599px) {
  .SFX_modal_title_block {
    height: 180px;
  }
}

@media (max-width: 499px) {
  .SFX_modal_title {
    /*top: 0;*/
    color: #ffffff;
    /*font-size: 5vw;
        font-weight: 600;*/
    position: relative;
    top: -60px;
  }

  .SFX_modal_title_block {
    height: 140px;
  }
  .callmeback_description {
    line-height: 1.3;
    padding-top: 20px;
  }
  .callmebackContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 399px) {
  .SFX_modal_title {
    top: 0;
    color: #ffffff;
    font-size: 5vw;
    font-weight: 600;
    position: relative;
    top: -40px;
  }

  .SFX_modal_title_block {
    height: 110px;
  }
  .callmeback_description {
    line-height: 1.3;
    padding-top: 20px;
  }
  .callmebackContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .SFX_Selection_Button {
    /*background: white !important;*/
  }

  .callmeback .SFX_Selection_Button .fa,
  .fas {
    color: #377dff !important;
  }
}

@media (max-width: 870px) {
  .callmebackpopupModal .modal-body {
    padding: 20px 25px;
  }

  .BTN_form_submit {
    margin-bottom: 25px;
  }
}

/* #region Custom Stylings */

/* #region Dropdown */
.dropdown-callMeBack {
  width: 100%;
}

.dropdown-toggle-callMeBack {
  width: 100%;
  margin: unset;
  padding: 20px 25px;
  font-weight: 900;
  font-size: 16pt;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 30px 40px #00000014;
  height: 75px;

  &:hover,
  &:active {
    box-shadow: 0 30px 40px #00000033;
  }

  @media (max-width: 576px) {
    padding: 5px;
  }
}
.dropdown-toggle-callMeBack :hover i {
  color: #377dff;
}

.dropdown-menu-callMeBack {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #000000e6 !important;
  z-index: 100;
  height: 200%;
  clip-path: inset(0 round 15px);
}

.dropdown-menu-callMeBack .dropdown-item:first-child {
  display: none;
}

.dropdown-icon {
  padding: 0;
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;

  @media (max-width: 576px) {
    font-size: 14pt;
  }
}

.dropdown-item:hover {
  color: #377dff;
  cursor: pointer;
}

.dropdown-item.selected {
  color: #aaaaaa;
}

.SFX_Form_Common_Style_form_control_dropdown > a {
  border: 0px !important;
}

.dropdown-toggle-callMeBack .button-container {
  @media (max-width: 576px) {
    font-size: 14pt;
  }
}

.dropdown-toggle-callMeBack {
  @media (max-width: 576px) {
    height: auto;
  }
}

/* #endregion */

.custom-scroll {
  transition: all 0.3s ease;
  border: 5px solid #000000e6 !important;
  border-right: 10px solid #000000e6 !important;
  scroll-behavior: smooth;
}

.custom-scroll::-webkit-scrollbar {
  background-color: #000000e6;
  width: 8px;
  height: 90%;
}

.custom-scroll::-webkit-scrollbar-track {
  width: 0;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.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: #ffffff !important;
}

.ra-error {
  background: #ef0008;
  color: #fff;
  border-radius: 20px; /*TLD-138*/
  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;
    }
  }

  .form-control:disabled,
  .form-control[readonly] {
    background-color: #9f9f9f;
    opacity: 1;
    color: #fff !important;
  }
}

.form-control {
  width: 100%;
  margin-bottom: 0px;
  height: auto;
}

.SFX_pdf_requirement {
  color: #7f7f7f;
}
.form-control {
  width: 100%;
  margin-bottom: 0px;
  height: auto;
}

.SFX_Form_Common_Style_form_control {
  width: 100% !important;
}
.SFX_Form_Common_Style_modal_body {
  padding: 10px 135px 0px 135px !important;
}

.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: #ffffff !important;
  height: 100% !important;
}

.formOnlineFeedback .modal-header {
  margin-top: 10%;
}
.formOnlineFeedback .modal-body {
  padding: 60px 30px 0px 30px !important;
}
.onlineFeedbackTQModal .modal-body {
  padding: 0% 15%;
}

.button-container span {
  text-align: center;
  flex-grow: 1;
}

.button-container i {
  position: absolute;
  right: 10px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Center content */
  position: relative;
  width: 100%;
}

.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 20px;
  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;
    height: 75px;
    color: #000 !important;
    border-radius: 50px;
    box-sizing: border-box;
    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;
      height: 75px;
    }
    &::placeholder {
      color: #cacaca;
    }

    &:hover::placeholder {
      color: #cacaca;
    }
    &:focus::placeholder {
      opacity: 0;
    }
  }

  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;
    }
  }
}
.BTN_file_upload {
  display: flex;
  align-items: center;
  background-color: #377dff;
  color: #fff;
  border: none;
  position: unset;
  cursor: pointer;
  padding: 3%;
  width: 30%;
  height: 100%;
  justify-content: center;
}
.BTN_file_upload i {
  margin-left: 5px;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 0%;
}

.BTN_file_upload_complete {
  align-items: center;
  position: unset;
  padding: 3%;
  height: 100%;
}

.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;
}

.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: 5%;

  &:hover {
    color: #fff;
    background: #0052ea;
  }

  &:disabled {
    background-color: #d7e5ff;
    cursor: no-drop;
    &:hover {
      background-color: #d7e5ff !important;
      cursor: no-drop;
      border: none;
      outline: none;
    }
  }
}

/* #endregion */

.call-me-back-icon {
  width: 127px;
  height: 100px;

  @media (min-width: 768px) {
    width: 157px;
    height: 123px;
  }
}
