html,body {
    margin: 35px 0 0;
    padding: 0;
    min-height: 100%
}

body {
    background-image: radial-gradient(circle farthest-corner at -8.9% 51.2%, rgb(0 84 19) 0%, rgb(54 53 53) 15.9%, rgb(92 159 123) 15.9%, rgb(92 189 135) 24.4%, rgb(60 84 70) 24.5%, rgb(42 42 42) 66%);
}

.navbar {
    background-image: radial-gradient(circle farthest-corner at -8.9% 51.2%, rgb(83 219 114) 0%, rgb(54 53 53) 15.9%, rgb(20 92 53) 15.9%, rgb(50 151 95) 24.4%, rgb(69 163 108) 24.5%, rgb(42 42 42) 66%);
    box-shadow: -3px 2px 10px 0px #319171;
}

.navbar .navbar-brand {
    color: #ecf0f1
}

.navbar .navbar-brand:hover,.navbar .navbar-brand:focus {
    color: #d9d9d9
}

.navbar .navbar-nav .nav-link {
    color: #fafafa;
    border-radius: .25rem;
    margin: 0 .25em
}

.navbar .navbar-nav .nav-link:not(.disabled):hover,.navbar .navbar-nav .nav-link:not(.disabled):focus {
    color: #d9d9d9
}

.navbar .navbar-nav .nav-item.active .nav-link,.navbar .navbar-nav .nav-item.active .nav-link:hover,.navbar .navbar-nav .nav-item.active .nav-link:focus,.navbar .navbar-nav .nav-item.show .nav-link,.navbar .navbar-nav .nav-item.show .nav-link:hover,.navbar .navbar-nav .nav-item.show .nav-link:focus {
    color: #000;
    background-color: #d9d9d9
}

.navbar .navbar-toggle {
    border-color: #d9d9d9
}

.navbar .navbar-toggle:hover,.navbar .navbar-toggle:focus {
    background-color: #d9d9d9
}

.navbar .navbar-toggle .navbar-toggler-icon {
    color: #ecf0f1
}

.navbar .navbar-collapse,.navbar .navbar-form {
    border-color: #ecf0f1
}

.navbar .navbar-link {
    color: #ecf0f1
}

.navbar .navbar-link:hover {
    color: #000
}

.bottom-border {
    border-bottom: 1px solid #fff;
}

.top-border {
    border-top: 1px solid #fff;
}

#dashboard-info {
    background: #433c41;
    padding: 10px;
    color: #fff;
    min-width: 100%;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

#dashboard-info h1 {
    font-size: 19px;
    text-align: center
}

.aff_url_block {
    width: 322px;
    background: url(images/back.png) repeat center center #292e31;
    color: #fff;
    padding: 6px 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center
}

#grey-box {
    display: block;
    background-image: radial-gradient(circle farthest-corner at -8.9% 51.2%, rgb(0 84 19) 0%, rgb(54 53 53) 15.9%, rgb(92 159 123) 15.9%, rgb(92 189 135) 24.4%, rgb(60 84 70) 24.5%, rgb(42 42 42) 66%);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
}

#grey-box .title {
    background: #2c3135;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 10px;
    max-width: 50%;
    border-top: 1px solid #433c41;
    margin: 0 auto 10px;
    text-shadow: -1px 0 #433c41,0 1px #433c41,1px 0 #433c41,0 -1px #433c41;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#grey-box .infobox {
    background: #fff;
    display: block;
    clear: both;
    padding: 6px;
    width: 100%;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#grey-box .content {
    padding: 25px 30px;
    line-height: 22px
}

#grey-box .content h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px
}

#home-box {
    display: block;
    background: #433c41;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#home-box .content {
    padding: 25px 30px;
    line-height: 22px
}

#home-statistics {
    color: #fff;
    padding: 20px 5px;
    text-align: center;
    font-size: 18px;
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 4px rgba(50,50,50,0.5),0 3px 4px rgba(50,50,50,0.5);
    -moz-box-shadow: 0 -3px 4px rgba(50,50,50,0.5),0 3px 4px rgba(50,50,50,0.5);
    box-shadow: 0 -3px 4px rgba(50,50,50,0.5),0 3px 4px rgba(50,50,50,0.5)
}

#home-bottom-box {
    display: block;
    background: #433c41;
    color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#home-bottom-box .content {
    padding: 25px 30px
}

#home-bottom-box .content h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px
}

#home-box .content h1,#home-bottom-box .content h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px
}

#home-info-box {
    background: #433c41;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#home-info-box .content {
    padding: 25px 30px
}

#home-info-box .content h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px
}

#home-info-box .content hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0))
}

.home-stats {
    background: #433c41;
    color: #fff;
    padding: 13px 5px 12px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-stats span {
    font-size: 26px;
    font-weight: 600
}

.homebox {
    background: #6d6d6d;
    display: block;
    clear: both;
    border: 1px solid #efefef;
    padding: 25px 12px;
    width: 98%;
    font-size: 14px;
    color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.homebox h2 {
    color: #93c52f;
    margin: 4px 2px 12px;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    text-shadow: 0 1px 0 rgba(12,12,12,0.6)
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.bg-dark {
    background-color: #001926!important;
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

.modal-login {
    color: #636363;
}

.modal-login .modal-content {
    padding: 18px 10px 6px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.modal-login .modal-header {
    border-bottom: none;
    padding: 0;
    position: relative;
    justify-content: center
}

.modal-login h4 {
    text-align: center;
    font-size: 26px
}

.modal-login .form-group {
    position: relative
}

.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px
}

.modal-login .form-control {
    padding-left: 40px
}

.modal-login .form-control:focus {
    border-color: #00ce81
}

.modal-login .form-control,.modal-login .btn {
    min-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.modal-login .hint-text {
    text-align: center;
    padding-top: 10px
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: 3px;
}

.modal-login .btn {
    background: #00ce81;
    border: none;
    line-height: normal
}

.modal-login .btn:hover,.modal-login .btn:focus {
    background: #00bf78
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -10px -6px;
    font-size: 13px;
    justify-content: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.modal-login .modal-footer a {
    color: #999
}

.affiliate-url .form-group {
    position: relative
}

.affiliate-url i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px
}

.affiliate-url .form-control {
    padding-left: 40px
}

.affiliate-url .form-control:focus {
    border-color: #00ce81
}

.static-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    border-width: 1px 1px 0
}

.footer_copyright {
    text-decoration: none;
    color: #ecf0f1
}

.footer_copyright:hover,.footer_copyright:focus {
    text-decoration: none;
    color: #d9d9d9
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 1px 1rem .75rem rgb(0 0 0 / 75%);
}

.box-style {
    border: 1px solid #9bd5b3;
}

.copyright {
    font-size: 12px
}

.membership-option {
    background: #212529;
    color: #fff
}

.membership-block {
    font-weight: 300;
    margin: -10px 0 10px;
    padding: 3px 2px;
    font-size: 21px;
    color: #000;
    padding: 8px 6px;
    display: inline-block;
    background: #efefef;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.membership-block b {
    font-weight: 600
}

.bitcoin-value {
    font-size: 21px;
    font-weight: 600
}

#aff-block {
    margin: 5px 0 20px;
    display: block;
    padding: 8px 10px 5px;
    background-color: #fff;
    color: #0e6083;
    font-size: 13px;
    text-align: left;
    border: 1px solid #08546b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

#aff-block .title {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    background-color: #08546b;
    color: #fff;
    margin: -23px auto 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

#aff-block .aff_block_p {
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 11px
}

#aff-block .aff_content_bottom {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 14px
}

#aff-block .aff_block_p2 {
    display: block;
    background-color: #bedee2;
    margin: 9px 5px 0;
    padding: 4px 0;
    text-align: center;
    color: #0d5675;
    font-size: 18px;
    border: 1px solid #84afba;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none
}

#aff-block .aff_block_p2 a {
    color: #0b516f
}

#aff-block .aff_block_p2:hover {
    background-color: #c2e2e6;
    border-color: #93c2cf
}

#aff-banner {
    padding: 4px 10px;
    background-color: #fff;
    color: #0e6083;
    border: 1px solid #08546b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.aff-banner-title {
    display: block;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    background-color: #08546b;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.winner_block {
    display: block;
    position: relative;
    text-align: left;
    float: left;
}

.winner_block .inside {
    border: 1px solid #b6b6b6;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #fff;
    color: #77787b;
    background: #efefef;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.winner_block .inside p,h1,h2,h3,h4 {
    color: #77787b
}

.winner_block .inside .winner {
    font-size: 16px;
    background: #6dbd4c;
    padding: 1px 4px 4px;
    text-shadow: 0;
    color: #fff;
    margin: -1px -1px 10px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ribbon-green {
    background: #5bab3a;
    height: 32px;
    right: 8px;
    color: #fff;
    text-shadow: 0 1px 0 #4e8636;
    margin: -1px 0 -10px;
    position: absolute;
    width: 40px;
    padding-top: 4px;
    font-size: 18px;
    text-align: center
}

.ribbon-green:after,.ribbon-green:before {
    border-top: 15px solid #5bab3a;
    content: '';
    height: 0;
    position: absolute;
    top: 100%;
    width: 0
}

.ribbon-green:after {
    border-left: 20px solid transparent;
    right: 0
}

.ribbon-green:before {
    border-right: 20px solid transparent;
    left: 0
}

#loterry_stats {
    text-shadow: 0 1px 1px rgba(0,0,0,0.85);
    font-size: 25px;
    font-weight: 700;
    line-height: 39px;
    color: #fff;
    font-family: arial;
    padding: 1px 30px;
    margin-bottom: 10px;
    background: #506377;
    background: -moz-linear-gradient(top,#506377 0%,#433c41 100%);
    background: -webkit-linear-gradient(top,#506377 0%,#433c41 100%);
    background: linear-gradient(to bottom,#506377 0%,#433c41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506377',endColorstr='#433c41',GradientType=0);
    border: 2px solid #433c41;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#loterry_stats_header {
    display: table;
    text-shadow: 0 1px 1px rgba(0,0,0,0.85);
    font-size: 14px;
    line-height: 19px;
    padding: 5px 12px;
    color: #fff;
    font-family: arial;
    margin: 0 auto;
    text-align: center;
    background: #433c41;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.lottery_sidebar_link,.lottery_sidebar_link:hover {
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

.lotteryTitleBox {
    display: table;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 6px 15px;
    background-color: #506377;
    margin: 0 auto;
    border: 2px solid #33433B;
    border-bottom: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.lotteryCountdownBox {
    text-align: center;
    padding: 15px 10px 0;
    background: #506377;
    background: -moz-linear-gradient(top,#506377 0%,#33433B 100%);
    background: -webkit-linear-gradient(top,#506377 0%,#33433B 100%);
    background: linear-gradient(to bottom,#506377 0%,#33433B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506377',endColorstr='#33433B',GradientType=0);
    margin: 0 auto 25px;
    border: 2px solid #33433B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.lotteryCountdownBox .timer .timer-wrapper {
    display: inline-block;
    padding: 10px 5px;
    width: 100px
}

.lotteryCountdownBox .timer .timer-wrapper .time {
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.lotteryCountdownBox .timer .timer-wrapper .text {
    font-size: 14px;
    color: #fff
}

.lotteryTop {
    background-color: #433c41;
    padding: 7px 10px 5px;
    color: #fff;
    margin-top: -7px;
    box-shadow: 0px 0px 8px 2px #000000;
    border-radius: 3px;
    border: 1px solid #fff;
}

.sidebarLottery {
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    margin: 0 auto 5px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sidebarLottery .timer .timer-wrapper {
    display: inline-block;
    margin: 0 9px
}

.sidebarLottery .timer .timer-wrapper .time {
    font-size: 28px;
    font-weight: 700;
    color: #fff
}

.sidebarLottery .timer .timer-wrapper .text {
    font-size: 11px;
    color: #fff
}

.marquee {
    float: right;
    width: 80%;
    padding: 0 0 5px;
    overflow: hidden
}

.marquee ul li {
    display: inline-block;
    margin-right: 25px
}

.marquee ul li span {
    vertical-align: 4px
}

.marquee ul li span.user {
    font-weight: 700
}

.marquee ul li span.method {
    vertical-align: -2px
}

#sidebar-block {
    background-image: radial-gradient(circle farthest-corner at -8.9% 51.2%, rgb(62 163 106) 0%, rgb(50 122 66) 15.9%, rgb(64 110 87) 15.9%, rgb(59 124 88) 24.4%, rgb(47 98 68) 24.5%, rgb(25 129 76) 66%);
    padding: 5px 5px 0;
    width: 100%;
    border: 1px solid #433c41;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
}

#sidebar-block hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0))
}

#sidebar-block .menu {
    padding: 7px 2px
}

#sidebar-block .content {
    padding: 5px 3px;
    margin: 4px 0 3px;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#sidebar-block .inner {
    padding: 8px 3px 1px;
    margin-bottom: 5px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

#sidebar-block .manager {
    display: block;
    margin: 1px 2px 8px
}

#sidebar-block .block {
    width: 100%;
    background: #f8fbf2;
    border-radius: 10px;
    padding: 2px 3px 5px;
    color: #505050
}

#sidebar-block .block .data {
    width: 100%;
    padding: 2px 3px 5px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #505050
}

#sidebar-block .data {
    width: 100%;
    padding: 2px 3px 5px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #fff
}

#sidebar-block .level {
    width: 100%;
    background: #f8fbf2;
    border-radius: 3px;
    margin-top: 5px;
    padding: 4px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #505050
}

#sidebar-block .user {
    background: #f8fbf2;
    padding: 4px 4px 1px;
    color: #fff;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
}

#sidebar-block .user .info {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.7)
}

#sidebar-block .user .info span {
    display: inline-block;
    vertical-align: middle;
    text-shadow: 2px 2px 2px rgb(61 112 69 / 13%);
}

#sidebar-block .user .logout {
    font-size: 11px;
    margin-top: -10px
}

#sidebar-block .user .logout a {
    color: #505050
}

#sidebar-block .title {
    background: #2c3135;
    margin: -5px -5px 2px;
    padding: 5px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 700
}

#sidebar-footer {
    background: #fff!important;
    font-size: 11px;
    margin-top: -2px;
    padding: 2px 5px;
    text-align: center;
    width: 100%;
    border: 1px solid #433c41;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

#sidebar-ads {
    background: #433c41;
    padding: 2px 0;
    width: 100%;
    border: 1px solid #433c41;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sidebar-stats {
    margin-top: -2px;
    background: #fff;
    color: #433c41;
    padding: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #433c41;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sidebar-stats .badge {
    background: #433c41;
    color: #fff;
}

.sidebar-stats span {
    font-size: 16px;
    font-weight: 600
}

.price_block {
    display: block;
    background: #f8f9fa;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.price_block .text {
    display: inline-block;
    margin-top: 5px
}

.pay_block {
    display: inline-block;
    margin: 0;
    float: right
}

.box {
    background: #f8f9fa;
    padding: 10px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #2c3135;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#countdown {
    font-size: 16px;
    padding: 5px 5px 13px
}

.footer {
    margin-top: 60px
}

.btn-signup {
    font-weight: 600
}

.hidden {
    display: none
}

hr.global {
    border: 0;
    height: 1px;
    margin: 10px 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0))
}

.borderless td,.borderless th {
    border: none
}

#luckyNumber {
    display: block;
    min-height: 60px;
    font-size: 70px;
    text-align: center;
    margin: 10px 0 2px;
    color: #2a8943;
}

pre {
    background: #f8f9fa;
    padding: 6px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.website_block {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    float: left;
    width: 230px;
    border: 2px solid #2c3135;
    margin: 0 0 6px 7px;
    padding: 3px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.website_block .website_title {
    background: #2c3135;
    color: #fff;
    padding: 2px 2px 4px;
    display: block;
    margin: -3px -3px 3px
}

.website_block .website_bottom {
    background: #08546b;
    color: #fff;
    padding: 1px 3px;
    display: block;
    font-size: 12px;
    text-align: right;
    margin: 3px -2px -3px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.website_block .reward {
    margin: 10px auto;
    display: inline-block;
    width: 126px;
    padding: 2px 3px;
    background: #fff;
    color: #444;
    font-size: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.website_block .reward span {
    color: #4c7d00
}

.website_block .time {
    margin: 10px auto;
    display: inline-block;
    width: 62px;
    padding: 2px 3px;
    background: #fff;
    color: #444;
    font-size: 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.notify-icon {
    padding: 5px;
    width: 25px
}

.notify-icon-fa {
    line-height: 46px
}

.notification {
    display: inline-block;
    position: relative;
    padding: 2px 4px;
    background: #ffffff00;
    border-radius: 3px;
    font-size: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    text-decoration: none
}

.notification:hover {
    background: #2d87c3;
    text-decoration: none
}

.notification::before,.notification::after {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3)
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "Font Awesome 5 Free";
    transform-origin: top center
}

.notification::after {
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #3498db;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform,opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.notification.notify::before {
    -webkit-animation: ring 1.5s ease;
    animation: ring 1.5s ease
}

.notification.show-count::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.tagline {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
    text-align: center
}

.tagline span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    background: none repeat scroll 0% 0% #FFF;
    padding: 3px 5px 4px;
    position: relative;
    top: 14px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.blog_comment {
    margin: 10px auto;
    background: #efefef;
    border: solid 1px #2c3135;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #696969
}

.com_title {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    background: #2c3135;
    border-bottom: solid 1px #1d1d1d;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.comments_wrap {
    overflow: hidden;
    margin: 5px auto;
    background: #efefef;
    border: 1px solid #2c3135;
    border-radius: 5px
}

.comments_wrap .content_text {
    padding: 10px 5px;
    overflow: hidden;
    text-align: justify;
    color: #464646
}

.comments_wrap .content_top {
    padding: 1px 5px 4px;
    background: #2c3135;
    color: #fff;
    border-bottom: 1px dotted #fff
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(35deg)
    }

    12.5% {
        -webkit-transform: rotate(-30deg)
    }

    25% {
        -webkit-transform: rotate(25deg)
    }

    37.5% {
        -webkit-transform: rotate(-20deg)
    }

    50% {
        -webkit-transform: rotate(15deg)
    }

    62.5% {
        -webkit-transform: rotate(-10deg)
    }

    75% {
        -webkit-transform: rotate(5deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg)
    }

    12.5% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    25% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    37.5% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    62.5% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.modal-close {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: #333;
    color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 13px;
    z-index: 11;
}

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

.no-space {
    margin-right: 0;
    padding-left: 0;
}

ad,l {
    font-size: 10px;
    padding: 0 4px;
    border-radius: 4px;
    margin-left: 5px;
    height: 19px;
    line-height: 17px;
    display: inline-block;
    font-weight: 600
}

ad {
    border: 1px solid #ffa097;
    color: #f4786b
}

l {
    border: 1px solid #757575;
    color: #b6b6b6
}

l::before {
    content: "Lvl "
}

l::after {
    content: attr(class)
}

ad::before {
    content: "Admin"
}