body {
  background: #000510;
  font-family: "Titillium Web", sans-serif;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.container {
  margin: 0 auto 40px;
  display: table;
}

#svg {
  width: 825px;
  margin: 2px auto;
  display: table;
  position: absolute;
  z-index: 1;
  margin-left:2px;
}

.inlinesvg .fallback {
  display: none;
  visibility: hidden;
}

.no-inlinesvg .fallback {
  width: 500px;
  height: 500px;
  display: block;
}

.no-inlinesvg .fallback img {
  width: 100%;
}

h2 {
    position: relative;
    z-index: 100;
    color: #8D887E;
    font-size: 25px;
    line-height: 1.2em;
    margin: 0;
    min-width: 400px;    
}

.dialog {
    color: #BEEAE6;
    letter-spacing: 0.03em;
    position: absolute;
    z-index: 200;
    text-align: left;
    opacity: 0.7;
    margin: 120px auto;
    width: 300px;
}

.dialog h3 {
  margin-bottom: 10px;
}

.dialog p {
  padding-top: 0px;
  margin-top: 0px;
}

.dialog p.smaller {
  font-size: 14px;
  line-height: 1.25em;
}

.dialog {
  visibility: hidden;
}

.sub {
  font-size: 60%;
  vertical-align: sub;
}

.button, .button:visited, .button:active {
    z-index: 2000;
    position:absolute;
    background: #23262C;
    color: #e5e0e0;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 5px 16px 5px;
    letter-spacing: 0.03em;
    border-radius: 5px;
    min-height: 26px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #000;
    outline: 0;
    cursor: pointer;
    -webkit-transition: none;
    transition: all 0.5s ease;
}

.button:hover, .button:visited:hover, .button:active:hover {
  background: #2e323a;
}

#slider {
  opacity: 0.9;
  position: absolute;  
  display: table;
  z-index: 510;
  max-width:380px;
  height: 8px;
  background: #433d31;
  border: 1px solid rgba(102, 102, 102, 0.5);
}

.ui-slider-handle {
  border-radius: 2px;
  background: #7A9293;
  position: absolute;
  display: block;
  margin-top: -3px;
  width: 14px;
  height: 14px;
  outline: none;
}

/* CSS */
.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: center;
}

.button-85:before {
    content: "";
    background: linear-gradient( 45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000 );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.hackicon {
    width: 45px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.xcenicon {
    width: 100px;
    position: absolute;
    left: 10px;
    bottom: -5px;
}

@media only screen and (max-width: 380px) and (min-width: 320px) {
    #svg, .fallback {
        top: 105px !important;
        width: 100%;
        right: 0%;
    }

    .logo {
        display: none;
    }

    .button-85 {
        position: absolute;
        display: block;
        margin-left: 31%;
        margin-right: auto;
        width: 150px;
        height: 50px;
        bottom: 14%;
        text-align: center;
    }

    .dialog {
        left: 5%;
        text-align: center;
        width: 90%;
        display: table;
        margin: 0 !important;
        top: 9%;
        font-size:11px;
    }

    h2 {
        padding-top: 20px;
        width: 100%;
        left:-35px;
    }

    h3 {
        font-size:18px;
    }

    .button {
        display: block;
        left: 42%;
        bottom:3%;
    }

    #slider {
        position: absolute;
        bottom: 7%;
        width: 90%;
    }
}

@media only screen and (max-width: 480px) and (min-width: 381px) {
    #svg, .fallback {
        top: 135px !important;
        width: 100%;
        right: 0%;
    }

    .logo {
        display:none;
    }

    .button-85 {
        position: absolute;
        display: block;
        margin-left: 31%;
        margin-right: auto;
        width: 150px;
        height: 50px;
        bottom: 17%;
        text-align: center;
    }
}

@media only screen and (max-width: 825px) and (min-width: 481px) {
    .dialog {
        left: 5%;
        text-align: center;
        width: 90%;
        display: table;
        margin: 0 !important;
        top: 9%;
    }

    .logo {
        display: none;
    }

    #highlight {
        transform: translate(-10px,40.5px);
    }

    .button, .button:visited, .button:active {
        margin-top: 230px;
        left: 9%;
    }

    container {
        width: 100%;
    }

    #slider {
        bottom: 9%;
        width: 100%;
        left: 25%;
    }

    h2 {
        padding-top: 30px;
        width: 100%;
        text-align: center;
        right: 3%;
    }

    #box, .money-lg, .million {
        display: none;
    }

    .view {
        position:absolute;
        bottom: 155px;
        display: block;
        left: 42%;
    }

    .button {
        bottom: 45px;
        display: block;
        left: 45%;
    }

    #svg, .fallback {
        top: 105px !important;
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 826px) {
    .money-sm {
        display: none;
    }

    .button, .button:visited, .button:active {
        position: absolute;
        margin: auto;
        bottom: 40px;
    }

    #slider {
        margin: 0px auto 50px;
        width: 510px;
        left: 37%;
        bottom: 40px;
    }

    .container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    h2 {
        width: 120px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 826px) {
    .button-85 {
        position: absolute;
        display: block;
        margin-left: 40%;
        margin-right: auto;
        width: 150px;
        height: 50px;
        bottom: 11%;
        text-align: center;
    }

    #svg, .fallback {
        top: 75px !important;
        width: 1200px;
        margin:auto;
    }

    .logo
    {
        display:none;
    }

    #slider {
        position: absolute;
        width: 100%;
        left:30%;
    }

    #highlight {
        transform: translate(130px,40.5px);
    }

    #effect {
        transform: translate(130px,40.5px);
    }

    .view {
        left: 3%;
    }

    .dialog {
        left: 5%;
        text-align: center;
        width: 90%;
        display: table;
        margin: 0 !important;
        top: 8%;
    }

    h2 {
        padding-top: 40px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1279px) and (min-width:1024px) {
    .button-85 {
        position: absolute;
        display: block;
        margin-left: 45%;
        margin-right: auto;
        width: 150px;
        height: 50px;
        bottom: 12%;
        text-align: center;
    }

    #svg, .fallback {
        top: 120px !important;
        width: 1300px;
        margin: auto;
    }

    .logo {
        display: none;
    }

    #slider {
        position: absolute;
        width: 100%;
        left: 33%;
        bottom: 4%;
    }

    #highlight {
        transform: translate(130px,40.5px);
    }

    #effect {
        transform: translate(130px,40.5px);
    }

    .dialog {
        left: 5%;
        text-align: center;
        width: 90%;
        display: table;
        margin: 0 !important;
        top: 10%;
    }

    h2 {
        padding-top: 80px;
        width: 100%;
        text-align: center;
    }

    .button {
        display: block;
        left: 48%;
    }
}
@media screen and (max-width: 1366px) and (min-width:1280px) {
    .button-85 {
        position: absolute;
        display: block;
        margin-left: 45%;
        margin-right: auto;
        width: 150px;
        height: 50px;
        bottom: 12%;
        text-align:center;
    }

    #svg, .fallback {
        top: 60px !important;
        width: 60%;
        margin: auto;
    }

    .logo {
        display: none;
    }

    #slider {
        position: absolute;
        width: 100%;
        left: 36%;
        bottom:2%;
    }

    #highlight {
        transform: translate(130px,40.5px);
    }

    #effect {
        transform: translate(130px,40.5px);
    }

    .dialog {
        left: 5%;
        text-align: center;
        width: 90%;
        display: table;
        margin: 0 !important;
        top: 8%;
    }

    h2 {
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }

    .button {
        display: block;
        left: 48%;
        bottom:2%;
    }
}
@media only screen and (max-width: 1900px) and (min-width: 1366px) {
    #svg, .fallback {
        margin: auto;
    }

    .button, .button:visited, .button:active {
        margin-top: 230px;        
    }

    #highlight {
        transform : translate(130px,40.5px);
    }

    #effect {
        transform: translate(130px,40.5px);
    }

    h2 {
        top: 400px;
        position:absolute;
        right:30px;
    }

    .dialog {
        right: 130px;
    }

    .logo {
        position: absolute;
        max-width:450px;
        top: 250px;
        right:3%;
    }

    .view {
        position:absolute;
        top: 480px;
        right: 15%;
    }

    .d14 {
        position: absolute;
        top: -20px;
        width: 380px;
        right: 50px;
    }
}

.signin-btn {
    padding: 7px 15px !important;
    min-width: 85px !important;
}

@media only screen and (max-width: 991px) {
    .signin-btn {
        position: absolute;
        right: 73px;
        top: 3px;
    }
}

@media (max-width: 767px) {
    .dashboard_log {
        position: relative;
        left: 80px;
    }
}


    .profile_log {
        cursor: pointer;
    }

        .profile_log .user {
            display: flex;
            align-items: center;
            position:absolute;
            right:-20px;
            top:-45px;
        }

            .profile_log .user .thumb {
                height: 32px;
                width: 98px;
                display: inline-block;
                margin-right: 7px;
                color: #808080;
                text-align: center;
                padding: 3px 0;
            }

                .profile_log .user .thumb i {
                    font-size: 20px;
                    line-height: 1.3;
                }

            .profile_log .user .arrow i {
                font-weight: bold;
                font-size: 14px;
                line-height: 16px;
                margin-top: 6px;
                display: inline-block;
            }

    @media only screen and (max-width: 1199px) {
        .profile_log .user .arrow {
            display: none;
        }
    }

    .profile_log .dropdown-menu {
        border: 0px;
        padding: 0px;
        margin: 0px;
        top: 47px;
        box-shadow: 0 10px 20px rgba(92, 119, 252, 0.15);
        border-radius: 5px;
        background-color: #131722;
        min-width: 240px;
    }

        .profile_log .dropdown-menu .user-email {
            padding: 20px 20px 10px;
        }

            .profile_log .dropdown-menu .user-email h6 {
                margin-bottom: 0px;
            }

        .profile_log .dropdown-menu .user-balance {
            display: flex;
            justify-content: space-around;
            margin-bottom: 15px;
        }

            .profile_log .dropdown-menu .user-balance p {
                margin-bottom: 0px;
                font-weight: 500;
                color: #fff;
            }

        .profile_log .dropdown-menu .dropdown-item {
            padding: 5px 20px;
            border-top: 1px solid #363C4E;
            font-size: 14px;
            color: #a1a0a7;
            font-weight: 400;
            display: flex;
            align-items: center;
        }

            .profile_log .dropdown-menu .dropdown-item:first-child {
                border: 0px;
            }

            .profile_log .dropdown-menu .dropdown-item.logout {
                color: #E50202;
            }

                .profile_log .dropdown-menu .dropdown-item.logout i {
                    color: #E50202;
                }

            .profile_log .dropdown-menu .dropdown-item i {
                margin-right: 10px;
                font-size: 22px;
                color: #5d78ff;
                font-weight: bold;
            }

            .profile_log .dropdown-menu .dropdown-item:hover, .profile_log .dropdown-menu .dropdown-item:focus, .profile_log .dropdown-menu .dropdown-item.active {
                background-color: transparent;
            }
