ul {
    list-style-type: none;
}
.category-name{
    border-top: 1px solid lightgray;
}
.category-name .category-name{
    border-bottom: none;
}
.summary-section{
    /* background: #f7e4c9; */
    padding: 10px;
    border-bottom: 1px solid white;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    justify-content: space-between;
}
.summary-section:hover{
    background: #f7e4c9;
    cursor: pointer;
}
.summary-section.active{    
    background: #f7e4c9;
}
.form-section{
    display: flex;
    justify-content: center;
}
.folder-name,
.folder-action{
    display: flex;
    align-items: center;
    gap: 5px;
}
.folder-name{
    width: 100%;
}
.category-class{
    padding-left: 20px;
    display: none;
}

.arrow-category-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.arrow-category {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
}

.arrow-category.rotate-arrow{
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
}
.add-section{
    display: flex;
    padding: 10px;
}
.add-btn-section,
.form-row{
    display: flex;
}
.add-form{
    width: 90%;
}
.form-row{
    border-bottom: 2px solid white;
    padding: 10px 0px;
    font-size: 20px;
}
.form-row input{
    border: none;
    width: 60%;
    margin-left: 20px;
    padding-left: 10px;
    background: #f7e4c9;
    border-bottom: 1px solid black;
    border-radius: 11px;
}
.form-row label{
    width: 40%;
}
.view-doc{
    position: fixed;
    top: 10vh;
    width: 70vw;
    height: 80vh;
    left: 15vw;
}
.view-doc iframe{
    width: 100%;
    height: 100%;
}

.closeBtn{
    background: #ff4a4a;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 3px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin: 3px;
}

.closeBtn:hover{
    background: #f00;
    cursor:pointer;
}

.closeBtn__lines{
    width: 1.5rem;
    height: 0.2rem;        
}
.closeBtn__lines{
    background: white;
    transform: rotateZ(-45deg);
}
.closeBtn__lines:after{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.2rem;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
    transform: rotateZ(90deg);
    background: white;
}
.close-iframe{
    display: flex;
    justify-content: end;
}

.file-section i{
    font-size: 20px;
    color: #515151;
}
.file-action i{
    transform: all 0.3s ease-in-out;
    padding: 0px 5px;
}
.file-action i:hover{
    color: black;
    cursor: pointer;
}
.icon-container{
    position: relative;
}
.plus-sign{
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    font-size: 20px;
    background-color: transparent;
    text-shadow: 
        -1px -1px 0 white,
         1px -1px 0 white,
        -1px  1px 0 white,
         1px  1px 0 white;
}

.page-content{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: white;
}
.table-content{
    width: 90%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-row{
    display: flex;
    flex-direction: column;
}
.header{
    background: #bdccdd;
    position: fixed;
    top: 0px;
    left: 5%;
    width: 90%;
    flex-direction: column;
    border: 2px solid gray;
    border-bottom: 1px solid white;
}
.information{
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}
.information .content-column{
    padding: 5px 20px;
}
.content-column h2{
    font-size: 30px;
}
.information .folder-action{
    padding: 0px;
    background: none;
}
.content .row{
    border-top: 2px solid white;
}
.classButton{
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 10px;
    color: black;
    font-size: 20px;
    font-weight: 600;
    background: lightgray;
    margin: 0px 15px;
    transition: all 0.3s ease-in-out;
}
.classButton:hover{
    background: #417cbd;
    cursor: pointer;
    /* border: 1px solid white; */
    color: white;
}

.content-column select{
    border: none;
    background: white;
    padding: 5px;
    border-bottom: 1px solid black;
}
#progress-bar {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 5%;
    top: 50%;
    left: 20%;
    width: 60%;
    border-radius: 10px;
}
.hide-progress{
    display: none!important;
}
#progress-bar-fill {
    height: 25px;
    width: 0%;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: white;
}


/* de aici  */
.content-content{
  display: grid;
  grid-template-rows: 94%;
  grid-template-columns: 100%;

}
.section-container {
  width: 100%;
}

.section-content{
display: grid;
  align-content: space-around;
    grid-template-rows: 100%;
  height: 700px;
}
.content-structure{
    background: white;
    border-radius: 8px;
    padding: 0px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: grid;
    grid-template-rows: 10% 90%;
    height: 100%;
    overflow-y: auto;
}
.category-class.active{
    display: block;
    border-left: 2px solid #e9ecef;
    margin-left: 5px;
    padding-left: 5px;
}
.file-section{
    display: flex;
    justify-content: space-between;
    padding: 3px;
    background: whitesmoke;
}
.action-image{
    height: 30px;
    transition: all 0.3s ease-in-out;
}
.action-image:hover,
.action-image-file:hover{
    transform: scale(1.2);
}
.file-action{
    display: flex;
    gap: 10px;
    margin-right: 10px;
    align-items: center;
}
.action-image-file{
    width: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.download-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.download-btn,
.spinner-icon, 
.checkmark-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}
.folder-action .spinner-icon, 
.folder-action .download-btn,
.folder-action .checkmark-icon{
    width: 30px;
    height: 30px;
}
.spinner-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.checkmark-icon {
    filter: brightness(0) saturate(100%) invert(47%) sepia(91%) saturate(391%) hue-rotate(81deg) brightness(95%) contrast(89%);
}

.user-access-form{
    position: fixed;
    background: white;
    width: 80vw;
    overflow: auto;
    display: flex;
    flex-direction: column;
    z-index: 22;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 5px;
    top: 10%;
    left: 10vw;
}
.user-access-header,
.user-access-row  { 
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    width: 100%;
    border-bottom: 1px solid gray;
    align-items: center;
    justify-items: center;
}
.user-access-form h4{
    text-align: center;
}
.user-access-notice{
    font-size: 10px;
}
.form-buttons{
margin-top: 10px;
}

.save-access-btn,
.cancel-access-btn{
background: #c6801a;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
  width: 150px;
  padding: 10px 0px;
}
.user-access-row .user-access-column:nth-child(1){
    width: 100%;
    text-align: start;
}
.save-access-btn:hover,
.cancel-access-btn:hover{
    background: #ce9745;
}    
.classButton {
    background: #c6801a;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
    width: 150px;
    padding: 10px 0px;
    text-align: center;
}
.classButton:hover{
    background: #ce9745;
}
    
@media screen and (max-width: 1280px) {
  .content-structure{
    overflow: auto;
  }
  .content{  
      height: calc(100% - 90px)!important;
    }
  .content-structure > ul{
    width: 800px;
  }
  .content-content {
      grid-template-rows: 100%!important;
  }
}
@media screen and (max-width: 1080px) {
    .content-structure > ul{
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
    .content-structure > ul{
    width: 650px;
  }
      header {
        height: 90px!important;
        }
}

