/* .table-responsive {
    overflow-x: auto;
}

.table_tb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {

    padding: 8px;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

.btn_group a {
    color: #212529;
}

.edit {
    margin-right: 4px;
    background-color: green;
    padding: 10px;
    padding: 0.6rem;
    border-radius: 5px;
    color: white;
}

.delet {
    margin-right: 4px;
    background-color: red;
    padding: 10px;
    padding: 0.6rem;
    border-radius: 5px;
    color: white;
    border: none;
}

@media (max-width: 768px) {
    .table-responsive {
      overflow-x: auto;
    }
  
    .table_tb {
      width: 100%;
      border-collapse: collapse;
    }
  
    .table_tb thead {
      display: none; 
    }
  
    .table_tb tbody tr {
      display: block;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
    }
  
    .table_tb tbody td {
      display: block;
      text-align: left;
      padding: 10px;
    }
  
    .table_tb tbody td::before {
      content: attr(data-label); 
      font-weight: bold;
      float: left;
      margin-right: 10px;
    }
  }
   */

.pagination-custom .page-link::after {
  display: none !important;
}
.pagination-container {
  display: flex;
  justify-content: center;
}

.topics__list {
  display: flex;
  flex-direction: row;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.topics__item,
.topics__list_list {
  flex: 1;
}

/* @media screen and (max-width: 668px) { */
.topics {
  border-left: 6px solid transparent;
  border-image: linear-gradient(to bottom, #f4ecda, #f4edda);
  border-image-slice: 1;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  cursor: pointer;
}

.topics__list {
  display: flex;
  flex-direction: column;
}

.topics__item_name,
.topics__item_conv {
  padding: 2px;
  border-radius: 5px;
  margin: 5px 10px;
}

.topics__item_hosp,
.topics__item_proc {
  padding: 2px;
  border-radius: 5px;
  margin: 5px 10px;
}

.topics__list p {
  /* width: fit-content; */
  margin-left: 10px;
  /* padding: 0px 0px; */
}

.topics__list_list {
  display: flex;
  justify-content: space-around;
}

.topics__item_statu {
  background-color: #c5cfc6;
  padding: 2px;
  border-radius: 5px;
  margin: 5px 10px;
}

.topics__item_date {
  margin: 5px 10px;
}

.topics__item_numb {
  margin: 5px 10px;
}
/* } */

.login100-form-title {
    display: block;
    /* font-family: SourceSansPro-Bold; */
    font-size: 30px;
    color: #4b2354;
    line-height: 1.2;
    text-align: center;
}
/* . */
.p-b-37 {
    padding-bottom: 37px;
}
/* @media (max-width: 480px)
.wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
} */
.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
}
.p-r-55 {
    padding-right: 55px;
}
.p-l-55 {
    padding-left: 55px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-t-80 {
    padding-top: 80px;
}
.login100-form {
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
form {
    display: block;
    margin-top: 0em;
}
.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.input100 {
    /* font-family: SourceSansPro-Bold; */
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 62px;
    background: 0 0;
    padding: 0 20px 0 23px;
}
input {
    outline: none;
    border: none;
}

.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #686464 !important;
    border-radius: 25px;
    /* font-family: SourceSansPro-SemiBold; */
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 10px 30px 0 (#686464 / 50%);
    -moz-box-shadow: 0 10px 30px 0 #686464 !important;
    -webkit-box-shadow: 0 10px 30px 0 #686464 !important;
    -o-box-shadow: 0 10px 30px 0 #686464 !important;
    -ms-box-shadow: 0 10px 30px 0 #686464 !important;
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
user agent stylesheet
button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.text-center {
    text-align: center;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-t-57 {
    padding-top: 57px;
}
.text-center {
    text-align: center!important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
user agent stylesheet
div {
    display: block;
}
.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.p-b-112 {
    padding-bottom: 112px;
}
.invalid-feedback {
    text-align: center;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    display: block !important;
}
.wrap-login100{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.button-criar-conta{
    cursor: pointer;
    color: #7a8187;
}

.button-criar-conta:hover{
    cursor: pointer;
    color: #7a8187;
}

.close-modal-logim{
    position: absolute;
    right: 5%;
    top: 3%;
    font-size: 20px;
    cursor: pointer;
}

.politicas-privacidade ul li {
  margin-left: 25px;
}

.login100-form-title {
  display: block;
  /* font-family: SourceSansPro-Bold; */
  font-size: 30px;
  color: #4b2354;
  line-height: 1.2;
  text-align: center;
}
/* ; */
.p-b-37 {
  padding-bottom: 37px;
}
/* @media (max-width: 480px)
.wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
} */
.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
  -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}
.p-r-55 {
  padding-right: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-80 {
  padding-top: 80px;
}
.login100-form {
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
form {
  display: block;
  margin-top: 0em;
}
.validate-input {
  position: relative;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.input100 {
  /* font-family: SourceSansPro-Bold; */
  font-size: 16px;
  color: #4b2354;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 62px;
  background: 0 0;
  padding: 0 20px 0 23px;
}
input {
  outline: none;
  border: none;
}
input:disabled {
  background: #b7b7b7;
  border-radius: 10px;
  color: white;
  cursor: progress;
}
button:disabled {
  background: #b7b7b7;
  border-radius: 10px;
  color: white;
  cursor: progress;
}
.focus-input100 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
  -o-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login100-form-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: rgb(112, 111, 211);
  border-radius: 25px;
  /* font-family: SourceSansPro-SemiBold; */
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 10px 30px 0 rgb(189 89 212 / 50%);
  -moz-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
  -webkit-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
  -o-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
  -ms-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
}
button {
  outline: none !important;
  border: none;
  background: 0 0;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
user agent stylesheet button {
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
.text-center {
  text-align: center;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-57 {
  padding-top: 57px;
}
.text-center {
  text-align: center !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
user agent stylesheet div {
  display: block;
}
.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.p-b-112 {
  padding-bottom: 112px;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid rgb(112, 111, 211); /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  align-items: center;
  position: relative;
  display: inline-block;
  left: 28%;
  right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: rgb(112, 111, 211);
}

.invalid-feedback {
  text-align: center;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  display: block !important;
}

.wrap-login100 {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.button-criar-conta {
  cursor: pointer;
}

.close-modal-logim {
  position: absolute;
  right: 5%;
  top: 3%;
  font-size: 20px;
  cursor: pointer;
}

.login100-form-title {
    display: block;
    /* font-family: SourceSansPro-Bold; */
    font-size: 30px;
    color: #4b2354;
    line-height: 1.2;
    text-align: center;
}
/* ; */
.p-b-37 {
    padding-bottom: 37px;
}
/* @media (max-width: 480px)
.wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
} */
.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
}
.p-r-55 {
    padding-right: 55px;
}
.p-l-55 {
    padding-left: 55px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-t-80 {
    padding-top: 80px;
}
.login100-form {
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
form {
    display: block;
    margin-top: 0em;
}
.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.input100 {
    /* font-family: SourceSansPro-Bold; */
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 62px;
    background: 0 0;
    padding: 0 20px 0 23px;
}
input {
    outline: none;
    border: none;
}
input:disabled {    
    background: #b7b7b7;
    border-radius: 10px;
    color: white;
    cursor: progress;
  }
button:disabled {    
    background: #b7b7b7;
    border-radius: 10px;
    color: white;
    cursor: progress;
    }
.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: rgb(112, 111, 211);
    border-radius: 25px;
    /* font-family: SourceSansPro-SemiBold; */
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 10px 30px 0 rgb(189 89 212 / 50%);
    -moz-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
    -webkit-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
    -o-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
    -ms-box-shadow: 0 10px 30px 0 rgb(112, 111, 211);
}
button {
    outline: none!important;
    border: none;
    background: 0 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
user agent stylesheet
button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.text-center {
    text-align: center;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-t-57 {
    padding-top: 57px;
}
.text-center {
    text-align: center!important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
user agent stylesheet
div {
    display: block;
}
.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.p-b-112 {
    padding-bottom: 112px;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgb(112, 111, 211); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-items: center;
    position: relative;
    display: inline-block;
    left: 28%;
    right: auto;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  a{
      color: rgb(112, 111, 211);
  }


.invalid-feedback {
    text-align: center;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    display: block !important;
}

.wrap-login100{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.button-criar-conta{
    cursor: pointer;
}

.close-modal-logim{
    position: absolute;
    right: 5%;
    top: 3%;
    font-size: 20px;
    cursor: pointer;
}

.error {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#img-cordao {
  width: 100%;
  transform: translate(0, 0);
}

@media (max-width: 768px){
  #img-cordao {
    margin-bottom: 15%;
    width: 140%;
  }
}

.error > p:nth-child(2) {
  color: #807ff7;
  text-align: center;
  font-size: 30px;
}

.error > p:nth-child(3) {
  color: #2C3E50;
  text-align: center;
  margin: 0;
  font-size: 20px;
}

@media (max-width: 768px){
  .error > p:nth-child(2) {
    font-weight: bold;
    text-align: center;
    color: #807ff7;
    font-size: 20px;
  }

  .error > p:nth-child(3) {
    color: #2C3E50;
    text-align: center;
    margin: 0;
    font-size: 15px;
  }
}

#img-mesas {
  width: 30%;
  transform: translate(0, 25%);
}

@media (max-width: 768px){
  #img-mesas {
    width: 80%;
  }
}
.banner-admin {
  text-align: center;
  font-family: "SulSans", Helvetica, sans-serif;
  margin-top: -48px;
}

.banner-admin p {
  line-height: 0.7em !important;
}

.banner-admin img {
  width: 190px;
}

#select-hospial {
    padding: 7px;
    border-radius: 5px;
}

.search-button{
    border-radius: 0px 4px 4px 0px !important;
}

.search-input{
    /* font-size: 1.5rem; */
    border-radius: 4px 0px 0px 4px !important;
}

#container {
    top: 40px;
    max-width: 500px;
    height: 50%;
    margin: 0 auto;
    border-radius: 10px;
}

#container .modal-content {
    height: auto !important;
}

.app-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.search-container {
display: flex;
width: 100%;
max-width: 400px; /* Defina a largura máxima desejada para o container de pesquisa */
}

.search-input {
flex: 1;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

.search-button {
padding: 10px;
/* background-color: #007bff; */
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}

.form-control{
    width: -webkit-fill-available;
}
.container-lista {
  margin-top: 100px;
}

.container {
  width: auto !important;
}

.my-stablishiment {
  color: #3f3e3e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25rem;
  width: 100%;
  margin-bottom: 20px;
}

.row-stablishiment {
  margin-bottom: 15px;
}

.estabelecimento {
  border: 1px solid #e9e9e9;
  padding: 22px 15px 15px 15px;
  font-family: "SulSans", Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 7px;

  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
}

.link-stablishiment {
  cursor: pointer;
}

.favorite-hospital {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}

.favorite {
  margin-top: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  width: 25px;
  height: 25px;
}

.estabelecimento:hover {
  background: #f8f8f8;
}

.link-stablishiment:hover {
  text-decoration: none;
}
.name-stablishiment {
  color: #3e3e3e;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.info-stablishiment {
  font-weight: 300;
  color: #717171;
  font-size: 13px;
  margin-bottom: 8px;
}

.status-stablishiment {
  font-weight: 300;
  color: #717171;
  font-size: 13px;
  margin-bottom: 8px;
}

.close-day {
  height: 9px;
  background-color: red;
  /* width: 10px; */
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 10px;
  margin: 0px 8px;
}

.pagination-custom .page-link::after {
  display: none !important;
}

