body{
    font-family: Cormorant, serif !important;
}

.container{
    text-align: center;
    margin: 0 22%;
    max-width: 1024px !important;
}

.si_logo{
    max-width: 120px;
}


.buttonSection{
    text-align: center;
    margin: 40px 0px;
    
}

.btnBorder{
  border: solid 3px #ffffff80;
  border-radius: 25px;
  box-shadow: 0px 2px 12px 0px #000;
  width: 250px;
  display: block;
}

.shoeInputTop::part(base) {
  background: var(--sl-color-neutral-0);
  border: solid 1px #ffffff89;
  border-radius: 5px;
  padding: 10px 10px;
  width: 300px;
}

.stripeStyle{
  font-family: Cormorant, serif !important;
  background: var(--sl-color-neutral-0);
  border: solid 1px #ffffff89;
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 15px;
}

.shoeInput::part(base) {
  background: var(--sl-color-neutral-0);
  border: solid 1px #ffffff89;
  border-radius: 5px;
  padding: 10px 10px;
}

.shoeInputDown::part(base) {
  background: var(--sl-color-neutral-0);
  border: solid 1px #ffffff89;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100%;

}

.resetPasswordInput{
  width: 420px !important; 
}

.shoeInputDropDown::part(combobox) {
    background: var(--sl-color-neutral-0);
    border: solid 1px #ffffff89;
    border-radius: 5px;
    padding: 10px 10px;
    width: 640px;
    

}

.shoeInputDropDown::part(form-control) {
    /*margin-top: 2%;*/
}

.shoeInputDropDown::part(form-control-label) {
    position: relative;
    left: -113px;
    top: 13px;
    background-color: #1e2128f5;
    border: solid 1px #00000030;
    padding: 0px 5px;
    z-index: 999999999;
}

.shoeInputDown::part(form-control-label) {
  position: relative;
  left: -271px;
  top: 13px;
  background-color: #1e2128f5;
  border: solid 1px #00000030;
  padding: 0px 5px;
  z-index: 999999999;
}

.shoeInputDropDown::part(listbox) {
    text-align: left;
    background-color: #27282d;
    border: solid 1px #ffffff7a;
    padding: 1%;
    font-size: 16px;
    z-index: 1000000008;
    box-shadow: 2px 2px 6px #000;
    position: absolute;
    width: 100%;
}



.shoeInputTop::part(form-control-label) {
    position: relative;
    left: -109px;
    top: 13px;
    background-color: #1e2128f5;
    padding: 0px 5px;
    z-index: 999999999;
}

.shoeInput::part(form-control-label), .ccFormLabel {
  position: relative;
  left: 9px;
  text-align: left !important;
  top: 12px;
  background-color: #27282deb;
  border: solid 1px #00000030;
  padding: 0px 5px;
  z-index: 999999999;
  height: 26px;
}

.rowBG{
    background-color: #0000003b;
    padding: 100px 0px;
    margin-bottom: 4%;
}

.qodef-content-grid {
    width: 100% !important;
}

.sAlertWindow::part(base) {
    width: 100%;
    text-align: left;
    border: solid 1px #ffffff38;
    border-top: solid 3px #ff0000a6;
    border-radius: 5px;
    padding: 10px;
    padding-top: 13px;
}

.sAlertWindow::part(icon) {
    margin-right: 13px;
    margin-left: 6px;
    color: red;
    font-size: 24px;
}

.sAlertWindowSuccess::part(base) {
  width: 500px;
  text-align: left;
  border: solid 1px #ffffff38;
  border-top: solid 3px #2bff00a6;
  border-radius: 5px;
  padding: 10px;
  padding-top: 13px;
}

.sAlertWindowSuccess::part(icon) {
  margin-right: 13px;
  margin-left: 6px;
  color: #2bff00a6;
  font-size: 24px;
}

.sAlertWindowContainer{
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.sAlertWindowContainerSuccess{
  display: flex;
  justify-content: center;
  margin-top: 23px;
}


.errorMessage a{
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}

.row-flex{
    display: flex;
    justify-content: center;
}

.col-flex{
    margin: 0 20px;
}

#txtRegReferral::part(base) {
    width: 640px !important;
}

#txtRegReferral::part(form-control-label) {
    width: 31% !important;
    left: -211px !important;
}



.option--current, .option--current.option--disabled {
    background-color: #27bafd;
    color: var(--sl-color-neutral-0);
    opacity: 1;
}

/*****Loading Icon*****/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
    
  #loadingIcon{
    display: none;
    text-align: center !important;
  
  }
  
  /*****End Loading Icon*****/

  .btnRegBack{
    margin-right: 35px;
  }

  .RedBorder::part(base){
    border: solid 1px #ff0000 !important;
  }

.elegantRule{
  margin-top: 30px;
  padding: 0;
  margin-bottom: 0;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .row-flex {
    display: block;
  }

  .shoeInput::part(base) {
    width: 100%;
  }

  .shoeInput::part(form-control-label), .shoeInputDown::part(form-control-label), .shoeInputDropDown::part(form-control-label), #txtRegReferral::part(form-control-label)  {
    position: relative;
    width: 70% !important;
    left: -40px !important;
    text-align: left !important;
    top: 12px;
    background-color: #27282deb;
    border: solid 1px #00000030;
    padding: 0px 5px;
    z-index: 999999999;
    height: 26px;
  }

  .buttonSection {
    margin-left: 0;
  }

  .resetPasswordInput {
    width: 100% !important;
  }
}

.table td, .table th {
  padding: 7px !important;
  vertical-align: middle !important;
}

/* Use a custom class to apply our own striped style */
.table-custom-striped tbody tr:nth-of-type(odd) {
    background-color: #2a323c; 
}
.table-custom-striped tbody tr:nth-of-type(even) {
    background-color: #31424c; /* Light orange */
}

.table-custom-striped {
/* Remove outer border if desired */
    border: none !important;
    margin: 2% 2%;
    color: #ffffffcc !important;
    /*border-collapse: revert;
    border-spacing: revert;*/
    width: 700px;
}

/* Remove or make transparent the borders around table cells */
.table-custom-striped th,
.table-custom-striped td, .table-custom-striped tr {
    border: none !important;
    /* or: border: 1px solid transparent !important; */
}

/* Apply a horizontal border on the bottom of each header cell */
.table-custom-striped thead th {
    border-bottom: 2px solid #ffffffcc; /* Adjust color/width as desired */
  }
  
  /* Apply a horizontal border on the bottom of each body cell */
  .table-custom-striped tbody td {
    border-bottom: 1px solid #ffffffcc;
  }

.roundedBorder{
    position: absolute;
    width: 389px;
    height: 602px;
    border: solid 3px #ffffff80;
    border-radius: 25px;
    box-shadow: 0px 2px 12px 0px #000;
}

.table-custom-striped p{
    font-size: 18px !important;
    margin: 0;
}

.upper{
    text-transform:uppercase;
    color: #ffffffcc !important;
    font-size: 12px !important;
}

.center{
    text-align: center;
}

.fremiumDescription{
  width: 39%;
}

.table-custom-striped h1{
    font-size: 25px !important;
    margin: 0;
}

.table-custom-striped th p{
    font-size:16px !important;
    color: #ffffff91 !important;
}

.feather_icons {
    width: 20px;
    height: 20px;
    color: #FFF;
    vertical-align: middle;
}

.highlight{
    color: #FFF !important;
    font-size: 13px !important;
    font-weight: bold;
}

.icon_close{
    width: 16px !important;
    height: 16px !important;
    color: #edff0557 !important;
}

.bottomNote{
  opacity: 0.5;
  margin-top: 19px;
  margin-left: -10px;
}

#checkoutCol1{
  text-align: left;
}

#checkoutCol1 p{
  margin-bottom: 0;
  margin-top: 1rem;
}

#checkoutCol2{
  text-align: left;
}

#checkoutCol2 h1{
  font-size: 25px;
}

.pricingSup{
  font-size: 10px;
  margin-left: 5px;
}

.checkoutContainer{
  max-width: 700px !important;
}

.planContainer{
  max-width: 700px !important;
}

.table-custom-striped .tableBorder1 {
  border: solid 1px #000 !important;
}

.table-custom-striped .tableBorder2 {
  border-left: solid 1px #000 !important;
  border-right: solid 1px #000 !important;
}

.continueButton2{
  
}

.continueButton2:hover{
  text-decoration: none !important;
}

.checkoutTopHeading{
  margin-bottom: 2rem;
}

.btnDisabled{
  opacity: 0.5;
  cursor: default;
}

