﻿.card {
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
}
    .card .card-type-3 .card-circle {
        display: inline-flex;
        text-align: center;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 45px;
        width: 45px;
        box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
        color: #18C982;
    }
.sidebar .sidebar-menu > ul > li > a span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.select-pl {
    cursor: pointer;
    border-color: #18C982 !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid #18C982;
    border-radius: 8px;
}
#select-plt {
    cursor: pointer;
    border-color: #18C982 !important;
    margin-right: 20px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 6px;
    color: #000000;
    width: 100%;
    margin-left: 2px;
    left: 16px;
    border: 1px solid #18C982;
    border-radius: 8px;
}
.badge-approved {
    background-color: #28C76F;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-applied {
    background-color: #7367F0;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.badge-reject {
    background-color: #FF0000;
    padding: 2px 10px;
    color: #ffffff;
    border-radius: 5px;
}
.btn-added {
    background: #18C982;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.side-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
}

.side-dialog-content {
    width: 300px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.side-dialog-header {
    padding: 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-dialog-body {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.badge.badge-success {
    background-color: #148110;
    color: #fff;
}
.badge.badge-warning {
    color: #000000;
    background-color: #e79d13;
}
.badge.badge-danger {
    color: #fff;
    background-color: #e81313;
}
.logo-header{
    width:100%;
    height:100%;
}

.custom-notification {
    border-radius: 12px;
    background-color: #ffcc00; /* Yellow warning background */
    color: #333; /* Dark text */
    padding: 15px 20px;
    font-weight: bold;
    border: 2px solid #ffa500; /* Orange border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

    .custom-notification .rz-notification-icon {
        display: none; /* Hides default Radzen icon */
    }