body {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    font-weight: 400;
    background-color: #1d1c1c;
    color: #fff;
    min-width: 1200px;
    text-size-adjust: none;
}

@font-face {
    font-family: DXIcons;
    src: url(//cdn3.devexpress.com/jslib/23.1.4/css/icons/dxicons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DXIconsNG;
    src: url(//cdn3.devexpress.com/jslib/23.1.4/css/icons/dxicons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #212121;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c0324e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ef395d;
}

#sidebar {
    background-color: #2b2b2b;
    position: fixed;
    height: 100%;
    width: 180px;
    left: 0px;
    top: 0px;
    border-right: 1px solid;
    border-color: #4e4e4e;
    z-index: 99999;
}

.appnameheading {
    font-weight: 400;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 28px;
}

#splashScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yngreen {
    color: #08d687;
}

.ttred {
    color: #fe2c55;
}

.sidebarseperator {
    width: 100%;
    height: 0.1px;
    background-color: #4e4e4e;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menuitemmain {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 12px;
    position: relative;
    z-index: 999;
}

#sidebarFooter {
    position: fixed;
    /* bottom: 15px; */
    bottom: 5px;
    width: 180px;
    text-align: center;
    font-size: 0.8em;
}

#sidebarFooter .sidebarseperator {
    margin-bottom: 10px;
}

.loadingStatus {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

@keyframes menuitemselecting {
    from {
        background-color: #6d6d6d;
    }

    to {
        background-color: #d43555;
    }
}

@keyframes pageenabling {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.menuitemmain:hover {
    background-color: #6d6d6d;
}

.menuitemselected,
.menuitemselected:hover {
    animation-name: menuitemselecting;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#pages {
    margin-left: 200px;
    color: #d9d9d9;
}

#pageSSRContent {
    max-width: 500px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
    color: #d9d9d9;
}

#ssrNewsList {
    width: 50px;
}

.page {
    display: none;
    opacity: 0;
}

.pageenabled {
    display: block;
    animation-name: pageenabling;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

a {
    color: #359bd4;
    text-decoration: none;
    cursor: pointer;
}

.headingmagin {
    margin-top: 30px;
}

.inline {
    display: inline-block !important;
}

.minipage {
    max-width: 1000px;
}

small {
    color: #dbdbdb;
}

.error {
    color: #d3d3d3;
}

.notification {
    width: 100%;
    margin: 10px;
    padding: 3px;
    padding-left: 10px;
    border: 2px solid;
    border-color: #08d687;
}

.redNotification {
    width: 100%;
    max-width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px;
    padding-left: 18px;
    border: 1px solid;
    border-radius: 10px;
    border-color: #9d263e;
    background-color: #5c1725;
}

.hidden {
    display: none !important;
}

.roundImage {
    border-radius: 25%;
}


.myChannelThumbnail {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

#siebarChannelInfo {
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

#siebarChannelInfoTable {
    margin-left: 5px;
    display: block;
}

#siebarChannelInfoTableUsername {
    margin-left: 5px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

#siebarChannelInfoTableStatus {
    margin-left: 5px;
    font-size: 0.8em;
    text-align: left;
}

.dxForm {
    width: 600px;
}

.optionCheckbox {
    margin-right: 10px;
}

.blueheading {
    color: #4895be;
}

h4 {
    font-weight: 400;
}

.gridUsernameCell>div {
    display: table-cell;
}

.gridUsernameCell>div:nth-of-type(1) {
    min-width: 5px;
}

.gridUsernameCell_male>div:nth-of-type(1) {
    background-color: #8cb8ff;
}

.gridUsernameCell_female>div:nth-of-type(1) {
    background-color: #ffb5d3;
}

.gridUsernameCell_unknowngender>div:nth-of-type(1) {
    min-width: 0px;
    width: 0px;
    display: none;
}

.gridUsernameCell>div:nth-of-type(2) {
    height: 100%;
    padding-left: 10px;
    text-align: center;
}

.gridUsernameCell img {
    height: 28px;
    width: 40px;
    object-fit: cover;
    object-position: center 20%;
    margin-top: -10px;
    margin-bottom: -10px;
    transition: transform .1s;
}

.dx-field-value .dx-checkbox-icon {
    margin-left: 10px;
}

.liveRed {
    color: #00c9ff;
}

.dx-field-value .dx-checkbox {
    float: left !important;
    margin-left: -9px !important;
}

.menuitemseperator {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-top: -20px;
    color: #53afdf;
    text-transform: uppercase;
}

.menuitemseperator>div {
    background-color: #08d687;
    margin: 0px auto;
    width: fit-content;
    background-color: #2b2b2b;
}

.extendedMarginTop {
    margin-top: 30px;
}

.sidebarmenuitemlist {
    overflow-y: auto;
    max-height: calc(100vh - 175px);
}

.dxFieldValueFix {
    padding-top: 6px;
}

.changecommandlabel,
.changeactionlabel {
    float: right;
}


.dx-checkbox-text {
    margin-left: -12px !important;
    display: initial !important;
}

.cursorPointer {
    cursor: pointer;
}

.dx-radiobutton {
    margin-bottom: 12px !important;
}

#appVersion {
    margin-right: 5px;
}

#appVersion,
#languageSelectContainer {
    display: inline;
}

select {
    background-color: #2a2a2a;
    color: #ffffff;
}

.newMenuFeature {
    font-size: 0.6em;
    color: red;
    vertical-align: top;
}

@keyframes newFeatureBlinkEffect {
    30% {
        background-color: #333;
    }

    50% {
        background-color: #7b3a2e;
    }

    80% {
        background-color: #333;
    }
}

.newFeatureBlink {
    animation-name: newFeatureBlinkEffect;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.subMenuContainer {
    width: 100%;
    text-align: center;
    background-color: #212121;
    border-left: 2px solid #20d5ec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 12px;
    margin-top: -12px;
}

.subMenuEntry {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
    cursor: pointer;
    border-radius: 10px;
}

.subMenuEntry:hover {
    background-color: #6d6d6d;
}

.shakeEffect {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.notificationAndHelpBar {
    position: fixed;
    top: 12px;
    right: 20px;
    width: 100%;
    display: flex;
    justify-content: end;
}

.notificationBell {
    transition: all;
    transition-duration: .25s;
    height: 40px;
    width: 40px;
    background-color: rgba(50, 50, 50, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(50, 50, 50, 0.80);
    backdrop-filter: blur(11px);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.notificationBell:hover {
    transition: all;
    transition-duration: .25s;
    background-color: rgba(75, 75, 75, 0.8);
}

.notificationUnreadMessages {
    position: absolute;
    left: -7.5px;
    bottom: -7.5px;
    display: flex;
    min-width: 13px;
    padding: 2px 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 41px;
    border: 3px solid #1D1C1C;
    background: #D43555;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.helpHint {
    transition: all;
    transition-duration: .25s;
    width: 232px;
    height: 40px;
    background-color: rgba(50, 50, 50, 0.80);
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    text-align: right;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(50, 50, 50, 0.80);
    backdrop-filter: blur(11px);
}

.helpHint:hover {
    transition: all;
    transition-duration: .25s;
    background-color: rgba(75, 75, 75, 0.8);
}

.notificationBellContainer {
    position: relative;
}

.notificationDropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--Main-1, #212121);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.20);
    z-index: 10001;
    overflow: hidden;
}

.notificationDropdownHeader {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notificationDropdownHeader.preferences-mode {
    justify-content: flex-start;
    gap: 6px;
}

.notificationDropdownHeader h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.questionCircle {
    transition: all;
    transition-duration: .25s;
    height: 40px;
    width: 40px;
    background-color: rgba(50, 50, 50, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(50, 50, 50, 0.80);
    backdrop-filter: blur(11px);
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.questionCircle:hover {
    transition: all;
    transition-duration: .25s;
    background-color: rgba(75, 75, 75, 0.8);
}

.BlogSupportContainer {
    position: relative;
}

.blogSupportDropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--Main-1, #212121);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.20);
    z-index: 10001;
    overflow: hidden;
}


.blogSupportDropdownHeader {
    padding: 0 16px;
}

.blogSupportDropdownHeader h3 {
    font-size: 14px;
    font-family: "Segoe UI", "Helvetica Neue", helvetica, verdana, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.blogSupportDropdownContainer {
    background: var(--Accent-1, #2A2A2A);
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.blogSupportBlogSection {
    padding: 16px;
}

.blogSupportBlogSection p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 16px 0;
    margin: 0;
}

/* accordion */
.accordion-item {
    border-bottom: solid rgba(255, 255, 255, 0.06) 1px;
}

.accordion-item:last-child {
    border-color: transparent;
}

.accordion-item-title {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-item-body {
    padding: 0 16px 16px 16px;
}

.accordion-item-body p {
    margin: 0 0 16px 0;
}

.accordion-item-closed .accordion-item-body {
    display: none;
}

.preferences-back-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.preferences-back-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.preferences-content {
    padding: 20px;
    background: transparent;
    min-height: 200px;
}

.preferences-content .preferences-section h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.preferences-content .preference-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: none;
}

.preferences-content .preference-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.preferences-content .preference-icon {
    color: #888;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.preferences-content .preference-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.notificationMessageContainer {
    position: relative;
    border-radius: 0 0 15px 15px;
}

.notificationDropdownList {
    height: 550px;
    overflow-y: auto;
    padding: 0;
    background: var(--Accent-1, #2A2A2A);
}

.notificationDropdownList::-webkit-scrollbar {
    width: 4px;
}

.notificationDropdownList::-webkit-scrollbar-track {
    background: transparent;
}

.notificationDropdownList::-webkit-scrollbar-thumb {
    background: rgba(192, 50, 78, 0.6);
    border-radius: 2px;
}

.notificationDropdownList::-webkit-scrollbar-thumb:hover {
    background: rgba(239, 57, 93, 0.8);
}

.notificationEmptyMask {
    position: absolute;
    top: 42px;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('/img/notification-container/mask.png');
    background-size: cover;
}

.notificationEmptyMascot {
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 180px;
    flex-shrink: 0;
    aspect-ratio: 137/116;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.notificationEmptyMascotImage {
    background-image: url('/img/notification-container/mascot-empty.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 127px;
    height: 127px;
    overflow: visible;
}

.notificationEmptyMascot p {
    margin: 0;
    color: #FFF;

    text-align: center;
    font-size: 14px;
    line-height: normal;
}

.notificationActionContainer {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.notificationActionButton {
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.08);
}

.notificationTabs {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--Accent-1, #2A2A2A);
    border-radius: 10px 10px 0 0;
}

.notificationTab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    color: #888;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
    pointer-events: auto;
}

.notificationTab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.notificationTab:first-child {
    border-radius: 10px 0 0 0;
}

.notificationTab:last-child {
    border-radius: 0 10px 0 0;
}

.notificationTab.active {
    color: #fff;
}

.notificationTab .tab-underline {
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #D43555;
    z-index: 5;
    display: none;
}

.notificationTab.active .tab-underline {
    display: block;
}

.notificationTab i {
    font-size: 14px;
}

.tabUnreadCount {
    background: #D43555;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-item {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: background-color 0.2s ease;
}

.notification-item:hover {
    background-color: var(--Main-1, #212121);
    transition: all;
    transition-duration: .4s;
}

.notification-item.unread {
    cursor: pointer;
}

.notification-item.read {
    cursor: default;
}

.notification-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.notification-icon i {
    color: #fff;
    font-size: 16px;
}

.notification-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

h4.notification-title {
    margin: 0 0 4px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
}

.notification-description {
    margin: 0 0 14px 0;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    word-wrap: break-word;
}

.notification-actions {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.notification-actions:empty {
    display: none;
    margin: 0;
}

.notification-button-primary {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #D43555;
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    cursor: pointer;
}

.notification-button-secondary {
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.notification-time {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
}

.notification-unread-dot {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #D43555;
    border-radius: 50%;
}

.helpHint {
    text-decoration: none;
}

.helpHint span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.helpHint .helpHintJoinDiscord {
    color: #359BD4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.appNameExtra {
    display: none;
    font-size: 0.5em;
    margin-left: 5px;
    line-height: 0px;
}

/* Notification Preferences Modal */
.notification-preferences-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-preferences-content {
    background: #212121;
    border-radius: 12px;
    width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.notification-preferences-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    gap: 16px;
}

.preferences-back-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.preferences-back-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.notification-preferences-header h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.notification-preferences-body {
    padding: 20px;
}

.preferences-section h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.preference-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.preference-item:last-child {
    border-bottom: none;
}

.preference-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.preference-icon {
    color: #888;
    font-size: 20px;
    width: 24px;
    text-align: center;
}

.preference-label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.preference-toggle {
    position: relative;
}

.toggle-switch {
    display: none;
}

.toggle-label {
    display: block;
    width: 36px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch:checked + .toggle-label {
    background: #19CB54;
}

.toggle-switch:checked + .toggle-label::after {
    transform: translateX(16px);
}

.proColor {
    color: #1ca8dd;
}

.proPromoBox {
    max-width: 380px;
    display: none;
}

@media screen and (min-width: 1601px) {
    .proPromoBox {
        position: absolute;
        top: 70px;
        right: calc(60vw - 900px);
    }
}

@media screen and (min-width: 0px) and (max-width: 1600px) {
    .proPromoBox {
        position: relative;
    }
}

.textboxAuthPopupCode .dx-invalid-message-content {
    display: none !important;
}

@keyframes pleaseWaitBuzz {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pleaseWaitNote {
    animation-name: pleaseWaitBuzz;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.greyBackgroundSection {
    background-color: #212121;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    border: 1px solid;
    border-color: #932a3f;
}

.greyBackgroundSectionOverlayFix {
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 10px;
}

.greyBackgroundSectionDynamicWidth {
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 50px;
}

.noTopMarginHeader {
    margin-top: 0px;
}

.dx-command-edit-with-icons>a {
    cursor: pointer !important;
}

.dx-icon-import {
    font: 14px/1 DXIcons;
}

.dx-icon-import::before {
    content: "\f146";
}

.dx-icon-export {
    font: 14px/1 DXIconsNG !important;
    font-size: 18px !important;
}

.dx-icon-export::before {
    content: "\f05f" !important;
}

#profileSelector {
    padding-left: 3px;
    padding-right: 3px;
}

#profileSelector>select {
    width: 100%;
    font-size: 1em;
    border: 0px;
    text-decoration: none;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    text-align: left;
}

.onlypro {
    display: none;
}

.menuitemseperator i {
    margin-top: 5px;
}

h1,
h2,
h3 {
    font-weight: 400;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}

.dx-dialog {
    z-index: 99999999999 !important;
}

.footerNoticeOverload {
    max-width: 980px;
    padding: 15px;
    background-color: #661525;
    margin-top: 20px;
    width: calc(100% - 150px);
    text-align: center;
    border-radius: 10px;
}

.desktopAppPromotion {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 17px;
    top: 0;
    left: 0;
}

.desktopAppPromotion div {
    background-image: linear-gradient(45deg, rgb(89, 22, 80) 0%, rgb(22, 44, 95) 50%);
    border-radius: 10px;
    padding: 5px;
    border: 1px solid;
    border-color: #454545;
    max-width: 890px;
    cursor: pointer;
}





/** Upgrade Modal */

/* The Modal (background) */
.nativeModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: calc(50vh - 390px);
    ;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.nativeModal-content {
    background-color: #212121;
    margin-left: calc(150px + (30vw - 300px));
    padding: 20px;
    border: 1px solid #932a3f;
    border-radius: 8px;
    width: 917px;
}

/* The Close Button */
.nativeModalClose {
    z-index: 9999;
    position: relative;
    margin-top: -25px;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.nativeModalClose:hover,
.nativeModalClose:focus {
    color: #7b7b7b;
    text-decoration: none;
    cursor: pointer;
}

.nativeModalShow {
    display: block !important;
    animation: modalFadeIn 0.3s forwards;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#promo-widget-banner{
    position: fixed;
    bottom:0;
    left: 50%;
    transform: translateX(90px) translateX(-50%);
    z-index: 1000;
    color: white;
    padding: 0.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    animation: promoBannerSlideIn 1s both 2.5s ease-out;

    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);

    background: rgba(50, 50, 50, 0.80);

    backdrop-filter: blur(11px);
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    margin-bottom: 1rem;
    
    white-space: nowrap;

}

#promo-widget-banner__close{
    margin-right:0.5rem;
    padding: 4px 6px !important;
}
#promo-widget-banner__close i{
    width:11px;
}

#promo-widget-banner__icon{
    margin-right:0.65rem;
    display: block;
    height: 39px;
    width: 39px;
}

#promo-widget-banner_link button{
    font-weight: 600;
    display: flex;
    align-items: center;
}

#promo-widget-banner__content{
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 2rem;
}

@keyframes promoBannerSlideIn {
    0% {
        opacity: 0;
        transform: translateX(90px) translateX(-50%) translateY(3000px);
    }

    60% {
        opacity: 1;
        transform: translateX(90px) translateX(-50%)  translateY(-30px);
    }

    80% {
        transform: translateX(90px) translateX(-50%)  translateY(10px);
    }

    100% {
        transform: translateX(90px) translateX(-50%) translateY(0);
    }
    
}