body {
  max-width: 767px;
  position: relative;
}

input {
  background-color: transparent !important;
}

html {
  display: flex;
  justify-content: center;
}

.iframeContentHeader span {
  font-family: var(--fontFirst);
  display: inline-block;
  background-color: var(--mainColor);
  color: var(--colorIframeHead);
  font-size: 1.3rem;
  padding: 15px 40px;
  border-radius: 15px 15px 0 0;
}

.iframeContentBody {
  font-family: var(--fontSecond);
  background-color: var(--backIframe);
  padding: 40px 60px;
  display: grid;
  grid-gap: 20px;
}

@media screen and (max-width: 550px) {
  .iframeContentBody {
    padding: 20px 30px;
  }
}

.iframeContentBody .box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  align-items: center;
}

.iframeContentBody .box .form_custom_2 {
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.17);
  padding: 20px;
  margin-top: 10px;
}

.iframeContentBody .box .form_custom input,
.iframeContentBody .box .form_custom_2 input {
  border-color: #ccc;
  border-radius: 0;
  box-sizing: border-box;
  border-style: solid;
  padding: 2.5px 10px;
  width: 100% !important;
  background-color: white !important;
}

.iframeContentBody .box .form_custom>div,
.iframeContentBody .box .form_custom_2>div {
  padding: 0 !important;
}

.iframeContentBody .box .form_custom>div:first-of-type,
.iframeContentBody .box .form_custom>div:nth-of-type(2),
.iframeContentBody .box .form_custom>div:nth-of-type(5),
.iframeContentBody .box .form_custom_2>div:first-of-type,
.iframeContentBody .box .form_custom_2>div:nth-of-type(2),
.iframeContentBody .box .form_custom_2>div:nth-of-type(5) {
  float: initial !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-bottom: 5px !important;
  align-items: center;
  grid-gap: 5px 10px;
}

.iframeContentBody .box .form_custom>div:first-of-type>div:first-child,
.iframeContentBody .box .form_custom>div:nth-of-type(2)>div:first-child,
.iframeContentBody .box .form_custom>div:nth-of-type(5)>div:first-child,
.iframeContentBody .box .form_custom_2>div:first-of-type>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(2)>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(5)>div:first-child {
  font-size: 0.8rem;
  font-weight: normal !important;
  text-align: right;
}

@media screen and (max-width: 500px) {

  .iframeContentBody .box .form_custom>div:first-of-type,
  .iframeContentBody .box .form_custom>div:nth-of-type(2),
  .iframeContentBody .box .form_custom>div:nth-of-type(5),
  .iframeContentBody .box .form_custom_2>div:first-of-type,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(2),
  .iframeContentBody .box .form_custom_2>div:nth-of-type(5) {
    grid-template-columns: 1fr;
  }

  .iframeContentBody .box .form_custom>div:first-of-type>div:first-child,
  .iframeContentBody .box .form_custom>div:nth-of-type(2)>div:first-child,
  .iframeContentBody .box .form_custom>div:nth-of-type(5)>div:first-child,
  .iframeContentBody .box .form_custom_2>div:first-of-type>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(2)>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(5)>div:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}

.iframeContentBody .box .form_custom>div:nth-of-type(3)>div,
.iframeContentBody .box .form_custom_2>div:nth-of-type(3)>div {
  float: initial !important;
  height: auto !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  float: initial !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-bottom: 5px !important;
  align-items: center;
  grid-gap: 5px 10px;
}

.iframeContentBody .box .form_custom>div:nth-of-type(3)>div>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(3)>div>div:first-child {
  font-size: 0.8rem;
  font-weight: normal !important;
  text-align: right;
}

@media screen and (max-width: 500px) {

  .iframeContentBody .box .form_custom>div:nth-of-type(3)>div,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(3)>div {
    grid-template-columns: 1fr;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(3)>div>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(3)>div>div:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}

.iframeContentBody .box .form_custom>div:nth-of-type(4)>div,
.iframeContentBody .box .form_custom_2>div:nth-of-type(4)>div {
  display: block !important;
}

.iframeContentBody .box .form_custom>div:nth-of-type(4)>div>div,
.iframeContentBody .box .form_custom_2>div:nth-of-type(4)>div>div {
  float: initial !important;
  height: auto !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  float: initial !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-bottom: 5px !important;
  align-items: center;
  grid-gap: 5px 10px;
}

.iframeContentBody .box .form_custom>div:nth-of-type(4)>div>div>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(4)>div>div>div:first-child {
  font-size: 0.8rem;
  font-weight: normal !important;
  text-align: right;
}

@media screen and (max-width: 500px) {

  .iframeContentBody .box .form_custom>div:nth-of-type(4)>div>div,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(4)>div>div {
    grid-template-columns: 1fr;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(4)>div>div>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(4)>div>div>div:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div {
  display: block !important;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div {
  float: initial !important;
  height: auto !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  float: initial !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-bottom: 5px !important;
  align-items: center;
  grid-gap: 5px 10px;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div>div:first-child {
  font-size: 0.8rem;
  font-weight: normal !important;
  text-align: right;
}

@media screen and (max-width: 500px) {

  .iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div {
    grid-template-columns: 1fr;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div>div:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2),
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) {
  padding: 0 !important;
  font-size: 0.8rem;
  position: relative;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select {
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #ccc;
  color: #000;
  padding: 2.5px 5px;
  padding-right: 2em;
  outline: none;
  width: 100%;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select::placeholder,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select::placeholder {
  opacity: 1;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::before,
.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::before,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after {
  /*  Custom dropdown arrow */
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: transparent;
  box-sizing: border-box;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 0.5rem;
  top: calc(50% - 0.45rem);
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::before,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  background-color: var(--mainColor);
}

.iframeContentBody .box .form_custom>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after,
.iframeContentBody .box .form_custom_2>div:nth-of-type(6)>div>div:nth-child(1)>div:nth-child(2)::after {
  color: rgba(0, 0, 0, 0.6);
}

.iframeContentBody .box .form_custom>div:nth-of-type(7),
.iframeContentBody .box .form_custom_2>div:nth-of-type(7) {
  float: initial !important;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding-bottom: 5px !important;
  align-items: center;
  grid-gap: 5px 10px;
}

.iframeContentBody .box .form_custom>div:nth-of-type(7)>div:first-child,
.iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:first-child {
  font-size: 0.8rem;
  font-weight: normal !important;
  text-align: right;
}

@media screen and (max-width: 500px) {

  .iframeContentBody .box .form_custom>div:nth-of-type(7),
  .iframeContentBody .box .form_custom_2>div:nth-of-type(7) {
    grid-template-columns: 1fr;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(7)>div:first-child,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:first-child {
    font-size: 0.8rem;
    text-align: left;
  }
}

.iframeContentBody .box .form_custom>div:nth-of-type(7)>div:nth-child(2),
.iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:nth-child(2) {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr 26px 1fr;
  align-items: center;
  grid-gap: 3.5px;
}

@media screen and (max-width: 550px) {

  .iframeContentBody .box .form_custom>div:nth-of-type(7)>div:nth-child(2),
  .iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:nth-child(2) {
    display: grid;
    grid-template-columns: 8px 18px 1fr auto 1fr auto 1fr;
    align-items: center;
    grid-gap: 3.5px;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(7)>div:nth-child(2) input:first-of-type,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:nth-child(2) input:first-of-type {
    grid-column-end: span 2;
    grid-column-start: 2;
  }

  .iframeContentBody .box .form_custom>div:nth-of-type(7)>div:nth-child(2) input:last-of-type,
  .iframeContentBody .box .form_custom_2>div:nth-of-type(7)>div:nth-child(2) input:last-of-type {
    grid-column-start: 3;
    grid-column-end: span 5;
  }
}

.iframeContentBody .box .item {
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.17);
  padding: 20px;
}

.iframeContentBody .box .item .cabecera {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-gap: 5px;
  padding: 10px 0;
  color: #808285;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 550px) {
  .iframeContentBody .box .item .cabecera {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
  }

  .iframeContentBody .box .item .cabecera>span {
    text-align: left;
    grid-column-end: span 3;
    justify-self: flex-start;
  }
}

.iframeContentBody .box .item .cabecera span {
  color: var(--mainColor);
}

.iframeContentBody .box .item .cabecera .buttons {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
}

@media screen and (max-width: 400px) {
  .iframeContentBody .box .item .cabecera .buttons {
    grid-column-end: span 3;
    grid-template-rows: 1fr 1fr;
  }
}

.iframeContentBody .box .item .cabecera div {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

.iframeContentBody .box .item .cuerpo {
  padding: 10px 0;
}

.iframeContentBody .box .ext {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr 26px 1fr;
  align-items: center;
  grid-gap: 3.5px;
}

.iframeContentBody .box .phone {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr 26px 1fr;
  align-items: center;
  grid-gap: 3.5px;
}

.iframeContentBody .box input {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  background-color: white !important;
}

@media screen and (max-width: 550px) {
  .iframeContentBody .box .ext {
    display: grid;
    grid-template-columns: 8px 18px 1fr auto 1fr auto 1fr;
    align-items: center;
    grid-gap: 3.5px;
  }

  .iframeContentBody .box .ext input:first-of-type {
    grid-column-end: span 2;
    grid-column-start: 2;
  }

  .iframeContentBody .box .ext input:last-of-type {
    grid-column-start: 3;
    grid-column-end: span 5;
  }

  .iframeContentBody .box .phone {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr;
    align-items: center;
    grid-gap: 3.5px;
  }
}

#css_button_submit,
#css_button_user {
  background-color: var(--buttonMain);
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  text-transform: uppercase;
}

.buton {
  padding: 5px 10px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  align-items: center;
}

.buton.select,
.buton.default {
  background: var(--buttonMain);
  color: white;
}

.buton.delete {
  background-color: #AAAAAA;
  color: white;
}

.buton.edit .pecil {
  background-image: url("../../images/Pencil-Icon_Gray.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

@media screen and (max-width: 400px) {
  .buton {
    font-size: 0.8rem;
    padding: 2.5px 5px;
  }
}

#css_button_close {
  display: none;
}

#css_button_cancel {
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  text-transform: uppercase;
  background-color: var(--buttonSecondarySecond);
}

#css_button_back {
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  text-transform: uppercase;
  background-color: var(--buttonSecondary);
}

/*# sourceMappingURL=iframe_account_address.css.map */