.modal-dialog.security {
  max-width: 990px;
}
.modal-content.security {
  height: 554px;
}
.modal-title.security {
  font-size: 40px;
  margin-bottom: 8px;
  padding-right: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #222;
}
.sect-content.security {
  width: 100%;
  display: flex;
  float: left;
  text-align: start;
  padding-bottom: 0px;
  padding-top: 32px;
  min-height: unset;
}
.section-options-security {
  position: relative;
  display: flex;
  padding: 32px 0;
}
.custom-radio {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  position: relative;
  margin-bottom: 8px;
  margin-top: 8px;
  width: auto;
  margin-inline-end: 16px;
}
button.button-option.security {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  border: 1px solid #B0B0B0;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 16px #efefef;
}
button.button-option.security .sect-left i {
  font-size: 24px;
  padding-inline-end: 16px;
  margin-bottom: 12px;
  display: flex;
}
.title-option {
  display: block;
}
.section-button-security {
  display: flex;
  width: 100%;
}
.page-option {
  width: 100%;
  -webkit-transition: width 0.5s;
  float:left;
  height: 464px;
}
.page-option.open {
  width: 100%;
  opacity: 1;
}
.page-option.closed {
  width: 0px;
  opacity: 0;
}
.column-option-device {
  width: 300px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  margin-right: 32px;
  min-height: 360px;
}
.introduction-text {
  font-size: 16px;
  color: #565656;
  padding-bottom: 16px;
}
.column-option-device ul li span {
  font-size: 14px;
  line-height: normal;
  padding-inline-end: 0;
}
.section-input-device .requirement-password {
  margin: 0;
}
.section-device-result {
  min-height: 400px;
  width: 100%;
  /* background: red */
}
.section-input-device {
  margin-top: 24px;
  height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -16px;
  padding-right: 16px;
  z-index: 1;
  position: relative;
}
.titles-device {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-bottom: 4px;
}

span.letter {
  padding: 2px 4px;
  margin: 0 4px;
  border-radius: 4px;
  font-weight: bold;
}

span.digit {
  padding: 2px 4px;
  margin: 0 4px;
  border-radius: 4px;
  font-weight: bold;
}

/* Estilo para la barra de scroll */
.section-input-device::-webkit-scrollbar {
  width: 4px; /* Ancho de la barra de scroll */
}

/* Estilo para el riel de la barra de scroll */
.section-input-device::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color del riel del scroll */
}

/* Estilo para el pulgar de la barra de scroll */
.section-input-device::-webkit-scrollbar-thumb {
  background-color: #888; /* Color del pulgar del scroll */
  border-radius: 6px; /* Bordes redondeados del pulgar */
}

/* Estilo para el pulgar de la barra de scroll al estar sobre él */
.section-input-device::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Cambia el color al pasar el ratón sobre el pulgar */
}

.text-detail-device {
  color: #565656;
}
.section-device {

}
.button-change-device-mobile {
  display: none;
}
.ima-deg {
  display: none;
}
.sect-buttons.security {
  padding-top: 8px;
}
.section-detail-soft-token {
  display: flex;
}
.section-detail-soft-token:first-child {
  margin-bottom: 24px;
}
.circle-number-step {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 2px solid #222;
   border-radius: 32px;
   height: 32px;
   width: 32px;
   color: #222;
   font-size: 16px;
   margin-inline-end: 16px;
   background-color: transparent;
   position: relative;
   font-weight: bold;
}
.text-detail-soft-token {
  padding-inline-start: 0px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;

}
.title-detail-soft-token {
  font-size: 18px!important;
  color: #222!important;
  font-weight: 600!important;
  margin-bottom: 4px;
}
.text-detail-soft-token span {
 font-size: 16px;
 line-height: 20px;
 font-weight: normal;
 color: #565656;
}
.text-detail-soft-token span a {

}
.text-detail-soft-token span a img {
  height: 32px;
  width: auto;
  margin-top: 4px;
}
.image-download-soft-token {
  margin-top: 8px;
}
.lists-device li {
  list-style: none;
}

@media (max-width: 1200px) {

  .modal-dialog.security {
    max-width: 848px;
  }
  .section-input-device {
    height: 275px;
  }

}

@media (max-width: 992px) {


}

@media (max-width: 768px) {

  .sect-content.security {
    flex-direction: column;
    padding-top: 8px;
  }
  .column-option-device {
    width: 100%;
    height: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .modal-content.security {
    height: auto;
  }
  .section-input-device {
    min-height: auto;
  }
  .input100 .modal-body {
    height: auto;
  }
  .sect-buttons.security {
    border-top: 0;
    padding-top: 0;
  }
  .section-device-result {
    min-height: auto;
  }
  .normal-modal .modal-content.security {
    border-radius: 8px;
    border: 0;
    margin-bottom: 0;
  }
  .modal-title.security {
    font-size: 28px;
    margin-bottom: 8px;
    padding-right: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  .button-change-device-mobile {
    display: inline-flex;
    margin-top: 10px!important;
    margin-bottom: 41px;
    float: right;
    font-size: 15px;
  }
   .lists-device {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
   }

  .ima-deg {
    background: linear-gradient( to right, transparent, white);
    width: 40px;
    position: absolute;
    right: 16px;
    height: 44px;
    z-index: 1;
    display: block;
  }
  .section-device {
    min-height: 300px;
  }
  .section-input-device {
    min-height: 206px;
    margin-top: 16px;
  }
  .section-input-device.validation {
    height: 144px;
    min-height: 114px;
    margin-top: 16px;
  }
  .section-input-device {
    height: auto;
  }

}

@media (max-width: 576px) {

  .column-option-device form ul.lists-device {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
  }
  .column-option-device form ul.lists-device li {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    margin: 0 2px;
    overflow: hidden;
    padding: 8px 4px;
    position: relative;
    border: 1px solid #eee;
  }
  .column-option-device form ul.lists-device li:first-child {
    margin-inline-start: 0px;
  }

  .column-option-device form ul.lists-device li:last-child {
    margin-inline-end: 0px;
  }

  .column-option-device form ul.lists-device li label.custom-radio {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    margin-inline-end: 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .column-option-device form ul.lists-device li label.custom-radio input+span:before {
    left: auto;
  }

  .column-option-device form ul.lists-device li label.custom-radio input+span:after {
    left: auto;
  }

  .column-option-device form ul.lists-device li span {
    font-size: 13px;
    line-height: normal;
    padding-inline-end: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 4px;
    margin-inline-start: 0;
  }

  .section-detail-soft-token {
    display: flex;
    margin-bottom: 16px;
  }

  .sect-content.security {
    flex-direction: column;
    padding-top: 8px;
  }
  .column-option-device {
    width: 100%;
    height: auto;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 20px;
  }
  .modal-content.security {
    height: auto;
  }
  .section-input-device {
    min-height: inherit;
    margin-right: 0;
    padding-right: 0;
    margin-top: 16px;
    height: auto;
  }
  .section-input-device.validation {
    height: 144px;
    min-height: 114px;
    margin-right: 0;
    padding-right: 0;
    margin-top: 16px;
  }
  .security .modal-body {
    height: 100vh;
  }
  .sect-buttons.security {
    border-top: 0;
    padding-top: 0;
    position: relative;
    margin: 0px;
    width: 100%;
  }
  .section-device-result {
    min-height: auto;
  }
  .normal-modal .modal-content.security {
    border-radius: 0px;
    border: 0;
    margin-bottom: 0;
  }
  .modal-title.security {
    font-size: 24px;
    margin-bottom: 8px;
    padding-right: 24px;
    font-weight: bold;
    line-height: 27px;
  }
  .title-detail-soft-token {
    font-size: 16px!important;
    color: #222;
    font-weight: bold;
  }
  .text-detail-soft-token span {
   font-size: 14px;
   line-height: 17px;
  }

  .text-detail-device {
    min-height: 40px;
    font-size: 14px;
  }
  .section-device {
    min-height: inherit;
    height: calc(100vh - 316px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal.security {
    padding: 0!important;
  }
  .modal-dialog.security {
    margin: 0;
  }
  .modal-content.security .modal-body .icon-close {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 22px;
    font-weight: normal;
    z-index: 1;
  }

  .section-device:not(:has(.sect-buttons.security)) {
    height: calc(100vh - 230px);
  }


}

@media (max-height: 667px) {

  .section-input-device {
    min-height: 160px;
    height: auto;
  }

  .section-input-device.validation {
    min-height: 145px;
    height: 145px;
  }


}
