<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
}

#AgentCall .modal-header {
  padding: 0;
  border-bottom: none;
}

#AgentCall .modal-content {
  border-radius: 25px;
  min-height: 1600px;
  height: auto;
}

#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: -130px;
}

.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_group:hover {
  cursor: pointer;
}

.formAgentCallBack .modal-body,
.formAgentCallBackPopup .modal-body {
  padding: 0% 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;
}

.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("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_agentcallback_form_submit {
  background-color: #377dff;
  color: #ffffff;
  border-radius: 30px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
}

.BTN_agentcallback_form_submit:hover {
  background-color: #044acc;
  color: #ffffff;
  border-color: #044acc;
  border-radius: 30px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
}
.BTN_agentcallback_form_submit:focus {
  text-decoration: none;
  color: #ffffff;
}
hr {
  border-top: 2px solid #377dff;
}

.SFX_callmeback hr {
  border-top: 2px solid #377dff;
}

.SFX_pdf_requirement {
  font-size: 12px;
  color: #e5e5e5;
}

.SFX_Error li {
  color: #fe5f55;
  position: relative;
  top: -30px;
  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 &gt; textarea {
  height: 200px;
  width: 100%;
  border: solid 1px #ebebeb;
  border-radius: 20px;
  padding: 3% 3%;
}

.SFX_msg &gt; 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;
}

#thankyou .modal-header {
  padding: 0;
  border-bottom: none;
}

#thankyou .modal-content {
  border-radius: 25px;
  height: auto;
  min-height: 800px;
}

.formAgentCallBack .modal-header,
.formAgentCallBackPopup .modal-header {
  padding: 0;
  border-bottom: none;
}

.formAgentCallBackTQ .modal-header,
.formAgentCallBackTQPopup .modal-header {
  padding: 0;
  border-bottom: none;
}

.formAgentCallBackTQ .modal-content,
.formAgentCallBackTQPopup .modal-content {
  border-radius: 25px;
  height: auto;
  min-height: 800px;
}

.formAgentCallBackTQ .modal-body,
.formAgentCallBackTQPopup .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: -160px;
}

/*.col-md-3{
    padding-left:0px;
    padding-right:0px;
}*/

.SFX_modal_subtitle {
  top: 0;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: -160px;
}

.SFX_Call_you_back_description {
  color: #000000;
  font-size: 15px;
  position: relative;
  padding: 4% 0% 0% 0%;
}

.SFX_Call_you_back_description hr {
  border-top: solid 1px #ebebeb;
  margin-top: 5%;
}

.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: transparent;
  font-size: 40px;
  border-radius: 25px;
  line-height: 0;
  padding: 20px 9px;
}

.BTN_modal_close_group:hover {
  cursor: pointer;
}

#thankyou .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;
}

.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("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;
}

hr {
  border-top: 2px solid #377dff;
}

.SFX_ThankYou hr {
  border-top: 1px solid #ebebeb;
  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%;
}

.formAgentCallBackTQ .SFX_ThankYou_content,
.formAgentCallBackTQPopup .SFX_ThankYou_content {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding: 10% 10%;
}

.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;
}

.modal-dialog {
  max-width: 900px;
  width: 100%;
}

#quick_apply .SFX_modal_title {
  top: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  top: -160px;
}

.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_group:hover {
  cursor: pointer;
}

#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;
}

.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("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 &gt; li {
  padding-bottom: 2%;
}

.SFX_Quick_Apply_modal_content &gt; li &gt; span {
  color: #a2a2a2;
  font-size: 15px;
}

.SFX_Quick_Apply_modal_content &gt; li &gt; 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;
}

.SFX_agentcallback_title {
  font-size: 30px;
  font-weight: bold;
  color: #003e73;
}

.SFX_agentcallback_contactperson {
  font-weight: bold;
}

.SFX_agentcallback_addresscontent {
  font-size: 13px;
  padding-bottom: 10px;
  min-height: 150px;
}

.SFX_agentcallback_contactaddress,
.SFX_agentcallback_joineddate {
  padding-top: 10px;
  font-size: 10px;
  color: #c2c2c2;
}

.SFX_agentcallback_modal-header {
  min-height: 125px;
  font-size: 16px;
  padding-left: 20px;
}

.SFX_agentcallback_modal {
  height: 450px;
  box-shadow: none;
  margin-bottom: 50px;
  border-radius: 30px;
  padding: 20px;
  border-color: #e5e5e5;
}

.SFX_agentcallback_modal-content {
  min-height: 350px;
  padding: 5px;
}
.SFX_agentcallback_modal-footer {
  padding-top: 0px;
}

.SFX_agentcallback_popup-modal-agent-info {
  font-weight: bold;
}

.SFX_agentcallback_agent {
  padding: 0px;
  width: 22.5%;
  margin-right: 3%;
  margin-bottom: 40px;
}

.SFX_agentcallback_agent:nth-child(4n) {
  margin-right: 0%;
}

.agentcallback .SFX_Selection_Block,
.state_list .SFX_Selection_Block,
.city_list .SFX_Selection_Block {
  width: 100%;
  height: 62px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
}

/*.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    padding-left: 20px !important;
}*/

.agentcallback .SFX_Selection_Title,
.state_list .SFX_Selection_Title,
.city_list .SFX_Selection_Title {
  font-size: 17px;
  font-weight: 600;
  color: #464646;
  padding: 10px 30px;
  border: 0px;
  background-color: transparent;
  height: 62px;
  outline: none;
  cursor: pointer;
}
.agentcallback .SFX_Selection_Button {
  width: 40px;
  height: 40px;
  background-color: #377dff;
  border-radius: 50%;
  margin-top: 2%;
  margin-left: 30px;
}

.state_list .SFX_Selection_Button,
.city_list .SFX_Selection_Button {
  width: 40px;
  height: 40px;
  background-color: #377dff;
  border-radius: 50%;
  margin-top: 2%;
  margin-left: 30px;
  right: 3px;
}

.agentcallback .SFX_Selection_Button .fa-angle-up {
  display: none;
}

/*.state_list .SFX_Selection_Block:hover &gt; .SFX_Selection_Button,
    .city_list .SFX_Selection_Block:hover &gt; .SFX_Selection_Button {
        background-color: #fe5f55;
        transform: rotate(180deg);
    }*/

.agentcallback .dropdown {
  position: relative;
  display: inline-block;
}

.agentcallback .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 101%;
  margin-top: 24px;
  margin-left: -2px;
  padding-top: 10px;
  z-index: 1;
  border: solid 1px #ebebeb;
  border-top: none;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.agentcallback .dropdown-content a {
  color: #464646;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  padding: 10px 30px;
}

.agentcallback .dropdown-content a:first-child {
  color: transparent;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: transparent !important;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

.agentcallback .dropdown-content a:last-child {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.agentcallback .dropdown-content a:hover {
  background-color: #e5e5e5;
  font-weight: 600;
  font-size: 17px;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
}

.dropdown-block {
  z-index: 1;
  background: white;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px 20px !important;
  min-width: 100.8%;
  margin-left: -1px;
  padding-top: 10px;
}

.dropdown-block a {
  color: #555555;
  background: transparent !important;
}

.dropdown-block a:hover {
  background: transparent !important;
}

.dropdown-block:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.dropdown-block:first-child {
  margin-top: 40px;
  background: transparent;
  border: none;
}

.dropdown-block:hover {
  background: #ebebeb;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-block:first-child:hover {
  background: transparent;
  font-size: 17px;
  font-weight: 500;
}

.dropdown-block:first-child a:hover {
  background: transparent;
}
/*.agentcallback .dropdown-content a:first-child:hover,
        .state_list .dropdown-content a:first-child:hover, 
        .city_list .dropdown-content a:first-child:hover {
            background-color: transparent;
        }

        .agentcallback .dropdown-content a:hover,
        .state_list .dropdown-content a:hover, 
        .city_list .dropdown-content a:hover {
            background-color: #e5e5e5
        }

.state_list .dropdown:hover .dropdown-content, 
.city_list .dropdown:hover .dropdown-content {
    display: block;
    border-top: 0px;
}

.state_list .SFX_Selection_Block:hover, 
.city_list .SFX_Selection_Block:hover {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.agentcallback .dropdown:hover .dropbtn,
.state_list .dropdown:hover .dropbtn, 
.city_list .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

.agentcallback .SFX_Selection_Button .fa,
.fas,
.state_list .SFX_Selection_Button .fa,
.fas,
.city_list .SFX_Selection_Button .fa,
.fas {
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
  position: unset;
}

/*.agentcallback .SFX_Selection_Title,
.state_list .SFX_Selection_Title, 
.city_list .SFX_Selection_Title {
    text-indent: 20%;
}*/

.agentcallback .dropdown-content {
  text-align: left;
}

.state_list .SFX_Selection_Button,
.city_list .SFX_Selection_Button {
  margin-top: 4%;
  margin-left: 0px;
}

.agentcallback .SFX_Selection_Button {
  margin: 0;
  position: absolute;
  top: 8px;
  right: 15px;
}

@media (max-width: 1041px) {
  .SFX_agentcallback_agent {
    width: auto;
  }

  .SFX_agentcallback_modal-content {
    min-height: 250px;
  }

  .state_list .SFX_Selection_Block {
    margin-left: 20px;
  }
  .state_list .SFX_Selection_Button,
  .city_list .SFX_Selection_Button {
    background: #377dff !important;
  }

  .state_list .SFX_Selection_Button .fa,
  .city_list .SFX_Selection_Button .fa {
    color: #ffffff !important;
  }

  .state_list .SFX_Selection_Button,
  .city_list .SFX_Selection_Button {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .state_list .SFX_Selection_Button,
  .city_list .SFX_Selection_Button {
    background: #377dff;
  }

  .state_list .SFX_Selection_Button .fa,
  .city_list .SFX_Selection_Button .fa {
    color: #ffffff !important;
  }
}

@media (max-width: 767px) {
  .state_list .SFX_Selection_Button,
  .city_list .SFX_Selection_Button {
    background: transparent !important;
  }

  .state_list .SFX_Selection_Button .fa,
  .city_list .SFX_Selection_Button .fa {
    color: #377dff !important;
  }
}
.dropdown-item a {
  border: none !important;
}

.dropdown-block {
  background: white;
}

@media (max-width: 530px) {
  .dropdown-block {
    min-width: 100.6%;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .dropdown-block {
    min-width: 100.3%;
  }
}

.SFX_messageus_info_close_btn {
  width: 170px;
  height: 69px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  border: none;
}

.SFX_messageus_info {
  color: white;
  background-color: #00b88a;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5%;
  font-size: 16pt;
  font-weight: 900;
  @media (max-width: 991px) and (min-width: 577px) {
    font-size: 16pt;
  }

  @media (max-width: 576px) {
    font-size: 14pt;
    max-height: 40px;
  }
}
.SFX_XS_padding_messageinfo {
  padding: 60px 50px 0px 50px !important;
}
.dropdown-agentCallBack {
  width: 100%;
}

.dropdown-toggle-agentCallBack {
  width: 100%;
  margin: 8px;
  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;
  height: 75px;
  box-shadow: 0 30px 40px #00000014;

  &amp;:hover,
  &amp;:active {
    box-shadow: 0 30px 40px #00000033;
  }
  &amp;:focus {
    border: none;
  }

  @media (max-width: 576px) {
    padding: 5px;
  }
}
.dropdown-toggle-agentCallBack:hover i {
  color: #377dff;
}

.dropdown-menu-agentCallBack {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #000000e6 !important;
  z-index: 100;
  height: 200%;
  padding-right: 16px;
  clip-path: inset(0 round 15px);
}

.dropdown-menu-agentCallBack .dropdown-item:first-child {
  display: none;
}

.dropdown-toggle-agentCallBack .button-container {
  @media (max-width: 576px) {
    font-size: 14pt;
  }
}

.dropdown-toggle-agentCallBack {
  @media (max-width: 576px) {
    height: auto;
  }
}

.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;
}
.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;
}
.success-icon {
  width: 79px;
  height: 79px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.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;
  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;
  }

  &amp;::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;
  }

  &amp;.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;
    }

    &amp;.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;
}

.SFX_agentcallback_popup-modal .modal-header {
  margin-top: 10%;
  border-bottom: none !important;
}
.SFX_agentcallback_popup-modal .modal-body {
  padding: 60px 50px 0px 50px !important;
}

@media (max-width: 576px) {
  .SFX_agentcallback_popup-modal .modal-body {
    padding: 60px 0px 0px 0px !important;
  }
}

.agentCallBackTQModal .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;
  }

  &amp;.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;
    }

    &amp;.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;
    }

    &amp;:focus,
    &amp;:hover {
      box-shadow: 0px 30px 40px #00000033;
      outline: none;
      height: 75px;
    }
    &amp;::placeholder {
      color: #cacaca;
    }

    &amp;:hover::placeholder {
      color: #cacaca;
    }
    &amp;: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;
    }

    &amp;:focus,
    &amp;:hover {
      box-shadow: 0px 30px 40px #00000033;
      outline: none;
      border: none;
    }

    &amp;::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;
}

.dropdown-icon {
  padding: 0;
}

.SFX_Form_Common_Style_form_control_dropdown &gt; a {
  border: 0px !important;
}
.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%;

  &amp;:hover {
    color: #fff;
    background: #0052ea;
  }

  &amp;:disabled {
    background-color: #d7e5ff;
    cursor: no-drop;
    &amp;:hover {
      background-color: #d7e5ff !important;
      cursor: no-drop;
      border: none;
      outline: none;
    }
  }
}
</pre></body></html>