/* These styles are generated from project.scss. */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#page-topbar {
  left: 0px;
  height: 72px;
  /* UI Properties */
  background: transparent linear-gradient(270deg, #253570 0%, var(--unnamed-color-426da9) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #253570 0%, #426da9 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-bottom: 0px;
}

#topnav {
  margin-top: 72px;
  height: 64px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 5px;
}

#page-header-user-dropdown {
  font-size: 14px;
  color: white;
}

#logo-sm {
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
}

#logo-lg {
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
}

#footer {
  color: #76838f;
  opacity: 1;
  height: 48px;
  padding: 14px;
}

/* #navbar-header { */
/* height: 72px; */
/* padding: 10px; */
/* } */

#feather-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.login-h-center {
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
}

.powered-by {
  bottom: 32px;
  position: absolute;
  justify-items: center;
  font-size: 12px;
}

.card-number {
  font-size: 40px;
  color: white;
}

.card-image {
  top: 293px;
  left: 632px;
  width: 56px;
  height: 46px;
  background: var(--unnamed-color-7a0f5d) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: white;
}

.show-image {
  width: 35px;
  height: 35px;
}

.card-color-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: var(--unnamed-color-af1685) 0% 0% no-repeat padding-box;
  background: #1d4f91 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 5px #f1f2f4;
  border-radius: 1rem;
}

.card-color-1 .card-image {
  color: #112f56;
}

.card-color-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: var(--unnamed-color-6d2077) 0% 0% no-repeat padding-box;
  background: #6d2077 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 5px #f1f2f4;
  border-radius: 1rem;
  opacity: 1;
}

.card-color-2 .card-image {
  color: #3f1245;
}

.card-color-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: var(--unnamed-color-AF1685) 0% 0% no-repeat padding-box;
  background: #af1685 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 5px #f1f2f4;
  border-radius: 1rem;
  opacity: 1;
}

.card-color-3 .card-image {
  color: #6a0f52;
}

.card-table-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 2rem 2rem;
  padding-bottom: 1rem;
}

/* #btn-create {
  background: #1D4F91;
  max-width: 200px;
  font-weight: 500;
  font-size: 16px;
  color: white;
  border-radius: 8px;
} */

#toggle-btn {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  background-color: grey;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

#toggle-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  transition: transform 0.2s ease-in-out;
}

#toggle-btn.active {
  background-color: green;
}

#toggle-btn.active::before {
  transform: translateX(20px);
}

.table-titles-centered {
  text-align: center;
  vertical-align: middle;
}

.btn-creation {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #1d4f91;
  border-color: #1d4f91;
  border-radius: 10px;
}

.btn-creation:hover {
  color: #fff;
  background-color: #1d4f91;
  border-color: #1d4f91;
}

.btn-check:focus+.btn-creation,
.btn-creation:focus {
  color: #fff;
  background-color: #1d4f91;
  border-color: #1d4f91;
  -webkit-box-shadow: 0 0 0 0.15rem #1d4f91;
  box-shadow: 0 0 0 0.15rem #1d4f91;
}

.btn-check:active+.btn-creation,
.btn-check:checked+.btn-creation,
.btn-creation.active,
.btn-creation:active,
.show>.btn-creation.dropdown-toggle {
  color: #fff;
  background-color: #1d4f91;
  border-color: #1d4f91;
}

.btn-check:active+.btn-creation:focus,
.btn-check:checked+.btn-creation:focus,
.btn-creation.active:focus,
.btn-creation:active:focus,
.show>.btn-creation.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.15rem #1d4f91;
  box-shadow: 0 0 0 0.15rem #1d4f91;
}

.btn-creation.disabled,
.btn-creation:disabled {
  color: #fff;
  background-color: #1d4f91;
  border-color: #1d4f91;
}

.btn-cancel {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-1d4f91);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #1d4f91;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  color: #1d4f91;
}

.btn-cancel:hover {
  color: #1d4f91;
  border-color: #1d4f91;
}

.text-left {
  text-align: left;
}

.toggle-btn {
  place-content: center;
}

.create-image-modal p {
  font-size: 14px;
  font-weight: 500;
  color: #1d4f91;
}

.create-image-modal-input {
  max-width: 85%;
}

.create-image-thumbnail {
  background-color: #f4f5f8;
}

.banner-home {
  width: 100%;
  height: 213px;
  background-image: url("../images/dashboard/banner-azul.a8560f824671.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 5%;
  border-radius: 15px;
  box-shadow: 0px 8px 8px #324dab1f;
}

.banner-home .banner-home-title {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.banner-home .banner-home-subtitle {
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.7;
}

.card-home {
  color: #374557;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 8px #324dab1f;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-home i {
  color: #af1685;
}

.card-home .card-title {
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-374557);
  text-align: left;
  font: normal normal medium 18px/24px Roboto;
  letter-spacing: 0px;
  color: #374557;
  opacity: 1;
  margin-left: 16px;
  padding-top: 8px;
}

.card-title .card-subtitle {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-14) / var(--unnamed-line-spacing-24) var(--unnamed-font-family-roboto);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-a098ae);
  text-align: left;
  font: normal normal normal 14px/24px Roboto;
  letter-spacing: 0px;
  color: #a098ae;
  opacity: 1;
}

.card-img-home {
  height: 255px;
  width: 32%;
  box-shadow: 0px 8px 8px #324dab1f;
  border-radius: 8px;
  background: url("../images/dashboard/img-banner@2x.e6f0d4a356ff.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .card-img-home {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* .modal-add-user {
  min-width: 40%;
} */

.form-check-input:checked {
  background-color: #1d4f91;
  border-color: #1d4f91;
}

.user-badge {
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.user-badge.activo {
  background-color: #56b921;
}

.user-badge.pendiente {
  background-color: #ff8f1c;
}

.user-badge.bloqueado {
  background-color: #ff3636;
}

div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #ced4da;
}

.modal-element-label {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

.modal-title-blue-label {
  font-size: 14px;
  font-weight: 500;
  color: #1d4f91;
}

.richText-help {
  display: none !important;
}

.richText-btn {
  color: black !important;
}

.dropzone {
  width: 85%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #1d4f91 !important;
  font-size: 14px;
}

.dz-message-text {
  color: #1d4f91 !important;
  font-size: 18px;
  font-weight: 500;
}

#img-preview-div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.disabled-toggle+label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Security */

.card-security .card-title {
  font-size: 20px;
  font-weight: 500;
  color: #1d4f91;
}

.card-security span {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.card-security small {
  letter-spacing: 0px;
  color: #76838f;
  opacity: 1;
}

.card-security input[type="text"],
.card-security input[type="number"] {
  border: 1px solid #ced4da;
  border-radius: 5px;
  width: 115px;
}


.disabled-action {
  opacity: 0.5;
}

.rounded-corners {
  border-radius: 30px !important;
}

.before {
  color: #AF1685;
  font-weight: 500;
}

.after {
  color: #AF1685;
  font-weight: 500;
}

.border-right-grey {
  border-right: 1px solid grey;
  padding-right: 25px;
  margin-right: 15px;
}

.mbl-4 {
  margin-bottom: 4px;
}

.mbl-16 {
  margin-bottom: 16px;
}

.mbt-4 {
  margin-bottom: 4px;
}

.mbt-16 {
  margin-bottom: 16px;
}

.mbf-4 {
  margin-bottom: 4px;
}

.mbf-16 {
  margin-bottom: 16px;
}

.helper-text {
  color: gray;
  font-size: small;
}

.datatable-button {
  color: #999;
  transition: color 0.3s;
}

.datatable-button:hover,
.datatable-button.active {
  color: #AF1685;
}


.last_login {
  margin-bottom: 0;
  display: flex;
  place-content: end;
  font-size: 12px;
  color: #76838f;
}