/* @import url("/proxy/https/id.yettel.bg/id/css/brand.css"); */
/* @import url("/proxy/https/id.yettel.bg/id/css/fonts.css"); */

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

body.ios {
  height: 100dvh;
}

body {
  font-family: 'font-regular';
  background: var(--bgcolor-body);
  height: 100vh;
  width: 100vw;
  max-width: 600px;
  margin: auto;
  overflow: auto;
  color: var(--color-prime);
}

input {
  font-family: 'font-regular';
  outline: none;
  color: var(--color-text);
}

input:focus {
  border: var(--input-border-focus);
}

.relative {
  height: 100%;
  overflow: auto;
}

/* BEGIN: non GRID support */
.box {
  font-family: 'font-regular';
  background-color: var(--bgcolor-prime);
  width: 527px;
  margin: auto;
  height: 100%;
  max-height: max-content;
}

@supports (-moz-appearance: none) {
  .box {
    height: 717px;
  }
}

/* LOGO */
.logo {
  display: table-row;
  height: fit-content;
}

.logo-cell {
  padding: 11% 0px 30px 0px;
  text-align: left;
  font-family: "font-light";
  font-size: 28px;
}

.logo img {
  width: 96px;
}

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

/* ERROR */
.error-container>td {
  padding: 0px 50px;
}

.error {
  background: var(--color-alert);
}

.ok-error {
  background: var(--btn-color-ok);
}

.notice-error {
  background: var(--color-notice);
}

.error>div {
  display: table-cell;
  vertical-align: middle;
}

.error>div:first-child {
  width: auto;
}

.error>div:last-child {
  text-align: center;
  width: 10%;
}

#error {
  border-radius: var(--input-radius);
  width: 100%;
  table-layout: auto;
  display: table;
  padding: 16px 0px;
}

#error td:first-child {
  width: 52px;
  text-align: center;
  min-height: 36px;
}

#error img {
  width: 20px;
  margin: 8px 16px;
}

/* HEAD */
.head {
  padding: 0px 50px;
  width: 100%;
}

.head>.text {
  font-family: "font-light";
  min-height: 28px;
  font-size: 18px;
  line-height: 20px;
  color: var(--header-text);
}

.head>div {
  padding: 6px 0px;
}

.head>div#heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

/*-------*/

/* FORM */
.form>.content-general {
  padding: 20px 50px;
  padding-top: 10px;
}

.form>.text {
  font-size: 16px;
  line-height: 20px;
}

/*-------*/

/* FOOTER */
.footer {
  padding: 10px 0px;
  align-items: center;
  padding: 0px 18px 14px 18px;
}

.flex-container {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  height: 100%;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.inl {
  display: inline-block;
  /* padding: 0px 5px; */
  text-align: center;
  vertical-align: middle;
}

.flex-container .inl:first-child {
  text-align: left;
  /* padding: 0px 5px 0px 0px; */
}

.flex-container .inl:last-child {
  text-align: right;
  padding: 0px 30px 0px 10px;
  /* border-left: 2px solid var(--footer-line); */
}

.footer .inl#popup-privacy {
  padding-left: 24px;
}

.footer .inl#popup-privacy,
.footer .inl#popup-faq {
  /* width: 1%; */
  color: #4D657A;
  text-decoration: underline;
  font-family: "font-light";
}

.footer .inl current {
  color: var(--color-text);
}

.footer .inl a {
  color: #4D657A;
}

/*-------*/

/* BODY */
.button {
  display: table;
  table-layout: auto;
  width: 100%;
  padding: 0px 50px;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 8px 0px;
  font-size: 16px;
}

.button-cell {
  display: table-cell;
  width: 100%;
  /* padding: 12px 24px; */
}

.button>.button-cell:last-child {
  text-align: right;
}

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

.fit-cont {
  height: 1%;
}

.top-cont {
  vertical-align: top;
}

.bottom-cont {
  vertical-align: bottom;
}

.errorlogo {
  width: 50%;
  z-index: 1;
}

.error-border {
  border: 2px solid var(--color-error) !important;
}

.worning-border {
  border: 2px solid var(--color-worning) !important;
}

.strong-border {
  border: 2px solid var(--color-active) !important;
}

.text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.content-sms {
  padding: 20px 50px;
  padding-top: 10px;
}

.content-sms>div {
  margin: 0px 0px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.content-general>div {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.content-general>.text,
.content-general>.text>a {
  padding-top: 20px;
  color: #4D657A;
  font-family: "font-light";
  font-size: 12px;
}

.text-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  flex-basis: 50%;
}

.text-label.double {
  padding: 10px 0px;
}

.text-label-error {
  color: var(--input-error-color);
  position: relative;
  top: 1px;
  font-size: 12px;
  line-height: 15px;
}

.text-label-worning {
  font-size: 12px;
  line-height: 15px;
  color: var(--color-worning);
  position: relative;
  top: 1px;
}

.text-label-strong {
  font-size: 12px;
  line-height: 15px;
  color: var(--btn-color-ok);
  position: relative;
  top: 1px;
}

#error-msg {
  display: none;
  font-size: 14px;
  color: var(--input-error-color);
  padding-top: 9px;
}

#registration-input {
  display: flex;
  justify-content: space-between;
}

#tc_gdpr_holder a,
#send_sms a {
  text-decoration: underline;
}

/* hide trap */
.form {
  position: relative;
  z-index: 1;
}

form.form>* {
  z-index: 1;
  position: relative;
  background: #fff;
}

.form .user-name {
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  width: 100px;
  cursor: none;
}

/* BEGIN: for non GRID browsers */
#inputBox.error-border {
  border: 1px solid var(---input-border-error-color);
  outline: none;
}

#inputBox.focus-border {
  border: var(--input-border-focus) !important;
  outline: none;
}

#inputBox.just-text {
  background: var(--bgcolor-disabled);
  /* z-index: 1; */
  /* position: relative; */
}

#inputBox.just-text input {
  color: var(--color-unselected);
}

.box-input {
  font-family: 'font-regular';
  background: var(--input-bgcolor);
  width: 100%;
  /* height: 40px; */
  display: table;
  border-radius: var(--input-radius);
  /* border: var(--input-border); */
  padding: 12px 16px;
}

.box-input>* {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.box-input>#flag {
  margin-left: auto;
  margin-right: auto;
  border: none;
  display: none;
}

.box-input>#bgtel-text {
  color: var(--input-text);
  width: 38px;
  margin: 0px auto;
  border: none;
}

.box-input>.input,
.box-input>input {
  width: calc(100% - 4px);
  margin-left: 2px;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  /* margin: 8px; */
  font-size: 16px;
  font-family: 'font-regular';
  color: var(--color-prime);
  line-height: 24px;
}

.box-input>#confirmed {
  border: none;
}

.focus-border {
  border: var(--input-border-focus) !important;
  outline: none;
}

#inputBox.just-text>* {
  color: var(--color-unselected);
}

/* END: for non GRID browsers */

.container {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* CHECK BOX */
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 28px;
  width: 28px;
  background: var(--bgcolor-prime);
  border: var(--check-border);
  box-sizing: border-box;
  border-radius: var(--border-radius);
}

.checkmark:focus {
  background: var(--bgcolor-focus);
}

/* On mouse-over, add a grey background color */
.container input:hover~.checkmark {
  background-color: var(--bgcolor-focus);
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: var(--check-bgcolor-check);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 15px;
  border: solid var(--color-prime);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.code-input {
  background: var(--input-bgcolor);
  color: var(--color-prime);
  width: 6%;
  height: 100%;
  padding: 5%;
  border: none;
  border-radius: 4px;
}

a {
  color: var(--color-prime);
  text-decoration: none;
}

.reg-form input {
  border: var(--input-border);
  border-radius: var(--input-radius);
}

.reg-form input:focus {
  border: var(--input-border-focus);
}

#button-next.white,
.white-button {
  background: #ffffff;
  color: var(--color-prime);
  border: solid 2px var(--color-prime);
}

#button-back,
#button-cancel,
#button-skip,
#button-next,
#button-passkey,
.reg-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  min-width: 150px;
  padding: 12px 24px;
  border-radius: var(--btn-radius);
}

#button-next,
#button-passkey,
.blue-button {
  color: var(--bgcolor-prime);
  background: var(--color-prime);
  border: var(--input-border-focus);
  width: 100%;
  max-width: unset;
}

#button-back,
#button-cancel,
#button-skip,
#button-skip-pk-reg,
[data-control="drawer"],
.blue-button {
  /* color: var(--color-prime);*/
  color: #0070E0;
  background: var(--bgcolor-prime);
  border: none;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

/* PASSKEY */

tr.passkey .button-cell:has(#button-next) {
  display: none;
}

tr.passkey.active .button-cell:has(#button-next) {
  display: block;
}

tr.passkey.active #button-next {
  background: var(--color-prime);
  color: var(--bgcolor-prime);
}

tr.passkey.active #show-passkey-design {
  display: none;
}

tr.passkey .password-field {
  display: none;
}

tr.passkey.active .password-field {
  display: block;
}

tr.passkey .forgot-pass {
  display: none;
}

tr.passkey.active .forgot-pass {
  display: block;
}

tr.passkey .button-cell:has(#button-passkey-second) {
  display: none;
}

tr.passkey.active .button-cell:has(#button-passkey-second) {
  display: block;
}

tr.passkey #button-passkey {
  display: inline-block;
}

tr.passkey.active #button-passkey {
  display: none;
}

tr.passkey td.regular {
  display: none;
}

tr.passkey.active td.regular {
  display: inline-block;
}

tr.passkey td.passkey {
  display: inline-block;
}

tr.passkey.active td.passkey {
  display: none;
}


@media (max-width: 410px) {

  #button-back,
  #button-cancel,
  #button-skip,
  #button-next {
    min-width: 125px;
  }
}

.a-btm-link {
  color: var(--color-prime);
}

.eye-icon,
.eyeclose-icon {
  float: right;
  margin-left: 0px;
  margin-top: -31px;
  position: relative;
  right: 17px;
  z-index: 2;
  opacity: 50%;
}

.eye-icon::after {
  content: url("/proxy/https/id.yettel.bg/id/images/eyesopen.svg");
  display: block;
  width: 20px;
}

.eyeclose-icon::after {
  content: url("/proxy/https/id.yettel.bg/id/images/eyesclose.svg");
  display: block;
  width: 20px;
}

/* Removing clear and reveal password icons from IE10 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

@supports (-moz-appearance: none) {
  tr.fit-cont {
    height: 1px;
  }
}

@media only screen and (max-width: 750px) {
  .box {
    /* width: 500px; */
    max-height: unset;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
    /* line-height: 17px; */
  }

  input {
    font-family: 'font-regular';
  }

  .box {
    width: 100vw;
    min-height: unset;
    /* iOS bboyanov */
    max-height: unset;
    margin: 0px;
  }

  .error {
    padding: 10px 0px;
  }

  .logo-cell {
    font-size: 18px;
    line-height: 23px;
  }

  .head {
    padding: 0px 20px 0px 20px;
  }

  .head>div {
    padding: 0px 0px 5px 0px;
  }

  .head>div#heading {
    font-size: 18px;
    line-height: 22px;
  }

  .head>.text {
    min-height: 0px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    min-height: 24px;
  }

  .form>.content-general {
    padding: 10px 20px;
  }

  .content-general>div {
    font-size: 14px;
    line-height: 17px;
  }

  .content-general>input {
    padding-left: 10px;
  }

  .box-input,
  .box-input>.input,
  .box-input>input {
    font-family: 'font-regular';
    font-size: 14px;
  }

  .box-input>#flag {
    width: 40px;
  }

  .box-input>#bgtel-text {
    width: 40px;
  }

  .box-input>#confirmed {
    /* width: 40px; */
    padding-top: 3px;
  }

  .content {
    padding: 10px 20px;
  }

  .content-sms {
    padding: 0px 20px;
  }

  .content-sms>div {
    font-size: 16px;
    line-height: 20px;
  }

  .container {
    font-size: 14px;
    line-height: 17px;
  }

  .checkmark {
    width: 25px;
    height: 25px;
  }

  .button {
    padding: 0px 20px;
  }

  .footer {
    /* height: 52px; */
    padding: 0px 18px 14px 18px;
  }

  .footer .flex-container {
    font-size: 14px;
    line-height: 17px;
  }

  @supports (-moz-appearance: none) {
    tr.fit-cont {
      height: 1px;
    }
  }
}

@media only screen and (max-height: 650px) {
  .reg-form {
    grid-row-gap: 10px;
  }

  .box {
    min-height: unset;
  }
}

.f1418 {
  font-size: 14px;
  line-height: 18px;
}

.c73 {
  color: var(--am-text);
}