a {
    text-decoration: none!important;
    color: #0000c5
}

a:hover {
    color: #004
}

#statnav {
    display: contents
}

#cookiePopup a {
    color: #007bff
}

.alert-success {
    border-color: #00b168;
    background-color: #00b168
}

.alert-danger,.alert-success {
    color: #fff;
    font-weight: 600;
    text-align: center
}

.alert-danger {
    border-color: #ff5b5b;
    background-color: #ff5b5b
}

.alert.alert-warning {
    color: #000;
    background-color: rgba(227,227,251,.5803921568627451);
    border-color: rgba(0,0,136,.12156862745098039)
}

.alert-info {
    border-color: #0c5460;
    background-color: #0c5460
}

.alert-black,.alert-info {
    color: #fff;
    font-weight: 600;
    text-align: center
}

.alert-black {
    border-color: #002424;
    background-color: #002424
}

.alert-black a,.alert-danger a,.alert-info a,.alert-success a,.alerterr a,.alertsuc a {
    color: #c5f9ff
}

.xfalert {
    font-size: 14px
}

.xfalerttop {
    margin-top: -3px;
    color: #fff
}

.xfalerttop:hover {
    color: #fff
}

.navbar-toggler-icon {
    background-image: url(img/navbar/lines.svg)!important;
    background-size: 23px!important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url(img/navbar/save.svg)!important;
    background-size: 12px!important
}

@media screen and (max-width: 992px) {
    .mobpad {
        padding-left:15px
    }
}

@media screen and (max-width: 540px) {
    .hmemb {
        display:none
    }
}

@media screen and (min-width: 541px) {
    #mobpromo {
        display:none
    }
}

.promoImg {
    filter: blur(2px) brightness(.7);
    -webkit-filter: blur(2px) brightness(.7)
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #fff;
    width: 100%
}

.promostar {
    -webkit-animation: roty 5s linear infinite
}

@-webkit-keyframes roty {
    0% {
        -webkit-transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(1turn)
    }
}

#navLang,.footLang {
    color: #fff!important;
    margin-top: 2px
}

body {
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    margin-top: 93px
}

.gradback {
    background: #008;
    background: linear-gradient(#004,#008)
}

html:not([data-scroll="0"]) .gradback {
    background: rgba(87,87,116,.8);
    backdrop-filter: saturate(150%) blur(15px);
    -webkit-backdrop-filter: saturate(150%) blur(15px);
    background: linear-gradient(rgba(0,0,68,.8),rgba(0,0,136,.8))
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .invgradback {
        background:rgba(87,87,116,.8);
        backdrop-filter: saturate(150%) blur(15px);
        -webkit-backdrop-filter: saturate(150%) blur(15px);
        background: linear-gradient(rgba(0,0,68,.8),rgba(0,0,136,.8))
    }
}

.invgradback {
    background: #008;
    background: linear-gradient(#004,#008)
}

.dropdown-toggle:after {
    display: none
}

.dropdown-item {
    padding: .25rem .75rem
}

.dropdown-item:hover {
    background-color: #efefef
}

.header-flex {
    display: flex;
    max-width: 70%;
    overflow: hidden;
    align-items: center;
    flex-direction: row
}

.logoname-flex {
    display: flex;
    align-items: baseline;
    flex-direction: column
}

.logoname-flex>div {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500
}

.cc-revoke.cc-bottom {
    left: inherit;
    right: 3em
}

.NavTabs span {
    vertical-align: middle
}

#navLogo {
    padding: .375rem 0 .125rem .25rem
}

#groupDescription {
    font-size: .75rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#groupUserFrame {
    width: 100%;
    height: 6000px;
    border: none;
    overflow: hidden
}

#navBottom {
    height: 3em
}

@media screen and (min-width: 576px) and (max-width:1086px) {
    #navBottom {
        overflow-x:auto;
        overflow-y: hidden;
        white-space: nowrap
    }
}

#groupBackgroundFrame {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    border: none;
    overflow: hidden
}

#sideframe {
    width: 425px;
    display: none
}

#shim,#sideframe {
    height: 600px;
    border: none;
    overflow: hidden
}

#shim {
    width: 16px;
    display: block
}

@media screen and (max-width: 900px) {
    #shim,#sideframe {
        margin-top:15px
    }
}

#embedframe {
    height: 486px;
    width: 100vw
}

#adframe,#embedframe,#promoframe {
    max-width: 728px;
    border: none;
    overflow: hidden
}

#adframe,#promoframe {
    height: 90px;
    width: Calc(100vw - 20px);
    margin: 0 10px
}

#rightsideframe {
    height: 600px;
    width: 425px;
    border: none;
    overflow: hidden;
    display: none
}

#space16 {
    height: 16px
}

.cookiePopup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
    z-index: 9999;
    border-radius: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all .4s ease-out;
    background: #212327;
    color: #ecf0f1
}

.cookiePopup.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s
}

.cookiePopup .cookieButton {
    margin-left: 10px;
    vertical-align: baseline
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.switch input {
    display: none
}

.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d00
}

.slider,.slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff
}

input:checked+.slider {
    background-color: #0d0
}

input:focus+.slider {
    box-shadow: 0 0 1px #0d0
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.card-groups {
    max-width: 150px
}

#xatbox {
    text-align: center
}

#hero {
    background: #f5f5f5;
    background: -moz-linear-gradient(top,#f5f5f5 1%,#f9f9f9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#f5f5f5),color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top,#f5f5f5 1%,#f9f9f9);
    background: -o-linear-gradient(top,#f5f5f5 1%,#f9f9f9 100%);
    background: -ms-linear-gradient(top,#f5f5f5 1%,#f9f9f9 100%);
    background: linear-gradient(180deg,#f5f5f5 1%,#f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#f9f9f9",GradientType=0);
    height: auto;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #d1d2d4;
    margin-top: -2rem
}

.overlayLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

#hero .xcarousel-control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #06c;
    border-radius: 50%
}

#hero .xcarousel-control.xleft {
    left: 0;
    margin-left: -40px
}

#hero .xcarousel-control.xright {
    right: 0;
    left: auto;
    margin-right: -40px
}

#hero .ximg {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%
}

#navTop {
    min-height: 62px
}

#thumbs .card:hover {
    border: 1px solid #157ffb
}

#searchdiv {
    width: 420px
}

.xTLogo {
    width: 16px;
    margin: 0 1px 0 2px
}

.fInsta {
    margin-top: 1px
}

#footer {
    flex-shrink: none;
    margin-top: 2%;
    background: linear-gradient(#004,#008)
}

#footer span {
    color: #fff;
    font-size: 12px
}

#footer a:hover span {
    color: #d7d7d7
}

.footer-icons {
    opacity: .65
}

.footer-icons:hover {
    opacity: 1
}

.ftright {
    margin: 0 2.2rem .6rem 0
}

.ftlast {
    margin-bottom: .6rem
}

@media screen and (min-width: 1200px) {
    .cncaro {
        margin-top:70px;
        margin-left: 100px
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .cncaro {
        margin-left:40px
    }
}

.hmbody {
    margin-bottom: 0
}

@media screen and (min-width: 576px) and (max-width:992px) {
    .himgs1 {
        margin-top:30px
    }
}

@media screen and (min-width: 576px) and (max-width:768px) {
    .himgs2 {
        margin-top:50px
    }

    .himgs3 {
        margin-top: 80px
    }
}

@media screen and (min-width: 576px) and (max-width:767px) {
    .himgs4 {
        margin-top:110px
    }
}

@media screen and (max-width: 992px) {
    .hmemb {
        width:600px!important;
        height: 500px!important
    }

    .smallst,.unavailable {
        display: none!important
    }

    .num {
        width: 37px!important
    }

    .table td,.table th {
        min-width: 30px!important
    }

    .newimg {
        width: 40px!important
    }
}

@media screen and (max-width: 768px) {
    .hmemb {
        width:500px!important;
        height: 470px!important
    }

    .dropdown-menu {
        overflow: auto;
        height: auto;
        max-height: 270px
    }
}

@media screen and (max-width: 576px) {
    .hmemb {
        width:400px!important;
        height: 500px!important
    }
}

@media screen and (max-width: 420px) {
    .hmemb {
        width:300px!important;
        height: 600px!important
    }
}

@media screen and (max-width: 992px) {
    .smgrps {
        float:left!important
    }

    .smgrpsmar {
        margin-top: 30px
    }

    .pbsm {
        padding-bottom: 4rem!important
    }

    #newto {
        margin-top: 7%!important
    }
}

@media screen and (max-width: 450px) {
    #searchdiv {
        width:315px!important
    }

    #searchBox {
        font-size: 11px
    }
}

@media screen and (max-width: 350px) {
    #searchdiv {
        width:290px!important
    }

    #searchBox {
        font-size: 9.5px
    }
}

@media screen and (max-width: 1025px) {
    #hero .xcarousel-control.xleft {
        margin-left:40px!important
    }

    #hero .xcarousel-control.xright {
        margin-right: 40px!important
    }

    #hero .xcarousel-control {
        top: 100%!important;
        margin-top: 5px!important
    }
}

@media screen and (max-width: 576px) {
    #hero .xcarousel-control.xleft {
        margin-left:15px!important
    }

    #hero .xcarousel-control.xright {
        margin-right: 15px!important
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #007bff
}

.navbar-light .navbar-toggler:focus {
    outline-color: #ddd!important
}

.newnav {
    background: none!important;
    border-bottom: 2px solid #eee;
    margin-bottom: 1rem
}

@media (min-width: 992px) and (max-width:1200px) {
    .storenav .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:.2rem;
        padding-left: .2rem
    }
}

.darktoggle {
    filter: invert(37%) sepia(2%) saturate(0) hue-rotate(38deg) brightness(99%) contrast(86%)
}

.webholder {
    z-index: 10;
    position: absolute;
    padding: .8rem 1rem;
    color: #717171;
    margin-top: -4px;
    pointer-events: none;
    font-size: 14px
}

@media screen and (max-width: 992px) {
    .xbanner {
        display:none!important
    }

    .newnav {
        background: #f8f9fa!important
    }

    .newnav,.pownav {
        border: 1px solid #eee;
        border-radius: .25rem
    }

    .pownav {
        background: #eff7ff!important;
        padding: 0 .5rem
    }

    .powtit {
        font-size: 1rem
    }

    .powtog {
        padding: .12rem .37rem
    }
}

@media screen and (min-width: 992px) {
    .newbartitle {
        display:none!important
    }

    .pownav {
        background: none!important;
        padding: 0
    }

    .bigst {
        display: none
    }
}

.table {
    width: 80%;
    margin: 0 auto
}

.table td,.table th {
    min-width: 100px;
    vertical-align: middle
}

.num {
    width: 60px
}

#scrollDown {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #dfdfdf;
    padding: .4rem .8rem;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    transition: border-color .4s ease;
    user-select: none
}

@media (max-width: 576px) {
    #scrollDown {
        right:10px;
        padding: .3rem .5rem
    }

    #scrollDown img {
        width: 9px
    }
}

#scrollDown:hover {
    border-color: #bbb
}

#scrollDown img {
    transform: rotate(90deg)
}

.searchTap {
    width: 37px
}

.searchInput {
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: .25rem 0 0 .25rem
}

.searchInput:focus {
    border: 1px solid #1e90ff;
    border-right: none;
    outline: none
}

.searchButton {
    border-radius: 0 .25rem .25rem 0;
    color: #495057;
    background-color: #d0d0d0;
    border: 1px solid #bcbcbc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(img/abmore.svg);
    min-width: 30px
}

.passInput {
    border-radius: .25rem 0 0 .25rem;
    border-right: none
}

.eyeButton {
    background-image: none;
    background-color: transparent;
    text-overflow: clip
}

.searchButton:focus {
    border: 1px solid #1e90ff;
    outline: none
}

.searchButton:hover {
    background-color: #1e90ff;
    border-color: #1e90ff;
    outline: none
}

.sortLabel {
    margin-right: 5px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.dropdown {
    position: relative
}

.show {
    visibility: visible
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 3rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    z-index: 5;
    text-align: left;
    right: 0;
    top: calc(2.25rem + 2px);
    border-radius: 4px
}

.searchopt {
    display: block;
    color: #000;
    padding: .25rem
}

.dropdown-content span {
    padding: 8px 16px;
    cursor: pointer
}

.dropdown-content span:hover {
    color: #1e90ff;
    background-color: #f4f4f4
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

.searchDiv {
    float: right;
    position: relative
}

.svgBack {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.textInfo {
    width: 100%;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem
}

.xInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    padding: 3px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px
}

.cursx {
    cursor: pointer
}

ul.navbar-nav li.nav-item a.nav-link span {
    vertical-align: middle;
    color: hsla(0,0%,100%,.9)
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none
}

#navbarNavDropdown {
    padding-right: 13px
}

.mr-0,.mx-0 {
    margin-right: .1rem!important
}

.mr-1,.mx-1 {
    margin-right: .4rem!important
}

#groupDescription {
    padding: 0 7px 0 0;
    margin-top: -5px
}

#navBottom ul.navbar-nav li.nav-item a.nav-link {
    color: #f3f3f3
}

#navBottom ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #dcdcdc
}

@media (min-width: 768px) {
    .dropdown-menu {
        margin-top:0
    }
}

.invalid-feedback {
    display: block
}

tr[height="52"] td {
    text-align: center
}

.saveFilter {
    background-color: #f7f4f4;
    font-size: 13px;
    cursor: default
}

#auctiontableerr table tr td {
    text-align: center
}

#powerslist table {
    margin-bottom: 18px
}

#powerslist .powersImage {
    display: block;
    margin: 0 auto;
    cursor: pointer
}

#powerslist .remainingPower {
    font-weight: 600;
    color: red
}

#powerslist .limitedPower {
    background-color: #f8f9fa
}

.centeredItem {
    text-align: center
}

.mainForm {
    border: 1px solid silver;
    border-radius: 10px;
    padding: 1px 10px 10px
}

.quizClass {
    color: #fff;
    background-color: #0fb56d
}

#moreinfoerr span a:hover {
    text-decoration: none
}

#moreinfoerr span a {
    color: #00fff5
}

.unavailable {
    color: grey;
    font-size: 11px;
    display: inherit
}

.firstColumn {
    width: 14%
}

label[for^=quiz] {
    vertical-align: top
}

.search {
    vertical-align: -4px
}

div#searchdiv button {
    border: 1px solid #ced4da
}

#thumbs .card-header {
    font-size: 14px
}

#thumbs p.card-text {
    font-size: 13px;
    text-align: center
}

#newto {
    margin-top: 22%;
    margin-left: 2%
}

#aces,#auction,#buyxats,#changename,#changepass,#days2xats,#delete,#deletep,#group,#login,#logout,#lost,#powers,#promotion,#quiz,#register,#relogin,#settings,#shortname,#xats2days {
    margin-bottom: 100px
}

.globe {
    margin-top: -1.5px
}

.grlsupport {
    width: 23px!important;
    margin-right: 5px!important;
    margin-left: -1px!important
}

@media (min-width: 576px) {
    .embedresp {
        max-width:700px
    }
}

.embedflow {
    overflow-x: auto!important
}

.prevbig {
    color: #f65050;
    background: #eee;
    padding: 4px 15px
}

.framelist {
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e1e1e1;
    margin-bottom: -8px;
    border-radius: .2rem;
    margin-top: 20px
}

.framelearn {
    background-color: #f6faff
}

.framerefresh {
    margin-right: 16px;
    margin-top: -8px;
    color: #a5a5a5;
    font-size: .8rem;
    text-align: right
}

.h5logs {
    margin-left: -2px
}

.h5logsicon {
    margin-left: -3px
}

.insta {
    margin-bottom: 2px
}

#navClose {
    color: #fff
}

@media screen and (min-width: 576px) {
    #navClose {
        display:block;
        padding: .5rem 1rem
    }
}

.cngpass {
    filter: invert(18%) sepia(93%) saturate(3866%) hue-rotate(271deg) brightness(70%) contrast(106%)
}

.bottombuttons {
    margin-bottom: 100px;
    user-select: none;
    margin-top: 35px
}

input.checkbox {
    cursor: pointer
}

@media screen and (max-width: 992px) {
    .nav li a span {
        vertical-align:1px!important
    }

    .navbar-toggler {
        margin: 7px 10px 7px 15px
    }

    #navBottom {
        min-height: 3em!important;
        height: auto!important
    }

    .searchDiv {
        margin-bottom: 20px
    }

    .helpsmall {
        margin-top: -10px!important;
        margin-bottom: 10px!important
    }

    #navbarNavDropdown {
        padding-bottom: 13px
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size:1.2rem
    }

    h2 {
        font-size: 1.1rem
    }

    h3,h4 {
        font-size: 1rem
    }

    h5 {
        font-size: .9rem
    }

    .alert,.btn,.container,.nav-item,.needs-validation {
        font-size: 13px
    }

    .nav-tabs .nav-link {
        padding: 6px 11px
    }

    .dropdown,.meLink {
        font-size: 16px
    }

    .logoname-flex>div {
        font-size: 1rem
    }

    #groupDescription {
        font-size: .6rem
    }
}

.close {
    user-select: none!important
}

.close:focus {
    outline: none!important
}

.closeerr,.closesuc {
    opacity: 1
}

.closesuc {
    background: #00a15f!important
}

.closeerr {
    background: #f03e3e!important
}

.closeerr:focus,.closeerr:hover,.closesuc:focus,.closesuc:hover {
    color: #fff!important;
    opacity: .7!important
}

.alertsuc {
    border-color: #00b168;
    background-color: #00b168
}

.alerterr,.alertsuc {
    color: #fff;
    font-weight: 600;
    text-align: center
}

.alerterr {
    border-color: #ff5b5b;
    background-color: #ff5b5b
}

.alerttab {
    color: #fff;
    font-size: 12px;
    display: block
}

.alerticsuc {
    filter: invert(44%) sepia(73%) saturate(1647%) hue-rotate(125deg) brightness(93%) contrast(101%)
}

.alert-dismissible .close {
    height: 100%
}

.viewpassbut {
    border: 1px solid #ced4da;
    padding: .15rem .7rem!important
}

.viewpassicon {
    vertical-align: sub;
    z-index: -1;
    position: relative
}

.capspace {
    margin-bottom: 15px
}

#grouplogin,.grouploginform {
    margin-top: 30px
}

.groupnamecol {
    color: #a2a2a2
}

.lostpass {
    font-size: 14px
}

.powericon {
    margin-top: 2px;
    width: 20px
}

.txembed {
    font-size: 13px;
    word-break: break-all
}

.toembed {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px
}

.rngembedpos {
    margin-top: 3px
}

.rngembed {
    width: 100%
}

@media screen and (max-width: 575px) {
    .heembed {
        margin-top:8px
    }
}

.inpshake {
    animation: shake .5s
}

@keyframes shake {
    0% {
        margin-left: 0
    }

    25% {
        margin-left: .5rem
    }

    75% {
        margin-left: -.5rem
    }

    to {
        margin-left: 0
    }
}

.nosel {
    user-select: none
}

.restsvg {
    transform: rotate(180deg);
    margin-top: -3px;
    margin-bottom: 3px
}

.custom-file-label:after {
    content: url(img/navbar/folder.svg)!important;
    padding-right: 10px;
    padding-left: 8px;
    padding-top: 7.5px
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
    background: linear-gradient(90deg,transparent,#000),url(img/navbar/pickrslider.svg)!important
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before {
    background: none!important
}

.framelib {
    margin-top: -3px
}

@media screen and (max-width: 991px) {
    .framecol {
        margin-top:10px!important
    }
}

.framebut {
    margin-bottom: 1.5px;
    margin-right: 5px
}

.light {
    color: #909090
}

.curs {
    cursor: pointer;
    outline: none
}

.headbottom {
    margin-bottom: 15px
}

div#the-count {
    color: #a9a9a9;
    margin-top: 3px;
    display: inline;
    font-size: .9rem
}

.inforighthelp {
    color: #007bff;
    font-size: .8rem;
    margin-top: 4px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    gap: .4rem
}

.override {
    font-size: 11px;
    opacity: .5;
    margin-top: -5px;
    margin-bottom: 3px
}

.cssareamin {
    min-height: 60px;
    max-height: 420px
}

.customcss {
    display: inline;
    float: right
}

a.cssguidelines {
    font-size: .8rem;
    text-decoration: none
}

.imgButton {
    position: relative;
    z-index: -1;
    outline: none;
    width: 22px;
    margin-top: -4px
}

.transButton {
    background: transparent;
    border: none;
    outline: none!important;
    padding: 0;
    cursor: pointer
}

.oneline {
    display: inline;
    margin-left: 7px
}

.powmartop {
    margin-top: 40px
}

.applyRankBan {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: .5rem
}

.tabstopspace {
    margin-top: 35px
}

.form-control2 {
    display: table-cell
}

.hidden {
    visibility: hidden
}

.cursoric {
    cursor: pointer;
    user-select: none
}

.custom-file-input {
    text-indent: -999px;
    cursor: pointer
}

.modallabel {
    margin-top: 5px
}

@media screen and (max-width: 575px) {
    .modalbutop1 {
        margin-top:10px
    }

    .modalbutop2 {
        margin-top: 15px
    }
}

.closeicon {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(36deg) brightness(103%) contrast(104%)
}

.plusic {
    opacity: .4
}

.inforight {
    color: #a5a5a5;
    font-size: 14px;
    margin-top: 2px
}

a.nodeco {
    text-decoration: none
}

.grplang {
    margin-bottom: 11px
}

.addopt {
    margin-bottom: 4px
}

.lastopt {
    margin-bottom: -6px
}

.switch2 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 18px;
    margin-top: 4px
}

.switch2 input {
    display: none
}

.slider2 {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c5c5c5
}

.slider2,.slider2:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider2:before {
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: #fff
}

input:checked+.slider2 {
    background-color: #0d0
}

input:focus+.slider2 {
    box-shadow: 0 0 1px #0d0
}

input:checked+.slider2:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 19px
}

.slider2.round {
    border-radius: 34px
}

.slider2.round:before {
    border-radius: 50%
}

.warning {
    color: red;
    font-weight: 500;
    background-color: #fbfbfb
}

#backupusers,#changepw,#deletegroup,#GetMain,a#resetchat {
    width: 150px
}

.delete {
    background-color: #f6f6f6;
    color: red;
    padding-top: 17px;
    padding-bottom: 18px;
    margin-right: -1px;
    margin-left: -1px;
    font-weight: 500
}

.deletelink {
    color: #007bff
}

.confpointer {
    cursor: pointer;
    color: #8f8f8f
}

.dltbutton {
    background-color: red
}

.cplogout {
    display: inline-flex
}

.ss-main .ss-single-selected {
    height: 34px!important;
    margin-top: -4px!important;
    border: 1px solid #ced4da!important;
    font-size: .96rem!important;
    color: #717171!important
}

.ss-main .ss-content .ss-list {
    max-height: 330px!important
}

.tabin {
    height: 2.05rem!important;
    font-size: .96rem!important;
    color: #717171!important;
    margin-top: -2.5px!important
}

.tabsi {
    margin-top: 1.5px;
    margin-bottom: -13px
}

.nohov {
    pointer-events: none
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.holder {
    position: absolute;
    padding: .375rem .75rem;
    color: #717171;
    margin-top: -4px;
    pointer-events: none
}

@media screen and (max-width: 1200px) {
    .addoptmobname {
        margin-bottom:-5px
    }

    .addoptmob {
        margin-top: -8px;
        margin-bottom: 12px
    }
}

.newIcon {
    margin-top: -8px;
    webkit-filter: invert(50%) sepia(22%) saturate(3733%) hue-rotate(167deg) brightness(105%) contrast(105%);
    filter: invert(50%) sepia(22%) saturate(3733%) hue-rotate(167deg) brightness(105%) contrast(105%)
}

.newIcon:hover {
    webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.grppow {
    color: #0095ff;
    cursor: pointer;
    user-select: none;
    padding-left: 5px
}

.grppowall {
    background: #f8f9ff;
    padding: 5px 0;
    border-radius: .2rem;
    width: 100%;
    margin-left: 0
}

.editcen {
    vertical-align: top;
    width: 15px;
    margin-top: 2.5px
}

.customBg {
    background: #f8f8f8;
    padding: 5px 0;
    border-radius: .2rem;
    color: #717171;
    width: 100%;
    margin-left: 0
}

.noallow {
    cursor: not-allowed;
    user-select: none
}

.longpow {
    font-size: .83rem
}

.gpsearch {
    display: block;
    height: 2.12rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #717171;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
    margin-top: -4px
}

.gpsearch:focus {
    border: 1px solid #1e90ff
}

.gpimage {
    margin-right: 5px
}

.gpspacewar {
    margin-right: 10px;
    margin-left: 6px
}

.gpsuperblastkick {
    margin-left: 5px;
    margin-right: 0
}

.vermid {
    vertical-align: middle
}

.vermid:focus,.vermid:hover {
    text-decoration: none!important;
    outline: none!important;
    cursor: pointer!important;
    color: #0056b3!important
}

.popover.fade {
    z-index: 1060
}

.getpowmid {
    margin-top: 1px!important
}

.editmid {
    margin-top: 3.5px!important
}

.unassigrow {
    background: #f6faff
}

.gpcheckafter {
    cursor: pointer;
    user-select: none
}

.nosearch {
    color: #717171
}

.remspacesearch {
    margin-top: -25px
}

.slitop {
    margin-top: 24px
}

.ss-main {
    font-size: 1rem!important;
    color: #717171!important
}

.edcol {
    color: #717171
}

.wifix {
    width: 200px
}

.checkspfix {
    margin-top: 5px
}

.laleft {
    padding-left: 0
}

.editrspace {
    margin-bottom: .3rem
}

.gpexpimp {
    margin-top: -3px;
    padding: 2px 21.5px;
    width: 167px
}

.expsvg {
    filter: invert(38%) sepia(57%) saturate(710%) hue-rotate(140deg) brightness(79%) contrast(85%)
}

.impsvg {
    filter: invert(50%) sepia(86%) saturate(451%) hue-rotate(81deg) brightness(89%) contrast(83%);
    transform: rotate(180deg);
    margin-top: -3px;
    margin-bottom: 3px
}

#gpexport {
    margin-right: 11.5px
}

#gpexport:hover>.expsvg,#gpimport:hover>.impsvg {
    filter: none
}

.impsvgmod {
    transform: rotate(180deg);
    margin-top: -3px;
    margin-bottom: 3px
}

.xpspace {
    margin-bottom: 12px
}

.progtop {
    margin-top: 40px
}

.progmar {
    margin-top: 5px
}

.proglab {
    color: #717171
}

.progcol {
    color: #828282;
    margin-left: 5px
}

@media screen and (max-width: 800px) {
    .progtest {
        width:20%!important
    }
}

.scrollmodal {
    max-height: calc(100vh - 210px);
    overflow-y: auto
}

@media (min-width: 992px) {
    .widthmodal {
        max-width:40%
    }
}

@media screen and (max-width: 379px) {
    #gpexport {
        margin-bottom:25px
    }
}

.editgpModalDesc {
    margin-top: 1rem;
    font-size: .875rem
}

.hrspace {
    margin-bottom: 20px;
    margin-top: 25px
}

.headingspace {
    margin-bottom: 25px
}

.remsvg {
    padding-bottom: .08rem!important;
    opacity: .1;
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out
}

.remsvg:hover {
    opacity: 1
}

.maintopspace {
    margin-top: 20px
}

.eventsfo {
    font-size: 13px
}

.eventsspace {
    margin-top: 30px
}

.resultsbottom {
    margin-bottom: 50px
}

.eventsearch {
    margin-bottom: 30px
}

table.resultsevents {
    width: 100%
}

.resultsevents td,.resultsevents th {
    min-width: 0;
    white-space: nowrap
}

.pmodal {
    margin-bottom: 0
}

.powinvert {
    filter: invert(.3)
}

.espierow1 {
    margin-bottom: -120px;
    margin-top: 10px
}

@media screen and (max-width: 1200px) {
    .espierow1 {
        margin-left:-100px
    }
}

@media screen and (max-width: 1200px) {
    .espierow2 {
        margin-left:-170px
    }
}

.esdatatab {
    display: block;
    vertical-align: middle;
    width: 200px;
    margin-top: 50px;
    margin-left: -100px
}

@media screen and (max-width: 538px) {
    .esdatatab {
        margin-top:0
    }
}

@media screen and (max-width: 1200px) {
    .esdatarespo {
        margin-left:200px
    }
}

.espie {
    width: 60px;
    height: 600px
}

@media screen and (max-width: 538px) {
    .espie {
        margin-left:100px
    }
}

@media screen and (min-width: 1200px) {
    .esbarchak {
        margin-left:-193px
    }

    .esbarchak,.esbarchawho {
        width: 600px;
        height: 600px
    }

    .espirespo {
        margin-top: 45px
    }
}

.statsvi {
    position: absolute;
    left: -999em
}

.statsbo {
    margin-bottom: 100px;
    margin-left: 0
}

.oldres {
    margin-top: 15px
}

.evin {
    height: 2.05rem!important;
    font-size: .96rem!important;
    color: #717171!important;
    margin-top: -3.5px!important
}

.unevicon {
    filter: brightness(78%);
    transform: scaleX(-1)
}

.protevicon {
    filter: invert(0) sepia(0) saturate(0) hue-rotate(324deg) brightness(96%) contrast(104%)
}

.demguestic {
    width: 16.5px;
    margin-left: 2.3px;
    margin-right: 2px
}

.kickic {
    width: 20px;
    margin-left: 2px
}

.yellowic {
    width: 20px;
    margin-left: 1.5px
}

.gagic {
    width: 24px;
    margin-left: -1px
}

.demmodin {
    filter: brightness(85%)
}

.restoreic {
    transform: rotate(180deg);
    filter: invert(57%) sepia(0) saturate(9%) hue-rotate(169deg) brightness(93%) contrast(85%);
    width: 19px;
    margin-left: 2px
}

.promoic {
    width: 19px;
    margin-left: 2.5px
}

@media screen and (max-width: 992px) {
    .iconbr {
        display:table
    }

    .PowTabs {
        margin-bottom: 20px
    }
}

.xfcard {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.eventsGrpBg {
    background-color: #f7f7f7;
    padding: 7px 0;
    margin: 0
}

.xfcard:hover {
    background-color: #f8f8f8
}

.xfbut {
    margin-top: 5px;
    margin-bottom: 8px
}

.xfbutpa {
    padding-top: 0;
    padding-bottom: 2px
}

a.transreq {
    color: #aeaeae;
    font-size: .65rem;
    text-decoration: none
}

a.transreq:hover {
    color: #007bff
}

.xftransbut {
    margin-top: -12px;
    margin-bottom: -12px
}

.xfname {
    margin-bottom: 5px
}

.libinfo {
    border: 1px solid #e2e2e2;
    border-radius: .25rem
}

.libinfo,.libtop {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    background-color: #fbfbfb
}

.libtop {
    border: 1px solid #f4d22b;
    border-radius: .25rem
}

.staric {
    margin-top: -5px
}

.crownic {
    margin-top: -9px
}

.topxf {
    color: #f39b26
}

#topFive {
    color: #6d6d6d
}

@media screen and (max-width: 575px) {
    .libFil {
        float:left!important
    }
}

.newstfic {
    position: absolute;
    margin-left: -27px;
    margin-top: 3px
}

.newstfbut {
    padding-top: 1px;
    padding-bottom: 1px
}

.newstfbut>* {
    color: #fff!important
}

#newV {
    vertical-align: 0!important
}

@media screen and (max-width: 991px) {
    #newStf {
        margin-left:27px
    }
}

@media screen and (min-width: 991px) and (max-width:1050px) {
    #newStf {
        margin-right:-12px
    }

    .newstfbut {
        font-size: 10px
    }
}

.imglink {
    background-repeat: no-repeat!important;
    width: 50px!important;
    height: 20px;
    margin-top: 7px;
    cursor: pointer
}

#navLogin,#navRegister {
    margin-top: 7px!important
}

.sidebar {
    top: 25vh;
    width: 38px;
    position: absolute;
    background: hsla(0,0%,95.7%,.3411764705882353);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.05)
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .sidebar {
        background:rgba(245,245,247,.25098039215686274);
        backdrop-filter: saturate(150%) blur(15px);
        -webkit-backdrop-filter: saturate(150%) blur(15px)
    }
}

.sidebar a {
    flex: 1;
    padding: 6px;
    display: block;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.sidebar a:hover {
    background-color: rgba(245,245,247,.3137254901960784)
}

.sidebar img {
    width: 24px
}

#navxatDoodle img {
    width: 19px
}

@media screen and (max-width: 360px) {
    .sidebar {
        max-width:198px!important;
        left: Calc(50% - 99px)!important
    }
}

@media screen and (max-width: 900px) {
    .sidebar {
        width:60vw;
        height: 31px;
        display: flex;
        min-width: 216px;
        max-width: 250px;
        border-radius: 4px;
        top: 72.5px;
        left: Calc(50% - 125px)
    }

    .sidebar a {
        display: inline-block;
        border-radius: 4px;
        padding: 2px 6px
    }

    .maincon {
        padding: 8px
    }

    .newBut {
        display: none
    }
}

.followxs a {
    margin: 0 12px
}

.followxs img {
    width: 26px;
    opacity: .65
}

.followxs img:hover {
    opacity: 1
}

.followtxt {
    opacity: .65
}

.xsscroll::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

.xsscroll::-webkit-scrollbar-track {
    background: #c4c4c4
}

.xsscroll::-webkit-scrollbar-thumb {
    background: #404040
}

.xsscroll::-webkit-scrollbar-thumb:hover {
    background: #343434
}

@media screen and (min-width: 768px) {
    .showxslast2 {
        margin-left:-8rem
    }

    .showxsbef2 {
        margin-left: -3rem
    }
}

#meFrame {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    border: none;
    overflow: hidden
}

#show {
    z-index: 1;
    position: relative;
    margin-top: -25px;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    #show {
        margin-top:8rem;
        margin-bottom: 4rem
    }
}

@media screen and (max-width: 450px) {
    #outerback h3 {
        font-size:1.3rem
    }
}

.married {
    position: absolute;
    margin: 32px 0 0 4px;
    z-index: 1000;
    padding: .25rem;
    background-color: #fff;
    border-radius: .25rem;
    max-width: 100%
}

.verified {
    margin: 75px 0 0 -13px
}

.xshome {
    margin: 0 36px
}

.flag {
    margin: -10px 0 0 10px
}

@media (max-width: 576px) {
    .userinfo {
        margin-top:1.2rem
    }

    .smcenter {
        text-align: center
    }

    .avamob {
        width: 7rem;
        height: 7rem
    }

    .married {
        margin: 8px 0 0 -1px;
        width: 25px;
        height: 25px
    }

    .verified {
        margin: 36px 0 0 -12px
    }

    .xshome {
        margin: -10px 24px
    }

    .display-6 {
        font-size: 16px!important;
        margin: 2rem!important
    }

    .followxs img {
        width: 21px;
        opacity: .65
    }

    .mehr {
        margin-top: 1.2rem!important
    }
}

.mehr {
    width: 83%;
    border-top: 1px solid #646464;
    margin-top: 2rem
}

.meInner {
    background-color: rgba(99,99,99,.14901960784313725);
    padding: 18px 0;
    border-radius: 4px
}

.socials a {
    margin-right: .3rem;
    user-select: none;
    padding: 4px 6px 6px;
    border-radius: 100%;
    background-color: hsla(0,0%,100%,.25882352941176473);
    display: inline-table;
    margin-bottom: 8px
}

.socials a:hover {
    opacity: .3
}

.socials img {
    width: 24px;
    user-select: none
}

.twitch {
    margin-bottom: -4px;
    padding: 2px
}

.tiktok {
    width: 23px;
    margin-left: 1px
}

.xsbuttons {
    padding: 0 15px 2px 13px;
    border-radius: 10px;
    background-color: hsla(0,0%,100%,.25882352941176473)
}

.textcolor {
    color: #fff
}

.xsrocket {
    margin-top: -2px;
    margin-left: -3px
}

.modalBut {
    z-index: 100
}

#meLogo {
    position: fixed;
    top: 6px;
    right: 0;
    left: 0
}

.navMe {
    opacity: 0;
    transition: all .3s ease
}

.navMe.show {
    opacity: 1
}

#avaShow {
    position: relative;
    z-index: 100;
    cursor: pointer
}

#avaShow:hover {
    transform: scale(1.2);
    transition-duration: 1.2s
}

.randomtxt {
    margin: 4rem
}

#about img,#media img {
    vertical-align: top
}

#about .iframe-fluid,#media .iframe-fluid {
    max-width: 100%
}

.xatforum {
    width: 33px;
    margin-left: -6px;
    margin-top: -3px
}

.xatgroup {
    margin-left: -1px
}

.meflex {
    display: flex
}

.display-5 {
    font-size: 2rem
}

.display-5,.display-6 {
    font-weight: 300;
    line-height: 1.2
}

.display-6 {
    font-size: 1.2rem
}

.avamax {
    max-width: 100%
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: max-content
}

.xsf2 {
    font-family: Comic Sans MS
}

.xsf3 {
    font-family: Impact
}

.xsf4 {
    font-family: Courier
}

.xsf5 {
    font-family: Raleway
}

.xsf6 {
    font-family: Lobster
}

.xsf7 {
    font-family: Mansalva
}

.xsf8 {
    font-family: Dancing Hill
}

.xsf9 {
    font-family: Griffy
}

.xsf10 {
    font-family: Stick
}

.xsf11 {
    font-family: Cabin Sketch
}

.xsf12 {
    font-family: Freckle Face
}

.xsf13 {
    font-family: Archivo Narrow
}

.xsf14 {
    font-family: Gabriela
}

.xsf15 {
    font-family: FuzzyBubbles
}

.xsf16 {
    font-family: DeliusSwashCaps
}

.xsf17 {
    font-family: Aldrich
}

@font-face {
    font-family: Raleway;
    src: url(/content/fonts/font.php?f=raleway-v22-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Lobster;
    src: url(/content/fonts/font.php?f=lobster-v23-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Mansalva;
    src: url(/content/fonts/font.php?f=mansalva-v4-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Dancing Hill;
    src: url(/content/fonts/font.php?f=dancing-hill-v16-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Griffy;
    src: url(/content/fonts/font.php?f=griffy-v11-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Stick;
    src: url(/content/fonts/font.php?f=stick-v4-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Cabin Sketch;
    src: url(/content/fonts/font.php?f=cabin-sketch-v14-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Freckle Face;
    src: url(/content/fonts/font.php?f=freckle-face-v9-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Archivo Narrow;
    src: url(/content/fonts/font.php?f=archivo-narrow-v12-latin-regular.woff2) format("woff2")
}

@font-face {
    font-family: Gabriela;
    src: url(/content/fonts/font.php?f=Gabriela.woff2) format("woff2")
}

@font-face {
    font-family: FuzzyBubbles;
    src: url(/content/fonts/font.php?f=FuzzyBubbles.woff2) format("woff2")
}

@font-face {
    font-family: DeliusSwashCaps;
    src: url(/content/fonts/font.php?f=DeliusSwashCaps.woff2) format("woff2")
}

@font-face {
    font-family: Aldrich;
    src: url(https://dxat.in/content/fonts/font.php?f=Aldrich.woff2) format("woff2")
}

.xsme {
    width: 16px;
    margin-left: 2px;
    margin-right: 9px!important
}

#export:hover>.expimp {
    filter: brightness(1000%)
}

.xLogoEdit {
    width: 18px;
    margin-left: 2px
}

#xLink img {
    transform: scale(.7)
}

.xLogoBottom {
    transform: scale(.87)
}

noscript {
    background-color: #fff;
    padding: 5rem 1rem;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 25px;
    background-image: url(img/navbar/xatplanet.svg);
    background-size: 6rem!important;
    background-repeat: no-repeat;
    background-position: 1rem 1rem
}

.toolsbody {
    background: linear-gradient(185deg,#25258d,#000) fixed;
    text-align: center;
    color: #fff
}

#maintenance {
    margin-bottom: 100px
}

.oldtext {
    font-family: Press Start\ 2P,cursive;
    font-size: 13px
}

.history {
    border: 2px solid rgba(222,189,27,.5215686274509804);
    border-radius: 5px;
    padding: 1rem 2rem;
    display: inline-block;
    margin: 6rem 0 2rem;
    background: repeating-linear-gradient(45deg,rgba(103,94,49,.7490196078431373),rgba(55,66,138,.7294117647058823) 10px,rgba(72,83,146,.8588235294117647) 0,rgba(70,82,152,.6392156862745098) 20px)
}

.history a {
    color: #fff!important;
    font-style: italic
}

.history a:hover {
    text-decoration: underline!important
}

.xplanet {
    animation: xrotate 13s linear infinite
}

@keyframes xrotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#langdropdownitems {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

#events,#library {
    margin-bottom: 100px
}

.fools {
    background-image: linear-gradient(90deg,violet,indigo,#00f,green,#d2d20f,#eb9c0b,#ff3838);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: linear-gradient(90deg,violet,indigo,#00f,green,#d2d20f,#eb9c0b,#ff3838) 3;
    text-align: center;
    border-left: solid;
    border-width: 3px;
    font-size: 2rem
}

.bdayTheme {
    background: linear-gradient(225deg,#02a9d2 20%,#f9c931)!important
}

.black-bar {
    background-color: #000;
    color: #fff;
    padding: 6px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.blackRocket {
    margin-bottom: -7rem;
    top: -3.5rem;
    position: relative;
    width: 4rem;
    rotate: 342deg;
    animation: goUp 30s linear 0s infinite normal none
}

@keyframes goUp {
    50% {
        transform: translate(1.2rem) rotate(-40deg)
    }
}

.blackTextPar {
    color: #fff;
    font-weight: 700;
    animation: glow 1s infinite alternate;
    font-size: 15px;
    font-family: Raleway;
    margin-left: -.4rem
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #5c5c5c,0 0 10px #5c5c5c,0 0 15px #5c5c5c
    }

    to {
        text-shadow: 0 0 10px #5c5c5c,0 0 20px #5c5c5c,0 0 30px #5c5c5c
    }
}

.xBack {
    color: #ff7171
}

.black-bar:hover .blackTextPar {
    filter: brightness(1.2);
    transition-duration: .3s
}

.xbInfo {
    color: #9f9f9f;
    font-size: 14px
}

#xbBuyInfo {
    background: #000;
    color: #fff;
    border-color: #cbcbcb
}

.boosted {
    background-image: linear-gradient(70deg,var(--bg-color) 45%,var(--flash-color) 50%,var(--bg-color) 55%);
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4s infinite;
    animation-delay: 2s
}

.boostedPink {
    --bg-color: #ed1888;
    --flash-color: #fff
}

@keyframes shine {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.cardRule {
    padding: .75rem 1.25rem;
    border: 1px solid rgba(0,0,136,.12156862745098039);
    border-bottom: 2px solid rgba(0,0,136,.2);
    border-radius: 4px
}

#flex-container {
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap
}

#flex-container,.box {
    display: flex;
    justify-content: center
}

.box {
    width: 275px;
    padding: 1.3rem;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #2d2d2d;
    border-radius: 2rem;
    transition: transform 1s
}

.box.flipped {
    transform: rotateY(-180deg)
}

.box .imageHolder {
    margin: 1rem auto
}

.front {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%
}

.aceBlack {
    --bg-color: #2d2d2d;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem
}

.descHold {
    display: flex;
    margin-bottom: .5rem;
    align-items: flex-start
}

.descIcon {
    margin-top: 3px;
    opacity: .5
}

.descTxt {
    color: #636363
}

.detailsHolder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 1rem 0;
    align-items: center
}

.detailsRight {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    color: #2d2d2d;
    align-items: flex-end
}

.detailsDuration {
    font-size: 1.6rem
}

.detailsXats {
    font-size: .9rem
}

.discountedDetailsXats {
    color: #ff3636;
    font-size: .9rem
}

.autoRenewHolder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.autoRenewTitle {
    font-weight: 500
}

.progressHolder {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
    color: #2d2d2d;
    font-weight: 500
}

.progress-label {
    position: absolute;
    background: #fff;
    top: -.45rem;
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-bottom: 1px
}

.progresMax {
    width: 18px
}

.renewDiscountInfo {
    text-align: center;
    width: 100%;
    font-size: 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 3px
}

.switch3 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 18px;
    margin: 0
}

.switch3 input {
    display: none
}

.slider3 {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c5c5c5
}

.slider3,.slider3:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider3:before {
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: #fff
}

input:checked+.slider3 {
    background-color: #0d0
}

input:checked+.slider3:before {
    right: 6px;
    left: auto
}

.slider3.round {
    border-radius: 34px
}

.slider3.round:before {
    border-radius: 50%
}

.cancelButton {
    background: #ff3636;
    border: 0
}

.cancelButton:active,.cancelButton:focus {
    outline: none
}

.red-tooltip .tooltip-inner {
    background-color: #ff3636
}

.tooltip.red-tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #ff3636!important
}

.tooltip.red-tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #ff3636!important
}

.tooltip.red-tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff3636!important
}

.tooltip.red-tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #ff3636!important
}

.tooltip.red-tooltip.show {
    opacity: 1
}

.renewButton {
    background: #000;
    border: 0
}

.aceFooter {
    margin: 1.5rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem
}

.aceButton {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem
}

.canelRenew,.subButton {
    color: #fff;
    border-radius: 4rem;
    cursor: pointer;
    user-select: none;
    width: 80%;
    padding: .3rem .5rem
}

.box .countDown {
    padding: 0 1rem;
    border-radius: 1rem;
    margin-top: 1.5rem
}

.box .gradText {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: unset;
    padding: .3rem 0
}

.button-pulse:hover {
    animation: pulse-animation 2s infinite
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 var(--pulse-color)
    }

    to {
        box-shadow: 0 0 0 10px transparent
    }
}

.aceGiftImg {
    width: 30px;
    cursor: pointer
}

.aceGiftImg2:hover,.aceGiftImg:hover,.acesWiki:hover,.giftBack:hover {
    opacity: .8
}

.box .ribbon {
    position: absolute;
    top: -1px;
    left: 1.3rem;
    padding: .7rem .2rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 7px),0 100%,0 0)
}

.back {
    display: flex;
    min-height: 380px;
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%
}

.back :not(.spinner-border-sm):not(.newAce):not(.noAutoRenew) {
    transform: rotateY(180deg)
}

.aceGiftImg2 {
    width: 40px;
    cursor: pointer;
    margin-top: 1.1rem
}

.giftTitle {
    font-size: 1.3rem;
    font-weight: 500
}

.noAutoRenew {
    font-size: 14px;
    color: #909090
}

.aceGiftInp {
    border-radius: 4rem;
    height: 2.4rem;
    border: 1px solid #c2c2c2;
    padding: 0 .5rem;
    margin-top: .6rem
}

.aceGiftInp:focus {
    border: 1px solid #a7a7a7;
    outline: none
}

.noTransfHold {
    display: flex;
    align-items: center;
    gap: .4rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap
}

.switchAce {
    width: 40px;
    margin: 0
}

input:checked+.sliderAce {
    background-color: #fcac21
}

input:checked+.sliderAce:before {
    transform: translateX(25px);
    left: 0
}

.giftButton {
    background: #000;
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 1rem;
    margin-top: 1rem;
    font-weight: 500;
    opacity: .2;
    min-width: 5rem;
    border: 0;
    min-height: 2rem
}

.giftButOn {
    opacity: 1
}

.giftButOn:hover {
    opacity: .8!important
}

.acesSoon {
    font-size: 3rem;
    background-image: linear-gradient(20deg,#e31717,#a717c9);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent
}

#acesNewHold {
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #e9e9e9;
    padding: 0 1rem;
    border-radius: 1rem;
    margin-left: .5rem
}

.acesNew {
    background-image: linear-gradient(20deg,#e31717,#a717c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.newBut {
    position: absolute;
    margin: -6px -2px;
    color: #fff;
    background: linear-gradient(20deg,#e31717,#a717c9);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px;
    font-family: arial
}
