/*@font-face {
    font-family: 'montserrat';
    src: url('https://espacomuca.com/montserrat.ttf'); 
}
*/
body {
    background: #75CBA8;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
#flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 0 5px;
}
.flexItem {
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
}
.item {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    gap: 0 10px;
    text-align: center;
    align-items: center;
}
#message, .mensagem {
    background: white;
    margin: 10px 16px 16px;
    padding: 10px 24px 16px;
    border-radius: 3px;
}
#messageErro, .mensagemErro {
    background-color: red;
    color: black;
    margin: 2%;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
}
@media (max-width: 900px) {
    body {
        zoom: 1.75;
    }
}
.messageForm {
    background: white;
    max-width: 420px;
    width: 70%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px grey;
    text-align: left;
    padding: 5px;
}
textarea {
  width: 90%;
  height: 70px;
  box-sizing: border-box;
  border-radius: 0px 10px;
  border-color: 2px solid #75CBA8;
  font-size: medium;
  padding: 5px;
  overflow-y: scroll;
}
#message h3 {
    color: black;
    font-weight: normal;
    font-size: 16px;
    margin: 5px;
}
#message h2 {
    color: #75CBA8;
    font-weight: bold;
    font-size: 18pt;
    margin: 0 0 8px;
}
#message h1 {
    font-size: 22pt;
    font-weight: 300;
    color: black;
    margin: 5px;
}
#message p {
    line-height: 20px;/*140%;*/
    margin: 2px; /*16px 0 24px;*/
    font-size: 12pt;
}
#message a {
    display: block;
    text-align: center;
    background: #75CBA8;
    text-decoration: none;
    color: white;
    padding: 16px;
    border-radius: 4px;
    font-weight: bold;
}
#message,
#message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}
#criar {
    background-color: #05ff37 !important;
}
#editar {
    background-color: #05b1ff !important;
}
input {
    border-radius: 0px 10px;
    border-color: #75CBA8;
    font-size: medium;
    padding: 5px;
    width: 90%;
}
input[type="checkbox"] {
    text-align: left;
    width: 50px;
    height: 20px;
}
.in {
    width: 85%;
    text-align: end;
    margin: 0;
    color: #0be1fd;
}
#entrar {
    margin-top: 5px;
    color: white;
    background-color: #75CBA8;
    width: auto;
    border-radius: 5px;
    font-weight: 1000;
}
.oculto {
  display: none;
}
.visivel {
  display: block;
}
label {
    color: black;
    font-size: 14pt;
}
.esq {
    text-align: left;
}
.ta {
    background-color: #75CBA8;
    margin: 10px 5px 5px;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.col-input {
  min-width: 100px;
}
#pacientes {
  padding: 15px;
  background-color: white;
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 600px) {
    body,
    #message {
        margin: 0px;
        /*background: white;*/
        box-shadow: none;
    }
    /*body {
        border-top: 16px solid #75CBA8;
    }*/
    input, textarea {
        width: 100%;
    }
    .messageForm {
        width: 80%;
    }
}
table {
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 1px 3px;
}
#lineTable {
    padding: 5px;
}
#lineTable table {
    border-spacing: 0px 5px;
    text-align: left;
}
#lineTable td, #lineTable th {
    border: none;
    padding: 15px;
    background-color: white;
    text-align: center;
}
#message td, #message th {
    padding: 15px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
}
#inativo th, #inativo td {
    background-color: red;
    color: white;
}
#ativo th, #ativo td {
    background-color: green;
    color: white;
}
#ativo a {
    background-color: white;
    color: black;
    font-weight: bold;
    text-transform: none;
}
#i, .i {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#f, .f {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#c {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#b {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ta {
    background-color: #b4e5d1;
    margin: 10px 5px 5px;
    padding: 2px 2px 1px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#tabela {
    border-collapse: separate;
    border-spacing: 5px 0px;
}
#perfil {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}
#icon {
    width: 50px;
    height: 50px;
}
#r, .r {
    border-radius: 5px;
}
r {
    color: red;
}
#v {
    background-color: red;
    color: white;
}
a {
    text-align: center;
    background: #75CBA8;
    text-decoration: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
}
.add-cursor {
    cursor: crosshair;
}
.editavel {
    cursor: pointer;
}
.sticky-header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.barra-cores {
    width: 250px;
    height: 25px;
    border-radius: 25px;
    background: linear-gradient(to right, #05ff37, #fff705, #ff0505);
}
.linha {
    text-decoration: underline;
    color: blue;
}