/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

/* Estilos con clase "color-sf-2" */
.text-sf-1{
  color: #101820;
}
.text-sf-2{
  color: #381967;
}
.bg-sf-1 {
  background-color: #381967;
  color: #fff;
}
.bg-sf-2 {
  background-color: #101820 !important;
  color: #fff;
}
.bg-sf-3 {
  background-color: #381967;
  color: #101820;
}
.bg-sf-4 {
  background-color: #101820;
  color: #381967;
}
.color-sf-2 {
  background-color: #101820;
  color: #fff;
}

.color-sf-2 h1 {
  color: #fff;
  text-align: center;
}

.color-sf-2 h2 {
  color: #fff;
  text-align: center;
}

.color-sf-2 p {
  color: #fff;
  line-height: 1.6;
}

.color-sf-2 span {
  color: #fff;
  font-weight: bold;
}

.color-sf-2 a {
  color: #fff;
  text-decoration: none;
}

.color-sf-2 button {
  background-color: #101820;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.color-sf-2 button:hover {
  background-color: #0d1319;
}

.color-sf-2 .border {
  border: 1px solid #fff;
  padding: 10px;
}

button.color-sf-1 {
  background-color: #381967 !important;
  border: #381967 !important;
  color: #fff;
}
button.color-sf-1:hover {
  background-color: #381967 !important;
  color: #fff;
}
button.color-sf-2 {
  background-color: #101820;
  border: #101820;
  color: #fff;
}
button.color-sf-2:hover {
  background-color: #381967;
  color: #fff;
}
@media (min-width: 767px) {
#btnCrearNuevoModal{
  display: flex !important;
    justify-content: flex-end;
}
}
@media (max-width: 767px) {
  #btnCrearNuevoModal{
    display: flex !important;
      justify-content:center;
  }
  }


.rounded-0 {
  border-radius: 0px !important;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-2-top {
  border-top-left-radius: 20px!important;
  border-top-right-radius: 20px!important;
}
.rounded-3 {
  border-radius: 30px !important;
}
.rounded-4 {
  border-radius: 40px !important;
}
.rounded-5 {
  border-radius: 50px !important;
}
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}
.w-60 {
  width: 60% !important;
}

@media (max-width: 767px) {
  .bg-holder {
    background-image: url(../img/bg-index.webp) !important;
    border-radius: 0px 0px 20px 20px;
  }
  #titleLogin {
    margin-top: -10em;
  }
}
@media (min-width: 767px) {
  .bg-holder {
    background-image: url(../img/bg-index.webp) !important;
    border-radius: 0px 50px 50px 0px;
  }
}

.alert {
  opacity: 0; 
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

li.item-sidebar{
  padding: 0.4em 0.6em;
}
li.item-sidebar:hover, li.item-sidebar:active {
  background: rgb(0 48 135 / 10%);
  padding: 0.4em 0.6em;
  border-radius: 10px;
  color: #101820 !important;
  border-right: 4px solid #381967;
}
.navbar-vertical.navbar-card .navbar-collapse {
max-height: calc(100vh - 1.2rem - 0.7rem) !important;
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.navbar-card .navbar-vertical-content{
padding: .5rem .4rem 0 0.4rem !important;
}
}
/**
*  Tables
*/
table, .gridjs-wrapper, .gridjs-footer {
  border: none !important;
  box-shadow: none !important;
}
.gridjs-head {
  padding-left: 1.4em !important;
}
.gridjs-search-input {
  width: 250px;
  min-width: 290px;
  border-radius: 50px !important;
}
/**
*       Select Tom
*/
.ts-control {
  border: none !important;
}

.ts-wrapper.form-select.single {
  border-radius: 0.85rem;
  min-height: calc(1.5 + 0.625rem + 1px);
  line-height: 1.5rem !important;
  font-size: 1rem;
  background-color: var(--falcon-input-bg) !important;
  background-size: 16px 12px;
  border: 1px solid var(--falcon-border-color);
  padding: 0.2604166667rem 4rem 0.2604166667rem 1rem;
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
  box-shadow: var(--falcon-box-shadow-inset);
}

.ts-wrapper.form-select.single:active, .dropdown-active {
  border-radius: 0.85rem 0.85rem 0rem 0rem !important;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.85rem 0.85rem !important;
  border: 1px solid var(--falcon-200) !important;
  -webkit-box-shadow: var(--falcon-box-shadow) !important;
  box-shadow: var(--falcon-box-shadow) !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-top: -0.01rem !important;
  padding-bottom: 0.4rem;
}
.ts-dropdown .option, .ts-dropdown .optgroup-header, .ts-dropdown .no-results, .ts-dropdown .create {
  padding: 10px 8px !important;
  
}
div#selectExample1-ts-dropdown > div:hover, div#selectExample1-ts-dropdown > div:active  {
  background-color: #381967 !important;
  color: #ffffff;
}


.form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
.form-check {
padding-left: 2.5em;
}

.hidden {
  display: none;
}

#btnPassView,
#btnPassHide {
  z-index: 100;
  cursor: pointer;
  margin-left: -30px; /* Ajusta esto según tu diseño */
}


