/* line 2, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
#googleLoginModal .modal-bottom {
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }
/* line 10, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
#googleLoginModal .modal-body {
  padding: 15px; }
  /* line 12, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body #closeGoogleLoginModal {
    font-weight: 300;
    font-size: 36px;
    margin-right: 10px; }
  /* line 18, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body h2.branding {
    font-family: "Volkswagen",Arial,sans-serif;
    font-size: 16px;
    color: #777;
    text-align: center;
    background: #e9e9e9;
    border-radius: 4px;
    padding: 10px 0;
    margin: 0; }
  /* line 29, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body h2.primary-header {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    color: #555; }
  /* line 36, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body p.sub-header {
    color: #999; }
  /* line 40, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .google-info {
    font-family: "Volkswagen",Arial,sans-serif;
    letter-spacing: .5px;
    background: white;
    cursor: pointer;
    min-height: 50px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: white;
    color: black;
    display: block;
    height: auto;
    margin: 8px 0;
    width: 100%; }
  /* line 58, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .google-full-name {
    font-size: 14px;
    font-weight: bold; }
  /* line 63, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .google-email {
    font-size: 12px;
    font-weight: normal; }
  /* line 68, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .google-profile-pic {
    width: 35px; }
  /* line 72, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .login-box {
    margin-bottom: 18px; }
  /* line 76, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .login-button {
    font-family: "Volkswagen",Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 4px;
    background: #ccc;
    cursor: pointer;
    min-height: 35px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #428bca;
    color: white;
    border: 1px solid #ccc;
    display: block;
    height: auto;
    margin: 8px 0;
    width: 100%; }
  /* line 98, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .google-container {
    padding: 5px 0 0 0;
    position: relative;
    text-align: center;
    width: 100%; }
  /* line 106, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .modal-actions #continue_btn, #googleLoginModal .modal-body .modal-actions .close-btn {
    border-radius: 0;
    background: transparent;
    border: 2px solid; }
    /* line 110, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
    #googleLoginModal .modal-body .modal-actions #continue_btn:hover, #googleLoginModal .modal-body .modal-actions .close-btn:hover {
      cursor: pointer;
      color: #ffffff; }
  /* line 115, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .modal-actions #continue_btn {
    color: #428bca; }
    /* line 117, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
    #googleLoginModal .modal-body .modal-actions #continue_btn:hover {
      background: #428bca; }
  /* line 121, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
  #googleLoginModal .modal-body .modal-actions .close-btn {
    color: #d9534f; }
    /* line 123, /sites/dev.seizethedeal.com/releases/20250707184131/app/assets/stylesheets/google_login.scss */
    #googleLoginModal .modal-body .modal-actions .close-btn:hover {
      background: #d9534f; }
