@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --ant1plus--primary-color: #FF0078;
    --ant1plus--secondary-color: #000;
    --ant1plus--logo: url(img/ant1plus-logo.png);
    --pf-global--primary-color--100: var(--ant1plus--primary-color);
    --pf-global--primary-color--200: var(--ant1plus--primary-color);
    --pf-global--primary-color--light-100: var(--ant1plus--primary-color);
    --pf-global--primary-color--dark-100: var(--ant1plus--primary-color);
}

body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}

.wrapper{
    flex: 1;
}

body.disable-scroll{
    overflow: hidden;
}

#kc-header-wrapper {
    color: var(--ant1plus--primary-color);
}

.login-pf body {
    background: rgb(0,0,0);
}

div.kc-logo-text {
    background-image: var(--ant1plus--logo);
    background-size: contain;
    width: 160px;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
    margin-top:-20px!important;
}

div#logo-wrapper {
    display: inline;
}

#kc-form-login #kc-form-buttons, .update-pw-buttons#kc-form-buttons {
    display: flex;
    justify-content: end;
}

input#kc-login,#register-button,#kc-reset-password-form #kc-form-buttons input,.update-password-button, #update-profile-button {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
input#kc-login,#kc-reset-password-form #kc-form-buttons input,.update-password-button, #update-profile-button {
    width: auto !important;
}

#register-button {
    padding: 12px 40px;
}

#back-to-login-button,.cancel-pw-update-button,#update-profile-goBack-button {
    font-size: 14px;
    font-weight: 400;
    color: #ACACAC;
    padding: 12px 0;
    width: auto;
}

#back-to-login-button {
    padding: 12px 24px;
}

#update-profile-goBack-button {
    background-image: none;
    background-color: transparent;
    padding: 12px 24px;
}

#back-to-login-button:hover,#update-profile-goBack-button:hover {
    text-decoration: none;
}

div.kc-logo-text span {
    display: none;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0;
}

.login-pf-page .login-pf-header {
    margin-bottom: 0;
}

.register-title {
    margin-bottom: 20px;
    margin-top: -3px;
}

.pf-c-form__label-text {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
}

a.forget-password {
    font-size: 14px;
    font-weight: 400;
    color: #0387FF;
    text-decoration: none;
} 

a.forget-password:hover {
    color: #0387FF;
} 

a.register {
    color: rgba(2, 101, 191, 1);
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    width: fit-content;     
}

a.register:hover {
    color: rgba(2, 101, 191, 1);
}

.form-group {
    margin: auto;
    padding-bottom: 24px;
    width: 340px;
}

.form-horizontal .form-group {
    margin: auto;
}

.form-group.forget-password-field {
    margin-bottom: 8px;
    margin-top: -3px;
    padding-bottom: 12px!important;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin: 24px 0 32px;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    color:#ACACAC;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 0.5px;
    background: #CBC9C9;
}

.strike > span:before {
    right: 100%;
    margin-right: 14px;
}

.strike > span:after {
    left: 100%;
    margin-left: 14px;
}

.padded {
    padding: 0 26px;
}

a.social-icon + a.social-icon {
    margin-left: 8px;
    color: #000;
}

span#social-sign-in {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 16px;
    white-space: nowrap;
}

div#kc-social-providers.register-ip {
    margin-bottom: 50px;
}

#register-buttons{
    width: 100%;
}

#register-buttons, .form-group#reset-password-buttons {
    display: flex;
    align-items: baseline;
    justify-content: end;
    margin-top: 4px;
}

#register-buttons #kc-form-options, .form-group#reset-password-buttons #kc-form-options {
    width: auto;
    float: right;
}

#kc-form-buttons.register-button, #kc-form-buttons.reset-password-button {
    width: auto;
}

#password-wrapper {
    display: flex;
    flex-direction: column;
}

.password-info-wrapper {
    padding-bottom: 24px;
    position: relative;
}

.password-info-wrapper .password-info {
    bottom: unset;
    margin-bottom: 0px;
    top: 0;
}

.password-info {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 8px;
    position: absolute;
    bottom: 0;
}

.password-info img {
    margin-right: 8px;
}

input[type=password].low.pf-c-form-control {
    border-color: #C64E4E;
}

input[type=password].medium.pf-c-form-control {
    border-color: #C64E4E;
}

.password-suggestion {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 8px;
}

/* reset password */
#reset-password-wrapper #reset-password-header-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#reset-password-wrapper #kc-content-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
}

#reset-password-wrapper #kc-content-wrapper #kc-reset-password-form {
    order: 2;
    padding: 0 32px;
}

#reset-password-wrapper #kc-content-wrapper #kc-info {
    order: 1;
    margin: 0;
}

#reset-password-wrapper #kc-content-wrapper #kc-info #kc-info-wrapper {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0;
    margin: 12px 0 32px;
    margin-top: 6px!important;
}

/* update password*/
#update-password-header{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.cancel-pw-update-button {
    background: none;
    padding: 12px 24px;
}

.cancel-pw-update-button:hover {
    background: none;
    color: #ACACAC;
}

.cancel-pw-update-button:active,.cancel-pw-update-button:active:hover {
    background-color: black;
}

.cancel-pw-update-button:active,.cancel-pw-update-button:focus {
    background: none;
}

.show-password-wrapper {
    position: relative;
    width: 100%;
}

#show-password, #show-password-confirm {
    position: absolute;
    left: 92%;
    top: 30%;
}
/*#show-password, #show-password-confirm {*/
/*    position: absolute;*/
/*    left: 92%;*/
/*    top: 30%;*/
/*    background: transparent;*/
/*    font-size: 15px;*/
/*    cursor: pointer;*/
/*    color: #ACACAC;*/
/*}*/

/*#show-password[aria-invalid="true"], #show-password-confirm[aria-invalid="true"] {*/
/*    color: #C64E4E;*/
/*}*/

/*#show-password[aria-invalid="false"] svg, #show-password-confirm[aria-invalid="false"] svg {*/
/*    fill: white;*/
/*}*/

/*#show-password[aria-invalid="true"] img, #show-password-confirm[aria-invalid="true"] img {*/
/*    fill: #C64E4E;*/
/*}*/

/* .padded-form {
    padding: 0 100px;
} */
#register-wrapper{
    width: 100%;
}
#register-wrapper .card-pf {
    max-width: 730px;
}

.show-password-wrapper input {
    padding-right: 40px;
}

.signin-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

input:focus{
    border-color: #02549F;
}

.reset-pw-title {
    text-align: center;
    margin-top: -20px;

    color: #FFF;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
}

.reset-pw-subtitle {
    font-family: Roboto, serif;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
}

/*custom checkbox*/
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: -3px !important;
  }

  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkbox-container .checkmark {
      display: block;
      height: 20px;
      width: 20px;
      background-image: url("svg/checkBoxUncheked.svg");
  }

  .checkbox-container.unchecked {
    color: #C64E4E;
    margin-bottom: 0;
  }

  /* #unchecked-terms-info {
    color: #C64E4E;
    width: 340px;
    margin: auto;
  } */

  /* #unchecked-terms-info.hidden {
    display: none;
  } */

  .checkbox-container.unchecked .checkmark {
    border: 1px solid #C64E4E;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
      background-image: url("svg/checkboxChecked.svg");
  }

  .register-ctas-wrapper{
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 23px;
  }

  #register-checkboxes {
    width: 100%;
  }

  #register-checkboxes span.text span {
    color: white;
    text-decoration: underline;
    cursor: pointer;
  }

  #register-checkboxes .checkbox-container.unchecked span.text span {
    color: #C64E4E;
  }

  .checkbox-container .text {
    font-size: 14px;
    font-weight: 400;
      text-wrap: pretty;
  }

  .update-profile-title {
    text-align: center;
  }

  #kc-form-buttons .update-profile-buttons {
    float: right;
  }

  /*input*/
  .pf-c-form-control:not(textarea) {
    width: 340px;
    height: 46px;
  }

  .pf-c-button:disabled, .pf-c-button.pf-m-disabled {
    background-color: rgba(255, 0, 120, 0.5);
    color: rgba(255, 255, 255, 0.7);
  }

  /*validated email*/
  .validated-email-wrapper {
    position: relative;
    width: 100%;
  }

  .validated-email-wrapper input{
    padding-right: 40px;
  }

  .validated-email-wrapper #validated-email-icon {
    position: absolute;
    left: 92%;
    top: 30%;
    background: transparent;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

  .validated-email-wrapper #validated-email-icon.hidden {
    display: none;
  }

  /*login*/
  #kc-registration-container #kc-registration span {
    display: flex;
    align-items: center;
    justify-content: center;
}

  .login-pf-page .login-pf-signup a {
    margin-left: 16px;
  }

  .login-pf-page .login-pf-signup a:focus {
    outline: none;
  }

  #already-signed-section {
    display: flex;
    gap: 4px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    margin: 53px 0 54px;
  }

  #already-signed-section #already-signed-button {
    text-decoration: underline;
  }


/* phone */
/*@media (max-width: 767px) {*/

/*    body {*/
/*        font-family: 'Roboto','Roboto Condensed', sans-serif;*/
/*    }*/

/*    .login-pf-page .login-pf-page-header {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .login-pf-page .login-pf-header {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .register-title {*/
/*        margin-bottom: 12px;*/
/*        text-align: center;*/
/*    }*/

/*    .pf-c-form__label-text {*/
/*        margin-bottom: 4px;*/
/*        font-size: 12px;*/
/*        font-weight: 300;*/
/*    }*/

/*    a.forget-password {*/
/*        font-size: 12px;*/
/*    } */

/*    a.register {*/
/*        font-size: 16px;*/
/*        align-self: center;*/
/*    }*/

/*    .login-pf-page .login-pf-signup a {*/
/*        margin-left: 8px;*/
/*    }*/

/*    .form-group {*/
/*        padding-bottom: 16px;*/
/*        width: 263px;*/
/*    }*/

/*    .form-group.forget-password-field {*/
/*        margin-bottom: 12px;*/
/*    }*/

/*    .strike > span {*/
/*        font-size: 12px;*/
/*        font-weight: 500;*/
/*    }*/
/*    */
/*    .strike > span:before {*/
/*        margin-right: 4px;*/
/*    }*/
/*    */
/*    .strike > span:after {*/
/*        margin-left: 4px;*/
/*    }*/

/*    span#social-sign-in {*/
/*        font-size: 14px;*/
/*        font-weight: 400;*/
/*        margin-right: 0;*/
/*        margin-bottom: 16px;*/
/*    }   */

/*    .password-info {*/
/*        position: inherit;*/
/*        font-size: 12px;*/
/*    }*/

/*    !* reset password *! */
/*    #reset-password-wrapper #kc-content-wrapper #kc-info #kc-info-wrapper {*/
/*        font-size: 12px;*/
/*        margin: 8px 0 24px;*/
/*        text-align: center;*/
/*    }*/

/*    #reset-password-wrapper #kc-content-wrapper #kc-reset-password-form {*/
/*        padding: 0;*/
/*    }*/

/*    !* update password*!*/
/*    #update-password-header{*/
/*        font-size: 14px;*/
/*        font-weight: 500;*/
/*    }*/

/*    !*#show-password,#show-password-confirm {*!*/
/*    !*    left: 90%;*!*/
/*    !*}*!*/

/*    .validated-email-wrapper #validated-email-icon {*/
/*        left: 90%;*/
/*      }*/

/*    !* .padded-form {*/
/*        padding: inherit;*/
/*    } *!*/
/*    */
/*    !*#register-wrapper .card-pf {*!*/
/*    !*    max-width: 500px;*!*/
/*    !*}*!*/

/*    .login-pf-page .card-pf {*/
/*        padding: 10px 25px 30px 25px;*/
/*    }*/

/*    !*custom checkbox*!*/
/*    .checkbox-container {*/
/*        font-size: 16 px;*/
/*    }*/

/*    .password-suggestion {*/
/*        font-size: 12px;*/
/*    }*/

/*    .checkbox-container {*/
/*        width: 263px;*/
/*    }*/

/*    .checkbox-container .text {*/
/*        font-size: 14px;*/
/*    }*/

/*    !*input*!*/
/*    .pf-c-form-control:not(textarea) {*/
/*        width: 263px;*/
/*        height: 40px;*/
/*    }*/

/*    .signin-title {*/
/*        font-size: 18px;*/
/*    }*/

/*    !* #unchecked-terms-info {*/
/*        width: 263px;*/
/*      } *!*/

/*      .checkbox-container .text {*/
/*        white-space: inherit;*/
/*      }*/
/*    */
/*}*/

/*twitter-icon desktop*/
#twitter-circle{
    background-color: white;
    color: black !important;
    border-radius: 30px;
    height: 24px;
    line-height: 26px;
    width: 24px;
    font-size: 16px !important;
    text-align: center;
}

/*twitter-icon mobile*/
@media (max-width: 767px){
    #twitter-circle{
        background-color: white;
        color: black !important;
        border-radius: 30px;
        height: 32px;
        line-height: 33px;
        width: 32px;
        font-size: 23px !important;
        text-align: center;
    }
}




















.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.header-wrapper h1 {
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    margin: 0;
    text-wrap: pretty;
}

.header-wrapper div {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    display: flex;
    flex-direction: row;
    gap: 8px;
}

.header-wrapper div a {
    color: #ff0078;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.header-wrapper div a:hover {
    color: #ff0078;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.required-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.required-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.required-container .required-fields-span{
    color: rgba(255, 255, 255, 0.50);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.passwords-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 25px;
}

/* /////////////////////////////////////////// */
.textbox-component {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: relative;
}

.textbox-component .label-wrapper {
    display: flex;
    gap: 4px;
    position: relative;
}
.textbox-component .label-wrapper.spaceBetween{
    justify-content: space-between;
}
.textbox-component .label-wrapper label,
.textbox-component .label-wrapper span {
    color: rgba(255, 255, 255, 0.5);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.textbox-component .label-wrapper label {
    margin: 0;
}

/*---------------------------------------*/
.dropdown-component {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: relative;
}

.dropdown-component .label-wrapper {
    display: flex;
    gap: 4px;
    position: relative;
    align-items: center;
    text-align: end;
}
.dropdown-component .label-wrapper.spaceBetween{
    justify-content: space-between;
}
.dropdown-component .label-wrapper label,
.dropdown-component .label-wrapper span {
    color: rgba(255, 255, 255, 0.5);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.dropdown-component .label-wrapper label {
    margin: 0;
}

.textbox-component .dropdown-component .input-container .input-wrapper {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    color: white;
    outline: none;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    padding-right: 40px;
    flex: 1;
}
.textbox-component .dropdown-component .input-container .input-wrapper.focused {
    border-color: #ff0078;
}
.textbox-component .dropdown-component .input-container .input-wrapper img{
    content: url("svg/dropDownIconDown.svg");
}
.textbox-component .dropdown-component .input-container .input-wrapper.focused img{
    content: url("svg/dropDownIconUp.svg");
}

/*-----------------------------------------------*/

.textbox-component .dropdown-component.calendar .input-container .input-wrapper img{
    content: url("svg/datePickerIcon.svg");
}
.textbox-component .dropdown-component.calendar .input-container .input-wrapper.focused img{
    content: url("svg/datePickerIconColored.svg");
}
/*-----------------------------------------------*/


/*-------------------GENDER-------------------*/
.gender-dropdown {
    display: none;
    position: absolute;
    top: 81px;
    border-radius: 0px 0px 12px 12px;
    border-right: 1px solid #FF0078;
    border-bottom: 1px solid #FF0078;
    border-left: 1px solid #FF0078;
    background: #0A090A;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.selectbox-dropdownMenu-item{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.5px;
    padding: 12px;
    list-style-type: none;
}
.selectbox-dropdownMenu-item:last-child{
    border-radius: 0px 0px 12px 12px;
}

.selectbox-dropdownMenu-item:hover {
    background-color: #181718;
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
}
/*-----------------------------------------*/

/*-------------------PHONENUMBER-------------------*/
.input-dropDown-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.input-dropDown{
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.phoneNumber-dropdown {
    display: none;
    position: absolute;
    bottom: -81px;
    border-radius: 0px 0px 12px 12px;
    border-right: 1px solid #FF0078;
    border-bottom: 1px solid #FF0078;
    border-left: 1px solid #FF0078;
    background: #0A090A;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.selectbox-dropdownMenu-item{
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.5px;
    padding: 12px;
    list-style-type: none;
}
.selectbox-dropdownMenu-item:last-child{
    border-radius: 0px 0px 12px 12px;
}

.selectbox-dropdownMenu-item:hover {
    background-color: #181718;
    cursor: pointer;
    color: #FFF;
    font-weight: 700;
}





.textbox-component #phoneNumber-component .input-container .input-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-right: 0;
}
.textbox-component #phoneNumber-component .input-container .input-wrapper .input-dropDown-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    cursor: pointer;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
}

.textbox-component #phoneNumber-component .input-container .input-wrapper .input-dropDown-wrapper .input-dropDown{
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    width: max-content;
}

.textbox-bot .phoneNumber-wrapper .phoneNumber-selectBox-wrapper .phoneNumber-selectBox .phoneNumber-selectBox-text-wrapper span{
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
}
.textbox-component #phoneNumber-component .input-container .input-wrapper .input-dropDown-wrapper .input-dropDown span{
    width: 25px;
}
.textbox-component #phoneNumber-component .input-container .input-wrapper .input-dropDown-wrapper .input-dropDown img {
    width: 24px;
    height: 24px;
}

.textbox-component #phoneNumber-component .input-container .input-wrapper .input-dropDown-wrapper .input-dropdown-code{
    width: 45px;
}

.textbox-component #phoneNumber-component .input-container .input-wrapper input{
    flex: 1;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;

    width: 100%;
    padding: 0;
}
/*-----------------------------------------*/

.password-info-icon{
    cursor: pointer;
}

.password-info-tooltip{
    flex-direction: row;
    gap: 0px;
    display: none;
}

.password-info-tooltip img {
    left: 4px;
    position: absolute;
    top: calc(50% - 15px);
}

.label-wrapper > div{
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 165px;
    padding-left: 13px;
    width: max-content;
    max-width: 234px;
}

.password-info-modal-content{
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background: #313131;
    padding: 16px;
}

.password-info-modal-content span,
.password-info-modal-content ul li{
    color: #DDDFE1 !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150% !important; /* 21px */
}
.password-info-modal-content ul{
    margin: 0;
    padding: 0 0 0 16px;
    list-style: unset;
}

.textbox-component input {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    outline: none;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 12px;
    padding-right: 40px;
    flex: 1;
}

.textbox-component #phoneNumber-component input {
    border: none;
}

.textbox-component input:focus {
    border-color: #ff0078;
}

.textbox-component .input-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    cursor: pointer;
}
.textbox-component .input-container .input-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.textbox-component .input-container .input-wrapper .input-icon {
    position: absolute;
    right: 15px;
    top: unset !important;
    left: unset !important;
    cursor: pointer;
}
.textbox-component .input-container .error {
    display: flex;
    flex-direction: row;
    gap: 2px;
    position: absolute;
    top: 41px;
    align-items: flex-start;
}

.textbox-component .input-container .error span {
    color: #f20d3b;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 21px */
    text-align: left;
}

.personalData-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: rgba(49, 49, 49, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 45px 45px 36px 45px;
    width: 100%;
    box-sizing: content-box;
}
.personalData-wrapper h1 {
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.personalData-wrapper .line {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.personalData-wrapper .line .textbox-component {
    padding-bottom: 0 !important;

}
.filler {
    width: -webkit-fill-available;
    width: -moz-available;
}



/*-------------------------------------*/
#dateOfBirth-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    top: calc(100% - 9px);


    flex-direction: column;
    height: 341px;
    gap: 16px;
    padding: 25px 0 32px 0;
    border-radius: 12px;
    border: 0.5px solid #FF0078;
    background: #0A090A;
    z-index: 1;
}

#dateOfBirth-dropdown .calendar-header{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 90%;
    align-self: center;
}

#dateOfBirth-dropdown .calendar-header span{
    padding: 16px min(10%, 32px);
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #1D1C1D;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
}
#dateOfBirth-dropdown .calendar-header span.selected{
    background: #FF0078;
    color: white;
}




.calendar div{
    gap: 8px;
}
.years-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.year {
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.year.selected {
    background-color: #f0f0f0;
}

.calendar div div:not(.selected):hover {
    background: rgba(49, 49, 49, 0.35);
}

.days-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 8px 3px;
}

.day {
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.calendar-container div:hover {
    background: rgba(49, 49, 49, 0.35);
    border-radius: 30px;
}
.day.disabled {
    color: #ccc;
    pointer-events: none;
}

.days-container .weekday,
.days-container .empty-day{
    pointer-events: none;
}

.months-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.month {
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.month.disabled{
    color: #ccc;
    pointer-events: none;
}
.month.selected {
    background-color: #f0f0f0;
}

.month:hover {
    background-color: #f0f0f0;
}

.calendar-container{
    overflow: auto;

    color: rgba(255, 255, 255, 0.75);
    text-align: center;

    /* Body 1 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;

    width: 90%;
    align-self: center;
}
.calendar-container.years-container {
    width: calc(100% - 46px);
    min-width: 90%;
}
/*--------------------------------------*/


.termsAndConditionsModal {
    display: none;

    z-index: 2;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #313131E5;

    left: 0;
    justify-content: center;
    align-items: center;
    padding: 39px 23px;
}

.termsAndConditionsModal-inner{
    max-width: 845px;
    max-height: 625px;
    background-color: black;
    height: 100%;
    width: 100%;
    position: relative;

    padding: 69px 103px;

    display: flex;
    flex-direction: column;
    gap: 32px;
}

.termsAndConditionsModal-content{
    width: 100%;
    height: 100%;
    overflow-y: auto;

    text-wrap: pretty;
    color: #FFF;
    text-overflow: ellipsis;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.termsAndConditionsModal-content > *{
    width: 100%;
    height: 100%;
}
.termsAndConditionsModal-title{
    text-wrap: balance;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.termsAndConditionsModal-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.termsAndConditionsModal .modal-buttons{
    display: flex;
    align-items: center;
}

.termsAndConditionsModal .modal-buttons #kc-form-buttons {
    margin: 0;
}

.termsAndConditionsModal-inner .closeIcon {
    width: 32px;
    height: auto;
    position: absolute;
    right: 22px;
    top: 25px;
    cursor: pointer;
}

@media only screen and (max-width: 735px) {
    .termsAndConditionsModal-inner{
        /*padding: 0;*/ /*todo*/
    }
}



#register-wrapper .login-pf-page{
    width: 100%;
    padding: 0;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#register-wrapper .login-pf-page .login-pf-page-header #kc-header-wrapper{
    padding: 0;
}
#register-wrapper .login-pf-page .login-pf-page-header #kc-header-wrapper #logo-wrapper .kc-logo-text {
    margin-top: unset;
}
#register-wrapper .login-pf-page .card-pf{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#register-wrapper .login-pf-page .card-pf .login-pf-header #kc-page-title{
    margin: 0;
}

#register-wrapper .login-pf-page .card-pf #kc-content #kc-content-wrapper{
    margin: 0;
}


@media (max-width: 767px){
    #dateOfBirth-dropdown .calendar-header span{
        padding: 16px 16px;
    }
}

@media (max-width: 680px){
    #dateOfBirth-dropdown .calendar-header span {
        font-size: 18px;
    }
    .passwords-wrapper{
        flex-direction: column;
    }

    .personalData-wrapper .line {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .personalData-wrapper {
        padding: 45px 22px;
    }
}

@media (max-width: 670px){
    .termsAndConditionsModal-inner {
        padding: 83px 24px 64px 24px;
    }
}

@media (max-width: 520px){
    .termsAndConditionsModal-buttons{
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .termsAndConditionsModal-inner .closeIcon {
        right: 13px;
        top: 15px;
    }
    #register-wrapper .login-pf-page .card-pf #kc-content #kc-content-wrapper .kc-social-section .kc-social-links{
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 430px){
    .termsAndConditionsModal .modal-buttons {
        width: 100%;
        gap: 16px;
    }
    .termsAndConditionsModal .modal-buttons .register-button {
        width: 100% !important;
    }
    #register-buttons .register-button {
        flex: 1;
    }
    .termsAndConditionsModal .modal-buttons .register-button button{
        width: 100%;
    }

}

@media (max-width: 511px){
    #register-wrapper .login-pf-page .card-pf #kc-content #kc-content-wrapper {
        padding: 0px 39px;
    }
}