/* span#clipboard-button {
    float: unset;
    background: unset;
    color: white;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    margin-top: 2px;
} */
#clipboard-button{
    top: 15px;
    height: 35px;
    background-color: #505c78;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin:0;
}
input[type="button"] {
    float: unset;
    background: unset;
    color: white;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    margin-top: 2px;
}
select#qualityChanger {
    background-color: #69738c;
    border: 0;
    border-radius: 5px;
    color: white;
    padding: 6px;
    float: right;
}
.folder-settings {
    visibility: hidden;
    opacity: 0;
    transition-duration: .5s;
}
.folder-settings-tool {
    width: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition-duration: .5s;
    cursor: context-menu;
    z-index: 90;
}
.folder-hidden .folder-settings {
    visibility: visible;
}
.folder:hover .folder-settings-tool {
    opacity: 1;
    transition-duration: .3s;
}
.folder-hidden .folder-settings {
    opacity: 1;
}
.folder-options {
    border-top: 1px solid #80808075;
    /* margin-bottom: 3px; */
    /* position: absolute; */
    /* bottom: 21px; */
    padding-top: 10px;
    /* padding-bottom: 10px; */
    /* margin-top: 25px; */
    padding-left: 10px;
    /* width: 96%; */
}
.dragdrop{
    display: none;
    color: white;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 45%;
    z-index: 1;
}
.dragdrop img {
    width: 70px;
}
.dragdrop img, .dragdrop p{
    z-index: 1;
    position: relative;
}
span.span-hide {
    visibility: hidden;
}
.active-final {
    background-color: #4ec851!important;
    color: black;
}
/* The Close Button */
.close,
.passClose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus,
.passClose:hover,
.passClose:focus {
    color: grey;
    text-decoration: none;
    cursor: pointer;
}
select#id_client {
    background-color: #69738c;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}
#new-password-button {
    float: none;
    top: 75%;
    height: 35px;
    left: 0%;
    position: absolute;
}
.password-container {
    display: grid;
}
input.delete-project, input.unarchive-project{
    display: flex;
    float: left;
    margin-left: 10px;
    padding: 0;
    background-color: transparent;
    color: white;
    border: 0;
    font-family: Roboto;
    font-size: 14px;
    padding-left: 0;
    padding-right: 10px;
    float: left;
    margin-top: 7px;
    font-weight: 400;
    cursor: pointer;
}
.folder-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 160px;
    grid-template-rows: auto;
    /* height: fit-content; */
    /* overflow: overlay; */
    /* overflow-x: hidden; */
    padding-right: 20px;
    /* overflow: auto; */
    /* height: 100%; */
    scrollbar-color: #1b2232c2 #F5F5F5;
    scrollbar-width: thin;
}
.folder-con-container {
    height: 85%;
    overflow: auto;
    scrollbar-color: #1b2232c2 #F5F5F5;
    scrollbar-width: thin;
}
.content-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.content-container::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.content-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1b2232c2;
}
.folder-con-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.folder-con-container::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.folder-con-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1b2232c2;
}
.folder-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.folder-container::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.folder-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1b2232c2;
}
.client-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.client-container::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.client-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1b2232c2;
}
.archived-folders{
    display: none;
}
.make-final {
    position: absolute;
    bottom: 73px;
    width: 100%;
    display: inline-block;
}
.downloadable {
    position: absolute;
    bottom: 49px;
    width: 100%;
    display: inline-block;
}
.change-location{
    bottom: 3px;
    width: 85%;
    margin: 0 auto;
    margin-top: 79px;
}
.add-project {
    font-size: 20px;
    margin-bottom: 20px;
}

button.add-button {
    background-color: #69738c;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.folder{
    width: 206px;
    height: 160px;
    background: linear-gradient(90deg, rgba(55,59,70,1) 0%, rgba(55,59,70,0.3617822128851541) 76%, rgba(55,59,70,0) 100%);
    border-radius: 5px;
    position: relative;
    transition-duration: .5s;
    overflow: hidden;
}
.folder-hidden .folder {
    background: rgb(55,59,70);
}

input.move-location-input{
    width: 75%;
    float: right;
    height: 20px;
    margin: 0;
}