.login {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sidebar {
  width: 100%;
  height: 100%;
  max-width: 46%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #069dde;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.logo {
  width: auto;
  height: 120px;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logincontainer {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.loginfields {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inputscontainer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logininput {
  width: 100%;
  height: 42px;
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.logininput.marginbottom {
  height: 42px;
  margin-bottom: 16px;
}

.info {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  left: 19px;
}

.p1 {
  color: #424242;
  text-align: center;
  letter-spacing: -0.015em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.p1.lightblue {
  color: rgba(255, 255, 255, 0.7);
}

.p1.semibold {
  font-weight: 500;
}

.p1.white {
  color: #fff;
}

.links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.terms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 0.13em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 185.9%;
}

.legal-terms {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dashboard {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px 40px;
  display: flex;
}

.dropdown {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #e7e7e7;
  border-radius: 95px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 14px;
  display: flex;
}

.languagetext {
  width: 110px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.languageimage {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.downicon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 4px;
  display: flex;
}

.banner {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2 {
  color: #0994d5;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 185.9%;
}

.image {
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
}

.image.banner {
  width: 100%;
  height: 200px;
  max-height: 250px;
  max-width: 100%;
  margin-bottom: 0;
}

.image.card {
  width: auto;
  height: 120px;
}

.cards-container {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.link-card {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-card.margin-right {
  margin-right: 80px;
}

.social-container {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 185.9%;
}

.h3.white {
  color: #fff;
}

.fieldicon {
  width: auto;
  height: 22px;
  grid-column-gap: 5.78947px;
  grid-row-gap: 5.78947px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.vectors-wrapper-8,
.vectors-wrapper-9 {
  width: auto;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  height: 44px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #ffa740 0%, #ff791f 100%);
  border-radius: 92.6545px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}

.button-4.login {
  width: 150px;
}

.spacer {
  height: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topcontent {
  width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-11 {
  width: 10px;
  height: 5.45455px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linktitle {
  width: auto;
  height: 34px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sociallogo {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.body {
  height: 100%;
}

.body-s {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.body-s.lightblue {
  color: rgba(255, 255, 255, 0.7);
}

.welcome-screen {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.screen {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sidebar-app {
  width: 18%;
  height: 100%;
  max-width: none;
  min-height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(165.45deg, #4abeff, #0390d1 50%, #006dab);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.sidebar-top {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-inicio {
  width: 100%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 40px;
  display: flex;
}

.section-title {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 14px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-p2 {
  color: #424242;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.h4-p2.center {
  text-align: center;
}

.h4-p2.white {
  color: #fff;
}

.h4-p4 {
  color: #424242;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.h4-p4.white {
  color: #fff;
}

.wrapper {
  height: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar-down {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-13 {
  width: 20px;
  height: 19px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.user-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.user-avatar {
  object-fit: cover;
}

.h4-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.optica-dropdown {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
}

.vectors-wrapper-14 {
  width: 12px;
  height: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-app {
  width: 82%;
  height: 100%;
  max-height: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dashboard-app.configuration {
  align-items: center;
}

.topbar {
  width: 100%;
  height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #37b0f1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topbar.fixed-top {
  position: absolute;
}

.top-bar-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 2px;
  display: flex;
}

.vectors-wrapper-15 {
  width: 18px;
  height: 19px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-16,
.vectors-wrapper-17 {
  width: 22px;
  height: 19px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.welcome-text {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.h1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.h0 {
  color: #343434;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
}

.h0.margin-top {
  margin-top: 0;
  font-size: 28px;
}

.cards-content {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.cards-row {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.action-card {
  width: 220px;
  height: 180px;
  max-width: 250px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  padding: 32px 56px;
  display: flex;
  box-shadow: 0 2px 8.96658px rgba(0, 109, 171, 0.05);
}

.info-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.action-icon {
  width: 90px;
  height: 90px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.action-text {
  width: 200px;
  grid-column-gap: 11.2082px;
  grid-row-gap: 11.2082px;
  justify-content: center;
  align-items: center;
  padding: 11.2082px;
  display: flex;
}

.info-card-image {
  width: 75px;
  height: 75px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-5 {
  color: #343434;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 140%;
}

.h1-5.blue {
  color: var(--dark-blue);
}

.h1-5.blue.bold {
  font-weight: 500;
}

.optiwin-logo {
  width: 40%;
}

.body-2 {
  height: 100%;
}

.dashboard-options {
  width: 100%;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.page-header {
  width: 100%;
  height: 64px;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 2px 8px rgba(212, 212, 212, 0.25);
}

.section-header {
  width: 100%;
  height: 35px;
  max-width: 1200px;
  background-color: #069dde;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section-content {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.card-section {
  width: 100%;
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 16px;
  display: flex;
  box-shadow: 0 2px 8px rgba(212, 212, 212, 0.25);
}

.card-section.empty {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.title {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-breaker {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.log-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.log-row {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #f0f0f0;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.log-row.no-margin {
  border-style: none;
  border-width: 1px;
}

.entered-value {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 95px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-body {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-button {
  height: 33px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 104px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  display: flex;
}

.add-log {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.log-input {
  width: 100%;
  height: 30px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fbfbfb;
  border: 0.8px solid #d6d6d6;
  border-radius: 95px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 98px;
  display: flex;
}

.add-button {
  width: 76px;
  height: 30px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #4abeff;
  border-radius: 104px;
  justify-content: center;
  align-items: center;
  padding: 2px 13px;
  display: flex;
}

.label {
  color: var(--dark-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.section-header-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.down-icon {
  width: 12px;
  height: 6px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-55 {
  height: 2px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.texts {
  color: #afafaf;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 206.4%;
}

.body-6 {
  color: #939393;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breaker-gr {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin-top: 0;
  line-height: 2px;
}

.breaker-gr.mtop-16 {
  margin-top: 16px;
}

.breaker-gr.mb-8 {
  margin-bottom: 8px;
}

.patient-search-content {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 20px;
  display: flex;
}

.ps-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-h2 {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-63 {
  width: 12px;
  height: 13px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-h3 {
  color: #4abeff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 185.9%;
}

.title-h4 {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 185.9%;
}

.ps-parameters {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.search-input {
  width: 100%;
  height: 30px;
  max-width: 380px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fbfbfb;
  border: 0.8px solid #d6d6d6;
  border-radius: 95px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 98px;
  display: flex;
}

.vectors-wrapper-65 {
  width: 14px;
  height: 14px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-16 {
  color: #afafaf;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 185.9%;
}

.parameters-dropdown-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0.8px solid #d6d6d6;
  border-radius: 95px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.vectors-wrapper-66 {
  width: 22px;
  height: 22px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-8 {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-67 {
  width: 12px;
  height: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-10 {
  height: 32px;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-image: linear-gradient(90deg, #ffa740 0%, #ff791f 100%);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.buttontext-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -0.015em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 185.9%;
}

.title-h4-blue {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-17 {
  color: #4abeff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 185.9%;
}

.vectors-wrapper-68 {
  width: 16px;
  height: 4px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.patient-search-result-content {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.psr-header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.psr-parameters {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 95px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 1px 9px;
  display: flex;
}

.text-18 {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 185.9%;
}

.vectors-wrapper-69 {
  width: 8px;
  height: 4.41159px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.patient-search-result-table {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.psr-table-header {
  width: 100%;
  max-width: 1168px;
  background-color: #4abeff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px;
  display: flex;
}

.ps-cell01 {
  width: 36px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ps-cell07 {
  width: 70px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell07.table-content {
  width: 70px;
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell01-2 {
  width: 40px;
  opacity: 0.4;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.psr-table-content {
  width: 100%;
  height: 500px;
  max-width: 1168px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.psr-table-list {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ps-sr-patient {
  width: 100%;
  border: 0 solid #f0f0f0;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  display: flex;
}

.ps-user-img {
  object-fit: cover;
}

.ps-cell05 {
  width: 86px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
  display: flex;
}

.vectors-wrapper-70 {
  width: 22px;
  height: 9px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-71 {
  width: 8.16667px;
  height: 11.6645px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ps-cell10 {
  width: 24px;
  height: 22px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-72 {
  width: 22px;
  height: 22px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-73 {
  width: 14.7431px;
  height: 14.7431px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3.4375px;
  left: 3.4375px;
}

.scrollbar-2 {
  width: 10px;
  height: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fbfbfb;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.vectors-wrapper-75 {
  width: 10px;
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 4px;
  left: 0;
}

.pag-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mostrando-25-de-157-6 {
  color: #afafaf;
  text-align: center;
  letter-spacing: -0.015em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 185.9%;
}

.mostrando-25-de-157-1 {
  color: #afafaf;
  text-align: center;
  letter-spacing: -0.015em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 185.9%;
}

.mostrando-25-de-157-3 {
  color: #069dde;
  text-align: center;
  letter-spacing: -0.015em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 185.9%;
}

.ps-cell02 {
  width: 50px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell02.table-content {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell03 {
  width: 100px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell03.table-content {
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell04 {
  width: 180px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell04.table-content {
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell06 {
  width: 190px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell06.table-content {
  color: #424242;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell08 {
  width: 80px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell08.table-content {
  width: 80px;
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}

.ps-cell09 {
  width: 210px;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 185.9%;
}

.ps-cell09.table-content {
  color: #424242;
  font-size: 12px;
  font-weight: 500;
}

.load-more {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-76 {
  width: 22px;
  height: 22px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-title {
  color: #4a4a4a;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 1920px) {
  .sidebar {
    padding-top: 140px;
  }

  .logo {
    height: 200px;
    margin-bottom: 0;
  }

  .logincontainer {
    margin-bottom: 220px;
  }

  .banner {
    width: 800px;
  }

  .image.banner {
    height: 500px;
  }

  .image.card {
    height: 180px;
  }

  .cards-container {
    width: 800px;
  }

  .linktitle {
    height: 40px;
  }

  .h4-p4 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .h4-p4.welcome-card {
    font-size: 16px;
  }

  .topbar {
    margin-bottom: 120px;
  }

  .welcome-text {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 60px;
  }

  .cards-row {
    width: 100%;
    justify-content: center;
  }

  .action-card {
    width: 20%;
    height: 100%;
    max-width: none;
  }

  .dashboard-options {
    align-items: center;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .sidebar {
    padding-top: 140px;
  }

  .logo {
    height: 200px;
    margin-bottom: 0;
  }

  .logincontainer {
    margin-bottom: 220px;
  }

  .banner {
    width: 800px;
  }

  .image.banner {
    height: 500px;
  }

  .image.card {
    height: 180px;
  }

  .cards-container {
    width: 800px;
  }

  .linktitle {
    height: 40px;
  }

  .topbar {
    margin-bottom: 120px;
  }

  .welcome-text {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 60px;
  }

  .cards-row {
    width: 100%;
    justify-content: center;
  }

  .action-card {
    width: 20%;
    height: 100%;
    max-width: none;
  }

  .dashboard-options {
    align-items: center;
    padding-left: 0;
  }
}
