/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
:root {
  --primary-color: #238CD2;
  --secondary-color: #231D4F;
  --light-blue: #8CDBE5;
}


::-webkit-scrollbar {
  width: .60rem;
  background-color: #e2e2e2;
  border-radius: .5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: .5rem;
}

.breadcrumbs a {
  text-decoration: none;
  color: #007bff;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin: 0 5px;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.Polaris-Frame {
  background-color: #fff !important;
}

.Polaris-Navigation {
  max-width: 290px !important;
}

.Polaris-Frame--hasNav .Polaris-Frame__Main {
  padding-left: 300px !important;
}

.Polaris-TopBar,
.Polaris-Frame__TopBar {
  display: none;
}

.Polaris-Navigation__PrimaryNavigation {
  overflow: hidden !important;
}

.Polaris-Frame--hasTopBar .Polaris-Frame__Navigation {
  top: 0 !important;
  height: calc(100%) !important;
}

.Polaris-Frame--hasTopBar .Polaris-Frame__Main {
  padding-top: 0px !important;
}

.container-forms {
  width: 100%;
  min-height: 100vh;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bg-container-logo {
  position: absolute;
  top: 0;
  right: -260px;
  width: 100%;
  height: 100%;

}

.content-forms {
  max-width: 500px;
  margin-block: 20px;
}

.Polaris-Page-Header--mediumTitle .Polaris-Header-Title {
  font-size: 1.5rem !important;
}

.content-forms .content-inputs {
  padding: 40px 60px;
}

.content-forms .content-inputs button {
  background-color: var(--primary-color);
  border: 0 !important;
  padding: 10px !important;
  color: #fff;
  box-shadow: none !important;
  margin-top: 5px;
}

.content-forms .content-inputs button:hover {
  background-color: #025c97;
}

.content-forms .content-inputs .content-buttons-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.content-forms .content-inputs .content-buttons-login a.button-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
  border: 1px solid #ABB4B4;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
}

.content-forms .content-inputs input,
.content-forms .content-inputs select,
.content-forms .content-inputs textarea {
  padding: 16px !important;
  outline: transparent;
  border: 1px solid #ABB4B4;
}

input:focus,
textarea:focus,
select:focus {
  outline: transparent;
}

.content-forms .content-inputs .forgot-password {
  text-align: right;
  width: 100%;
}

.content-forms .content-inputs a {
  color: var(--primary-color);
  font-size: 12px;
}

/* Register Page */

.content-forms .Polaris-FormLayout__Items {
  display: grid !important;
  grid-template-columns: 65% 30%;
  gap: 10px;
}

.content-forms .Polaris-FormLayout__Items .Polaris-Select {
  max-width: 60%;
}

.Polaris-Select__Content {
  padding: 14px !important;
}


/* Content Home */
.Polaris-Navigation {
  background-color: #F9F9F9 !important;
  box-shadow: 0 0 25px #0000002c;
}

.content-home .Polaris-LegacyCard {
  background-color: transparent !important;
}

.content-home .bg-container-logo {
  opacity: .4;
}

.content-home .Polaris-Box[contentimage] img {
  max-width: 280px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.Polaris-Navigation .Polaris-Navigation__PrimaryNavigation .Polaris-Navigation__Section .Polaris-Navigation__ListItem[option] .Polaris-Navigation__Item {
  display: flex;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 10px 14px;
  color: #fff;
  margin: 35px 10px 20px;
  text-align: center;
}

.Polaris-Navigation .Polaris-Navigation__PrimaryNavigation .Polaris-Navigation__Section .Polaris-Navigation__ListItem[option] .Polaris-Navigation__Item:hover {
  background-color: #1977b6 !important;
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] {
  flex: 1;
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator {
  padding-top: 20px !important;
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem[activeitemmenu] .Polaris-Navigation__ItemWrapper {
  padding-left: 36px;
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem {
  color: var(--primary-color);
  transition: .3s;
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem a {
  padding: 15px 10px;
  margin-block: 3px;
}


.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem:hover,
.active-menu.Polaris-Navigation__ListItem {
  border-left: 5px solid var(--primary-color);
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem:hover {
  background-color: rgba(241, 241, 241, 1);
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem .Polaris-Navigation__Item:hover,
.active-menu .Polaris-Navigation__Item {
  color: var(--primary-color) !important;
  background-color: rgba(241, 241, 241, 1);
}

.Polaris-Navigation__Section.Polaris-Navigation__Section--withSeparator[flexone] .Polaris-Navigation__ListItem .Polaris-Navigation__Item:hover .Polaris-Navigation__Icon svg,
.active-menu .Polaris-Navigation__Item svg {
  fill: var(--primary-color);
}

.Polaris-Navigation__Section[usernavigation] {
  display: flex !important;
  justify-content: flex-start;
  padding-left: 15px;
}

.Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-UserMenu__Details {
  max-width: 14rem;
}

.Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-Menu__Activator {
  color: #000;
}

.Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-Menu__Activator:hover,
.Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-Menu__Activator:active,
.Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-Menu__Activator:focus {
  background-color: rgb(239 239 239);
  color: #000;
}

.Polaris-Navigation .Polaris-Navigation__Section li.Polaris-Navigation__ListItem[option] .Polaris-Navigation__Icon svg {
  fill: #fff !important;
}

.Polaris-Navigation .Polaris-Navigation__Section li.Polaris-Navigation__ListItem:nth-child(2) .Polaris-Navigation__Text {
  flex: none;
}

.Polaris-Navigation .Polaris-Navigation__Section li.Polaris-Navigation__ListItem .Polaris-Navigation__Text {
  font-size: 1em;
}

.Polaris-Navigation .Polaris-Navigation__Section .Polaris-Navigation__ItemInnerWrapper:is(:hover, :focus-visible),
.Polaris-Navigation .Polaris-Navigation__ListItem .Polaris-Navigation__Item:hover {
  background-color: transparent !important;
}


.Polaris-Navigation .Polaris-Navigation__Section li .Polaris-Navigation__Item img {
  width: 200px !important;
  max-width: 200px;
  height: auto !important;
  margin-inline: auto;
  padding-top: 20px;
}

.Polaris-Frame__Content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.content-home {
  width: 100%;
  max-width: 600px;
}

.content-home .Polaris-HorizontalStack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.content-home .Polaris-HorizontalStack a {
  padding: 14px !important;
}

.content-home .Polaris-HorizontalStack a .Polaris-Button__Text {
  display: flex;
  align-items: center;
}

.content-home .Polaris-HorizontalStack a:nth-child(2):hover {
  background-color: #025c97;
}

.content-home .Polaris-HorizontalStack a::before,
.content-home .Polaris-HorizontalStack a::after {
  content: none !important;
}

.content-home .Polaris-HorizontalStack a:last-child {
  background: var(--primary-color) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.content-home .Polaris-HorizontalStack a:last-childhover {
  background-color: #025c97 !important;
}

/* Nova consulta */
.breadcumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  position: relative;
}

.breadcumb li {
  list-style: none;
}

.breadcumb li a {
  padding: 8px;
  border-radius: 8px;
  color: gray;
  text-decoration: none;
  font-size: 1.3em;
}

.breadcumb li a:hover {
  background-color: rgba(241, 241, 241, 1);
}

.breadcumb li:last-child a {
  background-color: transparent;
  cursor: default;
  color: black;
  /* O último <li> terá a fonte preta */
  font-weight: bold;
}


.content-permission {
  margin-bottom: 20px;
}

.content-consult,
.Polaris-Banner--withinPage {
  width: 100%;
}

.content-consult .Polaris-LegacyCard {
  width: 100%;
  border: 0;
  border-radius: 25px !important;
}

.content-consult .Polaris-LegacyCard::before {
  box-shadow: none !important;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section {
  width: 600px;
  padding: 50px !important;
  border: 0;
  border-radius: 25px !important;
  box-shadow: 0 0 25px #0000002c;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form input,
.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form select,
.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form textarea,
.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form button {
  padding: 14px !important;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  box-shadow: none !important;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form button:hover {
  border: 1px solid var(--primary-color);
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section .Polaris-Button svg {
  fill: #fff !important;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio button .Polaris-Button__Content {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio button {
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio .Polaris-Button svg {
  fill: var(--primary-color) !important;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio .conten-image-audio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio .conten-image-audio img {
  height: 15px;
}

.content-consult .Polaris-Button__Text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-consult .Polaris-Button__Text img {
  height: 15px;
}

/* Consultas Realizadas */

.container-consultations-carried {
  width: 100%;
  min-height: 100vh;
}

.Polaris-Page-Header__TitleWrapper {
  padding-top: 30px;
}

.content-tables .Polaris-LegacyCard {
  border: none !important;
  box-shadow: none !important;
}

.content-tables h2 {
  margin-top: 20px;
}

.content-tables table {
  max-height: 700px;
  overflow-y: scroll;
}

.content-tables table tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 24%));
  gap: 10px;
  width: 100%;
}

.content-tables table tbody tr {
  display: grid;
}

.container-consultations-carried .Polaris-Page {
  width: 100%;
  max-width: 100%;
}

.container-consultations-carried .Polaris-Page .Polaris-Header-Title__TitleAndSubtitleWrapper {
  padding-bottom: 10px;
}

/* Consultas Realizadas e resumo */
.container-consultations-carried .Polaris-Page .content-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-consultations-carried .Polaris-Page .content-header .content-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 15px;
}

.container-consultations-carried .Polaris-Page .content-header .content-right button {
  box-shadow: none !important;
  font-weight: 600;
}

.container-consultations-carried .Polaris-Page .content-header .content-right .content-export {
  display: flex;
  align-items: center;
  gap: 10px;
}

.container-consultations-carried .Polaris-Page .Polaris-LegacyCard::before {
  border-radius: 0;
  box-shadow: none !important;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Cell {
  white-space: inherit;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .table-user {
  display: flex;
  /* flex-direction: column; */
  /* width: 200px;  */
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .table-user strong {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .table-user strong span {
  display: flex;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .table-user strong .Polaris-Icon__Svg {
  width: 20px;
  max-width: none;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable {
  border-radius: 0;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table thead {
  display: none;
}


.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell {
  padding: 15px;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__TableRow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__TableRow {
  background: rgba(140, 220, 230, 0.253);
  border-radius: 10px;
}

.Polaris-DataTable__TableRow+.Polaris-DataTable__TableRow .Polaris-DataTable__Cell {
  border-top: none !important;
}

/* .container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .table-user {
  padding: 10px 0px;
} */

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .show-more {
  padding: 10px 15px;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .show-more {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  border-radius: 6px;
  background: rgba(140, 220, 230, 0.5);
  transition: .3s;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .show-more:hover .Polaris-Icon {
  transform: translateX(5px);
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .show-more .Polaris-Icon {
  max-width: max-content;
  max-height: max-content;
  margin: 0;
  transition: .3s;
}

.container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__Cell .show-more a {
  color: #000;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.container-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.container-content .Polaris-Page {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-content .Polaris-Page .Polaris-Page-Header--mediumTitle .Polaris-Header-Title {
  font-size: 1.4rem;
}

.container-content .Polaris-Page .Polaris-ButtonGroup .Polaris-ButtonGroup__Item .Polaris-ActionMenu-SecondaryAction a {
  background-color: transparent !important;
}

.container-tabs .header-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}

.container-tabs .header-tabs .button-tabs {
  background: #E0E0E0;
  width: 175px;
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  cursor: pointer;
}

.container-tabs .header-tabs .button-tabs.tabs-active {
  background: var(--primary-color);
  color: #fff;
}

.container-tabs .content-tabs-item.tabs-active[data-content] {
  display: block;
}

.container-tabs .content-tabs-item .content-tabs-subItem {
  display: grid;
  grid-template-columns: 70% 27%;
  justify-content: space-between;
  gap: 20px;
}

.container-tabs .content-tabs-item .Polaris-LegacyCard {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.container-tabs .content-tabs-item .Polaris-LegacyCard .Polaris-Button__Content .Polaris-Button__Text {
  font-size: 1rem;
}

.container-content .Polaris-Page .Polaris-LegacyCard h2 {
  font-size: 1.7rem;
}

.container-tabs .content-tabs-item .Polaris-LegacyCard::before {
  border: 0;
  box-shadow: none;
}

.container-tabs .content-tabs-item .Polaris-FormLayout .Polaris-FormLayout__Item button {
  background: #025c97;
  width: 175px;
  text-align: center;
  padding: 14px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  box-shadow: none;
}

.container-tabs .content-tabs-item .Polaris-FormLayout .Polaris-FormLayout__Item button::before {
  box-shadow: none;
}

.container-tabs .content-tabs-item .Polaris-LegacyCard__Section span p strong {
  margin-top: 10px !important;
  display: flex;
}

.container-tabs .content-tabs-item .content-button-footer {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
  border-bottom: 1px solid #E0E0E0;
}

.container-tabs .content-tabs-item .content-button-footer .button-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 450px;
  height: 90px;
  background-color: #46BEE6;
  color: #fff;
  border-radius: 15px;
  outline: 10px solid rgba(140, 219, 229, 0.25);
}

.container-tabs .content-tabs-item .content-button-footer .button-footer img {
  width: 30px;
}

.container-tabs .content-tabs-item .content-button-footer .button-footer p {
  font-size: 1.2rem;
  font-weight: 600;
}

.content-button-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 40px;
  color: white;
  text-align: center;
  padding: 20px;
  opacity: 0;
  /* Inicialmente invisível */
  transition: opacity 1s ease-in-out;
  /* Transição suave de visibilidade */
}

.content-button-footer.show {
  opacity: 1;
  /* Torna visível quando a classe 'show' é aplicada */
}

.content-button-footer.hide {
  opacity: 0;
  /* Oculta a div ao remover a classe 'show' */
}

/* Editar Resumo */
.content-editing {
  width: 100%;
  height: 100%;
}

.content-editing .Polaris-Page {
  width: 100%;
  max-width: 100%;
}

.content-editing .Polaris-Page .Polaris-LegacyCard {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 10px;
}


.content-editing .Polaris-Page .Polaris-LegacyCard::before {
  box-shadow: none !important;
}

.content-editing .Polaris-Page .Polaris-LegacyCard .Polaris-FormLayout__Item button {
  width: 140px;
  display: flex;
  justify-content: center;
  background-color: var(--primary-color);
  padding: 10px 14px;
  color: #fff;
  text-align: center;
  border: 0;
  box-shadow: none;
}

/* Pagina meu perfil */

.container-edit {
  width: 100%;
  height: 100%;
}

.container-edit .Polaris-Page {
  width: 100%;
  max-width: 100%;
}

.container-edit .Polaris-Layout,
.container-edit .Polaris-Layout__AnnotationWrapper {
  flex-direction: column;
}

.container-edit .Polaris-Page .Polaris-Layout .Polaris-Layout__Section--oneThird,
.container-edit .Polaris-Page .Polaris-Layout .Polaris-Layout__Annotation {
  flex: none;
  margin-bottom: 30px;
}

.container-edit .Polaris-Page .Polaris-Layout .Polaris-LegacyCard__Section {
  padding: 20px !important;
}

.container-edit .Polaris-Layout .Polaris-Button--sizeLarge,
.container-edit .Polaris-Layout .Polaris-TextField__Input,
.container-edit .Polaris-Layout select {
  padding: 14px;
}

.container-edit .Polaris-Page .Polaris-Layout .Polaris-LegacyCard__Section form button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  box-shadow: none !important;
}

.container-mob,
.content-actions_btton {
  display: none;
}

/* Página Playground*/
.container-playground-page {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.container-playground-page h1 {
  font-size: x-large;
  margin-bottom: 1rem;
  margin-top: -2rem;
}

.container-prompts {
  width: 100%;
  height: 35% !important;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.prompts-card {
  width: 100%;
}

.prompts-card .Polaris-TextField__Input {
  height: 10rem;
}

.prompt-textarea {
  border: 1px solid black;
  width: 100%;
  height: 10rem;
  margin-top: 0.3rem;
  border-radius: 8px;
  resize: none;
}

.prompt-btn-submit {
  background-color: var(--primary-color);
  border: none;
  border-radius: 8px;
  padding: 0.5rem;
  color: #FFF;
  font-weight: bold;
  margin-top: 1rem;
}

.container-transcrições {
  width: 100%;
  height: 37rem;
  overflow-y: scroll;
}

.custom-details {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: background-color 0.3s;
}

.custom-details[open] {
  background-color: #f9f9f9;
}

.custom-summary {
  cursor: pointer;
  font-weight: bold;
}

.custom-content {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.custom-column {
  flex: 1;
  padding: 0 1rem;
}

.custom-column h3 {
  margin-top: 0;
}

.custom-column p {
  margin-bottom: 1rem;
}

/* Report Generator */
.container-report-page {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.container-report-page .container-report-form {
  display: flex;
  gap: 20px;
}

.container-select {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.container-select label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #3c3f4e;
}

.form-select {
  width: 30rem;
  padding: 0.75rem;
  border: 1px solid #c4cdd5;
  border-radius: 4px;
  font-size: 1rem;
  color: #3c3f4e;
  background-color: #ffffff;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5'%3E%3Cpath fill='%233c3f4e' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 5px;
}

.form-select:focus {
  outline: 2px solid var(--primary-color);
  border-color: var(--primary-color);
}

.form-select option {
  color: #3c3f4e;
  padding: 0.5rem;
}

.btn-primary {
  display: inline-block;
  width: 10rem;
  padding: 0.75rem;
  background-color: var(--primary-color);
  /* Azul padrão do Polaris */
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: #1E7BB8;
}

.btn-primary:focus {
  outline: 2px solid var(--primary-color);
  /* Destaque de foco */
  outline-offset: 2px;
}

.btn-primary:active {
  background-color: #3b4a92;
  /* Azul ainda mais escuro para estado ativo */
}


#billing-plans #logo-splitcare {
  position: relative;
  /* Pode ser absolute, dependendo do seu layout */
  z-index: 2;
  /* Garante que fique acima do fundo */
}

/* Estilos principais para o card */
#billing-plans .Polaris-Card__Section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 12px;
  position: relative;
  padding: 24px;
  width: 230px;
  /* Tamanho fixo do card */
  height: 300px;
  /* Tamanho fixo do card */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transform-origin: bottom;
  /* Define a origem do crescimento na parte inferior */
  z-index: 9999;
}

#billing-plans .Polaris-Card__Section.highlight {
  transform: scale(1.1);
  /* Faz o card crescer */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  background-color: var(--secondary-color);
}

/* .Polaris-Card__Section:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  background-color: var(--secondary-color);
} */

/* Altera a cor do h3 no hover do card */
#billing-plans .Polaris-Card__Section.highlight h3,
#billing-plans .Polaris-Card__Section.highlight .plan-price {
  color: var(--light-blue);
  transition: color 0.3s ease;
}

#billing-plans .Polaris-Card__Section.highlight p {
  color: white;
  transition: color 0.3s ease;
}

/* Título do plano */
#billing-plans .Polaris-Card__Section h3 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.8em !important;
  font-weight: 400;
  margin-block: 20px 15px;
}

/* Descrição */
#billing-plans .Polaris-Card__Section p {
  font-size: 0.9rem;
  color: #666666;
  margin: 8px 0;
}

/* Estilo do valor */
#billing-plans .Polaris-Card__Section p strong {
  color: #46BEE6;
  /* Destaque para o valor */
  font-size: 1.2rem;
  /* Tamanho do valor */
}

/* Estilo do botão */
#billing-plans .Polaris-Card__Section button {
  background-color: #46BEE6;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 15px 15px !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 80%;
}

#billing-plans .Polaris-Card__Section.highlight button {
  background-color: var(--light-blue);
  color: var(--secondary-color);
}

#billing-plans .Polaris-Card__Section button:hover {
  background-color: var(--primary-color);
  /* Cor no hover */
}


/* Escolha de planos checkout */
#billing-plans .Polaris-FormLayout {
  display: flex;
  flex-wrap: wrap;
}

#billing-plans .plan-price {
  color: var(--secondary-color);
  font-size: 1.8em;
  font-weight: 900;
}

#billing-plans .popular-label {
  display: flex;
  justify-content: end;
  width: 100%;
}

#billing-plans .popular-label span {
  background-color: var(--secondary-color);
  color: white;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 0.7em;
  margin-bottom: 10px;
}


#billing-plans .Polaris-Card__Section.highlight .popular-label span {
  background-color: #8cdce6a3;
  color: white;
}


@media screen and (max-width: 860px) {
  .breadcumb {
    margin-top: 50px;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
  }


  .breadcumb li a {
    font-size: 1em;
  }

  .Polaris-Navigation {
    max-width: 250px !important;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section {
    width: 500px;
    padding: 30px !important;
  }

  .Polaris-Frame--hasNav .Polaris-Frame__Main {
    padding-left: 260px !important;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section .Polaris-FormLayout__Items {
    flex-wrap: nowrap;
  }

  .content-tables table tbody {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

}


@media screen and (max-width: 768px) {
  .bg-container-logo {
    width: 114%;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section {
    width: 480px;
  }
}

@media screen and (max-width: 650px) {
  body {
    background-color: #F9F9F9 !important;
    font-size: 1rem;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

  .Polaris-TextField__Input {
    font-size: 1rem !important;
  }

  .Polaris-Frame--hasNav .Polaris-Frame__Main {
    padding-left: 0 !important;
  }

  .Polaris-TopBar {
    display: block;
    background-color: #fff !important;
    box-shadow: none !important;
  }

  .Polaris-Frame__TopBar {
    display: block;
  }

  .Polaris-TopBar__NavigationIcon:hover {
    background-color: transparent !important;
  }

  .Polaris-TopBar .Polaris-TopBar__NavigationIcon .Polaris-Icon {
    height: 2.25rem;
    width: 2.25rem;
  }

  .Polaris-TopBar__RightContent {
    display: none !important;
  }

  .content-header-image {
    padding-left: 20px;
  }

  .content-header-image .image-logo {
    width: 150px;
  }

  .Polaris-TopBar__Search .Polaris-TopBar-SearchField::after {
    content: none;
    width: 306px;
    height: 80px;
    position: absolute;
    background: url(/splitcare-fonte-preta.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .Polaris-TopBar .Polaris-TopBar__NavigationIcon {
    fill: var(--primary-color) !important;
  }

  .Polaris-Frame--hasTopBar .Polaris-Frame__Main {
    padding-top: 3.5rem !important;
  }

  .Polaris-TopBar__Container {
    display: flex !important;
    flex-direction: row-reverse;
    padding-top: 10px;
  }

  .content-home .Polaris-Box[contentimage] img {
    max-width: 230px;
  }

  .content-home .bg-container-logo {
    display: block;
    width: 170%;
  }

  /* Telas de Login e Registro */

  .content-forms,
  .content-forms {
    padding: 20px;
  }

  /* Navigation Sidebar */
  .Polaris-TopBar-UserMenu__Details {
    display: block !important;
  }

  .Polaris-Navigation {
    max-width: 100% !important;
  }

  .Polaris-Navigation__Section[usernavigation] {
    justify-content: start;
    padding-left: 20px;
  }

  .Polaris-Navigation__Section[usernavigation] .Polaris-TopBar-Menu__Activator {
    background-color: #F0FAFA;
  }



  .container-content {
    padding: 20px;
  }

  .container-content .Polaris-Page {
    padding: 20px;
    border-radius: 12px;
  }

  .container-content .Polaris-Page .Polaris-LegacyCard h2 {
    font-size: 1.2rem;
  }

  .container-forms {
    background: #fff;
    overflow: auto;
    padding: 20px 0;
    height: 100%;
  }

  .bg-container-logo {
    display: none;
  }

  .Polaris-LegacyCard::before {
    box-shadow: none !important;
  }

  .Polaris-LegacyCard {
    box-shadow: none !important;
  }

  .content-forms .content-inputs {
    padding: 0;
  }

  .content-forms .Polaris-FormLayout__Items {
    grid-template-columns: 100%;
  }

  .content-forms .Polaris-FormLayout__Items .Polaris-Select {
    max-width: 100%;
  }

  .content-permission {
    display: flex;
    justify-content: center;
  }

  .content-permission .Polaris-Banner--withinPage {
    max-width: 370px;
    border-radius: 15px !important;
  }

  .content-permission .Polaris-Banner--withinPage::before {
    border-radius: 15px !important;
  }

  .Polaris-Banner.Polaris-Banner--withinPage.Polaris-Banner--statusWarning .Polaris-Banner__TopBar {
    border-radius: 15px 15px 0 0;
  }

  .content-consult .Polaris-LegacyCard {
    display: flex;
    justify-content: center;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section {
    width: 100%;
    max-width: 370px;
    padding: 20px !important;
    border-radius: 15px !important;
  }

  .container-mob {
    padding: 0px;
    display: block;
    position: fixed;
    bottom: 20px;
    width: 90%;
    z-index: 10;
  }

  .content-buttons-mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: #c1c1c1;
    border-radius: 10px;
  }

  .content-buttons-mob a {
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
  }

  .content-buttons-mob a:active,
  .content-buttons-mob a:focus {
    color: #fff;
    text-decoration: none;
  }

  .content-buttons-mob a svg {
    fill: #fff;
  }

  .content-buttons-mob a[activeitem] {
    pointer-events: none;
    background-color: #a9a9a9;
    border-radius: 8px;
  }


  /* Consultas realizadas Mobile */

  .container-consultations-carried .Polaris-Page .content-header {
    justify-content: start;
    margin-bottom: 20px;
    display: none;
  }

  .container-consultations-carried {
    padding: 25px;
    position: relative;
  }

  .container-consultations-carried .Polaris-Page {
    border-radius: 15px;
    box-shadow: none !important;
  }

  .container-consultations-carried .Polaris-Page .Polaris-Header-Title__TitleAndSubtitleWrapper {
    padding-bottom: 40px;
  }

  .container-consultations-carried .Polaris-Page .Polaris-Page-Header--mobileView {
    padding-top: 20px;
  }

  .container-consultations-carried .Polaris-Page .Polaris-Header-Title__TitleAndSubtitleWrapper h1 {
    text-align: center;
    font-size: 1.3rem !important;
  }

  .container-consultations-carried .Polaris-Page .content-header .content-right {
    flex-direction: row;
  }

  .container-consultations-carried .Polaris-Page .Polaris-Header-Title__TitleAndSubtitleWrapper {
    padding-bottom: 20px;
  }

  .content-tables {
    padding: 0 20px;
    height: 65vh;
    overflow-y: scroll;
  }

  .container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .Polaris-DataTable__TableRow {
    margin: 10px 0;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
  }

  .container-consultations-carried .Polaris-Page .Polaris-DataTable__Table .table-user {
    width: 100%;
  }

  .container-consultations-carried .Polaris-Page::after {
    content: '';
    width: 100%;
    height: 20px;
    background-color: #ffffff93;
    border-radius: 0 0 12px 12px;
  }

  .container-consultations-carried .container-mob {
    position: fixed;
    width: 90%;
    bottom: 20px;
    padding: 0;
  }

  /* Nova consulta */

  .container .Polaris-Page__Content {
    padding: 20px;
  }

  .content-consult .Polaris-FormLayout__Items {
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio .conten-image-audio {
    flex-direction: column;
    gap: 0;
    font-weight: normal;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form .content-audio button {
    padding: 6px !important;
  }

  .Polaris-FormLayout--grouped .Polaris-FormLayout__Item {
    min-width: 50px !important;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form button {
    padding: 16px 10px !important;
  }

  .content-consult .Polaris-LegacyCard .Polaris-LegacyCard__Section form button span {
    font-weight: 300 !important;
  }

  /* Resumo das Consultas */

  .container-tabs .content-tabs-item .Polaris-LegacyCard {
    padding: 10px;
  }

  .container-content .container-mob {
    padding: 0;
  }

  .container-content .Polaris-Page-Header__RightAlign {
    display: none;
  }

  .container-content .Polaris-Page-Header--mediumTitle.Polaris-Page-Header--noBreadcrumbs .Polaris-Page-Header__TitleWrapper {
    text-align: center;
  }

  .container-content .Polaris-Page-Header--mediumTitle.Polaris-Page-Header--noBreadcrumbs .Polaris-Page-Header__TitleWrapper .Polaris-Header-Title {
    font-size: 1.4rem;
  }

  .container-content .container-mob .content-buttons-mob a {
    padding: 10px 0;
  }

  .container-content .container-mob .content-buttons-mob a .Polaris-Icon {
    height: 1.5rem;
    width: 1.5rem;
  }

  .container-tabs .content-tabs-item .Polaris-Layout:first-child {
    max-height: 55vh;
    overflow-y: auto;
  }

  .container-tabs .content-tabs-item .Polaris-Layout .Polaris-Layout__Section {
    margin-top: 0 !important;
  }

  .container-tabs .header-tabs {
    width: 100%;
    justify-content: center;
    border-bottom: 0;
  }

  .container-tabs .content-tabs-item .content-button-footer {
    display: none;
  }

  .container-tabs .content-tabs-item .content-tabs-subItem {
    display: flex;
    grid-template-columns: 100%;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }

  .content-actions_btton {
    display: flex;
    width: 100%;
    padding-top: 20px;
  }

  .content-actions_btton ul {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .content-actions_btton .Polaris-ActionList .Polaris-ActionList__Item {
    font-size: 1rem;
    color: #000;
    text-align: center;
    justify-content: center;
    background-color: #ccc !important;
  }

  .content-actions_btton .Polaris-ActionList {
    width: 100%;
  }

  .container-edit,
  .container-edit .Polaris-Page {
    padding: 20px;
  }

  .container-edit .Polaris-Layout {
    margin-top: 0;
  }

  .Polaris-Layout__Section,
  .Polaris-Layout__AnnotatedSection {
    width: 100%;
  }

  .container-edit .Polaris-Page .Polaris-Layout .Polaris-LegacyCard__Section {
    padding: 0px !important;
    border-radius: 15px;
    margin-top: 20px;
  }

  .container-edit .Polaris-Page .Polaris-Box {
    padding: 0;
  }

  .content-consult .Polaris-TextContainer {
    padding: 20px;
  }

  .Polaris-Page-Header__Row {
    display: flex !important;
  }

  /* Planos Checkout */
  #billing-plans .Polaris-LegacyCard__Section {
    background-color: var(--primary-color);
  }

  #billing-plans .Polaris-Text--center {
    background-color: var(--primary-color);
    margin-bottom: 0 !important;
  }

  #billing-plans .Polaris-FormLayout__Item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Estilos principais para o card */
  #billing-plans .Polaris-Card__Section {
    gap: 20px;
    background-color: white;
    width: 90%;
    height: auto;
    margin-block: 8px;
    transform-origin: center;
    /* Define a origem do crescimento na parte inferior */

  }

}
