<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Below css has define for media query breakpoints where we use only veriable name instead of number. 
     like:@include mq('tablet','max') for max width &amp;  @include mq('tablet') for min width
 */
@media screen and (min-width: 932px) {
  .modal-dialog {
    width: 1170px; } }

::placeholder {
  font-size: 16px; }

.popup_bg {
  background: url(../images/popup_background1.jpg) no-repeat right 0;
  background-size: cover;
  height: 600px;
  padding-top: 115px; }
  @media screen and (max-width: 1023px) {
    .popup_bg {
      margin-top: 40px;
      margin-bottom: 15px; } }
  .popup_bg .popup_logo {
    background: url(../images/popup_whitePacificlogo.png) no-repeat 0 0;
    display: block;
    width: 195px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 100px; }
  .popup_bg .regular_btn2 {
    background: #128ec5;
    color: #ffffff;
    font-family: Gotham-Bold;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    width: 230px;
    height: 50px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase; }
  .popup_bg .content_heading3 {
    font-family: Gotham-Book;
    font-size: 24px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .popup_bg .close {
    background: url(../images/img_close.png) no-repeat 0 0;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 20px;
    top: 20px; }
  .popup_bg.signup_bg {
    background: url(../images/popup_background_registration.jpg) no-repeat right 0; }

.field-validation-error {
  color: red;
  padding-top: 3px; }

.registration_popup {
  background: #ffffff; }
  .registration_popup .mandatorymsg {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px; }
  .registration_popup .registration_form {
    padding: 0 0; }
    @media screen and (min-width: 1024px) {
      .registration_popup .registration_form {
        min-height: 600px; } }
    .registration_popup .registration_form .registration {
      margin: 0 auto;
      width: 70%; }
      @media screen and (max-width: 1023px) {
        .registration_popup .registration_form .registration {
          width: 85%; } }
      .registration_popup .registration_form .registration .form-group .requiredfields {
        position: absolute;
        color: red;
        left: 5px;
        top: 50%;
        margin-top: -8px; }
      .registration_popup .registration_form .registration .input_group {
        position: relative; }
        .registration_popup .registration_form .registration .input_group input {
          width: 100%;
          height: 50px;
          padding-left: 20px;
          border: 1px solid #cccccc;
          background: #ffffff;
          border-radius: 0; }
      .registration_popup .registration_form .registration .regular_btn1 {
        background: #19144e;
        text-transform: uppercase;
        color: #ffffff;
        font-family: Gotham-Bold;
        text-align: center;
        line-height: 50px;
        font-size: 17px;
        min-width: 230px;
        height: 50px;
        margin: 0 auto;
        display: inline-block;
        padding: 0 30px; }
      .registration_popup .registration_form .registration .checkbox {
        font-size: 12px;
        font-family: Gotham-Book;
        color: #666666; }
        .registration_popup .registration_form .registration .checkbox input {
          border: 1px solid #cccccc;
          width: 16px;
          height: 16px;
          background: #fff;
          border-radius: 0px;
          margin-top: 0px;
          top: -7px; }
        .registration_popup .registration_form .registration .checkbox a {
          color: #19144e;
          font-family: Gotham-Bold; }
      .registration_popup .registration_form .registration .password_info {
        font-size: 12px; }
        .registration_popup .registration_form .registration .password_info ul li {
          list-style: disc;
          margin-left: 18px;
          margin-bottom: 30px;
          padding-right: 10%; }
      .registration_popup .registration_form .registration .registration_successmsg .paragraph1 {
        font-size: 16px;
        text-align: center;
        line-height: 24px; }
      .registration_popup .registration_form .registration .registration_successmsg .share_with_facebook {
        background: url(../images/facebook_img1.jpg) no-repeat 0 0;
        display: block;
        width: 224px;
        height: 50px;
        margin: 10px auto; }
      .registration_popup .registration_form .registration .registration_successmsg .share_with_google {
        background: url(../images/google_img.jpg) no-repeat 0 0;
        display: block;
        width: 224px;
        height: 50px;
        margin: 10px auto; }
      .registration_popup .registration_form .registration .strength_message {
        font-size: 12px; }
    .registration_popup .registration_form .back_arrow {
      margin-bottom: 30px; }
      .registration_popup .registration_form .back_arrow a {
        background: url(../images/img_return.png) no-repeat 0 0;
        position: absolute;
        left: 20px;
        top: 20px;
        width: 23px;
        height: 17px; }
    .registration_popup .registration_form.existing_registration html input[disabled] {
      background: #dddddd; }
  @media screen and (min-width: 1024px) {
    .registration_popup .pl-0 {
      padding-left: 0; }
    .registration_popup .pr-0 {
      padding-right: 0; } }
  .registration_popup .forgotpassword_link {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666; }
    .registration_popup .forgotpassword_link a {
      color: #666666; }
  .registration_popup .login_option {
    display: block;
    position: relative;
    font-size: 20px;
    font-family: Gotham-Medium;
    text-align: center;
    margin-top: 50px;
    height: 20px;
    margin-bottom: 40px; }
    .registration_popup .login_option:before {
      position: absolute;
      content: '';
      width: 42%;
      height: 1px;
      background: #19144e;
      right: 0;
      display: block;
      top: 9px; }
    .registration_popup .login_option:after {
      position: absolute;
      content: '';
      width: 42%;
      height: 1px;
      background: #19144e;
      left: 0;
      display: block;
      top: 9px; }
  .registration_popup .sociallink {
    text-align: center; }
    .registration_popup .sociallink button {
      border: none;
      cursor: pointer;
      width: 164px;
      height: 50px;
      display: inline-block;
      text-indent: -99999px;
      overflow: hidden;
      margin-top: 20px; }
      .registration_popup .sociallink button.facebook {
        background: url(../images/login-facebook.jpg) no-repeat 0 0; }
      .registration_popup .sociallink button.google {
        background: url(../images/login-google.jpg) no-repeat 0 0; }
  .registration_popup .forgot_password {
    margin-top: 40px; }
    @media screen and (max-width: 1023px) {
      .registration_popup .forgot_password {
        margin-top: 0px;
        padding-top: 20px; } }
    .registration_popup .forgot_password .forgotpass {
      margin: 0 auto;
      width: 70%; }
      @media screen and (max-width: 1023px) {
        .registration_popup .forgot_password .forgotpass {
          width: 90%; } }
      .registration_popup .forgot_password .forgotpass .form-group .requiredfields {
        position: absolute;
        color: red;
        left: 5px;
        top: 50%;
        margin-top: -8px; }
      .registration_popup .forgot_password .forgotpass .input_group {
        position: relative; }
        .registration_popup .forgot_password .forgotpass .input_group input {
          width: 100%;
          height: 50px;
          padding-left: 20px;
          border: 1px solid #cccccc;
          background: #ffffff;
          border-radius: 0; }
      .registration_popup .forgot_password .forgotpass .checkbox {
        font-size: 12px;
        font-family: Gotham-Book;
        color: #666666; }
        .registration_popup .forgot_password .forgotpass .checkbox input {
          border: 1px solid #cccccc;
          width: 16px;
          height: 16px;
          background: #fff;
          border-radius: 0px;
          margin-top: 0px;
          top: -7px; }
      .registration_popup .forgot_password .forgotpass .paragraph1 {
        line-height: 24px; }
  .registration_popup .regular_btn1 {
    text-transform: uppercase;
    background: #19144e;
    color: #ffffff;
    font-family: Gotham-Bold;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    min-width: 230px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 30px; }
  .registration_popup .resend_btn {
    font-family: Gotham-Bold;
    font-size: 11px;
    text-align: center;
    min-width: 110px;
    height: 32px;
    line-height: 32px; }
  .registration_popup .disable_btn {
    font-family: Gotham-Bold;
    font-size: 11px;
    text-align: center;
    min-width: 110px;
    height: 32px;
    line-height: 32px;
    background: #cccccc;
    cursor: default; }

div#forgotpasswordcontainer {
  position: absolute !important;
  display: none;
  width: 88%;
  top: 60px !important;
  max-width: 100%;
  z-index: 14;
  left: 6% !important; }
  div#forgotpasswordcontainer .registration_popup .container {
    width: 100% !important; }
  @media screen and (min-width: 1440px) {
    div#forgotpasswordcontainer {
      max-width: 1200px;
      left: 50% !important;
      margin-left: -600px; } }

#registrationconfirmationpopup {
  display: none;
  position: fixed;
  top: 60px;
  background: #fff;
  width: 60%;
  max-width: 100%;
  z-index: 14;
  padding: 30px 40px;
  box-shadow: 0 0 5px #ccc;
  left: 20% !important; }

.registration_confirmationpopup .content_heading1 {
  text-align: left; }

.registration_confirmationpopup .confirm_information .information_content {
  position: relative;
  padding: 30px 0px;
  border-top: 1px solid #cccccc; }
  .registration_confirmationpopup .confirm_information .information_content .content_subheading1 {
    margin-bottom: 10px;
    text-align: left; }
  .registration_confirmationpopup .confirm_information .information_content .profile_edit_btn {
    background: url(../images/img_edit.png) no-repeat 0 0;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px; }

.registration_confirmationpopup .regular_btn1 {
  background: #128ec5;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Gotham-Bold;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 180px;
  height: 40px;
  display: inline-block; }

.registration_confirmationpopup .regular_btn2 {
  background: #19144e;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Gotham-Bold;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 180px;
  height: 40px;
  display: inline-block; }

.registration_confirmationpopup .close {
  background: url(../images/img_close.png) no-repeat 0 0;
  position: absolute;
  width: 13px;
  height: 13px;
  right: 20px;
  top: 20px; }

.password_strength {
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-top: 8px; }
  .password_strength:before {
    position: absolute;
    height: 4px;
    content: '';
    display: block;
    left: 0;
    top: 3px; }
  .password_strength.Short {
    color: #aa0033; }
    .password_strength.Short:before {
      background: #aa0033;
      width: 25%; }
  .password_strength.Weak {
    color: #ffc107; }
    .password_strength.Weak:before {
      background: #ffc107;
      width: 50%; }
  .password_strength.Good {
    color: #76c261; }
    .password_strength.Good:before {
      background: #76c261;
      width: 75%; }
  .password_strength.Strong {
    color: #01821e; }
    .password_strength.Strong:before {
      background: #01821e;
      width: 100%; }

.popup-content {
  background: #ffffff;
  padding: 40px 100px; }
  .popup-content .content_heading1 {
    text-align: center; }
  .popup-content .regular_btn1 {
    background: #19144e;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Gotham-Bold;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    min-width: 230px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 30px; }
  .popup-content .close {
    background: url(../images/img_close1.png) no-repeat 0 0;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 20px;
    top: 20px; }
  @media screen and (max-width: 931px) {
    .popup-content {
      padding: 30px 50px; } }

#termsandconditions .popup-content {
  padding: 30px 10px; }
  #termsandconditions .popup-content .close {
    background: url(../images/img_x.svg) no-repeat 0 0;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px; }
  #termsandconditions .popup-content .content_heading1 {
    margin-top: 20px; }
  #termsandconditions .popup-content .content_subheading1 {
    text-align: left; }
  #termsandconditions .popup-content .paragraph1 {
    line-height: 24px; }
    #termsandconditions .popup-content .paragraph1 li {
      list-style: disc;
      margin-left: 18px;
      margin-bottom: 20px; }
  #termsandconditions .popup-content .tc-content {
    max-height: 400px;
    overflow: scroll;
    padding: 0px 40px; }
</pre></body></html>