.ui.red {
  background-color: #d95858 !important; }
  .ui.red.label {
    background-color: #d95858 !important; }
  .ui.red:hover {
    background-color: #d44343 !important;
    transition-duration: 0.4s; }
  .ui.red:active {
    background-color: #d44343 !important;
    transition-duration: 0.4s; }
  .ui.red:focus {
    background-color: #d44343 !important;
    transition-duration: 0.4s; }

.ui.green {
  background-color: #5ba19b !important; }
  .ui.green.label {
    background-color: #5ba19b !important; }
  .ui.green:hover {
    background-color: #52918b !important;
    transition-duration: 0.4s; }
  .ui.green:active {
    background-color: #52918b !important;
    transition-duration: 0.4s; }
  .ui.green:focus {
    background-color: #52918b !important;
    transition-duration: 0.4s; }

.ui.button {
  height: 40px !important;
  margin: 0 !important; }
  .ui.button.disabled {
    opacity: 0.75 !important; }
  .ui.button.positive {
    background-color: #fa6681 !important; }
    .ui.button.positive:hover {
      background-color: #f94d6d !important;
      transition-duration: 0.4s; }
    .ui.button.positive:active {
      background-color: #f94d6d !important;
      transition-duration: 0.4s; }
    .ui.button.positive:focus {
      background-color: #f94d6d !important;
      transition-duration: 0.4s; }
    .ui.button.positive.basic {
      background: transparent !important;
      box-shadow: 0 0 0 1px #fa6681 inset !important;
      color: #fa6681 !important; }
      .ui.button.positive.basic:hover {
        box-shadow: 0 0 0 1px #fa6681 inset !important;
        color: #fff !important;
        transition-duration: 0.4s;
        background-color: #f94d6d !important; }
      .ui.button.positive.basic:active {
        box-shadow: 0 0 0 1px #fa6681 inset !important;
        color: #fff !important;
        transition-duration: 0.4s;
        background-color: #f94d6d !important; }
      .ui.button.positive.basic:focus {
        box-shadow: 0 0 0 1px #fa6681 inset !important;
        color: #fff !important;
        transition-duration: 0.4s;
        background-color: #f94d6d !important; }

.ui.checkbox label {
  color: inherit; }
  .ui.checkbox label:hover {
    color: inherit; }
  .ui.checkbox label:active {
    color: inherit; }
  .ui.checkbox label:focus {
    color: inherit; }

.ui.checkbox input:focus ~ label {
  color: inherit; }
  .ui.checkbox input:focus ~ label:hover {
    color: inherit; }
  .ui.checkbox input:focus ~ label:active {
    color: inherit; }
  .ui.checkbox input:focus ~ label:focus {
    color: inherit; }

.ui.table {
  color: #555; }

.ui[class*="right labeled"].input > input {
  border-radius: 4px !important; }

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.gc__card {
  min-width: 400px;
  padding: 16px 23px 40px;
  border-radius: 4px;
  background-color: #fff; }
  .gc__card.equal {
    padding: 30px; }
  .gc__card.outline {
    box-shadow: 0 0 30px #e9ecef; }

.gc__action-buttons {
  display: flex;
  justify-content: flex-start;
  padding-top: 15px; }
  .gc__action-buttons .submit {
    margin-left: 10px !important; }
  .gc__action-buttons.left {
    justify-content: flex-start; }
  .gc__action-buttons.right {
    justify-content: flex-end; }
  .gc__action-buttons.center {
    justify-content: center; }

.gc__bold {
  font-weight: bold; }

.gc__credit-card img {
  width: 35px; }

.gc__credit-card span {
  position: relative;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px; }
  .gc__credit-card span.number {
    font-style: italic;
    font-weight: 100; }
  .gc__credit-card span.limit {
    bottom: 0;
    color: #8f9aae;
    font-size: 12.8pxpx; }
  .gc__credit-card span.default {
    bottom: 0;
    color: #5ba19b;
    font-size: 12.8pxpx;
    font-weight: bold; }

.gc__hidden {
  display: none !important; }

.gc__visible {
  display: block; }

.gc__disabled {
  opacity: 0.5;
  pointer-events: none; }

@media screen and (max-width: 991px) {
  .gc__hidden_more_lg {
    display: flex !important; } }

@media screen and (min-width: 992px) {
  .gc__hidden_more_lg {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .gc__hidden_more_md {
    display: flex !important; } }

@media screen and (min-width: 768px) {
  .gc__hidden_more_md {
    display: none !important; } }

.gc__form {
  display: flex; }
  .gc__form .gc__form-card {
    min-width: 588px;
    padding: 20px 40px;
    border-radius: 4px;
    box-shadow: 0 0 30px #e9ecef;
    background-color: #fff; }
    .gc__form .gc__form-card.modal {
      min-width: 400px; }
    .gc__form .gc__form-card .gc__form-label {
      font-size: 14px; }

.gc__image {
  background-color: #efefef !important;
  width: 250px;
  height: 354px;
  border-radius: 4px; }
  .gc__image.fluid {
    width: 100%;
    min-width: 250px;
    height: auto;
    min-height: 354px; }

.gc__row {
  display: flex;
  flex-direction: row; }

.gc__center2center {
  display: flex;
  align-items: center;
  justify-content: center; }

.gc__hr {
  display: block;
  margin: 0;
  border-top: 1px solid #efefef;
  border-bottom: 0;
  border-left: 0; }

@media screen and (max-width: 991px) {
  .gc__hidden-md-down {
    display: none; } }

@media screen and (max-width: 767px) {
  .gc__hidden-sm-down {
    display: none; } }
