body{
    font-family: Cormorant, serif;
}

.container{
    text-align: center;
}

.si_logo{
    max-width: 120px;
}


.buttonSection{
    text-align: center;
    margin-top: 25px;
    margin-left: 151px;
}

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

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

}

.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) {
    position: relative;
    width: 86%;
    left: -10px;
    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: 500px;
    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;
}

.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;
  }
}


