html, body {
    transition: var(--nav-transition-hover) !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.12) rgba(29, 34, 44, 0.5) !important;
    font-family: 'Noto Sans', sans-serif !important;
    scroll-behavior: smooth !important;
    height: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background-color: #15171e !important;
    color: white !important;
}

::-webkit-scrollbar {
    width: 9px !important;
    background: rgba(29, 34, 44, 0.5) !important;
    padding-right: 5px !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 4.5px !important;
}

::-webkit-scrollbar-track-piece {
    border-left: 1px solid rgba(255, 255, 255, 0.07) !important;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/*START*/

:root {
    --userLogoColor: white !important;
    --primary-default: #0165f3;
    --primary-light: #47a6ff;
    --primary-dark: #4421c1;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

.loader-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 95vh !important;
}

.loader {
    width: 50px !important;
    aspect-ratio: 1 !important;
    border-radius: 50% !important;
    border: 8px solid #0000 !important;
    border-right-color: var(--primary-default) !important;
    position: relative !important;
    animation: l24 1s infinite linear !important;
}

    .loader:before,
    .loader:after {
        content: "" !important;
        position: absolute !important;
        inset: -8px !important;
        border-radius: 50% !important;
        border: inherit !important;
        animation: inherit !important;
        animation-duration: 2s !important;
    }

    .loader:after {
        animation-duration: 4s !important;
    }

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}


/*Start*/
@font-face {
    font-family: DretosTech_Bold;
    src: url(fonts/NotoSans-Bold.ttf);
}

@font-face {
    font-family: DretosTech_Medium;
    src: url(fonts/NotoSans-Medium.ttf);
}

@font-face {
    font-family: DretosTech_Regular;
    src: url(fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: DretosTech_SemiBold;
    src: url(fonts/NotoSans-SemiBold.ttf);
}

.rounded-1 {
    border-radius: 8px !important;
}

.a:hover {
    color: white !important;
}

.dt-divider {
    opacity: 0.2 !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}



.dt-Navbar-listclass {
    transition: 3s ease-in-out !important;
    padding: 1vh !important;
    width: 250px !important;
    border: 0.5px solid #3d3f46 !important;
    border-radius: 4px !important;
    background-color: #1a1c23 !important;
    background: #1a1c23 !important;
}



.dt-Navbar-listclass-item-text-sub {
    font-size: 12px !important;
    color: silver !important;
    opacity: 0.6 !important;
    font-family: DretosTech_Regular !important;
}




.dt-customListItem {
    border-top: 0.5px solid darkslategray !important;
}

.dt-customList .mud-primary-text {
    color: white !important;
}

.dt-customListItem-avatar {
    border: 0.5px solid darkslategray !important;
    border-radius: 50% !important;
}

.dt-customText {
    opacity: 0.6 !important;
    font-family: DretosTech_Bold !important;
}

.w-5 {
    width: 5% !important;
}

.w-55 {
    width: 55% !important;
}

.dt-MainCateogry-Text {
    text-transform: uppercase !important;
    background-color: #f5f5f5 !important;
    color: #00003f !important;
    width: 90px !important;
    text-align: center !important;
    font-family: DretosTech_Bold !important;
}

.dt-MainCateogry-Text-MostSold {
    text-transform: uppercase !important;
    background-color: #f5f5f5 !important;
    color: #00003f !important;
    width: 100px !important;
    text-align: center !important;
    font-family: DretosTech_Bold !important;
}

.dt-MainCateogry-Text-Latest {
    text-transform: uppercase !important;
    background-color: #f5f5f5 !important;
    color: #00003f !important;
    width: 70px !important;
    text-align: center !important;
    font-family: DretosTech_Bold !important;
}

.dt-NewsPreview {
    width: 100% !important;
    background-color: var(--mud-palette-surface) !important;
    border-radius: 4px !important;
    transition: 0.2s ease-in-out !important;
}

    .dt-NewsPreview:hover {
        cursor: pointer !important;
        transition: 0.2s ease-in-out !important;
        transform: translate(0, -5px) !important;
        background-color: rgba(255, 255, 255, .18) !important;
    }

.dt-Index-button-news {
    margin-left: auto !important;
    margin-right: auto !important;
    height: 50px !important;
    width: 200px !important;
    border-color: darkslategray !important;
}

.dt-Settings-mudnavlink {
    border-radius: 4px !important;
    color: white !important;
    height: 50px !important;
    transition: 0s !important;
}

    .dt-Settings-mudnavlink .mud-nav-link .mud-nav-link-text {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .dt-Settings-mudnavlink .mud-nav-link.active:not(.mud-nav-link-disabled) {
        color: white !important;
        background-color: #292b33 !important;
        border-left: 5px solid var(--mud-palette-primary) !important;
    }

.dt-Settings-mudnavlink-group .mud-nav-link {
    padding-left: 28px !important;
    align-items: center !important;
    border-radius: 4px !important;
    color: white !important;
    min-height: 50px !important;
    transition: 0s !important;
    font-weight: 600 !important;
}

    .dt-Settings-mudnavlink-group .mud-nav-link .mud-nav-link-text {
        margin-top: auto !important;
        margin-bottom: auto !important;
        font-weight: 600 !important;
        color: white !important;
    }

    .dt-Settings-mudnavlink-group .mud-nav-link.active:not(.mud-nav-link-disabled) {
        color: white !important;
        background-color: #292b33 !important;
        border-left: 5px solid var(--mud-palette-primary) !important;
    }



.dt-Main-card-header {
    background-color: #22242c !important;
    height: 70px !important;
}

.dt-Main-card-header-text {
    font-size: 20px !important;
    line-height: 24px !important;
}

.dt-Main-card-header-link {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: var(--mud-palette-info) !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

    .dt-Main-card-header-link:hover {
        color: silver !important;
    }

.dt-Main-card-content {
    background-color: #1a1c23 !important;
}

.dt-Main-card-content-extra {
    background-color: #1a1c23 !important;
    padding: 0px !important;
}

.dt-Main-card-content-currency {
    font-size: 24px !important;
    line-height: 32px !important;
    color: #6cdb00 !important;
}

.dt-Main-card-content-cart-summary {
    background-color: #1a1c23 !important;
}


.dt-Main-card-footer {
    background-color: #1a1c23 !important;
}

.dt-Overview-custom-simple-table-item {
    /*color: #003f7a !important;*/
    width: 100% !important;
    height: 90px !important;
}

    .dt-Overview-custom-simple-table-item:hover {
        background-color: #003f7a !important;
        cursor: pointer !important;
    }

.dt-Overview-custom-simple-table-item-text {
    font-size: 16px !important;
    line-height: 24px;
    padding-left: 20px !important;
}

.dt-Main-card-header-button {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    color: #148eff !important;
    white-space: nowrap !important;
}

    .dt-Main-card-header-button:hover {
        background-color: transparent !important;
        color: white !important;
    }

.dt-Main-card-header-subtitle {
    font-family: DretosTech_Regular !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    opacity: 0.6 !important;
    color: hsla(0, 0%, 100%, .72) !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
}



.dt-Transactions-tabs-header {
    text-transform: none !important;
    background-color: transparent !important;
}

    .dt-Transactions-tabs-header .mud-tab.mud-tab-active {
        color: white !important;
    }

    .dt-Transactions-tabs-header .mud-tab {
        font-family: DretosTech_SemiBold !important;
        text-transform: none !important;
        color: silver !important;
    }

        .dt-Transactions-tabs-header .mud-tab:hover {
            text-transform: none !important;
            color: white !important;
        }


.dt-Transactions-tabs-header2 {
    background-color: #22242c !important;
    text-transform: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid darkslategray !important;
}

    .dt-Transactions-tabs-header2 .mud-tab.mud-tab-active {
        color: white !important;
    }

    .dt-Transactions-tabs-header2 .mud-tab {
        font-family: DretosTech_SemiBold !important;
        text-transform: none !important;
        color: silver !important;
    }

        .dt-Transactions-tabs-header2 .mud-tab:hover {
            text-transform: none !important;
            color: white !important;
        }

.dt-Transactions-tabs-header3 {
    background-color: #22242c !important;
    text-transform: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid darkslategray !important;
    align-content: center !important;
}

    .dt-Transactions-tabs-header3 .mud-tab.mud-tab-active {
        color: white !important;
    }

    .dt-Transactions-tabs-header3 .mud-tab {
        font-family: DretosTech_SemiBold !important;
        text-transform: none !important;
        color: silver !important;
        min-width: 60px !important;
    }

        .dt-Transactions-tabs-header3 .mud-tab:hover {
            text-transform: none !important;
            color: white !important;
        }

.dt-notifications-tabs-header {
    margin-top: 0vh !important;
    text-transform: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    border-bottom: 1px solid darkslategray !important;
}

    .dt-notifications-tabs-header .mud-tab.mud-tab-active {
        color: white !important;
    }

    .dt-notifications-tabs-header .mud-tab {
        font-family: DretosTech_SemiBold !important;
        text-transform: none !important;
        color: silver !important;
    }

        .dt-notifications-tabs-header .mud-tab:hover {
            text-transform: none !important;
            color: white !important;
        }



.dt-customBackground {
    background-color: #1a1c23 !important;
}


.dt-Transactions-table {
    background-color: transparent !important;
}

.dt-Transactions-table-header {
    background-color: #22242c !important;
}

.mud-table-empty-row {
    background-color: #1a1c23 !important;
}

.mud-table-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
}

.dt-Transactions-table-row {
    background-color: #1a1c23 !important;
    min-height: 55px !important;
    font-family: DretosTech_SemiBold !important;
    color: #afb9bf !important;
}

    .dt-Transactions-table-row:hover {
        cursor: pointer !important;
    }

.dt-Transactions-table-footer {
    background-color: transparent !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}


.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}


.dt-ItemMall-mudnavlink {
    border-radius: 4px !important;
    color: white !important;
    height: 60px !important;
    transition: 0s !important;
    border-left: 5px solid transparent !important;
}

    .dt-ItemMall-mudnavlink .mud-nav-link .mud-nav-link-text {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .dt-ItemMall-mudnavlink .mud-nav-link.active:not(.mud-nav-link-disabled) {
        color: white !important;
        background-color: #292b33 !important;
        border-left: 5px solid var(--mud-palette-primary) !important;
    }

.dt-ItemMall-item-title {
    text-align: center !important;
}

.dt-ItemMall-item-description {
    font-family: DretosTech_Regular !important;
    opacity: 0.7 !important;
    font-size: 12px !important;
    text-align: center !important;
    color: silver !important;
}



.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.h-50 {
    height: 50% !important;
}

.mh-200 {
    height: 200px !important;
}

.mh-100 {
    height: 100px !important;
}

.mw-100 {
    min-width: 100px !important;
}



.dt-ExchangeMall-item-description {
    font-family: DretosTech_Regular !important;
    opacity: 0.7 !important;
    font-size: 12px !important;
    text-align: left !important;
    color: silver !important;
}

.dt-DetailsDialog-description {
    font-family: DretosTech_Regular !important;
    font-size: 13px !important;
}

/*Flip Cards*/
.dt-inventory-image {
    height: 35px !important;
    width: 35px !important;
    border: 0.5px solid darkslategray !important;
}

    .dt-inventory-image:hover {
        cursor: pointer !important;
        border-color: var(--mud-palette-primary) !important;
    }

.dt-item-panel-empty {
    height: 35px !important;
    width: 35px !important;
    border: 0.5px solid darkslategray !important;
}

    .dt-item-panel-empty:hover {
        cursor: pointer !important;
        border: 0.5px solid var(--mud-palette-primary) !important;
    }

.flip-card-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

    .flip-card-inner.flip {
        transform: rotateY(180deg);
    }

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    color: white;
    transform: rotateY(180deg);
}

.minh-65 {
    min-height: 65px !important;
}

.minw-65 {
    min-width: 65px !important;
}

.dt-NotLoggedIn-container {
    margin-top: 20vh !important;
    margin-bottom: 20vh !important;
}

.dt-NotLoggedIn-subtitle {
    font-size: 18px !important;
    text-align: center !important;
    font-family: DretosTech_Medium !important;
    color: silver !important;
}

.dt-NotLoggedIn-title {
    text-align: center !important;
    font-size: 30px !important;
    font-family: DretosTech_Bold !important;
    color: white !important;
}





/*Flip Cards*/

.centered {
    transform: translate(0%, 50%) !important;
    min-height: 100px !important;
}

.dt-loadingPage-Container {
    min-height: 350px !important;
}

/*End*/

/*Gear*/
.dt-Main-card-content-GearBackground {
    /*background-image: url(../images/gear/Cool.png) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.dt-Main-card-content-itemName {
    color: var(--mud-palette-info) !important;
}

.dt-gearItem {
    border: 1px solid transparent;
    border-radius: 8px !important;
}

    .dt-gearItem:hover {
        border-color: var(--mud-palette-primary) !important;
        cursor: pointer !important;
    }

    .dt-gearItem:focus {
        border-color: var(--mud-palette-primary) !important;
    }

.dt-gear-list {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.dt-pointer {
    cursor: pointer !important;
}

.w-5 {
    width: 5% !important;
}

.w-95 {
    width: 95% !important;
}

.dt-guides-avatar {
    border: 1px solid darkslategray !important
}

.dt-mobile-color-white {
    color: white !important;
}

.dt-badge .mud-badge.mud-badge-top.right {
    margin-left: -5px !important;
}

.dt-videoFrame {
    min-height: 315px !important;
    min-width: 560px !important;
}

.dt-toolbar-avatar {
    border-radius: 50% !important;
    border: 0.5px darkslategray solid !important
}

.text-center {
    text-align: center !important;
}









.dt-guild-shop-progres-bar {
    height: 30px !important;
}

.dt-admin-infotext {
    color: darkslategray !important;
}

.responsive-img {
    max-width: 100% !important;
    height: auto !important;
}

.max-size-img {
    max-width: 500px !important;
    max-height: 300px !important;
    width: auto !important;
    height: auto !important;
}

.img-fluid-max {
    max-width: 100% !important;
    max-height: 500px !important;
    width: auto !important;
    height: auto !important;
}



.dt-itemmall-gift-item-name {
    font-size: 15px !important;
    font-family: DretosTech_Bold !important;
    margin-top: -5px !important;
}

.dt-itemmall-gift-item-description {
    font-size: 13px !important;
    font-family: DretosTech_Medium !important;
    color: silver !important;
}

.dt-itemmall-gift-item-price {
    font-family: DretosTech_Medium !important;
    font-size: 13px !important;
}

.dt-itemmall-gift-item-stack {
    font-family: DretosTech_Medium !important;
    font-size: 13px !important;
}

/*Loading*/
.annimation {
    height: 500px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.spinner {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 3px;
    overflow: visible;
}

    .spinner > circle {
        fill: none;
        stroke: #0074e0;
        stroke-width: 6px;
        stroke-linecap: round;
        transform-origin: center;
    }
/*Loading*/


.mud-input-control-input-container {
    border-radius: 4px !important;
    border: 1px solid darkslategray !important;
}

.mud-input-error .mud-input-outlined-border {
    border-color: var(--mud-palette-error) !important;
}

.mud-input-helper-text.mud-input-error {
    color: var(--mud-palette-error) !important;
}

/*Register*/


.dt-privacyPolicy-dialog {
    width: 520px !important;
    height: 520px !important;
}

.dt-Register-extra-second {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: "Noto Sans", "Object Sans", sans-serif !important;
    line-height: 21px !important;
    text-align: center !important;
    text-transform: none !important;
}

.dt-Services-input-title {
    text-align: left !important;
}

.dt-Services-input-subtitle {
    text-align: left !important;
}

.dt-category-radio .mud-input-control-input-container {
    border: 0px !important;
}

.dt-badge-image .mud-icon-badge {
    border-radius: 50% !important;
    font-size: 17px !important;
    zoom: 1.1 !important;
}

.dt-emcharacter-details-avatar {
    border: 1px solid darkslategray !important;
    min-height: 100px !important;
    min-width: 100px !important;
}

.dt-em-avatar-image {
    min-height: 200px !important;
    min-width: 130px !important;
}

.dt-em-checkbox .mud-input-control-input-container {
    border: 0px !important;
}

.dt-badge-items {
    margin-left: -6px !important;
}

.dt-info-span {
    color: var(--mud-palette-info) !important;
}

.dt-panel {
    cursor: pointer !important;
    border: 2px solid transparent !important;
}

.dt-panel-selected {
    cursor: pointer !important;
    border: 2px solid var(--mud-palette-info) !important;
}

.dt-guild-mark {
    height: 25px !important;
    width: 25px !important;
    border: 0.5px solid darkslategray !important;
}

.dt-radio-group .mud-input-control-input-container {
    border: 0px !important;
}





.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
    opacity: 0.5 !important;
    background-color: black !important;
}

.dt-Register-extra-second_two {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: "Noto Sans", "Object Sans", sans-serif !important;
    line-height: 21px !important;
    text-align: center !important;
    text-transform: none !important;
}

.dt-Carousel {
    height: 360px !important;
    border-radius: 8px !important;
}

.dt-CountdownTimer-Text {
    color: silver !important;
    font-family: DretosTech_Regular !important;
}


.dt-Divider {
    opacity: 0.2 !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.dt-Video-Container {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.dt-Video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.dt-Rank-Name {
    font-weight: bold !important;
}

.dt-Rank-Class {
    color: silver !important;
}

.dt-Rank-Info {
    min-width: 175px !important
}

.dt-Rank-Info-Kills {
    color: silver !important;
}

.dt-Rank-Info-Deaths {
    color: silver !important;
}

.dt-Rank-Info-Level {
    color: silver !important;
}

/*New filter*/
.dt-select-filter .mud-input-control-input-container {
    margin-left: 4px !important;
}

.dt-notification-timestamp {
    margin-top: 2px !important;
    color: silver !important;
    font-size: 11px !important;
}

.dt-notifications-card {
    min-width: 350px !important;
    max-width: 350px !important;
    border: 0.2px solid darkslategray !important;
}

.dt-notifications-title {
    font-size: 16px !important;
}

.dt-notifications-message {
    font-size: 13px !important;
    opacity: 0.8 !important;
}


/*General - 02-02-2025*/



.dt-card {
    margin-bottom: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.dt-expansion-panels {
    width: 700px !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.dt-expansion-panel {
    margin-bottom: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/*General - 02-02-2025*/
/*Main-Footer - 02-02-2025*/
.dt-footer-divider {
    margin-top: 5px !important;
    opacity: 0.2 !important;
    margin-bottom: 25px !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.dt-footer-divider-2 {
    margin-top: 10px !important;
    opacity: 0.2 !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.dt-footer-button {
    border-radius: 8px !important;
    cursor: pointer !important;
    line-height: normal !important;
}

    .dt-footer-button:hover {
        transition: var(--nav-transition-hover) !important;
    }

.dt-footer-button-text {
    padding: 4px !important;
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.dt-footer-grid {
    margin-bottom: 2.5vh !important;
}

.dt-footer-copyright-stack {
    padding-top: 3vh !important;
}

.dt-footer-text {
    font-family: DretosTech_Regular !important;
    text-align: start !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    opacity: 0.5 !important;
}

.dt-footer-media-stack {
    margin-top: 2vh !important;
}

.dt-footer-media-icon-button {
}

.dt-footer-copyright-link {
    color: white !important;
    text-decoration: none !important;
    font-family: DretosTech_Regular !important;
    text-align: start !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin: 5px !important;
    opacity: 0.5 !important;
}

    .dt-footer-copyright-link:hover {
        opacity: 1 !important;
    }

.dt-footer-media-icon-button:hover {
    color: white !important;
}
/*Main-Footer*/

/*Empty-Layout - 02-02-2025*/
.dt-emptylayout-container-footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 65px !important;
    max-width: 1200px !important;
    position: absolute !important;
    bottom: 0 !important;
}

.dt-emptylayout-container {
    padding-bottom: 10vh !important;
}
/*Empty-Layout*/



/*Recovery-Page*/
.dt-recovery-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 5vh !important;
    margin-bottom: -10vh !important;
    transform: scale(1.5) !important;
}

.dt-recovery-header {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 36px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.dt-recovery-stack-extra {
    margin-bottom: 2vh !important;
}

.dt-recovery-extra {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: "Noto Sans", "Object Sans", sans-serif !important;
    line-height: 21px !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: none !important;
}

.dt-recovery-button {
    margin-top: 1vh !important;
    width: 100% !important;
    color: #ffffff !important;
    background-color: #0074e0 !important;
    border: 2px solid transparent !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}

    .dt-recovery-button:hover {
        background-color: #0074e0 !important;
        color: #ffffff !important;
        border-color: #47a6ff !important;
    }

.dt-recovery-stack-links {
    margin-top: 1vh !important;
    margin-bottom: 17vh !important;
    width: 100% !important;
}

.dt-recovery-link {
    margin-top: 1vh !important;
}
/*Recovery-Page*/

/*MiniGames-SlotMachine-Page*/
.dt-slot-machine-category {
    text-align: start !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 36px !important;
    margin-right: auto !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.dt-slot-machine-rule-text {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: "Noto Sans", "Object Sans", sans-serif !important;
    line-height: 21px !important;
    text-align: start !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: none !important;
}

/*Animation for spin*/
@keyframes slot-spin {
    0% {
        transform: translateY(0px) scale(1);
        filter: blur(0px);
        opacity: 1;
    }

    20% {
        transform: translateY(10px) scale(1.1);
        filter: blur(2px);
        opacity: 0.8;
    }

    40% {
        transform: translateY(-10px) scale(1.05);
        filter: blur(3px);
        opacity: 0.6;
    }

    60% {
        transform: translateY(10px) scale(1.08);
        filter: blur(2px);
        opacity: 0.7;
    }

    80% {
        transform: translateY(-10px) scale(1.02);
        filter: blur(1px);
        opacity: 0.9;
    }

    100% {
        transform: translateY(0px) scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}

.spin-reel {
    animation: slot-spin 0.1s linear infinite;
}

.slow-down {
    animation: slot-spin 1s ease-out;
}

.dt-card-slot {
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.dt-card-content-slot {
    max-height: 380px !important;
    overflow-y: auto !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: #1a1c23 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.12) rgba(29, 34, 44, 0.5) !important;
}

.dt-button-scrolltop {
    border-radius: 8px !important;
    border: 0.5px solid darkslategrey !important;
}

.mud-icon-button-size-large.mud-button > .mud-icon-button-label > .mud-icon-size-large {
    padding: 4px !important;
}
/*MiniGames-SlotMachine-Page*/
.bento-card {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .bento-card .mud-card-media img {
        border-radius: 8px;
        object-fit: cover;
        width: 100%;
        height: 200px; /* Adjust the height as needed */
    }

/*Flip-Page*/
.dt-card-content-flip {
    height: 390px !important;
    overflow-y: auto !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: #1a1c23 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.12) rgba(29, 34, 44, 0.5) !important;
}

.dt-card-content-flip-previous {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, 0.12) rgba(29, 34, 44, 0.5) !important;
    max-height: 100px !important;
    max-width: 900px !important;
    overflow-x: auto !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: #1a1c23 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.dt-flip-card-item {
    height: 50px !important;
    width: 50px !important;
}

.dt-flip-card-possible-reward-box {
    height: 45px !important;
    width: 45px !important;
}
/*Flip-Page*/




.dt-navbar-mobile-menu {
    margin-left: -20px !important;
}

.dt-navbar-mobile-account {
    margin-right: -20px !important;
}

@media (max-width: 1024px) {
    .dt-account-settings-min-height {
        min-height: 70vh !important;
    }
}

.dt-currency-code {
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: DretosTech_Bold !important;
    color: var(--primary-light) !important;
}

.dt-account-information-first {
    opacity: 0.5 !important;
    font-size: 15px !important;
    font-family: DretosTech_Regular !important;
    font-weight: 400 !important;
}

.dt-account-information-second {
    font-size: 15px !important;
}

.dt-card-underline:hover {
    color: #47a6ff !important;
    text-decoration: underline !important;
    text-decoration-color: #47a6ff !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 4px !important;
}

.dt-card-header-description {
    opacity: 0.5 !important;
    font-size: 15px !important;
    font-family: DretosTech_Regular !important;
}

.dt-card-underline-edit:hover {
    color: #47a6ff !important;
    text-decoration: underline !important;
    text-decoration-color: #47a6ff !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 4px !important;
    cursor: pointer !important;
}

.dt-card-cancel-edit {
    height: 40px !important;
    border-color: darkslategray !important;
}

.dt-card-save-edit {
    height: 40px !important;
}

.update-btn-stack {
    padding-right: 1rem !important;
    height: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-content: flex-end !important;
}

@media (max-width: 599px) { /* sm and down */
    .update-btn-stack {
        margin-top: -10px !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
    }
}

.dt-account-information-first-payment {
    font-size: 18px !important;
    font-family: DretosTech_Bold !important;
    font-weight: 400 !important;
    color: white !important;
}

.dt-transactions-tab-header {
    font-size: 15px !important;
    font-family: DretosTech_Bold !important;
}

.dt-mall-chip-primary {
    background-color: transparent !important;
    color: var(--primary-light) !important;
}

.dt-mall-chip-warning {
    background-color: transparent !important;
    color: #6cdb00 !important;
}

.dt-ItemMall-gift-input {
    text-align: center !important;
    max-width: 150px !important;
    border: 0.5px solid darkslategray !important;
    border-radius: 4px !important;
}

    .dt-ItemMall-gift-input .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
        text-align: center !important;
    }

/*DoorAnim*/
.door-container {
    border-radius: 8px !important;
    position: relative;
    width: auto;
    height: 400px;
    background: #222;
    overflow: hidden;
}

.door {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: #444;
    z-index: 2;
    transition: transform 1s ease;
}

.left-door {
    left: 0;
    transform: translateX(0);
    background-color: #23252b !important;
}

.right-door {
    right: 0;
    transform: translateX(0);
    background-color: #23252b !important;
}

.item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    font-size: 2rem;
    z-index: 1;
    color: white;
    background: #1a1c23 !important;
}

/* Add a class to trigger animation */
.door-container.open .left-door {
    transform: translateX(-100%);
}

.door-container.open .right-door {
    transform: translateX(100%);
}

.lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

    .lock-overlay.hide {
        opacity: 0;
    }

/*DoorAnim*/

.mud-table-pagination-toolbar {
    border-top: 1px solid transparent !important;
}

.dt-inventory-image-empty-small {
    height: 18px !important;
    width: 18px !important;
    border: 1px solid red !important;
}

.mud-badge.mud-badge-default {
    color: var(--mud-palette-text-primary);
    background-color: #1a1c23 !important;
    border: 0.5px solid darkslategray !important;
}



/*New Design*/

/*General*/

.dt-border-test {
    border: 1px solid #ffffff15 !important;
}

.dt-border-radius-8 {
    border-radius: 8px !important;
}

.dt-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.dt-card {
    margin-bottom: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.dt-card-content {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    align-content: center !important;
}

.dt-card-header-account {
    padding-left: 4vh !important;
    padding-right: 4vh !important;
    min-height: 90px !important;
}

.dt-card-header-link {
    color: #148eff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    white-space: nowrap !important;
}

.dt-card-content-account {
    padding-left: 4vh !important;
    padding-right: 4vh !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    align-content: center !important;
    background: #1a1c23 !important;
    min-height: 100px !important;
}



.dt-card-account-balance-text {
    color: #6cdb00 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.dt-card-header-title {
    font-size: 20px !important;
    font-weight: bold !important;
}


.dt-card-footer {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.dt-custom-icon {
    color: white !important;
    width: 25px !important;
    height: 25px !important;
}

.dt-button-primary {
    width: 100% !important;
    color: #ffffff !important;
    background-color: #0074e0 !important;
    border: 2px solid transparent !important;
    font-family: DretosTech_SemiBold !important;
    border-radius: 8px !important;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}

    .dt-button-primary:hover {
        background-color: #0074e0 !important;
        color: #ffffff !important;
        border-color: #47a6ff !important;
    }

.dt-button-dark {
    width: 100% !important;
    color: #ffffff !important;
    background-color: #313339 !important;
    border: 2px solid transparent !important;
    font-family: DretosTech_SemiBold !important;
    border-radius: 8px !important;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
}

    .dt-button-dark:hover {
        background-color: #313339 !important;
        color: #ffffff !important;
        border-color: #ffffff40 !important;
    }

.dt-icon-button-dark {
    color: #ffffff7a !important;
    border-radius: 8px !important;
    background: var(--mud-palette-dark) !important;
}

    .dt-icon-button-dark:hover {
        color: white !important;
    }

.dt-input {
    border-radius: 8px !important;
}

    .dt-input:hover {
        border-color: #ffffff7a !important;
    }

    .dt-input .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
        height: auto !important;
    }

.dt-list-avatar {
    height: 38px !important;
    width: 38px !important;
    border: 1px solid #ffffff20 !important;
}

.dt-list-avatar-image {
    height: 39px !important;
    width: 39px !important;
    padding-right: 0px !important;
}

.mud-menu-list {
    padding: 0px !important;
}

/*Item Mall*/



.dt-carousel-featured {
    height: 300px !important;
    margin-bottom: 10px !important;
}

.dt-card-item {
    display: flex !important;
    flex-direction: column !important;
    min-height: 390px !important;
    margin-bottom: 10px !important;
    border-radius: 8px !important;
}

.dt-card-content-item {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    align-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.dt-card-item-name {
    margin-top: 2vh !important;
    margin-bottom: auto !important;
}

.dt-card-item-stack {
    margin-top: auto !important;
    margin-bottom: 1.5vh !important;
}

.dt-card-item-buttons {
    margin-top: auto !important;
}

.dt-card-item-name-text {
    font-family: DretosTech_Bold !important;
    font-size: 16px !important;
    color: white !important;
}

.dt-card-item-description-text {
    font-family: DretosTech_Regular !important;
    font-size: 12px !important;
    color: #ffffff7a !important;
    text-align: center !important;
}

.dt-card-item-price-text {
    font-family: DretosTech_Bold !important;
    font-size: 15px !important;
    color: white !important;
}

.dt-card-item-price-chip {
    color: var(--mud-palette-dark) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: DretosTech_Bold !important;
}

.dt-card-item-price-text-discount {
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    font-family: DretosTech_Bold !important;
    font-size: 15px !important;
    color: #ffffff7a !important;
}

.dt-card-item-price-text-discount-finish {
    font-family: DretosTech_Bold !important;
    font-size: 15px !important;
    color: var(--mud-palette-warning) !important;
}

.dt-itemmall-categories-list {
}

.dt-itemmall-categories-list-item {
    margin-top: 1vh !important;
    color: #ffffff7a !important;
    font-family: DretosTech_Regular !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.dt-itemmall-categories-list-item-active {
    margin-top: 1vh !important;
    font-family: DretosTech_Regular !important;
    background: #1a1c23 !important;
    color: #FFF !important;
    border-left: 4px solid #0074e0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.dt-itemmall-no-items {
    font-family: DretosTech_Bold !important;
    font-size: 15px !important;
    color: #ffffff !important;
}

/*Account*/

.dt-pt-7 {
    padding-top: 7px !important;
}

.dt-pt-3 {
    padding-top: 3px !important;
}

/*Codex*/
.codex-autocomplete {
    position: relative !important;
    width: 100% !important;
}

.input-wrapper {
    position: relative !important;
}

.input-box {
    height: 50px !important;
    width: 100%;
    padding: 10px 12px 10px 12px !important;
    padding-left: 45px !important; /* space for icon */
    background: #15171e !important;
    color: white !important;
    border: 1px solid #23252b !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    outline: none !important;
    box-shadow: 0 0 0 0px rgba(0, 116, 224, 0.0) !important; /* optional glow */
}

    .input-box:hover {
        border-color: var(--mud-palette-primary) !important;
    }

    .input-box:focus-visible {
        border-color: var(--mud-palette-primary) !important;
    }

.input-hidden-text {
    color: transparent !important;
    caret-color: white !important; /* so you still see the cursor */
}

.selected-overlay {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 12px !important;
    right: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    pointer-events: none !important;
}

img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

    img:invalid {
        border: none !important;
        outline: none !important;
    }

    img::-moz-broken {
        border: none !important;
    }

.icon {
    width: 32px !important;
    height: 32px !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    /* This line kills the browser’s broken image paint */
    object-fit: contain !important;
}

    .icon:invalid {
        background-color: transparent !important;
    }

img:invalid {
    background-color: red !important;
}



.name {
    font-size: 15px !important;
}

.type {
    color: #4fa3ff !important;
    font-size: 12px !important;
}

.dropdown {
    margin-top: 0.5rem !important;
    position: absolute !important;
    top: 48px !important;
    width: 100% !important;
    background: #23252b !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4) !important;
    z-index: 10 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

.dropdown-item {
    padding: 8px !important;
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    cursor: pointer !important;
}

    .dropdown-item:hover {
        background: #0074e0 !important;
    }

.info {
    display: flex !important;
    flex-direction: column !important;
}
