﻿body {
    background-color: #ffcd00;
}

.collection-container {
    padding: 15px;
}

.collections-logo-box {
    height: 100px;
    width: 100px;
    border-radius: 80px;
    margin: 20px auto;
    background-color: rgba(41,54,61,1);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .collections-logo-box img {
        height: 80px;
    }

.carousel-nav {
    padding: 5px 10px;
    background-color: #ffeb99;
    box-shadow: 0 3px 5px 0 rgba(20,83,155,.1);
}

    .carousel-nav .tab-title {
        text-align: center;
        display: inline-block;
        width: 33%;
        padding: 10px;
        border-radius: 15px;
        font-family: ism;
        transition: all 0.2s ease-in-out;
        color: #000;
        margin: 5px 0;
    }

        .carousel-nav .tab-title.is-nav-selected {
            background-color: #fff;
            color: #000;
            border-radius: 50px;
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
        }

.carousel-cell {
    background-color: transparent;
    width: 100%;
    min-height: 200px;
}

.collection-item {
    background-color: rgba(255,255,255,1);
    margin-bottom: 15px;
    border-radius: 10px;
    color: #000;
    width: 100%;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.05);
    overflow: hidden;
}

.collection-box-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.collection-box-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 240px;
}

.collection-box-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    width: 70px;
    font-size: 11px;
    background-color: #d4ffec;
    padding: 5px;
    border-radius: 10px;
    font-family: iy;
}

.collection-box-row2 {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 15px 10px;
    background-color: #f0f3f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:12px;
}
.collection-box-row2 span{
    font-family: iyb;
}

.collection-member-count {
    font-size: 16px;
    font-family: iyb;
}

.collection-img-box {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 30px;
    margin-left: 10px;
}

    .collection-img-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.collection-title {
    display: block;
    font-family: iy;
    color: #000;
    flex: 1;
}

.collection-header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    padding: 15px;
}

    .collection-header-box h4 {
        margin-bottom: 0;
        font-family: ism;
        font-size: 20px;
    }

.collection-header-filter {
    background-color: #5e4e97;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    border-radius: 10px;
}

    .collection-header-filter i {
        margin-left: 5px;
    }

#FilterModal .modal-header {
    border: none;
    background-color: #6c5aaa;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

    #FilterModal .modal-header .close {
        color: #fff;
        opacity: 1;
        font-size: 22px;
        font-family: feather;
        font-weight: normal;
        text-shadow: none;
        outline: none;
        margin: 0;
        padding: 5px;
    }

#FilterModal .modal-title {
    font-family: ism;
    color: #fff;
    font-size: 16px;
}

    #FilterModal .modal-title i {
        font-size: 20px;
        vertical-align: middle;
        margin-left: 3px;
    }

#FilterModal .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

#FilterModal .modal-content {
    height: 100%;
    border-radius: 0;
}

#FilterModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 92%;
}

.filter-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
}

.filter-title-box {
    flex: 3;
    background-color: #e1ddee;
    color: #000;
    overflow: auto;
}

    .filter-title-box ul {
        list-style: none;
        padding: 0;
    }

        .filter-title-box ul li {
            padding: 15px;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            user-select: none;
        }

            .filter-title-box ul li.selected {
                background-color: #fff;
                color: #000;
            }

.selected-filter-count:not(:empty) {
    color: #fff;
    background-color: #7768b1;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 12px;
    font-family: ism;
}

.filter-value-box {
    flex: 4;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.filter-action-box {
    background-color: #eee;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ddd;
}

.btn-clear-filter {
    flex: 1;
    border: none;
    border-left: 1px solid #ddd;
    padding: 15px 0;
    outline: none;
    background: no-repeat;
}

    .btn-clear-filter i {
        font-size: 20px;
        vertical-align: middle;
        margin-left: 5px;
        color: #555;
    }

.btn-filter, .btn-filter:hover, .btn-filter:focus {
    background-color: #6c5aaa !important;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    padding: 12px;
    border: none;
    outline: none;
}

.filter-box {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

    .filter-box ul {
        list-style: none;
        padding: 0;
    }

    .filter-box li input {
        margin-left: 5px;
        vertical-align: sub;
        float: left;
    }

    .filter-box li label {
        display: block;
        padding: 10px;
        user-select: none;
        font-weight: normal;
        cursor: pointer;
    }
