.error{
    color:red;
}
.rnbold {
    font-weight:bold;
}
.rnbox {
    border: 1px solid #ff0000;
    padding: 5px;
    color:red;
}
.cpanel .icon {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.cpanel a {
    color: #000;
    text-decoration: none;
}
.icon a .btn-icon {
    height: 70px;
}
.cpanel a {
    color: #000;
    text-decoration: none;
}

    .cpanel a > i, .cpanel a > span {
        display: block;
    }

    .cpanel a > span {
        color: #000 !important;
        padding: 5px 0;
        text-overflow: ellipsis;
    }

.cpanel .icon {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center !important;
}

.table td key {
    background-color: #ebe3e3;
    font-weight: 700;
}
.folder-card {
    cursor: pointer;
}

    .folder-card:hover {
        background-color: #f8f9fa;
    }

.folder-icon {
    font-size: 2rem;
    margin-right: 10px;
}

.folder-name {
    font-weight: bold;
}
.red{
    color: red !important;
}