@import "mediaqueries.css";

html,
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  /* font-family: "Roboto", sans-serif; */
  font-family: "AMX", serif !important;
  padding: 0px !important;
  height: 100%;
  margin: 0;
}

/* Estilo para asegurar que el footer esté al final */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#rootApp {
  display: flex;
  flex-direction: column;
  flex: 1;
}

main {
  flex: 1;
  /* Ocupa el espacio restante entre header y footer */
}

.color-text-gray {
  color: #b9b9b9;
}

.color-text-gray-light {
  color: #6C6C6C;
}

.color-text-red {
  color: #DA291C;
}

.color-text-gray-hard {
  color: #888888;
}

.bg-color-dark {
  background-color: #000000;
}

.bg-color-gray-light-3 {
  background-color: #bbbbbb;
}

.bg-color-gray-light {
  background-color: #f4f4f4;
}

.bg-color-gray-light-2 {
  background-color: #e7e7e7;
}

.bg-color-gray {
  background-color: #b9b9b9;
}

.bg-color-yellow {
  background-color: #f1b014;
}

.color-text-yellow {
  color: #f1b014;
}

.color-text-blue {
  color: #1097ae;
}

.bg-color-blue {
  color: #1097ae;
}

.bg-light-blue {
  background-color: #b2f3f6;
}

.color-text-light-blue {
  color: #b2f3f6;
}

.bg-blue-new {
  background-color: #0097a9;
}

.color-text-blue {
  color: #0097a9;
}

.bg-light-red {
  background-color: #f65041;
}

.color-text-light-red {
  color: #f65041;
}

.bg-hard-blue {
  background-color: #005c66;
}

.color-text-hard-blue {
  color: #005c66;
}


.font-size-1_15 {
  font-size: 1.15em;
}

.font-size-1_5 {
  font-size: 1.5em;
}

.font-size-1_2 {
  font-size: 1.2em;
}

.font-size-1_3 {
  font-size: 1.35em;
}

.font-size-2 {
  font-size: 2em;
}

.header-claro-red {
  background-color: #DA291C;
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-claro-black {
  background-color: #000000;
  color: #ffffff;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.img-logo {
  width: 85px;
}

.text-main-header h1,
.text-main-header h2 {
  color: #3e3e3e;
}

.text-main-header h1>span {
  color: #da291c;
}

.counter-step {
  border-radius: 50px;
  background-color: #DA291C;
  color: #ffffff;
  width: 22px;
  font-size: 1.2em;
  font-weight: bold;
}


.btn-claro-gray {
  background-color: #6c6c6c !important;
  color: #b9b9b9 !important;
  border-radius: 90px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-gray-hard {
  background-color: #3C3C3C !important;
  color: #ffffff !important;
  border-radius: 90px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-red-claro {
  background-color: #da291c !important;
  color: #fff !important;
  border-radius: 90px;
  padding: 1rem;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-blue-back-home {
  background-color: #ffffff !important;
  color: #0097a9 !important;
  border-radius: 90px;
  border: 1.5px solid #0097a9 !important;
  padding: 1rem;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-black-home {
  background-color: #ffffff !important;
  color: #3C3C3C !important;
  border-radius: 90px;
  border: 1.5px solid #3C3C3C !important;
  padding: 1rem;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-red-pin {
  background-color: #f65041 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-red-send-link {
  background-color: #ffffff !important;
  color: #DA291C !important;
  border: 1.5px solid #DA291C !important;
  border-radius: 90px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.btn-claro-disable-pin {
  background-color: #b9b9b9 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2em !important;
  box-shadow: none;
  offset: 0;
  outline-offset: 0px;
}

.link-txt-blue {
  color: #0097a9;
  font-size: 1.2em;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 1 !important;
}

.button-customize {
  padding: .75rem !important;
}

.disabled-link {
  pointer-events: none;
  /* cursor: not-allowed; */
  /* opacity: 0.6; */
}

.form-label {
  font-size: 1.2em;
}

.inputs-customize,
.select-customize-services .dropdown-toggle {
  border-radius: 8px !important;
  border: 1.5px solid #b9b9b9 !important;
  background-color: #fff !important;
  color: #6c6c6c !important;
  font-size: 1.15em !important;
  padding: 0.65rem;
}

.inputs-customize::placeholder {
  color: #b9b9b9 !important;
}

.inputs-custom-modal {
  border-radius: 4px;
  border: 1px solid #888888 !important;
  background-color: #fff !important;
  color: #888888 !important;
  font-size: 1.1em;
  padding: 1rem;
  position: relative;
}

.btn-red-claro:active,
.btn-red-claro:focus,
.btn-red-claro:hover,
.inputs-custom-modal:active,
.inputs-custom-modal:focus,
.inputs-custom-modal:hover,
.btn-claro-red-pin:active,
.btn-claro-red-pin:focus,
.btn-claro-red-pin:hover,
.btn-claro-disable-pin:active,
.btn-claro-disable-pin:focus,
.btn-claro-disable-pin:hover,
.copy-button:active,
.copy-button:focus,
.copy-button:hover {
  box-shadow: none;
  offset: 0 !important;
  outline-offset: 0px !important;
  border-color: none;
}

.inputs-customize:active,
.inputs-customize:focus,
.inputs-customize:hover {
  box-shadow: none !important;
}

.inputs-customize:disabled, .inputs-customize.disabled {
  cursor: not-allowed;
}

.select-customize-services .dropdown-toggle:focus,
.select-customize-services .dropdown-toggle:active,
.select-customize-services .dropdown-toggle:hover {
  box-shadow: none;
  offset: 0 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
  border-color: none;
}

.select-customize-services .dropdown-toggle:hover {
  color: #666666;
}

.select-customize-services .dropdown-toggle:hover,
.select-customize-services .dropdown-toggle {
  background-color: transparent !important;
}

.select-customize-services .bs-tipo-documento.dropdown-toggle:hover,
.select-customize-services .bs-tipo-documento.dropdown-toggle {
  background-color: #ffffff !important;
}

.select-customize-services .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;

}

.select-customize-services .dropdown-toggle::after {
  content: "\f107";
  font-size: 1.8em !important;
  font-family: "FontAwesome";
  font-weight: normal !important;
}

.select-customize-services .dropdown-toggle[aria-expanded="true"]::after {
  content: "\f106";
}

.select-customize-services .dropdown-toggle::after {
  color: #2D2D2D;
}

.select-customize-services .dropdown-menu .dropdown-item {
  font-size: 1.10em;
}

.select-customize-services .dropdown-menu .dropdown-item:hover {
  background-color: #f4f4fb;
  color: #444444;
}

.select-customize-services .dropdown-menu .dropdown-item:active,
.select-customize-services .dropdown-menu .dropdown-item.active {
  background-color: #f4f4fb;
  color: #444444;
}

.select-customize-services .dropdown-toggle.disabled, .dropdown-toggle>.disabled {
  background: #e9ecef !important;
  color: #6c6c6c !important;
  opacity: 1;
}

.select-customize-services .dropdown-toggle.disabled::after,
.select-customize-services .dropdown-toggle>.disabled::after {
  opacity: .5;
}

.icon-calendar-blue {
  position: absolute;
  margin-left: 0.7rem;
  z-index: 3;
  width: 20px;
  left: 0;
  margin-right: 10px;
  margin-top: 6px;
}

.icon-select-date {
  margin-top: 3px;
}

.input-datepicker,
.input-correo {
  padding: 4px;
  padding-left: 2.2rem;
}

.label-float {
  position: absolute;
  margin-top: -10px;
  color: #888888;
  background: #ffffff;
  z-index: 3;
  font-weight: normal !important;
  margin-left: 10px;
}

.modal .btn-close {
  padding-top: 0rem !important;
  width: auto !important;
  opacity: 1 !important;
  cursor: pointer;
}

.modal .form-check-label {
  font-size: 1.1em;
}

.loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background-color: #fffffff3 !important;
  opacity: 0.5;
}

.loader .content {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Customize checkboxes */

/* The container */
.container-input {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 0.25rem;
  height: 22px;
  width: 22px;
  background-color: #dbdbdb;
  border: 1.5px solid #6c6c6c;
}

.checkmark1 {
  position: absolute;
  left: 0;
  border-radius: 0.25rem;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1.5px solid #B9B9B9;
}

/* On mouse-over, add a grey background color 
.container-input input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container-input input:checked~.checkmark {
  background-color: #ffffff;
  border: 1.5px solid #B9B9B9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked~.checkmark:after {
  display: block;
}

.container-input input:checked~.checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #1097ae;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-input .checkmark1:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #1097ae;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Fin Customize checkboxes */

/* Inicio Customize radiobuttons */

.btn-doc-selected {
  border-radius: 90px;
  padding: .5rem;
  font-size: 1.15em;
  font-weight: bold;
}

.selected-options .btn-check:checked+.btn-doc-selected {
  color: #DA291C;
  background-color: #FFE3E3;
  border-color: #DA291C;
  border: 1.5px solid #DA291C;
}

.selected-options .btn-check:not(:checked)+.btn-doc-selected {
  color: #00818F;
  background-color: #0093A326;
  border-color: #0093A326;
  border: 1.5px solid #0093A326;
}

/* Fin Customize radiobuttons */

/* Copy Link Buttom Styles */

.copy-link-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid #B9B9B9;
  border-radius: 12px;
  padding: 4px;
  max-width: 500px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.link-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  color: #333;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.copy-btn {
  background-color: #DA291C;
  color: #ffffff;
  font-weight: lighter;
  border: none;
  border-radius: 14px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.copy-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #323232;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.copy-message.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Fin Copy Link Buttom Styles */

/*Asesor Dashboard Styles*/

.content-asesor-dashboard .tab-content {
  background-color: #F4F4F4;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}

.content-asesor-dashboard .nav-tabs .nav-link:first-child {
  border-top-left-radius: 36px !important;
}

.content-asesor-dashboard .nav-tabs .nav-link:last-child {
  border-top-right-radius: 36px !important;
}

.content-asesor-dashboard .nav-tabs .nav-link.active {
  background-color: #F4F4F4 !important;
  border-bottom: 1.5px solid #DA291C !important;
  color: #DA291C;
  border-color: #F4F4F4 #F4F4F4 #DA291C #F4F4F4 !important;
}

.content-asesor-dashboard .nav-tabs .nav-link {
  border-color: #DBDBDB !important;
  background-color: #DBDBDB !important;
  color: #989898;
}

.label-info-typ {
  padding: .5rem 1rem;
  border-radius: 24px;
}

.label-info-typ.success-message {
  background-color: #DDF9ED;
  color: #006B4F;
}

.label-info-typ.error-message {
  background-color: #FFE3E3;
  color: #83170F;
}

.hr-line {
  border: 1.25px solid #B9B9B9;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.content-asesor-dashboard .content-data-to-referral .select-customize-services .dropdown-toggle:hover,
.content-asesor-dashboard .content-data-to-referral .select-customize-services .dropdown-toggle {
  background-color: #ffffff !important;
}

.content-information .select-customize-services.bs-details-services .dropdown-menu.show,
.content-asesor-dashboard .content-data-to-referral .select-customize-services.bs-details-services .dropdown-menu.show {
  width: 100%;
}

.content-result-referral .t-body .t-row {
  display: grid;
  border-bottom: 1.25px solid #B9B9B9;
  align-items: center;
  font-size: 1.2em;
}

.content-result-referral .t-header {
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.label-header {
  color: #ffffff;
  font-weight: bold;
  background-color: #DA291C;
  border: #DA291C;
  border-radius: 16px;
  padding: 1rem;
}

.status-disp-referral {
  background-color: #DDF9ED;
  color: #006B4F;
  padding: .5rem;
  border-radius: 16px;
  text-align: center;
}

.status-no-disp-referral {
  background-color: #FFE3E3;
  color: #83170F;
  padding: .5rem;
  border-radius: 16px;
  text-align: center;
}

/*Fin Asesor Dashboard Styles*/

/* Pantalla acepta politicas referido */
.btn-enabled {
  background-color: #ff4d4d !important;
  color: #fff !important;
}
