@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&display=swap');
html,
body {
  height: 100%;
}

body {
  
  
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.card {
    /* border-radius: 0px !important; */
    box-shadow: 0 10px 25px 0 rgb(50 50 93 / 7%), 0 5px 15px 0 rgb(0 0 0 / 7%);
    border: none;
    
}

.bg-primary-gradient {
    background: #16224b  !important
}
.accordion-item {
  margin-bottom: 10px;
}

a.ytp-title-link.yt-uix-sessionlink {
  display: none !important;
}

.video-stream .html5-main-video > .ytp-pause-overlay {
  display: none !important;
}

.avatar-foto {
  background-size: cover !important;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-position: center !important;
}

.monitoria_anexos {
  padding: 10px;
  border: solid 1px #ccc;
}

.resposta {
  width: 80%;
  border: solid 1px #ccc;
  padding: 7px;
  margin-bottom: 8px;
  border-radius: 6px;
}

.aluno {
  margin-left: auto;
  border: solid 1px #ccc;
}

[data-bs-theme=dark] .note-editable {
  color: #ccc;
}

[data-bs-theme=light] .cor-separador {
  color: #333;
}

[data-bs-theme=dark] .cor-separador {
  color: #ccc;
}

[data-bs-theme=dark] .card {
  border: solid 1px #666;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px;
}

.card-modulo {
  background: transparent !important;
  border: solid 1px #e5e5e5;
  box-shadow: none;
}

.notificacao{
  padding: 15px;
  border-bottom: solid 1px #ccc;
}

.notificacao-nao-lida{
  background: aliceblue;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #e8eaeb;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-top: solid 3px #eb880e;
  display: none;
}

#cookie-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  border: solid 1px #666;
}

main {
  flex: 1; /* Ocupa o espaço restante */
}

.bg-degrade{
  background: linear-gradient(
    to bottom, 
  #2B307840 0%, 
  #ffffff 15%, #ffffff 85%, 
  #2B307840 100%) !important; 
  min-height: 70vh;
}

.footer-chromos {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
}