.grape-background {
    background-color: rgba(41, 28, 60, 1);
    border: 1px solid rgba(102, 71, 143, 1);
}

.toast-cards {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 32px 36px;
    border-radius: 8px;
    overflow: hidden;
}

.toast-cards>svg {
    flex-shrink: 0;
}

.toast-card-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: rgba(109, 23, 239, 1);
    color: #fff;
    transition: opacity 0.2s ease-in-out;
}

.toast-cards:hover .toast-card-hover {
    color: #fff;
    opacity: 1;
}

@media(max-width:1040px) {
    .toast-cards {
        padding: 32px 16px;
    }
}

.second-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-select {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 8px 12px;
}

.custom-select:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.3);
}

.custom-select option {
    background-color: #333;
    color: #fff;
}

.nice-select:after {
    border: none;
}

.nice-select:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.nice-select .list {
    width: 100%;
    background-color: #291b3aeb;
    border: 1px solid #333;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgb(135 64 242 / 84%);
    color: #fff;
}

.noDataSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: rgba(41, 28, 60, 1);
    color: #fff;
    border: 1px solid rgba(102, 71, 143, 1);
    border-radius: 8px;
    padding: 40px;
}

.noDataSection img {
    width: 254px;
    height: 254px;
    object-fit: scale-down;
}

.experienceAnalytics {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    gap: 24px;
}

.nav-tabs.special .nav-item .nav-link {
    position: relative;
    --bs-nav-link-color: #8E819D;
    --bs-nav-link-hover-color: var(--orange);
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-color: var(--orange);
}

.nav-tabs.special .nav-item {
    margin-right: 24px;
}

.nav-tabs.special .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    background: var(--orange);
    height: 4px;
    display: inline-block;
    border-radius: 4px;
}

.dropdown-select {
    background: transparent;
    color: #fff;
}

.dropdown-select:focus,
.dropdown-select:active {
    border: none;
}

.dropdown-select::after {
    content: "\f107";
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    margin-left: 8px;
    vertical-align: middle;
}

.usecase-tab.nav-pills .nav-link {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 12px 6px 12px;
    font-size: var(--p);
}

.usecase-tab.nav-pills .nav-link.active,
.usecase-tab.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2BAED8;
    border-radius: 40px;
    padding: 6px 12px 6px 12px;
}

/* table */
.table-2024 {
    border-radius: 4px;
    max-height: calc(100vh - 498px);
    overflow-y: auto;
}

.table-2024 table {
    margin-bottom: 0px;
}

.table-2024 table thead {
    border-radius: 4px;
}

.table-2024 table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 0px;
    background-color: rgba(58, 41, 82, 1);
    color: #9C93A7;
    padding: 16px;
    vertical-align: middle;
}

.table-2024 table tbody tr td {
    border-color: transparent;
    border-bottom: 0px;
    background-color: rgba(49, 34, 68, 1);
    color: #fff;
    padding: 16px;
    vertical-align: middle;
}

.table-2024 table tbody tr {
    position: relative;
}

.table-2024 table tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    height: 1px;
    background-color: #463755;

}

.table-2024 table tbody tr:last-child td {
    border-bottom: 0px;
}

.table-2024 table thead th:first-child {
    border-radius: 4px 0px 0px 4px;
}

.table-2024 table thead th:last-child {
    border-radius: 0px 4px 4px 0px;
}

.table-2024 table tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.table-2024 table tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.table-2024 table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table-2024 table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-2024 tbody::before {
    content: "-";
    display: block;
    line-height: 16px;
    color: transparent;
}



#displayRows .Inprogress {
    color: rgba(43, 174, 216, 1);
}

#displayRows .Registered {
    color: rgba(240, 124, 65, 1);
}

#displayRows .NotRegistered {
    color: rgba(240, 65, 65, 1);
}