.label-color{
    background: #e9ecef;
    color: #495057;
}
.card-permission{
    min-height: 250px !important;
    max-height: 250px !important;
    overflow: hidden;
    overflow-y: auto;
}
.style-scrollbar-11::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-scrollbar-11::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.style-scrollbar-11::-webkit-scrollbar-thumb
{
    background-color: #e35a80;
    border-radius: 10px;
}
.title-border{
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.container-pull-up{
    width: 90%;
    margin-top: 0;
    background: #ffffff
}
.cursor-pointer{
    cursor: pointer;
}

.text-link {
    color: #4c66fb;
}

.status-pending {
    color: #f1c40f; /* Yellow */
    font-weight: bold;
}

.status-completed {
    color: #2ecc71; /* Green */
    font-weight: bold;
}

.status-failed {
    color: #e74c3c; /* Red */
    font-weight: bold;
}

.status-refunded {
    color: #3498db; /* Blue */
    font-weight: bold;
}

.status-default {
    color: #7f8c8d; /* Grey */
    font-weight: bold;
}

