@import url("Consulta/styles.css");
@import url("Protocolo/styles.css");
@import url("Reclamacao/styles.css");
@import url("Sugestao/styles.css");  
@import url("Admin/Index/styles.css");
@import url("Admin/Atendimento/styles.css");
@import url("eSicOuvidoria/styles.css");

  .main-container-fluid{
    width: 100%;
    height: fit-content;
    min-height: 60vh;
    display: flex;
    justify-content: start;
  }

  .page-painel {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow-y: auto;
  }

  .header-ouvidoria-painel {
    width: 100%;
    height: fit-content;
    padding: 36px 24px 24px 24px;
    border-bottom: 2px solid rgb(214, 214, 214);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .header-ouvidoria-painel-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .header-ouvidoria-painel-description {
    font-size: 15px;
    color: #113260;
  }

  .options-box-ouvidoria-painel {
    width: 100%;
    height: fit-content;
    padding: 18px;
    border-bottom: 2px solid rgb(214, 214, 214);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    cursor: pointer;
  }

  .options-box-ouvidoria-painel:hover {
    background-color: rgb(244,244,244);
  }

  .option-btn-ouvidoria-painel {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .option-btn-ouvidoria-painel-info {
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .option-btn-ouvidoria-painel-info-icon {
    width: 24px;
    margin-right: 24px;
  }

  .option-btn-ouvidoria-painel-info-text {
    font-size: 18px;
    font-weight: 700;
  }

  .option-btn-ouvidoria-painel-icon-box {
    width: 10%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .option-btn-ouvidoria-painel-icon {
    width: 26px;
    padding: 4px;
    border-radius: 50%;
  }

  .option-btn-ouvidoria-painel-icon:hover {
    cursor: pointer;
    background-color: rgb(234, 234, 234);
  }

  .page-content-forms {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .ouvidoria-form-box {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: start;
    border-radius: 6px;
    padding: 32px;
  }

  #denuncia-banner {
    width: 100%;
    height: fit-content;
    padding: 16px 16px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #FFF5C2;
  }

  .protocol-form{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .protocol-form-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid #113260;
    margin-bottom: 16px;
  }

  .ouvidoria-form-description {
    max-width: 100%;
    text-align: start;
    margin-bottom: 16px;
  }

  .protocol-box-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .protocol-content-row {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-bottom: 16px;
  }

  .label-input-ouvidoria {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .label-description {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .input-ouvidoria {
    width:100%;
    height: 50px;
    font-size:14px;
    border: 1px solid rgb(224,224,224);
    border-radius: 6px !important;
    padding: 6px 8px !important;
  }

  .protocol-form-btns-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
  }

  .btn-form-ouvidoria {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    margin-right: 12px;
  }

  .btn-enviar {
    background-color: #11305D;
    color: white;
  }

  .btn-limpar-form {
    background-color: transparent;
    border: 2px solid #11305D !important;
    color: #11305D !important;
  }
  
  @media screen and (max-width: 768px) {
    .main-container-fluid {
      flex-direction: column;
      min-height: 60vh;
    }
    .page-painel {
      width: 100%;
    }
    .page-content-forms {
      width: 100%;
      min-height: 30vh;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .main-container-fluid {
      height: 60vh;
      flex-direction: row;
    }
    .page-painel {
      width: 40%;
    }
    .page-content-forms {
      width: 60%;
    }
  }

  @media screen and (min-width: 1024px){
    .main-container-fluid {
      flex-direction: row;
    }
    .page-painel {
      width: 40%;
      padding-bottom: 64px;
    }
    .page-content-forms {
      width: 60%;
    }
  }

  .profile-menu-absolute-box {
    height: fit-content;
    min-width: 100px;
    border-radius: 12px;
    background-color: white;
    border: 1px solid rgb(224,224,224);
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 12px;
    font-size: 14px;
    position: absolute;
    z-index: 1000;
  }

  .profile-menu-divider {
    height: 1px;
    width: 100%;
    background-color: rgb(224,224,224);
    margin-top: 4px;
  }

  .profile-menu-header {
    height: fit-content;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(224,224,224);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .profile-menu-photo-box {
    height: fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
  }

  .profile-menu-photo-background {
    width: 35px;
    height: 35px;
    background-color: crimson;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile-menu-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .profile-menu-header-user-name-box {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .profile-menu-header-user-name{
    font-size: 14px;
    font-weight: 700;
    color: black;
  }

  .profile-menu-header-user-type-box {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }

  .profile-menu-header-user-type-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: crimson;
    margin-right: 4px;
  }

  .profile-menu-header-user-type-label {
    font-size: 13px;
    font-weight: 500;
    color: rgb(164,164,164);
  }

  .profile-menu-btn {
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 4px 4px 0px 4px;
  }

  .profile-menu-btn-icon {
    width: 14px;
    margin-right: 12px;
  }

  .profile-menu-btn-label {
    font-size: 14px;
    font-weight: 600;
    color: black;
  }

  .profile-menu-btn:hover {
    background-color: rgb(244,244,244);
    cursor: pointer;
  }

  .login-input-group-protocolo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 18px;
  }

  .login-input-group-protocolo-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .login-input-group-protocolo-input {
    padding: 6px 12px;
    border: 1px solid rgb(234,234,234);
    border-radius: 6px;
    font-size: 15px;
  }

  .btn-login-protocolo {
    background-color: #113260;
    color: white;
  }

  .btn-login-protocolo:hover {
    background-color: #1f3a61;
    color: white;
  }

  #erro {
    width: 100%;
    border: 1px solid crimson;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    background-color: rgba(220, 20, 60, 0.445);
    color: white;
  }

  .criar-cadastro-protocolo {
    padding-top: 16px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    columns: #113260;
  }