  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:wght@400;700&display=swap');

.waiting {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9999;
}
.waiting-img {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background-color: #f2f3f8;
  color: #373839;
  min-width: 320px;
}
.t-red {
  color: #fe4851;
}
.t-green {
  color: #00a000;
}
.t-blue {
  color: #C514E0;
}
.mt-0 { margin-top: 0; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mb-0 { margin-bottom: 0; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.divider {
  border-top: 1px dashed #dddddd;
  margin-left: 20px;
  margin-right: 20px;
}
header {
  background-color: #ffffff !important;
  border-bottom: none !important;
  min-height: 70px;
  padding: 10px 0;
  box-shadow: 0px 0px 32px 8px rgba(44, 52, 61, 0.1);
  position: relative;
}
header > .container {
  display: flex;
  align-items: center;
}

header > .container  .logo {
  float: none;
  padding-top: 0;
  padding-bottom: 0;
}
header .package-name {
  flex-grow: 1;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.main-content {
  padding: 40px;
  background-color: #ffffff;
}
.form-panel {
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
}
.form-panel_badge {
  position: absolute;
  left: -9px;
  top: 25px;
  background-color: #C514E0;
  width: 38px;
  height: 38px;
  padding-left: 8px;
  line-height: 36px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}
.form-panel_badge::after {
  content: '';
  border-width: 19px 0 19px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #C514E0;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-panel_badge::before {
  content: '';
  position: absolute;
  top: 100%; left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #014e63;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.form-panel_badge i {
  line-height: 36px;
}
.form-panel_heading {
  padding: 25px 20px 25px 45px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.form-panel_heading small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.form-panel_body {
  padding: 25px 20px;
}
.form-panel_body .divider {
  margin-left: 0;
  margin-right: 0;
}
.form-panel label {
  font-weight: 400;
}
label span.t-red {
  font-size: 20px;
  line-height: 14px;
}
.form-panel .form-control {
  height: 40px;
  border: 1px solid #dddddd;
}
.form-panel .package-name {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-panel .checkbox {
  margin-bottom: 15px;
  margin-top: 0;
}
.checkbox a {
  color: #4d4d4d;
  text-decoration: underline;
}
.form-panel .btn-form {
  color: #ffffff;
  text-transform: uppercase;
  padding: 9px 15px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 -1px 0 #999;
  border: 2px #F322EA solid;
  border-radius: 4px;
  background: linear-gradient(180deg, #F322EA 0%, #1D0874 100%);
}
.btn-form:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #1D0874 0%, #F322EA 100%);
}
.btn-form:focus {
  color: #ffffff;
  background: linear-gradient(180deg, #1D0874 0%, #F322EA 100%);
  outline: none;
}
.text-sponsor {
  font-size: 12px;
  margin-top: 10px;
}
.secure-checkout {
  padding: 20px;
}
.secure-checkout_title {
  font-size: 16px;
  font-weight: 700;
}
.secure-checkout small {
  font-size: 12px;
  line-height: 1.2em;
}
.money-back {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.money-back > p {
  margin-left: 15px;
}
.money-back img {
  max-width: 30%;
}
.products_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.products-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-box {
  padding: 0 15px;
  width: 33.33%;
  text-align: center;
  margin-bottom: 20px;
}
.products-box_title {
  margin-top: 16px;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  line-height: 20px;
}
.products-box img {
  width: auto;
  max-width: 100%;
  display: block;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
}
.products-box i {
  font-size: 36px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #C514E0;
  background: #f7f7f7;
}
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 15px 0;
  vertical-align: top;
}
.divTableBody {
  display: table-row-group;
}
.divTableRow:first-child .divTableCell {
  padding-top: 0; 
}
.divTableCell:nth-child(2) {
  text-align: right;
  font-weight: 700;
  padding-left: 10px;
}
.divTable i {
  margin-right: 3px;
}
.total-amount {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.total-amount strong {
  font-size: 26px;
}
footer {
  padding: 30px 0 20px;
  color: #373839;
  font-size: 12px;
  line-height: 16px;
}
footer a {
  color: #373839;
}
footer a:hover {
  color: #000;
}
.terms {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terms > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  line-height: 12px;
}
.terms > li + li {
  border-left: 1px solid #707070;
}
@media only screen and (max-width: 991px) {
  header {
    min-height: 60px;
  }
  header .package-name {
    font-size: 18px;
    padding-top: 13px;
    margin-left: 130px;
  }
  .logo img {
    max-width: 120px;
  }
  .main-content {
    padding: 40px 30px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-panel_heading {
    font-size: 22px;
  }
  .products-box {
    width: 100%;
  }
  .products_title {
    font-size: 20px;
  }
  .products-box_title {
    font-size: 18px;
    line-height: 20px;
  }
  .total-amount strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  header > .container {
    display: block;
  }
  header .logo {
    display: block;
    float: none;
    text-align: center;
  }
  .logo img {
    max-width: 100px;
  }
  header .package-name {
    font-size: 16px;
    margin-left: 0;
    padding: 5px 0 10px;
  }
  .main-content {
    padding: 20px 20px 20px;
  }
  .form-panel_heading {
    font-size: 20px;
    padding: 15px 15px 15px 45px;
  }
  .form-panel_badge {
    top: 16px;
  }
  .form-panel_body {
    padding: 15px;
  }
  .total-amount {
    white-space: nowrap;
  }
  .products_title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .products-box {
    margin-bottom: 30px;
  }
  .products-box_title {
    margin-top: 10px;
  }
}

.second-status {
  border-radius: 0.375rem;
  background-color: rgba(13,110,253,0.1);
  padding: 15px 10px;
  border: 1px solid rgba(13,110,253,0.1);
  margin: 0 -10px 10px;
  display: flex;
  flex-direction: row;
}
.second-status .flower-buds {
  display: inline-block;
  width: 50px;
  position: relative;
  -webkit-filter: drop-shadow(3px 12px 24px rgba(255,114,5,.36));
  filter: drop-shadow(3px 12px 24px rgba(255,114,5,.36));
  font-size: 16px;
  line-height: 1;
  transform: rotate(-10deg);
  margin-left: 10px;
}
.second-status .flower-buds-text {
  max-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.modal-dialog {
  width: 500px;
}
.modal input {
  margin-top: 2rem;
}
.modal h4 {
  font-weight: bold;
}
.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sponsor-error {
  color: red;
  font-weight: bold;
}
.modal .form-group {
  margin-top: 1rem;
}



.select-payment-type .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select-payment-type .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select-payment-type .btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}
.select-payment-type .btn-check:checked+.btn-outline-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd !important;
}
.select-payment-type .btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.select-payment-type .btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.select-payment-type .btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}
.select-payment-type {
  margin: 1rem;
}
.select-payment-type .btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #0d6efd;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem !important;
  font-size: 15px;
  width: 100px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select-payment-type .btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.select-payment-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.select-payment-type h5{
  text-align: center;
}
.coin-payment-type{
  display: none;
}


  .btn-apple {
    background: #000;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
  }

  .btn-apple i {
    margin-right: 6px;
  }

  .social-divider {
    margin: 15px 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    position: relative;
  }

  .social-divider span {
    background: #fff;
    padding: 0 8px;
    position: relative;
    z-index: 2;
  }

  .social-divider:before,
  .social-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    border-top: 1px solid #e0e0e0;
  }

  .social-divider:before {
    left: 0;
  }

  .social-divider:after {
    right: 0;
  }
