@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css?family=Montserrat");@import url("https://fonts.googleapis.com/css?family=Inter");@import url("https://fonts.googleapis.com/css?family=Poppins");@import url("https://fonts.googleapis.com/css?family=Lato:400,700");@import url("https://fonts.googleapis.com/css?family=Open+Sans");@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600&display=swap");@import url("https://fonts.googleapis.com/css?family=Poppins");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");







/*AUTH---------------------------------------------*/
@font-face {
  font-family: "Gilroy-Regular";
  src: url("/assets/Gilroy-Regular-D-tpQJef.ttf");
}
td {
  max-height: 10px !important;
  min-height: 10px !important;
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #ebeff2 !important;
}
p {
  font-family: "Poppins";
}
.pPrimary {
  color: #002752;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
}
.main {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
}
.authMain {
  display: flex;
  flex-direction: row;
  width: 100vw;
  min-height: 100vh;
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;
  font-family: "Open Sans", "Montserrat", sans-serif;
}
.authHeroContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  min-height: 100vh;
  padding: 60px 80px;
  background: linear-gradient(
      160deg,
      rgba(0, 39, 82, 0.92) 8.49%,
      rgba(0, 39, 82, 0.85) 50%,
      rgba(0, 39, 82, 0.8) 91.51%
    ),
    url("/assets/casaBackground-BOGQwe3V.jpg") center/cover no-repeat;
  color: #ffffff;
  box-sizing: border-box;
}
.authHeroHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}
.authHeroLogo {
  width: 35px;
  height: 35px;
}
.authHeroContent {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 680px;
  margin-top: auto;
  margin-bottom: auto;
}
.authBadgePill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  width: fit-content;
  background: rgba(29, 202, 151, 0.15);
  border: 0.88px solid rgba(29, 202, 151, 0.3);
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #1dca97;
}
.authBadgeDot {
  width: 6px;
  height: 6px;
  background-color: #1dca97;
  border-radius: 50%;
}
.authHeroTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin: 0;
}
.authHeroTitleHighlight {
  color: #1dca97;
}
.authHeroDescription {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 580px;
}
.authFeaturesList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.authFeatureItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.authFeatureIconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: rgba(29, 202, 151, 0.15);
  border-radius: 10px;
  color: #1dca97;
}
.authFeatureText {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
.authFormPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 100vh;
  padding: 40px 30px 60px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.newLoginCard {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  padding: 48px 44px;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f2f5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newLoginCardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.newLoginCardTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #002752;
  margin: 0 0 4px 0;
  letter-spacing: -0.3px;
}
.newLoginCardSubtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #757575;
  margin: 0;
}
.newLoginCardLogo {
  height: 58px;
  width: auto;
  object-fit: contain;
}
.newLoginField {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.newLoginLabelRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.newLoginLabel {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #002752;
}
.newLoginForgotLink {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1dca97;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}
.newLoginForgotLink:hover {
  color: #169b74;
  text-decoration: underline;
}
.newLoginInputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.newLoginInput {
  width: 100%;
  height: 42px;
  padding: 10px 44px 10px 16px;
  background: #ffffff;
  border: 0.88px solid #e5e7eb;
  border-radius: 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #002752;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.newLoginInputWrapper .showPassword {
  position: absolute;
  right: 16px;
  margin-left: 0;
  color: rgba(0, 39, 82, 0.4);
  font-size: 18px;
  transition: color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.newLoginInputWrapper .showPassword:hover {
  color: #002752;
}
.newLoginInput::placeholder {
  color: rgba(0, 39, 82, 0.4);
}
.newLoginInput:focus {
  border-color: #002752;
  box-shadow: 0 0 0 3px rgba(0, 39, 82, 0.08);
}
.newLoginErrorBox {
  background: rgba(217, 4, 41, 0.08);
  border: 0.5px solid rgba(217, 4, 41, 0.3);
  border-radius: 10px;
  padding: 10px 14px;
  color: #dc4c64;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.newLoginBtnPrimary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  background-color: #002752;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
.newLoginBtnPrimary:hover {
  background-color: #001a38;
}
.newLoginBtnPrimary:active {
  transform: scale(0.99);
}
.newLoginDivider {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 2px 0;
}
.newLoginDividerLine {
  flex: 1;
  height: 1px;
  background-color: rgba(57, 57, 58, 0.2);
}
.newLoginDividerText {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: rgba(57, 57, 58, 0.5);
  font-weight: 600;
}
.newLoginBtnGoogle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1px solid rgba(57, 57, 58, 0.2);
  border-radius: 14px;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 4px 20px rgba(117, 117, 117, 0.1);
  transition: background-color 0.2s, border-color 0.2s;
}
.newLoginBtnGoogle:hover {
  background-color: #f9fafb;
  border-color: rgba(57, 57, 58, 0.4);
}
.newLoginFooterNote {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #9ca3af;
  margin-top: 8px;
}
.newLoginFooterNote .noAccountText {
  color: #9ca3af;
  font-weight: 400;
}
.newLoginFooterNote .contactAdmin {
  color: #002752;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s;
}
.newLoginFooterNote .contactAdmin:hover {
  color: #001a38;
}
.newLoginPageFooter {
  margin-top: 16px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #757575;
  line-height: 1.5;
  white-space: nowrap;
}
.newLoginPageFooter span {
  color: #757575;
  text-decoration: underline;
  cursor: pointer;
}
.footerLogIn {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 900;
}
.footerLogInHome {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: whitesmoke;
  z-index: 900;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5px;
}
.containerLogIn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
  width: 350px;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}
.iconTextMails {
  color: black;
  pointer-events: none;
  font-family: Montserrat;
  font-size: 15px;
  opacity: 0;
  transition:
    opacity 0.2s,
    scale 0.5s,
    pointer-events 0.5s ease-in-out;
}
.iconTextMails.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.image {
  background-color: #ffffff;
  width: 70px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  align-self: flex-start;
  margin-left: -4px;
}
.loginInput {
  padding-left: 8px;
  font-weight: bold;
  font-size: 13px;
  font-family: Poppins !important;
}
.nav-tabs {
  white-space: nowrap;
}
.par4 {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  font-family: "Montserrat";
  color: #2b4162;
}
.buttonC {
  justify-content: center;
  display: flex;
}
.button {
  width: 270px;
  height: 30px;
  border-radius: 10px;
  background-color: #2b4162;
  margin-top: 25px;
  border-width: 0px;
}
.button:disabled {
  opacity: 0.5;
}
.input:disabled {
  opacity: 0.5;
}
/*adminNav-------------------------------------------------------*/
.topbar {
  width: 100vw;
  background-color: #ffffff;
  height: 70px;
  min-height: 60px;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #0028521f;
}
.homePageBar {
  width: 100vw;
  background-color: #002752;
  height: 60px;
  min-height: 60px;
  position: fixed;
  z-index: 999;
  display: flex;
  top: 0;
}
.circle {
  align-self: center;
  margin-right: 10px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-color: #002752;
}
.circleLink {
  height: 40px;
  width: 30px;
  margin-bottom: 20px;
}
/*------------------------GENERAL----------------------------------------*/
/* Queda fija en la pantalla, pero anclada al chrome de la app (barra lateral y
   barra superior) en lugar de a valores absolutos, para no superponerse con ellos
   ni con el contenido. Los offsets se ajustan por breakpoint en mediaQueries.css. */
.ArrowBack {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: fixed;
  z-index: 990;
  left: calc(var(--app-sidebar-width, 76px) + var(--app-floating-gap, 14px));
  top: calc(var(--app-topbar-height, 70px) + var(--app-floating-gap, 14px));
  align-self: flex-start;
  color: #002752;
  transition: 0.3s;
}
.ArrowBackAbout {
  cursor: pointer;
  width: 28px;
  height: 28px;
  z-index: 999;
  color: #002752;
  transition: 0.3s;
}
.ArrowBackLenderFile {
  cursor: pointer;
  width: 28px;
  height: 28px;
  color: #002752;
  transition: 0.3s;
}
.ArrowBack:hover,
.ArrowBackLenderFile:hover {
  transform: scale(1.2);
}
.styleImgFile {
  max-height: 100%;
  min-height: 100%;
  object-fit: fill;
  max-width: 100%;
  min-width: 100%;
  pointer-events: none;
  border-radius: 5px;
}
.BtnSave {
  background-color: var(--success-color);
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 140px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  box-shadow: 2px 2px 2px rgb(165, 162, 162);
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  margin-bottom: 20px;
}
.BtnSave:hover {
  background-color: #24af6e;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.BtnSaveText {
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 14px;
  color: whitesmoke;
  margin-top: 8px;
}
@keyframes showDiv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PageTitle {
  color: #002752;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: left;
  animation: showDiv ease-in-out 0.3s forwards;
  position: relative;
  left: -28px;
}
.PageTitleEsp {
  color: #002752;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  animation: showDiv ease-in-out 0.3s forwards;
  position: relative;
  left: -28px;
  line-height: 20px;
}
.CountTotal {
  color: #002752;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  animation: showDiv ease-in-out 0.3s forwards;
}
.titlesAbout {
  color: #002752;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
}
.textAbout {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
}
.divPageTitle {
  position: fixed;
  top: 11px;
  left: 130px;
  max-width: auto;
  height: 60px;
  z-index: 999;
}
.TextDownloadFile {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
}
/*------------------------payments---------------------------------------*/
.tapBottom:hover {
  background-color: #002852c1;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.HouseSelectedButton {
  background-color: #002752;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  min-width: 50px;
  height: 35px;
  z-index: 999;
  max-width: 160px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.HouseSelectedButton:hover {
  background-color: #002852c1;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.PAYbutton {
  background-color: #002752;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 140px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.PAYbutton:hover {
  background-color: #002852c1;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.PAYbuttonOff {
  background-color: #002752;
  opacity: 0.2;
  pointer-events: none;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 140px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
}
.tapBottom {
  background-color: #002752;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: 120px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  box-shadow: 2px 2px 2px rgb(165, 162, 162);
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.tapBottomSelected {
  background-color: #00285297;
  pointer-events: none;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: 120px;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
}
.ContainerFilterHouseButton {
  background-color: whitesmoke;
  border-radius: 15px;
  border-width: 0px;
  margin-right: 15px;
  display: flex;
  height: 33px;
  min-width: 100px;
  cursor: pointer;
  align-items: center;
  border: 1px solid #002752;
  justify-content: center;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.ContainerFilterHouseButton:hover {
  background-color: #00285218;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.TextFilterHouseButton {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #002752;
  pointer-events: none;
}
.ContainerMoreFilterHouse {
  box-sizing: border-box;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  margin-right: 15px;
  border: #10467e62 1px solid;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.OperationFilterHouse {
  box-sizing: border-box;
  font-family: "Gilroy-Regular";
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px 0px 0px 10px;
  border: #10467e62 1px solid;
  width: 35px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    border 0.3s,
    box-shadow 0.3s,
    background-color 0.3s;
  background-color: white;
}
.OperationFilterHouse:hover {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
/* Mismo ancho en estado normal y deshabilitado (evita salto al pulsar Buscar / loading) */
.SearchButton {
  background-color: #002752;
  border-radius: 5px;
  border-width: 0px;
  z-index: 999;
  display: flex;
  height: 35px;
  min-height: 35px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.SearchButtonOff {
  background-color: #002752;
  z-index: 999;
  opacity: 0.4;
  pointer-events: none;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  min-height: 35px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.containerSectionInterior {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: 3px solid lightgray;
}
.containerFilterHouseSearch {
  display: flex;
  flex-direction: column;
  animation: showContFilter ease-in-out 0.5s forwards;
}
@keyframes showContFilter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.SearchButton:hover {
  background-color: #002852c1;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.progress {
  height: 0.7rem;
}
.PAYbuttonText {
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 13px;
  color: whitesmoke;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tapBottomSmallText {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 13px;
  min-height: 25px;
}
.PAYbuttonIcon {
  color: whitesmoke;
  margin-top: 10px;
  margin-right: 4px;
}
.HouseSelectedText {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  min-width: 100px;
  width: 11vw;
  max-width: 300px;
}
.HousePriceText {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
.HouseAddressText {
  font-family: "Poppins";
  font-size: 13px;
}
.HouseInfoNav {
  display: flex;
  justify-content: stretch;
  width: 100%;
  margin: 15px 0px 0px 13px;
}
.SectionHouseInfoNav {
  font-family: "Poppins";
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  margin-right: 45px;

  cursor: pointer;
  transition:
    border-bottom 0.5s,
    color 0.5s,
    scale 0.3s;
}
.SectionHouseInfoNav:hover {
  color: #002852;
  scale: 1.05;
}
.SectionHouseInfoNavSelected {
  font-family: "Poppins";
  pointer-events: none;
  color: #002852;
  font-size: 14px;
  scale: 1.05;
  font-weight: 800;
  padding: 0px 10px 0px 10px;
  margin-right: 45px;
  transition:
    border-bottom 0.5s,
    color 0.5s;
}
.subTitleSectionHouse {
  font-family: "Poppins";
  pointer-events: none;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  padding: 10px 10px 0px 10px;
  margin: 10px 0px 10px 40px;
  border-bottom: var(--primary-color) 3px solid;
}
.PAYtitle {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.containerClientSubmition {
  flex-direction: row;
  max-width: 30%;
  min-width: 800px;
  border-radius: 10px;
  padding: 20px 10px 20px 10px;
  background-color: whitesmoke;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
}
.containerPropertySearch {
  display: flex;
  flex-direction: column;
  height: 87%;
  justify-content: space-between;
  min-height: 0;
  width: auto;
}
/* Contenido principal (filtros + tabla/mapa): ocupa alto disponible */
.containerPropertySearch .propertySearchScrollBody {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* Lista/detalle/fotos: el scroll horizontal queda en la tabla; la paginación va debajo, sin tapar */
.containerPropertySearchStackPaginate {
  justify-content: flex-start;
}
.containerPropertySearchStackPaginate .propertySearchScrollBody {
  overflow: hidden;
}
.containerPropertySearchStackPaginate
  .propertySearchScrollBody
  > .d-flex.justify-content-center {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.containerPropertySearchStackPaginate .propertySearchMainRow {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
.containerPropertySearchStackPaginate
  .propertySearchMainRow
  > *:not(.containerFilterHouseListings) {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.containerPropertySearchStackPaginate .containerTableListingsEspecial {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.containerPropertySearchStackPaginate .containerTableListingsEspecial .table {
  width: max-content;
  min-width: 100%;
}
.publicationSearchPaginateWrap {
  flex-shrink: 0;
  width: 100%;
  padding-top: clamp(8px, 2.5vmin, 16px);
}
.containerQuickSearch {
  display: flex;
  flex-direction: row;
  height: 85%;
  justify-content: space-between;
  width: 100%;
}
.containerButtonsHeaderContacts {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: end;
  margin-bottom: 20px;
}
.ClientSubmitionAttributes {
  display: flex;
  text-align: start;
  align-items: center;
  width: 100%;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
.ClientSubmitionTitles {
  font-family: "Gilroy-Regular";
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.Attribute {
  font-family: "Gilroy-Regular";
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.AttributeValue {
  font-family: "Gilroy-Regular";
  color: #000000cc;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}
.clientData {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.PAYselect3 {
  font-family: "Gilroy-Regular";
  margin-top: -1px;
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: #fbfbfb !important;
  border-radius: 7px;
  min-width: 200px;
  max-width: 200px;
}
.css-1s2u09g-control:hover {
  background-color: #dcedff;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
}
.containerDivHouseSelected {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  margin-bottom: 45px;
}
.checkbox {
  filter: hue-rotate(290deg);
}
.containerRow {
  background-color: white;
  transition: filter 0.3s;
}
.containerRow:hover {
  filter: brightness(90%);
}
.ClientNameSmall {
  font-family: Poppins;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: "#323C47";
}
.deleteClient {
  display: flex;
  height: max-content;
  background-color: whitesmoke;
  border-bottom: 2px solid rgba(180, 180, 180, 0.4);
}
/*------------------------------ADDQUOTE----------------*/
.Title {
  font-family: "Gilroy-Regular";
  font-size: 30px;
  font-weight: 700;
}
.title4 {
  font-family: "Montserrat";
  font-size: 4px;
  font-weight: 700;
}
.houseSelectedDiv {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-left: 20px;
  margin-bottom: 5px;
}
.containerDivOverview {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.textOverview {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 600;
  padding-left: 20px;
  min-width: 100px;
  width: 11vw;
  max-width: 300px;
}
.inputDivCommon {
  height: 60px;
}
.inputText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.inputTextLogIn {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
/*-------------------------------*/
.AQinput {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 12px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 4px;
  width: 175px;
  min-height: 35px;
  border-color: rgb(212, 208, 208);
  border-width: 1px;
}
.inputClientDisabled {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: lightgrey;
  border-radius: 5px;
  max-width: 200px;
  width: 200px;
  min-width: 130px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.inputClient {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: white;
  border-radius: 5px;
  max-width: 200px;
  width: 200px;
  min-width: 130px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.inputClient::-webkit-outer-spin-button,
.inputClient::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputNotes {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: white;
  border-radius: 10px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.inputBuildMetaData {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  color: black;
  border-radius: 5px;
  max-width: 250px;
  min-width: 180px;
  min-height: 25px;
  height: 25px;
  border: #bdbdbe solid 1px;
  width: 200px;
}
.inputClientMoney {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  color: black;
  background-color: white;
  min-height: 35px;
  border: #bdbdbe solid 1px;
  width: auto;
  max-width: 150px;
  text-overflow: ellipsis;
  padding: 5px;
}
.inputClient:hover {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.inputClient:focus {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.inputClientMoney:hover {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.inputClientMoney:focus {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.inputClientVerySmall {
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 5px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 12px;
  color: black;
  border-width: 0;
  background-color: white;
  width: 90px;
  min-height: 35px;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
}
.inputClientVerySmall:hover {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.inputClientVerySmall:focus {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.AQinputPackageText {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 12px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 4px;
  width: 530px;
  min-height: 100px;
  border-color: rgb(212, 208, 208);
  border-width: 1px;
}
/*-----------------DASHBOARD----------------------*/
.CardsGraficsCommision {
  position: absolute;
  right: 20px;
  background-color: white;
  width: 300px;
  max-width: 250px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.dashCircle {
  min-height: 60px;
  min-width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashCardTitle {
  font-family: "Gilroy-Regular";
  font-size: 24px;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
}
.dashCardText {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-style: normal;
  color: #000000;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 5px;
}
.dashText {
  margin-left: 20px;
}
/*-------------MODAL---------*/
.modalSearch {
  min-height: 80vh;
  min-width: 88vw;
  border-radius: 25px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.modalUserInfo {
  min-height: 80vh;
  min-width: 90vw;
  border-radius: 25px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.modalInfoClient {
  height: auto;
  width: auto;
  min-width: 100px;
  background-color: white;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modalText {
  font-family: "Gilroy-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
}
.modal-content {
  margin-top: 20px;
}
/*----------------DEPOSIT-------------------*/
.table5 {
  font-family: "Gilroy-Regular";
  font-weight: 100;
  border-collapse: collapse;
  height: max-content;
  margin-left: 40px;
  background: white;
  overflow: hidden;
  animation: showDiv ease-in-out 0.3s forwards;
}
.tableClients {
  font-family: "Gilroy-Regular";
  font-weight: 100;
  border-collapse: collapse;
  height: max-content;
  margin-left: 40px;
  background: white;
  overflow: hidden;
  animation: showDiv ease-in-out 0.3s forwards;
}
.tableClients td,
.tableClients th {
  padding: 8px;
}
.tableClients tr:nth-child(even) {
  background-color: #ededed;
}
.tableClients tr:hover {
  background-color: #ddd;
}
.tableClients th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: white;
  color: white;
}
/*----------PAGINATOR-----------*/
.PaginatorBox {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}
.PaginatorBoxIpad {
  display: flex;
  flex-direction: row;
  position: fixed;
  align-self: center;
  bottom: 140px;
}
.Paginator {
  font-family: Inter;
  padding: 7px 7px;
  cursor: pointer;
  display: flex;
  min-width: 35px;
  width: auto;
  justify-content: center;
  align-items: center;
  border: #0028525f solid 1px;
  border-radius: 20%;
  font-weight: 400;
  background-color: white;
  box-shadow: 3px 3px 5px 0px rgba(165, 162, 162, 0.5);
  transition:
    border 0.3s,
    box-shadow 0.3s,
    background-color 0.3s;
}
.Paginator:hover {
  border: #9db3d5 solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.PaginatorOff {
  font-family: Inter;
  padding: 7px 7px;
  display: flex;
  opacity: 50%;
  min-width: 35px;
  width: auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: #00285200 solid 1px;
  pointer-events: none;
  border-radius: 20%;
  font-weight: 400;
  background-color: rgba(181, 181, 181, 0.529);
}
.clickMe {
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: underline;
  text-shadow: 1px 1px 6px #0028521d;
  transition: text-shadow 0.3s;
  cursor: pointer;
}
.clickMe:hover {
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: underline;
  text-shadow: 1px 1px 6px #00285279;
}
.PaginatorNum {
  font-family: "Gilroy-Regular";
  font-weight: bold !important;
  padding: 7px 7px;
  display: flex;
  min-width: 35px;
  width: auto;
  justify-content: center;
  align-items: center;
  border: #0028525f solid 1px;
  border-radius: 20%;
  font-weight: 400;
  background-color: white;
  box-shadow: 3px 3px 5px 0px rgba(165, 162, 162, 0.5);
}
.StadSelectGrafic {
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: #fbfbfb;
  border-radius: 7px;
  width: 175px;
  margin-top: 1vh;
  margin-left: 20px;
}
.REPtype2 {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  color: rgb(99, 99, 99);
}
.containerLoadingIn {
  overflow: hidden;
  position: fixed;
  z-index: 2000;
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh;
  height: 100vh;
}
.containerLoadingInOff {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh;
  height: 100vh;
}
.loadingIn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2b4162;
}
.StadBoxTitleIpad {
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 13px;
  max-width: 120px;
  color: whitesmoke;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  margin-top: 2vh;
}
.graficBig {
  height: 60vh;
  width: 90vw;
  margin-top: 50px;
}
.graficBigIpad {
  height: 50vh;
  width: 90vw;
  margin-top: 50px;
}
.containerEmailClient {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.containerChat {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 65vh;
  background-color: whitesmoke;
}
.containerChatClients {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 93%;
}
.containerGmailClients {
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  min-height: 88%;
  max-height: 88%;
  min-width: 400px;
  max-width: 400px;
}
.clientCard {
  cursor: pointer;
  width: 100%;
  border-top: 1px solid lightgray;
  background-color: whitesmoke;
}
.clientCardGrow {
  background-color: transparent;
  min-width: 100%;
  transition: 0.3s;
  height: 100%;
  padding: 3px 0px;
}
.clientCardGrow:hover {
  background-color: rgb(232, 231, 231);
}
.clientCard2 {
  pointer-events: none;
  width: 100%;
  border-top: 1px solid lightgray;
  background-color: lightgray;
}
.chatNameSelect {
  font-family: "Poppins";
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
}
.chatNameSelect2 {
  font-family: "Poppins";
  font-size: 15px;
  padding-left: 20px;
  color: rgb(69, 69, 69);
}
.chatStatusSelect {
  font-family: "Gilroy-Regular";
  background-color: whitesmoke;
  border: 1px solid #00285230;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  width: 45%;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chatStatusSelectFrom {
  font-family: "Gilroy-Regular";
  background-color: white;
  border: 1px solid #00285230;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  width: 45%;
  align-items: left;
  justify-self: left;
  font-weight: bold;
  margin-left: 50%;
  margin-bottom: 10px;
}
.chatStatusFailed {
  font-family: "Gilroy-Regular";
  background-color: #a52c2c49;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  width: 45%;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 10px;
}
.chatStatusFailedFrom {
  font-family: "Gilroy-Regular";
  background-color: #a52c2c49;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  align-items: left;
  justify-self: left;
  width: 45%;
  font-weight: bold;
  margin-left: 50%;
  margin-bottom: 10px;
}
.chatMessages {
  overflow-y: auto;
  height: 95%;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: white;
}
.backgroundWhatsApp {
  background-image: url("https://trueway-realty-files.s3.amazonaws.com/Whatsappfondo(2576047545794).jpg");
  background-size: contain;
  background-position: center;
  background-repeat: round;
}
.backgroundSMS {
  background-image: url("https://trueway-realty-files.s3.amazonaws.com/SMS+Opacity(6184094092751).png");

  background-size: 50px;
  background-position: center;
  background-repeat: round;
}
.chatText {
  overflow-y: auto;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
  width: 100%;
  background-color: white;
  border: 1px solid whitesmoke;
}
.addFileMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.containerTypeNewMessage {
  display: flex;
  height: auto;
  margin-top: 5px;
  flex-direction: column;
}
.containerContacts {
  width: 25%;
  height: 100%;
  border-right: 1px solid lightgray;
}
.chatHeader {
  height: 7%;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
}
.timeMessage {
  margin-top: 2px;
  font-size: 12px;
  color: #4d4c4c;
  text-align: end;
  font-style: italic;
}
.input-wrapper {
  position: relative;
  width: 100%;
  height: 7%;
}
.input-wrapper-contact {
  position: relative;
  width: 30%;
  height: 5%;
}
.input-wrapper-mc {
  position: relative;
  width: 18%;
  height: 5%;
  border: 1px solid black;
}
.iconSend {
  cursor: pointer;
  justify-self: center;
  align-self: center;
  padding: 1%;
  margin-left: 10px;
  border-radius: 10px;
}
.iconSend2 {
  pointer-events: none;
  cursor: pointer;
  justify-self: center;
  align-self: center;
  padding: 1%;
  margin-left: 10px;
  border-radius: 10px;
}
.photoUsers {
  height: auto;
  width: auto;
  border-radius: 100%;
  max-height: 120px;
  min-width: 120px;
  min-height: 100px;
  background-color: rgba(245, 245, 245, 0.541);
  object-fit: cover;
}
.photoUserProfile {
  height: auto;
  width: auto;
  border-radius: 100%;
  max-width: 110px;
  max-height: 120px;
  min-width: 110px;
  min-height: 130px;
  background-color: rgba(245, 245, 245, 0.541);
  object-fit: cover;
}
.photoUserProfileSmall {
  min-height: 50px;
  max-height: 65%;
  border-radius: 100%;
  width: auto;
  min-width: 60px;
  max-width: 90%;
  object-fit: cover;
}
.photoModal {
  max-height: 90%;
  max-width: 90%;
  border-radius: 10px;
}
.photoMessageChat {
  margin-bottom: -20px;
  height: 100px;
  width: auto;
  max-width: 90%;
  border-radius: 10px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  padding: 5px 5px;
  background-color: #002752;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}
.file-input__label:hover {
  background-color: #002852ae;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.file-input__label2 {
  position: absolute;
  cursor: pointer;
  align-items: center;
  border-radius: 10px 0px 10px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  width: 23px;
  height: 25px;
  padding: 0px 6px;
  background-color: #002752;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  transition: scale 0.3s;
}
.file-input__label2:hover {
  scale: 1.2;
}
.file-input__label_pre {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  padding: 5px 5px;
  background-color: #002752;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.file-input__label svg {
  height: 35px;
}
.file-input__label_pre svg {
  height: 35px;
}
.send__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 10px;
  color: #fff;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  font-size: 14px;
  padding: 5px 5px;
  padding-right: 2px;
  padding-left: 0px;
  background-color: #002752;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}
.send__label:hover {
  background-color: #002852ae;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.containerMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.containerPagination {
  max-height: 50px;
  width: 100%;
  position: relative;
  right: 0vw;
  bottom: 0px;
}
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
/* Mostrar todos los números ahora */
.pagination li {
  display: block;
}
.page-num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
/* Forma base de los números */
.pagination li:not(.previous):not(.next) .page-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  color: #333;
  background: transparent;
}
.pagination li:not(.selected):not(.previous):not(.next) .page-num:hover {
  background: #f0f0f0;
}
/* Página actual */
.pagination li.selected .page-num {
  background: #002852 !important;
  color: white !important;
  font-weight: 600;
  border: none;
}
/* Anterior / Siguiente */
.pagination .previous .page-num,
.pagination .next .page-num {
  min-width: 100px;
  height: 32px;
  border-radius: 999px;
  background: #002852;
  color: white;
  padding: 0 16px;
  font-weight: 500;
  transition: 0.2s;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .previous .page-num:hover,
.pagination .next .page-num:hover {
  background: #0a4178;
}
/* Estado deshabilitado */
.pagination .disabled .page-num {
  background: #fbfcfd;
  color: #c5c9cf;
  cursor: not-allowed;
  border: 0.67px solid #F5F8FC;
}
/* Evitar hover cuando está disabled */
.pagination .disabled .page-num:hover {
  background: #f3f4f6;
}
.containerSectionsAddClientSub {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 90%;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}
.clientSubmitionTitle {
  font-family: Poppins;
  color: #002752;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  height: 20%;
  min-height: 80px;
}
.inputDivAddClientSubmition {
  display: flex;
  flex-direction: column;
}
.inputDivAddClient {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.addClientSubmitionText {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
}
.containerAddOffer {
  display: flex;
  gap: 20px;
  width: 70vw;
  overflow-y: auto;
}
.containerInputAddOffer {
  margin-bottom: 5px;
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}
.inputSpecialContainer {
  position: relative;
  margin-bottom: 20px;
}
.inputSpecialContainer label {
  position: absolute;
  top: -8px;
  left: 15px;
  background: white;
  padding: 0 5px;
  font-size: 12px;
  color: gray;
  font-family: Poppins;
}
.inputSpecialContainer input,
.inputSpecialContainer textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  color: black;
}
.inputSpecialContainer input[type="number"]::-webkit-inner-spin-button,
.inputSpecialContainer input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.containerColumn {
  flex: 1;
  padding: 10px;
}
.containerColumn textarea {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pOfferSent {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.addClientSubmitionTextFiles {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  min-width: 200px;
  width: 20vw;
  max-width: max-content;
  font-weight: 600;
  margin-bottom: 7px;
}
.addClientSubmitionMoney {
  font-family: Poppins;
  font-size: 15px;
  color: gray;
  padding-top: 7px;
  margin: 0px -20px 0px 10px;
  z-index: 0;
}
.sectionExpired {
  font-family: Poppins;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.selectDebts {
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: #fbfbfb;
  border-radius: 7px;
  width: 206px;
  margin-inline: 5px;
}
.selectDebtsSmall {
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: #fbfbfb;
  border-radius: 7px;
  width: 160px;
  margin-inline: 5px;
}
.textNewTable {
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.01em;
  text-align: left;
  color: "#323C47";
  border: 1px solid #002752;
}
.swicher {
  background-color: white;
  border-radius: 5px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 100px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.469);
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}
.swicher:hover {
  background-color: rgba(183, 182, 182, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.swicherOff {
  background-color: #0028522a;
  opacity: 0.9;
  pointer-events: none;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 100px;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.elementsIndiceClientSubmition {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  background-color: var(--primary-color);
  border-radius: 5px;
  width: 200px;
  height: 35px;
  cursor: pointer;
}
.elementsIndiceClientSubmition:hover {
  background-color: var(--hover-color);
}
.linkElementsICS {
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.linkElementsICS:focus {
  background-color: whitesmoke;
  width: 200px;
  height: 35px;
  border: 2px solid #002752;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002752;
  border-radius: 5px;
  font-weight: bold;
}
.InformationText {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.InformationTextLi {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.InformationTextLiTitle {
  font-family: "Gilroy-Regular";
  color: #002752;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  margin-right: 20px;
}
.InformationTitle {
  font-family: "Poppins";
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 1000;
  margin: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.InformationTitleSmall {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 1000;
  margin: 20px;
}
.containerPairInputsAddClientSub {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
.iconsForMetadata {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.containerPrivacyPolicy {
  min-height: 50vh;
  max-height: 80vh;
  min-width: 70vw;
  max-width: 70vw;
  padding: 20px;
  padding-top: 10px;
  overflow-y: scroll;
}
.containerAbout {
  max-height: 80vh;
  padding: 30px;
  padding-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  border-radius: 10px;
}
.containerAboutHomePage {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  border-radius: 10px;
  width: 100vw;
  height: 90vh;
  max-height: 90vh;
  margin-top: 45px;
  padding: 0px;
}
.text-lang-home {
  color: white;
  white-space: nowrap;
  font-family: Poppins;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.2s;
}
.text-lang-home:hover {
  background-color: rgba(245, 245, 245, 0.2);
}
.fontIconHomePage {
  padding: 8px;
  border-radius: 100%;
  transition: 0.2s;
}
.fontIconHomePage:hover {
  background-color: rgba(245, 245, 245, 0.2);
}
.containerFilterHouseListings {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  align-items: center;
  height: 100%;
  max-height: max-content;
}
.filtrosNone {
  display: none;
}
.accordion-item:last-of-type {
  margin-bottom: 3px;
}
.FiltersHouse {
  padding-right: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 78%;
}
/* Búsqueda de propiedades: el panel de filtros escala en pantallas grandes (evita columna ~240px fija) */
.containerPropertySearch .propertySearchMainRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  min-height: 0;
  width: 100%;
  /* Alinear altura con el mapa (p. ej. 70vh en HouseMap): la fila ocupa al menos el mismo alto. */
  min-height: 70vh;
}
.containerPropertySearch
  .propertySearchMainRow
  > .containerFilterHouseListings {
  flex: 0 0 clamp(280px, 28vw, 520px);
  width: clamp(280px, 28vw, 520px);
  min-width: 200px;
  max-width: 300px;
  /* La base pone max-height: max-content y frena el estirado junto al mapa */
  max-height: none;
  align-items: stretch;
  align-self: stretch;
  margin-left: 4px;
  box-sizing: border-box;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.containerPropertySearch
  .propertySearchMainRow
  > .containerFilterHouseListings
  .FiltersHouse {
  width: 100%;
  box-sizing: border-box;
  /* Sustituye el 78% fijo: ocupa el espacio entre título y botón Búsqueda, con scroll. */
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
}
/* Mapa / tabla / detalle ocupan el resto del ancho */
.containerPropertySearch
  .propertySearchMainRow
  > *:not(.containerFilterHouseListings) {
  flex: 1 1 0%;
  min-width: 0;
}
/* Panel búsqueda de propiedades: acordeones más bajos para ver más filtros */
.filters-panel-compact .accordion-header {
  margin-bottom: 0;
}
.filters-panel-compact .accordion-item {
  margin-bottom: 0;
}
.filters-panel-compact .accordion-item:last-of-type {
  margin-bottom: 0;
}
.containerLabels {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  margin-top: 2px;
}
.divFilterLabels {
  display: flex;
  width: max-content;
  border-radius: 10px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 3px;
  margin-right: 2px;
  background-color: #002752;
  color: white;
  cursor: pointer;
  align-items: center;
}
.filterLabels {
  display: flex;
  font-family: "Open Sans", sans-serif;
  align-items: center;
  font-size: 12px;
  margin-right: 5px;
}
.AddOfferTitle {
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-right: 20px;
}
.containerNotesAndOfferSection {
  position: absolute;
  right: 100vw;
  transition: 0.3s;
}
.containerNotesAndOfferSectionActive {
  width: 100%;
  right: 0vw;
}
.containerTextNoOffer {
  width: 70%;
  padding-inline: 5px;
  display: flex;
  height: 50vh;
}
.containerUserNotesAndOffer {
  position: fixed;
  transform: translateX(-25%);
  transition: transform 0.5s ease;
  top: 13%;
  background-color: white;
  padding: 30px 20px 20px 20px;
  border-radius: 5px;
  border: 2px solid gray;
  width: 40%;
  height: 80%;
}
.containerUserNotesAndOffer.open {
  transform: translateX(100%);
}
.errorFilesText {
  margin-left: 10px;
  font-family: Poppins;
  font-weight: bold;
  font-size: 15px;
  color: #dc4c64;
}
.inputOfferSent {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: white;
  border-radius: 10px;
  max-width: 170px;
  width: 170px;
  min-width: 130px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.marketingText {
  color: #002752;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
}
.inputPorcentaje {
  padding-left: 20px;
  margin-right: 10px;
  padding-right: 2px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: white;
  border-radius: 5px;
  width: 60px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.fotoEdit {
  position: relative;
  top: -20px;
  left: 95px;
  display: flex;
  transition: scale 0.3s;
  cursor: pointer;
}
.fotoEdit:hover {
  scale: 1.1;
}
/* Estilos adicionales para el chat */
.max-w-60 {
  max-width: 60%;
}
.text-10 {
  font-size: 10px;
}
.break-words {
  word-break: break-word;
}
.rounded-bottom-end {
  border-bottom-right-radius: 0.75rem;
}
.rounded-top-end {
  border-top-right-radius: 0.75rem;
}
.rounded-bottom-start {
  border-bottom-left-radius: 0.75rem;
}
.rounded-top-start {
  border-top-left-radius: 0.75rem;
}
.ms-auto {
  margin-left: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-grow-1 {
  flex-grow: 1;
}
/* Estilos para el textarea del chat */
.chat-textarea {
  border: none;
  outline: none;
  resize: none;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 12px;
}
.chat-textarea:focus {
  box-shadow: none;
}
/* Estilos para el botón de envío */
.chat-send-button {
  transition: all 0.3s ease;
}
.chat-send-button:hover {
  transform: scale(1.1);
}
.chat-send-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Estilos para el contenedor de mensajes */
.chat-messages-container {
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 10px;
}
/* Estilos para los mensajes */
.chat-message {
  margin-bottom: 8px;
  max-width: 70%;
}
.chat-message-own {
  margin-left: auto;
  background-color: #28a745;
  color: white;
}
.chat-message-other {
  margin-right: auto;
  background-color: white;
  color: #212529;
}
/* Estilos para el header del chat */
.chat-header {
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  padding: 15px;
  border-radius: 8px 8px 0 0;
}
/* Estilos para el área de entrada */
.chat-input-area {
  background-color: white;
  border-top: 1px solid #dee2e6;
  padding: 15px;
  border-radius: 0 0 8px 8px;
}
/* Scrollbar personalizado para el chat — compatible Firefox + Chrome/Safari/Mac */
.chat-messages {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.chat-messages::-webkit-scrollbar {
  width: 6px;
}
.chat-messages::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.chat-messages::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


/* COLORES PRINCIPALES */
:root {
  --base-color: #002752;
  --primary-color: rgba(0, 39, 82, 1);
  --hover-color: rgba(16, 81, 151, 0.758);
  --hover-color-hard: rgba(0, 45, 93, 0.2);
  --green-base-color: #1DCA97;
  --green-color: rgb(44, 165, 141);
  --success-color: #198754;
  --yellow-color: rgb(216, 175, 77);
  --warning-color: #c3a750;
  --purple-color: rgb(132, 89, 107);
  --error-color: #e93a4b;
  --secondary-color: rgb(245, 245, 245);
  --background-color: #f2f6fc;
  --nav-hover-light: rgba(29, 202, 151, 0.2);
  --nav-hover-dark: rgba(217, 217, 217, 0.1);

  /* Chrome fijo de la app: lo usan los elementos flotantes (ej.: .ArrowBack)
     para ubicarse sin superponerse a la barra lateral ni a la superior. */
  --app-sidebar-width: 76px;
  --app-topbar-height: 70px;
  --app-floating-gap: 14px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color-hard) white;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: white;
  border-radius: 999px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--hover-color-hard);
  border-radius: 999px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
.rowSelect {
  font-family: "Montserrat";
  font-size: 12px;
  min-height: 32px;
  padding: 4px;
  background-color: #fff;
  color: #212529;
  border: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  margin-right: 20px;
  width: 70px;
}
.rowSelect:focus {
  outline: none;
  border-color: rgba(0, 39, 82, 1);
  box-shadow: 0 0 0 2px rgba(59, 113, 202, 0.15);
}
.searchInputWrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.searchInputIcon {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: rgba(0, 39, 82, 1);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.searchInputIcon:hover {
  background-color: rgba(0, 39, 82, 0.12);
  transform: translateY(-50%) scale(1.05);
}
.searchInputIcon:active {
  transform: translateY(-50%) scale(0.95);
}
.searchInputIcon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 39, 82, 0.25);
}
.propertyCommCheckbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 2px solid rgba(0, 39, 82, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.propertyCommCheckbox::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border-right: 2px solid rgba(0, 39, 82, 1);
  border-bottom: 2px solid rgba(0, 39, 82, 1);
  transform: rotate(45deg) scale(0.6);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.propertyCommCheckbox:hover {
  box-shadow: 0 4px 10px rgba(0, 39, 82, 0.15);
  transform: translateY(-1px);
}
.propertyCommCheckbox:checked {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 39, 82, 0.18);
}
.propertyCommCheckbox:checked::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.propertyCommCheckbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 39, 82, 0.25);
}
.containerToolPhone {
  position: relative;
  bottom: 38px;
  right: 230px;
}
/*HOME*/
.containerFilterAppoints {
  display: flex;
  margin-top: 10px;
  margin-bottom: -10px;
  height: 70px;
  width: 100%;
  justify-content: center;
}
.containerHomeRealtors {
  display: flex;
  height: 65%;
  width: 80%;
  margin-top: 40px;
}
.containerSelectRealtor {
  height: 20px;
  margin-left: 35px;
}
.searchDate {
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  align-items: center;
  margin-left: 15px;
}
/*LOGIN*/
.loginContainer {
  background-color: #ebeff2;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.containerLogo {
  height: 100vh;
  min-width: 33vw;
  width: 40vw;
  background-color: #2b4162;
  display: flex;
  flex-direction: column;
  align-items: "center";
  justify-content: "center";
}
.titleLogIn {
  font-size: 25px;
  font-weight: 700;
  align-self: center;
  text-align: center;
  font-family: "Montserrat";
  padding-bottom: 15px;
  color: var(--primary-color);
}
.subTitleLogIn {
  font-size: 18px;
  font-weight: 700;
  align-self: center;
  text-align: center;
  font-family: "Montserrat";
  color: var(--primary-color);
}
.imgLogIn {
  width: 150px;
  height: auto;
  margin-bottom: 25px;
  object-fit: cover;
  display: flex;
}
/* BUTTONS AND STANDARTS DIVS/CONTAINERS */
.btn-white {
  display: flex;
  justify-content: center;
  width: auto;
  height: 31px;
  border: 1px solid #2b4162;
  border-radius: 5px;
  align-items: center;
  font-family: Poppins;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-white:hover {
  background-color: var(--hover-color-hard);
  color: #002752;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.btn-white:active {
  background-color: whitesmoke !important;
}
.btn-whiteEsp {
  display: flex;
  margin-left: 20px;
  font-family: Poppins;
  font-weight: bold;
  font-size: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.btn-whiteEsp:hover {
  scale: 1.2;
}
.btn-whiteEsp:active {
  background-color: whitesmoke !important;
}
.btn-primary {
  background-color: var(--primary-color);
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 30px;
  width: auto;
  min-width: 90px;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 12.5px;
  color: whitesmoke;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-primary-active {
  pointer-events: none;
  background-color: var(--hover-color) !important;
}
.btn-primary:hover {
  background-color: var(--hover-color);
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.btn-primary:active {
  background-color: var(--hover-color) !important;
}
.btn-primary:disabled {
  background-color: var(--hover-color) !important;
  opacity: 0.5;
  pointer-events: none;
}
.btn-primaryHome {
  background-color: #001831;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 30px;
  width: auto;
  min-width: 130px;
  cursor: pointer;
  justify-content: center;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 13px;
  color: whitesmoke;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-primaryHome-active {
  pointer-events: none;
  background-color: var(--hover-color) !important;
}
.btn-primaryHome:hover {
  background-color: white;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
  color: #001831;
}
.btn-primaryHome:disabled {
  background-color: var(--hover-color) !important;
  opacity: 0.5;
  pointer-events: none;
}
.btn-section:active {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.btn-secondary {
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 30px;
  width: auto;
  cursor: pointer;
  justify-content: center;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 12.5px;
  color: whitesmoke;
  transition:
    box-shadow 0.3s,
    text-shadow 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-secondary:hover {
  box-shadow: 2px 2px 4px #5e5e5ecf;
  text-shadow: 1px 1px 6px #ffffff52;
}
.btn-success {
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 30px;
  width: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-size: 12px;
  color: whitesmoke;
  transition:
    box-shadow 0.2s,
    text-shadow 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #12bc98;
  padding: 0px 5px 0px 5px;
}
.btn-success:hover {
  box-shadow: 2px 2px 4px rgba(25, 135, 84, 0.5);
  text-shadow: 1px 1px 6px #ffffff52;
  background-color: #12bc97d6;
}
.btn-success:focus {
  background-color: #12bc97d6 !important;
}
.btn-success:disabled {
  background-color: #6fbfa6 !important;
  opacity: 0.5;
  pointer-events: none;
}
.btn-danger {
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 30px;
  width: auto;
  cursor: pointer;
  justify-content: center;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 12.5px;
  color: whitesmoke;
  transition:
    box-shadow 0.3s,
    text-shadow 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-danger:hover {
  box-shadow: 2px 2px 4px rgba(220, 53, 69, 0.5);
  text-shadow: 1px 1px 6px #ffffff52;
}
.btn-danger:focus {
  background-color: rgba(220, 53, 69, 0.5) !important;
}
.btn-info {
  background-color: var(--primary-color);
  border-radius: 5px;
  border-width: 0px;
  height: auto;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 14px;
  color: whitesmoke;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.btn-info-active {
  background-color: var(--hover-color);
  pointer-events: none;
}
.btn-info:hover {
  background-color: var(--hover-color);
  color: white;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
.btn-info:active {
  background-color: var(--hover-color) !important;
}
.btn-info:disabled {
  background-color: var(--hover-color) !important;
  opacity: 0.5;
  pointer-events: none;
}
.btn-info:focus {
  background-color: var(--hover-color) !important;
  color: whitesmoke !important;
}
/*CheckBox de Bootstrap*/
.form-check-input {
  transition:
    background-color 0.3s,
    scale 0.3s;
  margin: 0px;
}
.form-check-input:hover {
  scale: 1.1;
  background-color: var(--hover-color-hard);
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border: var(--primary-color);
}
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.switcherDiv {
  display: flex;
  margin: 50px 5px 10px 0px;
}
.labelSwitcher {
  display: inline-block;
  width: 40px;
  height: 22px;
  background: #002752;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  justify-content: space-around;
  align-items: center;
  margin: 1px 10px 0px 5px;
  transition: 0.3s;
}
.labelSwitcher:hover {
  scale: 1.05;
}
.btnSwitcher:checked~.labelSwitcher {
  background-color: #002752;
}
.labelSwitcher:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: whitesmoke;
  border-radius: 100px;
  top: 3px;
  left: 3px;
  transition: 0.3s;
}
.btnSwitcher:checked~.labelSwitcher:after {
  left: 20px;
}
.btnSwitcher {
  display: none;
}
.SwitcherP {
  min-width: 60px;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: bold;
}
.react-responsive-modal-modal {
  min-width: 95vw;
  min-height: 95vh;
  max-height: 95vh;
  border-radius: 15px;
  overflow-y: scroll;
}
.react-responsive-modal-modal::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 0px 10px 10px 0px;
}
.react-responsive-modal-modal::-webkit-scrollbar-thumb {
  background-color: #2b4162;
  border-radius: 2px;
}
.modal-title {
  font-size: 20px;
}
.btnBack {
  border: none;
  background-color: white;
  font-family: Poppins;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.btn-light {
  width: 250px;
  background-color: rgb(255, 255, 255);
  height: 35px;
  min-width: 120px;
  padding: 8px 16px;
  /* Ajuste del padding para mantener las dimensiones */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  border: 2px gray solid;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 1px rgba(119, 136, 153, 0.3);
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.btn-light:hover {
  background-color: whitesmoke;
}
.btn-warning {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px 12px 0px 0px !important;
  font-size: 14px !important;
  width: 130px !important;
  min-width: 120px;
  height: 35px !important;
  flex-wrap: nowrap;
  border-width: 0px;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  margin-right: 5px;
}
.btn-warning:hover {
  background-color: rgba(60, 60, 101, 0.172);
}
.btn-warning:active {
  background-color: white;
}
.css-13cymwt-control {
  min-height: 30px;
  height: 35px;
  max-height: 40px;
  font-size: 12.5px;
}
.css-t3ipsp-control {
  min-height: 30px;
  height: 35px;
  max-height: 40px;
  font-size: 12.5px;
}
.css-1jqq78o-placeholder {
  margin-bottom: 3px;
}
.css-1fdsijx-ValueContainer {
  margin-bottom: 3px;
  padding: 0px 0px 0px 5px;
  white-space: nowrap;
}
/*Selector de Lang*/
.selectLangInput {
  width: 70px;
  height: 30px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  transition: scale 0.3s;
}
.selectLangInput:hover {
  scale: 1.1;
}
.selectLangInputWhite {
  width: 70px;
  height: 30px;
  border-radius: 5px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border: 1px solid white;
  border-radius: 5px;
  margin-left: 30px;
}
.selectLangInputWhite:hover {
  background-color: whitesmoke;
  color: black;
}
.flagIcon {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
/*-----------------*/
p {
  margin-bottom: 0px;
}
.noResults {
  color: var(--primary-color);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.MainDiv {
  margin-top: 55px;
  margin-left: 68px;
  background-color: #ffffff;
  display: flex;
  width: calc(100vw - 70px);
  height: calc(100vh - 60px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  animation: showDiv ease-in-out 0.3s forwards;
}
.MainDivEsp {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  animation: showDiv ease-in-out 0.3s forwards;
}
/*CALENDARIO*/
.custom-toolbar button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
}
.custom-toolbar button:hover {
  background-color: #0056b3;
}
.rbc-row-segment {
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.rbc-calendar {
  display: flex;
  justify-content: center;
  height: 90%;
  width: 98%;
}
.rbc-header {
  font-family: "Poppins";
  font-size: 13px;
  background-color: rgb(220, 220, 220) !important;
  color: black;
  padding: 5px;
  padding-bottom: 10px;
}
.rbc-button-link {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: bold;
}
.rbc-toolbar {
  justify-content: flex-end;
  width: 50vw;
}
.rbc-toolbar-label {
  font-family: "Poppins";
  font-size: 17px;
  font-weight: bold;
}
.rbc-label {
  display: flex;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 12.5px;
}
.rbc-day-bg {
  background-color: white !important;
}
.rbc-off-range-bg {
  background-color: rgb(240, 240, 240) !important;
}
.rbc-off-range .rbc-button-link {
  opacity: 0.25 !important;
  color: rgb(0, 0, 0) !important;
}
.rbc-now .rbc-button-link {
  background-color: var(--primary-color) !important;
  padding: 2px;
  border-radius: 100%;
  width: 22px;
  margin-top: 1px;
  height: 22px;
  color: white;
}
.rbc-timeslot-group {
  background-color: white !important;
}
.rbc-event {
  background-color: transparent !important;
  border: 1px solid lightgray !important;
  min-width: 95% !important;
  max-width: 95% !important;

  transition: 0.3s;
  border-radius: 5px !important;
  padding: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbc-event:hover {
  box-shadow: rgba(43, 65, 98, 0.4) 0px 1px 5px;
  z-index: 999;
}
.rbc-date-cell {
  height: 23px;
  text-align: center !important;
  margin-bottom: 2px !important;
}
.rbc-day-slot .rbc-event {
  background-color: #002852c2;
  /* margin: 3px 3px 0px 3px; */
}
.rbc-day-slot .rbc-event-label {
  font-size: 12px;
  color: black;
  font-weight: bold;
  background-color: white;
  min-width: 100%;
  text-align: center !important;
  padding: 2px 10px;
  font-family: "Poppins";
}
.rbc-btn-group {
  background-color: white;
  color: white;
  border-radius: 7px;
}
.rbc-btn-group>button {
  font-family: "Poppins";
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.rbc-btn-group>button:hover {
  color: black;
  background-color: whitesmoke;
}
.rbc-active {
  color: black !important;
  background-color: lightgray !important;
}
.rbc-btn-group>button:active {
  color: black !important;
}
.rbc-btn-group>button:after {
  color: black !important;
}
.rbc-day-slot .rbc-event {
  min-height: fit-content;
  height: auto !important;
  z-index: 1000;
}
.rbc-day-slot .rbc-event-content {
  width: auto;
}
.rbc-event-content {
  white-space: normal !important;
  min-width: 100% !important;
}
.rbc-agenda-date-cell {
  font-family: Poppins;
  font-size: 13px;
}
.rbc-agenda-time-cell {
  font-family: Poppins;
  font-size: 13px;
}
.rbc-agenda-view table.rbc-agenda-table tbody>tr>td {
  vertical-align: middle;
}
.rbc-agenda-empty {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  font-family: Poppins;
  justify-content: center;
  margin-top: 50px;
}
.tox .tox-statusbar__right-container {
  display: none !important;
}
.tox .tox-statusbar__path {
  display: none !important;
}
.card-text {
  font-family: Poppins;
  font-size: 15px;
}
.cardHouse {
  transition:
    background-color 0.3s,
    scale 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 1px 5px;
}
.cardHouse:hover {
  background-color: #00285225;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 3px 10px;
}
.containerPhotoProfile {
  border-radius: 10px;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.InformationTitleMainLang {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 1000;
  margin: 20px;
  margin-top: 0px;
}
.infoUserIconModal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 300px;
  max-height: 450px;
  min-height: 120px;
  box-shadow: rgba(3, 3, 3, 0.4) 0px 1px 5px;
  margin-right: 2%;
}
.mb-3 {
  margin-bottom: 0.7rem !important;
}
.bodyCard {
  display: flex;
  white-space: nowrap;
  justify-content: space-around;
  width: 90%;
}
.divSearchByDate {
  display: flex;
  justify-content: center;
  height: 30%;
}
/*SHOWING*/
.containerClientHouse {
  display: flex;
  height: 92%;
  max-height: 92%;
}
.containerMyHouseShowing {
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 35%;
  height: 108%;
  border-radius: 10px;
}
.divDesireHouse {
  width: 65%;
}
.mlsId {
  font-weight: bold;
  white-space: nowrap;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
}
.titlesShowing {
  font-size: 25px;
  font-family: Gilroy-Regular;
  font-weight: bold;
  margin: 40px 20px 20px 70px;
}
.containerSectionProperty {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 20px;
}
.sectionPropertyDetails {
  display: flex;
  margin: 20px 20px 20px 0px;
  justify-content: space-between;
}
.sectionPropertyDetails2 {
  display: flex;
  margin: 20px 20px 20px 0px;
  justify-content: space-between;
}
.titleInfoHouse {
  display: flex;
  font-family: Gilroy-Regular;
  color: rgb(122, 118, 118);
  font-size: 15px;
}
.textInfoHouse {
  font-family: "Poppins";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.922);
  display: flex;
  flex-wrap: wrap;
  white-space: wrap;
  margin-left: 20px;
}
.textInfoHouseEspecial {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.922);
  display: flex;
  flex-wrap: wrap;
  white-space: wrap;
  margin-left: 40px;
  width: 40%;
}
.containerCarrouselBtn {
  display: flex;
  justify-content: center;
  width: max-content;
  position: fixed;
  right: 150px;
  margin-top: 8px;
}
.containerBtnShareShowing {
  margin-bottom: 65px;
}
.containerShare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid lightgray;
  padding: 5px;
  border-radius: 8px;
  position: fixed;
  right: 138px;
  animation: showDiv ease-in-out 0.3s forwards;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
  z-index: 100;
}
.carrouselBtn {
  color: rgba(43, 65, 98, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  min-height: 30px;
  max-height: 30px;
  padding: 3px 5px 3px 5px;
  margin: 5px 10px 0px 10px;
  align-self: center;
  border: none;
  transition:
    background-color 0.3s,
    scale 0.3s;
}
.carrouselBtn:hover {
  scale: 1.1;
  background-color: lightgray;
}
.containerCountCarrousel {
  display: flex;
  align-self: center;
  margin-top: 5px;
}
.countCarrousel {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: bold;
}
.carrouselImg {
  margin-left: 35px;
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  opacity: 0;
  transition: 1s;
  animation: showDiv ease-in-out 0.3s forwards;
}
.firstImage {
  width: 43%;
  height: 92%;
}
.largeImg {
  width: auto;
  min-width: 80%;
  max-width: 100%;
  height: 100%;
}
.mosaicImages {
  margin-left: 5%;
  max-width: 52%;
  max-height: 100%;
}
.smallImg {
  width: 45%;
  height: 12rem;
  max-height: 90%;
  margin: 5px;
  object-fit: fill;
}
.containerImgBigCarrousel {
  margin: 20px;
  height: 80vh;
  min-height: 60vh;
  min-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chevronImgCarrousel {
  display: flex;
  min-height: 35vh;
  border-radius: 10px;
  align-items: center;
  transition: 0.5s;
}
.chevronImgCarrousel:hover {
  background-color: var(--hover-color-hard);
  scale: 1.1;
}
.containerImagesCarrouselOff {
  display: none;
}
.containerCardHouseShowing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 48vh;
  min-height: 48vh;
  align-content: baseline;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  background-color: whitesmoke;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerCardHousePropertys {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  align-content: baseline;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(245, 245, 245, 0.378);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerCardVideo {
  min-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  cursor: pointer;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  box-shadow: 2px 2px 10px 2px rgba(43, 65, 98, 0.3);
  transition: 0.3s;
  background-color: white;
}
.containerCardVideo:hover {
  background-color: #00285225;
}
.subInfoLenderCard {
  display: flex;
  align-items: baseline;
  margin: 20px 10px 10px 0px;
}
.containerCardLenderFile {
  display: flex;
  flex-wrap: wrap;
  max-width: 40%;
  min-width: 40%;
  min-height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s;
  margin: 10px;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerCardLenderFile:hover {
  background-color: #00285225;
  scale: 1.02;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 3px 10px;
}
.lenderNote {
  background-color: #faecd1 !important;
}
.containerMyHouse {
  display: flex;
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.subContainerMyHouse {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  animation: showDiv ease-in-out 0.5s forwards;
}
.containerHouseSelected {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  height: 95%;
  min-height: 80vh;
  border-radius: 10px;
  animation: showDiv ease-in-out 0.5s forwards;
}
.containerHouseInfo {
  width: 100%;
  margin-left: 20px;
  margin-top: 10px;
}
.subContainerHouseInfo {
  display: flex;
  height: 90%;
  flex-direction: column;
  width: 100%;
}
/* ------- USERS TABLE ------- */
.containerFlexEnd {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.subTittTables {
  font-family: "Gilroy-Regular";
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #2b4162;
  padding-bottom: 1rem;
}
/* CARD CLIENT INFO */
.containerClientData {
  display: flex;
  height: 115px;
  width: 95%;
  margin: 40px 0px 10px 0px;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(43, 65, 98, 0.3) 0px 4px 13px;
}
.containerClientDataSmall {
  display: flex;
  height: 110px;
  width: 37%;
  margin: 30px 0px 10px 0px;
  border-radius: 5px;
  background-color: white;
  box-shadow: rgba(43, 65, 98, 0.3) 0px 4px 13px;
}
.containerTooltipsClients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 21%;
  background-color: #002752;
  border-radius: 0px 7px 7px 0px;
  padding: 7px;
}
.iconsClientsInfo {
  background-color: var(--hover-color);
  border-radius: 20%;
  color: white;
  padding: 2px;
  width: 21px;
  height: 21px;
}
.infoClientContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.divClientCard {
  display: flex;
  height: 100%;
  width: 80%;
  border-radius: 5px 0px 0px 5px;
  align-items: center;
}
.divClientProfileFiles {
  display: flex;
  width: max-content;
  padding: 0px 10px;
  justify-content: space-evenly;
  border-radius: 5px;
  align-items: center;
  background-color: rgb(228, 238, 245);
}
.dividerInfoClient {
  min-height: 100%;
  width: 10px;
}
.tapBottomTimeLine {
  background-color: #12bc98;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 5px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tapBottomTimeLine:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
  scale: 1.1;
  text-align: center;
}
.currentSectionTimeLine {
  transition: 0.3s all;
  border: 2px solid rgb(102, 119, 104) !important;
  pointer-events: none;
  scale: 1.2;
}
.tapBottomTimeLineEsp {
  background-color: #12bc98;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 5px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tapBottomTimeLineEsp:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.75);
  scale: 1.1;
  text-align: center;
}
.tapBottomTimeLineVer {
  background-color: #12bc98;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 1px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tapBottomSmallOff {
  background-color: lightgray;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 5px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tapBottomSmallOffEsp {
  background-color: lightgray;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 5px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.tapBottomSmallOffVer {
  background-color: lightgray;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  transition: 0.3s all;
  border: 5px solid whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.tapBottomTimeLineUC {
  display: flex;
  height: auto;
  width: auto;
  cursor: pointer;
  background-color: white;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  box-shadow: 0px 1px 5px 0px rgb(165, 162, 162);
  border: 1px solid transparent;
  border-radius: 5px;
  transition:
    box-shadow 0.3s,
    background-color 0.3s;
}
.tapBottomStartTimeLineUC:hover {
  box-shadow: 0px 1px 5px 0px rgb(71, 71, 71);
  background-color: whitesmoke;
}
.clientText {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.containerPhotoProfile {
  min-height: 90px;
  min-width: 90px;
  max-width: 90px;
  max-height: 90px;
  background-color: var(--hover-color-hard);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.photoProfile {
  min-height: 90px;
  min-width: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
.clientTitle {
  display: flex;
  font-family: "Poppins";
  font-size: 13px;
  margin-bottom: 5px;
  color: black;
  margin-left: 10px;
}
.TitleClient {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 800;
  color: #2ca58d;
}
.TitleLead {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 600;
  color: #d8af4d;
}
.TitleHotLead {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: rgb(216, 77, 77);
  white-space: nowrap;
}
.containerTags {
  width: 95%;
  height: 73%;
  margin: 10px 0px 10px 0px;
  overflow-x: hidden;
  z-index: 100;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerTags.completed {
  height: 100%;
}
.containerSectionFiles {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerClientFiles {
  width: 95%;
  height: 73%;
  margin: 10px 0px 10px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* ADD NOTES SECTION */
.PAYbuttonEdit {
  background-color: var(--primary-color);
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 35px;
  width: auto;
  min-width: 140px;
  cursor: pointer;
  justify-content: center;
  padding-right: 20px;
  padding-left: 16px;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  margin: 90px 0px 0px 42px;
}
.PAYbuttonEdit:hover {
  background-color: #002852c1;
  box-shadow: 2px 2px 4px #0028529f;
  text-shadow: 1px 1px 6px #ffffff52;
}
/* EDIT-CLIENT SECTION */
.inputClientEdit {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 12px;
  color: black;
  background-color: white;
  width: 200px;
  min-height: 35px;
  border: #bdbdbe solid 1px;
}
.PAYtitleEdit {
  font-family: "Gilroy-Regular";
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.inputDivEdit {
  margin-right: 50px;
  height: 60px;
}
.containerBTN {
  display: flex;
  margin-top: -70px;
}
/* SHARE SECTION */
.containerSectionShare {
  padding: 50px;
  border: 1px solid rgba(0, 39, 82, 1);
  width: 95%;
  height: 100%;
  border-radius: 5px;
}
.inputShare {
  margin-right: 20px;
  height: 60px;
  width: 200px;
}
.infoCircle {
  align-self: center;
  color: var(--primary-color);
  cursor: pointer;
  transition: scale 0.2s;
}
.infoCircle:hover {
  scale: 1.2;
}
/* SECTION FILES */
.containerFiles {
  display: flex;
  flex-direction: column;
  min-height: max-content;
}
.containerFilesEsp {
  display: flex;
  flex-direction: column;
  width: 65%;
  min-height: 90%;
}
.containerSectionIframe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 90%;
  min-height: 90%;
  max-height: 90%;
  margin: 2% 0px 0px 2%;
}
.containerIframe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 96%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  min-height: 300px;
}
.containerIframeTransactionEsp {
  display: flex;
  width: 95%;
  height: 97%;
  min-height: 97%;
  max-height: 97%;
  background-color: rgba(255, 255, 255, 0.664);
  border-radius: 10px;
}
.btnContainer {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #fff;
  border-radius: 8px 0 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.btnZoomInOut {
  border: none;
  color: white;
  background-color: rgba(0, 40, 82, 0.871);
  padding: 7px;
  cursor: pointer;
  width: auto;
  height: auto;
}
.btnZoomInOut:hover {
  background-color: var(--hover-color);
  transition: 0.3s;
}
.iframeOrImageClass {
  display: flex;
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: 95%;
  object-fit: contain;
}
.modal-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-image-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.iframeClass {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.iframeOrImageClassModal {
  display: flex;
  width: auto;
  max-height: 60vh;
  align-self: center;
}
/* SECTION Send Emails */
.headerEmails {
  display: flex;
  width: 100%;
  height: 12%;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.531);
}
.emailsText {
  margin-left: 5px;
  font-family: Montserrat;
  font-weight: bold;
  color: gray;
  font-size: 18px;
  margin-top: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.emailContent {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  background-color: #00285230;
  border-radius: 10px;
  padding: 10px;
  width: 45%;
  height: fit-content;
  margin: 20px 0px 10px 20px;
}
.clientCardEmails {
  cursor: pointer;
  min-width: 385px;
  padding: 5px 0px;
  transition: 0.5s;
  height: 60px;
  border-bottom: 3px solid lightgray;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.clientCardEmailsActive {
  background-color: var(--hover-color-hard);
}
.clientCardEmails:hover {
  background-color: var(--hover-color-hard);
}
.selectorMails {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #002752 3px solid;
  height: 7.8%;
}
.subContainerFixed {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  padding: 30px 40px 10px 40px;
  width: 88%;
  border-radius: 10px;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px;
  background-color: white;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.subContainerFixedBig {
  min-height: 85%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  padding: 30px 40px 10px 40px;
  width: 96%;
  border-radius: 10px;
  max-height: 70vh;
  overflow-y: auto;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 15px;
  z-index: 2;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.subContainerFixedBigMails {
  display: flex;
  flex-direction: column;
  margin: 4% 0px 0px 0px;
  padding: 0px;
  width: 96%;
  min-height: 88%;
  max-height: 88%;
  border-radius: 10px;
  overflow-y: hidden;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 8px;
  z-index: 2;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
a {
  text-decoration: none !important;
}
.AIBtn {
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  position: fixed;
  right: 12px;
  top: 125px;
  z-index: 100;
  display: flex;
  transition: scale 0.2s;
  width: 35px;
  height: 35px;
}
.AIBtn:hover {
  scale: 1.2;
}
.filterButton {
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  position: fixed;
  right: 12px;
  top: 76px;
  z-index: 100;
  display: flex;
  transition: scale 0.2s;
  width: 35px;
  height: 35px;
}
.filterButton:hover {
  scale: 1.2;
}
.filterOn {
  background-color: #d5f5e3;
  border: 3px solid #14a44d;
  padding: 2px;
}
.shourcoutIcon {
  cursor: pointer;
  background-color: transparent;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  width: 35px;
  height: 35px;
}
.filterButtonListings {
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  transition: scale 0.2s;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  margin-left: -25px;
  position: fixed;
  top: 92px;
  right: 30px;
}
.filterButtonListings:hover {
  scale: 1.2;
}
.bodyFilterCollapse {
  position: fixed;
  right: 20px;
  top: 120px;
}
.bodyFilterCollapseListings {
  display: flex;
  position: fixed;
  top: 130px;
  right: 30px;
  height: 560px;
}
.containerTopNav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  border: none;
  height: 100%;
  width: auto;
}
.containerTopNavText {
  overflow: hidden;
  text-align: end;
  flex: 0 0 auto;
  padding: 5px;
}
.imageLoginTrueway {
  display: flex;
  height: 70vh;
  max-width: 10vw;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.linksResp {
  height: 21px;
  width: 21px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: var(--primary-color);
  transition: scale 0.3s;
  cursor: pointer;
}
.linksResp:hover {
  scale: 1.2;
}
.searchHouseTopNavIcon {
  height: 25px;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--primary-color);
}
.imageLink {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: 0.3s;
}
.imageLink:hover {
  box-shadow: 2px 2px 3px #96989a4c;
  scale: 1.05;
}
.containerCardsCommissions {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: end;
  margin-top: 5px;
}
.containerCards {
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 15.5rem;
  display: flex;
  border-radius: 15px;
  margin-right: 1rem;
  height: 4.5rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
  transition: scale 0.3s;
}
.card-title {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
}
.fw-bold {
  font-size: 14px;
  margin-bottom: 5px;
}
.text-truncate {
  overflow: initial !important;
}
.containerFirstLetter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  height: 80px;
  width: 80px;
  min-width: 35px;
}
.containerFirstLetterLenderFile {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  height: 60px;
  width: 60px;
}
.FirstLetter {
  text-align: center;
  color: white;
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: bold;
}
.containerCardIcon {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  min-height: 50px;
  max-height: 50px;
}
.containerCardText {
  overflow: hidden;
  min-width: 70%;
  flex: 0;
  padding: 3px 5px;
}
.divTableSmall {
  max-height: 400px;
  min-width: 230px;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}
.divTableSmall::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}
.divTableSmall::-webkit-scrollbar-track {
  background: transparent;
}
.divTableSmall::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 999px;
}
.divTableSmall::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
.divTableNotes {
  display: flex;
  min-width: 100%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  overflow-y: auto;
  height: max-content;
}
.divTableNotes::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.divTableNotes::-webkit-scrollbar-track {
  background: var(--hover-color-hard);
  border-radius: 999px;
}
.divTableNotes::-webkit-scrollbar-thumb {
  background-color: var(--hover-color);
  border-radius: 999px;
}
.divTableNotes::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
}
.divTableOffers {
  display: flex;
  min-width: 100%;
}
.divTableBig {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: auto;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.divTableBig::-webkit-scrollbar,
.divTableBigEsp::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.divTableBig::-webkit-scrollbar-track,
.divTableBigEsp::-webkit-scrollbar-track {
  background: var(--hover-color-hard);
  border-radius: 999px;
}
.divTableBig::-webkit-scrollbar-thumb,
.divTableBigEsp::-webkit-scrollbar-thumb {
  background-color: var(--hover-color);
  border-radius: 999px;
}
.divTableBig::-webkit-scrollbar-thumb:hover,
.divTableBigEsp::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
}
.divTableBigEsp {
  overflow-y: auto;
  overflow-x: auto;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  height: 82.5%;
}
.divTableBigContained {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  animation: showDiv ease-in-out 0.3s forwards;
}
.ClientNameC {
  font-family: Poppins;
  font-size: 13px;
  color: #2ca58d !important;
  text-shadow: 3px 2px 6px rgba(44, 165, 141, 0.35);
}
.ClientNameL {
  font-family: Poppins;
  font-size: 13px;
  color: #d8af4d !important;
  text-shadow: 3px 2px 6px rgba(216, 175, 77, 0.35);
}
.ClientNameHL {
  font-family: Poppins;
  font-size: 13px;
  color: #d84d4d !important;
  text-shadow: 3px 2px 6px rgba(216, 77, 77, 0.35);
}
.maxHeightTable {
  height: 50px;
}
.table td {
  vertical-align: middle;
  font-family: Poppins;
  font-size: 13px;
  height: 40px;
}
.tdSmallHeight {
  height: 25px !important;
}
.table th {
  font-family: Montserrat;
  position: sticky;
  top: 0;
  font-size: 13.5px;
  z-index: 2;
}
.tableFixed th {
  position: initial !important;
}
.containerInputEspecial {
  display: flex;
  flex-direction: row;
  margin-top: -8px;
}
.TrashIcon {
  cursor: pointer;
  color: #ba0404b9;
  transition: scale 0.2s;
}
.TrashIconDisabled {
  pointer-events: none;
  color: #ba040437;
}
.TrashIcon:hover {
  scale: 1.2;
}
.CheckIcon {
  color: #02a412cf;
}
.DashIcon {
  cursor: pointer;
  color: rgb(132, 89, 107);
  transition: scale 0.2s;
}
.DashIcon:hover {
  scale: 1.25;
}
.DashIconEsp {
  cursor: pointer;
  color: rgb(132, 89, 107);
  transition: scale 0.2s;
}
.DashIconEsp:hover {
  scale: 1.1;
}
.iconScaleFacebook {
  transition: all 0.3s;
  color: black;
}
.iconScaleFacebook:hover {
  scale: 1.15;
  color: blue;
}
.iconScaleYT {
  transition: all 0.3s;
  color: black;
}
.iconScaleYT:hover {
  scale: 1.15;
  color: red;
}
.iconScaleInsta {
  transition: all 0.3s;
  color: black;
}
.iconScaleInsta:hover {
  scale: 1.15;
  color: purple;
}
.nav {
  flex-wrap: nowrap !important;
}
.nav-link-inactive {
  cursor: pointer;
  color: black;
}
.nav-link-active {
  pointer-events: none;
  color: var(--primary-color);
}
.containerTabs {
  align-self: self-start;
  margin-left: 4%;
}
.containerBtnInformation {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-left: 35px;
  margin-top: 5px;
}
.nav-item {
  border-radius: 5px 5px 0px 0px;
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: bold;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.nav-item-tabs:hover {
  background-color: #00285228;
  color: var(--primary-color);
}
.nav-link:hover {
  color: var(--primary-color);
  text-shadow: 2px 2px 6px #00285228;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs {
  width: 100%;
  border-bottom: transparent;
}
.containerInputsHeaderClients {
  display: flex;
  align-items: center;
}
.clientTypeBtn {
  background-color: whitesmoke;
  border-radius: 5px;
  display: flex;
  height: 23px;
  width: auto;
  min-width: 70px;
  cursor: pointer;
  justify-content: center;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.clientTypeBtn:hover {
  background-color: rgba(183, 182, 182, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.clientTypeBtnOff {
  background-color: whitesmoke;
  opacity: 0.4;
  pointer-events: none;
  border-radius: 5px;
  border-width: 0px;
  display: flex;
  height: 25px;
  width: auto;
  min-width: 70px;
  justify-content: center;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
}
.clientTypeBtnText {
  font-family: "Gilroy-Regular";
  font-weight: 800;
  font-size: 12px;
  margin-top: 5px;
}
/* -------- CLIENT SUBMITION SECTION ----------- */
.accordion-button {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
}
.titleValueClientSubmition {
  font-family: Poppins;
  font-size: 14px;
}
.attributeValueClientSubmition {
  font-family: "Montserrat";
  color: #000000cc;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.containerSubmitionInfo {
  display: flex;
  flex-direction: column;
  max-width: 90%;
}
.subContainerSubmitionInfo {
  flex-direction: row;
  min-width: 90%;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  background-color: whitesmoke;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
}
/* -------- LOANS SECTION ----------- */
.containerLoansAndSubmition {
  display: flex;
  flex-direction: column;
  /* ------> Creo que no se usa para nada  */
  width: 100%;
}
.subContainerLoansAndSubmition {
  width: 100%;
  flex-direction: row;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 5px 10px 5px;
  background-color: whitesmoke;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
  overflow: hidden;
}
.containerCalculations {
  background-color: whitesmoke;
  border-radius: 10px;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
  padding: 0px 0px 0px 10px;
}
.containerLoans {
  background-color: whitesmoke;
  border-radius: 10px;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
  margin: 20px;
  height: 90%;
  min-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.InformationTitleMain {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 1000;
  margin: 20px;
  margin-top: 0px;
}
.InformationTitleMainEsp {
  color: #002752;
  font-family: "Poppins";
  font-size: 18 px;
  font-weight: 1000;
  padding: 0px;
}
.InformationTitleMainPolitics {
  font-family: "Poppins";
  font-weight: 200;
  font-size: 14px;
  margin: 0px;
  margin-left: -5px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  color: black;
}
/* ---------- Info Section (Información y entrenamiento) - */
.InfoSection-container {
  max-width: 100%;
  margin: 0 24px 32px;
  padding: 0;
}
.InfoSection-hero {
  margin-bottom: 28px;
}
.InfoSection-heroWithLogo {
  display: flex;
  align-items: stretch;
  background: linear-gradient(white, rgba(14, 165, 233, 0.06) 100%);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.InfoSection-heroLogoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-shrink: 0;
  background: linear-gradient(white, rgba(14, 165, 233, 0.06) 300%);
}
.InfoSection-heroWithLogo .InfoSection-heroTextWrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-left: 4px solid var(--primary-color);
}
.InfoSection-heroWithLogo .InfoSection-heroTextWrap .InfoSection-lead {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.InfoSection-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 15px 0 8px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-family: "Montserrat";
}
.InfoSection-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #334155;
  margin: 0;
  padding: 16px 20px;
  background: linear-gradient(135deg,
      rgba(0, 39, 82, 0.04) 0%,
      rgba(14, 165, 233, 0.06) 100%);
  border-left: 4px solid var(--primary-color);
  border-radius: 0 8px 8px 0;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.InfoSection-section {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 39, 82, 0.06);
}
.InfoSection-sectionTitle {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}
.InfoSection-sectionTitleSmall {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 8px;
}
.InfoSection-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}
.InfoSection-list {
  margin: 0 0 0 4px;
  padding-left: 20px;
  list-style: none;
}
.InfoSection-listItem {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 10px;
  padding-left: 20px;
}
.InfoSection-listItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0ea5e9;
}
.InfoSection-listItemTitle {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 4px;
}
.InfoSection-listItemWithSub {
  margin-bottom: 16px;
}
/* Transición entrada/salida de pantallas (usa @keyframes showDiv en css.css) */
.showDiv {
  animation: showDiv ease-in-out 0.3s forwards;
}
/*----------HOME-PAGE-------------*/
.divHomePage {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 10px;
  margin: 100px 20px 0px 20px;
}
.navHomePage {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #001831;
  height: 65px;
}
.containerContentNavHomePaige {
  display: flex;
  align-items: center;
  width: 99%;
  height: 100%;
  justify-content: space-between;
}
.containerTopSideHomePage {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/casaBackground-BOGQwe3V.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.textoCabeceraHomePage {
  font-size: 16px;
  font-family: "Poppins";
  width: 95%;
  color: rgba(245, 245, 245, 0.811);
}
.iframeVideoHomePage {
  width: 900px;
  height: 500px;
}
.titleNavHomePage {
  margin-left: 30px;
  font-size: 20px;
  font-family: Gilroy-Regular;
  color: white;
  font-weight: bold;
}
.textDirectionAndNumberHomePage {
  color: white;
  white-space: nowrap;
  font-family: Poppins;
  margin-right: 45px;
  display: flex;
  align-items: center;
}
.textPhoneHomePage {
  margin-left: 45px;
}
.videoHomePage {
  display: flex;
  min-height: 14rem;
  height: 18rem;
  max-height: 20rem;
  min-width: 25rem;
  max-width: 35rem;
  background-color: transparent;
  border: 5px solid white;
}
.titlesAboutHomePage {
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  color: white;
  text-decoration: underline;
}
.textImagesHomePage {
  font-size: 14px;
  font-family: Poppins;
  width: 25vw;
}
.imgCasasShowing {
  width: 45rem;
  border-radius: 10px;
  border: lightgray 1px solid;
}
.imgClientsHomePage {
  margin: 20px 0px 10px 0px;
  width: 70rem;
  border-radius: 10px;
  border: lightgray 1px solid;
}
.lastImagesHomePage {
  width: 45rem;
  border-radius: 10px;
  border: lightgray 1px solid;
  margin-right: 20px;
  height: 21rem;
}
.containerLastImagesHomePage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.clientTypeImageHomePage {
  width: 47rem;
  border-radius: 10px;
  border: lightgray 1px solid;
}
/* -------- EDIT CLIENT SUBMITION SECTION ----------- */
.containerAddClientSubmition {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 100%;
  margin-left: 10px;
}
.containerSectionAddClientSubmition {
  display: flex;
  flex-direction: column;
  width: auto;
  width: 22%;
}
.containerPrestamista {
  width: 40%;
}
.containerPrest {
  display: flex;
  height: 100%;
  width: 98%;
  align-items: center;
  justify-content: center;
}
.containerBtnPDF {
  position: absolute;
  right: 110px;
  bottom: 60px;
  display: flex;
}
.containerBtnSubmit {
  position: absolute;
  right: 250px;
  bottom: 60px;
  display: flex;
}
.indiceClientSubmition {
  list-style: none;
  padding: 0;
  width: 200px;
  background-color: transparent;
}
.btnSaveClientSubmition {
  position: fixed;
  top: 160px;
  right: 90px;
}
.linkSubmition {
  font-family: "Gilroy-Regular";
  color: #000099cc;
  padding-top: 1px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.accordion-body {
  height: auto;
}
.mainInput {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Poppins";
  font-weight: 700;
  min-height: 35px;
  max-height: 35px;
  min-width: 180px;
  width: 25vw;
  max-width: 280px;
  font-size: 13px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.mainInput:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.mainInput:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.mainInputEsp {
  padding-left: 20px;
  font-family: Poppins;
  font-weight: 700;
  min-height: 35px;
  max-height: 35px;
  min-width: 235px;
  max-width: 235px;
  font-size: 13px;
  color: black;
  background-color: whitesmoke;
  border: #bdbdbe solid 1px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.mainInputEsp:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.mainInputEsp:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
  background-color: white;
}
.inputTimeLineUC {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  min-height: 33px;
  max-height: 33px;
  min-width: 120px;
  max-width: 120px;
  font-size: 13px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.inputTimeLineUC:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.inputTimeLineUC:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.pTimeLineUC {
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins;
}
.mainInputDisabled {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  min-height: 35px;
  max-height: 35px;
  min-width: 200px;
  max-width: 300px;
  font-size: 13px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
  opacity: 0.5;
}
.mainInputWithoutShadow {
  padding-left: 35px;
  padding-right: 8px;
  font-family: "Poppins";
  font-weight: 700;
  min-height: 32px;
  max-height: 32px;
  min-width: 200px;
  width: 23vw;
  max-width: 280px;
  font-size: 11px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 10px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.mainInputWithoutShadow:hover {
  border: var(--hover-color-hard) solid 1px;
  background-color: #f4f7f8ef;
}
.mainInputWithoutShadow:focus {
  border: rgb(130, 223, 254) 1.5px solid;
  outline: none;
  box-shadow: rgb(225, 213, 213) 0.5px 0.5px 1px 1px;
}
.clearCross {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  color: white;
  background-color: gray;
  border: 1px solid lightgray;
  border-radius: 50px;
}
.clearButton {
  border: #9db3d5 solid 1px;
  background-color: #dcedff;
  padding: 1px 5px;
  height: 32px;
}
.commonSelect {
  font-family: "Gilroy-Regular";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 32px;
  max-height: 32px;
  min-width: 200px;
  max-width: 210px;
  z-index: 3;
}
.selectOfferSentBig {
  font-family: "Gilroy-Regular";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 32px;
  max-height: 32px;
  min-width: 200px;
  max-width: 200px;
}
.selectOfferSent {
  font-family: "Gilroy-Regular";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 32px;
  max-height: 32px;
  min-width: 170px;
  max-width: 170px;
}
.commonSelectFilter {
  font-family: "Gilroy-Regular";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 38px;
  max-height: 38px;
  min-width: 200px;
  width: 25vw;
  max-width: 265px;
}
.commonSelectSmall {
  font-family: "Montserrat";
  font-weight: 1000;
  font-size: 12px;
  color: black;
  border-width: 0px;
  background-color: white;
  min-height: 30px;
  max-height: 30px;
  min-width: 80px;
}
.smallWidth .commonSelect,
.smallWidth .commonSelectSmall,
.smallWidth .commonSelectFilter {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
}
.css-1u9des2-indicatorSeparator {
  display: none;
  width: 0px;
  height: 0px;
}
.selectMultiFilter {
  font-family: "Poppins";
  font-weight: 1000;
  font-size: 14px;
  border-color: lightgray;
  background-color: white;
  min-height: 32px;
  max-height: 38px;
  min-width: 200px;
  transition: 0.2s;
}
.selectFilter {
  font-family: "Poppins";

  font-size: 14px;
  border-width: 2;
  border-color: lightgray;
  background-color: white;
  border-radius: 5px;
  min-height: 32px;
  max-height: 38px;
  min-width: 200px;
  padding: 5px;
  transition: 0.1s;
}
.selectFilter:hover {
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px lightgray;
}
.selectFilterDiv {
  font-family: "Poppins";
  font-weight: 100;
  font-size: 14px;
  border-color: lightgray;
  background-color: white;
  min-width: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 90%;
  min-height: 90%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.selectFilterDivEspecial {
  min-width: 75%;
  max-height: 90%;
  font-weight: 100;
  font-size: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0px;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerFormTitle {
  background-color: whitesmoke;
  transition: 0.3s;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.containerFormTitle:hover {
  background-color: var(--hover-color-hard) !important;
}
.selectFilterDivText {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 2px;
  white-space: nowrap;
  font-size: 13px;
}
.selectFilterDivText:hover {
  width: 88%;
  background-color: whitesmoke;
  cursor: pointer;
  border-radius: 10px;
}
.seeAllText {
  position: relative;
  left: 160px;
  width: fit-content;
  text-align: right;
  cursor: pointer;
  color: #007bff;
  font-size: 13px;
  margin-top: 5px;
  height: 12px;
}
.selectFilterProperties {
  font-family: "Gilroy-Regular";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 32px;
  max-height: 38px;
  min-width: 150px;
  width: 25vw;
  max-width: 200px;
}
.containerBtnTransaction {
  margin-left: 42px;
  margin-top: 16px;
}
.timelineNone {
  width: 95%;
  margin: 15px;
}
.selectTransactionType {
  font-family: "Poppins";
  font-weight: 1000;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: white;
  border-radius: 10px;
  min-height: 25px;
  max-height: 25px;
  min-width: 80px;
  max-width: 160px;
  margin-bottom: 5px;
  z-index: 999;
}
.css-1s2u09g-control {
  border-radius: 10px !important;
  background-color: transparent !important;
  cursor: pointer !important;
}
.css-1pahdxg-control {
  border-radius: 10px !important;
  cursor: pointer !important;
}
.modalFilterDiv {
  position: fixed;
  top: 55%;
  left: 55%;
  height: fit-content;
  width: fit-content;
  max-width: 60rem;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  z-index: 900;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px;
  animation: showDiv ease-in-out 0.3s forwards;
}
.btnFilterModal {
  border: black 1px solid;
  background-color: white;
  padding: 5px;
  margin-left: 10px;
  font-family: Poppins;
  font-size: 18px;
  border-radius: 10px;
  height: fit-content;
}
.modalBody {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
}
.respForModal {
  width: 100%;
  font-family: "Gilroy-Regular";
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
.modalOffers {
  height: auto;
  min-height: 55vh;
  max-height: 92vh;
  background-color: white;
  align-self: center;
  border-radius: 10px;
  overflow-y: auto;
  min-width: 42vw;
  padding: 5px;
}
.modalPropertyCommission {
  height: auto;
  min-height: 55vh;
  max-height: 92vh;
  background-color: white;
  align-self: center;
  border-radius: 10px;
  overflow-y: auto;
  min-width: 70vw;
  padding: 5px;
}
.forgotPasswordText {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  margin-top: 14px;
  font-weight: 600;
  cursor: pointer;
}
.LegalTerms {
  font-family: "Gilroy-Regular";
  color: gray;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
}
.formLogIn {
  font-family: "Gilroy-Regular";
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.containerForInputs {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.containerInputs {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 0px;
  margin-top: 40px;
}
.subContainerInputs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-width: 80%;
  width: 80%;
  margin-bottom: 15px;
}
.inputDiv {
  margin-right: 25px;
  min-height: 40px;
  height: 80px;
}
.inputSelectLang {
  margin: 10px;
  width: 150px;
  background-color: #002752;
  padding: 0px;
}
.FORMerror {
  font-family: "Poppins";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #2b4162;
  margin-top: 2px;
  margin-left: 10px;
  margin-bottom: 0px;
  height: 0px;
}
.showPassword {
  margin-left: -25px;
  cursor: pointer;
  animation: showDiv ease-in-out 0.3s forwards;
}
.spinner-primary {
  color: var(--primary-color) !important;
}
.containerScroll {
  height: 72%;
  min-width: 100%;
  width: 100%;
  overflow: auto;
}
.containerShareTable {
  min-height: 80%;
  max-height: 80%;
  height: 80%;
  width: 95%;
  overflow: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
/*WhatsApp section*/
.textTemplates {
  font-size: 14px;
}
.containerDivTemplates {
  width: 40%;
  height: 95%;
}
.containerTemplates {
  width: 100%;
  height: 100%;
  max-height: 450px;
  overflow: auto;
  padding: 0px 15px 5px 15px;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerInputsMessages {
  display: flex;
  margin-bottom: 20px;
}
.containerMessage {
  width: 40%;
  height: 95%;
  padding: 5px;
}
.divTemplates {
  margin-bottom: 20px;
  background-color: rgba(245, 245, 245, 0.444);
  border-radius: 10px;
  border: 2px solid rgb(141, 135, 135);
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.divTemplates:hover {
  background-color: var(--hover-color-hard);
}
.chatBox {
  width: 100%;
  height: 90%;
  background-color: white;
}
.chatBoxClient {
  width: 80%;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  border: 2px solid whitesmoke;
  border-radius: 5px;
}
.MailsBox {
  width: 100%;
  height: 100%;
  border: 1px solid lightgray;
}
.inputContact {
  box-sizing: border-box;
  font-family: "Gilroy-Regular";
  font-weight: bold;
  font-size: 14px;
  border: none;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.inputMessage {
  font-family: "Gilroy-Regular";
  font-weight: bold;
  padding: 5px;
  font-size: 13px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  width: 92%;
  height: 90%;
  resize: none;
}
.inputMessage:focus {
  outline: none;
}
.emailCardText {
  font-family: "Montserrat";
  min-width: 100px;
  font-size: 20px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-weight: bold;
}
.chatName {
  font-family: "Poppins";
  min-width: 150px;
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lastMessage {
  font-family: "Gilroy-Regular";
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lastMessageDate {
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  color: #404040de;
  text-overflow: ellipsis;
  font-style: italic;
}
.chatPhone {
  font-family: "Gilroy-Regular";
  font-size: 13.5px;
  font-weight: bold;
  min-width: 300px;
  margin-left: 20px;
}
.SelectAddContact {
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-width: 0;
  background-color: #fbfbfb;
  border-radius: 7px;
  width: 247px;
  transition: background-color 0.3s;
}
.containerTimeLineUC {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  min-width: 100%;
}
.containerStepsUC {
  display: flex;
  padding: 20px 0px;
  width: 100%;
}
.underContractText {
  white-space: nowrap;
  font-family: Poppins;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.underContractSubText {
  font-size: 14px;
  font-weight: 100;

  margin-left: 10px;
}
.timeline-with-icons {
  border-left: 2px dashed rgb(164, 164, 164);
  min-height: 65px;
  position: relative;
  list-style: none;
  margin-bottom: 0px;
}
.react-responsive-modal-container {
  height: initial !important;
}
.react-responsive-modal-closeButton {
  padding: 2px;
  border-radius: 100%;
  transition:
    background-color 0.3s,
    scale 0.3s;
}
.react-responsive-modal-closeButton:hover {
  scale: 1.1;
  background-color: rgba(128, 128, 128, 0.251);
}
.timeline-with-icons-done {
  border-left: 2px solid var(--success-color);
  min-height: 65px;
  position: relative;
  list-style: none;
  margin-bottom: 0px;
}
.timeline-with-icons-final {
  margin-left: 2px;
  position: relative;
  list-style: none;
  margin-bottom: 0px;
}
.timeline-item {
  position: relative;
  margin-bottom: 0px;
}
.timeline-icon {
  position: absolute;
  left: -48px;
  z-index: 999;
  background-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 0.2s;
}
.timeline-icon:hover {
  scale: 1.4;
  background-color: var(--success-color);
}
.timeline-icon-done {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  left: -48px;
  background-color: var(--success-color);
  color: white;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale 0.2s;
}
.timeline-icon-done:hover {
  scale: 1.4;
}
.titleTimeLineUC {
  font-family: "Poppins";
  color: #002752;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0px;
}
.titleTimeLineUCMargin {
  animation: marginLeft ease-in-out 0.5s forwards;
  margin-left: 30px;
}
.containerDateTimeLineUC {
  display: flex;
  min-height: 45px;
  max-height: 45px;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  margin-right: -20px;
}
.dateTimeLineUC {
  font-family: "Poppins";
  font-size: 16px;
  color: #002752;
  position: absolute;
  left: -195px;
  top: 2px;
  font-weight: 600;
  margin-left: 10px;
}
.editDateTimeLineUC {
  animation: showDiv ease-in-out 0.3s forwards;
  transition: scale 0.2s;
}
.editDateTimeLineUC:hover {
  scale: 1.25;
}
.containerInputDateUC {
  position: absolute;
  left: -300px;
  top: -8px;
}
.list-group {
  overflow-y: auto;
}
.list-group-item {
  font-family: Poppins;
  transition: background-color 0.3s;
}
.list-group-item:hover {
  background-color: rgb(231, 231, 231);
  cursor: pointer;
}
.list-group-itemEspecial {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  transition: background-color 0.3s;
  font-size: 13px;
  font-weight: bold;
  background-color: rgb(241, 235, 235);
  max-height: 30px;
  pointer-events: none;
  padding: 10px;
  z-index: 999;
}
.list-group-itemEspecial:hover {
  background-color: rgb(231, 231, 231);
  cursor: pointer;
}
.containerBodyHouseSelected {
  margin: 10px 0px 0px 15px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: rgba(242, 240, 240, 0.515);
  width: 95%;
}
/*Nueva sección Emails*/
.containerEmails {
  border-radius: 5px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.sidebarMails {
  height: 100%;
  width: 70px;
  background-color: white;
  z-index: 1000;
  align-items: center;
  transition: 0.5s;
  opacity: 1;
  border-right: 1px solid lightgray;
}
.sidebar-mails-expanded {
  height: 100%;
  width: 180px;
  background-color: white;
  z-index: 1000;
  align-items: center;
  transition: 0.5s;
  justify-content: flex-start;
  opacity: 1;
  border-right: 3px solid whitesmoke;
}
.clientCardMails {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  transition: 0.5s;
  height: 55px;
  border-bottom: 3px solid whitesmoke;
  transition: 0s;
}
.clientCardMails:hover {
  background-color: #007aff0f;
}
.clientCardMailsActive {
  background-color: var(--hover-color-hard);
}
.containerEmailHTML {
  width: 90%;
  min-width: 90%;
  height: auto;
  border-radius: 10px;
}
.containerHeaderMails {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.newEmailsBox {
  background-color: rgba(211, 211, 211, 0.222);
  padding: 10px 30px 10px 30px;
  margin: 10px 60px 10px 130px;
}
.mailsText {
  margin: 10px 5px 10px 15px;
  font-family: Poppins;
  font-weight: initial;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mailsTextSubject {
  margin: 10px 5px 10px 15px;
  font-family: Poppins;
  font-weight: initial;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mailsCardText {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.containerCardsMails {
  min-width: 85%;
  max-width: 85%;
  height: 100%;
}
.arrowBackStyle {
  margin-left: 20px;
  margin-top: -43px;
  margin-bottom: 13px;
}
.arrowBackStyle:hover {
  transition: 0.2s;
  cursor: pointer;
  scale: 1.2;
}
.containerReloadGmail {
  max-width: 35px;
  width: 35px;
  height: 35px;
  max-height: 35px;
  border-radius: 100%;
  margin: 5px 0px 10px 20px;
}
.reloadStyle {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
}
.reloadPublications {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 100%;
  margin-right: 30px;
  cursor: pointer;
}
.reloadStyle:hover {
  background-color: rgba(0, 0, 0, 0.2);
  animation: rotate360 1.5s infinite;
}
.reloadPublications:hover {
  background-color: rgba(0, 0, 0, 0.2);
  animation: rotate360 1.5s infinite;
}
.titlePublications {
  margin-bottom: 0px;
  text-wrap: nowrap;
  white-space: nowrap;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.iconNavMails {
  margin: 10px 5px 30px 0px;
  display: flex;
  align-items: center;
  width: 75%;
  height: 25px;
}
.iconContainerActiveMails {
  border-bottom: 3px solid rgb(44, 165, 141);
  height: 30px;
}
.iconNavMails:hover {
  scale: 1.02;
}
.iconNavIconMails {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
}
.CircleName {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  text-align: right;
  color: #15353b;
}
.CircleDiv {
  background-color: var(--hover-color-hard);
  border-radius: 50%;
  max-height: 28px;
  max-width: 28px;
  min-height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CircleDivTransaction {
  background-color: var(--hover-color-hard);
  border-radius: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientReason {
  padding: 2px 10px;
  border-radius: 10px;
  text-align: center;
}
.clientReasonTable {
  border-radius: 20px;
  padding: 7px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.clientReasonEsp {
  padding: 2px 5px;
  border-radius: 5px;
  transition: 0.3s;
  margin-right: 35px;
  cursor: pointer;
  border: none;
  font-family: Poppins;
  white-space: nowrap;
}
.clientReasonEsp:hover {
  scale: 1.1;
}
.fileTypeEmail {
  border: 1px gray solid;
  border-radius: 10px;
  margin-right: 5px;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.fileTypeEmailText {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.containerEmailAttachments {
  padding: 10px 20px;
  min-width: 90%;
  background-color: white;
  margin-bottom: 30px;
  border-radius: 10px;
}
.AttachmentsEmail {
  font-family: Poppins;
  max-width: 30%;
  min-width: 230px;
  border: 1px gray solid;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.AttachmentsEmail:hover {
  background-color: var(--background-color);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.AttachmentsEmailText {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}
.AttachmentsTitle {
  color: #002752;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.downloadAttachment {
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.downloadAttachment:hover {
  background-color: var(--hover-color-hard);
}
.EmailReceivedSections {
  background-color: white;
  font-family: Montserrat;
  font-size: 16px;
  min-width: 140px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.2s;
  border-radius: 10px;
  cursor: pointer;
}
.EmailReceivedSectionsActive {
  background-color: #e4edfb;
  color: black;
  max-height: 30px;
  font-family: Montserrat;
  font-size: 16px;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.2s;
  pointer-events: none;
  border-radius: 10px;
}
.starredIcon {
  color: rgb(255, 140, 0);
  margin: 0px 10px 5px 0px;
}
.rbc-time-content {
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  overflow-y: auto;
}
.appointmentClass {
  display: flex;
  font-family: Poppins;
  color: black;
  min-width: 100%;
  padding: 1px 5px;
  align-items: center;
  width: fit-content;
  font-size: 13px;
  white-space: nowrap;
  transition: 0.3s;
}
.containerVideosAndChat {
  display: flex;
  justify-content: center;
  width: 80%;
  min-height: 100%;
  height: 100%;
  animation: showDiv ease-in-out 0.3s forwards;
}
.containerSectionTraining {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  animation: showDiv ease-in-out 0.3s forwards;
}
.containerVideos {
  flex-wrap: wrap;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  width: 98%;
  height: 92%;
}
.containerVideosLender {
  display: flex;
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  min-height: 400px;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.desireHousesDivs {
  width: 95%;
  height: 150px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  transition:
    background-color 0.3s,
    scale 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 1px 5px;
  border: 2px solid whitesmoke;
}
.desireHousesDivs:hover {
  background-color: #00285225;
  scale: 1.01;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 3px 10px;
}
.cardPublications {
  width: 100%;
  height: 150px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  transition:
    background-color 0.3s,
    scale 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 1px 5px;
  justify-content: space-between;
  border: 2px solid whitesmoke;
}
.cardPublications:hover {
  background-color: #00285225;
  scale: 1.01;
  box-shadow: rgba(43, 65, 98, 0.4) 0px 3px 10px;
}
.imgPublications {
  max-width: 180px;
  min-width: 180px;
  max-height: 140px;
  height: auto;
  border-radius: 5px;
  margin-right: 20px;
  margin-left: 10px;
  background-color: rgba(186, 174, 174, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardsListings {
  display: flex;
  justify-content: center;
  width: 45%;
  min-width: 420px;
  margin-right: 20px;
}
.imgListings {
  object-fit: fill;
  border-radius: 5px;
  max-width: 90%;
  min-width: 90%;
  height: auto;
  max-height: 125px;
  min-height: 90px;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(186, 174, 174, 0.2);
  animation: showDiv ease-in-out 0.3s forwards;
  z-index: 1;
}
.imgListingsNew {
  object-fit: fill;
  border-radius: 10px;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(186, 174, 174, 0.2);
  animation: showDiv ease-in-out 0.3s forwards;
  z-index: 1;
  width: auto;
  max-width: 110px;
  min-height: 90px;
  max-height: 90px;
}
.imgListingsLoading {
  top: 50%;
  left: 0;
  max-width: 160px;
  min-width: 160px;
  margin-left: 10px;
  max-height: 100%;
  min-height: 130px;
  height: auto;
  display: flex;
  background-color: rgba(186, 174, 174, 0.2);
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 100%;
  /* Esto permite que el gradiente se repita */
  animation: loading 2s linear infinite;
  /* ajusta la velocidad según tus necesidades */
}
@keyframes loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}
.linkPublicationText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: black;
}
.titlePublicationText {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-family: Gilroy-Regular;
}
.containerOverviewCards {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: rgba(245, 245, 245, 0.554);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 250px;
  height: auto;
  border: 2px solid whitesmoke;
}
.titleOverview {
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  color: #002752;
}
.MLSHouses {
  color: rgba(0, 45, 93, 0.765);
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}
.priceHousesMarketing {
  font-weight: bold;
  font-family: Poppins;
  font-size: 18px;
}
.overviewCards {
  display: flex;
  font-family: Poppins;
  justify-content: center;
  margin-bottom: 2px;
}
.fechaListingsCards {
  display: flex;
  min-width: 150px;
  background-color: whitesmoke;
  padding: 2px;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 15px;
  justify-content: center;
  border: 1px solid lightgray;
}
.iconClientsNote {
  color: var(--primary-color);
  margin-right: 1%;
  transition: 0.3s;
}
.iconClientsNote:hover {
  scale: 1.2;
}
.containerAppointmentsList {
  max-height: 60vh;
  overflow-y: scroll;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerFilters {
  height: 48vh;
  min-width: 282px;
  padding-left: 2px;
  margin-bottom: 25px;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.inputFilterHouse {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Gilroy-Regular";
  min-height: 33px;
  max-height: 33px;
  min-width: 180px;
  width: 25vw;
  max-width: 280px;
  font-size: 13px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.inputFilterHouse:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.inputFilterHouse:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.containerTableNotesAndOffer {
  width: 100%;
  padding-inline: 5px;
  display: flex;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  height: 50%;
}
.containerTableListings {
  height: 95%;
  width: 99%;
  overflow-y: auto;
  background-color: transparent;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerTableListingsEspecial {
  height: 95%;
  width: 99%;
  overflow-y: auto;
  background-color: transparent;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerTableHouses {
  height: 96%;
  width: 32%;
  overflow-y: auto;
  background-color: transparent;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.selectLangContainer {
  position: relative;
  display: inline-block;
  width: 120px;
}
.dropdownList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  z-index: 2;
  transition: all 0.2s;
  border: 1px solid gray;
  border-radius: 10px;
}
.dropdownItem {
  padding: 3px 5px;
  font-family: "Poppins";
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  transition: all 0.2s;
}
.dropdownItem:hover {
  background-color: var(--hover-color-hard);
}
.selectLangClosed {
  width: 120px;
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 3px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
  font-size: 15px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.selectLangClosedWhite {
  width: 120px;
  border: 1px solid white;
  border-radius: 8px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
  font-size: 15px;
  color: #333;
  margin-left: 30px;
}
.selectLangClosed span,
.selectLangClosedWhite span {
  color: #333;
}
.selectLangDropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  border: 1px solid #808080;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-family: Poppins;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.selectLangHeader {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
}
.selectLangHeader span {
  color: #333;
}
.selectLangDivider {
  height: 1px;
  background-color: #ddd;
  width: 100%;
  margin: 0;
}
.selectLangOption {
  padding: 10px 12px;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  transition: background-color 0.2s;
}
.selectLangOption:hover {
  background-color: #f5f5f5;
}
.selectLangOption span {
  color: #333;
}
.containerPublications {
  display: flex;
  flex-direction: column;
  width: 99%;
  height: 90%;
  overflow-y: auto;
  padding: 5px 10px;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerOffers {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
}
.containerNotes {
  min-width: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  height: 60%;
}
.containerAddClientOffer {
  width: 90%;
  max-width: 90%;
  max-height: 75vh;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 5px 10px 5px;
}
.containerMapHouse {
  display: flex;
  align-items: center;

  width: 98%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  animation: showDiv ease-in-out 0.5s forwards;
  transition: background-color 0.5s;
  background-color: rgba(248, 249, 250, 0.8);
}
.containerImagesCarrousel {
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-left: 10px;
  width: 95%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  padding: 10px 10px 10px 10px;
  animation: showDiv ease-in-out 0.5s forwards;
  transition: background-color 0.5s;
  background-color: rgba(211, 211, 211, 0.155);
}
.containerLoaderMap {
  position: absolute;
  top: 40%;
  right: 37.5%;
}
.divAddOfferTableClient {
  background-color: white;
  border: 2px solid grey;
  animation: showDiv ease-in-out 0.3s forwards;
  padding: 4px 5px;
  border-radius: 10px;
  cursor: default;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pAddOfferTableClient {
  font-family: Poppins;
  font-size: 14px;
  transition: 0.3s;
  border-radius: 5px;
  padding: 4px 4px;
  margin-right: 20px;
  cursor: pointer;
  color: black;
  display: flex;
  align-items: center;
}
.pAddOfferTableClient:hover {
  background-color: var(--hover-color-hard);
}
.crossShowOffer {
  display: flex;
  justify-content: end;
  margin-bottom: -18px;
  cursor: pointer;
  padding: 2px;
  border-radius: 100%;
  transition: 0.3s;
}
.crossShowOffer:hover {
  scale: 1.1;
  background-color: var(--hover-color-hard);
}
.AddOfferBtnTableClient {
  border-radius: 50%;
  max-height: 28px;
  max-width: 28px;
  min-height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.AddOfferBtnTableClient:hover {
  scale: 1.1;
  background-color: var(--hover-color-hard);
}
.shourtcoutsNav {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 2px 10px;
  margin: 2px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: 0.3s;
}
.shourtcoutsNav:hover {
  scale: 1.1;
  background-color: var(--hover-color-hard);
}
.texto-subrayado {
  text-decoration: underline;
  color: blue;
}
.divAdressHouse {
  background-color: rgba(173, 216, 230, 0.603);
  width: auto;
  padding: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 5px;
}
.backgroundAzul {
  background-color: #01387279;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 70px;
}
.backgroundAzul2 {
  background-color: rgba(0, 0, 0, 0.518);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 70px;
}
.letraSellFlyer {
  font-family: Poppins;
  color: whitesmoke;
  letter-spacing: 6px;
  text-shadow: 1px 1px 2px black;
}
.propertyValueFlyer {
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
  color: #002752;
}
.containerImagesFlyer {
  margin: 0px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 80px;
}
.titleDescFlyer {
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 3px;
  color: #002752;
  margin-left: 20px;
  line-height: 15px;
  font-weight: bold;
}
.textFlyer {
  font-size: 11px;
  width: 90%;
  margin-left: 20px;
  font-family: Poppins;
  line-height: 16px;
  color: #002752;
}
.textContactFlyer {
  margin: 5px 0px 0px 20px;
  font-size: 12px;
  font-weight: bold;
  font-family: Poppins;
  color: whitesmoke;
  text-shadow: 1px 1px 2px black;
  letter-spacing: 2px;
}
.numberFlyer {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 11px;
  font-weight: bold;
  font-family: Poppins;
  margin-top: 5px;
  color: whitesmoke;
  text-shadow: 1px 1px 2px black;
  letter-spacing: 2px;
  resize: none;
}
.titleContract {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 20px;
}
.inputContract {
  width: 100%;
  max-height: 10px;
  border: none;
  text-align: center;
  border-bottom: 1px solid black;
  background-color: rgb(250, 250, 255);
  color: #002752;
}
.inputContract[type="number"]::-webkit-inner-spin-button,
.inputContract[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputContract:focus {
  border-bottom: 1px solid black;
  outline: none;
}
.rowContract {
  display: flex;
  white-space: nowrap;
  font-family: "Arial";
  font-size: 7.3px;
  line-height: 1.3;
  text-align: justify;
}
.pContract {
  width: 100%;
  text-align: center;
  font-family: "Roboto Mono", monospace;
  border-bottom: 1px solid black;
  overflow-wrap: break-word;
  white-space: normal;
  margin-left: 2px;
}
.textAreaContract {
  margin: 0px 2px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid black;
  padding: 10px;
  border: none;
  background-color: rgb(250, 250, 255);
}
.pagePDF {
  justify-content: center;
  width: 450px;
  height: 630px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 9px;
  padding: 30px;
  transition: 0.5s;
}
.headerPDF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -20px;
  font-family: "Arial";
  font-size: 7.3px;
  line-height: 1.3;
}
.footerInitials {
  font-size: 5.5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
.divContenedorFlyer {
  background-image: url(/assets/backgroundGris-DyoM3U0r.jpg);
  background-size: cover;
}
.divContenedorFlyer2 {
  background-image: url(/assets/background10-CXJxGvQc.avif);
  background-size: cover;
}
.divContenedorFlyer3 {
  background-image: url(/assets/alangulo-BbREN1n5.jpg);
  background-size: cover;
}
.modalFlyersDiv {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 595px;
  height: 640px;
  background-color: white;
  align-self: center;
  border-radius: 10px;
  margin-top: -20px;
}
.subContainerFlyersDiv {
  max-width: 500px;
  height: 630px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containerContractPdf {
  overflow: auto;
  height: 90%;
  background-color: gray;
  margin: 10px;
  text-align: -webkit-center;
  padding: 15px 0px;
  scrollbar-width: thin;
  scrollbar-color: gray lightgray;
}
.containerContractPdfSigned {
  overflow: hidden;
  height: 100%;
  background-color: white;
  margin: 0px;
  text-align: -webkit-center;
  padding: 0px;
}
.modalContractDialog .modal-content {
  height: 92vh;
  display: flex;
  flex-direction: column;
}
.modalContractDialog .modalOffers {
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.modalContractDialog .modal-header {
  flex: 0 0 auto;
}
.modalContractDialog .modal-body {
  flex: 1 1 auto;
  min-height: 0;
}
.modalContractDialogCompact .modal-content {
  height: auto;
  max-height: 320px;
}
.modalContractDialogCompact .modalOffers {
  height: auto;
  max-height: none;
}
.modalContractDialogCompact .modal-body {
  flex: 0 0 auto;
}
.contractDiv {
  width: 300px;
  border-radius: 10px;
  padding: 15px;
  text-align: start;
  margin: 15px 15px 0px 15px;
  transition: 0.3s;
  background-color: white;
}
.contractDiv:hover {
  cursor: pointer;
  scale: 1.02;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.836);
}
.contractText {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
}
.containerFormIcon {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  padding: 7px;
}
.zoomPdf {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 10px;
  width: 160px;
  height: 30px;
  border: 0.3px solid grey;
  border-radius: 5px;
  font-family: Gilroy-Regular;
  font-weight: 800;
  font-size: 12.5px;
  transition: 0.3s;
}
.goZoom:hover {
  transform: scale(1.3);
}
.documentPDF {
  background-color: gray;
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: center;
}
.containerPreviewContract {
  padding: 30px 0px;
  background-color: gray;
  min-width: 90%;
  display: flex;
  justify-content: center;
  max-height: 65vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: gray lightgray;
}
.contractContentScaled {
  transform-origin: top center;
}
.subContainerFixedBigListing {
  display: flex;
  flex-direction: column;
  margin: 12px 10px 10px 10px;
  padding: 5px;
  width: 98%;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  border: 1px solid whitesmoke;
  z-index: 2;
}
.btnSectionsAddListings {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgb(232, 226, 226);
  font-size: 13px;
  width: auto;
  min-width: 150px;
  height: 35px;
  white-space: nowrap;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  margin-right: 20px;
  cursor: auto !important;
}
.btnSectionsAddListingsActive {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: whitesmoke;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgb(232, 226, 226);
  font-size: 13px;
  width: auto;
  min-width: 150px;
  height: 35px;
  white-space: nowrap;
  font-family: "Gilroy-Regular";
  font-weight: 800;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  margin-right: 20px;
  border-bottom: 0px;
}
.btnSaveAsDraft {
  background-color: whitesmoke;
  color: black;
  border: 1px solid lightgray;
  margin-right: 10px;
  border-radius: 5px;
  font-family: Poppins;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  transition: all 0.2s;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.btnSaveAsDraft:hover {
  scale: 1.05;
  background-color: rgb(232, 229, 229);
}
.containerQuestionsAddListings {
  animation: showDiv ease-in-out 0.5s forwards;
}
.textQuestions {
  font-family: Poppins;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.inputTextListings {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-size: 15px;
  min-height: 35px;
  max-height: 35px;
  min-width: 400px;
  max-width: 400px;
  background-color: rgba(226, 226, 232, 0.758);
  border: black solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.inputTextListings:hover {
  border: var(--hover-color-hard) solid 1px;
  background-color: #f4f7f8ef;
}
.inputTextListings:active {
  border: rgb(15, 162, 211) 1.5px solid;
  outline: none;
  box-shadow: rgb(225, 213, 213) 0.5px 0.5px 1px 1px;
  background-color: #f4f7f8ef;
}
.inputTextListings:focus {
  border: rgb(15, 162, 211) 1.5px solid;
  outline: none;
  box-shadow: rgb(225, 213, 213) 0.5px 0.5px 1px 1px;
  background-color: #f4f7f8ef;
}
.textPreviewListings {
  color: gray;
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.sectionPreviewFeatures {
  display: flex;
  justify-content: center;
  background-color: rgba(245, 245, 245, 0.26);
  border-radius: 10px;
}
.titlesShowingPreview {
  font-size: 20px;
  font-family: Poppins;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
  text-decoration: underline;
  color: var(--primary-color);
}
.subSectionPreview {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 0px 50px 20px 50px;
}
.containerImages {
  position: relative;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 400px;
  transform: translate(-50%, -50%);
}
.imagesListing {
  height: 90px;
  width: 100%;
}
.item-content {
  height: 100%;
  border: 0px solid rgba(123, 123, 123, 0.498039);
  border-radius: 4px;
  color: rgb(153, 153, 153);
  line-height: 90px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
.containerListingImages {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  background-color: rgba(211, 207, 207, 0.26);
  margin-top: 20px;
  border-radius: 10px;
  min-height: 70%;
  max-height: 70%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) lightgray;
}
.ListingImages {
  margin: 15px;
  background-color: white;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  cursor: grab;
  transition: 0.3s;
}
.ListingImages:hover {
  scale: 1.05;
}
.ListingImages:active {
  cursor: grabbing;
  opacity: 1;
}
.drop_area {
  background-color: white;
  min-width: 100% !important;
  min-height: 100px !important;
  border: dashed 2px var(--primary-color) !important;
  color: black !important;
  font-family: Poppins;
  font-weight: bold !important;
  transition: 0.3s;
}
.drop_area:hover {
  background-color: var(--hover-color-hard);
  cursor: pointer;
}
.jWkLDY {
  padding: 0px 10px;
}
.juBESy {
  margin-top: 10px;
}
.imageItem {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 350px;
  margin: 10px;
  border-radius: 10px;
  transition: 1s;
}
.containerIMGlisting {
  animation: showDiv ease-in-out 1s forwards;
}
.imagesPreviewContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 10px 10px;
  padding: 20px;
  width: 98%;
  height: auto;
  min-height: 350px;
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0.26);
  border: whitesmoke 1px solid;
  z-index: 2;
  animation: showDiv ease-in-out 0.3s forwards;
}
.containerSectionAddListings {
  overflow-y: auto;

  height: 100%;
}
.btnPrevAndNext {
  font-family: Poppins;
  color: var(--primary-color);
  font-weight: bold;
  background-color: white;
  margin: 5px;
  transition: 0.3s all;
  border: none;
  width: 150px;
}
.btnPrevAndNext:hover {
  scale: 1.2;
}
.spanImageIndex {
  font-family: Poppins;
  font-weight: bold;
  color: black;
  font-size: 20px;
  margin: 0px 15px 0px 15px;
}
.contenedorPreguntasListings {
  display: flex;
  width: 60%;
  height: 98%;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg,
      rgba(2, 0, 36, 0.242) 0%,
      rgba(240, 240, 243, 0.272) 0%,
      rgba(226, 226, 232, 0.758) 0%);
  margin: 10px 0px 0px 20px;
  padding: 20px 0px 0px 50px;
}
.indexAndTitle {
  font-weight: bold;
  color: var(--primary-color);
  letter-spacing: 3px;
}
.imgsListings {
  border-radius: 10px;
  width: 90%;
  max-height: 250px;
  object-fit: fill;
  animation: showDiv ease-in-out 0.3s forwards;
}
.containerYesNo {
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  border: 2px solid black;
  margin-left: 90px;
  border-radius: 10px;
  background-color: white;
}
.btnNo {
  letter-spacing: 3px;
  border: none;
  width: 50%;
  font-size: 15px;
  font-family: Poppins;
  padding: 5px;
  border-radius: 0px 8px 8px 0px;
  font-weight: bold;
  border-left: 1px solid black;
}
.btnYes {
  letter-spacing: 3px;
  border: none;
  width: 50%;
  font-size: 15px;
  font-family: Poppins;
  padding: 5px;
  border-radius: 8px 0px 0px 8px;
  font-weight: bold;
  border-right: 1px solid black;
}
.h3AddListing {
  margin: 10px 0px 10px 10px;
  font-family: Poppins;
  font-size: 23px;
  color: #002752;
  font-weight: bold;
}
.subtitleAddListing {
  margin: 10px 0px 20px 10px;
  font-family: Poppins;
  text-decoration: underline;
  font-size: 18px;
}
.ulAddListing {
  font-size: 15px;
  width: 90%;
}
.divTextoAddListings {
  width: 40%;
  max-width: 40%;
  height: 100%;
  max-height: 100%;
}
.containerDivQuestions {
  height: 85%;
}
.inputTextPreview {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Poppins;
  font-size: 15px;
  min-height: 30px;
  max-height: 30px;
  min-width: 200px;
  max-width: 200px;
  border-radius: 10px;
  background-color: none;
  border: whitesmoke 2px solid;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.inputTextPreview:hover {
  border: var(--hover-color-hard) solid 1px;
  background-color: #f4f7f8ef;
}
.inputTextPreview:focus {
  border: rgb(15, 162, 211) 1.5px solid;
  outline: none;
  box-shadow: rgb(225, 213, 213) 0.5px 0.5px 1px 1px;
  background-color: #f4f7f8ef;
}
.infoStatusClass {
  margin-left: 5px;
  transition: 0.3s;
  color: var(--primary-color);
}
.infoStatusClass:hover {
  scale: 1.2;
}
.toolTipP {
  z-index: 999;
  font-family: Poppins;
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 5px;
  pointer-events: none;
  font-size: 12px;
  font-weight: bold;
  max-width: max-content;
  text-align: justify;
  animation: showDiv ease-in-out 0.3s forwards;
}
.containerCompDesire {
  width: 100%;
  margin-left: 20px;
  height: 90%;
  max-height: 90%;
  min-height: 90%;
}
.ShowingTitles {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 1000;
  padding: 2px;
  margin-bottom: 2px;
  min-width: 98%;
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: white;
  background-color: var(--hover-color);
  border-color: var(--primary-color);
}
.dropdown-item {
  font-family: Poppins;
}
.dropdown-item:focus {
  background-color: var(--primary-color);
  color: white;
}
.dropdown-menu.show {
  height: auto;
}
.dropdown-toggle::after {
  content: none;
}
.containerBtnsAndTimeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 20px;
}
.containerInfoClientButtons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.subContainerTimeLine {
  white-space: nowrap;
  min-width: 90%;
  width: 90%;
}
.userCardOn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  width: 40%;
  min-width: 400px;
  min-height: 100px;
  box-shadow: 2px 2px 4px #00000055;
  position: relative;
  /* Añadido para posicionar el mapa correctamente */
}
.userCardOff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  width: 40%;
  min-width: 400px;
  min-height: 100px;
  box-shadow: 2px 2px 4px #00000055;
  position: relative;
  /* Añadido para posicionar el mapa correctamente */
}
.userStatusAlive {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid var(--success-color);
  margin-right: 10px;
  animation: isAlive ease-in-out 2s infinite;
}
.userStatusDeath {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 3px solid var(--error-color);
  margin-right: 10px;
}
.nameUserCard {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
.userLocation {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
}
.textLocation {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  color: rgb(30, 79, 95);
  cursor: pointer;
}
.lastConection {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 100;
}
.divContainerTabsMetrics {
  margin-left: 4%;
  align-self: self-start;
}
.infoUserCard {
  flex: 1;
}
.mapContainer {
  width: 80vw;
  height: 70vh;
  border: 1px solid #ccc;
  z-index: 100;
  background-color: white;
  box-shadow: 2px 2px 4px #ccc;
  animation: showDiv ease-in-out 0.2s forwards;
}
.mapIframe {
  width: 100%;
  height: 100%;
}
.card-container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(40%, 0.5fr));
  gap: 10px;
}
.areaInputDisabled {
  margin: 0px 20px 20px 0px;
  padding: 10px;
  font-family: "Poppins";
  font-weight: 700;
  min-width: 550px;
  max-width: 600px;
  font-size: 13px;
  color: black;
  background-color: rgb(250, 249, 249);
  border-radius: 5px;

  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.areaInput {
  margin: 0px 20px 20px 0px;
  padding: 10px;
  font-family: "Poppins";
  font-weight: 700;
  min-height: 35px;
  max-height: 35px;
  min-width: 180px;
  width: 25vw;
  max-width: 280px;
  font-size: 13px;
  color: black;
  background-color: white;
  border: #bdbdbe solid 1px;
  border-radius: 5px;
  transition:
    background-color 0.3s,
    border 0.3s,
    bos-shadow 0.3s;
}
.areaInput:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}
.areaInput:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}
.inputTexts {
  font-size: 13px;
}
.containerInputsResp {
  margin-bottom: 40%;
  margin-top: 10%;
}
.containerTableScroll {
  overflow: auto;
  max-height: 140px;
}
@keyframes isAlive {
  0% {
    background-color: white;
  }

  50% {
    background-color: green;
  }

  100% {
    background-color: white;
  }
}
.TextMedium {
  color: #002752;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
}
.TitleSectionTransaction {
  font-weight: bold;
  color: #002752;
  font-family: Montserrat;
  font-size: 19px;
  white-space: nowrap;
}
/*--------------------
Chat
--------------------*/
.divChatHome {
  width: 30%;
}
.chatIAContainer {
  height: 100%;
  max-height: 100%;
  z-index: 2;
  overflow: hidden;
  background: rgb(34, 34, 34);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  animation: showDiv ease-in-out 0.3s forwards;
  border: 2px solid whitesmoke;
}
.chatIABottom {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatIATitle {
  padding-top: 20px;
  height: 23%;
  background-color: white;
}
.chatIABody {
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 5px;
  padding-top: 20px;
  background-color: white;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerBrainAnswer {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.chatIAContainerFrom {
  font-family: Poppins;
  color: white;
  width: 90%;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 13px;
  text-align: justify;
}
.chatIAContainerTo {
  font-family: Poppins;
  background-color: rgba(75, 75, 75, 0.082);
  color: white;
  max-width: 90%;
  min-height: 30px;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 13px;
  border-radius: 20px;
}
.chatIATextarea {
  resize: none;
  overflow: auto;
  width: 100%;
  padding: 5px 10px 5px 15px;
  margin: 8px;

  transition: 0.3s;
  border: none;
  min-height: 40px;
  height: 40px;
  max-height: 100px;
  background-color: white;
  border: 1px solid lightgray;
  font-size: 15px;
}
.chatIATextarea:focus {
  outline: none;
  opacity: 0.9;
}
.chatIABtn {
  padding: 2px 4px;
  background-color: #002752;
  color: white;
  border: none;
  align-self: center;
}
.predefinedQuestionsContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 30%;
}
.questionBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid lightgray;
  padding: 5px 7px;
  width: 100%;
  max-width: 50%;
  min-height: 50px;
  max-height: 50px;
  margin: 3px;
  cursor: pointer;
  transition: scale 0.3s;
}
.questionBox:hover {
  border: 1px solid lightgray;
  scale: 1.02;
}
.btn-lightEspecial:hover {
  background-color: var(--hover-color);
  color: white;
}
.containerSectionsAndBtns {
  min-width: 20%;
  margin-top: 35px;
  padding: 2px 10px;
  overflow-y: auto;
  max-height: 85%;
}
.containerFormCategory {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 95%;
}
.inputContracts {
  width: 70%;
  border: 2px solid #15bc98;
  background-color: #ebeff2;
  border-radius: 5px;
  padding-left: 10px;
}
.inputContracts:focus {
  border: 2px solid #15bc98;
  outline: none;
  background-color: white;
}
.titlesContracts {
  font-family: Poppins;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.checkedForms {
  width: 190px;
  font-size: 12px;
  font-family: "Gilroy-Regular";
  text-align: center;
}
.containerSecPresClient {
  display: flex;
  width: 100%;
  height: 85vh;
}
.addressPlus {
  color: #002752;
  cursor: pointer;
  position: relative;
  right: 35px;
}
.buttonsTransactionsDiv {
  display: flex;
  width: 95%;
  margin-top: 5px;
}
.containerHeaderTransaction {
  padding: 5px;
  width: 95%;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  height: 25%;
  border-bottom: 2px solid lightgray;
}
.containerSectionsTransaction {
  min-height: 73%;
  height: 73%;
  width: 96%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.containerSectionsTransactionEsp {
  min-height: 93%;
  height: 93%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.divHeaderTransaction {
  display: flex;
  align-items: center;
  width: 22%;
  min-height: 100%;
  justify-content: space-evenly;
  border-radius: 5px 0px 0px 5px;
  border-right: 2px solid lightgray;
}
.headerFiles {
  display: flex;
  align-items: center;
  margin: 0px 0px 25px 10px;
  width: 99%;
}
.sectionFilesTransaction {
  display: flex;
  width: 100%;
  height: 90%;
  padding: 5px;
  transition: 1s;
  opacity: 1;
  overflow-y: auto;

  @starting-style {
    opacity: 0;
  }
}
.sectionFilesTransactionEsp {
  display: flex;
  width: 100%;
  height: 85%;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  transition: 1s;
  opacity: 1;
  border-radius: 5px;
  margin-top: 10px;

  @starting-style {
    opacity: 0;
  }
}
.containerEditTransaction {
  border: 1px solid lightgray;
  border-radius: 5px;
  height: 88%;
}
.containerShareAndSteps {
  display: flex;
  width: 100%;
}
.containerTransaction {
  height: 100%;
  display: flex;
  padding: 5px;
}
.headerFilesTransaction {
  display: flex;
  align-items: center;
  margin: 0px 0px 10px 0px;
  border-radius: 5px;
  border: 2px solid whitesmoke;
}
.filesImgsContainerTR {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  margin-left: 1%;
}
.filesImgsContainerTREsp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  margin-left: 1%;
}
.containerSectionsTimeLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 78%;
}
.containerSectionsTimeLineVertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.containerSectionsTimeLineEsp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 85px;
  right: 40px;
  width: 55%;
  border-radius: 5px;
  animation: showDiv ease-in-out 0.3s forwards;
}
.showSectionsTrans {
  margin-top: 20px;
  opacity: 1;
  transition: 0.5s;
  height: 80%;
  width: 100%;

  @starting-style {
    opacity: 0;
  }
}
.showSectionsTransEsp {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.5s;
  height: 95%;
  width: 98%;

  @starting-style {
    opacity: 0;
  }
}
.filteredEvents {
  position: fixed;
  background-color: red;
  opacity: 0.9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: whitesmoke;
  margin-top: -15px;
  margin-left: 17px;
}
.nameClient {
  font-size: 18px;
}
.InputV2 {
  position: relative;
  margin-bottom: 35px;
  max-width: 270px;
  min-width: 270px;
  margin-right: 25px;
  cursor: pointer;
}
.InputV2Value {
  height: 38px;
  transition: 0.3s;
}
.InputV2Disabled {
  opacity: 0.6;
}
.InputV2Value:focus {
  outline: none;
  border-width: 2px;
  background-color: whitesmoke;
}
.InputV2Value:hover {
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: whitesmoke;
}
.TopNavGrow {
  min-width: 300px;
  transition: 0.3s;
}
.TopNavGrow:hover {
  min-width: 320px;
}
.TopNavGrow:focus {
  min-width: 320px;
}
.InputV2 label {
  position: absolute;
  top: -12px;
  left: 15px;
  background: white;
  padding: 0 5px;
  font-size: 12px;
  color: var(--primary-color);
  font-family: "Poppins";
  font-weight: bold;
}
.InputV2 input,
.InputV2 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  font-size: 12px;
  color: black;
}
.InputV2 input {
  max-height: 35px;
}
.selectV2 {
  font-family: "Gilroy-Regular";
  font-weight: bold;
  border-radius: 5px;
  min-width: 270px;
  max-width: auto;
  z-index: 10;
  font-size: 14px;
  width: 100%;
  max-height: 35px;
}
.ErrorInputV2 {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: bold;
  color: var(--error-color);
  height: 0px;
}
.textLandingPage {
  color: #1587b5;
  font-size: 60px;
  font-family: Arial;
  font-weight: 900;
}
.textLandingPageEsp {
  font-size: 20px;
  font-family: Poppins;
  color: rgba(0, 39, 82, 1);
  white-space: nowrap;
  margin-left: 30px;
}
.textLandingPageSub {
  font-family: Poppins;
  color: #1587b5;
  white-space: nowrap;
  font-size: 30px;
}
.textLandingPageCards {
  color: #1587b5;
  font-size: 38px;
  font-family: Arial;
  font-weight: 900;
  text-align: center;
}
.btn-lightBlue {
  transition: 0.3s;
  height: 38px;
  min-height: 38px;
}
.btn-lightBlue:hover {
  scale: 1.04;
}
.mainLanding {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.exploreTheAppDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 695px;
  width: 100%;
  background-image: url(/assets/exploreTheappIMG-DqrPHgZ3.png);
}
.containerCardApp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 300px;
  width: 700px;
  background-color: white;
  border: 4px solid whitesmoke;
}
.linkFooter {
  color: gray;
  text-decoration: underline !important;
  margin-bottom: 10px;
  font-size: 14px;
}
.flip {
  transform: rotate(180deg);
  margin: 0px 80px 70px 0px;
}
.cardsLandingPage {
  background-color: white;
  height: max-content;
  min-height: 500px;
  width: 25%;
  border-radius: 40px;
  margin-right: 3%;
  padding: 10px;
}
.lineGrayCards {
  background-color: gray;
  height: 85px;
  width: 2.5px;
  margin: 10px 20px 0px 0px;
}
.textCards {
  font-size: 14px;
  line-height: 30px;
  font-family: Poppins;
  width: 90%;
  margin-top: 10px;
}
.titleInfoSection {
  font-size: 40px;
  font-family: Arial;
  font-weight: 900;
  margin-bottom: 40px;
  color: rgb(6, 58, 113);
}
.subTitleInfoSection {
  font-size: 27px;
  font-weight: 200;
  font-family: Poppins;
  margin: 10px 0px 40px 0px;
  width: 68%;
  color: rgb(6, 58, 113);
}
.textLeadsSmart {
  width: 48%;
  color: rgb(6, 58, 113);
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 40px;
  font-weight: 500;
}
.imgPeopleDiv {
  display: flex;
  align-items: end;
  justify-content: center;
  min-width: 71.1%;
  height: 98%;
  margin-top: 0.5%;
  border-radius: 10px;
}
.divAbsoluteImg {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 90%;
  margin-bottom: 32%;
  left: 5%;
}
.imgPeople {
  height: 190px;
  width: 95%;
}
.textWhite {
  color: white;
  font-size: 45px;
  font-weight: bold;
  width: 80%;
  margin-bottom: 20px;
  font-family: Poppins;
}
.textEspecial {
  font-family: Poppins;
  font-size: 22px;
}
.bottomM {
  margin-bottom: 10%;
}
.containerSentPdf {
  transition: 1.5s;
  opacity: 1;
  height: 90%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid black;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px;

  @starting-style {
    opacity: 0;
  }
}
/* TableCustom.css */
.tableCustom {
  width: 99%;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: separate;
}
.fixed-th .custom-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  font-size: 14px;
  border-bottom: 1px solid rgba(102, 131, 147, 255);
}
.custom-table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 99%;

  overflow: auto;
}
.custom-table thead th {
  color: gray !important;
  font-family: Gilroy-Regular;
  padding: 5px;
  text-align: left;
}
.custom-table tbody {
  background-color: white;
  font-family: Poppins;
}
.custom-table tbody tr {
  height: 60px;
}
.custom-table tbody tr:hover {
  background-color: #dfeffe;
}
.custom-table tbody td {
  padding: 5px;
  text-align: left;
  color: rgba(102, 131, 147, 255);
}
.custom-table.small-td tbody tr {
  height: 40px;
}
.custom-table.small-td tbody td {
  padding: 2px;
}
.newInputSelect {
  width: 210px;
  border: none;
  border-radius: 10px;
  padding: 3px 8px 3px 8px;
  font-family: Poppins;
  color: #002752;
  height: 31px;
  transition:
    background-color 0.3s,
    border 0.3s;
  cursor: pointer;
  font-size: 14px;
}
.newInputSelect:focus {
  outline: none;
  box-shadow: rgba(3, 66, 133, 0.75);
}
.newInputSelect:hover {
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
}
.divClientsHeader {
  margin-right: 15px;
}
.newInputSelectEsp {
  width: 190px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 3px 8px 3px 4px;
  font-family: Poppins;
  color: #002752;
  height: 31px;
  transition:
    background-color 0.2s,
    border-width 0.2s;
  cursor: pointer;
  font-size: 13px;
}
.newInputSelectEsp:hover {
  background-color: whitesmoke;
}
.newInputSelectEsp:focus {
  outline: none;
  border-width: 2px;
}
.divAddClient {
  display: flex;
  align-items: center;
  justify-content: center;
}
.containerSelectClient {
  display: flex;
  margin-top: 10px;
  height: 40px;
  justify-content: end;
}
.btnAddClient {
  margin-top: 5px;
}
/* Contenedor de la barra de progreso */
.progress-bar-custom {
  height: 4px;
  background-color: whitesmoke;
  position: relative;
  border-radius: 10px;
}
.progress-bar-fill {
  height: 100%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
}
.progress-bar-pre-qualifying .progress-bar-fill {
  background-color: rgba(255, 209, 102, 0.6);
}
.progress-bar-showing .progress-bar-fill {
  background-color: rgba(183, 228, 199, 0.6);
}
.progress-bar-showing-offer-sent .progress-bar-fill {
  background-color: rgba(205, 209, 102, 0.7);
}
.progress-bar-under-contract .progress-bar-fill {
  background-color: rgba(64, 145, 108, 0.6);
}
.progress-bar-closed .progress-bar-fill {
  background-color: rgba(95, 168, 211, 0.6);
}
.newInputSearch {
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 3px 8px 3px 8px;
  font-family: Poppins;
  color: #002752;
  height: 30px;
  transition:
    background-color 0.2s,
    border-width 0.2s;
  font-size: 13px;
}
.newInputSearch:hover {
  background-color: whitesmoke;
}
.newInputSearch:focus {
  outline: none;
  border-width: 2px;
}
.progress {
  height: 6px;
  width: auto;
}
.progress-bar {
  background-color: #12bc98;
}
.containerProgressBar {
  position: relative;
  bottom: 65px;
  z-index: 1;
}
.containerProgressBarUC {
  position: relative;
  bottom: 65px;
  left: 92px;
  z-index: 1;
  width: 86%;
}
.bg-secondary {
  background-color: whitesmoke !important;
}
.custom-tab-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #e8edf3;
  padding-bottom: 0;
  white-space: nowrap;
}
.custom-tab-item {
  cursor: pointer;
  position: relative;
}
.custom-tab-link {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #757575;
  padding: 8px 10px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    color 0.3s,
    background-color 0.3s,
    border-color 0.2s;
}
.custom-tab-link-icon {
  flex-shrink: 0;
  font-size: 16px;
}
.custom-tab-link:hover {
  color: #1dca97;
  text-shadow: 1px 1px 6px rgba(29, 202, 151, 0.1);
}
.custom-tab-link.active {
  color: var(--primary-color);
  background-color: rgba(29, 202, 151, 0.09);
  border-bottom: 2px solid #1dca97;
  margin-bottom: -1px;
}
.textTimeLine {
  font-weight: bold;
  font-family: Montserrat;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  text-wrap: nowrap;
  min-width: 200px;
}
.textTimeLineEsp {
  font-weight: bold;
  font-family: Montserrat;
  font-size: 12px;
}
.textTimeLineUC {
  font-weight: bold;
  font-family: Montserrat;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  text-wrap: nowrap;
  min-width: auto;
  height: 20px;
}
.whiteDivTimeLine {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  background-color: white;
  border-radius: 100%;
}
.whiteDivTimeLineEsp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  background-color: white;
  border-radius: 100%;
}
.iconScale {
  position: relative;
}
.iconScale:hover {
  transition: scale 0.3s, opacity 0.3s;
  scale: 1.05;
}
/* PNG/raster images no se escalan — el scale sub-pixel las desenfoca */
img.iconScale:hover {
  scale: 1;
  opacity: 0.75;
}
.iconScaleWithActive {
  position: relative;
}
.iconScaleWithActive:hover {
  transition: scale 0.3s;
  scale: 1.05;
}
.scale110:hover {
  transition: scale 0.3s;
  scale: 1.1;
}
.scale120:hover {
  transition: scale 0.3s;
  scale: 1.2;
}
.hoverOnTable {
  transition: background-color 0.3s;
}
.hoverOnTable:hover {
  cursor: pointer;
  color: rgba(0, 39, 82, 1);
  background-color: rgba(255, 255, 255, 0.5);
}
.titleClientName {
  color: black;
  margin: 0px 40px 0px 0px;
  font-weight: bold;
  font-size: 20px;
  font-family: Montserrat;
}
.textCardTransaction {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-weight: bold;
  color: rgba(0, 39, 82, 1);
  font-size: 14px;
}
.textCardTransactionEsp {
  display: flex;
  font-family: Montserrat;
  font-weight: bold;
  color: rgba(0, 39, 82, 1);
  font-size: 12px;
}
.labelTimeline {
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
  font-family: Poppins;
}
.clientCardText {
  color: black;
  margin: 0px 40px 0px 0px;
  font-weight: bold;
  font-size: 20px;
  font-family: Montserrat;
}
.divStatusTR {
  padding: 3px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  width: 80px;
}
.btnDashBoard {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  height: max-content;
}
.imgTransaction {
  height: 70px;
  width: 85px;
  border-radius: 15px;
  transition: 0.3s;
  animation: showDiv ease-in-out 0.3s forwards;
}
.divOfferScroll {
  overflow-y: auto;
  overflow-x: hidden;

  max-height: 100%;
  padding: 10px;
}
.textStatusOffer {
  color: white;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 10px;
  padding: 5px;
  border-radius: 20px;
  max-width: 150px;
  text-align: center;
}
.spanOfferTable {
  font-family: Montserrat;
  color: red;
  font-weight: bold;
}
.spanOfferTableDisabled {
  pointer-events: none;
  color: #ba040437;
}
.divHover {
  display: flex;
  justify-content: center;
  background-color: white;
  transition: scale 0.1s;
}
.divHover:hover {
  scale: 1.03;
}
.noPhoto {
  background-color: whitesmoke;
  min-height: 80px;
  height: 80px;
  min-width: 80px;
  width: 80px;
  padding: 17px;
  border-radius: 20px;
}
.InputV2 textarea {
  width: 100%;
  min-width: 460px;
}
.containerUsersNotified {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90%;
  min-width: 50%;

  margin-right: 10%;
}
.userNotified {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 10px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px;
  padding: 7px;
  border-radius: 10px;
  max-width: 88%;
}
.containerListsTopNav {
  max-height: 500px;
  min-width: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cardVideoTitle {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 15px;
}
.containerImgCard {
  min-width: 30%;
}
.containerInfoCard {
  min-width: 60%;
  margin-left: 15px;
}
.bodyCardNew {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  height: 100%;
}
.cardsInfoUser {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);

  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardsInfoUserEsp {
  background-color: white;
  border: 2px solid lightgray;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardsInfoUserEsp {
  background-color: white;
  border: 2px solid lightgray;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mRight {
  margin-right: 100px;
}
.containerInfoContact {
  display: flex;
  width: 90%;
  justify-content: space-between;
}
.linksMetaData {
  font-family: Poppins;
  cursor: pointer;
  transition: scale 0.3s;
  color: rgba(0, 45, 93, 0.75);
  font-size: 13px;
}
.linksMetaData:hover {
  scale: 1.02;
}
.containerSignature {
  display: flex;
  align-items: center;
  transition: scale 0.3s;
}
.containerSignature:hover {
  scale: 1.01;
}
.containerUserInfo {
  display: flex;
  justify-content: center;
  width: 93%;
  max-height: 85%;
}
.containerSecondaryInfo {
  width: 50%;
  margin-left: 1%;
}
.containerSectionContracts {
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
}
.containerUnderContractCard {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 10px 0px;
  min-height: 45%;
  height: 45%;
  max-height: 45%;
  overflow-y: auto;
}
.containerUnderContractInfo {
  display: flex;
  flex-direction: column;
  margin: 20px 0px 0px 0px;
  width: 100%;
  min-height: 28%;
  max-height: 28%;

  overflow-y: auto;
}
/*NUEVO HOME*/
.containerDashboard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.primarySectionDash {
  width: 48%;
  height: 90%;
}
.secondarySectionDash {
  display: flex;
  width: 50%;
  height: 90%;
}
.containerChatAndCalendar {
  width: 68%;
  height: 100%;
}
.containerTransactionsAndSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 32%;
  height: 100.5%;
}
.welcomeCard {
  height: 35%;
  width: 98%;
  position: relative;
}
.welcomeImg {
  width: 100%;
  height: 90%;
}
.dateText {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: white;
  position: absolute;
  background-color: #7686e8;
  padding: 5px;
  font-family: Montserrat;
  margin: 20px;
}
.welcomeText {
  position: relative;
  bottom: 80px;
  left: 20px;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
}
.cardsInfoHome {
  background-color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  animation: showDiv ease-in-out 0.3s forwards;
}
.cardsInfoHomeTR {
  background-color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: scale 0.3s;
  animation: showDiv ease-in-out 0.3s forwards;
}
.cardsInfoHomeTR:hover {
  scale: 1.03;
}
.titleCardsInfoHome {
  color: black;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
.titleCardsTR {
  color: black;
  font-weight: bold;
  font-size: 13.5px;
  font-family: Montserrat;
  margin-bottom: 10px;
}
.containerSuperSearch {
  width: auto;
  flex-shrink: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.containerSuperSearch>section {
  flex: 0 1 350px;
  min-width: 400px;
}
.containerAppsAndCardInfo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 24px;
}
.containerAppsAndCardInfoTC {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 24px;
}
.noActive:active {
  background-color: whitesmoke;
}
.noActive:hover {
  background-color: transparent;
}
.dropdown-basic {
  display: flex;
  align-items: center;
  transition: scale 0.3s;
}
.dropdown-basic:hover {
  box-shadow: none;
  scale: 1.1;
}
.menuDrop {
  width: 400px;
  height: 100%;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 39, 82, 0.18);
  overflow: hidden;
}
.dropdown-basic:active {
  background-color: transparent !important;
}
.backgroundMyCalendar {
  background-image: url(/assets/backgroundMyCalendar-THDDqxvU.png);
  width: 100%;
  min-height: 40px;
  color: white;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  font-family: Montserrat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerContactsShare {
  display: flex;
  justify-content: center;
  overflow-y: auto;
  height: 65%;
  margin: 10px 0px 0px 8px;
}
.containerPrimerosPasos {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 20%;
  height: 50%;
  position: fixed;
  transform: translateX(-55%);
  transition: transform 0.5s ease;
  z-index: 999;
  background-color: white;
  border: 2px solid lightgray;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow-y: auto;
}
.containerPrimerosPasos.open {
  transform: translateX(243%);
}
.containerShareTR {
  display: flex;
  flex-direction: column;
  position: fixed;
  transform: translateX(-38%);
  transition: transform 0.5s ease;
  max-width: 300px;
  max-height: 350px;
  z-index: 999;
  background-color: white;
  border: 2px solid lightgray;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.containerShareTR.open {
  transform: translateX(238%);
}
.arrow {
  transition:
    transform 0.5s ease,
    scale 0.3s;
  color: rgba(0, 39, 82, 1);
}
.arrow.rotated {
  transform: rotate(180deg);
}
.arrow:hover {
  scale: 1.2;
}
.divInfoRec {
  display: flex;
  position: relative;
  align-items: center;
  height: 40px;
  left: 0%;
}
.titleInfoTr {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 39, 82, 1);
  white-space: nowrap;
}
.btnYesNo {
  border: none;
  transition: scale 0.3s;
  font-size: 13px;
  color: #002752;
  font-weight: bold;
  font-family: Montserrat;
}
.btnYesNo:hover {
  scale: 1.13;
}
.containerEscrowLatter {
  display: flex;
}
.starClass {
  color: #fdc500;
  transition: 0.3s;
}
.starClass:hover {
  color: lightgray;
}
.starClassOff {
  transition: 0.3s;
}
.starClassOff:hover {
  scale: 1.1;
  color: #fdc500;
}
.containerModifyContract {
  position: absolute;
  bottom: 90px;
  right: 52.5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.containerInfoListing {
  overflow-y: auto;
  width: 100%;
  height: 80%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.toast-class {
  color: black;
  font-family: Poppins;
}
.toast-success {
  background-color: #4cc9f0 !important;
  /* Verde para éxito */
  font-size: 16px;
}
.toast-warning {
  background-color: #ffca3a;
  /* Amarillo para advertencias */
  color: black;
}
.toast-error {
  background-color: #ff8fa3 !important;
  /* Rojo para errores */
  color: white !important;
}
.containerAccordionDash {
  overflow-y: auto;
  scrollbar-width: thin !important;
  width: 97%;
  max-height: 35vh;
  min-height: 75%;
  padding: 5px 10px;
}
.containerLenderFeedbackDash {
  overflow: auto;
  scrollbar-width: thin !important;
  width: 28%;
  display: flex;
  max-height: 45vh;
  min-height: 45vh;
  justify-content: center;
}
.containerInputsNotes {
  display: flex;
  width: 50%;
}
.containerInputNoteV2 {
  margin: 20px 0px 20px 30px;
}
.containerSectionNotes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 100%;
}
.primerDivNotes {
  display: flex;
  min-width: 65%;
}
.segundoDivNotes {
  display: flex;
  min-width: 35%;
  margin-left: 4%;
}
.containerPriorityNotes {
  width: 35%;
  margin-top: 10px;
}
.containerBtnsNotes {
  display: flex;
  gap: 2;
  position: relative;
}
.subContainerPrimerDiv {
  margin-right: 20px;
  min-width: 65%;
}
.containerNotesHome {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.divNotesHome {
  overflow-y: auto;
  margin: 5px;
}
.itemClientSub {
  background-color: white;
  font-size: 18px;
  margin: 10px 0px;
  border-radius: 5px;
  font-family: "Montserrat";
  padding: 5px 5px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.itemClientSub:hover {
  background-color: whitesmoke;
}
.TypeOfPayment {
  background: white;
  padding: 0 5px;
  font-size: 15px;
  color: var(--primary-color);
  font-family: "Poppins";
  font-weight: bold;
}
.containerInputsCurrentHouse {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.labelCoprestatario {
  font-size: 14px;
  font-family: Montserrat;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.divInfoPreq {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
  padding: 3px 10px 0px 10px;
  display: flex;
}
.descriptionTrainingCard {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 100;
  color: #b8b8b8;
}
.imgCardsTraining {
  width: 90px;
  height: 90px;
  min-width: 90px;
  padding: 10px;
  object-fit: contain;
}
.btn-videos {
  background-color: var(--primary-color);
  border-radius: 5px;
  border-width: 0px;
  height: 40px;
  width: 300px;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 12px;
  color: whitesmoke;
  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    text-shadow 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  margin-bottom: 10px;
}
.btn-videos:hover {
  background-color: var(--hover-color);
}
.containerOtherClass {
  overflow-y: auto;
  overflow-x: hidden;

  height: 50%;
  padding: 7px;
  width: 90%;
}
.btnOtherClass {
  display: flex;
  align-items: center;
  border: 1px solid lightgray;
  width: 250px;
  height: 80px;
  border-radius: 10px;
  padding: 5px;
  transition: scale 0.3s;
  margin-bottom: 15px;
}
.btnOtherClass:hover {
  scale: 1.05;
}
.divBtnSections {
  display: flex;
  height: 49%;
  width: 100%;
}
.btnTraining {
  background-color: white;
  width: 95%;
  border-radius: 7px;
  border: none;
  margin: 10px;
  transition:
    background-color 0.3s,
    scale 0.3s,
    border 1s;
}
.btnTraining:hover {
  background-color: whitesmoke;
  scale: 1.01;
}
.textBtnTraining {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}
.containerViewer {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.containerCaps {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-top: 15px;
}
.containerSectionViewer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 30px;
}
.containerAdd {
  height: 100%;
  padding: 2rem;
  padding-top: 0px;
}
.showingList {
  padding: 2px 0px 2px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
  border-radius: 3px;
  margin-top: 10px;
  transition: 0.3s;
  border: 1px solid lightgray;
  border-radius: 5px;
  line-height: 1.3;
}
.showingList:hover {
  background-color: lightgray;
}
.showingListActive {
  padding: 2px 0px 2px 5px;
  display: flex;
  align-items: center;
  font-family: Poppins;
  border-radius: 3px;
  margin-top: 10px;
  transition: 0.3s;
  pointer-events: none;
  background-color: rgba(122, 118, 118, 0.2);
  border-radius: 5px;
  line-height: 1.3;
  border: 1px solid transparent;
}
.containerInfoContractUC {
  display: flex;
  width: 85%;
  height: 100%;
  margin-left: 2%;
}
.sectionUC {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 63%;
  margin-bottom: 25px;
}
.containerViewUnderContract {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  height: 98%;
  overflow-y: auto;
}
.divInfoContract {
  margin: 5px 0px 5px 10%;
  height: 95%;
  width: 55%;
}
.divInfoTR {
  margin: 5px 30px 5px 0px;
  height: 90%;
  width: 30%;
}
.gm-style-iw-d {
  padding: 10px 35px 10px 0px;
  overflow: hidden !important;
}
.gm-style-iw-chr {
  max-height: 0px;
  display: none;
}
.gm-style-iw-c button[title="Close"],
.gm-style-iw button.gm-ui-hover-effect {
  display: none;
}
.containerClosed {
  height: 100%;
}
.containerTableDisbursement {
  overflow-y: auto;
}
.containerDisbursement {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.containerInfoDisbursement {
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
  font-size: 14px;
  width: 29%;
  margin-right: 1%;
  background: white;
  padding: 10px;
  overflow-y: auto;

  height: 100%;
  border-radius: 5px;
}
.sectionCalculations {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.sectionCredits {
  width: 55%;
}
.sectionDebits {
  width: 50%;
  border-left: 1px solid lightgray;
  padding-left: 10px;
}
.divTotalCredits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.textDateNotifications {
  font-family: Montserrat;
  font-size: 12px;
}
.backNextCalendar {
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.backNextCalendar:hover {
  background-color: lightgray;
}
.todayCalendar {
  border: 1px solid lightgray;
  background-color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-family: "Poppins";
  margin: 0px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.todayCalendar:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.titleCalendarMonth {
  color: #002752;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
}
.btnsCalendarHome {
  padding: 2px 10px 2px 10px;
  margin: 2px;
  border: none;
  font-size: 13px;
  height: 40px;
  max-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background-color: white;
  cursor: pointer;
  width: 50px;
  transition: 0.3s;
}
.btnsCalendarHome:hover {
  background-color: lightgray !important;
}
.textAppointmentsHome {
  width: 93%;
  border-top: 2px solid gray;
  overflow-y: auto;
  scrollbar-width: thin;
}
.btnsCalendar {
  font-family: "Poppins";
  padding: 10px 10px 15px 10px;
  border: 1px solid gray;
  display: flex;
  font-size: 15px;
  height: 35px;
  width: 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: white;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.btnsCalendar:hover {
  background-color: lightgray;
}
.btnCreateCalendar {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
}
.containerSectionTableClients {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.completedLine {
  width: 100%;
  height: 1px;
  /* Grosor de la línea */
  background-color: black;
  /* Color de la línea */
  transform: translateY(-50%);
}
.containerSectionInfoTwilio {
  display: flex;
  justify-content: center;
  height: 75%;
}
.containerVideoTwilio {
  width: 55%;
  height: 100%;
}
.videoTwilio {
  width: 85%;
  height: 82%;
  margin: 0px 0px 0px 30px;
}
.containerTwilioAccountInfo {
  width: 45%;
  height: 90%;
  padding: 5px;
}
.iconSearchListing {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: var(--primary-color);
  color: white;
  padding: 5px;
  border-radius: 0px 10px 10px 0px;
  transition: 0.3s;
  height: 100%;
}
.iconSearchListing:hover {
  box-shadow: 2px 2px 4px #0028529f;
}
.inputSearchListing {
  border: 1px solid lightgray;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 35px;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: "Poppins";
  font-size: 15px;
}
.containerExemptions {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;

  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  height: 300px;
  max-height: 300px;
}
.containerImgExpanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.expandedPhoto {
  max-width: 70%;
  max-height: 70%;
  border-radius: 5px;
}
.divEventsType {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 30px;
  padding: 5px;
  height: max-content;
  background-color: #f9f9fb;
}
.containerTabsUsers {
  display: flex;
  align-items: center;
  width: 90%;
  margin-right: 5px;
}
.linkProperties {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  color: rgb(12, 91, 176);
  font-family: Montserrat;
  font-weight: bold;
  margin-right: 30px;
  width: 100px;
  transition: transform 0.3s ease;
}
.linkProperties:hover {
  transform: scale(1.03);
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animateDiv {
  display: flex;
  align-items: center;
  animation: fadeInScale 0.8s ease both;
}
.sectionResponsiveDetail {
  display: flex;
  overflow: hidden;
  min-width: 98%;
  flex-direction: row !important;
  height: 100%;
  min-height: 0;
}
.containerDetailProperties {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
.responsiveInfoDetail {
  display: flex;
  font-size: 12px;
  gap: 30px;
}
.card-calendar {
  transition: 0.3s;
  margin-bottom: 5px;
  padding: 3px 0px;
}
.card-calendar:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
}
.border-grey-td {
  border: 1px solid lightgray;
  cursor: pointer;
  transition: 0.3s;
}
.border-grey-td:hover {
  background-color: lightgray !important;
}
.error-validation {
  color: var(--error-color);
  font-family: Poppins;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.checkbox-frequency {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.checkbox-frequency:checked {
  background-color: var(--primary-color) !important;
}
.checkbox-frequency:hover {
  background-color: gray !important;
  scale: 1.1;
}
.form-control-date {
  height: 39px;
  width: 150px;
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid lightgray;
  padding-left: 10px;
  font-family: "Poppins";
  font-size: 15px;
  outline: none;
  box-shadow: none;
}
.form-control-date:disabled {
  background-color: whitesmoke;
  cursor: not-allowed;
}
.github-picker {
  z-index: 9999;
}
.containerSelectCoordinators {
  width: 200px;
  min-width: 160px;
}
.headerDatesPunchs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  min-width: 600px;
}
.modal-95-centered .modal-dialog {
  width: 95vw;
  max-width: 95vw;
  height: 95vh;
  max-height: 95vh;
  margin: auto;
}
.modal-95-centered .modal-content {
  width: 95vw;
  max-width: 95vw;
  height: 95vh;
  max-height: 95vh;
  border-radius: 20px;
  position: fixed;
  right: 2%;
  bottom: 3%;
}
.selectPhotoButton {
  background: white;
  color: black;
  border: 1 solid black;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.selectPhotoButton:hover {
  scale: 1.1;
}
.containerPreview {
  background: white;
  font-family: Montserrat;
  min-width: 328px;
  height: max-content;
  min-height: 280px;
  overflow-y: auto;
}
.cardPreviewInfo {
  background: #fff;
  padding: 24px;
  width: 100%;
}
.titleMontserrat {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 16px;
  font-family: Montserrat;
  border-bottom: 2px solid lightgray;
  width: 100%;
}
.onboarding-modal-enter {
  opacity: 0;
  transform: translateY(-40px) scale(0.98);
}
.onboarding-modal-enter-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 300ms,
    transform 300ms;
}
.onboarding-modal-exit {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.onboarding-modal-exit-active {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition:
    opacity 300ms,
    transform 300ms;
}
.outline:hover {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.inputOnb {
  width: 385px;
  height: 37px;
  padding: 10px 14px;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  font-family: Montserrat, Arial, sans-serif;
  outline: none;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.containerAddFiles {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  font-family: Montserrat;
  height: max-content;
  min-height: 280px;
  overflow-y: auto;
  margin: 20px 30px 15px 0px;
  min-width: 330px;
  width: 480px;
  height: 420px;
  position: relative;
  border-radius: 8px;
  padding: 10px;
}
.sectionAddFiles {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.inputNumber {
  width: 160px;
  height: 37px;
  padding: 10px 14px;
  font-size: 15px;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  font-family: Montserrat, Arial, sans-serif;
  outline: none;
  color: #222;
}
.labelTimeLineOnb {
  text-align: center;
  max-width: 100px;
  font-size: 11px;
}
.containerHomeOnb {
  width: 75vw;
  height: 85vh;
}
.text1CardHome {
  position: absolute;
  top: 20px;
  left: 25px;
  color: white;
  font-size: 18px;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #0008;
  margin: 0px;
  font-weight: bold;
}
.text2CardHome {
  position: absolute;
  top: 60px;
  left: 25px;
  color: white;
  font-size: 18px;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #0008;
  margin: 0px;
  font-weight: bold;
}
.text3CardHome {
  position: absolute;
  top: 100px;
  left: 25px;
  color: white;
  font-size: 15px;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #0008;
  margin: 0px;
  width: 60%;
  cursor: pointer;
}
.imgCarrouselHomeOnb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.containerImgsOnb {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.table.tableBgCustom thead th {
  color: rgba(0, 39, 82, 1);
}
.table.tableBgCustom tbody td {
  color: #000;
  border-bottom: 1px solid black;
  font-weight: bold;
}
.table.tableBgCustom thead th,
.table.tableBgCustom tbody td {
  background-color: #ebeff2;
}
.table.tableBgCustom tbody tr {
  background-color: #ebeff2;
}
.table.tableBgCustom tbody tr:nth-child(odd) {
  background-color: #ebeff2;
}
.table.tableBgCustom tbody tr:nth-child(even) {
  background-color: #ebeff2;
}
.table.tableBgCustom tbody tr:nth-child(odd) td {
  background-color: #ebeff2;
}
.table.tableBgCustom tbody tr:nth-child(even) td {
  background-color: #ebeff2;
}
.table.tableWhite thead th {
  color: #002752;
  font-family: Montserrat;
  border-bottom: 2px solid #1dca97;
}
.table.tableWhite tbody {
  background-color: #ffffff;
}
.table.tableWhite tbody td {
  background-color: #ffffff;
}
.table.tableWhite tbody tr {
  background-color: #ffffff;
}
.table.tableWhite tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.table.tableWhite tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.table.tableWhite tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.table.tableWhite tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.tableDisbursementDiv {
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 70%;
  font-size: 14px;
  font-family: Montserrat;
  overflow-y: auto;
}
.modalBodyOnboarding {
  height: 76%;
  max-height: 76%;
  min-height: 76%;
  overflow-y: auto;
  padding: 20px;
}
.containerFooterModalOnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.timelineOnb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.divIconsTimelineOnb {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 80px;
  max-width: 95px;
}
.iconCarrouselHomeOnb {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
  transition: 0.3s;
}
.iconCarrouselHomeOnb:hover {
  scale: 1.1;
  background-color: lightgray;
}
.textHeaderTransaction {
  font-size: 13px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 185px;
  white-space: nowrap;
  margin-left: 10px;
}
.containerDivsTRCompleted {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
}
.titleBtnSections {
  font-family: Montserrat;
  font-size: 17px;
  width: 20px;
  font-weight: bold;
  margin-left: 10px;
}
/* Estilos para el componente Chat */
.chat-container {
  height: 100%;
  border: 1px solid rgba(161, 161, 161, 0.2);
  border-radius: 3px;
}
.chat-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: white;
}
.chat-header {
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  padding: 8px;
  user-select: none;
}
.chat-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-avatar {
  flex-shrink: 0;
}
.chat-avatar-img {
  border-radius: 50%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.chat-client-name {
  color: #1e293b;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  letter-spacing: 0.025em;
  margin: 0;
}
/* Estilos específicos para el modal del contrato */
.contract-modal-container .pagePDF {
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  min-height: 630px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 9px;
  padding: 30px;
  transition: 0.5s;
  margin: 0 auto;
}
.contract-modal-container .pagePDF .headerPDF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -20px;
  font-family: "Arial";
  font-size: 7.3px;
  line-height: 1.3;
}
.contract-modal-container .pagePDF .rowContract {
  margin-bottom: 8px;
  line-height: 1.4;
}
.contract-modal-container .pagePDF .titleContract {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.contract-modal-container .pagePDF .pContract {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.contract-modal-container .pagePDF .inputContract {
  border: none;
  background: transparent;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 50px;
}
/* Asegurar que las firmas sean visibles */
.contract-modal-container .pagePDF .signature-section {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.contract-modal-container .pagePDF .signature-line {
  border-bottom: 1px solid #000;
  min-width: 200px;
  display: inline-block;
  margin: 0 10px;
}
.contract-modal-container .pagePDF .signature-label {
  font-size: 8px;
  margin-bottom: 5px;
  font-weight: bold;
}
.contract-modal-container .pagePDF .date-line {
  border-bottom: 1px solid #000;
  min-width: 100px;
  display: inline-block;
  margin: 0 5px;
}
.pagePDF .manualPdfRow {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}
.contract-modal-container .pagePDF .manualPdfRow {
  margin-bottom: 6px;
}
/* Estilos para el modal del contrato */
.modalBody {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.modalBody::-webkit-scrollbar {
  width: 8px;
}
.modalBody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.modalBody::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.modalBody::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.pulse-button {
  animation: pulseRed 1.5s infinite;
  border: none;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: rgb(44, 165, 141);
}
.pulse-button:hover {
  animation-play-state: paused;
  background-color: rgb(44, 165, 141);
  transform: scale(1.1);
}
.containerHeaderCommunications {
  margin: 0px 0px 20px 27px;
  width: 35%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.divWhiteData {
  background: white;
  min-height: 70px;
  width: 100%;
  margin: 10px 5px 10px 0px;
  padding: 5px;
  flex-wrap: wrap;
}
.titlesSettings {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: bold;
  color: #002752;
  border-bottom: 0.5px solid #39393a;
}
.containerInfoUser {
  margin-right: 60px;
}
.containerPhotoAndData {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.subTitlesSettings {
  font-family: "Montserrat";
  font-size: 12.5px;
  font-weight: bold;
  color: #002752;
  margin: 0px 20px 0px 0px;
  white-space: nowrap;
  flex-wrap: wrap;
}
.divRelativeHeaderSettings {
  position: relative;
  bottom: 7%;
  height: 75%;
  min-height: 75%;
  max-height: 75%;
}
.InputV3 {
  margin-bottom: 10px;
  max-width: 400px;
  min-width: 400px;
  margin-right: 25px;
  cursor: pointer;
}
.InputV3Value {
  height: 35px;
  transition: 0.3s;
}
.InputV3Disabled {
  opacity: 0.6;
}
.InputV3Value:focus {
  outline: none;
  border-width: 2px;
}
.InputV3Value:hover {
  border-width: 2px;
}
.superSearchInput {
  border: 1px solid #002752;
  transition: border 0.1s ease;
}
.superSearchInput:hover {
  border: 2px solid rgba(0, 39, 82, 0.45);
  outline: none;
}
.superSearchInput:focus {
  border: 2px solid #002752;
  outline: none;
}
.InputV3 label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
  padding: 0 5px;
  font-size: 12px;
  color: black;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1;
  z-index: 5;
}
.InputV3 input {
  width: 100%;
  padding: 10px;
  border: 1px solid #39393a;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  color: black;
}
.InputV3 .new-input-v3-datepicker-wrap,
.InputV3 .new-input-v3-datepicker-wrap .react-datepicker__input-container {
  display: block;
  width: 100%;
}
/* El calendario se portaliza a #new-input-v3-datepicker-portal (body): evita quedar
   por detrás de otros campos con z-index propio (selects, etc.) sin depender de
   coordinar manualmente un número de z-index por campo. */
#new-input-v3-datepicker-portal {
  position: relative;
  z-index: 9999;
}
#new-input-v3-datepicker-portal .react-datepicker-popper {
  z-index: 9999;
}
/* Calendario NewInputV3 (date): selectores de mes y año — estilo moderno */
.new-input-v3-datepicker-calendar .react-datepicker__header {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 39, 82, 0.12);
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}
.new-input-v3-datepicker-calendar .react-datepicker__current-month,
.new-input-v3-datepicker-calendar h2.react-datepicker__current-month {
  color: #002752;
  font-family: Montserrat, system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.new-input-v3-datepicker-calendar .react-datepicker__header__dropdown--scroll {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 10px 12px;
  margin-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-dropdown-container--select,
.new-input-v3-datepicker-calendar .react-datepicker__year-dropdown-container--select,
.new-input-v3-datepicker-calendar .react-datepicker__month-dropdown-container--scroll,
.new-input-v3-datepicker-calendar .react-datepicker__year-dropdown-container--scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  margin: 10px 4px 0;
  vertical-align: top;
  min-width: 7.5rem;
}
/* Modo scroll: lista siempre debajo del control (evita desplegable nativo hacia arriba) */
.new-input-v3-datepicker-calendar .react-datepicker__month-dropdown,
.new-input-v3-datepicker-calendar .react-datepicker__year-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: auto !important;
  margin-top: 6px;
  width: auto !important;
  min-width: 100%;
  max-width: min(16rem, 85vw);
  z-index: 25;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 39, 82, 0.14);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 24, 49, 0.12);
  overflow: hidden;
}
.new-input-v3-datepicker-calendar .react-datepicker__year-dropdown--scrollable,
.new-input-v3-datepicker-calendar .react-datepicker__month-dropdown--scrollable {
  height: auto !important;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 39, 82, 0.35) rgba(0, 39, 82, 0.08);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-read-view,
.new-input-v3-datepicker-calendar .react-datepicker__year-read-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px 9px 14px;
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #002752;
  background-color: #fff;
  border: 1px solid rgba(0, 39, 82, 0.14);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 24, 49, 0.06);
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
  /* react-datepicker oculta el control con style inline al abrir la lista */
  visibility: visible !important;
  opacity: 1 !important;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-read-view:hover,
.new-input-v3-datepicker-calendar .react-datepicker__year-read-view:hover {
  border-color: rgba(176, 218, 241, 0.95);
  background-color: #fbfdff;
  box-shadow: 0 2px 8px rgba(0, 39, 82, 0.08);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-read-view--selected-month,
.new-input-v3-datepicker-calendar .react-datepicker__year-read-view--selected-year {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-read-view--down-arrow,
.new-input-v3-datepicker-calendar .react-datepicker__year-read-view--down-arrow {
  position: static;
  transform: rotate(135deg);
  margin-left: 4px;
  border-color: #002752;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  top: auto;
  right: auto;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-option,
.new-input-v3-datepicker-calendar .react-datepicker__year-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 14px;
  color: #1e293b;
  box-sizing: border-box;
}
/*
 * El CSS por defecto de react-datepicker pone el ✓ con position:absolute; left:15px,
 * y se superpone al texto cuando la fila es flex. Forzar flujo normal.
 */
.new-input-v3-datepicker-calendar .react-datepicker__month-option--selected,
.new-input-v3-datepicker-calendar .react-datepicker__year-option--selected,
.new-input-v3-datepicker-calendar .react-datepicker__month-year-option--selected {
  position: static !important;
  left: auto !important;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #002752;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-option:hover,
.new-input-v3-datepicker-calendar .react-datepicker__year-option:hover {
  background-color: rgba(176, 218, 241, 0.35);
  color: #002752;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-option--selected_month,
.new-input-v3-datepicker-calendar .react-datepicker__year-option--selected_year {
  font-weight: 600;
  color: #002752;
  background-color: rgba(176, 218, 241, 0.45);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-dropdown {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 39, 82, 0.35) rgba(0, 39, 82, 0.08);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select,
.new-input-v3-datepicker-calendar .react-datepicker__year-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 0;
  padding: 9px 38px 9px 14px;
  min-height: 40px;
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #002752;
  background-color: #fff;
  border: 1px solid rgba(0, 39, 82, 0.14);
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 24, 49, 0.06);
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23002752' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select {
  min-width: 8.25rem;
}
.new-input-v3-datepicker-calendar .react-datepicker__year-select {
  min-width: 5.75rem;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select:hover,
.new-input-v3-datepicker-calendar .react-datepicker__year-select:hover {
  border-color: rgba(176, 218, 241, 0.95);
  background-color: #fbfdff;
  box-shadow: 0 2px 8px rgba(0, 39, 82, 0.08);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select:focus,
.new-input-v3-datepicker-calendar .react-datepicker__year-select:focus {
  outline: none;
  border-color: #002752;
  box-shadow: 0 0 0 3px rgba(0, 39, 82, 0.14);
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select:focus-visible,
.new-input-v3-datepicker-calendar .react-datepicker__year-select:focus-visible {
  outline: none;
}
.new-input-v3-datepicker-calendar .react-datepicker__month-select option,
.new-input-v3-datepicker-calendar .react-datepicker__year-select option {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-weight: 500;
  color: #1a2b45;
  padding: 6px;
}
/* Calendario: nombres de día (Su Mo…) y números — Inter (ya cargada en css.css) */
.new-input-v3-datepicker-calendar.react-datepicker,
.new-input-v3-datepicker-calendar .react-datepicker__month-container {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
.new-input-v3-datepicker-calendar .react-datepicker__day-names {
  margin-top: 8px;
  margin-bottom: 2px;
}
.new-input-v3-datepicker-calendar .react-datepicker__day-name {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 39, 82, 0.5);
}
.new-input-v3-datepicker-calendar .react-datepicker__day {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: #1e293b;
}
.new-input-v3-datepicker-calendar .react-datepicker__day--outside-month {
  font-weight: 400;
  color: rgba(30, 41, 59, 0.28);
}
.new-input-v3-datepicker-calendar .react-datepicker__day--disabled,
.new-input-v3-datepicker-calendar .react-datepicker__day[aria-disabled="true"] {
  font-weight: 400;
  color: rgba(30, 41, 59, 0.32);
}
.new-input-v3-datepicker-calendar .react-datepicker__day--selected,
.new-input-v3-datepicker-calendar .react-datepicker__day--keyboard-selected {
  font-weight: 600;
}
.InputV3 textarea {
  min-width: 800px;
  width: 100%;
  padding: 10px;
  border: 1px solid #39393a;
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  color: black;
}
.ErrorInputV3 {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: bold;
  color: var(--error-color);
  height: 0px;
}
/* Step2 wide: scroll solo en el panel del formulario (mantiene sidebar y estilo centrado) */
.step2-agent-form--wide {
  max-height: 100vh;
}
.step2-agent-form-main--wide {
  -webkit-overflow-scrolling: touch;
  align-items: stretch !important;
  justify-content: flex-start !important;
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 2rem;
}
/* Step2 tablet onboarding: inputs no fuerzan min-width para evitar scroll horizontal */
.step2-agent-form .InputV3 {
  min-width: 0;
  max-width: 100%;
}
/* Step2 en tablet (timeline arriba): distribución más compacta */
.step2-agent-form--tablet .row.g-3.mb-3 {
  margin-bottom: 0.75rem;
}
.step2-agent-form--tablet .row.mt-4 {
  margin-top: 0.75rem !important;
}
/* Step2 tablet: email | licencia | SSN en una fila (3 × col-md-4, igual que Name) */
.step2-agent-form--tablet .step2-row-email-license-ssn [class*="col-"] {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
/* Step3 Review en iPad: grid a la izquierda (simétrico), avatar a la derecha y más grande */
.step3-review-content--tablet .step3-review-block--personal {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
}
.step3-review-content--tablet .step3-review-grid {
  order: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
  width: 100%;
}
.step3-review-content--tablet .step3-review-avatar--tablet {
  order: 2;
}
.step3-review-content--tablet .step3-review-block--location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}
.step3-review-content--tablet .step3-review-block--licenses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}
/* iPad: ubicación + licencias con el mismo ancho que el grid de arriba para alinear columnas (spacer = avatar) */
.step3-review-content--tablet .step3-review-below-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
}
.step3-review-content--tablet .step3-review-block--location-licenses {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
}
.step3-review-content--tablet .step3-review-spacer {
  width: 88px;
  flex-shrink: 0;
}
.step3-review-content--tablet .step3-review-field {
  min-width: 0;
}
/* Borde rojo delicado en inputs requeridos sin completar (Step2) */
.step2-agent-form .step2-input-error .InputV3 input,
.step2-agent-form .step2-input-error .InputV3Value,
.step2-agent-form .step2-input-error input.InputV3Value {
  border-color: #e57373 !important;
  box-shadow: 0 0 0 1px rgba(229, 115, 115, 0.3);
}
.step2-agent-form .step2-input-error [class*="control"] {
  border-color: #e57373 !important;
  box-shadow: 0 0 0 1px rgba(229, 115, 115, 0.3);
}
.inputCalendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  background-color: #f5f5f5;
  border: 1px solid lightgray;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 14px;
}
.inputCalendar:focus {
  border: 1px solid #002752;
  background-color: white;
  font-size: 14px;
}
.inputCalendar:hover {
  border: 1px solid #002752;
  background-color: white;
  font-size: 14px;
}
@keyframes pulseRed {
  0% {
    background-color: #2ca58d;
    box-shadow: 0 0 0 0 rgba(44, 165, 141, 0.7);
  }

  50% {
    background-color: #1fb78d;
    box-shadow: 0 0 0 10px rgba(44, 165, 141, 0);
  }

  100% {
    background-color: #2ca58d;
    box-shadow: 0 0 0 0 rgba(44, 165, 141, 0);
  }
}
@keyframes pulseSignButton {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 39, 82, 0.7);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(0, 39, 82, 0);
    transform: scale(1.02);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 39, 82, 0);
    transform: scale(1);
  }
}
.sign-button-pulse {
  animation: pulseSignButton 2s infinite;
  transition: all 0.3s ease;
}
.sign-button-pulse:hover {
  animation-play-state: paused;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 39, 82, 0.3);
}
/* SearchContract Component Styles */
.searchContractContainer {
  margin-bottom: 15px;
  position: relative;
}
.searchContractFlex {
  display: flex;
  gap: 10px;
  align-items: center;
}
.searchContractInputWrapper {
  width: 400px;
  position: relative;
}
.newInputSearch.searchContractInput {
  height: 37px;
}
.searchContractResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 400px;
}
.searchContractResultItem {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-family: Montserrat;
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchContractResultItem:hover {
  background-color: #f5f5f5;
}
.searchContractCheckbox {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.searchContractFormLabel {
  font-weight: bold;
  color: #12bc98;
  font-size: 14px;
  flex: 1;
}
.searchContractNoResults {
  padding: 15px;
  text-align: center;
  color: gray;
  font-family: Montserrat;
  font-size: 14px;
}
.searchContractAddButton {
  padding: 8px 15px;
  background-color: #12bc98;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.searchContractAddButton:hover {
  background-color: #0fa080;
}
.searchContractModalMessage {
  text-align: left;
  margin: 10px 15px 10px 15px;
}
.searchContractModalTitle {
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  color: rgba(0, 39, 82, 0.9);
  text-align: center;
}
.searchContractModalList {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 15px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.searchContractModalListItem {
  padding: 5px 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #12bc98;
  font-weight: bold;
}
/* ConfirmationModal Styles */
.confirmationModalTitle {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 39, 82, 1);
  font-family: Montserrat;
}
.confirmationModalBody {
  text-align: center;
  padding: 1rem 0;
}
.confirmationModalFormName {
  font-weight: bold;
  color: #12bc98;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Montserrat;
}
.confirmationModalMessage {
  font-size: 17px;
  font-family: Poppins;
  font-weight: bold;
  color: rgba(0, 39, 82, 0.9);
  margin: 0;
  line-height: 1.5;
}
.confirmationModalButton {
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: bold;
  border: none;
}
/* Lender Agreement Acceptance Screen */
.lender-agreement-content {
  font-size: 14px;
  color: rgb(0, 39, 82);
  line-height: 1.6;
  white-space: pre-wrap;
}
.lender-agreement-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.lender-agreement-title:first-child {
  margin-top: 0;
}
.lender-agreement-body {
  font-family: Poppins, sans-serif;
  margin-bottom: 0.5rem;
}
.lender-agreement-body:last-child {
  margin-bottom: 0;
}
.lender-agreement-check .form-check-input {
  margin-right: 0.5rem;
}
/* Modal PDF viewer: evita scroll en página y ajusta iframe */
.contract-pdf-modal-dialog {
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
}
.contract-pdf-modal-dialog .modal-content {
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contract-pdf-modal-dialog .modal-body.contract-pdf-modal-body {
  overflow: hidden;
  min-height: 0;
  flex: 1 1 auto;
  height: 75vh;
}
.contract-pdf-modal-dialog .modal-body.contract-pdf-modal-body iframe {
  min-height: 0;
  flex: 1 1 auto;
}
/* Parpadeo del botón Enviar documentos requeridos (Dashboard Pre-qualifying) */
@keyframes btnSendDocsBlink {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 39, 82, 0.35);
    filter: brightness(1);
  }

  50% {
    opacity: 0.7;
    box-shadow:
      0 0 0 3px rgba(255, 255, 255, 0.9),
      0 0 20px rgba(13, 71, 161, 0.6);
    filter: brightness(1.15);
  }
}
.btnSendRequiredDocsBlink {
  animation: btnSendDocsBlink 1.2s ease-in-out infinite;
}
/* Botón "Enviar documentos requeridos" — compartido por Registro > Buyer Intake
   y el Dashboard de la transacción (SendRequiredDocsButton). */
.btnSendRequiredDocs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(135deg, #002752 0%, #0d47a1 100%);
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 39, 82, 0.35);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btnSendRequiredDocs:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 39, 82, 0.45);
}
/* Tablet onboarding — Step 7: pantalla de finalización */
.tablet-flow-step7 {
  background-color: #ffffff;
}
.tablet-flow-step7-card {
  max-width: 560px;
  width: 100%;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(176, 218, 241, 0.55);
  box-shadow:
    0 24px 48px rgba(0, 39, 82, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  animation: tabletFlowStep7FadeIn 0.55s ease-out both;
}
@keyframes tabletFlowStep7FadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tablet-flow-step7-icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8f4fc 0%, #b0daf1 55%, #7eb8dc 100%);
  box-shadow: 0 8px 24px rgba(0, 39, 82, 0.12);
  animation: tabletFlowStep7IconPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}
@keyframes tabletFlowStep7IconPop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tablet-flow-step7-icon {
  font-size: 2.75rem;
  color: #002752;
}
.tablet-flow-step7-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}
.tablet-flow-step7-logo {
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tablet-flow-step7-name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  color: #002752;
  margin: 0;
}
.tablet-flow-step7-message {
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.55;
  color: #5a6472;
  margin: 0 auto;
  max-width: 420px;
}
.tablet-flow-step7-welcome {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.35;
  color: #002752;
  margin: 0;
}
/* PROPERTY SEARCH REWORK Y NUEVAS CLASES. */
.marketingPropertyShell {
  width: 95%;
  height: 95%;
  min-height: 90%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-sizing: border-box;
}
.marketingPropertyTabsRow {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.marketingPropertyBody {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.headerPropertySearchText {
  font-family: "Open Sans";
  font-size: 14px;
  color: #ffffff;
  background-color: #002752;
  border-radius: 20px;
  padding: 3px 11px;
}
.headerPropertySearchActions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.headerPropertySearchBtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 27.33px;
  padding: 4px 10px;
  border: 0.67px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #757575;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.headerPropertySearchBtn:hover:not(:disabled):not(.active) {
  color: #1dca97;
}
.headerPropertySearchBtn.active,
.headerPropertySearchBtn:disabled {
  color: #002752;
  background-color: rgba(29, 202, 151, 0.08);
  border-color: rgba(29, 202, 151, 0.25);
  opacity: 1;
  cursor: default;
}
.headerPropertySearchBtnIcon {
  flex-shrink: 0;
  font-size: 16px;
}
.headerPropertySearchBtnLabel,
.propertySearchActionBtnLabel {
  white-space: nowrap;
}
.headerPropertySearchActions .dropdown-toggle.headerPropertySearchBtn::after {
  display: none;
}
.propertySearchActionBtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 30px;
  padding: 8px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #36d4a8 0%, #18b888 52%, #0fa67a 100%);
  color: #ffffff;
  font-family: "Plus Jakarta Sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    opacity 0.2s ease,
    filter 0.2s ease;
}
.propertySearchActionBtn:hover:not(:disabled):not(.is-disabled) {
  filter: brightness(1.03);
}
.propertySearchActionBtn.is-disabled,
.propertySearchActionBtn:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.propertySearchActionBtnIcon {
  flex-shrink: 0;
  font-size: 16px;
  color: #ffffff;
}
.filterListingsPanel {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
}
.filterListingsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e8edf3;
  box-sizing: border-box;
  padding-bottom: 10px;
  gap: 8px;
}
.filterListingsHeaderToggleGroup {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.filterListingsHeaderToggleBtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: rgba(0, 39, 82, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.filterListingsCollapsedToggleGroup {
  width: 100%;
  padding: 8px 6px;
  box-sizing: border-box;
}
.filterListingsCollapsedChevronBtn {
  padding: 4px;
}
.filterListingsCollapsedLabel {
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  gap: 6px;
}
/* Panel de filtros colapsado: solo la flecha */
.filterListingsPanel--collapsed {
  width: auto;
  min-width: 36px;
  max-width: 44px;
  padding: 5px 4px;
  align-items: center;
  overflow: hidden;
}
.containerPropertySearch .propertySearchMainRow>.containerFilterHouseListings.filterListingsPanel--collapsed {
  flex: 0 0 auto;
  width: auto;
  min-width: 36px;
  max-width: 44px;
  padding: 5px 4px;
  align-items: center;
  overflow: hidden;
}
.filterListingsHeaderTitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.filterListingsHeaderIcon {
  flex-shrink: 0;
  font-size: 18px;
  color: #002752;
}
.filterListingsClearBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: none;
  border-radius: 999px;
  background-color: #f1f5f9;
  color: #475569;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.filterListingsClearBtn:hover {
  background-color: #e2e8f0;
  color: #334155;
}
.filterListingsScroll {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color-hard) transparent;
}
.filterListingsScroll::-webkit-scrollbar {
  width: 5px;
}
.filterListingsScroll::-webkit-scrollbar-track {
  background: transparent;
}
.filterListingsScroll::-webkit-scrollbar-thumb {
  background-color: var(--hover-color-hard);
  border-radius: 999px;
}
.filterListingsScroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
.filterListingsRow {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8edf3;
}
.filterListingsRow:has(+ .filterListingsAddOptional) {
  border-bottom: none;
}
.filterListingsRowToggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 10px 2px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #002752;
}
.filterListingsRowLabel {
  flex-shrink: 0;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.filterListingsChip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  max-width: calc(100% - 72px);
  margin-left: 8px;
  padding: 2px 8px 2px 6px;
  border-radius: 999px;
  background-color: rgba(29, 202, 151, 0.12);
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.filterListingsChipDot {
  flex-shrink: 0;
  color: #1dca97;
  font-weight: 700;
}
.filterListingsChipText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.filterListingsChipClear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  transition: color 0.15s ease;
}
.filterListingsChipClear:hover {
  color: #dc2626;
}
.filterListingsRowChevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 8px;
  color: #94a3b8;
  font-size: 20px;
  line-height: 1;
}
.filterListingsRowBody {
  padding: 0 2px 10px;
  box-sizing: border-box;
  width: 100%;
}
.filterListingsAddOptional {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 6px 2px 2px;
  box-sizing: border-box;
}
.filterListingsAddOptionalBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  padding: 0;
  border: 1px solid rgba(29, 202, 151, 0.4);
  border-radius: 8px;
  background-color: transparent;
  color: #1dca97;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease;
}
.filterListingsAddOptionalBtn:hover {
  background-color: rgba(29, 202, 151, 0.08);
  border-color: #1dca97;
}
.filterListingsAction {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  margin-top: 4px;
  box-sizing: border-box;
}
.filterListingsAction>div {
  display: flex;
  justify-content: center;
  width: auto;
  box-sizing: border-box;
}
.filterListingsAction .propertySearchActionBtn {
  width: auto;
  min-width: 250px;
  max-width: 100%;
  padding: 8px 24px;
}
/* Controles internos FilterListings: Open Sans 13px, coherencia con filas del acordeón */
.filterListingsScroll.filters-panel-compact {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #002752;
}
.filterListingsScroll.filters-panel-compact .filterListingsMlsInput {
  width: 100%;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #dbe3ed;
  border-radius: 999px;
  background-color: #f4f7fb;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  box-sizing: border-box;
  outline: none;
}
.filterListingsScroll.filters-panel-compact .filterListingsMlsInput::placeholder {
  color: #94a3b8;
}
.filterListingsScroll.filters-panel-compact .filterListingsMlsInput:focus {
  border-color: rgba(29, 202, 151, 0.45);
  background-color: #ffffff;
}
.filterListingsScroll.filters-panel-compact .inputFilterHouse {
  width: 100%;
  min-height: 32px;
  height: 32px;
  max-height: none;
  padding: 0 12px;
  border: 1px solid #dbe3ed;
  border-radius: 999px;
  background-color: #f4f7fb;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  box-sizing: border-box;
  cursor: pointer;
}
.filterListingsScroll.filters-panel-compact .inputFilterHouse:focus {
  border-color: rgba(29, 202, 151, 0.45);
  outline: none;
  background-color: #ffffff;
}
.filterListingsScroll .filterListingsRowBody .filterListingsFieldControl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList,
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  overflow-y: auto;
  padding: 8px 10px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background-color: #fafbfd;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color-hard) transparent;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList::-webkit-scrollbar,
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall::-webkit-scrollbar {
  width: 4px;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList::-webkit-scrollbar-track,
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall::-webkit-scrollbar-track {
  background: transparent;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList::-webkit-scrollbar-thumb,
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall::-webkit-scrollbar-thumb {
  background-color: var(--hover-color-hard);
  border-radius: 999px;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList::-webkit-scrollbar-thumb:hover,
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList {
  max-height: 220px;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionList.filterListingsOptionList--tall {
  max-height: 280px;
}
.filterListingsScroll .filterListingsRowBody button.filterListingsOptionRow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 7px 8px;
  border: none;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #002752;
  transition: background-color 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.filterListingsScroll .filterListingsRowBody button.filterListingsOptionRow:hover {
  background-color: rgba(29, 202, 151, 0.08);
}
.filterListingsScroll .filterListingsRowBody button.filterListingsOptionRow.is-selected {
  background-color: rgba(29, 202, 151, 0.1);
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionCheck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: #1dca97;
}
.filterListingsScroll .filterListingsRowBody .filterListingsOptionLabel {
  flex: 1;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #002752;
}
.filterListingsScroll .filterListingsRowBody .filterListingsSeeAll {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #1dca97;
  cursor: pointer;
  text-align: right;
}
.filterListingsScroll .filterListingsRowBody .filterListingsSeeAll:hover {
  color: #12b888;
  text-decoration: underline;
}
.filterListingsScroll.filters-panel-compact .filterListingsNativeSelect {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  height: 32px;
  max-height: none;
  padding: 0 12px;
  border: 1px solid #dbe3ed;
  border-radius: 999px;
  background-color: #f4f7fb;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.filterListingsScroll.filters-panel-compact .filterListingsNativeSelect:focus {
  border-color: rgba(29, 202, 151, 0.45);
  outline: none;
  background-color: #ffffff;
}
.filterListingsRangePanel {
  padding: 8px 10px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background-color: #fafbfd;
  box-sizing: border-box;
}
.filterListingsScroll.filters-panel-compact .filterListingsRangeRow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  width: 100%;
  min-width: 0;
}
.filterListingsScroll.filters-panel-compact .filterListingsRangeInput {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  padding: 0 4px;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  background-color: #f4f7fb;
  color: #002752;
  flex-shrink: 0;
}
.filterListingsScroll.filters-panel-compact .filterListingsRangeInput:focus {
  border-color: rgba(29, 202, 151, 0.45);
  outline: none;
  background-color: #ffffff;
}
.filterListingsScroll.filters-panel-compact .filterListingsRangeSep {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
  padding: 0 2px;
  flex-shrink: 0;
}
.filterListingsScroll.filters-panel-compact .filterListingsRangeSuffix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 30px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
  background-color: #f4f7fb;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  flex-shrink: 0;
  user-select: none;
  cursor: default;
}
.filterListingsScroll.filters-panel-compact .selectMultiFilter {
  width: 100%;
  min-width: 0;
}
.filterListingsScroll.filters-panel-compact .divFilterLabels {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: rgba(29, 202, 151, 0.12);
}
.filterListingsScroll.filters-panel-compact .filterLabels {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
  color: #002752;
  margin: 0;
}
.filterListingsScroll.filters-panel-compact .divFilterLabels svg {
  color: #64748b;
  cursor: pointer;
}
.filterListingsScroll.filters-panel-compact .divFilterLabels svg:hover {
  color: #dc2626;
}
/* Vista mapa: shell 95% con márgenes; solo el mapa sangra derecha/abajo hasta el borde útil */
.marketingPropertyShell:has(.propertySearchMapLayout) {
  --property-search-shell-inset-x: calc((100vw - 70px) * 0.025);
  --property-search-shell-inset-y: calc((100vh - 60px) * 0.025);
  overflow: visible;
}
.marketingPropertyBody:has(.propertySearchFiltersLayout),
.marketingPropertyBody:has(.containerPropertySearchStackPaginate) {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.marketingPropertyBody:has(.propertySearchFiltersLayout)>*,
.marketingPropertyBody:has(.containerPropertySearchStackPaginate)>* {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.marketingPropertyBody:has(.propertySearchMapLayout) {
  overflow: visible;
  flex: 1;
  min-height: 0;
}
.propertySearchView--map {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.propertySearchView,
.propertySearchView--filters {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.propertySearchView--filters.propertySearchView--map,
.propertySearchView.propertySearchView--map {
  overflow: visible;
}
.containerPropertySearch.propertySearchFiltersLayout,
.containerPropertySearch.containerPropertySearchStackPaginate {
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.containerPropertySearch.propertySearchFiltersLayout.propertySearchMapLayout {
  overflow: visible;
}
.containerPropertySearch.propertySearchFiltersLayout .propertySearchScrollBody {
  flex: 1;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  box-sizing: border-box;
  overflow: visible;
}
.containerPropertySearch.propertySearchFiltersLayout .propertySearchBodyInner,
.containerPropertySearch.propertySearchFiltersLayout .propertySearchMainRow {
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: visible;
}
.containerPropertySearch.propertySearchFiltersLayout .propertySearchMainRow {
  min-height: 0;
}
.containerPropertySearch.propertySearchMapLayout {
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.containerPropertySearch.propertySearchMapLayout .propertySearchScrollBody,
.containerPropertySearch.propertySearchMapLayout .propertySearchBodyInner {
  flex: 1;
  min-height: 0;
  height: 100%;
}
.containerPropertySearch.propertySearchMapLayout .propertySearchMainRow {
  min-height: 0;
  height: 100%;
  gap: 4px;
}
.propertySearchMapRow {
  display: flex;
  flex: 1;
  gap: 4px;
  min-height: 0;
  height: 100%;
  align-items: stretch;
}
.propertySearchMapRow>.containerFilterHouseListings,
.propertySearchListRow>.containerFilterHouseListings {
  margin-left: 0;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 0;
  height: 100%;
  max-height: none;
  display: flex;
  flex-direction: column;
}
.propertySearchMapRow>.containerFilterHouseListings.filterListingsPanel,
.propertySearchListRow>.containerFilterHouseListings.filterListingsPanel {
  min-height: 0;
  height: 100%;
  padding: 8px 16px 0 8px;
  box-sizing: border-box;
}
.propertySearchMapRow>.containerFilterHouseListings .FiltersHouse,
.propertySearchListRow>.containerFilterHouseListings .FiltersHouse {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.propertySearchMapRow>.containerFilterHouseListings .filterListingsHeader,
.propertySearchListRow>.containerFilterHouseListings .filterListingsHeader,
.propertySearchMapRow>.containerFilterHouseListings .filterListingsAction,
.propertySearchListRow>.containerFilterHouseListings .filterListingsAction {
  flex-shrink: 0;
}
.propertySearchMapRow>.containerFilterHouseListings .filterListingsHeader,
.propertySearchListRow>.containerFilterHouseListings .filterListingsHeader {
  padding-top: 2px;
  padding-bottom: 12px;
}
.propertySearchMapRow>.containerFilterHouseListings .filterListingsClearBtn,
.propertySearchListRow>.containerFilterHouseListings .filterListingsClearBtn {
  margin-right: 2px;
}
.propertySearchListRow>.containerFilterHouseListings {
  position: relative;
  z-index: 1;
  box-shadow:
    0 -3px 5px -5px rgba(0, 39, 82, 0.1),
    5px 0 12px -6px rgba(0, 39, 82, 0.1);
}
.propertySearchMapShell {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  height: calc(100% + var(--property-search-shell-inset-y, 0px));
  margin-right: calc(-1 * var(--property-search-shell-inset-x, 0px));
  margin-bottom: calc(-1 * var(--property-search-shell-inset-y, 0px));
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.propertySearchMapHouseWrap {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  position: relative;
}
.containerPropertySearch.propertySearchMapLayout .propertySearchMapHouse.containerMapHouse {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  flex: 1;
  margin-left: 0;
  border-radius: 0;
  background-color: #e8edf3;
}
.propertySearchMapShell .containerLoaderMap {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.propertySearchMapCountBadge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #002752;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  box-shadow: 0 4px 14px rgba(0, 39, 82, 0.25);
  pointer-events: none;
}
.propertySearchMapCountDot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #1dca97;
  flex-shrink: 0;
}
.headerPropertySearchWrap {
  display: flex;
  width: 100%;
}
.headerPropertyTypeChipsRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}
.headerPropertyTypeChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: none;
  border-radius: 999px;
  background-color: #eef2f7;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.headerPropertyTypeChip:hover:not(.is-active) {
  background-color: #e2e8f0;
  color: #334155;
}
.headerPropertyTypeChip.is-active {
  background-color: #002752;
  color: #ffffff;
}
.headerPropertySearchToolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  box-sizing: border-box;
}
.headerPropertySearchToolbar--actionsOnly {
  justify-content: flex-end;
}
.propertySearchHeaderRow {
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8edf3;
  padding-bottom: 12px;
}
/* Vista List: paginador en columna de tabla; filtros con mismo alto que Mapa */
.propertySearchView--filters .propertySearchHeaderRow,
.propertySearchView--map .propertySearchHeaderRow,
.propertySearchView--list .propertySearchHeaderRow {
  flex-shrink: 0;
  margin-bottom: 4px;
}
.containerPropertySearch.propertySearchListLayout {
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.containerPropertySearch.propertySearchListLayout .propertySearchScrollBody {
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.containerPropertySearch.propertySearchListLayout .propertySearchBodyInner {
  flex: 1;
  min-height: 0;
  overflow: visible;
  width: 100%;
}
.containerPropertySearch.propertySearchListLayout .propertySearchMainRow {
  flex: 1;
  min-height: 0;
  height: 100%;
  gap: 16px;
  overflow: visible;
}
.propertySearchListContentColumn {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
}
.propertySearchListContentColumn .propertySearchListTableWrap {
  flex: 1 1 auto;
  min-height: 0;
}
.propertySearchListContentColumn .publicationSearchPaginateWrap {
  flex-shrink: 0;
  width: 100%;
  padding-top: clamp(8px, 2.5vmin, 16px);
  box-sizing: border-box;
  background-color: #ffffff;
}
.propertySearchListRow {
  display: flex;
  flex: 1;
  min-height: 0;
  height: 100%;
  align-items: stretch;
  gap: 16px;
  overflow: visible;
  box-sizing: border-box;
}
.propertySearchListTableWrap {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
}
.propertySearchListTableWrap--state {
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.propertySearchListEmpty {
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.tableWhiteContainer {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: auto;

  overscroll-behavior: contain;
}
.tableWhiteTable {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}
.tableWhiteTable thead th.tableWhiteTh {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 10px;
  border-bottom: 0.67px solid #e8edf3;
  background-color: white;
  color: #6b7280;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.28px;
  text-align: left;
  white-space: nowrap;
}
.tableWhiteTh--actions,
.tableWhiteTd--actions {
  width: 56px;
  text-align: center;
  overflow: visible;
}
.tableWhiteTh--sortable {
  cursor: pointer;
  user-select: none;
}
.tableWhiteSortIcon {
  display: inline-flex;
  align-items: center;
  color: #94a3b8;
  font-size: 14px;
  vertical-align: middle;
}
.tableWhiteRow:hover {
  background-color: #fafbfd;
}
.tableWhiteTable tbody td.tableWhiteTd {
  padding: 10px;
  border-bottom: 0.67px solid #e8edf3;
  color: #6B7280;
  font-family: "Open Sans";
  font-size: 13px;
}
.tableWhiteTable tbody td.tableWhiteTd--address,
.tableWhiteTable tbody td.tableWhiteTd--price {
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.75px;
  letter-spacing: 0;
  white-space: nowrap;
}
.tableWhiteTd--numeric {
  text-align: left;
}
.tableWhiteTd--address {
  min-width: 180px;
}
.tableWhiteAddressMain {
  display: block;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.75px;
  letter-spacing: 0;
}
.tableWhiteAddressSub {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.tableWhiteStatusBadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.tableWhiteStatusDot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex-shrink: 0;
}
.tableWhiteStatusBadge--active {
  background-color: rgba(29, 202, 151, 0.12);
  color: #0f766e;
}
.tableWhiteStatusBadge--active .tableWhiteStatusDot {
  background-color: #1dca97;
}
.tableWhiteStatusBadge--pending {
  background-color: rgba(228, 161, 27, 0.14);
  color: #a16207;
}
.tableWhiteStatusBadge--pending .tableWhiteStatusDot {
  background-color: #e4a11b;
}
.tableWhiteStatusBadge--closed {
  background-color: rgba(59, 113, 202, 0.12);
  color: #1d4ed8;
}
.tableWhiteStatusBadge--closed .tableWhiteStatusDot {
  background-color: #3b71ca;
}
.tableWhiteStatusBadge--inactive,
.tableWhiteStatusBadge--default {
  background-color: #eef2f7;
  color: #64748b;
}
.tableWhiteStatusBadge--inactive .tableWhiteStatusDot,
.tableWhiteStatusBadge--default .tableWhiteStatusDot {
  background-color: #94a3b8;
}
.tableWhiteStatusBadge--danger {
  background-color: rgba(239, 68, 68, 0.12);
  color: #991b1b;
}
.tableWhiteStatusBadge--danger .tableWhiteStatusDot {
  background-color: #ef4444;
}
/* ── Historial de Valoraciones (audit trail) ───────────────────── */
.rvmHistoryPanel {
  padding: 16px;
}
.rvmHistorySubjectCell {
  display: flex;
  flex-direction: column;
}
.rvmHistoryUserCell {
  display: flex;
  flex-direction: column;
}
.rvmHistoryUserName {
  color: #002752;
  font-weight: 600;
}
.rvmHistoryTimestamp {
  color: #64748b;
  font-size: 12px;
}
.rvmHistoryDetailRow td {
  background-color: #fafbfd;
  border-bottom: 0.67px solid #e8edf3;
  padding: 16px 20px;
}
.rvmHistoryDetailGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.rvmHistoryDetailBlock h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #002752;
  margin-bottom: 6px;
}
.rvmHistoryDetailBlock p,
.rvmHistoryDetailBlock li {
  font-size: 13px;
  color: #475569;
}
.rvmHistoryWarningItem {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 4px;
}
.rvmHistoryExpandBtn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.rvmHistoryExpandBtn:hover {
  text-decoration: underline;
}
.tableWhiteActionsBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0.74px solid rgba(0, 39, 82, 0.08);
  border-radius: 999px;
  background-color: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.tableWhiteActionsBtn:hover,
.tableWhiteActionsBtn:focus,
.tableWhiteActionsBtn:active,
.tableWhiteActionsBtn.show {
  background-color: #e2e8f0;
  color: #334155;
}
.tableWhiteActionsBtn::after {
  display: none;
}
/* ==========================================================================
   Información
   ========================================================================== */
.searchResultsContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  width: 342px;
  min-width: 342px;
  background: #ffffff;
  box-sizing: border-box;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.resultsHeader {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: 40px;
  background: #ffffff;
  border-bottom: 0.666667px solid #e5e7eb;
}
.resultsTitle {
  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 20px;
  color: #002752;
  margin: 0;
  white-space: nowrap;
}
.resultsCount {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #757575;
  margin: 0;
}
.propertyResultsCopyLinkBtn {
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #002752;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.propertyResultsCopyLinkBtn:hover {
  color: #0b3a63;
}
.cardsList {
  display: flex;
  flex-direction: column;
  gap: 3px;
  overflow-y: auto;
  flex-grow: 1;
  padding: 5px;
  padding-bottom: 20px;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color-hard) transparent;
}
.cardsList::-webkit-scrollbar {
  width: 5px;
}
.cardsList::-webkit-scrollbar-track {
  background: transparent;
}
.cardsList::-webkit-scrollbar-thumb {
  background-color: var(--hover-color-hard);
  border-radius: 999px;
}
.cardsList::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
.propertyCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 12px;
  width: 100%;
  min-height: 91px;
  background: #ffffff;
  border-bottom: 0.5px solid rgba(117, 117, 117, 0.1);
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.propertyCard:hover {
  background: #f9fafb;
}
.propertyCard.active {
  background: #f0f9ff;
  border-left: 3px solid #1dca97;
}
.cardImageWrapper {
  position: relative;
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
}
.cardImage {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 4px;
}
.cardCheckboxOverlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(117, 117, 117, 0.5);
  border-radius: 4px 0px 5px 0px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.cardCheckboxOverlay input[type="checkbox"] {
  width: 12px;
  height: 12px;
  margin: 0;
  cursor: pointer;
}
.cardInfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  overflow: hidden;
}
.cardPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #002752;
  margin: 0;
}
.cardAddress {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.cardType {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #757575;
  margin: 0;
}
.cardMetaRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.statusBadge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 6px;
  background: rgba(29, 202, 151, 0.1);
  border: 1px solid rgba(29, 202, 151, 0.3);
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #002752;
  text-transform: capitalize;
}
.cardListingId {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #757575;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cardCopyBtn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardCopyBtn:hover {
  color: #111827;
}
/* Figma Details Tab Layout */
.propertyDetailsTabBar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px 15px;
  gap: 5px;
  width: 100%;
  max-width: 100%;
  height: 30px;
  margin-bottom: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
.propertyDetailsTabBar .custom-tab-container {
  justify-content: flex-end;
  min-width: max-content;
}
.propertyDetailsTabBar {
  height: auto;
  min-height: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.propertyDetailsTabBar::-webkit-scrollbar {
  display: none;
}
.propertyDetailsTabContent {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  background-color: #ffffff;
}
/* Property Report layout */
.propertyReportContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.propertyReportHeaderBlock {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  width: 100%;
}
.propertyReportMainImgContainer {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  min-height: 181px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid transparent;
  border-right-color: #e5e7eb;
  box-shadow: 4px 0 8px -3px rgba(0, 0, 0, 0.08);
}
.propertyReportMainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  box-sizing: border-box;
}
.propertyReportMiddleInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 10px 0px;
  min-width: 320px;
  min-height: 181px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right-color: #e5e7eb;
  box-shadow: 4px 0 8px -3px rgba(0, 0, 0, 0.08);
}
.propertyReportTitleRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 0.5px solid #e5e7eb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.propertyReportTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #002752;
  margin: 0;
}
.propertyReportPrice {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #002752;
  margin: 2px 0;
}
.propertyReportAddressRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.propertyReportAddress {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #39393a;
  margin: 0;
}
.propertyReportGrid4x3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px 16px;
  width: 100%;
  margin-top: 5px;
}
.propertyReportGridItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.propertyReportGridLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #39393A;
  margin-bottom: 1px;
}
.propertyReportGridValue {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #002752;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyReportLegalDesc {
  grid-column: span 4;
}
.propertyReportLegalDesc .propertyReportGridValue {
  white-space: normal;
  word-break: break-word;
}
/* Agent / Broker Card */
.propertyAgentCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 10px 5px 0px 5px;
  width: 305px;
  min-width: 305px;
  min-height: 181px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  border-right-color: #e5e7eb;
  box-shadow: 4px 0 8px -3px rgba(0, 0, 0, 0.08);
}
.propertyAgentCardHeader {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 5px;
  margin: 0 auto;
  width: 285px;
  height: 21.5px;
  border-bottom: 0.5px solid #e5e7eb;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #002752;
}
.propertyAgentHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  margin: 0 auto;
  width: 285px;
  height: 32px;
}
.propertyAgentAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f9ff;
  color: #002752;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.propertyAgentMeta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.propertyAgentName {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #002752;
  margin: 0;
}
.propertyAgentOffice {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #757575;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 249px;
}
.propertyAgentMinifRow {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  margin: 0 auto;
  width: 285px;
  height: 16px;
}
.propertyAgentMinifLabel {
  width: 34px;
  min-width: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #757575;
}
.propertyAgentMinifVal {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #002752;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Sections Grid & Columns Layout */
.propertySectionsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.propertySectionsColumns {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
.propertySectionsColumn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.propertySectionsColumn .propertyDetailSectionCard {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.propertySectionsColumn .propertyDetailSectionCard .propertyDetailSectionBody {
  flex: 1 0 auto;
}
.propertySectionsLeftColumn {
  padding-right: 0px;
}
.propertySectionsRightColumn {
  padding-left: 0px;
}
.propertyDetailSectionCard {
  background: #ffffff;
  border: 1px solid transparent;
  border-right-color: #e5e7eb;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px -3px rgba(0, 0, 0, 0.08);
}
.propertyDetailSectionHeader {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0px 0px 5px 0px;
  margin-bottom: 10px;
}
.propertyDetailSectionTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #002752;
  margin: 0;
}
.propertyDetailSectionBody {
  display: grid;
  gap: 12px 15px;
  width: 100%;
}
.propertyDetailSectionBody.cols1 {
  grid-template-columns: 1fr;
}
.propertyDetailSectionBody.cols3 {
  grid-template-columns: repeat(3, 1fr);
}
.propertyDetailSectionBody.cols4 {
  grid-template-columns: repeat(4, 1fr);
}
.propertyDetailSectionBody.cols5 {
  grid-template-columns: repeat(5, 1fr);
}
.propertyDetailSectionBody.cols6 {
  grid-template-columns: repeat(6, 1fr);
}
.propertyDetailItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.propertyDetailLabel {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #39393A;
  margin: 0;
  line-height: 1.3;
}
.propertyDetailValue {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #002752;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}
.propertyWideCard {
  grid-column: 1 / -1;
}
.propertyBottomColumns {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
.propertyBottomLeftColumn {
  width: 311px;
  min-width: 311px;
  max-width: 311px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
}
.propertyBottomRightColumn {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-sizing: border-box;
}
.propertyBottomLeftColumn .propertyDetailSectionCard,
.propertyBottomRightColumn .propertyDetailSectionCard {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.propertyBottomLeftColumn .propertyDetailSectionCard .propertyDetailSectionBodyVertical,
.propertyBottomRightColumn .propertyDetailSectionCard .propertyDetailSectionBody {
  flex: 1 0 auto;
}
.propertyDetailSectionBodyVertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.sidebarToggleBtn {
  transition:
    background-color 0.2s ease,
    transform 0.1s ease;
}
.sidebarToggleBtn:hover {
  background-color: #f3f4f6 !important;
  border-radius: 50% !important;
}
.sidebarToggleBtn:active {
  transform: scale(0.95);
}
.tablet-flow-step7-welcome {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.35;
  color: #002752;
  margin: 0;
}
/* ---------- Valuation panel (RVM / RentCast — diseño Figma) ---------- */
.valuationPanelWrapper {
  width: 100%;
  padding: 8px 12px 16px;
}
.valuationEngineTabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.valuationEngineTab {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  gap: 8px;
  height: 30px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #002752;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s ease-in-out;
}
.valuationEngineTab:hover:not(.valuationEngineTab--active) {
  background: #EFF6FF;
  border-color: #BFDBFE;
  color: #002752;
}
.valuationEngineTab--active {
  background: #002752;
  border: 1px solid #002752;
  border-radius: 8px;
  color: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 39, 82, 0.18);
}
.valuationPanel {
  font-family: Montserrat, sans-serif;
  color: #1a2b3c;
}
.valuationPanelHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.valuationPanelTitle {
  font-size: 15px;
  font-weight: 700;
  color: #0d3c61;
  margin: 0;
}
.valuationPanelEngine {
  font-size: 12px;
  color: #6c757d;
  margin: 2px 0 0;
}
.valuationPanelEngineLogo {
  display: block;

  max-width: 15rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.valuationPanelActions {
  display: flex;
  gap: 8px;
}
.valuationPanelBtn {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.valuationPanelBtn--ghost {
  border: 1px solid #c5d4e4;
  background: #fff;
  color: #0d3c61;
}
.valuationPanelBtn--primary {
  border: 1px solid #0d3c61;
  background: #0d3c61;
  color: #fff;
}
.valuationStatusBanner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #3d4f63;
  margin-bottom: 14px;
}
.valuationStatusDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.valuationStatusDot--active {
  background: #2e9b6a;
}
.valuationTierNote {
  font-size: 12px;
  color: #6c757d;
  margin: 0 0 8px;
}
.valuationSummaryRow {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 320px);
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8edf2;
}
.valuationSummaryMetrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 16px 24px;
}
.valuationMetricLabel {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6c757d;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.valuationMetricValue {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2b3c;
}
.valuationMetricValue--primary {
  font-size: 1.75rem;
  color: #0d3c61;
}
.valuationSummaryDescription {
  font-size: 12px;
  line-height: 1.5;
  color: #5a6472;
  margin: 0;
}
.valuationStarRating__star--filled {
  color: #e8a317;
}
.valuationStarRating__star--empty {
  color: #d8dde3;
}
.valuationSubTabs {
  display: flex;
  gap: 0;
  margin-bottom: 12px;
}
.valuationSubTab {
  border: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #5a6472;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.valuationSubTab--active {
  color: #0d8a8a;
  border-bottom-color: #0d8a8a;
  background: rgba(13, 138, 138, 0.06);
}
.valuationMapContainer {
  position: relative;
  min-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e6ed;
}
.valuationMapCanvas {
  width: 100%;
  height: 380px;
}
.valuationMapLegend {
  position: absolute;
  right: 18px;
  bottom: 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 246px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  font-family: 'Open Sans', sans-serif;
  color: #002752;
}
.valuationMapLegendTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.valuationMapLegendItem {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
}
.valuationMapLegendHomeIcon {
  width: 14px;
  height: 14px;
  color: #39393A;
  flex: 0 0 auto;
}
.valuationMapLegendDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.valuationMapLegendDot--rent {
  background: #1587B5;
}
.valuationMapLegendDot--sale {
  background: #1DCA97;
}
.valuationMapLoading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.valuationMapPlaceholder {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fa;
  border-radius: 8px;
  color: #6c757d;
  font-size: 14px;
}
.valuationListView {
  background: #FFFFFF;
  padding: 5px 5px 10px;
}
.valuationCompSection {
  margin-bottom: 0;
}
.valuationComparableStatusTabs .custom-tab-item {
  min-width: 0;
}
.valuationComparableStatusTabs .custom-tab-link {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.valuationCompSectionTitle {
  display: flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.28125px;
  text-transform: capitalize;
  color: #002752;
  margin: 0;
}
.valuationCompEmpty {
  font-size: 12px;
  color: #6c757d;
  margin: 0;
}
.valuationCompTableWrap {
  overflow-x: auto;
}
.valuationCompTable {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6B7280;
}
.valuationCompTable th {
  height: 40px;
  background: rgba(241, 243, 246, 0.2);
  color: #6B7280;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.28125px;
  padding: 10px 5px;
  text-align: left;
  border: 0;
  border-bottom: 0.833333px solid #E5E7EB;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.valuationCompTable td {
  height: 66px;
  padding: 5px;
  border: 0;
  border-bottom: 0.833333px solid #E5E7EB;
  vertical-align: middle;
  line-height: 19px;
}
.valuationCompRow--subject {
  background: transparent;
}
.valuationCompTable th:nth-child(1),
.valuationCompTable td:nth-child(1) {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.valuationCompTable th:nth-child(2),
.valuationCompTable td:nth-child(2),
.valuationCompTable th:nth-child(3),
.valuationCompTable td:nth-child(3),
.valuationCompTable th:nth-child(5),
.valuationCompTable td:nth-child(5),
.valuationCompTable th:nth-child(6),
.valuationCompTable td:nth-child(6) {
  width: 118px;
}
.valuationCompTable th:nth-child(4),
.valuationCompTable td:nth-child(4) {
  width: 106px;
}
.valuationCompTable th:nth-child(7),
.valuationCompTable td:nth-child(7),
.valuationCompTable th:nth-child(8),
.valuationCompTable td:nth-child(8) {
  width: 65px;
}
.valuationCompTable th:nth-child(9),
.valuationCompTable td:nth-child(9) {
  width: 60px;
}
.valuationCompTable th:nth-child(10),
.valuationCompTable td:nth-child(10) {
  width: 105px;
}
.valuationCompTable th:nth-child(11),
.valuationCompTable td:nth-child(11) {
  width: 72px;
}
.valuationCompTable th:nth-child(4),
.valuationCompTable td:nth-child(4),
.valuationCompTable th:nth-child(7),
.valuationCompTable td:nth-child(7),
.valuationCompTable th:nth-child(8),
.valuationCompTable td:nth-child(8),
.valuationCompTable th:nth-child(9),
.valuationCompTable td:nth-child(9),
.valuationCompTable th:nth-child(10),
.valuationCompTable td:nth-child(10),
.valuationCompTable th:nth-child(11),
.valuationCompTable td:nth-child(11) {
  text-align: center;
}
.valuationCompImageCell {
  text-align: center;
}
.valuationCompStatusCell {
  display: flex;
  align-items: center;
  min-width: 0;
}
.valuationCompThumb {
  width: 60px;
  height: 45px;
  border-radius: 0;
  overflow: hidden;
  background: #eef2f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.valuationCompThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.valuationCompStatusBadge {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #39393A;
}
.valuationCompStatusDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 5px;
}
.valuationCompStatusBadge--active .valuationCompStatusDot {
  background: #2e9b6a;
}
.valuationCompStatusBadge--closed .valuationCompStatusDot {
  background: #dc4c64;
}
.valuationCompSortableHead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
/* ==========================================================================
   House Photos (vista Fotos)
   ========================================================================== */
.containerPhotos {
  width: 75%;
  overflow: auto;
  background-color: white;
  height: 96%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 8px 8px;
  box-sizing: border-box;
}
.housePhotosState {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  margin: 0 auto;
}
.housePhotosEmptyTitle {
  font-size: 25px;
}
.housePhotosCarousel {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}
.housePhotosNavBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(29, 202, 151, 0.18);
  color: #002752;
  font-size: 16px;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    transform 0.15s ease;
}
.housePhotosNavBtn:hover:not(:disabled) {
  background-color: rgba(29, 202, 151, 0.32);
  transform: scale(1.04);
}
.housePhotosNavBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.housePhotosMain {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.housePhotosMainStage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-color: white;
}
.housePhotosMainSpinner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(248, 250, 252, 0.88);
  opacity: 1;
  transition: opacity 0.28s ease;
}
.housePhotosMainSpinner--hidden {
  opacity: 0;
  pointer-events: none;
}
.housePhotosMainImg {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 0.38s ease,
    transform 0.38s ease;
  will-change: opacity, transform;
}
.housePhotosMainImg--visible {
  opacity: 1;
  transform: scale(1);
}
.housePhotosMainLoading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
}
.housePhotosCounter {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgba(0, 39, 82, 1);
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.housePhotosThumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 8px;
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}
.housePhotosThumb {
  flex-shrink: 0;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  border-radius: 0;
  transition: border-color 0.15s ease;
}
.housePhotosThumb--active {
  border-color: #002752;
}
.housePhotosThumbImg {
  display: block;
  width: 120px;
  height: 72px;
  object-fit: cover;
  border-radius: 0;
}
/* Botón "Ver propiedades" — visible solo en mobile vía media query */
.housePhotosListBtn {
  display: none;
}
/* Backdrop del drawer de propiedades */
.housePhotosListBackdrop {
  display: none;
}
/* Botón cerrar dentro del drawer */
.housePhotosListCloseBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: white;
  border: none;
  cursor: pointer;
  color: #002752;
}
/* ==========================================================================
   CLASES NUEVAS DE ACCIONES TABLA LISTA MENÚ.
   ========================================================================== */
.propertyTableActionsTrigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .propertyTableActionsTooltip.react-tooltip {
  max-width: 300px;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #4a6582;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  box-shadow: none;
  z-index: 99999 !important;
}
body .propertyTableActionsTooltip.react-tooltip .propertyTableActionsTooltipArrow {
  background-color: #4a6582;
}
.propertyTableActionsMenu {
  min-width: 248px;
  padding: 0;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  z-index: 10050;
}
.propertyTableActionsMenuHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background-color: #f8fafc;
  border-bottom: 1px solid #e8edf3;
}
.propertyTableActionsMenuTitle {
  color: #64748b;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.propertyTableActionsMenuListing {
  color: #002752;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.propertyTableActionsMenuItem {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 14px;
  border: none;
  background: transparent;
  color: #002752;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.propertyTableActionsMenuItem:hover,
.propertyTableActionsMenuItem:focus {
  background-color: #f8fafc;
  color: #002752;
}
.propertyTableActionsMenuItemIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #002752;
}
.propertyTableActionsMenuItemIcon--whatsapp {
  color: #25d366;
}
.propertyTableActionsMenuItemIcon--facebook {
  color: #1877f2;
}
.propertyTableActionsMenuItemIcon--gmail {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.propertyTableActionsMenuDivider {
  height: 1px;
  margin: 4px 0;
  background-color: #e8edf3;
}
.valuationCompPrice {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #6B7280;
}
.valuationCompDate {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #6B7280;
}
.valuationCompAddress {
  color: #6B7280;
  overflow-wrap: break-word;
}
.valuationFooterNotes {
  margin-top: 16px;
  padding: 12px;
  background: #f4f7fa;
  border-radius: 6px;
  font-size: 11px;
  color: #5a6472;
  line-height: 1.45;
}
.valuationFooterNotes p {
  margin: 0 0 6px;
}
.valuationFooterNotes p:last-child {
  margin-bottom: 0;
}
.valuationJsonToggle {
  margin-top: 12px;
  font-size: 12px;
}
.valuationJsonToggle pre {
  max-height: 220px;
  overflow: auto;
  background: #1a2b3c;
  color: #e8edf2;
  padding: 10px;
  border-radius: 6px;
  font-size: 11px;
}
/* Comparable/Similar Properties tab redesign */
.similarGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.similarCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 5px;
  background: #ffffff;
  border-bottom: 0.5px solid rgba(117, 117, 117, 0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.similarCard.active {
  background: #f0f9ff;
  border-left: 3px solid #1dca97;
  border-right: 1px solid #1dca97;
  border-top: 1px solid #1dca97;
  border-bottom: 1px solid #1dca97;
}
.similarCard:hover {
  background: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}
.similarCardImgWrap {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similarCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.similarCardInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
  width: 100%;
  flex-grow: 1;
  min-width: 0;
}
.similarCardPrice {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #002752;
  margin: 0;
}
.similarCardAddress {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.similarCardType {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #757575;
  margin: 0;
}
.similarCardFooter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
}
.similarCardStatus {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.similarCardStatus.statusActive {
  color: #002752;
  background: rgba(29, 202, 151, 0.1);
  border: 1px solid rgba(29, 202, 151, 0.3);
}
.similarCardStatus.statusExpired {
  color: #dc2626;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.similarCardStatus.statusPending {
  color: #d97706;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.similarCardStatus.statusClosed {
  color: #2563eb;
  background: rgba(59, 113, 202, 0.1);
  border: 1px solid rgba(59, 113, 202, 0.3);
}
.similarCardStatus.statusCanceled {
  color: #7c3aed;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
}
.similarCardListingId {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.similarCardCopyBtn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.similarCardCopyBtn:hover {
  color: #002752;
}
/* ==========================================================================
   Mortgage Calculator (mc-*) + tab Calculador
   Restaurado desde commit 182eb2a8
   ========================================================================== */
.propertyCalculatorTab {
  gap: 10px;
  background: #ffffff;
  padding: 0;
}
.propertyDetailsTabContent:has(.propertyCalculatorTab) {
  padding: 10px 15px 15px;
  background: #ffffff;
}
/* ── Property Report Summary Header (Calculador tab) ── */
.propertyReportSummaryHeader {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  min-height: 105px;
  background: #ffffff;
  flex: none;
}
.propertyReportSummaryImgWrap {
  position: relative;
  width: 98px;
  min-width: 98px;
  height: 105px;
  border-radius: 4px;
  overflow: hidden;
  flex: none;
}
.propertyReportSummaryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.propertyReportSummaryImgPlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  border-radius: 4px;
}
.propertyReportSummaryInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
  height: 105px;
  padding: 5px 10px;
  background: #ffffff;
  border-right: 0.5px solid #e5e7eb;
  border-radius: 5px;
  box-sizing: border-box;
}
.propertyReportSummaryHeading {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 0.5px solid #e5e7eb;
}
.propertyReportSummaryType {
  margin: 0;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #002752;
}
.propertyReportSummaryBadge {
  flex: none;
  margin: 0;
}
.propertyReportSummaryPrice {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #002752;
}
.propertyReportSummaryAddress {
  margin: 0;
}
.propertyReportSummaryLegal {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* ── Mortgage Calculator (mc-*) ── */
.mcLayout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
}
.mcColumn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.mcCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border: 1px solid transparent;
  border-right-color: #e5e7eb;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px #0000001a;
  box-sizing: border-box;
}
.mcCardTitle {
  width: 100%;
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #002752;
  text-align: left;
}
.mcFormCard {
  min-height: 463px;
  align-items: stretch;
}
.mcFormInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  gap: 0;
}
.mcFormRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 32px;
  padding: 4px 0;
  box-sizing: border-box;
}
.mcFormRowTall {
  align-items: flex-start;
  min-height: 52px;
  padding-top: 4px;
}
.mcFormRowTall .mcFormLabel {
  padding-top: 8px;
}
.mcFormLabel {
  display: flex;
  align-items: center;
  width: 136px;
  min-width: 136px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #6b7280;
}
/* Label HOA: SemiBold según Figma */
.mcFormLabelHoa {
  font-weight: 600;
}
.mcFormControl {
  flex: 1;
  min-width: 0;
}
.mcInput {
  width: 100%;
  flex: 1;
  min-width: 0;
  padding: 5px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #002752;
  box-sizing: border-box;
  background: #ffffff;
  height: 25px;
}
.mcInput:focus {
  outline: none;
  border-color: #1dca97;
}
.mcInputGroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.mcPrefixBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #002752;
  box-sizing: border-box;
  flex-shrink: 0;
}
.mcSuffixBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80px;
  height: 25px;
  border: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #757575;
  box-sizing: border-box;
  flex-shrink: 0;
}
.mcSuffixBox.mcSuffixBoxPercent {
  width: 120px;
  justify-content: flex-start;
  gap: 6px;
  padding: 0 8px;
}
.mcInfoTooltipBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #1587b5;
  cursor: help;
  transition: background 0.15s ease;
}
.mcInfoTooltipBtn:hover {
  background: rgba(21, 135, 181, 0.12);
}
body .mcInfoTooltip.react-tooltip {
  max-width: 260px;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #4a6582;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 99999;
}
body .mcInfoTooltip.react-tooltip .react-tooltip-arrow {
  background-color: #4a6582;
}
/* Slider tipo "carga": relleno verde (#14b8a6) / resto gris, thumb circular */
.mcRangeSlider {
  display: block;
  width: 100%;
  height: 6px;
  margin: 10px 0 14px;
  padding: 0;
  border-radius: 3px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.mcRangeSlider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 3px;
}
.mcRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  border-radius: 50%;
  background: #14b8a6;
  border: none;
  cursor: pointer;
}
.mcRangeSlider::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
}
.mcRangeSlider::-moz-range-progress {
  height: 6px;
  border-radius: 3px;
  background: #14b8a6;
}
.mcRangeSlider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #14b8a6;
  border: none;
  cursor: pointer;
}
.mcCardDisclaimerBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  max-width: 310px;
  min-height: 50px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #1587b5;
  border-radius: 6px;
  background: #1587b51a;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  color: #4b7ab0;
}
.mcCardDisclaimerIcon {
  flex: none;
  margin-top: 1px;
  color: #1587b5;
}
.mcInputMoneyWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 2;
  min-width: 0;
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  gap: 4px;
  background: #ffffff;
  height: 25px;
}
.mcInputMoneyPrefix {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #002752;
  flex: none;
}
.mcInputMoney {
  border: none;
  padding: 0;
  flex: 1;
  min-width: 0;
  background: transparent;
  height: 100%;
}
.mcInputMoney:focus {
  border: none;
  outline: none;
}
.mcInputRight {
  text-align: right;
}
.mcInputYear {
  width: 44px;
  flex: none;
  padding-left: 3px;
  padding-right: 3px;
}
/* Caja única con borde para input + sufijo de unidad adentro (ej. "6.000 %", "653.93 $/año") */
.mcInputUnitWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 25px;
  padding: 5px 8px;
  gap: 6px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
}
.mcInputUnitField {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #002752;
}
.mcInputUnitField:focus {
  outline: none;
}
/* La versión de solo lectura es un <div>, no un <input> — acá sí necesita flex
   para alinearse a la derecha, ya que text-align no alcanza en un div vacío de texto. */
.mcInputUnitReadOnly {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #757575;
  cursor: default;
}
.mcInputUnitSuffix {
  flex: none;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #757575;
  white-space: nowrap;
}
.mcSelect {
  flex: 1;
  min-width: 0;
  cursor: pointer;
  height: 25px;
  padding-left: 6px;
  padding-right: 14px;
  font-size: 11px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%),
    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 9px) center, calc(100% - 5px) center;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}
.mcDownPaymentGroup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.mcHoaValue {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 25px;
  padding: 5px 8px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #002752;
  box-sizing: border-box;
}
/* Selector de tipo de préstamo (Conventional/FHA/USDA/VA) */
.mcLoanTypeGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
  min-width: 0;
}
.mcLoanTypeChip {
  flex: 1;
  min-width: 34px;
  height: 24px;
  padding: 5px 3px;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.15s ease;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
/* CONV y USDA (4 letras) necesitan un piso de ancho más alto que FHA (3) y VA (2)
 * para que entren todas las letras sin recortarse, aunque la fila se achique. */
.mcLoanTypeChipWide {
  flex: 1.6;
  min-width: 39px;
}
/* VA (2 letras) queda un poco más angosto para alinear la fila completa con los
 * inputs de arriba/abajo. */
.mcLoanTypeChipNarrow {
  flex: 0 0 28px;
  min-width: 28px;
  padding-left: 2px;
  padding-right: 2px;
}
.mcLoanTypeChip:hover {
  border-color: #002752;
}
.mcLoanTypeChipActive {
  background: #002752;
  border-color: #002752;
  color: #ffffff;
}
/* Seguro hipotecario: toggle Estimated / Manual */
.mcInsuranceModeToggle {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
  margin-bottom: 6px;
}
.mcInsuranceModeBtn {
  flex: 1;
  padding: 4px 10px;
  border: 0.74px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #757575;
  cursor: pointer;
  box-sizing: border-box;
}
.mcInsuranceModeBtnActive {
  background: #002752;
  border-color: #002752;
  color: #ffffff;
}
.mcInputReadOnly {
  background: #f3f4f6;
  color: #757575;
  cursor: not-allowed;
}
.mcVaNoPmiMessage {
  margin: 0;
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  font-style: italic;
}
/* Disclaimer general de la calculadora, debajo de ambas columnas */
.mcGeneralDisclaimer {
  flex-basis: 100%;
  width: 100%;
  margin: 4px 0 0;
  padding-top: 10px;
  border-top: 0.5px solid #e5e7eb;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #9ca3af;
}
/* Resumen y donut */
.mcSummaryCard {
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
}
.mcSummaryTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.mcSummaryPaymentBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}
.mcSummaryAmount {
  margin: 5px 0;
  width: 100%;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  color: #002752;
}
/* Reusa .mcFormLabel (mismo gris Open Sans del cuadro 2), solo resetea el ancho fijo. */
.mcSummarySubtitle {
  width: 100%;
  min-width: 0;
}
.mcSummaryTaxRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
.mcSummaryDotRowLabel {
  flex: 1;
  min-width: 0;
}
.mcAmortizationBtn {
  align-self: center;
  margin: 12px 0 0;
  width: 172px;
  height: 26px;
  padding: 0;
  background: linear-gradient(150.2deg, #1dca97 50.5%, #002752 202.95%);
  border: none;
  border-radius: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mcAmortizationBtn:hover {
  opacity: 0.9;
}
/* Detalles de hipoteca */
.mcDetailsHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 0.74px solid #e5e7eb;
}
.mcDetailsTitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #002752;
}
.mcDetailsBody {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
.mcDetailsRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 25px;
}
/* Reusa .mcFormLabel (mismo gris del cuadro 2), solo resetea el ancho fijo para que
 * conviva con el layout de 2 columnas (label + monto) de esta card. */
.mcCashToCloseLabel {
  flex: 1;
  width: auto;
  min-width: 0;
}
/* Distribuye las 3 filas en el alto disponible de la card (igual que la lista de
 * categorías del cuadro 2), en vez de dejarlas todas arriba con un solo hueco abajo. */
.mcCashToCloseRows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}
/* Fuentes un poco más grandes que el resto (solo en esta card) para que las 3 filas
 * ocupen mejor el espacio disponible. */
.mcCashToCloseCard .mcCashToCloseLabel {
  font-size: 13px;
}
.mcCashToCloseCard .mcClosingCostsCategoryAmount {
  font-size: 12px;
}
/* Las filas quedan juntas (como en el diseño); todo el espacio libre de la card se va
 * en un solo hueco antes de la caja verde, empujándola hacia abajo. Alcance acotado a
 * esta card para no afectar la caja 2, que reparte el espacio de otra forma. */
.mcCashToCloseCard .mcClosingCostsTotalBox {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* En esta card el texto "(Incluye...)" va en gris, no en el celeste que usa la caja 2
 * para "(Suma de todas las categorías...)". */
.mcCashToCloseCard .mcClosingCostsTotalSub {
  color: #6b7280;
}
/* Créditos del comprador: reduce el cash to close, se muestra en verde como en el
 * "-$5,500.00" del diseño. Selector compuesto para ganarle en especificidad a
 * .mcClosingCostsCategoryAmount (mismo peso si no, y gana la que aparece después). */
.mcClosingCostsCategoryAmount.mcCreditValue {
  color: #1dca97;
}
/* Modal amortización */
.mcAmortizationModal {
  max-width: 90vw !important;
  width: 900px !important;
  padding: 20px !important;
}
.mcAmortizationModalTitle {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #002752;
}
.mcAmortizationTableWrap {
  max-height: 60vh;
  overflow-y: auto;
}
.mcAmortizationTable {
  width: 100%;
  border-collapse: collapse;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.mcAmortizationTable th {
  position: sticky;
  top: 0;
  background: #f9fafb;
  padding: 8px 10px;
  text-align: left;
  font-weight: 600;
  color: #002752;
  border-bottom: 1px solid #e5e7eb;
}
.mcAmortizationTable td {
  padding: 6px 10px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.mcAmortizationTable tbody tr:hover {
  background: #f9fafb;
}
/* ── Dashboard unificado (Mortgage Parameters + Closing Costs + Monthly Payment) ── */
.mcDashboard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.mcDashboardHeader {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px #0000001a;
  box-sizing: border-box;
}
.mcDashboardHeaderTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.mcDashboardTitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #002752;
}
.mcDashboardSubtitle {
  margin: 8px 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #39393a;
}
.mcDashboardHeaderActions {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.mcHeaderActionBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 26px;
  min-width: 77px;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.mcHeaderActionBtnOutlineBlue,
.mcHeaderActionBtnOutlineBlue:disabled {
  background: #ffffff;
  border: 0.8px solid #1587b5;
  color: #1587b5;
  font-weight: 600;
}
.mcHeaderActionBtnOutlineNavy,
.mcHeaderActionBtnOutlineNavy:disabled {
  background: #ffffff;
  border: 0.8px solid #002752;
  color: #002752;
  font-weight: 400;
}
.mcHeaderActionBtnSolidNavy,
.mcHeaderActionBtnSolidNavy:disabled {
  background: #002752;
  border: 0.8px solid #002752;
  color: #ffffff;
  font-weight: 400;
}
.mcHeaderActionBtn:disabled {
  cursor: not-allowed;
}
.mcDashboardMainRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}
.mcMiniPropertyImgWrap {
  position: relative;
  width: 118px;
  height: 58px;
  flex: none;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f4f6;
}
.mcMiniPropertyImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mcMiniPropertyImgPlaceholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}
.mcMiniPropertyPriceBadge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 2px 6px;
  background: #00275299;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  text-align: right;
  white-space: nowrap;
}
.mcMiniPropertySpecs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  flex: none;
}
.mcSpecItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 44px;
  gap: 6px;
  padding: 0 4px;
  border-right: 0.5px solid #d1d5db;
  box-sizing: border-box;
  flex: none;
}
.mcSpecItemLast {
  border-right: none;
}
.mcSpecIcon {
  color: #ba9e56;
  flex: none;
}
.mcMiniPropertySpec {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  color: #002752;
  white-space: nowrap;
}
.mcLenderPlanCenterWrap {
  display: flex;
  flex: 1;
  min-width: 0;
  justify-content: center;
}
.mcLenderPlanColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: none;
  min-width: 0;
}
.mcLenderPlanBadge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.mcLenderPlanLabel {
  flex: none;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  color: #39393a;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.mcLenderPlanValue {
  flex: none;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  color: #39393a;
  white-space: nowrap;
  /* display:flex rompía el text-overflow:ellipsis en algunos navegadores (el texto se
   * cortaba de golpe sin "...", ver captura del bug). inline-block + el align-items:center
   * del badge padre alcanza para la alineación vertical. */
  display: inline-block;
}
.mcLenderPlanChangeBtn,
.mcLenderPlanChangeBtn:disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 64px;
  height: 21px;
  padding: 3px 10px;
  border: 1px solid #1587b5;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #1587b5;
  cursor: not-allowed;
  box-sizing: border-box;
}
.mcLenderPlanCompactRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: none;
}
.mcLenderPlanCompactBtn,
.mcLenderPlanCompactBtn:disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #1587b5;
  border-radius: 50%;
  background: #ffffff;
  color: #1587b5;
  cursor: not-allowed;
  box-sizing: border-box;
}
.mcDashboardRateGroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  flex: none;
}
.mcDashboardRateChip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: none;
  padding: 0 10px;
}
.mcDashboardRateChip:first-child {
  padding-left: 0;
}
.mcDashboardRateChip:not(:first-child) {
  border-left: 1px solid #e5e7eb;
}
.mcDashboardRateLabel {
  max-width: 56px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #39393a;
  text-align: center;
}
.mcDashboardRateValue {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
}
.mcDashboardRateValueTeal {
  color: #1dca97;
}
.mcDashboardRateValueNavy {
  color: #002752;
}
.mcClosingCostsCard {
  min-height: 463px;
}
.mcClosingCostsPendingNote {
  margin: 8px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #9ca3af;
  font-style: italic;
}
.mcClosingCostsBreakdownLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1587b5;
  cursor: pointer;
  margin-top: 5px;
}
.mcClosingCostsBreakdownLinkCentered {
  align-self: center;
}
.mcClosingCostsBreakdownLinkIcon {
  flex: none;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.mcStackedRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.mcStackedRow .mcCard {
  flex: 1;
  min-width: 260px;
}
.mcCashToCloseCard .mcDetailsRow {
  min-height: 28px;
}
.mcQuickSummaryRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0px #0000001a;
  box-sizing: border-box;
}
.mcQuickSummaryChipsRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.mcQuickChip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 90px;
  padding: 4px 8px;
  border-radius: 0;
  border: none;
  border-right: 1px solid #e5e7eb;
  box-sizing: border-box;
}
.mcQuickChip:last-child {
  border-right: none;
}
.mcQuickChipIcon {
  flex: none;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.mcQuickChipTextCol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
/* El de Cash to Close reusa el mismo verde de la caja final de las cards 2/4
 * (mismo border + background), pero sigue siendo un chip en fila, no la caja
 * apilada de esas cards. */
.mcQuickChipHighlight {
  border: 1px solid #1dca97;
  border-radius: 6px;
  background: #1dca970d;
}
.mcQuickChipHighlight .mcQuickChipValue {
  color: #1dca97;
}
.mcQuickChipValue {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #111827;
}
.mcQuickChipLabel {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #6b7280;
}
/* ── Breakpoints del dashboard (controlados desde JS con useScreenSize, no
 * @media, para seguir el mismo patrón que ya usa el resto de la app) ── */
/* ≤1600px: Resumen Rápido pasa de 1 fila de 8 chips a una grilla de 2 filas
 * de 4, cada chip se agranda porque tiene el doble de ancho disponible. */
.mcQuickSummaryChipsRowGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.mcQuickSummaryChipsRowGrid .mcQuickChip,
.mcQuickSummaryChipsRowGrid .mcQuickChip:last-child {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  gap: 10px;
}
.mcQuickSummaryChipsRowGrid .mcQuickChipHighlight {
  border-color: #1dca97;
  background: #1dca970d;
}
.mcQuickSummaryChipsRowGrid .mcQuickChipIcon {
  width: 28px;
  height: 28px;
}
.mcQuickSummaryChipsRowGrid .mcQuickChipValue {
  font-size: 15px;
}
.mcQuickSummaryChipsRowGrid .mcQuickChipLabel {
  font-size: 12px;
}
/* ≤1100px: la card 1 ocupa todo el ancho de .mcLayout y las cards 2 y 3
 * (columnas 2 y 3) pasan a compartir la fila siguiente, 50/50. */
.mcLayoutCompact > .mcColumn:first-child {
  flex: 1 1 100%;
}
/* ≤1100px: la card 1 queda con muchísimo más ancho disponible que su diseño
 * original de columna angosta. En vez de estirar los inputs a todo ese ancho
 * (se ve mal) o toparlos a un ancho fijo dejando un vacío enorme a la derecha
 * (se ve peor), centramos un bloque más angosto con más espacio para agrandar
 * labels e inputs en proporción, con aire parejo a los dos lados. */
.mcLayoutCompact .mcFormCard .mcFormInner {
  max-width: 560px;
  margin: 0 auto;
}
.mcLayoutCompact .mcFormCard .mcFormLabel {
  width: 160px;
  min-width: 160px;
  font-size: 13px;
}
/* ≤993px: ni siquiera las cards 2 y 3 entran cómodas compartiendo una fila de
 * 2 (ver el bug de fecha/county de card 2 desbordándose), así que las 3 cards
 * (columnas 1, 2 y 3 de .mcLayout) pasan a ocupar el 100% del ancho cada una. */
.mcLayoutVeryCompact > .mcColumn {
  flex: 1 1 100%;
}
/* La caja verde de Cash to Close (card 4) tiene poco contenido de texto; a
 * todo el ancho de una card ya full-width se ve como una franja rara, así
 * que la topeamos y centramos en vez de estirarla. */
.mcLayoutVeryCompact .mcCashToCloseCard .mcClosingCostsTotalBox {
  max-width: 480px;
  margin: 0 auto;
}
/* ≤1100px: las cards 5 y 6 (.mcStackedRow) achican su fuente para que
 * "Fuente de Costos: Plataforma (Estimativo)" y similares no se salgan. */
.mcStackedRowCompact .mcSummaryGridLabel,
.mcStackedRowCompact .mcSummaryGridValue {
  font-size: 10px;
}
/* ≤850px: las cards 5 y 6 ya no entran cómodas una al lado de la otra,
 * así que cada una pasa a ocupar el 100% del ancho (se apilan). */
.mcStackedRowFullWidth .mcCard {
  flex: 1 1 100%;
}
/* ── Título de card con badge numerado ── */
.mcCardTitleRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
}
.mcCardBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background: #002752;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.mcCardTitleInline {
  margin: 0;
}
/* ── Grid de 2 columnas para cards de resumen simples (Loan Summary / Lender Info) ── */
.mcLoanSummaryCard,
.mcLenderInfoCard {
  gap: 6px;
}
/* Textos un poco más chicos solo acá: "Fuente de Costos: Plataforma (Estimativo)"
 * es el contenido más largo de las 2 cards y se salía por el borde derecho. */
.mcLenderInfoCard .mcSummaryGridLabel,
.mcLenderInfoCard .mcSummaryGridValue {
  font-size: 11px;
}
.mcSummaryGridRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 12px;
}
.mcSummaryGridCell {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
}
.mcSummaryGridLabel {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #757575;
  white-space: nowrap;
}
/* margin-left:auto (en vez de justify-content:space-between en la celda) porque
 * algunas filas no tienen rightLabel — con un solo hijo, space-between no tiene
 * nada "entre qué" repartir y el valor queda pegado a la izquierda. */
.mcSummaryGridValue {
  margin-left: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #002752;
  text-align: right;
  white-space: nowrap;
}
.mcLenderInfoRequestBtn {
  margin-top: 10px;
}
/* ── Costos de Cierre Estimados (caja 2): meta, 8 categorías, total ── */
.mcClosingCostsMeta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 0.5px solid #e5e7eb;
}
.mcClosingCostsMetaRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
}
/* Reusa .mcFormLabel (Card 1) para el mismo estilo de label gris, solo resetea el
 * ancho fijo de 136px que esa clase trae para el grid de Parámetros. */
.mcClosingCostsMetaLabel {
  flex: none;
  width: auto;
  min-width: 0;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
/* Estilo "valor" compartido: fecha/county del meta y los 8 títulos de categoría
 * (Loan Costs, Title & Settlement, etc.) usan exactamente esta misma clase. */
.mcMetaValueStrong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  color: #002752;
}
.mcClosingDateInline,
.mcCountyInline {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 16px;
  line-height: 16px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcClosingCostsMetaRow .new-input-v3-datepicker-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.mcClosingCostsCategoryList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.mcClosingCostsCategoryRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.mcClosingCostsCategoryRow:last-child {
  border-bottom: none;
}
.mcClosingCostsCategoryIcon {
  flex: none;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.mcClosingCostsCategoryText {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.mcClosingCostsCategorySubtitle {
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 10.5px;
  color: #9ca3af;
}
.mcClosingCostsCategoryAmount {
  flex: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #002752;
}
.mcClosingCostsTotalBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #1dca97;
  border-radius: 6px;
  background: #1dca970d;
  box-sizing: border-box;
}
.mcClosingCostsTotalSub {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #1587b5;
}
.mcClosingCostsTotalAmount {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #002752;
}
/* ── Pagos Mensuales Estimados (caja 3): filas con punto de color ── */
.mcSummaryDotRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 3px 0;
}
.mcSummaryDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}
.mcDotPrincipal {
  background-color: #002752;
}
.mcDotTax {
  background-color: #1587b5;
}
.mcDotInsurance {
  background-color: #1dca97;
}
.mcDotHoa {
  background-color: #f5a623;
}
.mcDotPmi {
  background-color: #d1d5db;
}
.mcSummaryVaryNote {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin: 8px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #1587b5;
}
/* ── Cash to Close (caja 4) ── */
/* ── Iframe externo (servicio mortgagecalculator.org) ── */
.mcLayoutIframe {
  flex-direction: column;
}
.mcIframeCard {
  width: 100%;
  min-height: 520px;
  padding: 15px;
}
.mcIframeWrap {
  width: 100%;
  flex: 1;
  min-height: 480px;
  border-radius: 4px;
  overflow: hidden;
  border: 0.74px solid #e5e7eb;
  background: #ffffff;
}
.mcIframe {
  width: 100%;
  min-height: 480px;
  height: 72vh;
  border: none;
  display: block;
}
/* ── Modal "Desglose Completo de Costos de Cierre" ──
 * Pasada de arquitectura/funcionalidad: estilos base para que sea usable y legible.
 * El ajuste fino pixel-a-pixel contra Figma queda para una ronda posterior, cuadro por
 * cuadro, según lo acordado. */
.mcBreakdownModal {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  border-radius: 8px;
  /* El scroll vive en .mcBreakdownModalScroll (adentro); acá solo se recorta a las
   * esquinas redondeadas para que la scrollbar nunca "corte" el borde derecho. */
  overflow: hidden;
  box-sizing: border-box;
}
.mcBreakdownModalScroll {
  max-height: 85vh;
  overflow-y: auto;
  padding: 12px 20px 20px;
  box-sizing: border-box;
}
.mcBreakdownHeader {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.mcBreakdownTitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #002752;
}
.mcBreakdownSubtitle {
  margin: 2px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #6b7280;
}
.mcBreakdownCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}
.mcBreakdownCloseBtn:hover {
  background: #f3f4f6;
}
.mcBreakdownInfoBanner {
  align-items: center;
  max-width: none;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid #1587b54d;
  border-radius: 10px;
  background: #1587b50d;
}
.mcBreakdownInfoBanner span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #002752;
}
.mcBreakdownFooterRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.mcBreakdownFooterRow .mcBreakdownInfoBanner {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.mcBreakdownFooterRow .mcBreakdownFooterActions {
  flex: none;
  margin-top: 0;
}
.mcBreakdownFooterActions .mcHeaderActionBtnOutlineNavy,
.mcBreakdownFooterActions .mcHeaderActionBtnOutlineNavy:disabled {
  width: 73px;
  height: 28px;
  min-width: 0;
  border-radius: 15px;
  border: 1px solid #cbd5e1;
  padding: 5px 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #002752;
}
.mcBreakdownColumns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.mcBreakdownColumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.mcBreakdownSummaryColumn {
  flex: 0 0 340px;
}
.mcBreakdownSection {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.mcBreakdownSectionHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border: none;
  background: #1587b50d;
  cursor: pointer;
  box-sizing: border-box;
}
.mcBreakdownSectionTitle {
  flex: 1;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownSectionTotal {
  flex: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownSectionBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.mcBreakdownLineRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}
.mcBreakdownLineRow:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mcBreakdownLineLabel {
  flex: 1;
  min-width: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownLineLabelMuted {
  color: #9ca3af;
  font-style: italic;
}
.mcBreakdownLineAmount {
  flex: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #002752;
  white-space: nowrap;
}
.mcBreakdownLineAmountMuted {
  color: #9ca3af;
  font-weight: 400;
  font-style: italic;
}
.mcBreakdownLineLabelCredit {
  color: #16a34a;
}
.mcBreakdownLineAmountCredit {
  color: #16a34a;
}
.mcBreakdownToggleLabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #39393a;
  cursor: pointer;
}
.mcBreakdownEmptyNote {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #9ca3af;
}
.mcBreakdownTaxProrationRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}
.mcBreakdownTaxProrationLabel {
  width: auto;
  min-width: 0;
  flex: 1;
}
.mcBreakdownHoaRow .mcInputMoneyWrap {
  flex: none;
  width: 130px;
}
.mcBreakdownResetLink {
  flex: none;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #1587b5;
  cursor: pointer;
  white-space: nowrap;
}
.mcBreakdownCreditsBox {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
}
.mcBreakdownCreditsHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.mcBreakdownCreditsHeader .mcMetaValueStrong {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownCreditsHeader .mcBreakdownLineAmountCredit {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-align: right;
  color: #ef4444;
}
.mcBreakdownCreditsBox .mcInputMoneyWrap {
  width: 100px;
}
.mcBreakdownCreditsBox .mcBreakdownLineRow {
  border-bottom: none;
  padding-bottom: 0;
}
.mcBreakdownEbccBox {
  /* .mcClosingCostsTotalBox trae margin-top:10px pensado para cuando hay contenido arriba
   * (cards 2/4); acá es el primer elemento de la columna y esos 10px la desalineaban con
   * el resto de las columnas. */
  margin-top: 0;
}
.mcBreakdownEbccBox .mcMetaValueStrong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #278464;
}
.mcBreakdownEbccBox .mcClosingCostsTotalAmount {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #278464;
}
.mcBreakdownCashToCloseBox .mcMetaValueStrong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #0d9488;
}
.mcBreakdownCashToCloseBox .mcClosingCostsTotalAmount {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownCashToCloseRows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #ffffff;
}
.mcBreakdownCashToCloseRows .mcBreakdownLineRow {
  border-bottom: none;
  padding-bottom: 0;
}
.mcBreakdownCashToCloseBox .mcClosingCostsTotalSub {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  color: #39393a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mcBreakdownInfoCard {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
}
.mcBreakdownInfoCardHeader {
  padding: 8px 10px;
  background: #1587b50d;
}
.mcBreakdownInfoCardHeader .mcMetaValueStrong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #002752;
}
.mcBreakdownInfoCardBody {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}
.mcBreakdownInfoCardBody .mcSummaryGridLabel {
  color: #002752;
}
.mcBreakdownFooterDisclaimer {
  margin-top: 14px;
}
.mcBreakdownFooterActions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .mcBreakdownColumns {
    flex-direction: column;
  }

  .mcBreakdownSummaryColumn {
    flex: 1 1 100%;
  }
}
/* Modal de detalle de propiedad (reemplaza modalSearch / PreviewHouse) */
.houseDetailModal .containerDetailProperties {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
/* Popup centrado del pin del mapa (Figma img4) */
.houseMapWrap {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
}
.mapPinPopupOverlay {
  position: absolute;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.35);
  box-sizing: border-box;
}
.mapPinPopupCard {
  position: relative;
  width: 100%;
  max-width: 700px;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #b8cfe6;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 39, 82, 0.18);
  padding: 22px 24px 18px;
  font-family: Montserrat, sans-serif;
  color: #002752;
  box-sizing: border-box;
}
.mapPinPopupClose {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
  color: #39393A;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.mapPinPopupHeader {
  display: flex;
  gap: 18px;
  margin-bottom: 10px;
  padding-right: 28px;
}
.mapPinPopupImageCol {
  flex-shrink: 0;
  width: 148px;
}
.mapPinPopupImage {
  width: 148px;
  height: 108px;
  object-fit: cover;
  display: block;
  background: #e8edf3;
}
/* Ocupa el lugar de la foto mientras se prueban los candidatos, para que la imagen
   aparezca una sola vez y ya cargada en vez de parpadear entre intentos fallidos. */
.mapPinPopupImagePlaceholder {
  border-radius: 8px;
}
.mapPinPopupHeaderBody {
  flex: 1;
  min-width: 0;
}
.mapPinPopupAddress {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12px;
  color: #6B7280;
}
.mapPinPopupPriceRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.mapPinPopupPrice {
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.96px;
}
.mapPinPopupPrice--red {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.96px;
  color: #dc4c64;
}
.mapPinPopupStatusBadge {
  padding: 2px 10px;
  gap: 6px;
  opacity: 1;
  border-radius: 20px;
  border: 0.61px solid;
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.24px;
  color: #1DCA97;
}
.mapPinPopupStatusDot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  flex-shrink: 0;
  margin: 0px 6px 1px 0px;
}
.mapPinPopupTwrvm {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mapPinPopupTwrvmValue {
  font-size: 18px;
  font-weight: 700;
  color: #002752;
}
.mapPinPopupTwrvmLabel {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mapPinPopupStats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.mapPinPopupStatCard {
  background: #F8F9FC;
  border: 1px solid #E8EAF0;
  border-radius: 12px;
  padding: 12px 14px;
  min-width: 0;
}
.mapPinPopupStatCard--red {
  background: #F8F9FC;
  border: 1px dashed #E8EAF0;
  border-radius: 12px;
  padding: 12px 14px;
  min-width: 0;
}
.mapPinPopupStatCard--red .mapPinPopupStatHead span {
  color: #6B7280;
}
.mapPinPopupStatHead {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 15.75px;
  letter-spacing: 0.63px;
  text-transform: uppercase;
  color: #6B7280;
  display: flex;
  align-items: center;
}
.mapPinPopupStatSub {
  font-size: 11px;
  color: #dc4c64;
  margin-top: 2px;
}
.mapPinPopupDetails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}
.mapPinPopupColTitle {
  color: #002752;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.77px;
  text-transform: uppercase;
}
.mapPinPopupDetailRow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 9px;
  font-size: 12px;
  color: #334155;
  line-height: 1.45;
  font-family: Open Sans, sans-serif;
}
.mapPinPopupDetailRow svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.mapPinPopupFooter {
  background: #F8F9FC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 24px;
  border-top: 1px solid #EEF0F6;
  margin: 0 -24px -18px;
  width: calc(100% + 48px);
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}
.mapPinPopupAgent {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mapPinPopupAvatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E3A5F 0%, #2563EB 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 21px;
}
.mapPinPopupAgentInfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mapPinPopupAgentInfo strong {
  color: #002752;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  line-height: 20.25px;
  letter-spacing: 0px;
}
.mapPinPopupAgentInfo span {
  color: #39393A;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  max-width: 150px;
}
.mapPinPopupActions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.mapPinPopupBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0px;
  text-align: center;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;

}
.mapPinPopupBtn--outline {
  background: #fff;
  border: 1px solid #CBD5E1;
  color: #002752;
}
.mapPinPopupBtn--primary {
  background: linear-gradient(135deg, #1E3A5F 0%, #1D4ED8 100%);
  border: none;
  color: #fff;
}
.mapPinPopupMoreLink {
  display: block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 0;
  border: none;
  background: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #002752;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
/* =============================================
   CLASES NUEVAS DE SECCIÓN DE PROPIEDADES.
   Utilidades para MapPinDetailPopup, HeaderPropertySearch, HouseMap y FilterListings
   ============================================= */
/* Cards compactas (< 650px): ícono + valor en fila, tamaño estable */
.mapPinPopupStats--compact {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
/* Reset del estilo card base — las compactas son minimalistas */
.mapPinPopupStatCard--compact,
.mapPinPopupStatCard.mapPinPopupStatCard--compact,
.mapPinPopupStatCard--red.mapPinPopupStatCard--compact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 6px;
  min-height: 38px;
  box-sizing: border-box;
  cursor: default;
  background: #F8F9FC;
  border: 1px solid #E8EAF0;
  border-radius: 10px;
}
.mapPinPopupStatCompactValue {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #002752;
  white-space: nowrap;
}
.mapPinPopupStatCompactValue--red {
  color: #dc4c64;
}
.mapPinPopupStatIconCompact {
  color: #6B7280;
  flex-shrink: 0;
}
/* =============================================
   PROPERTY LIST CARD — vista compacta < 1250px
   ============================================= */
.propertyListCardGrid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.propertyListCard {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 0.74px solid rgba(0, 39, 82, 0.08);
  border-radius: 14px;
  padding: 12px 14px 12px 12px;
  cursor: pointer;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  box-shadow: 0 1px 4px 0 rgba(0, 39, 82, 0.06);
}
.propertyListCard:hover {
  box-shadow: 0 4px 16px rgba(0, 39, 82, 0.1);
  border-color: #b8cfe6;
}
.propertyListCardCheck {
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.propertyListCardImgWrap {
  flex-shrink: 0;
  position: relative;
  width: 105px;
  height: 105px;
  overflow: hidden;
  background: #e8edf3;
}
.propertyListCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.propertyListCardImgPlaceholder {
  width: 100%;
  height: 100%;
  background: #e8edf3;
}
.propertyListCardBody {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.propertyListCardTopRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.propertyListCardMls {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #002752;
}
.propertyListCardAddress {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  color: #334155;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyListCardCity {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18.75px;
  letter-spacing: 0px;
  color: #6B7280
}
.propertyListCardChips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}
.propertyListCardChip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 9px;
  border-radius: 20px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  color: #374151;
  white-space: nowrap;
}
.propertyListCardActions {
  flex-shrink: 0;
  align-self: center;
}
/* Fila tipo + selector (cuando chips ocultos) */
.headerPropertySearchTypeRow {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Contenedor de acciones + select de rows */
.headerPropertySearchActionsRow {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Select de rows por página */
.headerPropertySearchPageSelect {
  border-radius: 8px;
  padding: 0 5px;
  font-size: 15px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  height: 30px;
  max-width: 190px;
  min-width: 56px;
  cursor: pointer;
  box-sizing: border-box;
  color: #002752;
  background-color: #fff;
  border: 1px solid #ced4da;
}
/* Íconos de vista compactos (< 1285px, no mobile) */
.headerPropertySearchIcon {
  cursor: pointer;
  color: #757575;
  transition: color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.headerPropertySearchIcon--active {
  color: #002752;
}
/* Botón "Filtros" visible solo en mobile */
.headerPropertySearchFilterBtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #fff;
  color: #002752;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.headerPropertySearchFilterBtn:hover {
  border-color: #1dca97;
  background-color: rgba(29, 202, 151, 0.06);
}
/* Backdrop semitransparente detrás del panel de filtros mobile */
.filterListingsMobileBackdrop {
  display: none;
}
/* Bloque de error del mapa */
.houseMapErrorBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 20px;
  z-index: 10;
  text-align: center;
  min-width: 220px;
}
.houseMapErrorTitle {
  color: #dc3545;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.houseMapErrorMsg {
  color: #6c757d;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.houseMapErrorRetryBtn {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
/* Mapa parcial (isSearch activo fuera de propertySearch layout) */
.houseMapWrap--partial {
  width: 75%;
}
/* TWmagic button */
.twMagicBtn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 26px;
  padding: 5px 10px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(135deg, #1E3A5F 0%, #1D4ED8 100%);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.44px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(30, 58, 95, 0.30);
  transition: opacity 0.2s, box-shadow 0.2s;
  margin-bottom: 5px
}
.twMagicBtn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  box-shadow: none;
}
.twMagicBtn__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: white;
  margin-top: 5px
}
.twMagicBtn__label {
  font-family: Poppins, sans-serif;
  font-weight: 10;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.44px;
  text-align: center;
  color: #fff;
}
.twMagicBtn__tw {
  font-weight: 600;
  font-style: normal;
}
.drawerMiniPaginator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  border-top: 1px solid #e5e9ef;
  flex-shrink: 0;
}
.drawerMiniPaginatorBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  background: #fff;
  color: #002752;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.drawerMiniPaginatorBtn:hover:not(:disabled) {
  background: #f0f4fa;
  border-color: #002752;
}
.drawerMiniPaginatorBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.drawerMiniPaginatorText {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #002752;
  min-width: 56px;
  text-align: center;
}
.propertyTableActionsBackdrop {
  position: fixed;
  inset: 0;
  z-index: 10049;
}
.propertyHistoryTitle {
  font-weight: 600;
  font-size: 16px;
  color: #002752;
}
.propertyHistoryEvent {
  font-weight: 600;
  color: #002752;
}
.propertyHistorySource {
  color: #6c757d;
}
.propertyDetailFullWidthCol {
  grid-column: span 3;
}
.propertyDetailDetailsTag {
  cursor: pointer;
}
.propertyDetailSummary {
  font-weight: 600;
  font-size: 12px;
  color: #1a82d8;
  outline: none;
  margin-bottom: 8px;
}
.propertyDetailFeaturesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.propertyDetailFeatureItem {
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 4px;
}
.propertyDetailFeatureLabel {
  font-size: 11px;
  color: #64748b;
}
.propertyDetailFeatureValue {
  font-size: 12px;
  font-weight: 500;
}
.propertyDetailTaxScroll {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 8px;
}
.propertyDetailTaxTable {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}
.propertyDetailTaxTableHeader {
  border-bottom: 2px solid #e2e8f0;
  text-align: left;
  color: #475569;
}
.propertyDetailTaxTh {
  padding: 4px 8px;
}
.propertyDetailTaxTableRow {
  border-bottom: 1px solid #f1f5f9;
}
.propertyDetailTaxTdYear {
  padding: 6px 8px;
  font-weight: 600;
}
.propertyDetailTaxTd {
  padding: 6px 8px;
}
.valuationSummaryMetricsRent {
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}
.valuationMetricValueRent {
  color: #10B981;
}
/* TWMagic Result Modal Custom styles */
.twMagicModalDialog {
  max-width: 709px;
  width: 92%;
  margin: 1.75rem auto;
}
.twMagicModalContent {
  background: #FFFFFF;
  box-shadow: 0px 24px 64px -12px rgba(15, 31, 61, 0.22), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: none;
  height: 830px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 30px 30px;
  gap: 10px;
  overflow: hidden;
}
/* Let's override Header and Body inside twMagicModalContent */
.twMagicModalContent .modal-header {
  padding: 0;
  border-bottom: none;
  width: 100%;
  align-items: center;
  flex-shrink: 0;
}
.twMagicModalContent .modal-body {
  padding: 10px 10px 0 0;
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  /* Mismo scroll que el resto del sistema (ver regla global "*" arriba en este archivo) */
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color-hard) white;
}
.twMagicModalContent .modal-body::-webkit-scrollbar {
  width: 6px;
}
.twMagicModalContent .modal-body::-webkit-scrollbar-track {
  background: white;
  border-radius: 999px;
}
.twMagicModalContent .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--hover-color-hard);
  border-radius: 999px;
}
.twMagicModalContent .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: var(--hover-color);
}
/* Custom Figma Valuation Styling — header-rvm-color-variant */
.valuationTopCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  gap: 15px;
  width: 100%;
  filter: drop-shadow(0px 12px 32px rgba(15, 31, 61, 0.06));
  border-radius: 20px;
  background: #ffffff;
}
/* Figma — Subject-Meta-Row action buttons */
.valuationPanelActions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.valuationPrintBtn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #1587B5;
  white-space: nowrap;
  transition: background 0.18s, border-color 0.18s;
}
.valuationPrintBtn:hover {
  background: #EFF6FF;
  border-color: #BFDBFE;
}
.valuationRefreshBtn {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: #002752;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  white-space: nowrap;
  transition: background 0.18s;
}
.valuationRefreshBtn:hover:not(:disabled) {
  background: #003875;
}
.valuationRefreshBtn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.valuationRefreshAvailability {
  display: block;
  max-width: 190px;
  font-size: 11px;
  line-height: 1.35;
  color: #6a7282;
  text-align: right;
}
.valuationCloseBtn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #39393A;
}
/* ── Subject-Meta-Row ─────────────────────────────────────────── */
.valuationSubjectMetaRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 20px;
  gap: 20px;
  width: 100%;
  min-height: 42px;
}
.valuationSubjectLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
}
.valuationSubjectTitleRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.valuationSubjectId {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #39393A;
  white-space: nowrap;
  flex-shrink: 0;
}
.valuationStatusBadge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 8px;
  border-radius: 10px;
  flex-shrink: 0;
}
.valuationStatusBadge--active   { background: #D1FAE5; }
.valuationStatusBadge--inactive { background: #FEE2E2; }
.valuationStatusBadgeText {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #065F46;
}
.valuationStatusBadge--inactive .valuationStatusBadgeText { color: #991B1B; }
.valuationMlsLine {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #475569;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ── Fintech-KPI-Grid ─────────────────────────────────────────── */
.valuationKpiGrid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  width: 100%;
  min-height: 82px;
}
.valuationKpiCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 16px;
  flex: 1 1 0;
  min-width: 0;
  border-right: 1px solid rgba(117, 117, 117, 0.1);
}
.valuationKpiCard:last-child { border-right: none; }
.valuationKpiLabel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2px;
}
.valuationKpiLabel--rvm      { color: #002752; }
.valuationKpiLabel--gama     { color: #475569; }
.valuationKpiLabel--conf     { color: #92400E; }
.valuationKpiLabel--estimado { color: #065F46; }
.valuationKpiLabel--renta    { color: #5B21B6; }
.valuationKpiValue {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #39393A;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.valuationKpiStarsRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  height: 34px;
  flex-wrap: nowrap;
}
.valuationKpiRatingNum {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #92400E;
  flex-shrink: 0;
}
.valuationKpiSubtext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}
.valuationKpiSubtext--rvm      { color: #39393A; }
.valuationKpiSubtext--gama     { color: #94A3B8; }
.valuationKpiSubtext--conf     { color: #92400E; }
.valuationKpiSubtext--estimado { color: #065F46; }
.valuationKpiSubtext--renta    { color: #5B21B6; }
/* ── Frame 261: Engine Logo + Alert Banners ───────────────────── */
.valuationEngineRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  gap: 15px;
  width: 100%;
  min-height: 66px;
}
.valuationEngineRowLogo {
  width: 136px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}
/* Logo cuadrado (ej. Property Intelligence Plus, 1024x1024): la caja angosta de
   136x48 pensada para wordmarks lo dejaba minúsculo (contain lo reduce a 48x48
   con mucho espacio vacío). Esta caja cuadrada aprovecha la altura de la fila. */
.valuationEngineRowLogo--square {
  width: 95px;
  height: 95px;
}
.valuationEngineRowLogoText {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #002752;
  flex-shrink: 0;
}
.valuationBannersSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 66px;
}
.valuationBanner {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 16px;
  gap: 12px;
  width: 100%;
  min-height: 28px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.valuationBanner--warning {
  background: #FEF3C7;
  border: 1px solid #FDE68A;
  color: #92400E;
}
.valuationBanner--info {
  background: #EFF6FF;
  border: 1px solid #DBEAFE;
  color: #1E40AF;
}
.valuationBanner--danger {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #991B1B;
}
.valuationBannerIcon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.valuationTierNote {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #475569;
  margin: 0;
}
.valuationDescriptionText {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #475569;
  margin: 4px 20px;
}
.valuationStarsContainer {
  display: flex;
  align-items: center;
  height: 24px;
}
/* Custom Google Maps InfoWindow Card */
.mapPopupCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px;
  gap: 8px;
  width: 344px;
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}
.mapPopupHeader {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
.mapPopupTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.mapPopupDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.mapPopupTitleText {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #002752;
}
.mapPopupClose {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #6B7280;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s, color 0.2s;
}
.mapPopupClose:hover {
  background-color: #f3f4f6;
  color: #374151;
}
.mapPopupPrice {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 12px;
  width: 100%;
  height: 52px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.mapPopupPriceLabel {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #6B7280;
  font-weight: 400;
  margin-bottom: 2px;
}
.mapPopupPriceValue {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #002752;
  line-height: 1.2;
}
.mapPopupAddress {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px;
}
.mapPopupAddressStreet {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #002752;
}
.mapPopupAddressCity {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6B7280;
  font-weight: 400;
}
.mapPopupMetrics {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 28px;
}
.mapPopupBadge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 3px;
  flex: 1;
  height: 28px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.mapPopupBadgeValue {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #002752;
}
.mapPopupBadgeLabel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #6B7280;
}
.mapPopupLocation {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #6B7280;
  font-weight: 400;
  margin-top: 2px;
}
/* CLASES NUEVAS DE SECCIÓN DE SIDEBAR */
.sidebarNav {
  height: 100vh;
  width: 76px;
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  box-sizing: border-box;
  transition: width 0.5s;
}
.sidebarNav[data-expanded="true"] {
  width: 250px;
}
.sidebarNav[data-variant="dark"] {
  background-color: #002752;
  border-right: 1px solid #D4DEEB99;
}
.sidebarNav[data-variant="light"] {
  background-color: #ffffff;
  border-right: 1px solid #D4DEEB99;
}
.sidebarLogo {
  display: block;
  width: 46px;
  height: 46px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 8px;
  align-self: flex-start;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: margin-left 0.5s;
}
.sidebarNav[data-expanded="true"] .sidebarLogo {
  margin-left: 0;
}
.sidebarNav[data-variant="dark"] .sidebarLogo {
  background-color: #ffffff;
}
.sidebarNav[data-variant="light"] .sidebarLogo {
  background-color: #002752;
}
.sidebarItemLabel {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-left: 12px;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  opacity: 0;
  transition: opacity 0.2s;
}
.sidebarItemLabel.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.sidebarNav[data-variant="dark"] .sidebarItemLabel {
  color: #ffffff;
}
.sidebarNav[data-variant="light"] .sidebarItemLabel {
  color: #002752;
}
.sidebarItemRow {
  justify-content: flex-start;
}
.sidebarItemContainer {
  margin: 5px 0px 5px 10px;
  height: 33px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 8px;
  border-left: 3px solid transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: width 0.5s, max-width 0.5s, min-width 0.5s, background-color 0.2s, margin-left 0.5s;
}
.sidebarNav[data-expanded="true"] .sidebarItemContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-right: 14px;
}
.sidebarItemContainerActive {
  background-color: var(--nav-hover-light);
  border-left-color: #1DCA97;
}
.sidebarNav[data-variant="light"] .sidebarItemContainer:hover {
  background-color: var(--nav-hover-light);
  border-left-color: #1DCA97;
}
.sidebarNav[data-variant="dark"] .sidebarItemContainer:hover {
  background-color: var(--nav-hover-dark);
  border-left-color: #1DCA97;
}
.sidebarNav[data-variant="dark"] .sidebarItemContainer.sidebarItemContainerActive {
  background-color: var(--nav-hover-light);
  border-left-color: #1DCA97;
}
.sidebarIconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  min-width: 37px;
  height: 36px;
}
.sidebarIconImg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.sidebarNav[data-variant="dark"] .sidebarIconImg {
  filter: brightness(0) saturate(100%) invert(100%);
}
.sidebarHomeItem,
.sidebarScroll {
  box-sizing: border-box;
  padding-right: 19px;
}
.sidebarHomeItem {
  flex: none;
  margin-bottom: 0px;
}
.sidebarScroll {
  flex: 1;
  min-height: 0;
  margin-bottom: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.sidebarNav[data-variant="dark"] .sidebarScroll {
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}
.sidebarNav[data-variant="light"] .sidebarScroll {
  scrollbar-color: rgba(0, 39, 82, 0.3) transparent;
}
.sidebarScroll::-webkit-scrollbar {
  width: 5px;
}
.sidebarScroll::-webkit-scrollbar-track {
  background: transparent;
}
.sidebarNav[data-variant="dark"] .sidebarScroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 999px;
}
.sidebarNav[data-variant="light"] .sidebarScroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 39, 82, 0.3);
  border-radius: 999px;
}
.sidebarScroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.sidebarThemeSwitchWrapper {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.sidebarNav[data-variant="light"] .sidebarThemeSwitchWrapper {
  border-top: 2px solid #D4DEEB;
}
.sidebarNav[data-variant="dark"] .sidebarThemeSwitchWrapper {
  border-top: 2px solid #7C93AC;
}
.sidebarThemeSwitch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 30px;
  min-width: 56px;
  border-radius: 16px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  box-sizing: border-box;
}
.sidebarThemeSwitch[data-variant="light"] {
  background: #E8F0F7B2;
  border-color: #D4DEEB99;
}
.sidebarThemeSwitch[data-variant="dark"] {
  background: #041A2D;
  border-color: #1F3D5C99;
}
.sidebarThemeSwitchOption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.sidebarThemeSwitch[data-variant="dark"] .sidebarThemeSwitchOption.active {
  background-color: #1DCA9780;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.1);
}
.sidebarThemeSwitch[data-variant="light"] .sidebarThemeSwitchOption.active {
  background-color: #1DCA974D;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.2);
}
.sidebarThemeSwitchIcon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
/* Light mode: ícono activo azul (color nativo del SVG), inactivo gris tenue */
.sidebarThemeSwitch[data-variant="light"] .sidebarThemeSwitchIcon.active {
  filter: none;
}
.sidebarThemeSwitch[data-variant="light"] .sidebarThemeSwitchIcon:not(.active) {
  filter: brightness(0) saturate(100%) invert(66%) sepia(11%) saturate(478%) hue-rotate(178deg) brightness(91%) contrast(88%);
}
/* Dark mode: ícono activo blanco, inactivo celeste claro para contraste sobre el fondo oscuro */
.sidebarThemeSwitch[data-variant="dark"] .sidebarThemeSwitchIcon.active {
  filter: brightness(0) invert(1);
}
.sidebarThemeSwitch[data-variant="dark"] .sidebarThemeSwitchIcon:not(.active) {
  filter: brightness(0) saturate(100%) invert(66%) sepia(11%) saturate(478%) hue-rotate(178deg) brightness(91%) contrast(88%);
}
.sidebarThemeSwitchClosed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.sidebarThemeSwitchClosed[data-variant="dark"] {
  background-color: #041A2D;
}
.sidebarThemeSwitchClosed[data-variant="light"] {
  background-color: #E8F0F7B2;
}
.sidebarThemeSwitchInnerCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.sidebarThemeSwitchClosed[data-variant="dark"] .sidebarThemeSwitchInnerCircle {
  background-color: #1DCA9780;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.1);
}
.sidebarThemeSwitchClosed[data-variant="light"] .sidebarThemeSwitchInnerCircle {
  background-color: #1DCA974D;
  box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.2);
}
.sidebarThemeSwitchClosed[data-variant="dark"] .sidebarThemeSwitchIcon {
  filter: brightness(0) invert(1);
}
.sidebarThemeSwitchClosed[data-variant="light"] .sidebarThemeSwitchIcon {
  filter: none;
}
/* ========== CLASES NUEVAS DE SECCIÓN DE TOPBAR ========== */
.topbar[data-variant="dark"] {
  background-color: #002752;
  border-bottom: 1px solid #D4DEEB99;
}
.topbar[data-variant="light"] {
  background-color: #ffffff;
  border-bottom: 1px solid #D4DEEB99;
}
/* Volver atrás: primer elemento de la barra superior, antes del buscador.
   Al vivir en el flujo de la barra queda siempre en el mismo lugar y se adapta
   al ancho sin superponerse a ningún otro elemento. */
.topbarBackBtn {
  /* Caja fija y centrada respecto de la barra, alineada con el buscador. */
  flex: none;
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  padding: 5px;
  margin: 0 10px 0 4px;
  align-self: center;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.2s, background-color 0.2s;
}
.topbarBackBtn:hover {
  transform: scale(1.1);
}
.topbar[data-variant="dark"] .topbarBackBtn {
  color: #ffffff;
}
.topbar[data-variant="dark"] .topbarBackBtn:hover {
  background-color: var(--nav-hover-dark);
}
.topbar[data-variant="light"] .topbarBackBtn {
  color: #002752;
}
.topbar[data-variant="light"] .topbarBackBtn:hover {
  background-color: var(--nav-hover-light);
}
/* SuperSearch */
.topbarSearchWrapper {
  width: 100%;
}
.topbar .topbarSearchInputContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.topbarSearchIcon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.topbar .topbarSearchInput {
  width: 100%;
  min-width: 0;
  height: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background: #F1F5F9;
  padding-left: 36px;
  padding-right: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #002752;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topbar .topbarSearchInput::placeholder,
.topbar .topbarSearchInput::-webkit-input-placeholder,
.topbar .topbarSearchInput::-moz-placeholder,
.topbar .topbarSearchInput:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #CBD5E1;
  opacity: 1;
}
.topbar .topbarSearchInput:hover {
  border: 1px solid #E2E8F0;
  outline: none;
}
.topbar .topbarSearchInput:focus {
  border: 2px solid #E2E8F0;
  outline: none;
}
/* Transacciones / Clientes / Formularios */
.topbarNavItem {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 4px;
  padding: 4px 8px 8px 8px;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  transition: background-color 0.2s;
}
.topbar[data-variant="light"] .topbarNavItem {
  color: #002752;
}
.topbar[data-variant="dark"] .topbarNavItem {
  color: #ffffff;
}
.topbar[data-variant="light"] .topbarNavItem:hover {
  background-color: var(--nav-hover-light);
}
.topbar[data-variant="dark"] .topbarNavItem:hover {
  background-color: var(--nav-hover-dark);
}
.topbarNavItemActive {
  font-weight: 600;
}
.topbarNavItemActive::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #1DCB98;
}
.topbarNavItemsGroup {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
}
/* Logo MTH */
.topbarMthLink {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.topbarMthLogo {
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.topbar[data-variant="dark"] .topbarMthLogo {
  filter: brightness(0) saturate(100%) invert(100%);
}
/* Cluster de iconos: flecha, notificaciones, configuración, punch, logout */
.topbarIconCluster {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
}
.topbarIconBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  box-sizing: border-box;
  border-radius: 8px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.topbar[data-variant="light"] .topbarIconBtn:hover,
.topbar[data-variant="light"] .topbarIconBtn:active,
.topbar[data-variant="light"] .topbarIconBtn:focus {
  background-color: var(--nav-hover-light);
  box-shadow: none;
  scale: 1;
}
.topbar[data-variant="dark"] .topbarIconBtn:hover,
.topbar[data-variant="dark"] .topbarIconBtn:active,
.topbar[data-variant="dark"] .topbarIconBtn:focus {
  background-color: var(--nav-hover-dark);
  box-shadow: none;
  scale: 1;
}
.topbarIconBtnPunch {
  background-color: var(--nav-hover-light);
}
.topbar[data-variant="dark"] .topbarIconBtnPunch:hover,
.topbar[data-variant="dark"] .topbarIconBtnPunch:active,
.topbar[data-variant="dark"] .topbarIconBtnPunch:focus {
  background-color: var(--nav-hover-light);
}
.topbarBreakIcon {
  cursor: pointer;
  margin-left: 8px;
}
.topbarIconImg {
  width: 20px;
  height: 20px;
  color: #002752;
}
.topbar[data-variant="dark"] .topbarIconImg {
  filter: brightness(0) saturate(100%) invert(100%);
}
/* Separador + bloque de usuario */
.topbarDivider {
  width: 1px;
  height: 42px;
  background-color: #E2E8F0;
  margin: 0 12px;
}
.topbar[data-variant="dark"] .topbarDivider {
  background-color: rgba(255, 255, 255, 0.2);
}
.topbarAvatarCircle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.topbar[data-variant="light"] .topbarAvatarCircle {
  background-color: #002752;
}
.topbar[data-variant="dark"] .topbarAvatarCircle {
  background-color: #ffffff;
}
.topbarAvatarPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topbarAvatarInitial {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
.topbar[data-variant="light"] .topbarAvatarInitial {
  color: #ffffff;
}
.topbar[data-variant="dark"] .topbarAvatarInitial {
  color: #002752;
}
.topbarUserName {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  margin: 0 0 4px 0;
}
.topbar[data-variant="light"] .topbarUserName {
  color: #002752;
}
.topbar[data-variant="dark"] .topbarUserName {
  color: #ffffff;
}
.topbarUserRole {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  margin: 0;
}
/* Menu de Apps y Pages (LinksStandart) */
.topbarAppsMenuTitle {
  margin: 0 0 5px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #002752;
}
.containerExemptions a {
  color: #002752;
}
/* Notificaciones (HomeNotifications) */
.topbarNotificationRow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #E2E8F0;
  box-shadow: 0 1px 0 rgba(0, 39, 82, 0.04);
}
.topbarNotificationRow:last-child {
  border-bottom: none;
  box-shadow: none;
}
.topbarNotificationIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.topbarNotificationBody {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.topbarNotificationTitle {
  font-family: "Montserrat";
  font-size: 14px;
  color: #002752;
  margin: 0;
}
.topbarNotificationDesc {
  font-family: "Montserrat";
  font-weight: bold;
  color: gray;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.topbarNotificationBadgeWrap {
  flex-shrink: 0;
}
.topbarNotificationBadge {
  display: inline-block;
  font-size: 12px;
  border-radius: 10px;
  padding: 2px 10px;
  font-family: "Montserrat";
  font-weight: bold;
  color: white;
  min-width: 70px;
  text-align: center;
}
.propertyShareTypeSelector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8edf3;
}
.propertyShareTypeLabel {
  color: #475569;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.propertyShareTypeToggle {
  display: flex;
  background-color: #f1f5f9;
  padding: 2px;
  border-radius: 6px;
}
.propertyShareTypeBtn {
  border: none;
  background: transparent;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.propertyShareTypeBtn.active {
  background-color: #ffffff;
  color: #002752;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.propertyResultsDropdownContainer {
  position: relative;
  display: inline-block;
}
.propertyResultsDropdownBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: transparent;
}
.propertyResultsDropdownMenu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 1000;
  min-width: 170px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: propertyDropdownFadeIn 0.15s ease-out;
}
@keyframes propertyDropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.propertyResultsDropdownItem {
  border: none;
  background: transparent;
  padding: 10px 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.15s ease;
}
.propertyResultsDropdownItem:hover {
  background-color: #f1f5f9;
  color: #002752;
}
.propertyResultsCopyLinkBtn.active {
  background-color: #001833 !important;
}@media screen and (max-width: 649px) {
  /* Flecha de volver atrás: se pega más al chrome y achica para no comerse
     el poco ancho disponible ni tapar el contenido. */
  :root {
    --app-floating-gap: 8px;
  }

  .ArrowBack {
    width: 22px;
    height: 22px;
  }

  .containerPagination {
    bottom: 5px;
  }

  .mapPinPopupCard {
    padding: 12px 12px 10px;
  }

  .mapPinPopupImageCol {
    width: 80px;
  }

  .mapPinPopupImage {
    width: 80px;
    height: 60px;
  }

  .mapPinPopupPrice {
    font-size: 15px;
    line-height: 19px;
  }

  .mapPinPopupTwrvmValue {
    font-size: 13px;
  }

  .mapPinPopupStats--compact {
    gap: 5px;
    margin-bottom: 10px;
  }

  .mapPinPopupStatCard--compact,
  .mapPinPopupStatCard.mapPinPopupStatCard--compact,
  .mapPinPopupStatCard--red.mapPinPopupStatCard--compact {
    padding: 6px 4px;
    min-height: 34px;
    gap: 4px;
  }

  .mapPinPopupStatCompactValue {
    font-size: 11px;
  }

  .mapPinPopupDetails {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 8px;
  }

  .mapPinPopupFooter {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
    margin: 0 -12px -10px;
    width: calc(100% + 24px);
  }

  .mapPinPopupActions {
    flex-direction: column;
    width: 100%;
    gap: 6px;
  }

  .mapPinPopupBtn {
    justify-content: center;
    width: 100%;
  }

  .marketingPropertyShell {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .marketingPropertyTabsRow {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-shrink: 0;
    margin: 15px 0px 10px 10px;
  }

  .marketingPropertyTabsRow::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 650px) and (max-width: 760px) {
  :root {
    --app-floating-gap: 10px;
  }

  .ArrowBack {
    width: 23px;
    height: 23px;
  }

  .marketingPropertyShell {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .marketingPropertyTabsRow {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-shrink: 0;
    margin: 15px 0px 10px 10px;
  }

  .marketingPropertyTabsRow::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 761px) and (max-width: 851px) {
  :root {
    --app-floating-gap: 12px;
  }

  .containerSuperSearch > section {
    flex-basis:230px;
    min-width: 230px;
  }
  .topbarDivider {
    margin: 0 4px;
  }

  .containerAppsAndCardInfo,
  .containerAppsAndCardInfoTC {
    gap: 8px;
  }

  .topbarIconCluster {
    gap: 2px;
  }

  .topbarIconBtn {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .topbarIconImg {
    width: 16px;
    height: 16px;
  }

  .containerTopNav {
    gap: 6px;
  }

  .containerTopNavText {
    padding: 2px;
  }

  .topbarAvatarCircle {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .topbarUserName,
  .topbarUserRole {
    font-size: 11px;
    max-width: 80px;
  }

  .containerPhotos {
    width: 100% !important;
    margin: 0 !important;
  }

  /* Botón "Buscar propiedades" — centrado, tamaño compacto */
  .housePhotosListBtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    margin: 0 auto 10px;
    align-self: center;
    border: 1.5px solid #002752;
    border-radius: 8px;
    background: white;
    color: #002752;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .housePhotosListBtn:hover {
    background: #002752;
    color: white;
  }

  /* sectionResponsiveDetail en mobile: column para que el botón quede arriba */
  .sectionResponsiveDetail {
    flex-direction: column;
    align-items: stretch;
  }
  .containerPagination {
    bottom: 5px;
  }

  .similarGrid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* --- Shell: pantalla completa --- */
  .marketingPropertyShell {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  /* --- Tabs: texto pequeño, no se oculta, sin colapso --- */
  .marketingPropertyTabsRow {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-shrink: 0;
    margin: 15px 0px 10px 10px;
  }

  .marketingPropertyTabsRow::-webkit-scrollbar {
    display: none;
  }

  .custom-tab-link {
    font-size: 12px;
    padding: 6px 8px;
    gap: 4px;
    white-space: nowrap;
  }

  .custom-tab-link-icon {
    font-size: 14px;
    flex-shrink: 0;
  }

  /* --- Header row: margen mínimo para ganar espacio al mapa --- */
  .propertySearchHeaderRow {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 6px;
  }

  /* --- Toolbar mobile: fila única sin wrap --- */
  .headerPropertySearchToolbar--mobile {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
    padding: 2px 0;
  }

  .headerPropertySearchTypeRow {
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden;
  }

  /* Label de tipo oculto — solo queda el selector */
  .headerPropertySearchText {
    display: none;
  }

  .headerPropertySearchActionsRow {
    gap: 8px;
    flex-shrink: 0;
    align-items: center;
  }

  /* Íconos de secciones (mapa/foto/lista/detalle/historial): alineados y con gap uniforme */
  .headerPropertySearchActions {
    gap: 8px;
    align-items: center;
  }

  /* Todos los íconos de acción: mismo tamaño y alineación vertical */
  .headerPropertySearchIcon--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
  }

  .headerPropertySearchIcon--mobile.headerPropertySearchIcon--active {
    color: #002752;
    background-color: rgba(29, 202, 151, 0.08);
    border: 0.67px solid rgba(29, 202, 151, 0.25);
    border-radius: 8px;
    padding: 3px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
  }

  .filterListingsHeaderToggleBtn.sidebarToggleBtn {
    display: none;
  }

  /* El Dropdown del historial también debe alinearse igual */
  .headerPropertySearchActions .dropdown .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 1;
  }

  /* --- Backdrop del panel de filtros --- */
  .filterListingsMobileBackdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 299;
    background-color: rgba(15, 23, 42, 0.45);
  }

  /* --- Panel filtros Map/Edit Search: misma especificidad que --list (0,3,0) --- */
  .containerFilterHouseListings.filterListingsPanel:not(.filterListingsPanel--list) {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 350px;
    max-width: calc(100vw - 90px);
    height: 650px;
    min-height: 650px;
    max-height: 700px;
    z-index: 300;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 8px 40px rgba(0, 39, 82, 0.22);
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  /* Abierto */
  .containerFilterHouseListings.filterListingsPanel:not(.filterListingsPanel--list).filterListingsPanel--mobileOpen {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* Colapsado no aplica en mobile */
  .containerFilterHouseListings.filterListingsPanel:not(.filterListingsPanel--list).filterListingsPanel--collapsed {
    display: none;
  }

  /* --- Mapa: padding lateral y bottom para que no toque bordes --- */
  .propertySearchMapShell {
    flex: 1;
    padding: 0px 30px 30px 30px;
    box-sizing: border-box;
  }

  /* Badge de conteo compacto */
  .propertySearchMapCountBadge {
    font-size: 11px;
    padding: 6px 10px;
    left: 40px;
    bottom: 54px;
  }

  /* --- MAP PIN POPUP — mobile < 849px --- */
  .mapPinPopupPublished {
    display: none;
  }

  .mapPinPopupCard {
    padding: 14px 16px 12px;
    max-width: 100%;
  }

  .mapPinPopupHeader {
    gap: 14px;
    padding-right: 26px;
  }

  .mapPinPopupImageCol {
    width: 110px;
  }

  .mapPinPopupImage {
    width: 110px;
    height: 82px;
  }

  .mapPinPopupPrice {
    font-size: 17px;
    line-height: 21px;
  }

  .mapPinPopupTwrvmValue {
    font-size: 14px;
  }

  .mapPinPopupDetails {
    gap: 12px;
    margin-bottom: 10px;
  }

  .mapPinPopupDetailRow {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .mapPinPopupColTitle {
    font-size: 10px;
  }

  .mapPinPopupFooter {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin: 0 -16px -12px;
    width: calc(100% + 32px);
  }

  .mapPinPopupAgent {
    flex: 1;
    min-width: 0;
  }

  .mapPinPopupAgentInfo span {
    max-width: 100%;
  }

  .mapPinPopupActions {
    flex-direction: column;
    flex-shrink: 0;
    gap: 6px;
  }

  .mapPinPopupBtn {
    justify-content: center;
    font-size: 12px;
    padding: 7px 12px;
    white-space: nowrap;
  }

  /* Lista lateral no aplica en mobile */
  .houseMapWrap--partial {
    width: 100%;
  }
  .tablet-sign-agreement-root {
    min-height: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    padding: 10px 12px 8px !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 39, 82, 0.12);
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar .btn {
    min-height: 44px;
    flex-shrink: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-content {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }

  /* El agentCard pasa a ancho automático y se apila debajo */
  .propertyAgentCard {
    width: 100%;
    min-width: 0;
  }

  .propertyAgentCardHeader {
    width: 100%;
  }

  /* El header block apila imagen + info + agentCard en columna */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  /* La imagen ocupa todo el ancho disponible */
  .propertyReportMainImgContainer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 220px;
  }

  /* El grid de 4 columnas pasa a 2 */
  .propertyReportGrid4x3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Las secciones de cols5/6 pasan a 3 */
  .propertyDetailSectionBody.cols5,
  .propertyDetailSectionBody.cols6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .modal-image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .similarGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .modal-image-container img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .containerPagination {
    bottom: 8px;
  }

  .containerTabsUsers {
    width: 34%;
  }

  .divWhiteData {
    min-height: 100px;
  }

  .divRelativeHeaderSettings {
    bottom: 5%;
  }

  .containerInfoUser {
    margin-right: 10px;
  }

  .labelTimeLineOnb {
    font-size: 11px;
  }

  .photoUserProfileSmall {
    min-width: 45px;
  }

  .custom-table.small-td tbody td {
    font-size: 13px;
  }

  .custom-table thead th {
    font-size: 13px;
    white-space: nowrap;
  }

  .containerPhotos {
    width: 95%;
    margin: 15px 0px 0px 12px;
  }

  .sectionResponsiveDetail {
    display: block;
    overflow-y: auto;
  }

  .containerDetailProperties {
    width: 100%;
  }

  .containerTableHouses {
    width: 98%;
  }

  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }

  .imgDetailProperties {
    max-height: 250px;
    width: 98%;
    border-radius: 10px;
    margin: 10px;
  }

  .containerPropertySearch {
    height: 84%;
  }

  .divEventsType {
    margin: 0px 0px 0px 10px;
  }

  .btnsCalendarHome {
    width: 40px;
    font-size: 11px;
  }

  .containerClosed {
    margin-bottom: 20px;
  }

  .containerDisbursement {
    display: block;
    height: 100%;
  }

  .tableDisbursementDiv {
    width: 90%;
    margin: 4% 0px 0px 5%;
  }

  .containerInfoDisbursement {
    width: 90%;
    margin-left: 5%;
  }

  .containerInputNoteV2 {
    margin: 0px 0px 50px 30px;
  }

  .inputClientMoney {
    max-width: 100px;
  }

  .itemClientSub {
    font-size: 12px;
  }

  .tapBottomTimeLineEsp {
    height: 45px;
    width: 45px;
  }

  .tapBottomSmallOffEsp {
    height: 45px;
    width: 45px;
  }

  .cardsInfoUserEsp {
    margin: 10px;
    width: 100%;
  }

  .containerCardsLandingPage {
    flex-direction: column;
  }

  .cardsLandingPage {
    width: 70%;
    margin-right: 2%;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 30px;
  }

  .filesImgsContainerTREsp {
    height: 300px;
  }

  .showSectionsTransEsp {
    display: block;
  }

  .linksResp {
    margin-left: 5px;
  }

  .tapBottomSmallText {
    font-size: 11px;
  }

  .tapBottomTimeLine {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nameClient {
    font-size: 13px;
  }

  .btn-white {
    width: auto;
    font-size: 10px;
  }

  .divHeaderTransaction {
    width: 38%;
    text-align: center;
  }

  .containerSectionsTimeLine {
    min-width: 70%;
  }

  .TitleSectionTransaction {
    font-size: 13px;
  }

  .custom-tab-link {
    font-size: 13px;
    font-family: Montserrat;
    color: gray;
    padding: 0.2rem 0.9rem;
  }

  .containerClientData .containerTooltipsClients {
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
  }

  .containerSectionShare {
    padding: 20px;
    margin-top: 20px;
  }

  .containerInputAddress {
    margin-left: 0px;
  }

  .PAYselect3 {
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    font-size: 11px;
  }

  .subContainerInputs {
    margin-bottom: 5px;
  }

  .containerBtnTransaction {
    margin-left: 0px;
    margin-top: 15px;
  }

  /*-----HOME PAGE-----*/
  .titleNavHomePage {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 14px;
    white-space: wrap;
  }

  .textDirectionAndNumberHomePage {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 12px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    height: 80%;
  }

  .btn-primaryHome {
    min-width: 80px;
  }

  .textPhoneHomePage {
    margin-left: 15px;
  }

  .videoHomePage {
    min-width: 20rem;
    max-width: 22rem;
  }

  .titlesAboutHomePage {
    font-size: 15px;
  }

  .textImagesHomePage {
    font-size: 12.5px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .imgCasasShowing {
    width: 30rem;
  }

  .imgClientsHomePage {
    margin: 20px 0px 10px 0px;
    width: 45rem;
    height: 160px;
  }

  .containerLastImagesHomePage {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }

  .lastImagesHomePage {
    width: 42rem;
    margin-bottom: 30px;
    height: 18rem;
  }

  .clientTypeImageHomePage {
    width: 35rem;
    height: 300px;
  }

  /*----------------------------------------*/

  .smallWidth .commonSelect,
  .smallWidth .commonSelectSmall,
  .smallWidth .commonSelectFilter {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    white-space: nowrap;
  }

  .commonSelect {
    width: 155px;
    max-width: 155px;
    min-width: 155px;
  }

  .css-1fdsijx-ValueContainer {
    padding: 0px !important;
  }

  /* CLIENT SECTION - TABLE */
  .subContainerFixed {
    width: 85vw;
    padding: 30px 10px 10px 10px;
    max-height: 66vh;
  }

  .subContainerFixedBig {
    padding: 30px 0px 10px 10px;
    width: 98%;
    max-height: 75vh;
    overflow-y: auto;
  }

  /* ----- PREQUALIFING ----> SECTION CLIENT SUBMITION ----- */

  .containerTabs {
    width: 80vw;
    margin: 0px 2px 0px 10px !important;
  }

  .nav-item {
    font-size: 12px;
    padding-right: 0px !important;
  }

  .divContainerTabsMetrics {
    margin-left: 2%;
  }

  .subContainerLoansAndSubmition {
    width: 90%;
  }

  .subContainerSubmitionInfo {
    max-width: 30%;
    min-width: 100%;
    padding: 20px 10px 20px 10px;
  }

  .titleValueClientSubmition {
    font-size: 12.5px;
  }

  .attributeValueClientSubmition {
    padding-top: 1px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
  }

  /* ----- PREQUALIFING ----> SECTION LOANS ----- */

  .containerLoans {
    min-width: 32%;
    margin-right: 1.5rem;
  }

  /* ----- PREQUALIFING ----> SECTION LENDER FEEDBACK ----- */
  .containerBtnPDF {
    right: 52px;
    bottom: 60px;
  }

  .containerBtnSubmit {
    right: 160px;
    bottom: 60px;
  }

  .ClientSubmitionTitles {
    font-size: 13.5px;
    display: flex;
    white-space: wrap;
  }

  .Attribute {
    font-size: 13px;
  }

  /* ----- PREQUALIFING ----> SECTION EDIT CLIENT SUBMITION ----- */
  .indiceClientSubmition {
    position: absolute;
    display: contents;
    flex-direction: row;
    top: 35px;
    left: 5px;
    list-style: none;
    padding: 0;
    background-color: transparent;
  }

  .btnSaveClientSubmition {
    right: 30px;
  }

  .text-truncate {
    overflow: hidden;
    white-space: initial;
  }

  .card-title {
    font-size: 13px;
  }

  .card-text {
    font-size: 15px;
  }

  .containerCards {
    width: 15rem;
  }

  .table th {
    font-size: 11px;
  }

  .table td {
    font-size: 11px;
  }

  .btn-primary {
    min-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    height: 28px;
  }

  .btn-info {
    font-size: 11px;
  }

  .TrashIcon,
  .DashIcon {
    width: 26px;
  }

  .CheckIcon {
    width: 22px;
  }

  /*Showing*/
  .containerMyHouse {
    margin-top: -13px;
  }

  /* CARD CLIENT INFO AND TIMELINE */
  .TextMedium {
    font-size: 17px;
  }

  .clientText {
    font-size: 11px;
  }

  .clientTitle {
    font-size: 12px;
  }

  .TitleClient {
    font-size: 15px;
  }

  .TitleLead {
    white-space: nowrap;
  }

  .divPhotoClient {
    min-width: 280px;
    padding: 5px;
  }

  .dividerInfoClient {
    width: 20px;
  }

  .photoProfile {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .containerPhotoProfile {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  /* EDIT-CLIENT SECTION */
  .inputClientEdit {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    width: 133px;
    min-height: 35px;
  }

  .PAYtitleEdit {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .containerEditSection {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    margin-top: 10px;
  }

  .inputDivEdit {
    margin-right: 20px;
    height: 60px;
  }

  .containerBTN {
    display: flex;
    margin-left: -32px;
    margin-top: -110px;
  }

  /*WhatsApp section*/

  .containerContacts {
    width: 27%;
  }

  .inputContact {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: 100%;
  }

  .chatName {
    font-size: 15px;
  }

  .chatPhone {
    font-size: 13px;
    margin-left: 10px;
  }

  .PAYtitle {
    font-size: 13.5px;
  }

  .SelectAddContact {
    font-size: 12px;
    width: 150px;
  }

  .PAYbuttonText {
    font-size: 12px;
  }

  .chatNameSelect {
    font-size: 14px;
  }

  .chatStatusSelect {
    font-size: 13px;
  }

  .chatStatusSelectFrom {
    font-size: 13px;
  }

  .divButtonsClients {
    margin-right: 20px;
  }

  .containerAddClientLead {
    margin-left: 40px;
    margin-right: 20px;
  }

  .containerBtnClientsResponsive {
    margin: 10px 0.5rem 10px 0rem;
  }

  /*SHOWING*/
  .textPreviewListings {
    font-size: 14px;
  }

  .inputTextPreview {
    font-size: 13px;
    max-width: 180px;
    width: 180px;
  }

  .selectFilter {
    font-size: 13px;
    max-width: 180px;
    width: 180px;
  }

  .cardsListings {
    width: 40%;
    margin-left: 15px;
    min-width: 300px;
  }

  .imgListings {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    max-height: 95px;
    min-height: 95px;
    margin: 5px;
  }

  .img-fluid {
    object-fit: cover;
  }

  .react-responsive-modal-modal {
    min-width: 97vw;
    width: 97vw;
    margin-left: 10px;
  }

  .cardsListings {
    width: 80%;
  }

  .containerHouseInfo {
    margin-left: 0px;
    width: 100%;
  }

  .houseSelectedDiv {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }

  .HousePriceText {
    font-size: 18px;
    white-space: nowrap;
    margin-right: 35px;
    margin-bottom: 55px;
  }

  .containerBtnShareShowing {
    display: block;
    margin-bottom: 80px;
  }

  .containerImagesCarrousel {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerCardHousePropertys {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerMapHouse {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerShare {
    right: 35px;
  }

  .firstImage {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .largeImg {
    width: 90%;
    height: 90%;
    object-fit: cover;
  }

  .smallImg {
    width: 45%;
    height: 150px;
    object-fit: cover;
  }

  .mosaicImages {
    width: 50%;
  }

  .HouseInfoNav {
    width: 90%;
  }

  .SectionHouseInfoNavSelected {
    margin-right: 5px;
    font-size: 14px;
  }

  .SectionHouseInfoNav {
    margin-right: 5px;
    font-size: 14px;
  }

  .HouseAddressText {
    margin-left: 42px;
    margin-bottom: 10px;
  }

  .HouseInfoNav {
    margin-left: 8px;
  }

  .textOverview {
    font-size: 15px;
    margin-right: 10px;
  }

  .textInfoHouse {
    font-size: 15px;
  }

  .clientSubmitionTitle {
    font-size: 17px;
  }

  .addClientSubmitionText {
    min-width: 70px;

    font-size: 12px;
  }

  /*SECTION SETTINGS*/
  .bodyCard {
    display: block;
  }

  .card-text a {
    font-size: 12.5px !important;
  }

  .InformationTitleMain {
    font-size: 15px !important;
    margin-bottom: 0px;
  }

  .InformationTitleMainLang {
    color: #002752;
    font-family: "Poppins";
    font-size: 15px !important;
    font-weight: 1000;
    margin: 20px;
    margin-top: 0px;
  }

  .SwitcherP {
    font-size: 13px;
    text-align: center;
    margin-top: 2px;
  }

  .inputText {
    font-size: 15px;
  }

  .containerContactInfo {
    margin-left: 20px;
  }

  .bodyCard {
    display: block;
    margin-left: -10px;
    margin-bottom: -8px;
  }

  .containerUserType {
    margin-top: 20px;
  }

  .containerBTNSettings {
    width: 100%;
  }

  .photoUserProfile {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  /* SECTION FILES */
  .containerSectionFiles {
    display: block;
  }

  .containerFiles {
    width: 98%;
  }

  .containerSectionIframe {
    width: 95%;
    height: 90%;
    margin: 10px;
  }

  /* SECTION Emails */
  .headerEmails {
    display: block;
    height: 142px;
    margin-top: -15px;
    padding-top: 5px;
  }

  .mainInput {
    max-width: 280px;
  }

  .form-check {
    padding-right: 0px !important;
  }

  /*Section Calendar*/
  .rbc-toolbar {
    font-size: 12px;
  }

  .rbc-event-content {
    white-space: nowrap !important;
  }

  .rbc-toolbar-label {
    font-size: 15px;
  }

  .inputClient {
    max-width: 170px;
    min-width: 130px;
    font-size: 11px;
  }

  .divClientsHeader {
    margin-right: 0px;
  }

  .containerBtnInformation {
    margin-left: 35px;
  }

  .btn-warning {
    width: 110px !important;
    min-width: 100px;
  }

  .filterButtonListings {
    top: 88px;
    right: 18px;
    height: 35px;
    width: 35px;
    padding: 6px;
  }

  .titlePublicationText {
    font-size: 14px;
  }

  .linkPublicationText {
    font-size: 12.5px;
  }

  .reloadPublications {
    margin-right: 8px;
  }

  .fechaListingsCards {
    font-size: 12px;
    min-width: 130px;
  }

  .imgPublications {
    margin-right: 12px;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }

  .priceHousesMarketing {
    font-size: 16px;
  }

  .MLSHouses {
    font-size: 15px;
  }

  .cardPublications {
    width: 98%;
  }

  .overviewCards {
    font-size: 13px;
  }

  .titleOverview {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .containerOverviewCards {
    margin-left: 15px;
    height: 100%;
  }

  .containerSelectRealtor {
    margin-left: 10px;
  }

  .searchDate {
    width: 85%;
  }

  .EmailReceivedSectionsActive {
    min-width: 110px;
    font-size: 13.5px;
  }

  .EmailReceivedSections {
    min-width: 110px;
    font-size: 13.5px;
  }

  /*SECTION ADD LISTING*/
  .divButtonsAddListingsMarg {
    margin: 5px;
  }

  .btnSectionsAddListings {
    font-size: 11px;
    width: auto;
    min-width: max-content;
    height: 35px;
    white-space: nowrap;
    margin-right: 5px;
    padding: 4px;
  }

  .btnSectionsAddListingsActive {
    font-size: 11px;
    width: auto;
    min-width: max-content;
    height: 35px;
    white-space: nowrap;
    margin-right: 5px;
    padding: 4px;
  }

  .h3AddListing {
    font-size: 17px;
  }

  .subtitleAddListing {
    font-size: 15px;
    font-weight: bold;
  }

  .ulAddListing {
    font-size: 15px;
  }

  .textQuestions {
    font-size: 15px;
  }

  .subContainerFixedBigListing {
    display: block;
    height: 100%;
  }

  .divTextoAddListings {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 220px;
  }

  .contenedorPreguntasListings {
    width: 95%;
    height: max-content;
    padding-bottom: 10px;
  }

  .containerSectionAddListings {
    margin-bottom: 10px;
  }

  .textPreviewListings {
    width: 250px;
  }

  .titlesShowingPreview {
    font-size: 16px;
  }

  .containerBtnsAndTimeline {
    display: block;
    width: 95%;
    margin-top: 20px;
  }

  .clientReasonEsp {
    margin-right: 15px;
  }

  .subContainerTimeLine {
    white-space: nowrap;
    margin-top: 10px;
  }

  .containerTopSideHomePage {
    display: block;
    margin-top: 20px;
  }

  .titlesAboutHomePage {
    margin: 40px 0px 5px 0px;
  }

  .textoCabeceraHomePage {
    margin-bottom: 40px;
  }

  .iframeVideoHomePage {
    width: 700px;
    height: 350px;
  }

  .containerInputsMessages {
    display: block;
    margin-bottom: 5px;
  }

  .containerDivTemplates {
    width: 52%;
    margin-right: -20px;
  }

  .textTemplates {
    font-size: 12px;
  }

  .areaInputDisabled {
    min-width: 260px;
    max-width: 260px;
    width: 260px;
  }

  .containerMessage {
    width: 40%;
    height: 95%;
    padding: 5px;
  }

  .chatIABody {
    min-height: 250px;
  }

  .separadorBottom {
    height: 300px;
  }

  .containerBtnsTraining {
    width: 36%;
  }

  .divChatHome {
    width: 100%;
  }

  /*CONTRACTS - FORMS*/
  .contractDiv {
    width: 270px;
  }

  .containerContractsLastWeek {
    justify-content: center;
  }

  .contractText {
    font-size: 15px;
    white-space: nowrap;
  }

  .containerContractPdf {
    height: 85%;
  }

  .containerSectionsAndBtns {
    width: 40%;
    padding: 0px;
    margin-left: -20px;
    max-height: 91%;
    overflow-x: hidden;
    margin-right: 10px;
  }

  .selectFilterDiv {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .css-13cymwt-control {
    width: auto;
    font-size: 11.5px;
    max-width: 155px;
    height: 35px;
  }

  .css-t3ipsp-control {
    height: 35px;
    max-width: 155px;
    max-height: 40px;
    font-size: 11.5px;
  }

  .timelineNone {
    margin: 10px;
  }

  .titlesContracts {
    font-size: 15px;
  }

  .selectFilterDivEspecial {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
  }

  .inputTexts {
    font-size: 11px;
  }

  .divTableBigEsp {
    height: 85%;
  }

  .buttonsTransactionsDiv {
    justify-content: center;
    margin-top: 10px;
  }

  .chatBoxClient {
    width: 95%;
  }

  .sectionFilesTransactionEsp {
    display: block;
  }

  .containerTableFiles {
    width: 100%;
  }

  .filesImgsContainerTR {
    width: 90%;
    margin: 20px;
    height: 350px;
  }

  .textLandingPageEsp {
    font-size: 13px;
  }

  .btn-lightBlue {
    height: 20px;
    font-size: 13px;
  }

  .textLandingPageSub {
    font-size: 16px;
  }

  .textLandingPageCards {
    font-size: 25px;
    text-align: center;
  }

  .flip {
    margin: -80px 20px 70px 0px;
  }

  .titleInfoSection {
    font-size: 30px;
    font-family: Poppins;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .subTitleInfoSection {
    font-size: 20px;
    font-weight: 200;
    font-family: Poppins;
    margin: 10px 0px 40px 0px;
    width: 90%;
  }

  .Line1 {
    margin-bottom: -100px;
  }

  .textLeadsSmart {
    width: 90%;
    text-align: center;
  }

  .imgPeople {
    width: 90%;
    margin: 0% 6% 38% 0%;
    height: 130px;
    object-fit: fill;
  }

  .imgPeopleDiv {
    min-width: 40%;
    width: 41.5%;
  }

  .divAbsoluteImg {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 95%;
    margin-bottom: 35%;
  }

  .textWhite {
    font-size: 20px;
    width: 80%;
    margin-bottom: 10px;
  }

  .textEspecial {
    font-size: 15px;
  }

  .bottomM {
    margin-bottom: 20%;
  }

  .containerCardApp {
    width: 90%;
  }

  .linkFooter {
    font-size: 12px;
  }

  .divContainerSocialMedia {
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
  }

  .newInputSearch {
    width: 165px;
  }

  .textTimeLine {
    font-size: 10px;
  }

  .tapBottomTimeLine {
    height: 50px;
    width: 50px;
  }

  .tapBottomSmallOff {
    height: 50px;
    width: 50px;
  }

  .containerProgressBar {
    position: relative;
    bottom: 56px;
    z-index: 1;
  }

  .containerProgressBarUC {
    position: relative;
    bottom: 62px;
    z-index: 1;
    width: 90%;
    left: 30px;
  }

  .whiteDivTimeLine {
    width: 90%;
    height: 75%;
  }

  .titleClientName {
    margin: 0px 20px 0px 0px;
    font-size: 15px;
  }

  .photoProfile {
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  .containerPhotoProfile {
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  .sectionFilesTransaction {
    display: block;
  }

  .textCardTransaction {
    display: block;
    font-size: 12px;
  }

  .containerSectionsTimeLineEsp {
    width: 53%;
    right: 0px;
    top: 75px;
  }

  .containerClientDataSmall {
    width: 43%;
    margin: 30px 0px 10px 0px;
  }

  .textTimeLineEsp {
    font-size: 10px;
    max-width: 100px;
    text-align: center;
  }

  .whiteDivTimeLineEsp {
    width: 75%;
    height: 75%;
  }

  .clientCardText {
    font-size: 14px;
    margin: 0px 10px 0px 0px;
  }

  .newInputSelect {
    width: 150px;
  }

  .progress {
    height: 6px;
  }

  .labelTimeline {
    font-size: 11px;
  }

  .textCardTransactionEsp {
    font-size: 11px;
  }

  .imgTransaction {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
  }

  .InputV2 textarea {
    width: 100%;
    min-width: 280px;
  }

  .cardVideoTitle {
    font-size: 12px;
  }

  .containerImgCard {
    width: 100%;
    margin-bottom: 10px;
  }

  .containerInfoCard {
    width: 100%;
  }

  .styleImgFile {
    max-height: 95%;
    min-height: 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .bodyCardNew {
    display: block;
  }

  .containerCardLenderFile {
    max-width: 80%;
    min-width: 80%;
    min-height: 135px;
  }

  .containerInfoLender {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .subInfoLenderCard {
    margin: 0px;
  }

  .containerInfoContact {
    display: block;
  }

  .mRight {
    margin-right: 0px;
  }

  .photoUsers {
    max-height: 90px;
    min-width: 90px;
    min-height: 90px;
  }

  .containerUserInfo {
    display: block;
    width: 80%;
    margin: 10px;
  }

  .containerSecondaryInfo {
    width: 100%;
  }

  .containerSecondaryInfo {
    margin-left: 1.5%;
  }

  .containerIdAndLang {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .containerUnderContractCard {
    width: 98%;
  }

  .inputTimeLineUC {
    min-width: 100px;
    max-width: 100px;
  }

  .containerTransaction {
    display: block;
  }

  .containerShareAndSteps {
    margin-top: 50px;
  }

  .containerDashboard {
    display: block;
    width: 90%;
  }

  .primarySectionDash {
    width: 98%;
    height: 100%;
    margin: 5% 0% 0% 2%;
  }

  .secondarySectionDash {
    display: flex;
    width: 98%;
    height: 100%;
    margin: 3% 0% 2% 0.5%;
  }

  .welcomeCard {
    height: 30%;
  }

  .InputV2 {
    max-width: 240px;
  }

  .css-8ud630-control {
    min-width: 230px !important;
    max-width: 230px;
  }

  .css-101eg2w-control {
    min-width: 230px !important;
    max-width: 230px;
  }

  .containerTransactionsAndSelect {
    height: 99%;
  }

  .containerChatAndCalendar {
    height: 98.5%;
  }

  .chatIAContainer {
    height: 100%;
    max-height: 100%;
  }

  .divInfoRec {
    left: 0%;
  }

  .titlePopUps {
    font-size: 14px;
  }

  .containerPrimerosPasos {
    width: 30%;
    height: 50%;
    position: fixed;
    transform: translateX(-42%);
    transition: transform 0.5s ease;
  }

  .containerPrimerosPasos.open {
    transform: translateX(308%);
  }

  .containerInputsNotes {
    flex-wrap: wrap;
  }

  .containerInputNoteV2 {
    height: 110px;
  }

  .subContainerPrimerDiv {
    margin-right: 20px;
    width: 50%;
    min-width: 50%;
  }

  .containerBtnsNotes {
    display: flex;
    gap: 2;
    position: relative;
    bottom: 0%;
  }

  .containerSectionNotes {
    flex-wrap: wrap;
  }

  .primerDivNotes {
    min-width: 90%;
  }

  .segundoDivNotes {
    min-width: 100%;
    margin-left: 0%;
    display: flex;
    justify-content: end;
  }

  .containerUsersNotified {
    margin-right: 0%;
  }

  .containerPriorityNotes {
    min-width: 56%;
    display: flex;
    margin-left: 0px;
  }

  .userNotified {
    max-width: 60%;
  }

  .containerUserNotesAndOffer {
    transform: translateX(-30%);
    width: 70%;
  }

  .containerUnderContractInfo {
    width: 100%;
    min-height: 32%;
    height: 32%;
    max-height: 32%;
  }

  .divInfoPreq {
    overflow-y: scroll;
    display: block;
    max-height: 45vh;
  }

  .containerLenderFeedbackDash {
    width: 90%;
  }

  .containerBtnSection {
    display: block;
  }

  .containerViewer {
    width: 90%;
    height: 90%;
  }

  .containerCaps {
    width: 90%;
    margin-top: 0px;
  }

  .containerSectionViewer {
    display: block;
    margin-left: 15px;
  }

  .btnOtherClass {
    width: 70%;
  }

  .containerCardsMails {
    min-width: 72%;
    max-width: 72%;
  }

  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }

  .containerInfoContractUC {
    display: block;
    width: 60%;
    height: max-content;
  }

  .sectionUC {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .containerViewUnderContract {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    overflow-y: auto;
  }

  .divInfoContract {
    margin: 20px 0px 0px 0px;
    width: 130%;
  }

  .divInfoTR {
    margin-left: 5%;
    width: 85%;
  }

  .divAddClient {
    display: block;
    margin-right: -20px;
  }

  .containerSectionInfoTwilio {
    display: block;
  }

  .containerVideoTwilio {
    width: 100%;
    height: 100%;
  }

  .videoTwilio {
    width: 90%;
    height: 80%;
    margin: 0px 0px 0px 30px;
  }

  .containerTwilioAccountInfo {
    width: 95%;
    height: 90%;
    padding: 5px;
    margin-left: 25px;
  }

  .containerToolPhone {
    position: absolute;
    top: 220px;
    left: 160px;
  }

  .containerSelectCoordinators {
    width: 200px;
    min-width: 200px;
    margin-left: 20px;
  }

  .headerDatesPunchs {
    margin-left: 0px;
  }

  .clientTypeBtn {
    min-width: 62px;
  }

  .inputOnb {
    width: 250px;
    height: 37px;
    padding: 10px;
    font-size: 13px;
  }

  .sectionAddFiles {
    flex-direction: column;
  }

  .inputNumber {
    width: 130px;
  }

  .containerHomeOnb {
    width: 85vw;
    height: 70vh;
  }

  .text1CardHome {
    top: 55px;
    left: 20px;
    font-size: 18px;
  }

  .text2CardHome {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }

  .text3CardHome {
    top: 100px;
    left: 20px;
    font-size: 15px;
  }

  .modalBodyOnboarding {
    height: 72%;
    max-height: 72%;
    min-height: 72%;
    padding: 20px;
  }

  .containerFooterModalOnb {
    display: block;
  }

  .timelineOnb {
    margin-top: -10px;
  }

  .btnsFooterOnb {
    justify-content: center;
    margin-top: 35px;
  }

  .divIconsTimelineOnb {
    min-width: 60px;
    max-width: 65px;
  }

  .containerCards {
    width: 12rem;
    margin-right: 0.8rem;
    height: 5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    margin-left: 10px;
  }

  .card-text {
    font-size: 12px;
  }

  .card-title {
    font-family: Montserrat;
    font-size: 11px;
  }

  .containerDivsTRCompleted {
    width: 80%;
    height: 50%;
  }

  .noPhoto {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    padding: 10px;
  }

  .imgTransaction {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }

  .textHeaderTransaction {
    font-size: 11px;
    max-width: 120px;
    margin-left: 5px;
  }

  .containerSelectClient {
    margin-top: 15px;
  }

  .containerBtnClientsHeader {
    margin-bottom: 20px;
  }

  .containerInputsHeaderClients {
    display: block;
    width: min-content;
  }

  .divBtnSections {
    display: block;
    height: max-content;
    width: 90%;
  }

  .sectionCalculations {
    display: block;
    gap: 20px;
  }

  .sectionCredits {
    width: 98%;
  }

  .sectionDebits {
    width: 98%;
  }

  .divTotalCredits {
    margin: 10px 0px 20px 0px;
  }

  .containerHeaderCommunications {
    width: 70%;
  }

  .InputV3 textarea {
    min-width: 500px;
    max-width: 500px;
  }

  /* Detalle de propiedad y calculadora */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  .propertySectionsGrid {
    grid-template-columns: 1fr;
  }

  .propertySectionsColumns {
    flex-direction: column;
  }

  .propertySectionsLeftColumn {
    border-right: none;
    border-bottom: 1px solid #E5E7EB;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .propertySectionsRightColumn {
    padding-left: 0px;
  }

  .propertyBottomColumns {
    flex-direction: column;
    gap: 15px;
  }

  .propertyBottomLeftColumn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertyDetailSectionBody.cols3,
  .propertyDetailSectionBody.cols4,
  .propertyDetailSectionBody.cols5,
  .propertyDetailSectionBody.cols6 {
    grid-template-columns: 1fr;
  }

  .propertyReportSummaryHeader {
    flex-direction: column;
    height: auto;
  }

  .propertyReportSummaryImgWrap {
    width: 100%;
    height: 120px;
  }

  .propertyReportSummaryInfo {
    height: auto;
    border-right: none;
  }

  .mcAmortizationModal {
    width: 95vw !important;
  }

  .mcDonutSvg {
    max-width: 100%;
  }

  .mcDonutLegendList {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  /* Valuation: mínimo soportado (768px). Tabs y tabla en su versión más compacta. */
  .propertyDetailsTabBar .custom-tab-container {
    justify-content: flex-start;
  }

  .propertyDetailsTabBar .custom-tab-link {
    font-size: 12px;
    padding: 8px 6px;
  }

  .propertyDetailsTabContent {
    padding: 10px;
  }

  .valuationPanelWrapper {
    padding: 8px 6px 16px;
  }

  .valuationEngineTabs {
    flex-wrap: wrap;
  }

  .valuationEngineTab {
    padding: 6px 10px;
    font-size: 12px;
  }

  .valuationListView {
    padding: 5px 0 10px;
  }

  .valuationComparableStatusTabs .custom-tab-link {
    font-size: 12px;
    padding: 6px 8px;
  }

  .valuationCompSectionTitle {
    font-size: 14px;
    line-height: 18px;
  }

  .valuationCompTable {
    min-width: 720px;
    font-size: 12px;
  }

  .valuationCompTable th {
    font-size: 12px;
    padding: 8px 4px;
    height: 36px;
  }

  .valuationCompTable td {
    padding: 4px;
    height: auto;
    min-height: 56px;
    line-height: 17px;
  }

  .valuationCompTable th:nth-child(1),
  .valuationCompTable td:nth-child(1) {
    width: 52px;
  }

  .valuationCompThumb {
    width: 52px;
    height: 39px;
  }

  .valuationCompAddress {
    white-space: normal;
    word-break: break-word;
  }

  .valuationFooterNotes {
    margin-top: 12px;
    padding: 10px;
  }
}

@media screen and (min-width: 851px) and (max-width: 993px) {
  .containerAppsAndCardInfo,
  .containerAppsAndCardInfoTC {
    gap: 12px;
  }

  .topbarDivider {
    margin: 0 8px;
  }

  .topbarAvatarCircle {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .topbarUserName,
  .topbarUserRole {
    font-size: 12px;
    max-width: 120px;
  }

  .containerTopNavText {
    padding: 3px;
  }

  .containerPhotos {
    width: 100% !important;
    margin: 0 !important;
  }

  /* Botón "Buscar propiedades" — centrado, tamaño compacto */
  .housePhotosListBtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    margin: 0 auto 10px;
    align-self: center;
    border: 1.5px solid #002752;
    border-radius: 8px;
    background: white;
    color: #002752;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .housePhotosListBtn:hover {
    background: #002752;
    color: white;
  }

  /* sectionResponsiveDetail en mobile: column para que el botón quede arriba */
  .sectionResponsiveDetail {
    flex-direction: column;
    align-items: stretch;
  }
  .tablet-sign-agreement-root {
    min-height: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    padding: 10px 12px 8px !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 39, 82, 0.12);
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar .btn {
    min-height: 44px;
    flex-shrink: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-content {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }

  /* El agentCard pasa a ancho automático y se apila debajo */
  .propertyAgentCard {
    width: 100%;
    min-width: 0;
  }

  .propertyAgentCardHeader {
    width: 100%;
  }

  /* El header block apila imagen + info + agentCard en columna */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  /* La imagen ocupa todo el ancho disponible */
  .propertyReportMainImgContainer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 220px;
  }

  /* El grid de 4 columnas pasa a 2 */
  .propertyReportGrid4x3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Las secciones de cols5/6 pasan a 3 */
  .propertyDetailSectionBody.cols5,
  .propertyDetailSectionBody.cols6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .modal-image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .similarGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .containerTabsUsers {
    width: 34%;
  }

  .containerInfoUser {
    margin-right: 30px;
  }

  .containerDivsTRCompleted {
    width: 82%;
  }

  .containerPhotos {
    width: 95%;
    margin: 15px 0px 0px 12px;
  }

  .sectionResponsiveDetail {
    display: block;
    overflow-y: auto;
  }

  .containerDetailProperties {
    width: 95%;
  }

  .containerTableHouses {
    width: 98%;
  }

  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }

  .imgDetailProperties {
    max-height: 250px;
    width: 100%;
    border-radius: 10px;
  }

  .containerPropertySearch {
    height: 84%;
  }

  .containerToolPhone {
    position: absolute;
    top: 220px;
    left: 160px;
  }

  .containerClosed {
    margin-bottom: 20px;
  }

  .containerDisbursement {
    display: block;
    height: 100%;
  }

  .tableDisbursementDiv {
    width: 90%;
    margin: 4% 0px 0px 5%;
  }

  .containerInfoDisbursement {
    width: 90%;
    margin-left: 5%;
  }

  .bodyCardNew {
    display: block;
  }

  .containerInputNoteV2 {
    margin: 0px 0px 50px 30px;
  }

  .containerInputsNotes {
    flex-wrap: wrap;
  }

  .containerInputNoteV2 {
    height: 110px;
  }

  .cardsInfoUserEsp {
    margin: 10px;
    width: 100%;
  }

  .containerUserInfo {
    display: block;
    width: 80%;
    margin: 10px;
  }

  .containerSecondaryInfo {
    width: 100%;
  }

  .photoUsers {
    max-height: 105px;
    min-width: 105px;
    min-height: 105px;
  }

  .cardVideoTitle {
    font-size: 12px;
  }

  .containerImgCard {
    width: 95%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .containerInfoCard {
    width: 52%;
  }

  .styleImgFile {
    max-height: 95%;
    min-height: 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .containerCardsLandingPage {
    flex-direction: column;
  }

  .cardsLandingPage {
    width: 70%;
    margin-right: 2%;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 30px;
  }

  .sectionFilesTransactionEsp {
    display: block;
  }

  .containerTableFiles {
    width: 100%;
  }

  .filesImgsContainerTR {
    width: 90%;
    margin: 20px;
    height: 350px;
  }

  .containerNotesTransaction {
    display: flex;
    justify-content: start;
    padding-left: 30px;
  }

  .filesImgsContainerTREsp {
    height: 300px;
  }

  .showSectionsTransEsp {
    display: block;
  }

  .tapBottomSmallText {
    font-size: 11px;
  }

  .tapBottomTimeLine {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nameClient {
    font-size: 13px;
  }

  .btn-white {
    width: auto;
  }

  .divHeaderTransaction {
    width: 38%;
    text-align: center;
  }

  .TitleSectionTransaction {
    font-size: 14px;
  }

  .divTableBigEsp {
    height: 85%;
  }

  .subContainerFixedBig {
    padding: 30px 20px 10px 20px;
  }

  .containerBtnTransaction {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .EmailReceivedSectionsActive {
    min-width: 110px;
    font-size: 13.5px;
  }

  .EmailReceivedSections {
    min-width: 110px;
    font-size: 13.5px;
  }

  .containerCardsMails {
    min-width: 75%;
    max-width: 75%;
  }

  /*-----HOME PAGE-----*/
  .titleNavHomePage {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 14px;
    white-space: wrap;
  }

  .textDirectionAndNumberHomePage {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 12px;
  }

  .btn-primaryHome {
    min-width: 80px;
  }

  .textPhoneHomePage {
    margin-left: 15px;
  }

  .videoHomePage {
    min-height: 12rem;
    height: 18rem;
    max-height: 20rem;
    min-width: 20rem;
    max-width: 24rem;
  }

  .titlesAboutHomePage {
    font-size: 15px;
  }

  .textImagesHomePage {
    font-size: 12.5px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .imgCasasShowing {
    width: 30rem;
  }

  .imgClientsHomePage {
    margin: 20px 0px 10px 0px;
    width: 50rem;
    height: 160px;
  }

  .containerLastImagesHomePage {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }

  .lastImagesHomePage {
    width: 45rem;
    margin-bottom: 30px;
    height: 18rem;
  }

  .clientTypeImageHomePage {
    width: 35rem;
    height: 300px;
  }

  /*----------------------------------------*/

  .PageTitle {
    font-size: 16px;
  }

  .containerLoans {
    min-width: 36%;
  }

  .btn-info {
    font-size: 12px;
    margin-right: 10px;
  }

  .form-check {
    padding-right: 0px !important;
  }

  .titleValueClientSubmition {
    font-size: 13px;
  }

  .attributeValueClientSubmition {
    font-size: 13px;
  }

  /* ----- PREQUALIFING ----> SECTION EDIT CLIENT SUBMITION ----- */
  .indiceClientSubmition {
    position: absolute;
    display: contents;
    flex-direction: row;
    top: 35px;
    left: 5px;
    list-style: none;
    padding: 0;
    background-color: transparent;
  }

  .btnSaveClientSubmition {
    position: fixed;
    top: 160px;
    right: 60px;
  }

  .containerTabs {
    width: 75vw;
    margin-left: 6%;
  }

  .text-truncate {
    font-size: 13px;
    overflow: hidden !important;
    white-space: initial;
  }

  .card-text {
    font-size: 14px;
  }

  .table th {
    font-size: 12px;
  }

  .table td {
    font-size: 12px;
  }

  /* ----- PREQUALIFING ----> SECTION LENDER FEEDBACK ----- */
  .containerBtnPDF {
    right: 60px;
    bottom: 60px;
  }

  .containerBtnSubmit {
    right: 180px;
    bottom: 60px;
  }

  .ClientSubmitionTitles {
    font-size: 13.5px;
  }

  .Attribute {
    font-size: 13px;
  }

  .containerSectionShare {
    padding: 20px;
    margin-top: 20px;
  }

  .chatBoxClient {
    width: 95%;
  }

  .btn-primary {
    min-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .TrashIcon,
  .DashIcon {
    width: 26px;
  }

  .CheckIcon {
    width: 22px;
  }

  .filterTitle {
    font-size: 14px;
  }

  .smallWidth .commonSelect,
  .smallWidth .commonSelectSmall,
  .smallWidth .commonSelectFilter {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
  }

  /* CARD CLIENT INFO AND TIMELINE */
  .clientText {
    font-size: 12px;
  }

  .clientTitle {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .TitleClient {
    font-size: 16px;
    margin: 0px;
  }

  .TitleLead {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: 5px;
  }

  .divPhotoClient {
    min-width: 300px;
  }

  .dividerInfoClient {
    width: 20px;
  }

  .infoClientContainer {
    margin-left: 10px;
  }

  /* EDIT-CLIENT SECTION */
  .inputClientEdit {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    width: 133px;
    min-height: 35px;
  }

  .PAYtitleEdit {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .containerEditSection {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    margin-top: 10px;
  }

  .inputDivEdit {
    margin-right: 20px;
    height: 60px;
  }

  .containerBTN {
    display: flex;
    margin-left: -32px;
    margin-top: -110px;
  }

  .containerMyHouse {
    margin-top: -10px;
  }

  .inputContact {
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: 100%;
  }

  .PAYtitle {
    font-size: 13.5px;
  }

  .SelectAddContact {
    font-size: 12px;
    width: 150px;
  }

  .PAYbuttonText {
    font-size: 12px;
  }

  .chatNameSelect {
    font-size: 15px;
  }

  .chatStatusSelect {
    font-size: 13.5px;
  }

  .chatStatusSelectFrom {
    font-size: 13.5px;
  }

  .chatName {
    font-size: 15px;
  }

  .chatPhone {
    font-size: 13px;

    margin-left: 10px;
  }

  .divButtonsClients {
    width: 250px;
  }

  .containerAddClientLead {
    margin-left: 30px;
    margin-right: 10px;
  }

  .containerBtnClientsResponsive {
    margin: 10px 0.5rem 10px 0rem;
  }

  /*SHOWING*/
  .textPreviewListings {
    font-size: 14px;
  }

  .inputTextPreview {
    font-size: 13px;
    max-width: 180px;
    width: 180px;
  }

  .selectFilter {
    font-size: 13px;
    max-width: 180px;
    width: 180px;
  }

  .InputTex .DashIconEsp {
    width: 22px;
  }

  .cardsListings {
    width: 40%;
    margin-left: 15px;
    min-width: 300px;
  }

  .react-responsive-modal-modal {
    min-width: 95vw;
    max-width: 95vw;
    padding: 1rem;
  }

  .containerHouseInfo {
    margin-left: 0px;
    width: 100%;
  }

  .houseSelectedDiv {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }

  .HousePriceText {
    font-size: 18px;
    white-space: nowrap;
    margin-right: 35px;
    margin-bottom: 60px;
  }

  .containerBtnShareShowing {
    display: block;
  }

  .containerImagesCarrousel {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerCardHousePropertys {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerMapHouse {
    max-height: 420px;
    min-height: 420px;
    height: 420px;
  }

  .containerBtnShareShowing {
    display: block;
    margin-bottom: 80px;
  }

  .largeImg {
    width: 90%;
    height: 100%;
  }

  .smallImg {
    width: 45%;
    height: 180px;
  }

  .mosaicImages {
    width: 55%;
  }

  .containerHouseInfo {
    margin-left: 20px;
    width: 100%;
  }

  .HouseInfoNav {
    width: 90%;
  }

  .SectionHouseInfoNavSelected {
    margin-right: 5px;
    font-size: 14px;
  }

  .SectionHouseInfoNav {
    margin-right: 5px;
    font-size: 14px;
  }

  .HouseAddressText {
    margin-left: 42px;
    margin-bottom: 10px;
  }

  .HouseInfoNav {
    margin-left: 8px;
  }

  .textOverview {
    font-size: 15px;
    margin-right: 10px;
  }

  .textInfoHouse {
    font-size: 15px;
  }

  .containerShare {
    right: 35px;
  }

  .cardsListings {
    width: 48%;
    margin-left: 5px;
  }

  /*SECTION SETTINGS*/
  .bodyCard {
    display: block;
    margin-left: 20px;
  }

  .containerContactInfo {
    margin-left: 10px;
  }

  .photoUserProfile {
    width: 110px;
    height: 105px;
    margin-left: 5px;
  }

  .inputClientSettings {
    width: 130px;
  }

  .InformationTitleMain {
    font-size: 16px !important;
  }

  .InformationTitleMainLang {
    color: #002752;
    font-family: "Poppins";
    font-size: 14px !important;
    font-weight: 1000;
    margin: 20px;
    margin-top: 0px;
  }

  /* SECTION FILES */
  .containerSectionFiles {
    display: block;
  }

  .containerFiles {
    width: 98%;
  }

  .containerSectionIframe {
    width: 95%;
    height: auto;
    margin: 10px;
  }

  /* SECTION Emails */
  .headerEmails {
    display: block;
    height: 130px;
    margin-top: -15px;
    padding-top: 5px;
  }

  .mainInput {
    width: 30vw !important;
    max-width: 160px;
    min-width: 160px;
  }

  .rbc-toolbar {
    font-size: 15px;
  }

  .rbc-event-content {
    white-space: nowrap !important;
  }

  .inputClient {
    max-width: 220px;
    min-width: 130px;
    font-size: 11px;
  }

  .filterButtonListings {
    top: 89px;
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .titlePublicationText {
    font-size: 15px;
  }

  .linkPublicationText {
    font-size: 12.5px;
  }

  .reloadPublications {
    margin-right: 8px;
  }

  .imgPublications {
    margin-right: 12px;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }

  .priceHousesMarketing {
    font-size: 16px;
  }

  .MLSHouses {
    font-size: 15px;
  }

  .cardPublications {
    width: 98%;
  }

  .overviewCards {
    font-size: 13px;
  }

  .titleOverview {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .containerOverviewCards {
    margin-left: 15px;
    height: 100%;
  }

  .containerSelectRealtor {
    margin-left: 10px;
  }

  /*SECTION ADD LISTING*/
  .btnSectionsAddListings {
    font-size: 11px;
    width: auto;
    min-width: max-content;
    height: 35px;
    white-space: nowrap;
    margin-right: 5px;
    padding: 2px;
  }

  .btnSectionsAddListingsActive {
    font-size: 11px;
    width: auto;
    min-width: max-content;
    height: 35px;
    white-space: nowrap;
    margin-right: 5px;
    padding: 4px;
  }

  .h3AddListing {
    font-size: 17px;
  }

  .subtitleAddListing {
    font-size: 15px;
    font-weight: bold;
  }

  .ulAddListing {
    font-size: 15px;
  }

  .textQuestions {
    font-size: 15px;
  }

  .subContainerFixedBigListing {
    display: block;
    height: 100%;
  }

  .divTextoAddListings {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 220px;
  }

  .contenedorPreguntasListings {
    width: 95%;
    height: max-content;
    padding-bottom: 10px;
  }

  .containerSectionAddListings {
    margin-bottom: 10px;
  }

  .textPreviewListings {
    width: 250px;
  }

  .titlesShowingPreview {
    font-size: 16px;
  }

  .containerCompDesire {
    margin-left: 5px;
  }

  .containerBtnsAndTimeline {
    display: block;
    width: 95%;
    margin-top: 20px;
  }

  .subContainerTimeLine {
    white-space: nowrap;
  }

  .containerTopSideHomePage {
    display: block;
    margin-top: 20px;
  }

  .titlesAboutHomePage {
    margin: 40px 0px 5px 0px;
  }

  .textoCabeceraHomePage {
    margin-bottom: 40px;
  }

  .iframeVideoHomePage {
    width: 700px;
    height: 350px;
  }

  .containerDivTemplates {
    width: 50%;
    margin-right: -10px;
  }

  .textTemplates {
    font-size: 13px;
  }

  .areaInputDisabled {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
  }

  .chatIABody {
    min-height: 260px;
  }

  .separadorBottom {
    height: 200px;
  }

  .containerBtnsTraining {
    width: 36%;
  }

  .divChatHome {
    width: 100%;
  }

  .containerSectionsAndBtns {
    width: 35%;
    padding: 0px;
    margin-left: -20px;
    max-height: 91%;
  }

  .selectFilterDiv {
    width: 70%;
    max-width: 65%;
    min-width: 70%;
  }

  .titlesContracts {
    font-size: 15px;
  }

  .selectFilterDivEspecial {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
  }

  .buttonsTransactionsDiv {
    justify-content: center;
    margin-top: 10px;
  }

  .textLandingPageEsp {
    font-size: 17px;
  }

  .btn-lightBlue {
    height: 20px;
  }

  .textLandingPageSub {
    font-size: 18px;
  }

  .textLandingPageCards {
    font-size: 28px;
  }

  .flip {
    margin: -80px 20px 70px 0px;
  }

  .imgPeople {
    width: 96%;
    margin: 0% 0% 32% 0%;
    height: 140px;
  }

  .imgPeopleDiv {
    min-width: 49%;
    width: 49%;
  }

  .titleInfoSection {
    font-size: 30px;
    font-family: Poppins;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .subTitleInfoSection {
    font-size: 22px;
    font-weight: 200;
    font-family: Poppins;
    margin: 10px 0px 40px 0px;
    width: 90%;
  }

  .Line1 {
    margin-bottom: -100px;
  }

  .textLeadsSmart {
    width: 90%;
    text-align: center;
  }

  .textWhite {
    font-size: 25px;
    width: 80%;
    margin-bottom: 10px;
    text-align: start;
  }

  .textEspecial {
    font-size: 18px;
  }

  .bottomM {
    margin-bottom: 10%;
  }

  .divAbsoluteImg {
    width: 90%;
  }

  .newInputSearch {
    width: 200px;
  }

  .custom-tab-link {
    font-size: 15px;
    font-family: Montserrat;
    color: gray;
    padding: 0.3rem 0.9rem;
  }

  .textTimeLine {
    font-size: 11px;
  }

  .tapBottomTimeLine {
    height: 50px;
    width: 50px;
  }

  .tapBottomSmallOff {
    height: 50px;
    width: 50px;
  }

  .containerProgressBar {
    position: relative;
    bottom: 58px;
    z-index: 1;
  }

  .containerProgressBarUC {
    position: relative;
    bottom: 62px;
    z-index: 1;
    width: 90%;
    left: 35px;
  }

  .whiteDivTimeLine {
    width: 90%;
    height: 75%;
  }

  .titleClientName {
    margin: 0px 20px 0px 0px;
    font-size: 15px;
  }

  .photoProfile {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .containerPhotoProfile {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }

  .sectionFilesTransaction {
    display: block;
  }

  .textCardTransaction {
    display: block;
    font-size: 12px;
  }

  .containerSectionsTimeLineEsp {
    width: 54%;
    right: 0px;
    top: 75px;
  }

  .containerClientDataSmall {
    width: 42%;
    margin: 30px 0px 10px 0px;
  }

  .textTimeLineEsp {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }

  .whiteDivTimeLineEsp {
    width: 75%;
    height: 75%;
  }

  .clientCardText {
    font-size: 14px;
    margin: 0px 10px 0px 0px;
  }

  .containerClientData .containerTooltipsClients {
    flex: 0 0 32%;
    max-width: 32%;
    width: 32%;
  }

  .newInputSelect {
    width: 150px;
  }

  .progress {
    height: 6px;
  }

  .containerSectionsTimeLine {
    min-width: 70%;
  }

  .imgTransaction {
    width: 75px;
    height: 70px;
  }

  .labelTimeline {
    font-size: 12px;
  }

  .textCardTransactionEsp {
    font-size: 13px;
  }

  .InputV2 textarea {
    width: 100%;
    min-width: 400px;
  }

  .containerCardLenderFile {
    max-width: 95%;
    min-width: 95%;
    min-height: 135px;
  }

  .containerInfoContact {
    display: block;
  }

  .mRight {
    margin-right: 0px;
  }

  .containerUnderContractCard {
    width: 100%;
  }

  .inputTimeLineUC {
    min-width: 100px;
    max-width: 100px;
  }

  .containerTransaction {
    display: block;
  }

  .containerShareAndSteps {
    margin-top: 50px;
  }

  .iframeOrImageClass {
    width: 80%;
  }

  .containerDashboard {
    display: block;
    width: 98%;
  }

  .primarySectionDash {
    width: 90%;
    height: 100%;
    margin: 3% 0% 8% 5%;
  }

  .secondarySectionDash {
    display: flex;
    width: 90%;
    height: 100%;
    margin: 3% 0% 2% 3.5%;
  }

  .welcomeCard {
    height: 40%;
  }

  .containerChatAndCalendar {
    height: 100%;
  }

  .containerTransactionsAndSelect {
    height: 98.7%;
  }

  .chatIAContainer {
    height: 97.5%;
    max-height: 97.5%;
  }

  .InputV2 {
    min-width: 260px;
  }

  .divInfoRec {
    left: 0%;
  }

  .containerPrimerosPasos {
    width: 30%;
    height: 50%;
    position: fixed;
    transform: translateX(168%);
    transition: transform 0.5s ease;
  }

  .containerPrimerosPasos.open {
    transform: translateX(308%);
  }

  .subContainerPrimerDiv {
    margin-right: 20px;
    width: 50%;
    min-width: 50%;
  }

  .containerBtnsNotes {
    display: flex;
    gap: 2;
    position: relative;
    bottom: 0%;
  }

  .containerSectionNotes {
    flex-wrap: wrap;
  }

  .primerDivNotes {
    min-width: 90%;
  }

  .segundoDivNotes {
    min-width: 95%;
    margin-left: 0%;
    display: flex;
    justify-content: end;
  }

  .containerUsersNotified {
    margin-right: 0%;
  }

  .containerPriorityNotes {
    min-width: 56%;
    display: flex;
    margin-left: 0px;
  }

  .userNotified {
    max-width: 70%;
  }

  .containerUserNotesAndOffer {
    transform: translateX(-15%);
    width: 62%;
  }

  .containerUnderContractInfo {
    width: 100%;
    min-height: 32%;
    height: 32%;
    max-height: 32%;
  }

  .divInfoPreq {
    overflow-y: scroll;
    display: block;
    max-height: 45vh;
  }

  .containerLenderFeedbackDash {
    width: 90%;
  }

  .containerBtnSection {
    display: block;
  }

  .containerViewer {
    width: 50%;
  }

  .containerCaps {
    width: 45%;
    margin-top: 8px;
  }

  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }

  .containerInfoContractUC {
    display: block;
    width: 70%;
    height: max-content;
  }

  .sectionUC {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .containerViewUnderContract {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    overflow-y: auto;
  }

  .divInfoContract {
    margin-top: 20px;
    margin-left: 10%;
    width: 95%;
  }

  .divInfoTR {
    margin-left: 5%;
    width: 75%;
  }

  .divAddClient {
    display: block;
  }

  .containerSectionInfoTwilio {
    display: block;
  }

  .containerVideoTwilio {
    width: 100%;
    height: 100%;
  }

  .videoTwilio {
    width: 90%;
    height: 80%;
    margin: 0px 0px 0px 30px;
  }

  .containerTwilioAccountInfo {
    width: 95%;
    height: 90%;
    padding: 5px;
    margin-left: 25px;
  }

  .containerSelectCoordinators {
    width: 180px;
    min-width: 180px;
    margin-left: 20px;
  }

  .headerDatesPunchs {
    margin-left: 30px;
  }

  .inputOnb {
    width: 280px;
    height: 37px;
    padding: 10px;
    font-size: 13px;
  }

  .sectionAddFiles {
    flex-direction: column;
  }

  .containerHomeOnb {
    width: 85vw;
    height: 70vh;
  }

  .text1CardHome {
    top: 55px;
    left: 20px;
    font-size: 18px;
  }

  .text2CardHome {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }

  .text3CardHome {
    top: 100px;
    left: 20px;
    font-size: 15px;
  }

  .labelTimeLineOnb {
    font-size: 10px;
  }

  .modalBodyOnboarding {
    height: 72%;
    max-height: 72%;
    min-height: 72%;
    padding: 20px;
  }

  .containerFooterModalOnb {
    display: block;
  }

  .timelineOnb {
    margin-top: -10px;
  }

  .btnsFooterOnb {
    justify-content: center;
    margin-top: 35px;
  }

  .divIconsTimelineOnb {
    min-width: 60px;
    max-width: 65px;
  }

  .containerCards {
    width: 12rem;
    margin-right: 0.8rem;
    height: 5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    margin-left: 10px;
  }

  .card-text {
    font-size: 12px;
  }

  .card-title {
    font-family: Montserrat;
    font-size: 11px;
  }

  .noPhoto {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    padding: 15px;
  }

  .imgTransaction {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }

  .textHeaderTransaction {
    font-size: 12px;
    max-width: 160px;
    margin-left: 5px;
  }

  .containerSelectClient {
    margin-top: 15px;
  }

  .containerBtnClientsHeader {
    margin-bottom: 20px;
  }

  .containerInputsHeaderClients {
    display: block;
    width: min-content;
  }

  .divBtnSections {
    display: block;
    height: max-content;
    width: 90%;
  }

  .sectionCalculations {
    display: block;
    gap: 20px;
  }

  .sectionCredits {
    width: 98%;
  }

  .sectionDebits {
    width: 98%;
  }

  .divTotalCredits {
    margin: 10px 0px 20px 0px;
  }

  .containerHeaderCommunications {
    width: 60%;
  }

  .InputV3 textarea {
    min-width: 500px;
    max-width: 500px;
  }

  /* Detalle de propiedad y calculadora */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  .propertySectionsGrid {
    grid-template-columns: 1fr;
  }

  .propertySectionsColumns {
    flex-direction: column;
  }

  .propertySectionsLeftColumn {
    border-right: none;
    border-bottom: 1px solid #E5E7EB;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .propertySectionsRightColumn {
    padding-left: 0px;
  }

  .propertyBottomColumns {
    flex-direction: column;
    gap: 15px;
  }

  .propertyBottomLeftColumn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .mcLayout {
    flex-direction: column;
  }

  .mcColumn {
    width: 100%;
  }
   .containerSuperSearch > section {
    flex-basis:260px;
    min-width: 260px;
  }

  /* Valuation: tabs del detalle y tabla de comparables en el ancho reducido del panel */
  .propertyDetailsTabBar .custom-tab-container {
    justify-content: flex-start;
  }

  .propertyDetailsTabBar .custom-tab-link {
    font-size: 13px;
    padding: 8px 8px;
  }

  .propertyDetailsTabContent {
    padding: 10px;
  }

  .valuationPanelWrapper {
    padding: 8px 8px 16px;
  }

  .valuationEngineTabs {
    flex-wrap: wrap;
  }

  .valuationListView {
    padding: 5px 0 10px;
  }

  .valuationCompSectionTitle {
    font-size: 14px;
    line-height: 18px;
  }

  .valuationCompTable {
    min-width: 780px;
    font-size: 12px;
  }

  .valuationCompTable th {
    font-size: 12px;
    padding: 8px 4px;
    height: 36px;
  }

  .valuationCompTable td {
    padding: 4px;
    height: auto;
    min-height: 56px;
    line-height: 17px;
  }

  .valuationCompAddress {
    white-space: normal;
    word-break: break-word;
  }

  .valuationFooterNotes {
    margin-top: 12px;
    padding: 10px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .containerSuperSearch > section {
    flex-basis: 390px;
    min-width: 390px;
  }

  .tablet-sign-agreement-root {
    min-height: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    padding: 10px 12px 8px !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 39, 82, 0.12);
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .tablet-sign-agreement-root .tablet-sign-toolbar .btn {
    min-height: 44px;
    flex-shrink: 0;
  }

  .tablet-sign-agreement-root .tablet-sign-content {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }

  /* El agentCard pasa a ancho automático y se apila debajo */
  .propertyAgentCard {
    width: 100%;
    min-width: 0;
  }

  .propertyAgentCardHeader {
    width: 100%;
  }

  /* El header block apila imagen + info + agentCard en columna */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  /* La imagen ocupa todo el ancho disponible */
  .propertyReportMainImgContainer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 220px;
  }

  /* El grid de 4 columnas pasa a 2 */
  .propertyReportGrid4x3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Las secciones de cols5/6 pasan a 3 */
  .propertyDetailSectionBody.cols5,
  .propertyDetailSectionBody.cols6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .modal-image-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .similarGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .housePhotosCounter {
    right: -20px;
    bottom: 12px;
  }

  .InputV3 {
    max-width: 300px;
    min-width: 300px;
  }

  .InputV3 textarea {
    min-width: 650px;
    max-width: 650px;
  }

  .containerInfoUser {
    margin-right: 40px;
  }

  .containerHeaderCommunications {
    width: 60%;
  }

  .sectionCalculations {
    display: block;
    gap: 20px;
  }

  .sectionCredits {
    width: 98%;
  }

  .sectionDebits {
    width: 98%;
  }

  .divTotalCredits {
    margin: 10px 0px 20px 0px;
  }

  .descriptionTrainingCard {
    font-size: 11px;
  }

  .titleBtnSections {
    font-size: 13px;
  }

  .containerSelectClient {
    margin-top: 15px;
  }

  .containerBtnClientsHeader {
    margin-bottom: 20px;
  }

  .containerInputsHeaderClients {
    display: block;
    width: min-content;
  }

  .textHeaderTransaction {
    font-size: 12px;
    max-width: 140px;
    margin-left: 5px;
  }

  .containerDisbursement {
    height: 100%;
    overflow: auto;
  }

  .noPhoto {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    padding: 15px;
  }

  .imgTransaction {
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }

  .containerInfoDisbursement {
    width: 35%;
    height: 100%;
    overflow: auto;
  }

  .containerCards {
    width: 12rem;
    margin-right: 0.8rem;
    height: 5rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    margin-left: 10px;
  }

  .labelTimeLineOnb {
    font-size: 10px;
  }

  .modalBodyOnboarding {
    height: 70%;
    max-height: 70%;
    min-height: 70%;
    padding: 20px;
  }

  .containerFooterModalOnb {
    display: block;
  }

  .timelineOnb {
    margin-top: -10px;
  }

  .btnsFooterOnb {
    justify-content: center;
    margin-top: 29px;
  }

  .containerHomeOnb {
    width: 88vw;
    height: 80vh;
  }

  .text1CardHome {
    top: 55px;
    left: 20px;
    font-size: 18px;
  }

  .text2CardHome {
    top: 20px;
    left: 20px;
    font-size: 18px;
  }

  .text3CardHome {
    top: 100px;
    left: 20px;
    font-size: 15px;
  }

  .inputOnb {
    width: 320px;
    height: 37px;
    padding: 10px 14px;
    font-size: 15px;
  }

  .containerAddFiles {
    width: 400px;
  }

  .clientTypeBtn {
    min-width: 70px;
  }

  .containerSelectCoordinators {
    width: 160px;
    min-width: 160px;
  }

  .headerDatesPunchs {
    margin-left: 20px;
  }

  .containerPhotos {
    width: 95%;
    margin: 0px 0px 0px 12px;
  }

  .containerDetailProperties {
    width: 100%;
  }

  .containerTableHouses {
    width: 100%;
  }

  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }

  .imgDetailProperties {
    max-height: 250px;
    width: 95%;
    object-fit: cover;
    border-radius: 10px;
    margin: 10px 0px 20px 0px;
  }

  .containerPropertySearch {
    height: 84%;
  }

  .containerSectionInfoTwilio {
    display: block;
  }

  .containerVideoTwilio {
    width: 100%;
    height: 100%;
  }

  .videoTwilio {
    width: 90%;
    height: 80%;
    margin: 0px 0px 0px 30px;
  }

  .containerTwilioAccountInfo {
    width: 95%;
    height: 90%;
    padding: 5px;
    margin-left: 25px;
  }

  .containerClosed {
    height: 98%;
    margin-bottom: 10px;
  }

  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }

  .containerCardsMails {
    min-width: 78%;
    max-width: 78%;
  }

  .containerViewer {
    width: 45%;
  }

  .containerCaps {
    width: 45%;
    margin-top: 8px;
  }

  .divInfoPreq {
    overflow-y: scroll;
    display: block;
    max-height: 45vh;
  }

  .containerLenderFeedbackDash {
    width: 90%;
  }

  .containerUserNotesAndOffer {
    transform: translateX(-5%);
    width: 52%;
  }

  .containerUserNotesAndOffer.open {
    transform: translateX(120%);
  }

  .userNotified {
    max-width: 70%;
  }

  .subContainerPrimerDiv {
    margin-right: 20px;
    width: 70%;
    min-width: 70%;
  }

  .containerBtnsNotes {
    display: flex;
    gap: 2;
    position: relative;
    bottom: 0%;
  }

  .containerSectionNotes {
    flex-wrap: wrap;
  }

  .primerDivNotes {
    min-width: 90%;
  }

  .segundoDivNotes {
    min-width: 95%;
    margin-left: 0%;
    display: flex;
    justify-content: end;
  }

  .containerUsersNotified {
    margin-right: 0%;
  }

  .containerPriorityNotes {
    min-width: 56%;
    display: flex;
    margin-left: 0px;
  }

  .containerInputsContract {
    display: block;
  }

  .divInfoRec {
    left: 0%;
  }

  .containerPrimerosPasos {
    width: 26%;
    height: 50%;
    position: fixed;
    transform: translateX(-50%);
    transition: transform 0.5s ease;
  }

  .containerPrimerosPasos.open {
    transform: translateX(308%);
  }

  .containerDashboard {
    display: block;
    width: 90%;
  }

  .primarySectionDash {
    width: 90%;
    height: 100%;
    margin: 3% 0% 8% 5%;
  }

  .secondarySectionDash {
    display: flex;
    width: 90%;
    height: 90%;
    margin: 3% 0% 2% 3.8%;
  }

  .containerChatAndCalendar {
    height: 98%;
  }

  .containerTransactionsAndSelect {
    height: 98.7%;
  }

  .welcomeCard {
    height: 40%;
  }

  .containerSectionFiles {
    display: block;
  }

  .containerFiles {
    width: 98%;
  }

  .containerSectionIframe {
    width: 98%;
    display: flex;
    margin-left: 0%;
  }

  .containerIframeTransactionEsp {
    min-height: 350px;
    display: flex;
    justify-content: center;
  }

  .iframeOrImageClass {
    width: 80%;
  }

  .containerSelectShare {
    width: 100%;
  }

  .containerTransaction {
    display: block;
  }

  .containerShareAndSteps {
    margin-top: 50px;
  }

  .containerProgressBarUC {
    position: relative;
    bottom: 62px;
    z-index: 1;
    width: 85%;
    left: 65px;
  }

  .containerUnderContractCard {
    width: 100%;
  }

  .containerUnderContractInfo {
    width: 100%;
    min-height: 32%;
    height: 32%;
    max-height: 32%;
  }

  .containerInfoContact {
    display: block;
  }

  .mRight {
    margin-right: 0px;
  }

  .containerCardLenderFile {
    max-width: 85%;
    min-width: 85%;
    min-height: 135px;
  }

  .titleInfoSection {
    font-size: 30px;
  }

  .textLeadsSmart {
    width: 75%;
    text-align: center;
  }

  .subTitleInfoSection {
    font-size: 20px;
  }

  .imgPeopleDiv {
    width: 66%;
    min-width: 66%;
  }

  .containerAddNotes {
    height: auto;
  }

  .InputV2 textarea {
    width: 100%;
    min-width: 400px;
  }

  .labelTimeline {
    font-size: 12px;
  }

  .progress {
    height: 6px;
  }

  .divStatusTR {
    padding: 4px;
    border-radius: 5px;
    text-align: center;
    margin: 8px 0px 3px 5px;
    white-space: nowrap;
  }

  .divHeaderTransaction {
    width: 29%;
  }

  .containerSectionsTimeLine {
    min-width: 71%;
  }

  .textCardTransaction {
    font-size: 13px;
  }

  .textCardTransactionEsp {
    font-size: 12px;
    margin-left: 5px;
  }

  .textTimeLineEsp {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }

  .textTimeLine {
    font-size: 12px;
  }

  .tapBottomTimeLine {
    height: 50px;
    width: 50px;
  }

  .tapBottomSmallOff {
    height: 50px;
    width: 50px;
  }

  .containerProgressBar {
    position: relative;
    bottom: 60px;
    z-index: 1;
  }

  .sectionFilesTransactionEsp {
    display: block;
  }

  .sectionFilesTransaction {
    display: block;
    height: 95%;
  }

  .containerTableFiles {
    width: 98%;
  }

  .filesImgsContainerTR {
    width: 90%;
    margin: 20px;
    height: 350px;
  }

  .containerNotesTransaction {
    display: flex;
    justify-content: start;
    padding-left: 30px;
  }

  .TitleSectionTransaction {
    font-size: 16px;
  }

  .showSectionsTransEsp {
    display: block;
  }

  /*-----HOME PAGE-----*/
  .titleNavHomePage {
    margin-left: 10px;
    font-size: 15px;
    white-space: wrap;
  }

  .textDirectionAndNumberHomePage {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 13px;
  }

  .btn-primaryHome {
    min-width: 100px;
  }

  .videoHomePage {
    min-height: 10rem;
    height: 16rem;
    max-height: 18rem;
    min-width: 20rem;
    max-width: 28rem;
  }

  .textImagesHomePage {
    font-size: 12.5px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .imgCasasShowing {
    width: 40rem;
  }

  .imgClientsHomePage {
    margin: 20px 0px 10px 0px;
    width: 55rem;
  }

  .containerLastImagesHomePage {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }

  .lastImagesHomePage {
    width: 54rem;
    margin-bottom: 30px;
    height: 21rem;
  }

  /*----------------------------------------*/
  .table td {
    font-size: 12.5px;
  }

  .containerHeaderHome {
    margin-left: 25px;
    justify-content: initial;
  }

  .containerLoans {
    min-width: 36%;
  }

  .btn-info {
    font-size: 12.5px;
    margin-right: 10px;
  }

  .btn-primary {
    min-width: 80px;
    justify-content: space-around;
  }

  .PAYtitle {
    font-size: 15px;
  }

  .form-check {
    padding-right: 10px !important;
  }

  .attributeValueClientSubmition {
    font-size: 14px;
  }

  .ClientSubmitionTitles {
    font-size: 15px;
  }

  /* ----- PREQUALIFING ----> SECTION EDIT CLIENT SUBMITION ----- */
  .indiceClientSubmition {
    position: absolute;
    display: contents;
    flex-direction: row;
    top: 35px;
    left: 5px;
    list-style: none;
    padding: 0;
    background-color: transparent;
  }

  .btnSaveClientSubmition {
    position: fixed;
    top: 160px;
    right: 53px;
  }

  .containerTabs {
    width: 61vw;
    margin-left: 8%;
  }

  .text-truncate {
    overflow: hidden !important;
    white-space: initial;
  }

  .card-text {
    font-size: 15px !important;
  }

  .containerPairInputsAddClientSub {
    justify-content: center;
  }

  /* CARD CLIENT INFO AND TIMELINE */

  .clientText {
    font-size: 13px;
  }

  .clientTitle {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .TitleClient {
    font-size: 15px;
  }

  .TitleLead {
    font-size: 15px;
  }

  /* EDIT-CLIENT SECTION */
  .inputClientEdit {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    width: 133px;
    min-height: 35px;
  }

  .PAYtitleEdit {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .containerEditSection {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    margin-top: 10px;
  }

  .inputDivEdit {
    margin-right: 20px;
    height: 60px;
  }

  .containerBTN {
    display: flex;
    margin-left: -32px;
    margin-top: -110px;
  }

  /*WhatsApp section*/

  .inputContact {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 100%;
  }

  .chatNameSelect {
    font-size: 15px;
  }

  .chatStatusSelect {
    font-size: 15px;
  }

  .chatStatusSelectFrom {
    font-size: 15px;
  }

  .chatName {
    font-size: 15px;
  }

  .chatPhone {
    font-size: 14px;

    margin-left: 10px;
  }

  /*SHOWING*/
  .react-responsive-modal-modal {
    min-width: 96vw;
    max-width: 96vw;
  }

  .containerHouseInfo {
    margin-left: 0px;
    width: 100%;
  }

  .houseSelectedDiv {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }

  .HousePriceText {
    font-size: 18px;
    white-space: nowrap;
    margin-right: 35px;
  }

  .containerBtnShareShowing {
    display: block;
  }

  .containerImagesCarrousel {
    max-height: 450px;
    min-height: 450px;
    height: 450px;
  }

  .containerMapHouse {
    max-height: 450px;
    min-height: 450px;
    height: 450px;
  }

  .largeImg {
    width: 90%;
    height: 100%;
  }

  .smallImg {
    width: 45%;
    height: 195px;
  }

  .mosaicImages {
    width: 55%;
  }

  .HouseInfoNav {
    width: 90%;
  }

  .SectionHouseInfoNavSelected {
    margin-right: 5px;
    font-size: 13px;
  }

  .SectionHouseInfoNav {
    margin-right: 5px;
    font-size: 13px;
  }

  .HouseAddressText {
    margin-left: 42px;
    margin-bottom: 10px;
  }

  .HouseInfoNav {
    margin-left: 8px;
  }

  .textOverview {
    font-size: 15px;
    margin-right: 10px;
  }

  .titleInfoHouse {
    font-size: 15px;
  }

  .textInfoHouse {
    font-size: 15px;
  }

  .containerShare {
    right: 35px;
  }

  .cardsListings {
    width: 40%;
    margin-left: 15px;
    min-width: 380px;
  }

  /*SECTION SETTINGS*/
  .bodyCard {
    display: block;
    margin-left: 20px;
  }

  .containerContactInfo {
    margin-left: 10px;
  }

  .card-text a {
    font-size: 13px !important;
  }

  .photoUserProfile {
    width: 110px;
    height: 105px;
    margin-left: 5px;
  }

  .inputClientSettings {
    width: 130px;
  }

  /* SECTION FILES */
  .inputsFilesClientDiv {
    display: block;
  }

  /* SECTION Emails */
  .headerEmails {
    display: block;
    height: 120px;
    margin-top: -15px;
    padding-top: 5px;
  }

  .rbc-toolbar {
    justify-content: flex-start;
  }

  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: initial;
  }

  .rbc-toolbar-label {
    font-size: 16px;
  }

  .rbc-btn-group {
    font-size: 14px;
  }

  .inputClient {
    max-width: 200px;
    min-width: 150px;
    font-size: 12px;
  }

  .nav-item {
    font-size: 13.5px;
    margin-top: 20px;
  }

  .smallWidth .commonSelect,
  .smallWidth .commonSelectSmall,
  .smallWidth .commonSelectFilter {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }

  .btnSectionsAddListings {
    font-size: 12px;
    width: auto;
    min-width: 90px;
    height: 35px;
    white-space: nowrap;
    margin-right: 6px;
    padding: 2px;
  }

  .btnSectionsAddListingsActive {
    font-size: 12px;
    width: auto;
    min-width: 90px;
    height: 35px;
    white-space: nowrap;
    margin-right: 6px;
    padding: 2px;
  }

  .h3AddListing {
    font-size: 17px;
  }

  .subtitleAddListing {
    font-size: 15px;
    font-weight: bold;
  }

  .ulAddListing {
    font-size: 13px;
  }

  .textQuestions {
    font-size: 15px;
  }

  .containerBtnsAndTimeline {
    display: block;
    width: 95%;
    margin-top: 20px;
  }

  .subContainerTimeLine {
    margin: 5px;
  }

  .containerTopSideHomePage {
    display: block;
    margin-top: 20px;
  }

  .titlesAboutHomePage {
    margin: 30px 0px 5px 0px;
  }

  .textoCabeceraHomePage {
    margin-bottom: 40px;
  }

  .iframeVideoHomePage {
    width: 800px;
    height: 400px;
  }

  .containerDivTemplates {
    width: 47%;
    margin-right: -15px;
  }

  .areaInputDisabled {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
  }

  .separadorBottom {
    height: 180px;
  }

  .divChatHome {
    width: 100%;
  }

  .buttonsTransactionsDiv {
    justify-content: center;
    margin-top: 10px;
  }

  .titlesContracts {
    font-size: 16px;
    margin-left: 120px;
  }

  .containerSectionsAndBtns {
    width: 26%;
    overflow-x: hidden;
    margin-right: 1%;
    height: 100%;
  }

  .selectFilterDivEspecial {
    width: 73%;
    min-width: 73%;
    max-width: 73%;
  }

  .containerHeaderFiles {
    min-height: 165px;
  }

  .textLandingPageEsp {
    font-size: 17px;
  }

  .btn-lightBlue {
    height: 20px;
  }

  .textLandingPageSub {
    font-size: 22px;
  }

  .textLandingPageCards {
    font-size: 28px;
  }

  .cardsLandingPage {
    width: 30%;
    margin-right: 2%;
  }

  .flip {
    margin: -80px 20px 70px 0px;
  }

  .imgPeople {
    width: 95%;
    margin: 0% 0% 36% 4%;
  }

  .textWhite {
    font-size: 30px;
    width: 80%;
    margin-bottom: 10px;
    text-align: start;
  }

  .textEspecial {
    font-size: 20px;
  }

  .bottomM {
    margin-bottom: 10%;
  }

  .divAbsoluteImg {
    width: 90%;
    margin-bottom: 150px;
  }

  .custom-tab-link {
    font-size: 14px;
    font-family: Montserrat;
    color: gray;
    padding: 0.5rem 1rem;
  }

  .titleClientName {
    margin: 0px 20px 0px 0px;
    font-size: 15px;
  }

  .photoProfile {
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  .containerPhotoProfile {
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
  }

  .containerSectionsTimeLineEsp {
    width: 50%;
    right: 0px;
    top: 75px;
  }

  .clientCardText {
    font-size: 16px;
  }

  .containerClientDataSmall {
    width: 47.5%;
    margin: 30px 0px 10px 0px;
  }

  .containerClientData .containerTooltipsClients {
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
  }

  .containerInfoContractUC {
    display: block;
    width: 80%;
    height: max-content;
  }

  .sectionUC {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: max-content;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .containerViewUnderContract {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    overflow-y: auto;
  }

  .divInfoContract {
    margin-top: 20px;
    margin-left: 10%;
    width: 80%;
  }

  .divInfoTR {
    margin-left: 5%;
    width: 55%;
  }

  /* Detalle de propiedad */
  .propertyReportHeaderBlock {
    flex-direction: column;
  }

  /* Valuation: la tabla de comparables se compacta para reducir el scroll lateral */
  .valuationCompTable {
    min-width: 860px;
    font-size: 12px;
  }

  .valuationCompTable th {
    font-size: 13px;
    padding: 8px 4px;
  }

  .valuationCompTable td {
    padding: 4px;
  }

  .valuationCompAddress {
    white-space: normal;
    word-break: break-word;
  }
}

@media screen and (min-width: 1750px) {
  .containerSuperSearch > section {
    flex-basis: 500px;
    min-width: 500px;
  }
  .containerPhotoAndData {
    margin-top: 30px;
  }

  .divBtnSections {
    margin-top: 2%;
    height: 40%;
  }

  .containerSectionsTransaction {
    min-height: 74%;
    height: 74%;
  }

  .containerSectionsTransactionEsp {
    min-height: 98%;
    height: 98%;
  }

  .containerModifyContract {
    bottom: 95px;
    right: 54%;
  }

  .containerNotesCI {
    width: 73%;
    height: 150px;
  }

  .divInfoRec {
    left: 0%;
  }

  .containerPrimerosPasos {
    width: 20%;
    height: 50%;
    position: fixed;
    transform: translateX(197%);
    transition: transform 0.5s ease;
  }

  .containerPrimerosPasos.open {
    transform: translateX(550%);
  }

  .containerClientData {
    height: 135px;
  }

  .noPhoto {
    height: 120px;
    width: 120px;
    margin: 5px 0px 15px 0px;
  }

  .imgTransaction {
    width: 90px;
    height: 90px;
    margin: 5px 0px 15px 0px;
    object-fit: cover;
  }

  .containerIAtraining {
    width: 90%;
  }

  .smallWidth .commonSelect,
  .smallWidth .commonSelectSmall,
  .smallWidth .commonSelectFilter {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }

  .containerLoans {
    min-width: 31%;
  }

  .btn-primary {
    min-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .containerSectionHomeResp {
    height: 65vh;
  }

  .divSearchByDate {
    height: 27%;
  }

  .table td {
    height: 54px;
  }

  .FiltersHouse {
    min-height: 470px;
    max-height: 620px;
  }

  .firstImage {
    width: 50%;
    height: 95%;
  }

  .largeImg {
    width: auto;
    min-width: 80%;
    max-width: 100%;
    height: 100%;
    object-fit: fill;
    margin-left: 60px;
  }

  .mosaicImages {
    width: 45%;
    max-height: 100%;
  }

  .smallImg {
    width: 46%;
    height: 12rem;
    max-height: 85%;
    margin: 10px;
    object-fit: fill;
  }

  .containerTemplates {
    max-height: 620px;
  }

  .textTemplates {
    font-size: 14px;
  }

  .areaInputDisabled {
    min-width: 800px;
    max-width: 800px;
    width: 800px;
  }

  .imgPeopleDiv {
    min-width: 77%;
    width: 77%;
  }

  .divAbsoluteImg {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-bottom: 27%;
  }

  .containerSectionsTimeLineEsp {
    top: 95px;
    right: 45px;
  }

  .imgPeople {
    height: 220px;
  }

  .containerPrimerosPasos {
    transform: translateX(-65%);
  }

  .containerShareTR {
    max-height: 473px;
  }

  .containerProgressBarUC {
    left: 125px;
  }

  .containerNotes {
    justify-content: space-around;
  }

  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }

  .containerCardsMails {
    min-width: 88%;
    max-width: 88%;
  }

  .containerViewUnderContract {
    min-height: 55vh;
  }

  .sectionUC {
    height: 70%;
  }

  .showSectionsTrans {
    height: 100%;
    margin-top: 20px;
  }

  .containerPhotoOnB {
    width: 40%;
  }
}

@media screen and (max-width: 1286px) {
  .containerFilterHouseListings.filterListingsPanel.filterListingsPanel--list {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 350px;
    max-width: calc(100vw - 90px);
    height: 650px;
    min-height: 650px;
    max-height: 700px;
    z-index: 300;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 8px 40px rgba(0, 39, 82, 0.22);
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .containerFilterHouseListings.filterListingsPanel.filterListingsPanel--list.filterListingsPanel--mobileOpen {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .containerFilterHouseListings.filterListingsPanel.filterListingsPanel--list.filterListingsPanel--collapsed {
    display: none;
  }
  .containerBtnClientsResponsive {
    display: block;
  }

  .containerClientHouse {
    display: block;
  }

  .containerMyHouseShowing {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .divDesireHouse {
    width: 100%;
  }

  .containerMyHouseShowing {
    height: max-content;
    min-height: max-content;
  }

  .divDesireHouse {
    height: 100%;
  }

  .containerTableListings {
    min-height: 60vh;
    max-height: 60vh;
  }

  .containerCompDesire {
    margin-left: 25px;
  }

  .sectionPreviewFeatures {
    display: block;
    margin-left: 50px;
  }

  .subSectionPreview {
    width: 60%;
    margin: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 1100px) {
  .similarGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  /* Card principal — Figma: width 1000px → 100% */
  .valuationTopCard {
    min-height: 240px;
    padding: 10px 0;
  }

  /* KPI Grid: 5 cards en fila en desktop */
  .valuationKpiGrid {
    flex-direction: row;
  }

  /* Subject-Meta-Row: horizontal */
  .valuationSubjectMetaRow {
    flex-direction: row;
    align-items: flex-end;
  }

  /* Engine row horizontal */
  .valuationEngineRow {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  /* En tablet ancha el KPI Grid colapsa a 3 columnas */
  .valuationKpiGrid {
    flex-wrap: wrap;
  }

  .valuationKpiCard {
    flex: 1 1 calc(33.333% - 2px);
    min-width: calc(33.333% - 2px);
  }

  /* El 4° y 5° card no tienen borde derecho al ser la última de su fila */
  .valuationKpiCard:nth-child(3) {
    border-right: none;
  }
}


@media screen and (max-width: 900px) {
  .valuationTopCard {
    min-height: auto;
    border-radius: 16px;
    padding: 10px 0 14px;
  }

  /* Subject-Meta-Row: vertical en móvil */
  .valuationSubjectMetaRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 12px;
  }

  .valuationPanelActions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* KPI Grid: 2 columnas en móvil */
  .valuationKpiGrid {
    flex-wrap: wrap;
  }

  .valuationKpiCard {
    flex: 1 1 calc(50% - 1px);
    min-width: calc(50% - 1px);
    border-bottom: 1px solid rgba(117, 117, 117, 0.1);
  }

  .valuationKpiCard:nth-child(2n) {
    border-right: none;
  }

  .valuationKpiCard:nth-last-child(-n+2) {
    border-bottom: none;
  }

  /* Engine row: vertical */
  .valuationEngineRow {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 12px;
    gap: 10px;
  }

  .valuationEngineRowLogo {
    height: 44px;
    width: auto;
    max-width: 140px;
  }

  .valuationEngineRowLogo--square {
    width: 64px;
  }

  .valuationBanner {
    font-size: 12px;
  }

  .valuationSummaryMetrics.valuationSummaryMetricsRent {
    grid-template-columns: 1fr;
    height: auto;
    gap: 18px;
  }

  .valuationSummaryMetricsRent .valuationSummaryMetricsCol {
    height: auto;
    min-height: 112px;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid #e1e7ee;
  }

  .valuationSummaryMetricsRent .valuationSummaryMetricsCol:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  /* Las secciones cols3/4/5/6 pasan a 2 columnas */
  .propertyDetailSectionBody.cols3,
  .propertyDetailSectionBody.cols4,
  .propertyDetailSectionBody.cols5,
  .propertyDetailSectionBody.cols6 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Las dos columnas de secciones se apilan */
  .propertySectionsColumns {
    flex-direction: column;
  }

  .propertySectionsLeftColumn {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
  }

  .propertySectionsRightColumn {
    padding-left: 0;
  }

  /* Grid de resumen pasa a 1 columna */
  .propertyReportGrid4x3 {
    grid-template-columns: 1fr;
  }
}

/* Panel drawer de lista — siempre aplica, el JS controla cuándo se usa */
.housePhotosListPanel--mobile {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.96);
  width: min(420px, 92vw);
  max-height: 80dvh;
  background: white;
  z-index: 300;
  overflow-y: auto;
  box-shadow: 0 8px 40px rgba(0, 39, 82, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.housePhotosListPanel--mobile.housePhotosListPanel--open {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  pointer-events: auto;
  padding-top: 15px;
}

/* Backdrop semitransparente detrás del panel */
.housePhotosListBackdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 39, 82, 0.35);
  z-index: 299;
}

/* Corrección de scroll: anula min-height: 70vh del modo mapa cuando se usa layout stack-paginate
   (detalle, fotos, calculador). Al estar en mediaQueries.css (cargado último), esta regla gana
   sobre la de css.css con igual especificidad (0-2-0) pero posición anterior. */
.containerPropertySearchStackPaginate .propertySearchMainRow {
  min-height: 0;
}

@media (max-height: 890px) {
  .twMagicModalContent {
    height: calc(100vh - 60px);
  }
}

@media (max-width: 992px) {
  .authMain {
    flex-direction: column;
  }
  .authHeroContainer {
    width: 100%;
    min-height: auto;
    padding: 32px 24px;
  }
  .authFormPanel {
    width: 100%;
    min-height: auto;
    padding: 32px 20px 60px;
  }
  .newLoginPageFooter {
    position: relative;
    bottom: auto;
    margin-top: 24px;
  }
}

.react-responsive-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.react-responsive-modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.react-responsive-modal-container {
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

/* Used to trick the browser to center the modal content properly  */
.react-responsive-modal-containerCenter:after {
  width: 0;
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.react-responsive-modal-modal {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  padding: 1.2rem;
  position: relative;
  overflow-y: auto;
}

.react-responsive-modal-closeButton {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: flex;
}

/* Used to fix a screen glitch issues with the animation see https://github.com/pradel/react-responsive-modal/issues/495 */
.react-responsive-modal-overlay,
.react-responsive-modal-container,
.react-responsive-modal-modal {
  animation-fill-mode: forwards !important;
}

@keyframes react-responsive-modal-overlay-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes react-responsive-modal-overlay-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes react-responsive-modal-modal-in {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}

@keyframes react-responsive-modal-modal-out {
  0% {
    transform: scale(100%);
    opacity: 1;
  }
  100% {
    transform: scale(0.96);
    opacity: 0;
  }
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/* Barra de navegación superior */
.topbar {
  width: 100vw;
  height: 55px;
  min-height: 55px;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 92px;
  padding-right: 24px;
}

.topNavcircleLink {
  align-self: center;
  justify-content: center;
  height: 43px;
  width: 43px;
  border-radius: 50%;
}

.circle {
  align-self: center;
  margin-right: 10px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-color: #002752;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 5px;
}

.initial {
  text-align: center;
  color: white;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: bold;
  margin-top: 10px;
}

.ANusercontainer {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  align-self: center;
}

.NAname {
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #002752;
}

.NArole {
  font-size: 12px;
  font-weight: bold;
  font-family: Poppins;
  color: gray;
}

@media screen and (min-width: 0px) and (max-width: 1500px) {
  .topNavcircleLink {
    background-color: white;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topNavsmallCircleLink {
    padding: 8px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .containerTopBarLinks {
    padding: 10px;
    position: fixed;
    right: 30px;
    background-color: white;
    height: 520px;
    width: 120px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(43, 65, 98, 0.4) 0px 5px 15px;
    justify-content: space-around;
  }

  .divTableTop {
    width: 20vw;
    height: 200px;
    position: fixed;
    top: -800px;
    right: 60px;
  }
  .divTableTopOn {
    width: 20vw;
    height: 200px;
    position: fixed;
    animation: divTableTopIn ease-in-out 1s forwards;
    right: 30px;
  }

  .divTableTopOff {
    width: 20vw;
    height: 200px;
    position: fixed;
    animation: divTableTopOut ease-in-out 1s forwards;
    right: 30px;
    top: -800px;
  }

  @keyframes divTableTopIn {
    0% {
      top: -500px;
      opacity: 0;
    }

    10% {
      opacity: 0;
    }
    100% {
      top: 150px;
      opacity: 1;
    }
  }

  @keyframes divTableTopOut {
    0% {
      top: 150px;
      opacity: 1;
    }

    50% {
      opacity: 0;
    }
    100% {
      top: -800px;
    }
  }

  .NAname {
    position: relative;
    right: 20px;
    font-size: 17px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #002752;
  }
  .NArole {
    position: relative;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: Poppins;
    color: #081d34;
  }
  .circle {
    position: relative;
    right: 20px;
    align-self: center;
    margin-right: 10px;
    margin-left: 20px;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #002752;
  }
}

/* SuperSearch styles */
.superSearchWrapper {
  position: relative;
}

.superSearchForm {
  display: flex;
}

.superSearchInputContainer {
  min-height: 0px;
  margin-bottom: 0px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  position: relative;
}

.superSearchLabel {
  position: absolute;
  z-index: 998;
  background-color: white;
  top: -10px;
  left: 15px;
  padding: 0 5px;
  color: #002752;
  font-weight: bold;
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 1;
}

.superSearchInputStyles {
  height: 35px;
  min-height: 35px;
  border-radius: 10px;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}

.superSearchClearBtn {
  position: absolute;
  display: flex;
  top: 10px;
  z-index: 998;
}

.clearBtnProperties {
  right: 15px;
}

.clearBtnGlobal {
  right: 15px;
}

.fullWidth {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin-right: 0px !important;
}

.dropdownContainer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 998;
}

.dropdownContainerMls {
  width: 450px;
}

.dropdownContainerGlobal {
  width: 100%;
}

.mlsAutocompleteDropdown {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 0px;
  width: 100%;
  z-index: 998;
  max-height: 400px;
  overflow-y: auto;
  font-family: Arial, sans-serif;
}

.mlsTopHit {
  padding: 8px 15px;
  background-color: #e8f4fa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.mlsTopHitTitle {
  font-weight: bold;
  color: #8a96a3;
}

.mlsTopHitContent {
  font-weight: bold;
  color: #333;
}

.mlsTopHitSubContent {
  font-weight: normal;
  color: #333;
}

.mlsFieldsHeader {
  background-color: #e8f4fa;
  padding: 6px 15px;
  border-bottom: 1px solid #a6cbe2;
  border-top: 1px solid #a6cbe2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mlsFieldsHeaderTitle {
  font-weight: bold;
  color: #0a568c;
  font-size: 14px;
}

.mlsFieldsHeaderSubtitle {
  font-size: 12px;
  color: #0a568c;
}

.mlsFieldsContainer {
  display: flex;
  padding: 10px 15px;
  flex-wrap: wrap;
  background-color: white;
}

.mlsFieldGroup {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
}

.mlsFieldLabel {
  width: 30%;
  font-weight: bold;
  color: #8a96a3;
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
}

.mlsFieldItems {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.mlsAutocompleteItem {
  cursor: pointer;
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
}

.mlsNoResults {
  padding: 10px;
  color: #888;
  width: 100%;
  text-align: center;
}

.loadingContainer {
  margin: 0px;
  padding: 20px 0px;
  background-color: white;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 998;
}

.listGroupSpecial {
  min-width: 350px;
}

.listGroupSpecialNoBorder {
  min-width: 350px;
  border-radius: 0px;
}

.listGroupItemNoBorder {
  border-radius: 0px;
  font-size: 13px;
}

.listGroupItemSmall {
  border-radius: 0px;
  font-size: 12px;
}

.textMarginRight {
  margin-right: 3px;
}

.textMarginLeft {
  margin-left: 3px;
}

.textGraySmall {
  font-size: 11px;
  color: gray;
}

.fullWidthInput {
  width: 100% !important;
  min-width: 0 !important;
}
.listGroupEllipsis { overflow-x: hidden; text-overflow: ellipsis; min-width: 350px; border-radius: 0px; }
.noResultsContainer { font-size: 25px; color: rgba(0, 39, 82, 1); padding: 20px 0px; border: #bdbdbe solid 1px; background-color: white; position: absolute; min-width: 350px; z-index: 998; }
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
          box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-month-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-preferred-size: 0 px;
      flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rbc-time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

/*# sourceMappingURL=react-big-calendar.css.map */