﻿.top {
    display: block;
}

    .top .top-bar {
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
        background-color: #ffffff;
        z-index: 2;
    }

        .top .top-bar .filter-section {
            float: left;
            display: flex;
            gap: 10px;
            margin-left: 10px;
        }

            .top .top-bar .filter-section div.link {
                font-family: Poppins500;
                cursor: pointer;
            }

            .top .top-bar .filter-section hr {
                margin: 0;
            }

            .top .top-bar .filter-section a {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 101px;
                height: 36px;
                background: #FFFFFF;
                border: 1px solid #C1C8CD;
                border-radius: 20px;
                color: #C1C8CD;
                margin-top: 8px;
                gap: 5px;
                font-family: Poppins500;
            }

            .top .top-bar .filter-section .filter-container {
                width: 280px;
                padding: 0 10px;
            }

            .top .top-bar .filter-section .chkgrp {
                display: flex;
            }

                .top .top-bar .filter-section .chkgrp .chklbl {
                    font-family: Poppins500;
                    width: 220px;
                }

                .top .top-bar .filter-section .chkgrp .chk input[type=checkbox] {
                    outline: none;
                    box-shadow: none;
                }

                    .top .top-bar .filter-section .chkgrp .chk input[type=checkbox]:checked {
                        background-color: #831CEF;
                    }

        .top .top-bar .page-title {
            float: left;
            font-family: Poppins700;
            font-size: 36px;
            color: #831CEF;
            text-transform: lowercase;
            text-align: center;
        }

            .top .top-bar .page-title i {
                cursor: pointer;
            }

        .top .top-bar .button-section {
            float: right;
            display: flex;
            gap: 10px;
            margin-right: 10px;
        }

            .top .top-bar .button-section hr {
                margin: 0;
            }

            .top .top-bar .button-section a {
                display: inline-block;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 13px 20px;
                gap: 5px;
                height: 36px;
                background: #831CEF;
                border: 1px solid #C1C8CD;
                border-radius: 20px;
                margin-top: 8px;
                color: #ffffff;
                font-family: Poppins500;
            }

            .top .top-bar .button-section div.link {
                font-family: Poppins500;
                cursor: pointer;
            }

            .top .top-bar .button-section .filter-container {
                width: 280px;
                padding: 0 10px;
            }

            .top .top-bar .button-section .chkgrp {
                display: flex;
            }

                .top .top-bar .button-section .chkgrp .chklbl {
                    font-family: Poppins500;
                    width: 220px;
                }

                .top .top-bar .button-section .chkgrp .chk input[type=checkbox] {
                    outline: none;
                    box-shadow: none;
                }

                    .top .top-bar .button-section .chkgrp .chk input[type=checkbox]:checked {
                        background-color: #831CEF;
                    }

.top-alt {
    display: none;
    margin-bottom: 10px;
}

    .top-alt .top-bar {
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
        background-color: #ffffff;
        z-index: 2;
    }

        .top-alt .top-bar .page-title {
            float: left;
            font-family: Poppins700;
            font-size: 36px;
            color: #831CEF;
            text-transform: lowercase;
            text-align: left;
            margin-left: 10px;
        }

            .top-alt .top-bar .page-title i {
                cursor: pointer;
                float: right;
                margin-top: 10px;
                margin-right: 10px;
            }

        .top-alt .top-bar .filter-section {
            float: left;
            display: flex;
            gap: 10px;
            margin-left: 10px;
        }

            .top-alt .top-bar .filter-section div.link {
                font-family: Poppins500;
                cursor: pointer;
            }

            .top-alt .top-bar .filter-section hr {
                margin: 0;
            }

            .top-alt .top-bar .filter-section a {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 36px;
                height: 36px;
                background: #FFFFFF;
                border: 1px solid #C1C8CD;
                border-radius: 50%;
                color: #C1C8CD;
                gap: 5px;
                font-family: Poppins500;
            }

            .top-alt .top-bar .filter-section .filter-container {
                width: 280px;
                padding: 0 10px;
            }

            .top-alt .top-bar .filter-section .chkgrp {
                display: flex;
            }

                .top-alt .top-bar .filter-section .chkgrp .chklbl {
                    font-family: Poppins500;
                    width: 220px;
                }

                .top-alt .top-bar .filter-section .chkgrp .chk input[type=checkbox] {
                    outline: none;
                    box-shadow: none;
                }

                    .top-alt .top-bar .filter-section .chkgrp .chk input[type=checkbox]:checked {
                        background-color: #831CEF;
                    }

        .top-alt .top-bar .button-section {
            float: right;
            display: flex;
            gap: 10px;
            margin-right: 10px;
        }

            .top-alt .top-bar .button-section hr {
                margin: 0;
            }

            .top-alt .top-bar .button-section a {
                display: inline-block;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 5px;
                height: 36px;
                width: 36px;
                background: #831CEF;
                border: 1px solid #C1C8CD;
                border-radius: 50%;
                color: #ffffff;
                font-family: Poppins500;
            }

            .top-alt .top-bar .button-section div.link {
                font-family: Poppins500;
                cursor: pointer;
            }

            .top-alt .top-bar .button-section .filter-container {
                width: 280px;
                padding: 0 10px;
            }

            .top-alt .top-bar .button-section .chkgrp {
                display: flex;
            }

                .top-alt .top-bar .button-section .chkgrp .chklbl {
                    font-family: Poppins500;
                    width: 220px;
                }

                .top-alt .top-bar .button-section .chkgrp .chk input[type=checkbox] {
                    outline: none;
                    box-shadow: none;
                }

                    .top-alt .top-bar .button-section .chkgrp .chk input[type=checkbox]:checked {
                        background-color: #831CEF;
                    }

.list {
    height: calc(100vh - 160px);
    overflow-y: scroll;
    padding: 10px;
}

    .list::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .list::-webkit-scrollbar-track {
        background: transparent;
    }

    .list::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
        border: 1px solid transparent;
    }

    .list .record-count {
        font-family: Poppins500;
        margin-bottom: 10px;
        font-size: 13px;
        color: #C1C8CD;
        text-transform: uppercase;
        margin-left: 10px;
        margin-top: -10px;
    }

    .list .font-regular {
        font-family: Poppins400;
        font-size: 13px;
        cursor: pointer;
        color: #11181C;
    }

        .list .font-regular b {
            font-size: 11px;
        }

    .list .font-semibold {
        font-family: Poppins600;
        font-size: 13px;
        cursor: pointer;
        color: #11181C;
    }

    .list .avatar {
        width: 25px;
        border-radius: 50% !important;
        border-style: none;
        cursor: pointer;
    }

    .list .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: #F8F9FA;
    }

    .list .text-center {
        font-family: Poppins500;
        color: #C1C8CD;
    }

    .list .readmsg {
        color: #C1C8CD;
    }

.list-alt {
    height: calc(100vh - 132px);
    overflow-y: scroll;
    padding: 10px 0px;
}

    .list-alt::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .list-alt::-webkit-scrollbar-track {
        background: transparent;
    }

    .list-alt::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
        border: 1px solid transparent;
    }

    .list-alt .record-count {
        font-family: Poppins500;
        margin-bottom: 10px;
        font-size: 13px;
        color: #C1C8CD;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .list-alt .font-regular {
        font-family: Poppins400;
        font-size: 13px;
        cursor: pointer;
        color: #11181C;
    }

        .list-alt .font-regular b {
            font-size: 11px;
        }

    .list-alt .font-semibold {
        font-family: Poppins600;
        font-size: 13px;
        cursor: pointer;
        color: #11181C;
    }

    .list-alt .avatar {
        width: 25px;
        border-radius: 50% !important;
        border-style: none;
        cursor: pointer;
    }

    .list-alt .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: #F8F9FA;
    }

    .list-alt .text-center {
        font-family: Poppins500;
        color: #C1C8CD;
    }

    .list-alt .readmsg {
        color: #C1C8CD;
    }

.whitebg td, .whitebg th {
    --bs-table-accent-bg: #FFFFFF !important;
}

th {
    font-family: Poppins700;
    font-size: 12px;
    color: #11181C;
    text-transform: uppercase;
}

.chat-count {
    background-color: #ef1c1f;
    padding: 1px;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 9px;
    text-align: center;
    position: relative;
    top: -2px;
}

.search-highlight {
    background-color: #E6D2FC !important;
}

.cache-requirement {
    border: dashed 1px #ccc;
    background-color: lightyellow;
    padding: 10px;
    color: crimson;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Poppins500;
    font-size: 13px;
}

.project-header-container {
    border-top: solid 1px #1CEFED;
    display: block;
    width: 100%;
    border-bottom: solid 1px #ECEEF0;
    margin-bottom: 10px;
}

.project-header {
    background-color: #1CEFED;
    border-radius: 0px 0px 20px 20px;
    width: fit-content;
    padding: 0 10px;
    font-family: Poppins600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 2px 10px 4px 10px;
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
}

.task-type-header {
    font-family: Poppins500;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.flow-header {
    font-family: Poppins700;
    font-size: 16px;
    color: #11181C;
    border-bottom: 1px solid #ECEEF0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.step-container {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

    .step-container::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .step-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .step-container::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 20px;
        border: 1px solid transparent;
    }

    .step-container .step-box {
        padding: 7px;
        margin-right: 10px;
        border-radius: 5px;
        background: #F8F9FA;
        margin-bottom: 10px;
    }

        .step-container .step-box .step-header {
            display: flex;
        }

            .step-container .step-box .step-header .title {
                font-family: Poppins700;
                font-size: 12px;
                color: #11181C;
                text-transform: uppercase;
                width: calc(100% - 12px);
            }

            .step-container .step-box .step-header .buttons {
                cursor: pointer;
                font-family: Poppins700;
                font-size: 12px;
                color: #11181C;
            }

    .step-container .kanban-view {
        width: 270px;
        min-width: 270px;
        margin-bottom: 0;
    }

.add-flow {
    font-family: Poppins700;
    font-size: 12px;
    color: #C1C8CD;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.add-project {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 34px;
    gap: 10px;
    width: 166px;
    height: 37px;
    background: #11181C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}

    .add-project .title {
        font-family: Poppins500;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

.col-popup {
    font-family: Poppins400;
    font-size: 16px;
    color: #11181C;
}

.col-popup-light {
    font-family: Poppins400;
    font-size: 14px;
    color: #11181C;
}

.floating-add {
    font-family: Poppins700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #831CEF;
    position: fixed;
    top: calc(100vh - 80px);
    left: calc(100vw - 80px);
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.8;
}

.new-item {
    background-color: #F3E9FE !important;
    /*animation: fadein .8s, fadeout 8s;*/
}

@keyframes fadein {
    from {
        background-color: #ffffff;
        opacity: 0;
    }

    to {
        background-color: #F3E9FE;
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        background-color: #F3E9FE;
    }

    to {
        background-color: #ffffff;
    }
}


.drop-highlight {
    background-color: #F3E9FE;
    color: #F3E9FE !important;
    height: 32px;
    overflow: hidden;
}

.chosen {
    background-color: #F3E9FE;
    color: #F3E9FE !important;
    height: 32px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .top {
        display: none;
    }

    .top-alt {
        display: block;
    }

    .floating-add {
        top: calc(100vh - 60px);
        left: calc(100vw - 60px);
    }
}
