
    /* Fontes */
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

    .menu-flutuante {
        position: fixed;
        width:3%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        opacity: 0.2;
        padding: 10px;
        height: 100%;

    }

#menu-opcoes {
  position: absolute;
  top: 40%;
  left: 60px;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  width:300px;
}

#menu-opcoes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-opcoes li {
  padding: 10px;
}

#menu-opcoes a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

#menu-opcoes a:hover {
  background-color: #f5f5f5;
}


    /* Estilos para h1 */
    h1.card-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 0;
      text-transform: uppercase;
    }

    /* Estilos para h2 */
    h2.card-text {
      font-family: 'Roboto', sans-serif;
      font-size: 24px;
      font-weight: 400;
      margin-top: 0.5rem;
    }

    /* Estilos para parágrafo */
    p#motivo-status {
      background-color: #FFA500;
      border-radius: 50px;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 1rem 0 0;
      padding: 1rem 2rem;
      text-transform: uppercase;
    }

    #fullscreenToggle {
        position: fixed;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }


    #clock {
        padding:2px;
        width:120px;
        height:40px;
        background: #0f3854;
        background: radial-gradient(ellipse at center,  #0a2e38  0%, #000000 70%);
        background-size: 100%;
        margin:0;
        font-family: 'Share Tech Mono', monospace;
        display: inline-block;
        font-size: 1.5rem;
        color: #fff;
        border-radius: 1px;
        text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
        font-family: 'Share Tech Mono', monospace;


      }
      #clock span{
        text-align: center;
      }
        .notification-box {
          position: fixed;
          bottom: 20px;
          right: 20px;
          width: 250px;
          height: 200px;
          background-color: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          padding: 15px;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 1000;
      }

      .notification-content {
          display: flex;
          align-items: center;
      }

      .user-status {
          font-size: 14px;
          color: #333333;
      }

      .modal {
        display: none;
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
      }

      .modal-content-micro {
        background-color: #fefefe;
        margin: 5% auto;
        padding: 10px;
        border: 1px solid #888;
        width: 40%;
        border: 1px solid #ccc; /* Ajuste a cor da borda */
        border-radius: 10px; /* Adicione o border-radius */
      }

      .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }

      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }

      .form-container {

        margin: 0 auto;
        padding: 0;

      }

      .form-group {
        margin-bottom: 20px;
      }

      .form-group label {
        display: block;
        margin-bottom: 0px;
        font-size: 14px;
      }

      .form-control {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
      }

      .form-control:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: none;
      }

      textarea.form-control {
        resize: vertical;
      }

      .btn-desktop {
        background-color: #007bff;
        border: none;
        color: #fff;
        padding: 8px 16px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s;
      }

      .btn-desktop:hover {
        background-color: #0056b3;
      }




      #buscar[disabled] {
        cursor: not-allowed;
      }

      .small-notification {
       width:30px;
       height:30px;
    }
