.un_main .un_window-header {
    background: transparent !important;
}

.hidden {
    display: none;
}

.animated_background {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    background: #000;
    top: 0;
}

.animated_background::after {
    content: '';
    position: absolute;
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.95) 80%, rgba(0, 0, 0, 1) 100%);*/
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.animated_background>video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: hue-rotate(110deg);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='huerotate'><feColorMatrix type='hueRotate' values='110deg' /></filter></svg>#huerotate");
    filter: hue-rotate(110deg);
    -webkit-filter: hue-rotate(-220deg);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='huerotate'><feColorMatrix type='hueRotate' values='-220deg' /></filter></svg>#huerotate");
    filter: hue-rotate(-220deg);
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
    filter: brightness(120%);

}

.un_navLang a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    transition: 0.3s;
}

.un_navLang a:hover {
    opacity: 0.8;
}

.un_navDiscord {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.un_navDiscord a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    transition: 0.3s;
}

.un_navDiscord a:hover {
    opacity: 0.8;
}

.un_navDiscord i {
    font-size: large;
}

.paymentwall {
    padding-left: 2px;
    padding-right: 2px;
}

.un_navDiscord::before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.5rem;
    background-color: white;
    right: -1rem;
    opacity: 0.2;
}

.alert {
    padding: .7143rem 1.071rem;
    margin-bottom: 1.429rem;
    border-radius: 2px;
    border: 1px solid transparent;
}

.alert-white {
    color: #fff;
}

.alert.alert-square {
    border-radius: 0
}

.alert .close {
    position: relative
}

.alert.alert-dismissable,
.alert.alert-dismissible {
    padding-right: 2.5rem
}

.alert.alert-dismissable .close,
.alert.alert-dismissible .close {
    top: -2px;
    right: -20px;
    color: inherit
}

.alert.alert-primary {
    background-color: #2196F3;
    border-color: #2196F3
}

.alert.alert-secondary {
    background-color: #323a45;
    border-color: #323a45
}

.alert.alert-success {
    background-color: #64DD17;
    border-color: #64DD17
}

.alert.alert-info {
    background-color: #29B6F6;
    border-color: #29B6F6
}

.alert.alert-warning {
    background-color: #FFD600;
    border-color: #FFD600
}

.alert.alert-danger {
    background-color: #ef1c1c;
    border-color: #EF5350
}

.result-container {
    margin-top: 25px;
}

.un_page-content {
    padding: 35px;
}

.input-icon {
    color: rgba(255, 255, 255, 0.5);
}

.un_page .un_page-items__list .list-filters div i {
    position: absolute;
    left: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.un_main .un_window .un_news-sm ul li a i {
    transform: rotate(-45deg);
}

.un_main .un_window .un_bonuses ul li .un_bonuses-info div i {
    font-size: 2rem;
    transform: rotate(-45deg);
    color: wheat;
}

.un_main .un_window .un_why-content .un_why-media li a i {
    position: absolute;
    font-size: 1.4rem;
    z-index: 1;
    color: wheat;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.paginationInfo {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.pagination a {
    color: rgba(62, 57, 43, 1);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #a67557;
    margin: 0 3px;
}

.pagination a.active {
    background-color: rgb(91, 76, 55);
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #d2d7d3;
}

.generalPadding {
    padding: 20px;
}

.error-message div i {
    font-size: 3rem;
}

.un_page .un-page__shop .list-filters div i {
    position: absolute;
    left: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.checkout-pay .pay-character div i {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 1rem;
    opacity: 0.4;
    filter: invert(100%);
}

.terms {
    text-decoration: none;
    color: rgba(222, 148, 51, 0.6);
    font-size: 0.8rem;
    transition: 0.2s;
}

.terms:hover {
    color: rgba(222, 148, 51, 0.9);
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bright:hover {
    filter: brightness(120%);
}

.controlSidebar {
    width: 315px;
    background: rgba(28, 28, 28, 0.95);
    padding-bottom: 40px;
}

.controlMenu,
.controlMenu li {
    list-style: none;
    width: 100%;
    padding: 0;
}

.controlSidebar ul,
.controlSidebar ul li {
    list-style: none;
    width: 100%;
    padding: 0;
}

.conTop {
    padding: 12px;
    border-bottom: 1px solid rgba(190, 190, 190, 0.05);
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.contName {
    font-size: 24px;
    color: #ffffff;
    padding-right: 15px;
}

.con-exit {
    color: #e73535;
    font-size: 16px;
}

.controlMenu li a {
    padding: 10px 22px;
    color: #ababab;
    font-size: 20px;
    display: block;
    text-decoration: none;
}

.controlMenu li a:hover {
    color: #111111;
    background-color: #fff;
}

.controlMenu li.active a {
    color: #111111;
    background-color: rgba(240, 240, 240, 0.85);
}

.controlContent {
    background: rgba(240, 240, 240, 0.85);
    width: calc(100% - 315px);
    min-height: 500px;
    padding: 30px;
}

.cTitle {
    padding: 0px 25px 30px 25px;
    border-bottom: 1px solid #d0d0d0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 45px;
}

.cTitle-name {
    color: #000000;
    font-size: 42px;
    background: url(../images/title-icon.png) left no-repeat;
    padding-left: 25px;
    padding: 10px 25px 10px 25px;
}

.cForm {
    width: 100%;
    max-width: 370px;
}

.c-formGroup {
    margin-bottom: 35px;
}

.c-formGroup p {
    color: #121212;
    font-size: 22px;
}

.c-formGroup input {
    background-color: #f6f6f6;
    border: 1px solid #bbbaba;
    color: #6c6c6c;
    font-size: 22px;
    padding: 15px 25px;
}

.report-link {
    color: #505050;
    font-size: 22px;
}

.report-link:hover {
    text-decoration: underline;
}

.cTablePurchase-body {
    display: flex;
    padding: 0px 30px;
}

.cTablePurchase-body span {
    padding: 20px 0px;
    display: block;
    color: #000;
}

.cTablePurchase-body span:nth-child(1) {
    width: 33%;
}

.cTablePurchase-body span:nth-child(2) {
    width: 27%;
}

.cTablePurchase-body span:nth-child(3) {
    width: 18%;
}

.cTablePurchase-body span:nth-child(4) {
    width: 22%;
}

.pTable td {
    padding: 20px 15px;
    font-size: 18px;
}

.pTable td:first-child {
    padding: 20px 15px 20px 35px;
}

.pTable td:last-child {
    padding: 20px 35px 20px 15px;
}

.pTable thead tr {
    background: #dbdbdb;
    border: 1px solid #a6a6a6;
}

.pTable thead tr td {
    color: #5d5d5d;
}

.pTable tbody tr {
    border-bottom: 1px solid #dbdbdb;
}

.pTable tbody tr:last-child {
    border-bottom: 1px solid #dbdbdb;
}

.accData-title {
    color: #131313;
    font-size: 36px;
    margin-bottom: 40px;
}

.accData-flex {
    display: flex;
    flex-wrap: wrap;
}

.accDataBlock-50 {
    width: 50%;
}

.accDataBlock-40 {
    width: 40%;
}

.accDataBlock-20 {
    width: 20%;
}

.accDataBlock {
    margin-bottom: 60px;
}

.accDataBlock p {
    color: #c7c7c7;
    font-size: 19px;
    margin-bottom: 15px;
}

.accDataBlock span {
    color: #eaeaea;
    font-size: 25px;
}

.accData {
    border-bottom: 1px solid #d0d0d0;
    margin-left: -25px;
    margin-right: -25px;
    padding: 0px 25px 0px 25px;
    margin-bottom: 60px;
}

.referral .accData-flex {
    border-bottom: none;
    margin-bottom: 0;
    color: #eaeaea;
}

.referral .pagination,
.pagination {
    color: #c7c7c7;
    filter: hue-rotate(-190deg);
}

.referral .paginationInfo,
.paginationInfo {
    color: aliceblue;
}

.pointer {
    cursor: pointer;
}

.referralHeader {
    color: aliceblue;
    width: 50%;
    margin-bottom: 10px;
}

.referralEntry {
    color: #c7c7c7;
    width: 50%;
    margin-bottom: 5px;
}

.referralHeader3 {
    color: aliceblue;
    width: 33%;
    margin-bottom: 10px;
}

.referralEntry3 {
    color: #c7c7c7;
    width: 33%;
    margin-bottom: 5px;
}

.accBalanceBlock {
    color: #1d69a3;
    font-size: 36px;
    display: flex;
    align-items: center;
}

.crystal-icon-big {
    display: block;
    background: url(../images/crystal-icon-big.png) no-repeat;
    width: 33px;
    height: 36px;
    margin-right: 30px;
}

.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e91d7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    font-size: 36px;
}

.plus-text {
    color: #2e91d7;
}

.plus-icon:hover {
    color: #fff;
    background-color: #535353;
}

.plus-icon-l {
    margin-left: 12px;
}

.cTitleRight {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #5f5f5f;
}

.cTitleRight-title {
    border-right: 1px solid #a2a2a2;
    margin-right: 40px;
    padding: 6px 40px 6px 0px;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.cpButton {
    display: flex;
    color: wheat;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    text-decoration: none;
    margin: 3.5rem 0 0 0;
    font-size: 0.8rem;
    position: relative;
    padding: 0.5rem 1.5rem;
    background-color: #000;
}

.cpButton::after {
    content: "";
    position: absolute;
    border: 0.7rem solid transparent;
    border-image: var(--border-image);
    border-image-slice: var(--border-image-slice);
    left: -0.5rem;
    z-index: 1;
    right: -0.5rem;
    bottom: -0.5rem;
    top: -0.5rem;
    opacity: 0.5;
    transition: 0.3s;
    pointer-events: none;
}

.ticketBlock {
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #bbbaba;
    margin-bottom: 20px;
}

.ticket-block {
    padding: 20px;
}

.ticket-block p {
    color: #515151;
    margin-bottom: 10px;
}

.ticket-block span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 1px;
    color: #0a0a0a;
    font-size: 20px;
}

.ticket-block-name {
    width: 30%;
}

.ticket-block-name span {
    color: #0a0a0a;
}

.ticket-block-category {
    width: 20%;
}

.ticket-block-status {
    width: 27%;
}

.ticket-block-status span {
    color: #8b7339;
}

.ticket-block-button {
    width: 23%;
}

.read-ticket-button {
    padding: 15px 0px;
    width: 100%;
}

.central_pageBanner img {
    height: auto;
}

.button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: #795024;
    border: 1px solid #2f2e2e;
    border-top: 3px solid #2f2e2e;
    padding: 20px 20px;
    color: #f2eee9;
    font-size: 24px;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.button:hover {
    background: #956b3e;
}

.button {
    display: inline-block;
    text-decoration: none;
}

.small-button {
    width: auto;
    color: #bababa;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #303030, #222222);
    border: none;
}

.small-button:hover {
    background: linear-gradient(to top, #303030, #222222);
    color: #fefefe;
}

.sendBlockBl select {
    background: #dfdfdf;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-top: 3px solid #727272;
    color: #12100e;
    padding: 20px 40px;
    font-size: 20px;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
}

.sendBlockBl input,
.sendBlockBl textarea {
    background-color: #dfdfdf;
    border: 1px solid #b3b3b3;
    border-top: 3px solid #727272;
    color: #12100e;
    padding: 20px 40px;
    position: relative;
    font-size: 20px;
    width: 100%;
}

.send {
    display: flex;
    align-items: center;
    color: #5f5f5f;
}

.send:hover {
    color: #000;
}

.sendBlock img {
    max-width: 100%;
}

.sendBlock {
    margin-bottom: 35px;
}

.sendBlock p {
    color: #121212;
    font-family: "SourceSansPro-Semibold";
    margin-bottom: 15px;
    font-size: 22px;
}

.sendBlock p span {
    color: #ef2a2a;
}

.sendBlock input {
    border-top: 0px;
    border: 1px solid #bbbaba;
    background-color: #f6f6f6;
    padding: 20px 30px;
}

.sendBlock select {
    border-top: 0px;
    border: 1px solid #bbbaba;
    background-color: #f6f6f6;
    padding: 21px 60px 21px 30px;
    background-image: url(../images/dropdown-icon.png);
}

.sendBlock-left {
    width: 60%;
}

.sendBlock-right {
    width: 35%;
}

.richText {
    border: 1px solid #bbbaba;
}

.richText-toolbar a {
    color: #000;
}

.richText .richText-toolbar ul {
    background: linear-gradient(to bottom, #dedede, #f6f6f6);
}


#change-form .un_form-input p {
    color: rgba(210, 210, 210, 0.7);
}

#change-form .un_form-input i {
    color: rgba(210, 210, 210, 0.7);
}

#change-form .un_form-input input {
    color: rgba(210, 210, 210, 0.7);
    border-bottom: 0.1rem solid rgba(210, 210, 210, 0.5);
    width: 100%;
}

@media screen and (max-width: 992px) {
    .controlSidebar {
        order: 1;
        margin-bottom: 10px;
    }

    .controlContent {
        order: 2;
    }

    .controlContent,
    .controlSidebar {
        width: 100%;
    }
}

@media screen and (max-width: 769px) {
    .controlContent {
        padding: 30px 25px;
    }

    .pTable tr {
        display: flex;
        flex-wrap: wrap;
    }

    .pTable tr td {
        width: 50%;
    }

    .pTable tr td:first-child {
        padding: 20px 15px;
    }

    .accDataBlock {
        width: 100% !important;
    }
}

@media screen and (max-width: 525px) {
    .cTitle-name {
        font-size: 30px;
    }

    .pTable tr td {
        width: 100%;
    }

    .accBalanceBlock {
        font-size: 24px;
    }

    .cTitleRight {
        flex-wrap: wrap;
    }

    .cTitleRight-title {
        margin-right: 0px;
        border-right: 0px;
        padding: 10px;
    }
}

.galaxy-logo {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 300px;
    height: 300px;
    z-index: 9999;
    background: url('../images/galaxy-logo-v1.png') top center no-repeat;
    background-size: contain;
    background-position: 3.5rem 0;
    filter: hue-rotate(-10deg) brightness(0.75);
}

.un_navList li a img {
    filter: brightness(0.9);
}

.un_main .un_window .un_header-start a {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-start a:hover {
    filter: hue-rotate(-190deg) brightness(130%);
}


.un_navList li a::before {
    filter: brightness(130%) hue-rotate(-190deg);
}

.un_navList li a::after {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds ul::before {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds div:nth-child(1)::before {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds div:nth-child(1)::after {
    filter: hue-rotate(-190deg);
}


.un_main .un_window .un_header-worlds div:nth-child(2)::before {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds div:nth-child(2)::after {
    filter: hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds div:nth-child(1) span::after {
    filter: brightness(130%) hue-rotate(-190deg);
}

.un_main .un_window .un_header-worlds div:nth-child(2) span::after {
    filter: brightness(130%) hue-rotate(-190deg);
}

#sparks {
    filter: hue-rotate(-190deg);
}

.un_main .un_window-header::before {
    filter: hue-rotate(-190deg);
}

.un_main .un_window-header::after {
    filter: hue-rotate(-190deg);
}

.withBorder::after {
    filter: hue-rotate(-190deg);
}


.un_form-button button {
    filter: hue-rotate(-190deg);
}

.un_form-button button:hover {
    filter: hue-rotate(-190deg) brightness(130%);
}

.un_form {
    min-height: 400px;
}

.un_form-load {
    width: 100%;
}

.un_navDownload label {
    filter: hue-rotate(-190deg);
}

.un_navDownload label:hover {
    filter: hue-rotate(-190deg) brightness(130%);
}

.un_social ul li a::after {
    filter: brightness(130%) hue-rotate(-190deg);
}

.un_header-logo img {
    filter: brightness(0.75);
}

.un_files-option:nth-child(2) {
    filter: hue-rotate(-190deg);
}

.un_files-container::after {
    filter: hue-rotate(-190deg);
}

.un_files-close div {
    filter: hue-rotate(-190deg);
}

.un_files-close div:hover {
    filter: hue-rotate(-190deg) brightness(120%);
}

.un_files-help a {
    filter: hue-rotate(-190deg);
}

.un_files-help a:hover {
    filter: hue-rotate(-190deg) brightness(120%);
}

.un_page-container {
    border: none;
}

.pagePath li a {
    font-size: 1rem;
}

.un_nav {
    background-color: rgb(9 9 9 / 45%);
}

.un_page-form {
    min-height: min-content;
}

.un_main .un_window .un_header-wrapper {
    justify-content: start;
}

.un_main .un_window .un_header-wrapper h1 {
    filter: hue-rotate(-190deg);
}

.paypal-button-container {
    background-color: hsla(200, 95%, 43%, 0.1);
    padding: 10px;
    border-radius: 2px;
    margin-top: 10px;
}

.component-frame #card-fields-container {
    color: rgba(240, 240, 240, 0.85);
}

#card-number {
    border: 3px solid #cb0d0d;
}

#result-message {
    margin-top: 10px;
}

#quantity-input {
    width: 10rem;
    pointer-events: initial;
    cursor: initial;
    outline: none;
}

.list-shop__title {
    filter: hue-rotate(-190deg);
}

.checkout-item .item-details table thead th,
.checkout-pay .pay-item span {
    color: #2196F3;
}

.list-items__shop {
    justify-content: center;
}

.list-items__shop li {
    border-right: none;
}

.yEntry a {
    text-decoration: none;
}

.un_navList li a:target,
.un_navList li a:active,
.un_navList li a:focus,
.un_navList li a:focus-visible,
.un_navList li a:focus-within,
.yEntry a {
    outline: none;
}

@media screen and (max-width: 768px) {
    .referral {
        flex-direction: column-reverse;
    }
}

.dt-container {
    color: white;
}

.table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

.table td,
.table th {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    color: darkslategrey;
}

.table th {
    background-color: #5b8bf2;
    color: #ffffff;
}

.table tbody tr:nth-child(odd) {
    background-color: #99cbe4;
}

.table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
}

/*responsive*/

@media (max-width: 500px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
}

.table button,
.dt-paging button {
    padding: 2px;
    font-size: 12px;
    width: max-content;
    color: darkslategrey;
}

.table input,
.table textarea {
    background-color: #dfdfdf;
    border: none;
    border-top: 3px solid #727272;
    color: #12100e;
    padding: 2px;
    position: relative;
    font-size: 12px;
    width: 100%;
    font-family: "SourceSansPro-Regular";
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
    padding: 2px;
}