/* @import url('https://fonts.googleapis.com/css2?family=Montserrat'); */

/* body {
  background-color: #EBF8FE;
  font-family:  'Montserrat', cursive;;
  font-size: 1rem;
} */

.subject-name {
    cursor: pointer;
    text-decoration: none;
}

.subject-name:hover {
    color: #007bff;
}

.iconrounded {
    font-size: 24px;
    line-height: 0;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #2eca6a;
    background: #e0f8e9;
}

.custom-event {
    height: 20px; /* Defina a altura desejada aqui */
    line-height: 20px; /* Ajuste o alinhamento do texto */
    /*overflow: hidden; /* Esconde o excesso de texto, se necessário */
    background-color: #2eca6a;
    border-color: #2eca6a;
}

input[type='text'] {
    font-size: 0.8rem;
}

textarea {
    font-size: 0.8rem !important;
}

select {
    font-size: 0.7rem !important;
}

.custom-card-font-07rem {
    font-size: 0.7rem;
}

.custom-card-font-08rem {
    font-size: 0.8rem;
}

form {
    font-size: 0.8rem !important;
}

button {
    font-size: 0.8rem !important; /* Ajuste o tamanho conforme necessário */
}

a.btn {
    font-size: 0.8rem !important;
}