
.is-invalid {
	color: red !important;
}

select {

  /* styling */
  background-color: white;
  border: thin solid #48d5cd;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100% !important;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #48d5cd;
  outline: 0;
}


#signup-bg {
  background-color: white !important;
  margin-top: 150px;
  margin-bottom: 150px;
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px; 
  border-radius: 12px; 
  padding: 20px;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid #182964;
  padding: 10px;
}

.large-white-bg {
  background-color: white !important;
  -webkit-border-radius: 12px; 
  -moz-border-radius: 12px; 
  border-radius: 12px; 
  padding: 20px;
}

.center-lg {
  margin: 150px auto;
  width: 75%;
  border: 2px solid #182964;
}

.signup-form {
  width: 80%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}

.form-title {
  margin: 0 auto !important;
  color: #0f1b46;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#signup-form-submit-btn {
  margin-top: 30px;
}

#signup-form-plan-select {
  margin-top: 10px;
  margin-bottom: 10px;
}

#payment-element {
  margin-top: 20px;
}

.social-button {
  margin-top:5px;
  color:white;
  cursor:pointer;
  padding:5px;
  width: 185px;
  max-width: 185px;
  text-align:left;
  font-size: 12px;
}

.social-button img {
  width:14px;
  height:14px;
  margin-right:10px;
  margin-bottom:-4px;
}



#invalid-credentials-warning {
  display: none;
  margin-top: 15px;
}

#invalid-credentials-warning p {
  text-align: center;
  color: red;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

#forgot-password-message {
  display: none;
  color: #030c2c;;
  margin-top: 15px;
}

.blinking_text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#subscribe-form-submit-btn {
  display: none;
  margin-top: 15px;
}

.result-message {
  color: #030c2c;;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}

#subscribe-result-message-info {
  display: none;
}

#subscribe-result-message-placeholder {
  color: #030c2c;;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-item-detail {
  font-weight: 300;
  margin-left: 5px;
}

#update-password-message {
  display: none;
  color: #030c2c;;
  text-align:center;
}

#transaction-table th,td {
  color: #777777;
  text-align: center;
}


#update-payment-method-form-submit-btn {
  display: none;
  margin-top: 15px;
}

#update-payment-method-success {
  display: none;
}

#update-payment-method-error {
  display: none;
}

#cancel-plan-error-message {
  display: none;
  text-align:center;
  color:red;
  font-size:18px;
  font-weight:500;
  margin-top:50px;
}

#payment-error-msg {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: red;
  margin-top: 5px;
  margin-bottom: 15px;
}

#update-payment-method-placeholder {
  color: #030c2c;;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.swiper-slide {
  overflow: auto !important;
}

.styled-example-json {
  font-size: 12px !important;
  padding-left: 15px !important;
}

.styled-example-json span {
  color: #33cff0;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.display-inline {
  display: inline-block;
}

.dashboard-text {
  width:100%;
  font-size:18px;
  font-weight:500;
  color:#030c2c;;
  letter-spacing:1px;
}

#cancel-plan-modal-text {
  text-align:center;
  color:#030c2c;
  font-size:18px;
  font-weight:500;
  margin:50px;
}


/* Small Screens */

@media screen and (max-width: 800px) {
  .intro__buttons a {
    font-size:10px;
  }
  #login-form-submit-btn {
    margin-top: 20px;
    font-size: 12px;
  }
  #signup-form-submit-btn {
    margin-top: 20px;
    font-size: 12px;
  }
  .pricing {
    width: 100%;
  }
  .pricing__title {
    font-size: 18px !important;
  }
  .pricing__value {
    font-size: 18px !important;
  }
  .pricing__badge-bg {
    border-width: 50px 50px 0 0;
  }
  .pricing__badge-text {
    top: 12px;
    left: -2px;
    font-size: 10px;
  }
  .pricing__list li {
    font-size: 11px;
    background: none;
  }
  .pricing__plan--popular .pricing__list li {
    background: none;
  }
  .pricing__signup {
    padding: 10px 20px;
    font-size: 11px;
  }
  #cta-grid-btn {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 10px 30px;
  }
  .dashboard-text {
    font-size:14px;
    font-weight:500;
    letter-spacing:0.3px;
  }
  .center {
    width: 75%;
  }
  .dashboard-btn {
    font-size: 12px;
  }
  #cancel-plan-modal-text {
    font-size:16px;
    font-weight:500;
    margin:20px;
  }
  #coupon-form-submit-btn {
    padding:5px 10px;
    font-size:10px;
  }
  #coupon-form-code-input {
    font-size: 12px;
  }
  .intro__description {
    padding: 20px 0 20px 0;
  }
  
}

@media screen and (min-width: 801px) {
  #coupon-form-code-input {
    font-size: 14px;
  }

  #coupon-form-submit-btn {
    margin-left:15px;
    padding:10px 20px;
    font-size:12px;
  }
  .intro__description {
    padding: 0 0 40px 0;
  }
}

#privacy-policy-content {
  text-align: left;
  padding:15px;
  color: #030c2c;
}

#privacy-policy-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

#tos-content {
  text-align: left;
  padding:15px;
  color: #030c2c;
}

#tos-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}


.browse-api-wrap {
  width: 90%;
  margin: 0 auto;
}

.browse-api-slide {
  height: 700px;
}


.blog-list-wrap {
  display:flex;
  flex-direction:column;
}


/* Blog List */

.blog-list-item {
  display:flex;
  justify-content:flex-start;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 15px;
}

.blog-list-item-image img {
  height: 80px;
  width: 100px;
}

.blog-list-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-list-item-title {
  color: #030c2c;
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  padding-bottom: 5px;
}

.blog-list-item-desc {
  color: #030c2c;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
}

.blog-list-item-link {
  text-decoration: none;
}

.blog-list-item-published-date {
  color: grey;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0px 5px 15px;
}



/* Blog Post */

.blog-post-outer-wrap {
  display: flex;
  justify-content: center;
}

.blog-post-wrap {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.blog-post-image {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
}

.blog-post-header {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
}

.blog-post-header h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blog-post-header-details {
  display: flex;
  justify-content: flex-start;
  color: #030c2c;
  font-weight: 500;
  padding: 15px;
  margin-top: 0px  !important;
}

.blog-post-projected-lineups {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.blog-post-projected-lineups-column {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 30px;
}

.blog-post-projected-lineups-column p {
  color: #030c2c;
  font-weight: 400;
}

.blog-post-content-text {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.blog-post-content-text p {
  color: #030c2c;
  font-weight: 400;
  text-align: center;
}

.blog-post-content-header {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.blog-post-content-header h5 {
  color: #030c2c;
  text-align: center;
  padding: 40px 0 10px 0;
}

.blog-post-prediction {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.blog-post-prediction h5 {
  color: #030c2c;
  text-align: center;
}

.blog-post-prediction p {
  color: #030c2c;
  font-weight: 400;
  text-align: center;
}

.blog-post-other-previews {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.blog-post-other-previews p {
  color: #030c2c;
  font-weight: 500;
  text-align: center;
}