
.notifications-list-wrapper .header[data-v-7aab88cc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    justify-self: flex-start;
    width: 100%;
}
.notifications-list-wrapper .load-more-btn[data-v-7aab88cc] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1rem;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    justify-self: flex-end;
    width: 100%;
    transition: 0.2s ease-in;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.notifications-list-wrapper .load-more-btn .el-icon-loading[data-v-7aab88cc] {
    color: #FFFFFF !important;
    font-size: 15px;
}
.notifications-list-wrapper .load-more-btn[data-v-7aab88cc]:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.notifications-list-wrapper .mark-all-as-read[data-v-7aab88cc], .notifications-list-wrapper .clear-all[data-v-7aab88cc] {
    cursor: pointer;
    font-size: 14px;
}
.notifications-list-wrapper[data-v-7aab88cc] {
    background-color: #452179;
    border-radius: 10px;
    height: calc(100vh - 350px);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.notifications-list-wrapper .notifications-list[data-v-7aab88cc] {
    padding: 0;
    text-align: center;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}
.notifications-list .no-notifications[data-v-7aab88cc] {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 100%;
}
.notifications-list-wrapper .item-wrapper[data-v-7aab88cc] {
    padding: 0 0.1rem;
    /*border-radius: 10px;*/
    transition: 0.2s ease-in;
    width: 100%;
}
.notifications-list-wrapper .item-wrapper[data-v-7aab88cc]:not(:last-child) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.notifications-list-wrapper .item-wrapper[data-v-7aab88cc]:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.notifications-list-wrapper .item[data-v-7aab88cc] {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3rem;
    cursor: pointer;
    position: relative;
    text-align: left;
}
.notifications-list-wrapper .open[data-v-7aab88cc] {
    height: 100%
}
.notifications-list-wrapper .open .content .message[data-v-7aab88cc] {
    -webkit-line-clamp: inherit;
}
.notifications-list-wrapper .unread-badge[data-v-7aab88cc] {
    height: 10px;
    width: 10px;
    background-color: #ffb511;
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius: 50%;
}
.notifications-list-wrapper .read .unread-badge[data-v-7aab88cc] {
    display: none;
}
.notifications-list-wrapper .item .image-wrapper[data-v-7aab88cc] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notifications-list-wrapper .item .image-wrapper img[data-v-7aab88cc] {
    background-color: #fefefe;
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: solid 1px white;
}
.notifications-list-wrapper .content[data-v-7aab88cc] {
    width: 100%;
    height: 100%;
    padding: 0 0.7rem;
}
.notifications-list-wrapper .content .title[data-v-7aab88cc] {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    width: 320px;
}
.notifications-list-wrapper .closed .content .title[data-v-7aab88cc], .closed .content .message[data-v-7aab88cc] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notifications-list-wrapper .content .message[data-v-7aab88cc] {
    color: #ddd;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 320px;
    white-space: normal;
    margin-bottom: 20px;
}
.notifications-list-wrapper .notifications-list .timestamp[data-v-7aab88cc] {
    font-size: 11px;
    font-weight: 200;
    color: white;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.notifications-list .el-icon-loading[data-v-7aab88cc] {
    color: #FFFFFF !important;
}


.notifications-list::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.notifications-list {
    scrollbar-width: none;
}




.notifications[data-v-6cedde8f] {
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.notifications .el-icon-bell[data-v-6cedde8f] {
    font-size: 30px;
    margin-top: 20px;
}
.notifications .button[data-v-6cedde8f] {
    position: relative;
    height: 40px;
    width: 40px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.notifications .pop-up[data-v-6cedde8f] {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    min-width: 382px;
}
.notifications .pop-up.hidden[data-v-6cedde8f] {
    display: none;
}
.notifications .badge[data-v-6cedde8f] {
    position: absolute;
    top: 5%;
    right: -5%;
    background-color: #452179;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #fff;
}
.notifications .badge.visible[data-v-6cedde8f] {
    display: flex;
}


.filters .search[data-v-a901b202] {
    width: 100%;
}
.mobile .registrants-table[data-v-a901b202] {
    border: 0 !important;
}
.mobile .expanded-row-label[data-v-a901b202] {
    font-weight: bold;
    width: 100px;
    display: inline-block;
}


.first-name {
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.registrants-table h4 {
    color: #212529;
}
.registrants-table .el-table__row {
    background: white;
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
.registrants-table .el-table__cell {
    padding: 20px 0px;
}
.registrants-table .el-table__row h4,
.registrants-table .el-table__row h3,
.registrants-table .el-table__row a {
    white-space: nowrap;
}
.long-text {
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.registrants-table .el-table__row a:hover {
    color: black;
}
.registrants-table .el-table__row:hover {
    background: white;
}
.registrants-table .el-table__header {
    display: none;
}
.registrants-table .el-table__body-wrapper {
    overflow: visible;
}
.registrants-table .el-table__body {
    width: auto !important;
}
.registrants-table .el-table__cell {
    background-color: white;
}
.registrants-table .el-table__cell:hover {
    background-color: white;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
    border-bottom: none;
}
.el-table {
    overflow: visible;
    width: 100%;
}


.quis-card__title[data-v-14e553c2] {
    color: white;
    text-align: center;
    font-size: 18px;
    White-space: nowrap;
}
.quis-card__referral[data-v-14e553c2] {
    background-color: #5F2267;
    padding: 20px;
    border-radius: 10px;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 50px;
}
.top-header[data-v-14e553c2] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.top-header .title[data-v-14e553c2] {
    font-size: 20px;
    font-weight: bold;
}
.referral-table[data-v-14e553c2] {
    background-color: white;
    color: black;
    margin-bottom: 20px;
}
.referral-block[data-v-14e553c2] {
    border-radius: 10px;
    background-color: white;
}
.referral-block .filters[data-v-14e553c2] {
    display: flex;
    flex-direction: column;
    width: 250px;
}
.referral-block .filters .filter-gap[data-v-14e553c2] {
    margin-bottom: 20px;
}


.btn[data-v-63f48aac] {
    font-weight: 900;
    color: black !important;
}
.btn-primary[data-v-63f48aac] {
    background-color: #F8B517 !important;
    color: black;
    font-weight: 900;
    border: 1px solid #F8B517 !important;
}
.btn-border[data-v-63f48aac] {
    border: solid 1px black !important;
    background-color: white;
}
.user-profile[data-v-63f48aac] {
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}
.user-details[data-v-63f48aac] {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.user-details .el-form-item[data-v-63f48aac] {
    width: 100%;
    margin-bottom: 0;
}
.user-details>div[data-v-63f48aac] {
    flex: 0 50%;
}
.update-reset-password[data-v-63f48aac] {
    margin-bottom: 20px;
    text-align: left;
}


.user-details .el-form-item .el-form-item__label,
.user-details .el-form-item .el-form-item__content {
    line-height: 30px !important;
    font-size: 17px !important;
}
.userprofile .el-tabs__item.is-active {
    color: black;
    font-weight: 500;
}
.user-profile .name {
    font-weight: 900;
    font-size: 43px;
}
.user-profile h3 {
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
}
.user-profile a {
    font-size: 20px;
    font-weight: 500;
    color: #4A4A4A;
}
.user-profile a:hover {
    font-size: 12px;
    font-weight: 500;
    color: #363636;
}
.user-profile h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.userprofile .el-tabs__active-bar {
    background-color: black;
}
.userprofile .el-tabs__nav-wrap::after {
    background-color: white;
}
.userprofile .el-tabs__nav-scroll {
    font-size: 18px;
}
.userprofile .el-tabs__content {
    overflow: visible !important;
}
.investment-table .el-table__footer {
    background-color: white !important;
}


.view-game-slide[data-v-5ba8fa57] {
    margin-left: -100px;
}
@media (min-width: 576px) {
.game-carousel .modal-dialog[data-v-5ba8fa57] {
        max-width: 500px;
        margin: 8rem auto;
}
}
@media (min-width: 1600px) {
.game-carousel .modal-dialog[data-v-5ba8fa57] {
        max-width: 1200px;
        margin: 8rem auto;
}
}


.img-fluid[data-v-2d64c520] {
    width: 100%;
    border-radius: 15px;
    min-height: 312px;
    -o-object-fit: contain;
       object-fit: contain;
}
.games__card-md .card__img img[data-v-2d64c520] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
}


.view-game-slide[data-v-98b84ffe] {
    margin-left: -100px;
}
.slider-nav[data-v-98b84ffe] {
    margin-top: 0;
}
.game-intern__container[data-v-98b84ffe] {
    position: sticky;
    top: 100px;
    background-color: #ededed;
    margin-top: 50px;
}
@media (min-width: 576px) {
.game-carousel .modal-dialog[data-v-98b84ffe] {
        max-width: 500px;
        margin: 8rem auto;
}
}
@media (min-width: 1600px) {
.game-carousel .modal-dialog[data-v-98b84ffe] {
        max-width: 1200px;
        margin: 8rem auto;
}
}


.create-container .create-container--1[data-v-98cd2608] {
    justify-content: normal;
}
.create-container .create-container--2[data-v-98cd2608] {
    justify-content: normal;
}


.create-container .create-container--1[data-v-062400c6] {
    justify-content: normal;
}
.create-container .create-container--2[data-v-062400c6] {
    justify-content: normal;
}


.hc[data-v-56b7b2b4] {
    overflow: inherit !important;
}

