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

body {
  background-color: #f5f5f5;
  color: #666 !important;
  font-family: 'Exo', sans-serif;
}

.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: #1572e8!important;
    background: -webkit-linear-gradient(legacy-direction(-45deg),#06418e,#1572e8)!important;
    background: linear-gradient(-45deg,#06418e,#1572e8)!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%;
  background: #f0f0f1;
  padding: 7px;
  margin-bottom: 8px;
  border-radius: 6px;
}

.aluno {
  margin-left: auto;
  background-color: aliceblue;
}