@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap");

.flexiAlign {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Let's get this party started */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

/* Track */

::-webkit-scrollbar-track {
  background: #f4f5f9;
  border-radius: 21px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #aab3b7;
  border-radius: 21px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #7a8285;
}

:root {
  scrollbar-face-color: rgb(210, 210, 210);
  /* Firefox 63 compatibility */
  scrollbar-track-color: rgb(122, 130, 133);
  /* Firefox 63 compatibility */
  scrollbar-color: rgb(170, 179, 184) rgb(238, 238, 238);
  scrollbar-width: thin !important;
}

.myclassOne {
  display: flex;
  justify-content: start;
  height: 76px;
  width: 59%;
  margin-top: 25px;
  align-items: center;
  margin-bottom: 36px;
}
.insideInput {
  width: 50px;
  height: 81px;
  margin-bottom: 25px;
  display: flex;
  height: 6px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#msg {
  opacity: 0.9;
  background-color: white !important;
}

#fm1 {
  padding: 0px 0px 1px 0px;
  display: flex;
  align-items: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

.accesskey {
  text-decoration: none;
}

.entidat {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 15px;
  text-align: center;
}
.institucion {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.usu {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.btn {
  width: 80px;
  padding: 10px;
  border: 1px solid #bf1b24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  /*display: block;*/
  cursor: pointer;
}

.btn-primary,
.btn-primary:visited {
  color: #fff;
  background-color: #bf1b24;
  border-color: #c10230;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #9b151d;
  color: #fff;
}

.btn-secondary,
.btn-secondary:visited {
  color: #444;
  background-color: #fff;
  border-color: #7e8083;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #444;
  background-color: #ddd;
}

.errors {
  opacity: 0.9;
  background-color: white !important;
}

.ib-logo {
  display: block;
  margin: 0 auto;
}

.login-box__help {
  display: block;
  padding: 1px 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  float: none;
  margin-left: 320px;
  margin-top: 3px;
}

.login-box__help:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.login-form__label,
.login-form__label_emergencyop {
  font-size: 13px;
  font-weight: bold;
  color: #2e2e2e;
  margin: 15px 0px 3px;
  display: block;
}

.login-form__label_emergencyop {
  margin: 10px 0px 5px;
}

.login-form__input,
.login-form__countries,
.login-form__input_emergencyop {
  width: 94%;
  text-indent: 5px;
  font-size: 14px;
  color: gray;
  height: 35px;
  background: #fff;

  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.login-form__countries {
}

.login-form__input:focus,
.login-form__countries:focus,
.login-form__input_emergencyop:focus {
  outline: none;
  border: 1px solid #6200ea;
}

.login-form__input--error {
  width: 94%;
  display: block;
  text-indent: 5px;
  font-size: 14px;
  color: gray;
  height: 35px;
  background: #fff;

  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.login-form__error {
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  color: #ae121b;
}

.login-form__btn-submit {
  background-color: #c10230;
  display: block;
  float: right;
  margin-top: 20px;
  padding-left: 15px;
  width: 50px;
  padding: 6px 8px;
}

.login-form__btn {
  float: right;
  margin-left: 10px;
}

.login-form__btns-container {
  margin: 20px auto;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 5px solid #333;
}

.error_msg {
  color: #ae121b;
  font-size: 12px;
  margin: 3px 0;
}

.error_input {
  outline: none;
  box-shadow: 0 0 3px #e31823;
}

.info {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
}

.info span:before {
  color: #8a6d3b;
  background-color: #fcf8e3;
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f071";
  margin-right: 5px;
}

.login__input_disabled {
  background: #cdcdcd;
}

.login_gestiona-claves {
  color: #e31823;
  font-size: 11px;
  display: block;
  margin-top: 15px;
  float: left;
  background: url(../img/icon-credentials.png) no-repeat 5px;
  padding: 7px 5px 0px 35px;
  height: 24px;
  text-decoration: none;
  text-decoration: underline;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.credenciales-box {
  width: 800px;
  max-width: 800px;
}

.credenciales-form__btns-container {
  padding: 0 15px;
}

.change-credentials__section {
  padding: 15px;
}

.change-credentials__section:before,
.change-credentials__section:after {
  content: "";
  display: table;
}

.change-credentials__section:after {
  clear: both;
}

.change-credentials__section {
  *zoom: 1;
}

.change-credentials__inputs {
  width: 350px;
  float: left;
  margin-bottom: 40px;
}

.rules-title {
  color: #fff;
  font-size: 14px;
  border-bottom: 3px solid #ae121b;
  background-color: #e31823;
  text-transform: uppercase;
  padding: 5px;
}

.rules-container {
  width: 350px;
  padding: 15px;
  font-size: 12px;
  float: right;
  color: #7e8083;
  margin: 0px;
  padding: 15px;
  border: 1px solid #faebcc;
  position: relative;
  margin-top: 25px;
}

.rules-container:after {
  content: " ";
  position: absolute;
  top: 15px;
  left: -5%;
  margin-top: -5px;
  border-width: 8.5px;
  border-style: solid;
  border-color: transparent #faebcc transparent transparent;
}

.rules-container {
  padding-left: 22px;
  line-height: 21px;
}

.rule {
  position: relative;
}

.rule:before {
  left: -12px;
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  content: "\f0dA";
}

.invalid-rule {
  color: #ae121b;
}

.invalid-rule:before {
  left: -15px;
  content: "\f00d";
  color: #ae121b;
}

.rules-subtitle {
  font-size: 12px;
  border-bottom: 1px solid #7e8083;
}

.rules-subtitle:after {
  content: "";
  display: block;
  margin: 6px 0px 0px 0px;
  width: 44px;
  border-top: 4px solid;
  border-color: #7e8083;
}

.change-user-component {
  text-align: right;
  font-weight: bold;
}

label.cb-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-size: 11px;
  color: #000;
}

label.cb-label:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  bottom: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
}

input.cb-input[type="checkbox"] {
  display: none;
}

input.cb-input[name="checkChangeUser"]:checked
  + input[name="_checkChangeUser"]
  + label:after {
  content: "\2713";
  font-size: 12px;
  color: #ae121b;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
}

label.cb-confidential-table-after {
  bottom: -2px;
}

.navigation-bar-right {
  float: right;
  margin-right: 0px;
}

.navigation-bar > li {
  float: left;
}

.navigation-bar > li > a {
  color: #2e2e2e;
  padding: 5px 15px 0 5px;
  font-size: 13px;
  text-decoration: none;
}

.navigation-bar > li > a:hover {
  text-decoration: underline;
  color: #ae121b;
}

.navigation-bar-no-btn {
  cursor: default;
}

.navigation-bar > li > a.navigation-bar-no-btn:hover {
  text-decoration: none;
  color: #2e2e2e;
}

.nav-icon {
  float: none;
  width: 20px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.entities-list li.ln-no-match {
  border: medium none;
  font-size: 12px;
  border: 1px solid;
  padding: 10px;
}

.ln-letters a {
  background-color: #bf1b24;
  color: #fff;
  border: none;
  border-right: 1px solid #cdc;
  padding: 5px 10px;
}

.ln-letters a.ln-disabled {
  color: #7e8083;
  background-color: #fff;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  color: #ae121b;
}

.confirm-change-box {
  width: 800px;
}

.logout-box {
  width: 800px;
}

.navigation-bar-btn {
  height: 20px;
  text-align: center;
  padding-top: 3px;
  float: left;
  margin-top: -5px;
}

.header-icon-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  text-align: center;
  padding-top: 3px;
  float: left;
  padding-right: 5px;
  margin-top: -5px;
}

/**
                MENSAJES
**/
.msgs-main {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  box-shadow: 0px -1px 2px #cdc;
}

.msgs-box {
  width: 480px;
  margin: 0 auto;
  margin-top: 10%;
  padding-bottom: 10px;
  opacity: 0.9;
}

.msgs-box:before,
.msgs-box:after {
  content: " ";
  display: table;
}

.msgs-box:after {
  clear: both;
}

.msgs-main_navigation {
  padding: 15px 0px 0px 10px;
  height: 35px;
  background-color: #fff;
}

.msg-header {
  color: #77bf81;
  margin: 10px auto;
}

.msg-box__title {
  font-size: 18px;
  color: #333;
  margin-bottom: 13px;
}

.msg-box__extra-info {
  line-height: 1.5em;
  font-size: 14px;
  color: #555;
  text-align: justify;
}

.msg-header__symbol {
  font-size: 45px;
  float: left;
}

.msg-box__body {
  max-width: 400px;
  margin-left: 15px;
  float: left;
}

.msg-header__text-sucess,
.msg-header__symbol-sucess {
  color: #66bb90;
}

.msg-header__text-error,
.msg-header__symbol-error {
  color: #c94c4c;
}

.msg-box__link {
  text-decoration: underline;
  color: #23527c;
}

.msgs-box_logo {
  margin-left: 50px;
  margin-bottom: 60px;
}

.msgs-box__btn {
  width: auto;
  min-width: 80px;
  max-width: 150px;
  margin-top: 40px;
  float: right;
}

.loading {
  color: #0d806b;
  width: 50px;
  height: 50px;
  margin: 15px auto;
}

.question-icon:visited,
.question-icon {
  padding: 5px;
  color: #000;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  text-align: right;
}

.footer-container {
  background-color: rgb(255, 255, 255);
  height: 20px;
  bottom: 0px;
  position: fixed;
  width: 100%;
  text-align: left;
  opacity: 0.8;
  padding-top: 5px;
  padding-left: 10px;
}

.header-container {
  background-color: #fff;
  width: 100%;
  opacity: 0.9;
  text-align: center;
  border-color: rgba(34, 34, 34, 0.05);
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}

/*Fondo completo*/

@media all and (max-width: 480px) {
  div.login-box {
    margin: 0 auto !important;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .login-box:before,
  .login-box:after {
    content: none;
  }
  .ib-logo {
    background-image: url("/cas/images/logo_151x26.png");
    width: 151px;
    height: 26px;
  }
  .ib-logo-min {
    background-image: url("/cas/images/logo_151x26.png");
    width: 151px;
    height: 26px;
  }

  .credenciales-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .change-credentials__inputs {
    float: none;
    width: 100%;
  }

  .rules-container {
    float: none;
    width: 100%;
  }

  .rules-container:after {
    display: none;
  }

  .footer {
    display: none;
  }

  .msgs-box {
    width: 100%;
  }

  .msgs-box_logo {
    margin: 0 auto;
  }

  .msg-header__symbol {
    float: none;
    text-align: center;
    margin: 10px 0;
    font-size: 25px;
  }

  .msg-box__body {
    width: 100%;
    margin-left: 0;
    float: left;
  }

  .msg-box__extra-info {
    text-align: center;
    padding: 0 10px;
  }

  .msgs-box__btn {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
  }
}

.ib-logo {
  background-image: url("/cas/images/logo-7c65811ace3dbb32164d98ba6dc042f9.png");
  width: 190px;
  height: 36px;
}

@media all and (max-width: 480px) {
  .ib-logo {
    background-image: url("/cas/images/logo_128x35-e1048a6f8e43abded36e872541b687f2.png");
    width: 128px;
    height: 35px;
  }
  .full-bg-img {
    background: none;
  }
}

@media screen and (max-width: 1280px) {
  .titulo {
    font-size: 25px;
    top: 11%;
  }
}
@media screen and (max-width: 990px) {
  .titulo {
    font-size: 15px;
    top: 11%;
  }
}

/* Rebranding 2*/

body {
  height: 100vh; /* full viewport height */
  margin: 0;
  min-height: 100%;

  font-family: "Inter", sans-serif;
  padding: 0;
}
.operadorOculto {
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
input#operadorEmergencia {
  max-width: 18px;
  margin-top: 5px;
}

a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;

  text-align: center;
  color: white !important;
}

a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.mymargen {
  margin: auto;
  position: relative;
  text-align: center;
}

.main {
  display: flex;
  flex-direction: row;
  background-color: #3b0092;
  min-height: 100vh;

  margin: auto;
}

.form {
  display: flex;
  flex-direction: column;
  width: 70%;
  align-items: center;
  margin-top: 5%;
  color: white;
  gap: 20px;
}
input {
  outline: none;
  text-indent: 10px;
  margin-bottom: 10px;
  width: 292px;
  height: 40px;
  padding: 0;

  background: #ffffff;

  border: 1px solid #74777f;
  border-radius: 4px;
}

.downSize {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.downSize:hover {
  text-decoration: underline;
}

select {
  outline: none;
  margin-bottom: 10px;
  width: 292px;
  height: 40px;
  padding: 0px 0px 0px 10px;

  background: #ffffff;

  border: 1px solid #74777f;
  border-radius: 4px;
}

form {
  display: flex;
  flex-direction: column;
}

.img {
  width: 30%;
  background-color: white;
}

.img2 {
  width: 30%;
  background-color: white;
}

.title {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: -15px;
}
.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.submit {
  width: 203px;
  height: 40px;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  padding: 0px 24px;
  border-radius: 8px;
  margin-top: 10px;
}
.mid {
  display: flex;
  justify-content: center;
}
.logo {
  position: relative;
  left: 40px;
  top: 30px;
  height: 50px;
  z-index: 50;
}

.logo-error {
  background: url("/cas/css/logo-b6f7ea3971d40327eb1a3989b803a270.svg");
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position-x: center;
  display: block;
  height: 73px;
  position: relative;
  left: 40px;
  top: 30px;
  width: 95px;
  z-index: 50;
}

.logo img {
  width: 95px;
}

.logo img2 {
  width: 95px;
}
.titulo {
  font-family: Red Hat Display;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  margin: auto;
  line-height: 34px;
  top: 10%;
  color: #3b0092;
  max-width: 302px;
}
.img {
  background: url(/cas/css/first-image-login-65446648e66e7741f153f5df7b11774a.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.img2 {
  background: url(/cas/css/second-image-login-6d3972211354a5df0f9108065b7cd9c3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  background-position: center;
}
.border-radius {
  display: block;
  height: 24px;
  width: 24px;
  background: url("/cas/css/border-d048a7a3b72501dc889c7bc0edacf773.png");
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: absolute;
  /* right: 26px; */
  left: 70.3%;
  top: 0;
  /* margin-left: 1048px; */
}
.cruz {
  background: url("/cas/css/cruz-6d111767458f0b0c3b1c7f47eacc4850.png");
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position-x: center;
  display: block;
  height: 85px;
  margin-top: 10%;
  width: 85px;
}

.tilde {
  background: url("/cas/css/tilde-ba46f358c936c0c2ff181769b508a38b.png");
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position-x: center;
  display: block;
  height: 85px;
  margin-top: 10%;
  width: 85px;
}

/*Rebranding*/

body {
  font-family: "Inter", sans-serif;
}

.loginBack {
  background-color: #3b0092;
}

.backHeader {
  background-color: white;
  height: 90px;
  box-shadow: 0px 3px 5px 0px rgba(166, 166, 166, 1);
}

.imgHeader {
  margin-left: 10%;

  margin-top: 26px;
  width: 190px;
}

.imgHeaderLogo {
  width: 190px;
  margin-top: 26px;
  margin-left: 10%;
}

.titleBody {
  display: flex;
  justify-content: flex-end;
  margin: 2% 12% 3%;
  flex-direction: column;
}

.flexEnd {
  display: flex;
  justify-content: center;
}

.titleWelcome {
  font-family: "Montserrat", sans-serif;

  font-weight: 100;
  font-size: 24px;
  color: #b68df5;
}

.titleMagenta {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: bolder;
  padding-left: 5px;
  color: #6200ea;
}

.flexCenterTable {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flexCenterTable2 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.magentaBack {
  display: none;
}

.magentaBack2 {
  display: none;
}

.magentaBack3 {
  display: none;
}

.tableBackBody {
  background-color: #3b0092;
  justify-content: center;
  /* width: 40%; */

  max-width: 550px;
  width: 40%;
  min-width: 609px;
  border-radius: 12px;
  transition: all ease 0.5s;
}

.tableBackBody2 {
  justify-content: center;
}

.displayFlexColumn {
  display: flex;
  flex-direction: column;
}

.padtbody {
  padding: 30px 50px;
}

.displayFlexRow {
  display: flex;
  flex-direction: row;
}

.width60 {
  display: flex;
  width: 60%;
}

textarea:focus,
input:focus {
  outline: none;
}

select:focus,
select:focus {
  outline: none;
}

.textBoxDisabled {
  width: 60%;
  font-size: 14px;
  color: white;
  display: flex;
}

.inputBoxEntities {
  font-size: 14px;
  color: gray;
  height: 35px;
  text-indent: 5px;
  background: #fff;
  margin-top: 25px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  width: 200px;
  background-image: url(/cas/css/search-f09005cad7eaa28e887b36bd91b9262a.png);
  background-repeat: no-repeat;
  padding-left: 29px;
  /* padding-top: 1px; */
  background-position: 6px 4px;
}

.inputBoxEntities:hover {
  border: 1px solid #6200ea;
}

.textBox {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.widthBox {
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.secondLineBox {
  display: flex;
  width: 100%;
  margin-top: 15px;
  justify-content: space-between;
}

.buttonOK {
  width: 203px;
  height: 44px;
  cursor: pointer;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  padding: 0px 24px;
  border-radius: 8px;
  line-height: 37px;
  margin-top: 10px;
}

.buttonCancel {
  width: 203px;
  height: 40px;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: white;
  color: rgb(59, 0, 146) !important;
  border: none;
  padding: 0px 24px;
  border-radius: 8px;
  line-height: 39px;
  margin-top: 10px;
}

.buttonCancel:hover {
  color: rgb(59, 0, 146) !important;
  text-decoration: none;
}

.padButton {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.percent13 {
  width: 13%;
}

.centerMessage {
  display: flex;
  width: 40%;
  flex-direction: column;
  margin-top: 10%;
}

.centerBoxMessage {
  padding: 30px 0px 0px;
}

.iconError {
  font-size: 35px;
  font-weight: bold;
  color: #455a64;
  text-align: center;
}

.error-container {
  padding: 7px;
  font-size: 16px !important;
  color: #fff;
  position: relative;
  border-radius: 4px;
  display: block;
  margin: auto;
  font-weight: 500;
}

.error-container2 {
  padding: 7px;
  font-size: 14px !important;
  color: #fff;
  position: relative;
  border-radius: 4px;
  display: block;
  margin: auto;
  font-weight: 400;
}

.messageError {
  font-size: 14px;
  color: #2f3034;
  background-color: #ffdde5;
  border: 1px solid #cf0031;
  margin: 12px;
  border-radius: 12px;
  padding: 11px 20px;
  background-position-x: 8px;
  background-position-y: 10px;
  text-indent: 24px;
  background-image: url(/cas/css/error-f80f65a6a8854fb507eabde02f5ae146.png);
  background-repeat: no-repeat;
}

.subtitleError {
  font-size: 13px;
  margin-top: 25px;
  font-weight: 500;
  margin-top: 5px;
}

.displayMessage {
  display: flex;
  justify-content: center;
}

.displayCenterEntity {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.shadowHeader {
  padding-bottom: 20px;
  box-shadow: 0px 5px 5px 0px rgba(166, 166, 166, 1);
}

.width190Image {
  width: 190px;
}

.padTop15 {
  padding: 15px 0px 0px 0px;
}

.marginLat80 {
  margin: 0% 8%;
}

.displayFlexOnly {
  display: flex;
}

.displayFlexEntities {
  display: flex;
  justify-content: space-between;
}

.displayFlex {
  display: flex;
  justify-content: flex-end;
}

.marginTop20 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.marginTop10 {
  margin-top: 10%;
}

.marginTop15 {
  margin-top: 15px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.padTop18 {
  padding-top: 18px;
  padding-left: 5px;
}

.textBox5 {
  font-size: 20px;
  font-family: "montserrat";
  font-weight: bold;
  color: #3b3b44;
  margin: 0px 0px 0px 40px;
}

.overflowError {
  overflow: auto;
  height: 300px;
}

.backUser {
  font-size: 12px;
  background-color: #f4f4f9;
  padding: 5px;
  border-radius: 4px;
  margin: 15px 20px 5px 0px;
  color: #455a64;
}

.width5Image {
  width: 14px;
  margin-bottom: 5px;
}

.pageDC {
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.backItem {
  background-color: #3b0092;
  border-radius: 12px;
  display: block;
  transition: all 0.5s ease;
}

.backItem:hover {
  box-shadow: 0px 10px 30px #7090b04d;
}

.padGeneral10 {
  padding: 10px;
  margin-bottom: 15px;
}

.decorNull {
  text-decoration: none;
}

.textBoxSub {
  font-size: 15px !important;
  max-width: 200px;
  margin: auto;
  font-weight: 600 !important;
}

.margin80 {
  margin: 0% 8% 0% 8%;
}

ul.listEntities {
  height: 400px;
  overflow: auto;
  width: 747px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

ul.listEntities > li {
  display: flex;
  max-width: 394px;
  flex-direction: column;
  max-height: 89px;
  min-width: 44%;
  margin: 10px;
  border: solid 1px white;
  justify-content: center;
}

.imgSearch {
  width: 26px;
  margin-right: 10px;
  margin-top: 20px;
}

.tableHeader {
  display: table;
  width: 100%;
  height: 90px;
  table-layout: fixed;
  box-shadow: 0px 3px 5px 0px rgba(166, 166, 166, 1);
}

.tableLeft {
  width: 3%;
  display: table-cell;
  text-align: left;
}

.tableRight {
  width: 30%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.tableCenter {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.iconHeader {
  color: #6200ea;
  padding: 0px 5px;
  cursor: pointer;
  width: 36px;
}

.app-header_logo {
  width: 190px;
}

.marginRight15 {
  margin-right: 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.displayFlex50 {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.boxInternalHelp {
  font-size: 14px;
  margin: 20px 0px 10px 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  color: white;
}

.padItemHelp {
  padding: 5px 0px;
}

.fontBold {
  font-weight: 500;
}

.divError2 {
  color: #a94442;
}

.pError {
  font-size: 14px;
  color: #2f3034;
  background-color: #ffdde5;
  border: 1px solid #cf0031;
  margin: 12px;
  border-radius: 12px;
  padding: 11px 20px;
  background-position-x: 8px;
  background-position-y: 10px;
  text-indent: 24px;
  background-image: url(/cas/css/error-f80f65a6a8854fb507eabde02f5ae146.png);
  background-repeat: no-repeat;
}

.padLeft5 {
  padding-left: 5px;
}

.padLeft30 {
  padding-left: 30px;
}
.padLeft55 {
  padding-left: 55px;
  padding-bottom: 10px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.backBottomGray {
  display: flex;
  flex-direction: column;
}

.buttonRight {
  display: flex;
  justify-content: flex-end;
  padding: 10px 30px 15px;
}

.textBoxLitle {
  font-size: 14px;
  /* padding: 0px 30px 0px 4%; */
  line-height: 1;
  text-indent: 0;
  margin: 0px 0px 5px 10px;
  text-align: center;
}

.entidad-spinner {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.spinner {
  margin: auto;
  border: 14px solid #f7f7f7;
  border-radius: 50%;
  border-top: 14px solid #6200ea;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*------------Popup styles --------------*/

#sessionTimeoutPopupBox {
  height: 300px;
  width: 308px;
  border-color: #74777f;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.session-timeout-msg-header {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
  color: #2f3034;
}

#sessionTimeoutPopupBox button {
  width: 203px;
  height: 40px;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  padding: 0px 24px;
  border-radius: 8px;
  margin-top: 10px;
}

#sessionTimeoutPopupBoxClose #sessionTimeoutCountdown {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: gray;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
}

.session-timeout-msg-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  text-align: center;
  letter-spacing: 0.25px;

  /* On Surface */

  color: #2f3034;
}
.mod-img {
  background: url(/cas/css/wrong-9b2e19a377d7ca16a961930f79e42890.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position-x: center;
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: -2px;
  margin: auto;
}

/* Key Management */
.key-management-body {
  margin: 0px;
}

#casKeyManagement {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 22px;
  font-family: "Inter";
  background-color: white;
  min-height: 100vh;
}

.key-management-generic-title {
  font-family: "Red Hat Display";
  font-size: 28px;
  line-height: 36px;
  color: #292d36;
  text-align: center;
}

.key-management-header {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/cas/images/header-vector-left-f9643634b5947928890c1600b8ee4fa6.png") left no-repeat,
    url("/cas/images/header-vector-right-fe38fe4d15208ce85443712a7647e676.png") right no-repeat;
  background-color: #22005d;
  z-index: 1;
}

.key-management-header-logo {
  width: 156px;
  height: 40px;
}

.key-management-link-back {
  margin-top: 29px;
  display: flex;
  gap: 5px;
  width: 95%;
  cursor: pointer;
}

.key-management-link-back-icon {
  transform: rotate(180deg);
}

.key-management-title-1 {
  margin: 0px 63px 8px 63px;
}

.key-management-description {
  margin: 0px 63px 48px 63px;
  font-size: 16px;
  text-align: center;
}

.key-management-link {
  letter-spacing: 0.1px;
  font-size: 16px;
  color: #2172dc !important;
  line-height: 22px;
  text-underline-position: under;
  text-decoration: underline;
}

.key-management-link:hover {
  letter-spacing: 0.1px;
  color: #2172dc !important;
  line-height: 22px;
  text-underline-position: under;
  text-decoration: underline;
  cursor: pointer;
}

.key-management-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, auto); /* 2 rows */
  column-gap: 49px;
  row-gap: 32px;
  margin: 0px 63px 64px 63px;
}

@media (max-width: 1470px) {
  .key-management-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }

  .key-management-steps-column {
    width: 100%;
  }

  .key-management-grid-item {
    display: flex;
    justify-content: center;
  }

  /* Reordering the grid items */
  .item1 {
    order: 1;
  }
  .item4 {
    order: 2;
    position: relative;
    top: 0px !important;
  }
  .item2 {
    order: 3;
  }
  .item5 {
    order: 4;
    position: relative;
    top: 0px !important;
  }
  .item3 {
    order: 5;
  }
  .item6 {
    order: 6;
  }
}

.item4,
.item5 {
  position: relative;
  top: -36px;
}

.key-management-steps-column {
  display: flex;
  flex-direction: column;
}

.key-management-steps-column-title {
  width: 100%;
  text-align: left;
}

.key-management-steps-column-list {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding-left: 20px;
  list-style: disc;
}

.key-management-steps-column-list-item {
  font-size: 14px;
}

.key-management-steps-picture-column {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-management-steps-picture-image {
  height: 310px;
}

.key-management-steps-picture-QR {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.key-management-steps-picture-QR-text {
  font-size: 12px;
  line-height: 14px;
  font-family: "Inter";
  text-align: center;
  min-width: 88px;
}

.key-management-qr {
  border-radius: 4.73px;
  outline-offset: 2px;
  outline: 1.2px solid #b2b7c4;
  height: 81px;
  width: 81px;
}

.key-management-title-2 {
  margin: 0px 63px 48px 63px;
}

.key-management-card-container {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 0px 63px 64px 63px;
}

.key-management-card {
  border-radius: 12px;
  border: 1.2px solid #b2b7c4;
  padding: 12px 12px 12px 24px;
  width: 50%;
  position: relative;
  max-width: 460px;
  display: flex;
  flex-direction: column;
}

.key-management-card-title {
  margin-bottom: 20px;
}

.key-management-card-list {
  padding-left: 20px;
  font-size: 14px;
  list-style: auto;
}

.key-management-card-list-inner {
  list-style: disc;
  padding: 0px;
  padding-left: 4px;
}

.key-management-card-link {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key-management-card-link-icon {
  height: 27px;
  width: 27px;
}

.key-management-title-3 {
  margin: 0px 63px 8px 63px;
}

.key-management-warning-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 16px;
}

.key-management-warning-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.key-management-key-warning-description {
  color: #0381a8;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.key-management-final-text {
  margin: 0px 63px 112px 63px;
  font-size: 16px;
  text-align: center;
}
.key-management-card-picture {
  margin: auto;
  padding-right: 30px;
}
.key-management-card-new {
  border-radius: 12px;
  border: 1.2px solid #b2b7c4;
  padding: 10px 24px 10px 24px;
  width: 650px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.key-management-card-item-text {
  margin: auto;
}
.key-management-card-text {
  margin-top: 6px;
  margin-bottom: 0px;
  width: 95%;
}
.key-management-card-container-new {
  display: flex;
  gap: 17px;
  margin: 0px 3% 64px 3%;
}
.key-management-card-link-icon-new {
  height: 27px;
  width: 27px;
  margin: auto;
}
.key-management-steps-container {
  display: flex;
  width: 100%;
  gap: 17px;
  margin: 0px 3% 30px 3%;
  justify-content: center;
}
.key-management-title-qr {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}
.key-management-card-qr {
  display: flex;
  justify-content: center;
  max-width: 640px;
}
.key-management-title-download-app {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  width: 55%;
  text-align: left;
  display: flex;
  align-items: center;
}
.key-management-box-qr {
  display: flex;
}
.key-management-steps-card {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}
.key-management-box-title-qr {
  display: flex;
  flex-direction: column;
  width: 39%;
}
.key-management-text-open-app {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.key-management-text-open-app-bold {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.key-management-list-style {
  list-style: disc;
}
.key-management-list-style-margin {
  margin-top: 1px;
}
.key-management-warning-wrapper-new {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.key-management-link-margin {
  margin: auto;
}
@media (max-width: 1325px) {
  .key-management-card-container-new {
    flex-direction: column;
  }
  .key-management-steps-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
}
@media all and (max-width: 670px) {
  .key-management-card-new {
    width: 90%;
    align-items: center;
  }
  .key-management-card-container-new {
    align-items: center;
  }
}

.carousel {
  width: 30%;
  max-width: 500px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  right: 0;
  margin-left: auto;
}
.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-images img {
  width: 100%;
  flex-shrink: 0;
}
.carousel-dots {
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 40%;
}
.carousel-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
  background-color: #94bcf0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-dots .active {
  width: 24px;
  background-color: #1b5fb7;
}
.password-wrapper {
  position: relative;
  display: inline-block;
}
.password-wrapper input {
  padding-right: 2.5rem;
  box-sizing: border-box;
  width: 100%;
}
input::-ms-reveal {
  display: none;
}
.password-toggle {
  position: absolute;
  top: 15%;
  right: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.password-toggle img {
  width: 18px;
  height: 18px;
}
button:focus {
  border: none !important;
  outline: none !important;
}