.wpsc-shortcode-container {
    background-color: #fff !important;
    border: 1px solid #313042 !important;
    color: #2c3e50;
    padding: 10px !important;
   }


   .wpsc-auth-container .auth-inner-container {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    width: 100% !important;
   }


   #wpsc-container input[type=text] {
    border-color: #d2d2d2 !important;
    background-color: #fff !important;
    color: #333333 !important;
    border: 1px solid #d2d2d2 !important;
    font-size: 13px !important;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1) !important;
    padding: 8px 2% !important;
   margin-bottom: 15px !important;
  }

  .auth-inner-container {
    font-size: 20px !important;
    line-height: 29px ! IMPORTANT;
}

.wpsc-widget-header {
    background-color: #000 !important;
    color: #fff !important;
}

.wpsc-widget-header h2 {
    color: #fff !important;
}

.wpsc-ticket-thread-expander {
    margin-bottom: 10px;
    color: #000 !important;
    cursor: pointer;
    text-decoration: underline !important;
  }