@charset "UTF-8";@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=Poppins");





/*AUTH---------------------------------------------*/
@font-face {
  font-family: "Gilroy-Regular";
  src: url("/assets/Gilroy-Regular-D-tpQJef.ttf");
}
* {
  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;
  height: 100vh;
  width: 100vw;
  background: rgb(0, 39, 82);
  background: linear-gradient(
    90deg,
    rgba(0, 39, 82, 1) 0%,
    rgba(0, 39, 82, 0.8) 25%,
    rgba(245, 245, 245, 1) 100%
  );
}
.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%);
}
.sidebar {
  height: 100vh;
  width: 68px;
  background-color: #2b4162;
  position: fixed;
  z-index: 1000;
  transition: width 0.5s;
}
.sidebar-expanded {
  height: 100vh;
  width: 200px;
  background-color: #2b4162;
  position: fixed;
  z-index: 1000;
  transition: width 0.5s;
}
.spanSideBar {
  color: rgb(245, 245, 245);
  font-weight: bold;
  font-family: Poppins;
  display: none;
}
.iconText {
  margin: 2px -20px 0px 15px;
  color: whitesmoke;
  font-weight: bold;
  pointer-events: none;
  font-family: Poppins;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s, scale 0.5s, pointer-events 0.5s ease-in-out;
}
.iconText.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.iconTextMails {
  margin: 2px -20px 0px 15px;
  color: var(--primary-color);
  font-weight: bold;
  pointer-events: none;
  font-family: Poppins;
  font-size: 12px;
  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;
}
.logoSideBar {
  background-color: #ffffff;
  width: 65px;
  height: 45px;
  margin-top: 13px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.NAicon {
  height: max-content;
  width: 19px;
}
.expandBTN {
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  height: max-content;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: ease-in-out 0.5s;
}
.rotate-icon2 {
  transform: rotate(-360deg);
  transition: ease-in-out 0.5s;
}
.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----------------------------------------*/
.ArrowBack {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: fixed;
  z-index: 999;
  left: 75px;
  top: 20px;
  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;
}
.SearchButton {
  background-color: #002752;
  border-radius: 5px;
  border-width: 0px;
  z-index: 999;
  display: flex;
  height: 35px;
  min-height: 35px;
  min-width: 130px;
  width: 35px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  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;
  min-height: 35px;
  min-height: 35px;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  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;
  width: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerQuickSearch {
  display: flex;
  flex-direction: row;
  height: 85%;
  justify-content: space-between;
  width: 100%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerButtonsHeaderContacts {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: end;
  margin-bottom: 20px;
}
.ClientSubmitionAttributes {
  display: flex;
  text-align: start;
  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;
  width: 90vw;
  height: 72vh;
  background-color: whitesmoke;
}
.containerChatClients {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 93%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.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;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.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;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.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: 70%;
  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: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  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: fixed;
  right: 0vw;
  bottom: 5px;
}
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.pagination .page-num {
  font-family: Inter;
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 400;
  background-color: whitesmoke;
  box-shadow: 3px 3px 5px 0px rgba(165, 162, 162, 0.5);
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-num:hover {
  background-color: #afd7cc;
  color: whitesmoke;
}
.pagination .active {
  background-color: #11bc98;
  color: whitesmoke;
  padding: 7px 12px;
  pointer-events: none;
}
.page-num {
  color: #002852;
  font-size: 14px;
}
.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;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.containerAbout {
  max-height: 80vh;
  padding: 30px;
  padding-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  border-radius: 10px;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.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;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}
.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;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
  height: 78%;
}
.containerLabels {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  margin-left: -15px;
  margin-top: 2px;
}
.divFilterLabels {
  border: 1px solid black;
  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;
  align-items: center;
  font-family: Poppins;
  font-size: 12px;
  margin-right: 5px;
}
.AddOfferTitle {
  color: #002752;
  font-family: "Poppins";
  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;
}
.searchProperyComm {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  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: 0px 0px 2px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.searchProperyComm:hover {
  background-color: var(--hover-color);
}
.fotoEdit {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  transition: scale 0.3s;
  cursor: pointer;
}
.fotoEdit:hover {
  scale: 1.1;
}



/* COLORES PRINCIPALES */

:root {
  --primary-color: rgba(0, 39, 82, 1);
  --secondary-color: rgb(245, 245, 245);
  --yellow-color: rgb(216, 175, 77);
  --green-color: rgb(44, 165, 141);
  --purple-color: rgb(132, 89, 107);
  --success-color: #198754;
  --warning-color: #c3a750;
  --error-color: #e93a4b;
  --hover-color: rgba(16, 81, 151, 0.75);
  --hover-color-hard: rgba(0, 45, 93, 0.2);
  --background-color: #f2f6fc;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.containerToolPhone {
  position: relative;
  bottom: 50px;
  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;
  margin-right: 10px;
}

.form-check-input:hover {
  scale: 1.1;
  background-color: var(--hover-color-hard);
}

.form-check-input:checked {
  background-color: 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: 60px;
  margin-left: 68px;
  background-color: #ebeff2;
  display: flex;
  width: calc(100vw - 70px);
  height: calc(100vh - 70px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.MainDivEsp {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  animation: showDiv ease-in-out 0.3s forwards;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

/*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;
}

.react-datepicker-popper {
  z-index: 999 !important;
}

.react-datepicker__header {
  background-color: #002752;
}

.react-datepicker__current-month {
  color: white;
  font-family: Poppins;
  margin-top: -5px;
  font-size: 14.5px;
}

.react-datepicker__day-name {
  color: white;
  font-family: Poppins;
}

.react-datepicker-time__header {
  color: white;
  font-family: Poppins;
}

.react-datepicker__day {
  font-weight: bold;
  font-family: Poppins;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  font-weight: bold;
  font-family: Poppins;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list::-webkit-scrollbar {
  background-color: #f3f4f6;
  width: 8px;
  border-radius: 0px 10px 10px 0px;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list::-webkit-scrollbar-thumb {
  background-color: #2b4162;
  border-radius: 2px;
}

.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;
}

.containerGeneralSettings {
  display: flex;
  width: 97%;
  height: 82%;
}

.userInfoCard {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid lightgray;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  animation: showDiv ease-in-out 0.3s forwards;
}

.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;
}

.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;
}

.containerHeaderFiles {
  display: flex;
  min-height: 150px;
  margin: 10px 0px 15px 0px;
  border-radius: 5px;
  border: 1px solid rgba(0, 39, 82, 1);
}

.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;
}

.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-y: scroll;
  overflow-x: hidden;
  z-index: 100;
  overflow-y: auto;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}

.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;
  width: 65%;
  min-height: 90%;
}

.containerFilesEsp {
  display: flex;
  flex-direction: column;
  width: 65%;
  min-height: 90%;
}

.containerSectionIframe {
  display: flex;
  justify-content: center;
  width: 45%;
  height: 100%;
  margin-left: 2%;
}

.containerIframe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 95%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid lightgray;
}

.containerIframeTransactionEsp {
  display: flex;
  width: 95%;
  height: 100%;
  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: 95%;
  max-width: 95%;
}

.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%;
}

/* SECTION INFORMATION */

.containerHeaderInformation {
  height: auto;
  width: 95%;
  min-height: 100px;
}

.containerInformation {
  min-height: 70%;
  max-height: 70%;
  height: auto;
  width: auto;
  overflow-y: auto;
  flex-direction: row;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}

.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;
}

.scrollSideBar {
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 2px;
  height: 75%;
}

.scrollSideBar::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  background-color: rgba(245, 245, 245, 0.232);
  border-radius: 10px;
}

.scrollSideBar::-webkit-scrollbar-thumb {
  background-color: rgba(245, 245, 245, 0.66);
  border-radius: 10px;
}

.containerTopNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  height: 100%;
  width: 61%;
  margin-right: 15px;
}

.containerTopNavText {
  overflow: hidden;
  min-width: 60%;
  text-align: end;
  flex: 0;
  padding: 5px;
}

.logOut {
  height: 23px;
  width: 23px;
  color: var(--primary-color);
  transition: scale 0.3s;
}

.logOut:hover {
  scale: 1.2;
}

.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: center;
  position: relative;
  margin-bottom: 1rem;
}

.containerCards {
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 15.5rem;
  display: flex;
  border-radius: 15px;
  margin-right: 1rem;
  height: 4.8rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
  transition: scale 0.3s;
}

.card-title {
  font-family: Poppins;
  font-size: 13px;
  font-weight: bold;
}

.fw-bold {
  font-size: 14px;
  margin-bottom: 5px;
}

.text-truncate {
  overflow: initial !important;
}

.textRole {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.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: 65%;
  flex: 0;
}

.divTableSmall {
  max-height: 400px;
  min-width: 230px;
  overflow: scroll;
  overflow-x: hidden;
}

.divTableSmall::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.divTableSmall::-webkit-scrollbar-thumb {
  background-color: var(--primary-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;
}

.divTableOffers {
  display: flex;
  min-width: 100%;
}

.divTableBig {
  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;
}

.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%;
}

.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;
}

.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;
}

.responsiveBtnClient {
  display: flex;
}

.containerInputsHeaderClients {
  display: flex;
  align-items: center;
}

.clientTypeBtn {
  background-color: whitesmoke;
  border-radius: 5px;
  display: flex;
  height: 25px;
  width: auto;
  min-width: 80px;
  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: 80px;
  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: 13px;
  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: "Gilroy-Regular";
  color: #000000cc;
  padding-top: 1px;
  font-size: 15px;
  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;
}

/*----------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;
}

.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;
}

.date-picker {
  z-index: 999;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 13px;
  color: var(--primary-color);
  border: 1px solid lightgray;
  border-radius: 5px;
  min-height: 30px;
  max-height: 30px;
  min-width: 80%;
  max-width: 80%;
  padding-left: 10px;
  cursor: pointer;
}

.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: "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: 80px;
  width: 25vw;
  max-width: 120px;
}

.smallWidth .commonSelect,
.smallWidth .commonSelectSmall,
.smallWidth .commonSelectFilter {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
}

.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-weight: 1000;
  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;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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: 12px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #2b4162;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.showPassword {
  margin-left: -25px;
  cursor: pointer;
  animation: showDiv ease-in-out 0.3s forwards;
}

.spinner-primary {
  color: var(--primary-color) !important;
}

.containerScroll {
  height: auto;
  min-width: 100%;
  width: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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: 95%;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  scrollbar-width: thin;
}

.sidebarMails {
  height: 100%;
  width: 70px;
  background-color: var(--background-color);
  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: var(--background-color);
  z-index: 1000;
  align-items: center;
  transition: 0.5s;
  justify-content: flex-start;
  opacity: 1;
  border-right: 1px solid lightgray;
}

.clientCardMails {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  transition: 0.5s;
  height: 55px;
  border-bottom: 1px solid lightgray;
  transition: 0s;
}

.clientCardMails:hover {
  box-shadow: 1px 1px rgba(0.3, 0.3, 0.3, 0.3);
}

.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%;
}

.containerCommunicationsType {
  display: flex;
  align-items: center;
  margin: 5px 0px 0px 25px;
  width: 45%;
  height: 9%;
}

.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 {
  max-width: 160px;
  min-width: 160px;
  height: 40px;
  margin: 15px 15px 30px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s, background-color 0s;
  background-color: white;
  border: 1px solid rgba(15, 61, 110, 0.312);
}

.iconNavMailsClose {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 15px 0px 30px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s, background-color 0s ease-in-out;
  background-color: white;
  border: 1px solid rgba(15, 61, 110, 0.312);
}

.iconContainerActiveMails {
  background-color: #d3e3fd;
  transition: 0.5s, background-color 0s ease-in-out;
}

.iconContainerActive {
  background-color: var(--hover-color);
  transition: 0.5s, background-color 0s ease-in-out;
}

.iconNavMails:hover {
  background-color: #d3e3fd;
}

.iconNavMailsClose:hover {
  background-color: #d3e3fd;
}

.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-weight: bold;
  font-size: 14px;
  min-width: 150px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 10px;
  transition: 0.2s;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(15, 61, 110, 0.314);
}

.EmailReceivedSections:hover {
  background-color: #d3e3fd;
}

.EmailReceivedSectionsActive {
  background-color: #d3e3fd;
  color: black;
  max-height: 30px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 10px;
  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: 375px;
  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";
  font-weight: 700;
  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: 30%;
  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;
}

.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);
}

.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;
  border-radius: 10px;
  width: 98%;
  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);
}

.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: start;
  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: 30px 0px;
  scrollbar-width: thin;
  scrollbar-color: gray lightgray;
}

.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: 70%;
  display: flex;
  justify-content: center;
  max-height: 65vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: gray lightgray;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

@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: 5px;
  height: 23%;
  background-color: #e9edf6;
  border-bottom: 3px solid 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;
  border-radius: 10px;
  transition: 0.3s;
  border: none;
  min-height: 40px;
  height: 40px;
  max-height: 100px;
  background-color: white;
  border: 2px 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: 40%;
}

.questionBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid whitesmoke;
  padding: 5px 7px;
  width: 50%;
  max-width: 50%;
  min-height: 60px;
  max-height: 60px;
  margin: 5px;
  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: 25%;
  margin-top: 35px;
  padding: 2px 10px;
  overflow-y: auto;
  max-height: 85%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.containerFormCategory {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 95%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 25px 0px;
  width: 100%;
}

.sectionFilesTransaction {
  display: flex;
  width: 100%;
  height: 88%;
  padding: 10px;
  transition: 1s;
  opacity: 1;

  @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: 10px;
  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;
}

.containerTableFiles {
  width: 70%;
}

.InputV2 {
  position: relative;
  margin-bottom: 35px;
  max-width: 270px;
  min-width: 270px;
  margin-right: 25px;
  cursor: pointer;
}

.SuperSearch {
  max-width: 600px;
  min-width: 600px;
  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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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: 220px;
  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 {
  background-color: white;
  border: 1px solid var(--primary-color);
}

.newInputSelectEsp {
  width: 220px;
  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;
}

.newInputSelectEsp:focus {
  outline: none;
  box-shadow: rgba(3, 66, 133, 0.75);
}

.newInputSelectEsp:hover {
  background-color: white;
  border: 1px solid var(--primary-color);
}

.newInputSearch:hover {
  background-color: whitesmoke;
  border: 1px solid var(--primary-color);
}

.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: 220px;
  border: none;
  border-radius: 10px;
  padding: 3px 8px 3px 8px;
  font-family: Poppins;
  color: #002752;
  height: 30px;
  transition: background-color 0.3s, border 0.3s;
}

.newInputSearch:hover {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  background-color: #dcedff;
}

.newInputSearch:focus {
  border: var(--hover-color-hard) solid 1px;
  box-shadow: 3px 3px 3px 0px rgba(165, 162, 162, 0.311);
  outline: none;
}

.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: 2px solid lightgray;
  padding-bottom: 0;
  white-space: nowrap;
}

.custom-tab-item {
  cursor: pointer;
  position: relative;
}

.custom-tab-link {
  font-weight: bold;
  font-size: 15px;
  font-family: Montserrat;
  color: gray;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.custom-tab-link:hover {
  color: rgba(25, 135, 84, 1);
  text-shadow: 1px 1px 6px rgba(25, 135, 84, 0.1);
}

.custom-tab-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.2s;
}

.custom-tab-link.active {
  color: var(--primary-color);
}

.custom-tab-link.active::after {
  background-color: #12bc98;
}

.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;
  scale: 1.05;
}

.iconScaleWithActive {
  position: relative;
}

.iconScaleWithActive:hover {
  transition: scale 0.3s;
  scale: 1.05;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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: 90px;
  height: 90px;
  min-width: 90px;
  width: 90px;
  padding: 20px;
  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%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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.1;
}

.containerLastDivSettings {
  display: flex;
  height: 100%;
}

.containerFirstDivSettings {
  width: 65%;
  margin-right: 5%;
}

.containerMiddleDivSettings {
  display: flex;
  width: 80%;
  height: 92%;
}

.containerLangAndTheme {
  display: flex;
  width: 20%;
  flex-direction: column;
  align-items: center;
}

.containerPreferences {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.containerLanguage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.containerTheme {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mbLang {
  margin-bottom: 50px;
}

.marginSignature {
  margin: 75px 0px 100px 0px;
}

.containerAboutMe {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  max-height: 90px;
  margin: 15px 50px 0px 0px;
}

.montserratText {
  font-family: Montserrat;
  font-size: 15px;
  margin-bottom: 5px;
}

.containerUserInfo {
  display: flex;
  justify-content: center;
  width: 93%;
  max-height: 85%;
}

.containerSecondaryInfo {
  width: 50%;
  margin-left: 1%;
}

.containerSectionContracts {
  height: 92%;
  width: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.containerUnderContractCard {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 10px 0px;
  min-height: 45%;
  height: 45%;
  max-height: 45%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.containerUnderContractInfo {
  display: flex;
  flex-direction: column;
  margin: 20px 0px 0px 0px;
  width: 100%;
  min-height: 28%;
  max-height: 28%;

  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

/*NUEVO HOME*/

.containerDashboard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.primarySectionDash {
  width: 48%;
  height: 90%;
}

.secondarySectionDash {
  display: flex;
  width: 48%;
  height: 90%;
}

.containerChatAndCalendar {
  width: 60%;
  height: 100%;
}

.containerTransactionsAndSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 40%;
  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: 25%;
  margin: 0px 0px 0px 20%;
  display: flex;
  align-items: center;
}

.containerAppsAndCardInfo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-width: 32%;
}

.containerAppsAndCardInfoTC {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-width: 26%;
}

.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 {
  animation: showDiv ease-in-out 0.3s forwards;
  transition: 0.5s;
  width: 400px;
  height: 100%;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
}

.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%;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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: 80%;
  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 {
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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;
  font-weight: bold;
}

.divInfoPreq {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
  padding: 3px 10px 0px 10px;
  display: flex;
}

.btnTraining {
  background-color: white;
  width: 95%;
  border-radius: 10px;
  min-height: 110px;
  height: 110px;
  border: 1px solid lightgray;
  margin: 10px 5px;
  transition: background-color 0.3s, scale 0.3s, border 1s;
}

.btnTraining:hover {
  background-color: whitesmoke;
  scale: 1.01;
  border: 1px solid var(--primary-color);
}

.textBtnTraining {
  font-family: Poppins;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.descriptionTrainingCard {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 100;
  color: #b8b8b8;
  text-align: start;
}

.imgCardsTraining {
  width: 80%;
  height: 98%;
  min-width: 140px;
  padding: 10px;
  border-radius: 20px;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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;
}

.containerBtnSection {
  display: flex;
  justify-content: center;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  height: 95%;
}

.divBtnSections {
  width: 49%;
}

.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;
}

.containerClosed {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  height: 100%;
}

.cardNotifications {
  width: 100%;
  border: 2px solid whitesmoke;
  border-radius: 5px;
  min-height: 8%;
  max-height: 8%;
  height: max-content;
  margin: 4px 0px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background-color: white;
}

.cardNotifications:hover {
  background-color: whitesmoke !important;
}

.cardNotifications.lenderFeedbackBackground:hover {
  background-color: #faecd1;
}

.textDateNotifications {
  font-family: Poppins;
  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 {
  height: 75%;
}

.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;
  scrollbar-width: thin;
  scrollbar-color: var(--hover-color) var(--hover-color-hard);
  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;
  justify-content: start;
  margin-top: 1%;
  width: 100%;
}

.superSearchWidth {
  width: 330px;
  margin-top: 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-x: auto;
  min-width: 98%;
}

.containerDetailProperties {
  width: 75%;
  height: 96%;
  overflow: auto;
  background-color: white;
  padding: 20px 15px 5px 15px;
}

.responsiveInfoDetail {
  display: flex;
  font-size: 12px;
  gap: 30px;
}

.imgDetailProperties {
  max-height: 220px;
  width: 230px;
}

.containerPhotos {
  width: 75%;
  overflow: auto;
  background-color: white;
  height: 96%;
  margin-left: 10px;
}

.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;
}

.datepicker-wrapper {
  position: relative;
  overflow: visible;
}

.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;
  margin-bottom: 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%;
}

.containerBtnClients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62%;
}

.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;
}

.nameUserTopNav {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: end;
  font-size: 14px;
  white-space: nowrap;
  color: var(--primary-color);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  text-align: end;
}

.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: 0px 30px 15px -20px;
  min-width: 328px;
  width: 500px;
  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;
  min-width: 70px;
  white-space: nowrap;
  font-size: 12px;
}

.containerHomeOnb {
  width: 62%;
  margin-top: 12%;
}

.text1CardHome {
  position: absolute;
  top: 160px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #0008;
  margin: 0px;
}

.text2CardHome {
  position: absolute;
  top: 200px;
  left: 30px;
  color: white;
  font-size: 22px;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #0008;
  margin: 0px;
}

.imgCarrouselHomeOnb{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.containerImgsOnb{
  overflow: hidden;
  position: relative;
  width: 100%;
}@media screen and (min-width: 761px) and (max-width: 851px) {
  .labelTimeLineOnb {
    font-size: 11px;
  }
  .nameUserTopNav {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: end;
    font-size: 12px;
    white-space: nowrap;
  }

  .containerTopNavText {
    min-width: 54%;
  }
  .photoUserProfileSmall {
    min-width: 45px;
  }
  .textRole {
    font-family: Poppins;
    font-size: 12px;
    font-weight: bold;
  }

  .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: 95%;
    margin-left: 2%;
    height: max-content;
    overflow: hidden;
    margin-top: 20px;
  }
  .containerTableHouses {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: 2%;
  }
  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }
  .imgDetailProperties {
    max-height: 250px;
    width: 95%;
  }
  .containerPropertySearch {
    height: 84%;
  }
  .containerTabsUsers {
    margin-top: 3%;
  }
  .containerSelectClient {
    display: block;
    margin-top: -4px;
  }
  .btnAddClient {
    margin-top: -30px;
  }
  .divEventsType {
    margin: 0px 0px 0px 10px;
  }
  .btnsCalendarHome {
    width: 40px;
    font-size: 11px;
  }
  .cardNotifications {
    min-height: 11%;
  }
  .containerClosed {
    height: 68%;
    margin-bottom: 20px;
  }
  .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: 11px;
    font-family: Montserrat;
    color: gray;
    padding: 0.2rem 0.4rem;
  }
  .containerTooltipsClients {
    width: 50%;
  }
  .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%;
  }

  .containerHeaderInformation {
    padding: 0px 15px 0px 2px;
  }

  .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;
  }
  .css-b62m3t-container {
    max-width: 155px;
  }

  .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;
  }
  .containerSignatureAndLogs {
    display: flex;
    align-items: baseline;
    width: 90%;
    justify-content: space-between;
  }
  .marginSignature {
    margin: 15px 0px 15px 0px;
  }
  .mbLang {
    margin-bottom: 0px;
  }
  .containerPreferences {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .containerLanguage {
    display: flex;
    align-items: center;
    margin-right: 50px;
  }
  .containerTheme {
    display: flex;
    margin-bottom: 5px;
  }
  .userInfoCard {
    padding: 20px;
  }
  .containerLangAndTheme {
    width: 100%;
    margin-top: 60px;
  }
  .containerLastDivSettings {
    display: block;
  }
  .containerFirstDivSettings {
    width: 50%;
  }
  .containerMiddleDivSettings {
    width: 100%;
  }
  .montserratText {
    font-size: 13px;
  }
  .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;
  }
  .SuperSearch {
    max-width: 250px;
    min-width: 250px;
    cursor: pointer;
  }
  .containerSuperSearch {
    width: 37%;
    margin: 0px 20px 0px 10%;
  }

  .superSearchWidth {
    width: 250px;
    margin-top: 5px;
    margin-right: 20px;
  }

  .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;
  }
  .divBtnSections {
    width: 90%;
  }
  .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%;
  }
  .containerCommunicationsType {
    margin: 25px 0px 20px 25px;
    width: 85%;
    height: 5%;
  }

  .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%;
  }
  .newInputSelectEsp {
    margin-top: 10px;
    width: 165px;
  }
  .containerInputsHeaderClients {
    display: block;
  }
  .divAddClient {
    display: block;
    margin-right: -20px;
  }

  .containerSectionTableClients {
    height: 70%;
  }
  .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;
  }
  .date-picker {
    min-width: 70%;
    max-width: 70%;
  }
  .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: 90%;
  }
  .text1CardHome {
    top: 130px;
    font-size: 19px;
    left: 20px;
  }

  .text2CardHome {
    top: 160px;
    font-size: 18px;
    left: 20px;
  }
}
@media screen and (min-width: 851px) and (max-width: 993px) {
  .text1CardHome {
    top: 140px;
    font-size: 20px;
  }

  .text2CardHome {
    top: 170px;
    font-size: 19px;
  }
  .containerBtnClients {
    width: 82%;
  }
  .containerPhotos {
    width: 95%;
    margin: 15px 0px 0px 12px;
  }
  .sectionResponsiveDetail {
    display: block;
    overflow-y: auto;
  }
  .containerDetailProperties {
    width: 95%;
    margin-left: 2%;
    height: max-content;
    overflow: hidden;
    margin-top: 20px;
  }
  .containerTableHouses {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: 2%;
  }
  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }
  .imgDetailProperties {
    max-height: 250px;
    width: 95%;
  }
  .containerPropertySearch {
    height: 84%;
  }

  .containerToolPhone {
    position: absolute;
    top: 220px;
    left: 160px;
  }
  .containerTabsUsers {
    margin-top: 3%;
  }
  .containerSelectClient {
    display: block;
    margin-top: -4px;
  }
  .btnAddClient {
    margin-top: -30px;
  }
  .containerSectionTableClients {
    height: 73%;
  }

  .newInputSelectEsp {
    width: 200px;
  }
  .cardNotifications {
    min-height: 11%;
  }
  .containerClosed {
    height: 69%;
    margin-bottom: 20px;
  }
  .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%;
  }
  .montserratText {
    font-size: 13px;
  }
  .containerSignatureAndLogs {
    display: flex;
    align-items: baseline;
    width: 80%;
    justify-content: space-between;
    margin-left: 3%;
  }
  .mbLang {
    margin-bottom: 0px;
  }
  .containerPreferences {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .containerLanguage {
    display: flex;
    align-items: center;
    margin-right: 50px;
  }
  .containerTheme {
    display: flex;
    margin-bottom: 5px;
  }
  .userInfoCard {
    padding: 20px;
  }
  .containerLangAndTheme {
    width: 100%;
    margin-top: 50px;
  }
  .containerLastDivSettings {
    display: block;
  }
  .containerFirstDivSettings {
    width: 50%;
  }
  .containerMiddleDivSettings {
    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%;
  }

  .containerHeaderInformation {
    padding: 0px;
  }

  .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: 12px;
    font-family: Montserrat;
    color: gray;
    padding: 0.3rem 0.8rem;
  }
  .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;
  }
  .containerTooltipsClients {
    width: 45%;
  }

  .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%;
  }
  .SuperSearch {
    max-width: 300px;
    min-width: 300px;
    cursor: pointer;
  }
  .containerSuperSearch {
    width: 40%;
    margin: 0px 20px 0px 10%;
  }

  .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;
  }
  .divBtnSections {
    width: 90%;
  }
  .containerViewer {
    width: 50%;
  }

  .containerCaps {
    width: 45%;
    margin-top: 8px;
  }
  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }
  .containerCommunicationsType {
    margin: 25px 0px 20px 25px;
    width: 80%;
    height: 5%;
  }
  .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%;
  }
  .newInputSelectEsp {
    margin-top: 10px;
  }
  .containerInputsHeaderClients {
    display: block;
  }
  .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;
  }
  .date-picker {
    min-width: 70%;
    max-width: 70%;
  }
  .inputOnb {
    width: 280px;
    height: 37px;
    padding: 10px;
    font-size: 13px;
  }
  .sectionAddFiles {
    flex-direction: column;
  }
  .containerHomeOnb {
    width: 90%;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .containerHomeOnb {
    width: 80%;
    margin-top: 15%;
  }

  .text1CardHome {
    top: 140px;
    left: 20px;
    font-size: 20px;
  }

  .text2CardHome {
    top: 170px;
    left: 20px;
    font-size: 20px;
  }
  .inputOnb {
    width: 320px;
    height: 37px;
    padding: 10px 14px;
    font-size: 15px;
  }

  .containerAddFiles {
    width: 440px;
  }

  .clientTypeBtn {
    min-width: 70px;
  }

  .containerSelectCoordinators {
    width: 160px;
    min-width: 160px;
  }
  .headerDatesPunchs {
    margin-left: 20px;
  }
  .date-picker {
    min-width: 70%;
    max-width: 70%;
  }
  .containerPhotos {
    width: 95%;
    margin: 15px 0px 0px 12px;
  }
  .sectionResponsiveDetail {
    display: block;
    overflow-y: auto;
  }
  .containerDetailProperties {
    width: 95%;
    margin-left: 2%;
    height: max-content;
    overflow: hidden;
    margin-top: 20px;
  }
  .containerTableHouses {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: 2%;
  }
  .responsiveInfoDetail {
    display: block;
    font-size: 12px;
    gap: 10px;
  }
  .imgDetailProperties {
    max-height: 250px;
    width: 65%;
    object-fit: cover;
  }
  .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;
  }

  .containerSectionTableClients {
    height: 73%;
  }

  .newInputSelectEsp {
    margin-top: 10px;
  }
  .containerInputsHeaderClients {
    display: block;
  }
  .containerClosed {
    height: 90%;
    margin-bottom: 20px;
  }
  .subContainerFixedBigMails {
    width: 98%;
    margin-left: 10px;
    min-height: 92%;
    max-height: 92%;
  }
  .containerCommunicationsType {
    margin: 25px 0px 20px 25px;
    width: 65%;
    height: 5%;
  }
  .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%);
  }

  .SuperSearch {
    max-width: 300px;
    min-width: 300px;
    cursor: pointer;
  }
  .containerSuperSearch {
    width: 34%;
  }

  .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%;
    height: auto;
    display: flex;
    margin-left: 0%;
  }
  .containerIframeTransactionEsp {
    margin-top: 20px;
    min-height: 350px;
  }
  .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;
  }
  .containerTableFiles {
    width: 100%;
  }
  .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%;
  }

  .containerHeaderInformation {
    padding: 0px;
  }
  .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: 13px;
    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;
  }
  .containerTooltipsClients {
    width: 40%;
  }
  .imgCardsTraining {
    width: 70%;
    height: 98%;
    min-width: 125px;
    padding: 5px;
    border-radius: 20px;
  }
  .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%;
  }
  .containerAppsAndCardInfo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-width: 40%;
  }
}

@media screen and (min-width: 1750px) {
  .containerSectionTableClients {
    height: 80%;
  }

  .containerSectionsTransaction {
    min-height: 74%;
    height: 74%;
  }

  .containerSectionsTransactionEsp {
    min-height: 98%;
    height: 98%;
  }
  .btnTraining {
    height: 140px;
  }
  .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%;
  }

  .containerCards {
    margin-right: 2.8rem;
    width: 17rem;
  }

  .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%;
  }
  .containerCommunicationsType {
    margin: 25px 0px 20px 25px;
    width: 50%;
    height: 5%;
  }
  .containerCardsMails {
    min-width: 88%;
    max-width: 88%;
  }
  .containerCommunicationsType {
    width: 40%;
  }
  .containerViewUnderContract {
    min-height: 55vh;
  }
  .sectionUC {
    height: 70%;
  }
  .showSectionsTrans {
    height: 100%;
    margin-top: 20px;
  }
  .containerPhotoOnB {
    width: 40%;
  }
}

@media screen and (max-width: 1286px) {
  .containerBtnClientsResponsive {
    display: block;
  }
  .responsiveBtnClient {
    margin: 5px;
  }
  .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;
  }
}
.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;
  }
}
/* Barra de navegación superior */
.topbar {
  width: 100vw;
  height: 70px;
  min-height: 70px;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}

.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;
  }
}

.iconContainer {
  margin-top: 0px;
  max-width: 180px;
  min-width: 180px;
  height: 35px;
  margin: 5px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s, background-color 0s;

}

.iconContainerClose {
  margin-top: 0px;
  max-width: 40px;
  min-width: 40px;
  height: 35px;
  margin: 5px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s, background-color 0s ease-in-out;
}

.iconContainerActive {
  background-color: whitesmoke;
  transition: 0.5s, background-color 0s ease-in-out;
}

.iconContainer:hover {
  background-color: rgba(255, 255, 255, 0.838);
  transition: 0.2s;
}
.iconContainerClose:hover {
  background-color: rgba(255, 255, 255, 0.838);
  transition: 0.2s;
}
.iconNavActive {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
}

.iconNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 36px;
  border-radius: 10px;
  transition: background-color 0.5s, border-radius 0.4s;
  cursor: pointer;
}

.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;
}

.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 */: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 */