/*---------------------------------------------*\
    variables
\*---------------------------------------------*/
/*---------------------------------------------*\
    styles
\*---------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}
.activButton{
  color:white;
  background:indianred;
}
.blackB{
  background:gray;
  color:white;

}
.checkboxes{
  display:none !important;
}
html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #002c3c;
  background-color: #f4fcff;
}

small {
  font-size: 0.8rem;
}

h1 {
  display: inline-block;
  font-family: "Francois One", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 0.8rem 0;
  border-bottom: 4px solid #31d47d;
}

p {
  margin: 0 0 2rem 0;
}

a {
  color: #31d47d;
  text-decoration: none;
}
a:focus, a:hover {
  color: #24ae64;
}

.text-muted, footer {
  color: #a9bec6;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-form {
  padding: 0 20px;
}

.form {
  display: block;
  max-width: 800px;
}

.form-group {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .form-group {

    width: 500px !important;
  }
}
@media only screen and (max-width: 500px) {
  .form-group {

    width: 400px !important;
  }
}

@media only screen and (max-width: 450px) {
  .form-group {

    width: 100% !important;
  }
}
.form-label,
.form-input {
  display: block;
  width: 100%;
}

.form-label {
  cursor: pointer;
  margin-bottom: 5px;
}

.form-label--required {
  position: relative;
}
.form-label--required:before {
  content: "*";
  position: absolute;
  left: -10px;
  color: #f42866;
}

.form-input {
  padding: 10px;
  background-color: transparent;
  border: 0;
}
.form-input:focus {
  outline: none;
  background-color: #f0f7f9;
}

.form-footer {
  text-align: right;
}

.form-error {
  color: #f42866;
  margin-top: 5px;
}

.button {
  color: white;
  white-space: nowrap;
  background-color: #31d47d;
  padding: 10px 20px;
  border: 0;
  border-radius: 2px;
  transition: all 150ms ease-out;
}
.button:focus, .button:hover {
  background-color: #219d5b;
}

.form-addon {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #bcdae5;
  background-color: #fff;
  border-radius: 2px;
}
.form-addon .form-input,
.form-addon .form-addon__addon {
  display: table-cell;
  vertical-align: middle;
}
.form-addon .form-input {
  width: 100%;
}
.form-addon .form-addon__addon {
  position: relative;
  width: 40px;
  text-align: center;
}
.form-addon .form-addon__addon:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: calc(100% - 8px);
  border-right: 1px solid #bcdae5;
}

.form-addon__icon {
  position: absolute;
  color: #31d47d;
  font-size: 0.8rem;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.toaster {
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.toast {
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px) rotateY(40deg);
  transition: all 300ms ease;
}
.toast.toast--show {
  transform: translateY(0) rotateY(0);
  opacity: 1;
}

.toast--success {
  background-color: #31d47d;
}

.toast--error {
  background-color: #f42866;
}

footer {
  margin-top: 10px;
}

/*---------------------------------------------*\
    GentleForm related styles
\*---------------------------------------------*/
.form-addon .form-addon__icon {
  transform: translateY(0);
  opacity: 0;
  transition: transform 150ms ease, opacity 150ms ease;
}
.form-addon.is-valid [class*=icon-valid], .form-addon.is-invalid [class*=icon-invalid] {
  transform: translateY(-50%);
  opacity: 1;
}
.form-addon.is-invalid {
  background-color: #fef4f7;
  border-color: #f989ab;
}
.form-addon.is-invalid .form-addon__icon {
  color: #f42866;
}
.form-addon.is-invalid .form-addon__addon:before {
  border-color: #f989ab;
}
.mybb{
  border-radius:5px !important;
  border:none;
  background:gray;
  font-size:20px;
  color:white;
  padding:5px;
  padding-left:15px;
  padding-right:15px;
}
.accountsB{
  margin-bottom: 20px;
}
.activButton{
  color:white;
  background:indianred !important;
}
.form-addon, select{
  min-height:46px !important;
}
select{
  border:none;
  width:100% !important;
}
select:focus{
  border:none;
  outline: none;
}
.myGroup{
  border:1px solid #bcdae5;
  padding:15px;
  padding-bottom:15px;
  margin-bottom:25px;
}
label{
  cursor:pointer;
}
.multiselect{
  border: 1px solid #bcdae5;
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

span.right {
    float: right;
    margin-right: 10px;
    background: indianred;
    font-family: monospace;
    color: white;
    padding: 5px;
    margin-top: -5px;
    border-radius: 5px;
    padding-left:10px;
    padding-right: 10px;
    border:1px solid white;
  justify-content: center;
  align-items: center;
  display: flex;
}
span.isDiscount{
  float: right;
  margin-right: 10px;
  background: green;
  font-family: monospace;
  color: white;
  padding: 5px;
  margin-top: -5px;
  border-radius: 5px;
  padding-left:10px;
  padding-right: 10px;
  border:1px solid white;
  justify-content: center;
  align-items: center;
  display: flex;
}
label{
  margin-left:5px;
}
.hide{
  display: none !important;
}
.hot{
  font-weight: bold;
  color:indianred;
  text-decoration: underline;
}

#info{
  max-width: 600px;
}

.priceDetails{
  margin-top:25px;
}
.activeCheckbox{
  background: indianred;
  color:white !important;
}
.send2{
  display: block;
    color: white;
    background-color: gray;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    padding: 14px;
    width: 100% !important;
}
.sec:focus{
  border:1px solid black !important;
}
.white{
  color:white !important;
}

.paypal-button-container {
  width:100%;
  max-width: 750px !important;
}

@media only screen and (min-width: 500px) {
  .paypal-button-container {
    max-width: 1000px !important;
  }
}

.paypal-button-container.paypal-autoresize-container.paypal-button-layout-horizontal.paypal-button-shape-rect.paypal-button-number-single.paypal-button-env-production{
  margin:0 auto;
}