
main {
    width: 100%;
    height: 100%;
}

@keyframes pulseAnimation {
    0% {
      background-image: radial-gradient(78.6% 34.5% at 22.9% 34.8%, rgb(94 102 255)  0%, rgb(17, 17, 30) 100%);
      /* background-position: 22.9% 34.8%; */
    }
    50% {
      background-image: radial-gradient(78.6% 34.5% at 22.9% 34.8%, rgb(94 102 255)  0%, rgb(17, 17, 30) 100%);
      /* background-image: radial-gradient(78.6% 34.5% at 50% 50%, rgb(77 81 159) 0%, rgb(17, 17, 30) 100%); */
      /* background-position: 50% 50%; */
    }
    100% {
      background-image: radial-gradient(78.6% 34.5% at 22.9% 34.8%, rgb(94 102 255)  0%, rgb(17, 17, 30) 100%);
  
      /* background-image: radial-gradient(78.6% 34.5% at 77.1% 65.2%, rgb(77 81 159) 0%, rgb(17, 17, 30) 100%); */
      /* background-position: 77.1% 65.2%; */
    }
  }

.container,
.feedbackContainer,
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}


.socialMedia-container,
.phone-container {
    display: none
}

.wrapper {
    position: relative;
    height: auto;
}

input[type = "radio"] {
    margin: 10px
}

fieldset, .feedbackContainer {
    border: rgb(192,192,192,0.1) 1px solid;
    height: 500px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12)
}

.signUp-container fieldset {
    height: 450px
}

.phone-container fieldset {
    height: 550px
}

.shown-container {
    display: block
}

.hidden-container {
    display: none
}

/* input[type = "text"],
input[type = "password"],
input[type = "tel"],
input[type = "email"] {
    width: 340px;
    margin-top: 8px;
    padding: 2px 6px;
    
    font-size: 1rem
} */

.codebutton_div button {
    padding: 4px 8px !important;
}

.signup button {
    background-color: white;
    color: #585ddb
}

.signup button:first-of-type {
    /* float: right; */
    background-color: #6065f4;
    color: white
}

.signup a {
    /* float: right; */
    text-decoration: none;
    color: #303494;
    font-size: 0.8rem
}

.signup a:hover {
    text-decoration: underline
}

.signup button:hover {
    background-color: #9fa2ff;
    color: white;
    cursor: pointer
}

.signup button {
    margin-right: 5px;
    margin-left: 5px;
}

.clearfix {
    clear: both
}

/* .container div {
    position: relative
} */

.mail-container img,
.phone-container img {
    width: 100px;
    height: 100px;
    margin: auto;
    display: block
}


#recaptcha-container, #recaptcha-container div {
    margin: 10px 0px 0px 0px;
    right: 4px !important;
}

#recaptcha-container {
    float: right
}

.signup label {
    position: absolute;
    top: 56%;
    left: 6px;
    color: #505050
}

.focused-field {
    animation-name: gainFocus;
    animation-fill-mode: forwards;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    margin-top:1px;
}
.phone.focused-field {
    animation-name: gainPhoneFocus;
    animation-fill-mode: forwards;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    margin-top:1px;
}


@keyframes gainFocus {
    0% {
        top: 142%;
        left: 6px;
        color: #27285f;
        font-size: 1rem
    }
    100% {
        top: 0%;
        left: 0px;
        color: #b0b2e7;
        font-size: 0.9rem
    }
}
@keyframes gainPhoneFocus {
    0% {
        top: 142%;
        left: 6px;
        color: #27285f;
        font-size: 1rem
    }
    100% {
        top: 0%;
        left: 44px;
        color: #585ddb;
        font-size: 0.9rem
    }
}

.unfocused-field {
    animation-name: loseFocus;
    animation-fill-mode: forwards;
    animation-duration: 0.15s;
    animation-timing-function: ease-out
}
.phone.unfocused-field {
    animation-name: losePhoneFocus;
    animation-fill-mode: forwards;
    animation-duration: 0.15s;
    animation-timing-function: ease-out
}


@keyframes losePhoneFocus {
    0% {
        top: 0%;
        left: 0px;
        color: #2196f3;
        font-size: 0.9rem
    }
    100% {
        top: 36%;
        left: 4px;
        color: #505050;
        font-size: 1rem
    }
}

@keyframes loseFocus {
    0% {
        top: 0%;
        left: 0px;
        color: #2196f3;
        font-size: 0.9rem
    }
    100% {
        top: 42%;
        left: 6px;
        color: #505050;
        font-size: 1rem
    }
}
.reset_signup_output {
  color: #e8e9ff
}
#loadingDots {
    font-size: 24px;
    margin-left: 5px;
    color: #333;
  }
.initial-focused-field {
    top: 0%;
    left: 0px;
    color: #585ddb;
    font-size: 0.9rem
}


.initial-unfocused-field {
    top: 35%;
    left: 6px;
    color: #505050;
    font-size: 1rem
}
.phoneNumber_div label {
    font-size: 15px !important;
}

.socialMedia-container button {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin: 10px 40px;
    border: none;
    background-color: white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
    font-size: 1rem;
    color: #585ddb
}

.socialMedia-container button:hover {
    background-color: #f7f7f7;
    box-shadow: 1px 0px 7px 0px rgba(0,0,0,0.15)
}

.feedbackContainer {
    height: 300px;
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: none 
}

.feedbackIcon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.failure .feedbackIcon {
    background-image: url('../img/failure.svg');
}
.hidden {
    display: none;
}

.disable{
    cursor: not-allowed;
    pointer-events: none;
}
/* .signInWithPhone.disable:hover {
    
} */
.signInWithPhone.disable{
    background-color: #9596b6 !important;
}
.get_phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}
.spotid_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_subtitle {
    font-family:  SF Pro, -apple-system, system-ui, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #ffffff;
    margin-top: 24px;
    font-size: 15px;
    display: flex;
    align-items: start;
    width: 104%;
  }
  .spot_id_dropdown{
    width: 100%;
  }
  #getCode {
    font-size: 9px;
  }
  #get_info{
    height: 35px;
  }
  .artist_select_option {
    display: flex;
    padding: 5px;
  }
  .name_followers{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #artistDropdown {
    color: white !important;
    max-height: 200px;
    overflow-y: scroll;
  }
  .artist_name_span{
    font-size: 12.5px;
    font-weight: 800;
  }
  .artist_followers_span{
    font-size: 10px;
  }

.login_header .logo_img {
    width: 15% !important;
    height: 15% !important;
    margin: 6px;
    margin-top: 0px !important;
}
.logo_img {
    width: 21% !important;
    height: 22% !important;
    margin: 4px;
}
.logo_img_2 {
    width: 69% !important;
    height: 69% !important;
    margin: 8px;
}
.login_header {
    font-family:  SF Pro, -apple-system, system-ui, BlinkMacSystemFont, Helvetica, sans-serif;
    color: #ffffffb0;
    display: flex;
    top: 16px;
    position: absolute;
    left: 10px;
}

.login_header .title {
    font-size: 20px !important;
    letter-spacing: 0.5px !important;
}
.title{
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 0;
    align-items: start;
    /* font-family: "San Francisco", "Helvetica", "Arial"; */
}
.title2 {
    font-size: 11px;
    font-weight: 200 !important;
}

.signup-pg {
    position: relative;
    z-index: 1;
    background: #12122a;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 15px 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 22px;
  }
  .signup-pg input {
    /*font-family: "Roboto", sans-serif;*/
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    
    outline-color: #9fa2ff;
  }
  .phoneNumber_div label{
    z-index: 2;
  }

  .signup-pg button {
    /*font-family: "Roboto", sans-serif;*/
    text-transform: uppercase;
    outline: 0;
    background: #292c58;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 13px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 5px;
  }
  .phoneNumber_div {
    width: 150% !important;
    padding-top: 11.5px !important;
  }
  .codebutton_div {
    width: 13vw !important;
    padding-top: 10px;
  }
  .valid_color{
    font-weight: 800;
    color: #c5c1ff;
  }
  .error_color{
    font-weight: 900;
    color: #be67ff;
  }
  .verifycode{
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  .emaildiv{
    width: 100%;
    position: relative;
    padding-top: 22px;

  }
  .passworddiv{
    width: 100%;
    position: relative;
    padding-top: 22px;

  }
  .signup-pg button:hover,.form button:active,.form button:focus {
    background: #7076f0;
  }
  .signup-pg .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
  }
  .signup-pg .message a {
    color: #7076f0;
    text-decoration: none;
  }
  .signup-pg .register-form {
    display: none;
  }
  .signup-pg {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .signup-pg:before, .container:after {
    content: "";
    display: block;
    clear: both;
  }
  .signup-pg .info {
    margin: 50px auto;
    text-align: center;
  }
  .signup-pg .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
  }
  .signup-pg .info span a {
    color: #000000;
    text-decoration: none;
  }
  
  #phoneNumber{
    margin-top: 0px !important;
  }

 #floatingRectangle {
    width: 280px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(24%, -34%);
    /* background-color: #c5c0ff26; */
    background-color: #12122a;
    border: 1px solid #7f79ccd9;
    padding: 10px;
    z-index: 1000;
  }

  /* Style for the close button */
  .close-button {
    position: absolute;
    display: flex;
    right: 5px;
    cursor: pointer;
    color: white;
    font-size: 22px;
    font-weight: 900;
  } 
  .spotlink_sub{
    font-size: 13px;
    font-weight: 800;
    color: white;
  }
  .data_rates_sub{
    padding-top: 8px;
    font-size: 8px;
    font-weight: 400;
    color: white;
  }
  .backlogin{
    color: #938cff !important;
    font-weight: 600;
    padding: 10px;
  }
  

@media only screen and (max-width: 850px) {
    
}