﻿#container-filtro-cadernos{
    display:flex;
    max-width: 1200px;
    margin: 30px auto;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}

#criacao-caderno {
    display: flex;
    flex-direction: column;
}
#side-menu-filtro-caderno {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #0000003b;
}
.menu-filtro-caderno{
    text-decoration: none;
    padding: 10px;
    font-size: 0.9rem;
    color: black;
    border-bottom: 1px solid #000000;
    transition: 0.3s;
    cursor: pointer;
}
.menu-filtro-caderno:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.menu-filtro-caderno:hover{
    background-color: ghostwhite;
}
.menu-filtro-caderno.ativo{
    background-color: #7B1FA2;
    color: white;
    font-weight: 500;

}


#side-menu-filtro-caderno a:first-child {
    border-radius: 5px;
}
#paineis-filtro-cadernos {
    display: flex;
    
}
#filtro-tipo-questao,#filtro-favoritas,
#filtro-tags,
#filtro-minhas-tags,
#left-panel-filtro,
#right-panel-filtro{
    width: 55vh;
    height: 70vh;
}

#filtro-tipo-questao {
    display: none;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: white;
    margin-right: 10px;

    padding: 15px;
}
#filtro-favoritas {
    display: none;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: white;
    margin-right: 10px;

    padding: 15px;
}
#filtro-tags, #filtro-minhas-tags {
    display: none;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: white;
    margin-right: 10px;

    padding: 15px;
}
.item-tipo-questao{
    padding: 5px;
    font-size: 0.9rem;
    cursor:pointer;
}
.item-tipo-questao:hover{
    background-color:#add8e6;
}
#left-panel-filtro, #right-panel-filtro, .ph-filtro-caderno {
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: white;
    /* overflow-x: auto; */
    overflow-y: auto;
}
#left-panel-filtro{
    margin-right: 10px;
}
#left-panel-filtro,#right-panel-filtro {
    padding: 15px;
}
#left-panel-filtro .list-group-item{
    border: none;
    padding: 0px;
}
#right-panel-filtro{
    display: flex;
    flex-direction: column;
}

.filtro-pasta-inteira {
    /* display: none; */

    cursor: pointer;
    align-items: center;
}

.item-pasta {
    padding-left: 0px;
    /* display: none; */
    align-items: center;
    cursor: pointer;
}
.item-pasta:hover, .item-filtro:hover, .filtro-pasta-inteira:hover {
    background-color: #add8e6;
}
.item-filtro {
    /* display: none; */
    cursor: pointer;
    align-items: center;
    
}
.caret-filtro{
    margin-right: 7px;
}
.not-clickable {
    color: #aaa;
    cursor: not-allowed;
    pointer-events: none;
}
.red-x{
    color:red;
    margin-right: 5px;
    font-size:0.8rem;
}
#nome-caderno{
    display:flex;
    justify-content:flex-start;
    padding: 10px 10px 10px 0px;
}
#input-nome-caderno {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    margin-right: 10px;
}
.pasta{
    color:lightyellow;
    font-size:1.5em;
}
.item-pasta .fa-folder, .item-pasta .fa-folder-open {
    font-size: 1rem; /* Tamanho do ícone */
    color: #fff09b; /* Cor do ícone */
    margin-right: 5px;
}
.fa-angle-right{
    font-size: 0.7em;
    margin-right:3px;
}
ul{
    list-style-type: disc;
}
li.sem-bullet::marker {
    content: "📁";
}
li.todas-da-pasta::marker{
    content: "➡️";
}

/* ul.nested {
    list-style: none;
    margin: 0; 
    padding: 0; 
}

ul.nested li {
    position: relative;
    padding-left: 5px;
}

ul.nested li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #555;

} */
@media (max-width: 768px) {

    #filtro-tipo-questao,
    #filtro-favoritas,
    #filtro-tags,
    #filtro-minhas-tags,
    #left-panel-filtro,
    #right-panel-filtro {
        width: 29vh;
        height: 50vh;
        margin-bottom: 10px;
    }
    #right-panel-filtro{
        margin-bottom: 0;
        height: 30vh;
    }
  #paineis-filtro-cadernos{
    flex-direction: column;
    font-size: 14px;
  }
  #nome-caderno{
    flex-direction: column;
  }
  #input-nome-caderno{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  #container-filtro-cadernos{
    padding: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #filtro-tipo-questao,
        #filtro-favoritas,
        #filtro-tags,
        #filtro-minhas-tags,
        #left-panel-filtro,
        #right-panel-filtro {
            width: 29vh;
            height: 50vh;
        }
    #paineis-filtro-cadernos {
        flex-direction: row;
    }
    #nome-caderno {
      flex-direction: row;
    }
}
@media only screen and (min-width: 1024px){

    #filtro-tipo-questao,
        #filtro-favoritas,
        #filtro-tags,
        #filtro-minhas-tags,
        #left-panel-filtro,
        #right-panel-filtro {
            width: 50vh;
            height: 70vh;
        }
            #paineis-filtro-cadernos {
        flex-direction: row;
    }
    #nome-caderno {
      flex-direction: row;
    }
}