#folder_bar {
  margin-top: -15px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center; 
  gap: 10px;            
}
.folder_titles {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  margin-right: -13px;
}
.folder_titles:hover{
    background-color: rgba(197, 195, 195, 0.473);
    border-radius: 5px;
}

#new_folder_btn{
    width: 22px;
    height: 22px;  
    cursor: pointer; 
    margin-left: 10px; 
}
.folder_name{ 
  display: flex;
  align-items: center; 
  gap: 10px;            
}

.folder_img{
    width: 20px;
    height: 20px;  
}

#edit_form_folder button:nth-of-type(2) {
  background-color: #bb060f;
}

#edit_form_folder button:nth-of-type(2):hover {
  background-color: #69060b;
}
#edit-folder-name{
  width: 95%;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  color: #212F52;
}
.folder_actions{
  margin-left: 30px;
  
}