.center-2-result {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 50%;
}

.page-body-result .inputs {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.modal-content {
  background-color: #fff0;
}

.modal-sm {
  max-width: 100px;
}

.ModelResult {
  font-size: 1.3rem;
  font-weight: bold;
}

.Register_form .fieldset .title {
  height: 40px;
}

.gender input#gender-male, .gender input#gender-female, input#customerType-company, input#customerType-privateCustomer {
    right: auto;
}

.gender, .CustomerType {
    display: flex;
    gap: 30px;
}

label.forcheckbox {
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.gender .text-label, .CustomerType .text-label {
    margin-right: 35%;
}

.inputs.CustomerType {
    display: flex;
    flex-direction: column;
}

.page.registration-page .form-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

input#Newsletter label {
    width: 300px;
}

input#termsofservice {
    width: 16px;
    height: 16px;
    right: 0;
    right: inherit;
    position: relative;
}

.terms-of-service input[type="checkbox"] + label:before {
    display: none !important;
}
 
.CustomerType .text-label {
    font-size: 15px;
}


.inputs input[type="text"], .inputs input[type="password"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="number"], .inputs select, .inputs textarea {
    border-radius: 3px;
    color: #8c8c8c;
    height: 45px;
    vertical-align: middle;
    /*width: 100%;*/
}

.form-fields_1 .inputs input[type="text"], .form-fields_2 .inputs input[type="text"] {
  border: 1px solid black;
  border-radius: 3px;
  color: #8c8c8c;
  height: 38px;
  vertical-align: middle;
  width: 100%;
}

.page .registration-page .topic-block-body {
  font-size: 18px !important;
  font-weight: bold;
}

.topic-block-body p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

::-ms-reveal {
  display: none;
}
.city .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    display: none;
}

.city .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
}

.city span#select2-CityId-container {
    font-size: 15px;
    height: 45px;
    color: #8c8c8c;
    border-radius: 3px;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #b3b3b3;
}
@media (min-width: 1024px) {
  .Register_form {
    margin: auto;
    width: 80%;
  }

  .registration-page .form-fields {
    width: 100%;
  }

  .fieldset-YourAddress .form-fields {
    color: #444;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
    position: relative;
    width: 100%;
  }

  .form-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

    .form-row .Activity {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      grid-row-gap: 15px 5px;
      -ms-flex-wrap: wrap;
      margin: 10px 0 0;
      margin-left: 0;
      margin-right: 0;
    }

  .save-activity-button {
    margin-left: 0 !important;
  }

  .form-row .form-fields .enteranceInput {
    margin: 0;
  }

  .form-row .form-group {
    margin: 0;
  }

  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border-radius: 3px;
    color: #8c8c8c;
    font-size: 14px;
    height: 45px;
    /*padding: 0 20px;*/
    vertical-align: middle;
  }
}

@media (min-width: 700px) {
  .login-page .new-wrapper {
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 0 auto 30px;
    width: 50%;
  }

  .returning-wrapper .fieldset {
    margin: 0;
    width: 50%;
  }
}

@media (min-width: 500px) {
  .form-fields_Password .inputs > .required, .form-fields_email .inputs > .required, .cityAndStreet .inputs > .required {
    position: absolute;
    top: 0;
  }

  .cityAndStreet .required {
    position: absolute;
    left: 0;
  }

  .returning-wrapper.fieldset {
    margin: 0;
    width: 60%;
  }

  .login-page .customer-blocks {
    display: flex;
    flex-direction: row-reverse;
    grid-row-gap: 20px;
    margin: 0 0 50px;
  }

  .login-page .customer-blocks {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .login-page .title strong {
    color: black;
    font-size: 35px;
    font-weight: bold;
  }

  .login-page .title {
    background-color: white;
    margin-top: 5%;
  }

  .login-page .new-wrapper {
    float: left;
    max-width: none;
    min-height: 80px;
    position: relative;
    width: 49%;
    z-index: 1;
  }

  .login-page .text {
    min-height: 0;
  }
}

.passwordEyeIcon {
  background-color: transparent;
  background-image: url(../../images/samples/passworseye.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  float: left;
  height: 50px;
  margin-left: 3%;
  margin-top: -14%;
  width: 50px;
}

input.login-button-link, input.register-button-link {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .passwordEyeIcon {
    background-color: #c0c0c0;
    background-image: url(../../images/samples/passworseye.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: left;
    height: 50px;
    margin-left: 3%;
    margin-top: -30%;
    position: relative;
    width: 50px;
  }
}

.register-by-email .text {
  color: black;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background: lightgrey;
  margin: auto;
}

input.register-button-link.login-mobile {
  text-decoration: none;
}

.form-fields_email, .Register_form .form-fields {
  padding-top: 2%;
}

.form-fields_Password .inputs {
  margin-top: 0;
}

.registration-page .buttons {
  margin-bottom: 0;
  padding: 0;
}

.form-fields_email .inputs {
  margin-top: 0;
}

.Register_form .title {
  margin-top: 7%;
}

.section_companyName .inputs > .required {
  position: absolute;
  top: 0;
}

.new-wrapper.register-block .text:before {
  display: none;
}

.login-page .new-wrapper {
  border: 0 solid #eee;
  border-radius: 3px;
  margin: 0 auto 30px;
  width: 100%;
}

.new-wrapper.register-block {
  margin: 0;
}

.returning-wrapper .fieldset .button-1 .login-button {
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all .2s ease;
  width: 100%;
}

.returning-wrapper .fieldset {
  margin: 0;
}

.login-button-link, .register-button-link {
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.forgot-password a {
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.login-page .inputs.reversed label {
  color: black;
  font-size: 12px;
  line-height: 17px;
}

.inputs input[type="text"] {
  color: black;
}

@media screen and (max-width: 1300px) and (min-width: 500px) {
  .registration-page .title {
    background-color: #0e3c70;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    margin: 0;
    padding: 18px;
    padding-bottom: 4%;
    padding-top: 2%;
    text-align: center;
  }

  .returning-wrapper .fieldset form {
    padding: 0;
  }

  .cityAndStreet .inputs > .required {
    left: auto !important;
    position: absolute;
    top: 0;
  }

  .form-fields_email .inputs > .required {
    left: auto !important;
    position: absolute;
    top: 0;
  }

  .section_companyName .inputs > .required {
    left: auto !important;
    position: absolute;
    top: 0;
  }

  .form-fields_Password .inputs > .required {
    left: auto !important;
    position: absolute;
    top: 0;
  }

  .passwordEyeIcon {
    background-color: #c0c0c0;
    background-image: url(../../images/samples/passworseye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: left;
    height: 50px;
    margin-left: 3%;
    margin-top: -6%;
    position: relative;
    width: 50px;
  }

  .registration-page {
    border: 1px #b0b0b0 solid;
    margin-bottom: 0;
    margin-top: 11%;
    max-width: none;
  }

  .page.registration-page .page-body {
    background: #FFFFFF 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
  }

  .page.registration-page .page-title {
    color: black;
    font-size: 35px;
    font-weight: 600;
    margin-top: 4%;
    text-align: center;
  }
}

@media (max-width: 700px) {

  #section_companyName {
    display: flex;
    flex-direction: column;
  }

  .inputs.Identity {
    order: 2;
  }

  .inputs.companyDiv {
    order: 1;
  }

  .inputs.FirastName {
    order: 3;
    margin-top: 0;
  }

  .inputs.LastName {
    order: 4;
    margin-top: 0;
  }

  .login-page .returning-wrapper form {
    border: 0;
    box-shadow: none;
    margin-top: 5%;
  }

  .login-page .title strong {
    color: black;
    font-size: 22px;
    font-weight: bold;
  }

  returning-wrapper .form-fields {
    padding: 0 20px 20px;
  }

  .page.registration-page, .login-page .title {
    background-color: white;
    margin-top: 5%;
  }

  .form-fields_Password .form-fields {
    width: 200%;
  }

  #register-button {
    background-color: #f79132;
    width: 100%;
  }

  .registration-page {
    border: 0 !important;
    margin-bottom: 0;
    max-width: none;
  }

    .registration-page .title {
      background-color: #0e3c70;
      border-radius: 3px 3px 0 0;
      font-size: 18px;
      margin: 0;
      padding: 18px;
      padding-bottom: 9%;
      padding-top: 3%;
      text-align: center;
    }

  .page.registration-page {
    margin-top: 15%;
    width: 100%;
  }

    .page.registration-page .page-title {
      font-size: 22px;
      font-weight: 600;
      margin-top: 2%;
      text-align: center;
    }

  .section_companyName {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

    .cityAndStreet .inputs > .required, .form-fields_email .inputs > .required, .section_companyName .inputs > .required {
      position: absolute;
      top: 40px;
    }

  .account-page {
    background-color: #ffffff;
    padding: 40px 10px;
  }

  .numbersSMS {
    font-size: 13px;
    margin-bottom: 5%;
  }

  .field-validation-error {
    color: #ff4f60;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 2px 0 0;
    text-align: center;
    white-space: normal;
  }

  .returning-wrapper .fieldset {
    margin: 0;
    width: 100%;
  }

    .returning-wrapper.fieldset form {
      padding-left: 0;
      padding-right: 0;
    }

  #flex {
    display: flex;
    flex-direction: column;
  }

  #a {
    order: 2;
  }

  #b {
    order: 1;
  }

  #c {
    order: 3;
  }

  .passwordEyeIcon {
    background-color: transparent;
    background-image: url(../../images/samples/passworseye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    height: 50px;
    float: left;
    width: 50px;
    position: relative;
    margin-left: 3%;
    margin-top: -10%;
  }

  .returning-wrapper .fieldset form {
    padding: 0;
  }

  .form-fields_Password .passwordEyeIcon {
    background-color: transparent;
    background-image: url(../../images/samples/passworseye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: left;
    height: 50px;
    margin-left: 3%;
    margin-top: -10%;
    position: relative;
    width: 50px;
  }

  .field-validation-valid {
    color: #f79132;
    display: block;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    white-space: normal;
  }

  .form-fields_email, .form-fields_Password, .cityAndStreet {
    column-gap: 5%;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .inputs > .required {
    left: 10px !important;
  }

  .page.registration-page .page-body {
    background: #FFFFFF 0 no-repeat padding-box;
    border: none;
    box-shadow: none;
  }

  .page.account-page.customer-info-page .fieldset {
    margin-top: 40px !important;
  }
    }

html.html-registration-page.k-safari.k-safari603.k-mobile .ui-dialog.ui-widget.ui-widget-content {
  background: white;
}

html.html-registration-page.k-safari.k-safari603.k-mobile .ui-dialog {
  box-shadow: rgba(13, 13, 13, 0.1) 0 0.25rem 0.375rem 0;
  height: auto !important;
  left: auto;
  max-width: 95%;
  position: fixed !important;
  right: auto;
  top: 100px !important;
  z-index: 20000;
}

html.html-registration-page.k-safari.k-safari603.k-mobile .ui-dialog-content .page-title {
  color: #8c8c8c;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

html.html-registration-page.k-safari.k-safari603.k-mobile .terms-of-service {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: right;
}

  html.html-registration-page.k-safari.k-safari603.k-mobile .terms-of-service input[type="checkbox"] + label {
    cursor: pointer;
    display: inline;
    font-size: 15px;
    font-weight: 300;
  }

.terms-of-service {
    background-color: transparent;
    border-radius: 2px;
    margin: 0 0 30px;
    margin-top: 5px;
    padding: 0;
    width: 100%;
}

.page-body .account-page .customer-message {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  margin-top: 15%;
  text-align: center;
  width: 50%;
}

.iconupdate iframe {
  border: 0 !important;
}

.customer-blocks .form-fields {
  display: flex;
  flex-direction: column;
  gap: 11px;
}


.gender input#gender-male, .gender input#gender-female, input#customerType-company, input#customerType-privateCustomer {
    right: auto;
}

.gender, .CustomerType {
    display: flex;
    gap: 30px;
}

label.forcheckbox {
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.gender .text-label, .CustomerType .text-label {
    margin-right: 20px;
}

.inputs.CustomerType {
    display: flex;
    flex-direction: column;
}

.page.registration-page .form-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

input#Newsletter label {
    width: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.cityAndStreet button.select2-selection__clear {
    height: 0 !important;
}

input#SmsValidationCode {
    border: 0;
    height: 0;
}