@font-face {
    font-family: 'SFPRO';
    src: URL('/assets/fonts/SFPro.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Roboto-Regular';
    src: URL('/assets/fonts/Roboto-Regular.ttf') format('truetype');
  }


  :root{
    --colorPrimaryNormal: #00b3bb;
    --colorPrimaryDark: #00979f;
    --colorPrimaryGlare: #00cdd7;
    --colorPrimaryHalf: #80d9dd;
    --colorPrimaryQuarter: #bfecee;
    --colorPrimaryEighth: #dff5f7;
    --colorPrimaryPale: #f3f5f7;
    --colorPrimarySeparator: #f3f5f7;
    --colorPrimaryOutline: #dff5f7;
    --colorButtonNormal: #00b3bb;
    --colorButtonHover: #00cdd7;
    --colorLinkNormal: #00979f;
    --colorLinkHover: #00cdd7;
      /* Definição das cores */
      /* cores de texto */
      --text-white:#ffffff;
      --text-dark: #142136;
      --text-grey: #575656; 
    
      /* cores de fundo */
      --bg-grey-light: #f5f5f5;
      --bg-white: #ffffff;
      --bg-blue-dark: #142136;
      --bg-indigo: #6366f1;
      --bg-blue: rgba(90, 187, 232, 0.6); 
  
      --bg-green-button: #6dbf7496; 
    
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #343a40;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
      --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
      
      *,
      *::before,
      *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      
      html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      
      article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
        display: block; }
  

  .dvspace {
    padding: 10px;
  }
  .bg-blue {
    background-color: var(--bg-blue); 
  }

  .bg-light-dark {
    background-color: #d7dbde;  
  }

  .bg-red {
    background-color: rgb(203, 59, 59);
    color: #fff;
  }

  .bg-radiogra {
    /* background: no-repeat center/100% url( "../img/radio.png");   */
    background: no-repeat center/100% url( "../img/bg-hospital.png");  
    color: #fff;
    background-size: cover;
    backdrop-filter: blur(8px);    
  }  

  .login {
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  
  }

  
  * {
     font-family: "Roboto-Regular";
     line-height: 1.9;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
    }
  
    body {
      background-color: var(--bg-grey-light);
    }
  
    a {
      color: var(--text-white);
      text-decoration: none;
    }

    p {
      font-weight: 100;
    }

  

  /*NAVBAR*/
  .navbar li {
    margin-left: 10px;
  }
  
  .navbar iconify-icon {
    font-size: 28px;
  }
  
  .navbar-brand h3{
    font-size: 1.6rem;
    color: var(--text-white);
  }
  
  .navbar-brand iconify-icon {
    font-size: 30px;
  }
  
    
  /* ICONES */
  
  iconify-icon {
    font-size: 25px;
    color: #f5f5f5;
    color: #f5f5f5;
  }

  table iconify-icon {
    font-size: 20px;
    color: black;
  }

  .modal iconify-icon {
    font-size: 28px;
    color: black;
  }


  

  
  /* BOTÕES */
  
  
  /* BACKGROUND COLORS */
  
  
  
  .dark {
    --text-white: #e6e6e6;
    --text-dark: #ffffff;
    --bg-grey-light: #142136;
    --bg-white: #22395d;
    --bg-blue-dark: #142136;
    --bg-indigo: #7577e1;
  }
  
    /*
    .container {
      max-width: 600px;
      margin: 40px auto;
      display: flex;
      padding: 20px;
      flex-direction: column;
    }
    */
  
  .modal .text-black {
    color: #000;
  }
  
  
  /* -------- */
  .text-wrapper {
    width: 100%;
    padding: 20px;
    background-color: var(--bg-white);
    margin-bottom: 40px;
    border-radius: 10px;
  }
  
  .paragraph {
    font-size: 16px;
    color: var(--text-dark);
  }
  
  .heading {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 40px;
    color: var(--text-dark);
  }
  
  
  .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .button-menu {
    width: 120px;
    padding: 5px;
    height: 40px;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    cursor: pointer;
    background-color: var(--bg-blue-dark);
    color: var(--text-white);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .btn-acoes-grid {
    margin-left: 10px;
      box-shadow:inset 0px 1px 0px 0px #ffffff;
      background-color:#ededed;
      border-radius:6px;
      border:1px solid #dcdcdc;
      display:inline-block;
      cursor:pointer;
      color:#777777;
      font-family:Arial;
      font-size:15px;
      font-weight:bold;
      padding:6px 24px;
      text-decoration:none;
      text-shadow:0px 1px 0px #ffffff;
  }
  .btn-acoes-grid:hover {
      background-color:#dfdfdf;
  }
  .btn-acoes-grid :active {
      position:relative;
      top:1px;
  }
  
  .btn-blue{
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  color: #fff;
  background-color: #0066CC;
  padding: 10px 30px;
  border: 2px solid #0066cc;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition : 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  }
  .btn-blue:hover{
  transition : 1000ms;
  padding: 10px 50px;
  transform : translateY(-0px);
  background-color: #fff;
  color: #0066cc;
  border: solid 2px #0066cc;
  }
  
  
  .btn-primary {
    margin-left: 20px;
  }
  
    /* TABELA */
  
  
  
    #notas {
      margin-top: 80px;
    }
  
  
    /* MODAL */
  
  
  .modal-footer {
    background-color: #cccccc;
  }
  
  #modal-avaliacao iconify-icon {
    color: #000;
  }

  #modal-avaliacao .space-grid {
    height: 15px;
    
  }

  #modal-avaliacao .modal-body p {
    font-size: 14px;
    

    
  }


  /* .nav-item .active {
    background-color: var(--breakpoint-xs);
    border-radius: 5px;
  } */
  
  
  /* Container Resumo Usuário*/
  .resumo-atendimentos iconify-icon {
    font-size: 14px;
  }
  
  .resumo-atendimentos p {
    color: var(--text-grey);
  }
  
  .resumo-atendimentos .user-logado {
    font-size: 20px;
    color:#343a40;
  }
  
  .card {
    margin-bottom: 40px;
  }
  
  
  
  /* - TRANCAR CONSULTORIO - */
  
  .ftco-section {
    padding: 7em 0; }
  
  .ftco-no-pt {
    padding-top: 0; }
  
  .ftco-no-pb {
    padding-bottom: 0; }
  
  .heading-section {
    font-size: 28px;
    color: #000; }
    .heading-section small {
      font-size: 18px;
      color: rgba(0, 0, 0, 0.5); }
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
  .toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .toggle:before {
      content: "OFF";
      text-align: right;
      position: relative;
      top: 3px;
      left: 3px;
      width: 50px;
      height: 22px;
      font-size: 10px;
      display: block;
      background: #e6e6e6;
      border-radius: 30px;
      -webkit-transition: background .2s ease;
      -o-transition: background .2s ease;
      transition: background .2s ease;
      padding: 2px 8px; }
    .toggle span {
      position: absolute;
      top: 2px;
      left: 0;
      width: 24px;
      height: 24px;
      display: block;
      background: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .toggle span:before {
        content: "";
        position: absolute;
        display: block;
        margin: -16px;
        width: 56px;
        height: 56px;
        background: rgba(189, 131, 206, 0.5);
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        pointer-events: none;
        border: 1px solid yellow; }
  
  #cbx:checked + .toggle:before,
  #cbx2:checked + .toggle:before {
    background: #d0a8dc;
    content: 'ON';
    text-align: left;
    color: #fff; }
  
  #cbx:checked + .toggle span,
  #cbx2:checked + .toggle span {
    background: #bd83ce;
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -webkit-box-shadow: 0 3px 8px rgba(189, 131, 206, 0.7);
    box-shadow: 0 3px 8px rgba(189, 131, 206, 0.7); }
    #cbx:checked + .toggle span:before,
    #cbx2:checked + .toggle span:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  
  
  
  /* TAB NAV */
  .nav .nav-link{
    margin-left: 10px;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
    background: #343436;
    color: #fff;
    border-radius: 5px;
    height: 50px;
  }
  
 

 

  #tab-prontuario .btn-wait{
    height: 40px;
    width: 80px;
    border: none;
    background-color: #eed230;
    margin-right: 10px;
  }

  #tab-prontuario .btn-ready{
    height: 40px;
    width: 80px;
    border: none;
    background-color: var(--green);
    margin-right: 10px;
  }
  
  /* TABELA */
  .custom-table {
    min-width: 900px; 
    font-size: 16px;}
    .custom-table thead tr, .custom-table thead th {
      border-top: none;
      border-bottom: none !important; }
    .custom-table tbody th, .custom-table tbody td {
      color: #777;
      font-weight: 400;
      padding-bottom: 20px;
      padding-top: 20px;
      font-weight: 300; }
      .custom-table tbody th small, .custom-table tbody td small {
        color: #b3b3b3;
        font-weight: 300; }
    .custom-table tbody .persons {
      padding: 0;
      margin: 0; }
      .custom-table tbody .persons li {
        padding: 0;
        margin: 0 0 0 -15px;
        list-style: none;
        display: inline-block; }
        .custom-table tbody .persons li a {
          display: inline-block;
          width: 36px; }
          .custom-table tbody .persons li a img {
            border-radius: 50%;
            max-width: 100%; }
    .custom-table tbody tr th, .custom-table tbody tr td {
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .custom-table tbody tr th:before, .custom-table tbody tr th:after, .custom-table tbody tr td:before, .custom-table tbody tr td:after {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        content: "";
        left: 0;
        right: 0;
        position: absolute;
        height: 1px;
        background: #bfbfbf;
        width: 100%;
        opacity: 0;
        visibility: hidden; }
      .custom-table tbody tr th:before, .custom-table tbody tr td:before {
        top: -1px; }
      .custom-table tbody tr th:after, .custom-table tbody tr td:after {
        bottom: -1px; }
    .custom-table tbody tr:hover th, .custom-table tbody tr:hover td {
      background: rgba(0, 0, 0, 0.03); }
      .custom-table tbody tr:hover th:before, .custom-table tbody tr:hover th:after, .custom-table tbody tr:hover td:before, .custom-table tbody tr:hover td:after {
        opacity: 1;
        visibility: visible; }
    .custom-table tbody tr.active th, .custom-table tbody tr.active td {
      background: rgba(0, 0, 0, 0.03); }
      .custom-table tbody tr.active th:before, .custom-table tbody tr.active th:after, .custom-table tbody tr.active td:before, .custom-table tbody tr.active td:after {
        opacity: 1;
        visibility: visible; }
  
  
  /* ICONES */
  
  .icon-pacientes iconify-icon {
    font-size: 26px;
    color: #000;
  }
  
  .instrucoes a {
    color: var(--text-grey);
  }
  
  .instrucoes a:hover {
    color: var(--text-dark);
  }
  
  #header-paciente img {
    background-color: red;
    height: 200px;
  }
  
  #status-paciente .icon-status-atendimento {
    font-size: 20px;
    color: var(--green);
  }
  
  .bg-historico-header {
    background-color: #0066cc4e;
    border-radius: 4px;
  }
  
  .span-info {
    background-color: rgba(0, 128, 0, 0.339);
  }
  
  #lavanderia button {
    height: 50px;
    width: 400px;
  }
  
  
  .btn-prontuario{
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  color: #fff;
  background-color: #0066CC;
  padding: 10px 30px;
  border: 2px solid #0066cc;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 50px;
  transition : 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  }
  .btn-prontuario:hover{
  transition : 1000ms;
  padding: 10px 50px;
  transform : translateY(-0px);
  background-color: #fff;
  color: #0066cc;
  border: solid 2px #0066cc;
  }
  
  
  /* Timeline holder */
  ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
  }
  
  /* Timeline vertical line */
  ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
  }
  
  li.timeline-item {
    margin: 20px 0;
  }
  
  /* Timeline item arrow */
  .timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
  }
  
  /* Timeline item circle marker */
  li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSES
  * ==========================================
  *
  */
  
  
.upload_dropZone {
  color: #0f3c4b;
  background-color: var(--colorPrimaryPale, #c8dadf);
  outline: 2px dashed var(--colorPrimaryHalf, #c1ddef);
  outline-offset: -12px;
  transition:
    outline-offset 0.2s ease-out,
    outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
}
.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}
.upload_svg {
  fill: var(--colorPrimaryNormal, #0576bd);
}
.btn-upload {
  color: #fff;
  background-color: var(--colorPrimaryNormal);
}
.btn-upload:hover,
.btn-upload:focus {
  color: #fff;
  background-color: var(--colorPrimaryGlare);
}
.upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}

.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center
}

.file-man-box .file-img-box img {
    height: 64px
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box .file-download:hover {
    color: #313a46
}

.file-man-box .file-man-title {
    padding-right: 25px
}

.file-man-box:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
    visibility: visible
}
.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px
}

.file-man-box .file-close {
  color: rgb(36, 179, 36); 
  /* color: #f1556c; */
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 10px;
  top: 10px;
  visibility: hidden
}

.file-man-box .file-img-box {
  line-height: 120px;
  text-align: center
}

.file-man-box .file-img-box img {
  height: 64px
}

.file-man-box .file-download {
  font-size: 32px;
  color: #98a6ad;
  position: absolute;
  right: 10px
}

.file-man-box .file-download:hover {
  color: #313a46
}

.file-man-box .file-man-title {
  padding-right: 25px
}

.file-man-box:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
  visibility: visible
}
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}


.description-user {
  font-size: 12px;
  color: #575656;
}

