.link-initial span {
  font-size: 24px;
  border-radius: 20px;
  background-color: white;
  display: block;
  width: 100%;
}

.login-button {
  max-width: 20rem;
}

.contenedor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  overflow: auto;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.contenedor-modal::-webkit-scrollbar {
  -webkit-appearance: none;
}
.contenedor-modal::-webkit-scrollbar:vertical {
  width: 10px;
}
.contenedor-modal::-webkit-scrollbar-button:increment, .contenedor-modal::-webkit-scrollbar-button {
  display: none;
}
.contenedor-modal::-webkit-scrollbar:horizontal {
  height: 10px;
}
.contenedor-modal::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.contenedor-modal::-webkit-scrollbar-track {
  border-radius: 10px;
}

.popup {
  background-color: white;
  /*border-radius: 2.4rem ;*/
  top: 0;
  position: relative;
  max-width: 860px;
  width: 80%;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
  /* padding: 2.4rem;*/
}

.show-modal {
  visibility: visible;
  opacity: 1;
}

.popup-xl {
  min-width: 920px !important;
}

.td-float {
  position: relative;
  display: block;
  margin: auto;
  /*justify-content: center;
  align-items: center;*/
  background-color: green;
}

.button-float {
  position: absolute;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: yellow;
  /*display: inline-block;
  width: 100%;
  height: 100%;*/
}

.contenido-maximo {
  width: -moz-max-content;
  width: max-content;
}

legend.scheduler-border {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
}

.figure-icon {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.figure-icon .content-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.figure-icon .content-icon i {
  font-size: 30px;
  color: white;
}
.figure-icon .content-icon svg {
  color: white;
}

.contendor-tipo-usuario {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4px;
}
.contendor-tipo-usuario .item {
  padding: 1.5rem;
  border-radius: 2rem;
}
.contendor-tipo-usuario .item button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contendor-tipo-usuario .item button img {
  display: block;
  width: 80px;
  text-align: center;
}
.contendor-tipo-usuario .item button span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
  display: block;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, -10px);
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper {
  width: -moz-max-content;
  width: max-content;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -5px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
  margin: 0;
}

.multiselect {
  min-height: initial !important;
}

.multiselect-single-label-text {
  font-size: 12px !important;
}

.multiselect-dropdown .multiselect-options .multiselect-option span {
  font-size: 12px !important;
}

.multiselect-tags {
  padding: 0.8px;
  margin: 0 !important;
}
.multiselect-tags .multiselect-tag {
  font-size: 1.6px;
  padding: 0.8px;
  border-radius: 0.8px;
}
.multiselect-tags .multiselect-tags-search-wrapper {
  transform: translateY(-40%);
  padding: 0.3px 0.8px;
}
.multiselect-tags .multiselect-tags-search-wrapper .multiselect-tags-search {
  padding: 0 !important;
}

.multiselect-tags .multiselect-tags-search-wrapper {
  transform: translateY(0) !important;
}

/**Loader*/
.error-input {
  border: 1px solid #e32a2a !important;
}

.success-input {
  border: 1px solid #20bd20 !important;
}

.content-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 60;
  /*opacity: 0.3;*/
  animation: animaBg 10s linear infinite;
}

@keyframes animateBg {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.loader {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader span {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}

.loader span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #696cff;
  box-shadow: 0 0 10px #696cff, 0 0 20px #696cff, 0 0 40px #696cff, 0 0 60px #696cff, 0 0 80px #696cff, 0 0 100px #696cff;
  animation: animate 2s linear infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes animate {
  0% {
    transform: scale(1);
  }
  80%, 100% {
    transform: scale(0);
  }
}
