.user-management {
    .card-body {
        border-radius: 15px;
    }

    .blog-tags {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;

        .tags-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            width: 55px;
            height: 55px;
            border-radius: 10px;
            flex-shrink: 0;

            i::before {
                width: 30px;
                height: 30px;
                font-size: 30px;
                color: #1F58C7;
            }
        }

        .tag-details {
            text-align: center;

            h2 {
                color: #fff;
                margin-bottom: 10px;
            }

            p {
                font-size: 20px;
            }

            p:last-child {
                margin-bottom: 0;
                color: #fff;
            }
        }
    }
}

.card .card-header {
    background-color: #fff;
    padding: 16px 24px;
    border-bottom: 1px dashed rgba(106,113,133,.3);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    position: relative;

    h4 {
        text-transform: capitalize;
    }
}

h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .6px;
}

.total-user {
    min-width: 95px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    margin-right: 10px;

    h5 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        width: 85px;
        text-align: center;
        font-size: 14px;
    }

    span {
        color: #1F58C7;
        font-size: 20px;
        font-weight: 600;
    }
}

.bg-light-primary {
    background-color: #EEF3FD !important;
    color: #fff;
}

.btn-light1-primary {
    background-color: #EEF3FD !important;
}

.b-r-15 {
    border-radius: 15px !important;
}

.upcoming-box {
    padding: 14px 0;
    text-align: center;

    .upcoming-icon {
        height: 50px;
        width: 50px;
        margin: 0 auto 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    p {
        font-size: 18px;
        font-weight: 600;
    }

    i {
        font-size: 30px;
        color: #FFFFFF;
    }

    a.btn {
        padding: 5px 10px;
        border-radius: 5px;
    }
}

.dropdown-content {
    background: #F6F7FB;
    padding: 10px;
    border: 2px solid #EEEEEE;

    .container {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #CCCCCC;
    }
    .tabs {
        display: flex;
        gap: 10px;
    }
    .tabs button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px 20px;
        font-size: 16px;
        border-bottom: 2px solid transparent;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .tabs button.active {
        background: #1c4fb3;
        color: #FFF;
    }
    .comment-box {
        padding: 15px;
        border-radius: 5px;
    }
    textarea {
        width: 100%;
        height: 100px;
        padding: 10px;
    }
    .empty-state {
        text-align: center;
        margin-top: 30px;
        color: #777;
    }

    .list-group {
        .empty-state {
            margin-top: 0;
            padding: 0;
        }

        .list-group-item:first-child {
            margin-top: 10px;
        }
    }

    .upload-area {
        border: 2px dashed #ccc;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        background: #f8f9fa;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .upload-area.dragover {
        border-color: #0d6efd;
        background: #e9ecef;
    }

    .upload-content {
        color: #6c757d;
    }

    .upload-content i {
        color: #0d6efd;
    }

    .upload-progress {
        display: none;
        margin-top: 10px;
    }

    .upload-progress .progress {
        height: 5px;
        margin-bottom: 5px;
    }

    .upload-progress .progress-text {
        font-size: 12px;
        color: #6c757d;
    }

    .list-group-item {
        border: 1px solid rgba(0,0,0,.125);
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
    }

    .list-group-item h5 {
        margin: 0;
        color: #495057;
    }

    .list-group-item small {
        color: #6c757d;
    }

    .comment-content {
        color: #212529;

        p {
            margin-bottom: 0;
        }
    }

    .empty-state {
        text-align: center;
        padding: 2rem;
        color: #6c757d;
    }

    .empty-state p {
        margin: 0.5rem 0;
    }

    .empty-state p:first-child {
        font-size: 1.1rem;
        color: #495057;
    }

    .tabs_comments {
        display: inline-block;
        background: grey;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        margin-left: 5px;
    }
}

.ck-body-wrapper {
	display: none !important;
}

.gantt-red g rect {
    fill: red !important;
}
