﻿
.folder {
    list-style: none;
    padding: 0;
    margin: 0;
}

.folder-item {
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
}

    .folder-item > a {
        display: flex;
        align-items: center;
        color: #71839B;
    }

    .folder-item > .item-wrapper {
        display: flex;
        align-items: center;
        color: #71839B;
    }


    .folder-item .material-symbols-rounded {
        margin-right: 10px;
    }

.folder-title {
    font-family: Rethink Sans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.28px;
    color: #71839B;
    display: flex;
    align-items: center;
}

.subfolder {
    list-style: none;
    margin: 0;
    display: none;
    position: relative;
}

    .subfolder.expanded {
        display: block;
    }

.has-subfolder > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.folder-item {
    color: #0046ff;
}

    .folder-item.active.is-parent > a {
        background: #ECEBFF;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
    }

    .folder-item.active.is-parent > .item-wrapper {
        background: #ECEBFF;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
    }

.library-actions {
    display: flex;
    gap: 20px;
}

    .library-actions > .main-button {
        background: #fff;
        color: #3833ff;
        border-radius: 16px;
        padding: 15px;
    }
/*    .folder-item.is-parent:hover > a {
        background: #ECEBFF;
        border-radius: 8px;
    }
    .folder-item.is-parent:hover > .item-wrapper {
        background: #ECEBFF;
        border-radius: 8px;
    }

    .folder-item:hover > a > .folder-title {
        color: #3833FF;
    }

    .folder-item:hover > .item-wrapper > .folder-title {
        color: #3833FF;
    }*/

.folder-item > a {
    margin-top: 5px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
}

.folder-item > .item-wrapper {
    margin-top: 5px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
}

.folder-item.active.is-parent > a > .folder-title {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active.is-parent > .item-wrapper > .folder-title {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active.is-parent > a > .folder-title {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active.is-parent > .item-wrapper > .folder-title {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active.is-parent > a > .folder-title > span {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active.is-parent > .item-wrapper > .folder-title > span {
    background: #ECEBFF;
    border-radius: 8px;
    color: #3833FF;
}

.folder-item.active > a > .folder-title {
    color: #3833FF;
}

.folder-item.active > .item-wrapper > .folder-title {
    color: #3833FF;
}

.folder-item.active > a {
    color: #3833FF;
}

.folder-item.active > .item-wrapper {
    color: #3833FF;
}

.folder-icon {
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}

.subfolder-item {
    position: relative;
}
