.mobile-navbar {
  .signup-container {
    justify-content: flex-end !important;

    .pillow {
      border: none !important;
      border-radius: 4px;
      height: 24px;
      min-width: 60px;
      font-size: .6rem;
      font-weight: 500;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #00F36B !important;
      color: #000000 !important;
      padding: 2px 4px;
      line-height: unset;
      white-space: nowrap;
    }
  }

  .login-container {
    .login-sentence {
      min-width: 60px;
      height: 24px;
      background-color: transparent !important;
      border-radius: 4px;
      white-space: nowrap;
      font-size: .6rem;
      font-weight: 500;
      line-height: unset;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid white;
      padding: 2px 4px;
      color: #fff !important;
      margin: 0 4px;
    }
  }
}

.web-navbar {
  .sign-up-btn {
    background: #00F36B !important;
    color: black !important;
  }
}

.finance-response-info-wrapper{
  background-color:#052f45;
  color:#a8e1ff;
}

/*.finance-response-info-wrapper.collapsed .info-text p {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/

::selection {
  background: var(--x-brand-1000)!important;
  color: #fff!important; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: var(--x-brand-1000)!important;
  color: #fff!important; /* Gecko Browsers */
}
