.form-popup {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
}
@media (max-width: 900px) {
    .form-popup {
        width: 90%;
    }

}

.background{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}



/*folder*/

.folder {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 300px;

}

.folder ul {
    margin: 0;
    padding: 5px;

}
.folder li{
   
    margin-bottom: 3px!important;
    border: 1px solid #eee;
    font-size: 10px;
}

.folder i{
    line-height: 42px;
    text-align: center;
    font-size: 42px;
    color: #e4b104;
}
.folder img{
 padding: 10px
}
.folder div{
    display: flex;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

.text-alignment button i {
    padding: 0px;
    font-size:unset;
    line-height: unset;
    text-align: center;
    color: unset;
   
 
} 
.text-alignment ul {
    padding: 10px;
left:-5vw;
} 

.text-alignment li {
   border:unset;
} 

.text-alignment button  {
    float: right;
    top: 50%;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);

}
.text-alignment-vertical  { 
    line-height:7vw;
}



/* horizontal folders list*/

.horizontal-folder li {

    width: 19.3%;
    height: 100px;
    text-align: center;
    display: inline-block;


}


.horizontal-folder li:hover {
    height: 100%;
}



.horizontal-folder a {

    flex-direction: column;
    align-items: center;
    justify-content: center;

}



.horizontal-folder span{
    padding: 5px;
    background-color: #888888;
    color:#fff;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.horizontal-folder span:hover {
    text-overflow: clip;
    overflow: visible;
    height: 100%;
    white-space: normal;
    word-break: break-all;
}


.horizontal-folder i {
    padding-bottom: 5px;

}

@media (max-width: 900px) {
    .horizontal-folder li {
        width: 50%;
    }

}


/* horizontal folders list*/

.vertical-folder li {
    width: 99%;

    display:block;

}

.vertical-folder i {
    padding-right: 15px;

}

.vertical-folder a {

    flex-direction: row;

}

.vertical-folder span {
    width: 100%;

}

.vertical-folder .count {
    width: 3%;
    height:3%;
    font-size: 14px;
    font-style: bold;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #888;
    color: #fff;
    border:1px solid;
}


@media (max-width: 900px) {
    .vertical-folder .count {
        width: 6%;
        height:6%;
    }

}

/*hover-add-button*/

.hover-add-button{

    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%,-50%);
}

.hover-add-button button{
    padding: 15px;
    font-size: 40px;
    border-radius: 100%;
}