
.btn:focus {
    outline: none !important;
}
.fz-22 {
    font-size: 22px;
}
a:focus {
    outline: none;
}
.mt--10 {
    margin-top: -10px;
}
.mt--5 {
    margin-top: -5px;
}
.heading { font-size: 16px; }
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.1), 0 0 6px #ff171459;
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.1), 0 0 6px #ff171459;
}
.bg-dark {
    background-color: #6565702e;
    padding: 6px 11px 7px 12px;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(10,13,20,0.17), 0 1px 0 rgba(102,104,112,0.4);
}
.btn-dark {
    background-color: #6565702e;

}


.alert {
    border-radius: 2px;
}
.alert-success {
    color: #ffffff;
    background-color: #3bff4a66;
    border-color: #d6e9c600;
}
.alert-danger {
    color: #ffffff;
    background-color: #db000066;
    border-color: #ebccd100;
}
.alert a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}
.green {
    color: #34b63e !important;
}
.refresh.disabled {
    opacity: 1;
}
.refresh.disabled i {
    opacity: 0.2;
}
.refresh.disabled i.green  {
    opacity: 1;
}
.refresh:not(disabled):hover i, .refresh:not(disabled):focus i {
    color: #34b63e;
}
.refresh:focus, .refresh:active {
    box-shadow: none;
}

.h-100 {
    height: 100%!important;
}
h1, h2, h3, h4 ,h5 {
    color: #fefefe;
}
.navbar-inverse .navbar-brand {
    color: #e3e3e3;
    font-weight: 500;
}
body {
    font-family: 'Gotham Pro';
    background-color: #1f2124;
    height: 100%;
    padding: 0 0 1px 0;
}

.wrap {
    background: url("bg.jpg") center top no-repeat;
    color: #cbcbcb;
}

.navbar {
    padding: 30px 0 0 0;
    font-size: 15px;
    border-radius: 0;
    min-height: 100px;
}
.navbar-inverse {
    background: transparent;
    border: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: #3a3d436b url("pattern.png") 90% 94% repeat-x;
    border-radius: 10px;
}
.navbar-nav > li {
    padding: 0 5px;
}


.navbar .btn {
    font-size: 15px;
}
.login a i {
    color: #ffffff80 !important;
}
.login a:hover,.login a:focus, .login.active a {
    color: #fff !important;
}

nav .balance a {
    padding-left: 20px;
    padding-right: 20px;
    color: #31bc3e !important;
    background: transparent !important;
    border-radius: 10px;

    outline-offset: -2px;
    box-shadow: inset 0 0 0 2px #3ea146;
}


@media(min-width:991px) {
    .nav i {
        font-size: 17px;
    }

}

.site-order p.status {
    max-width: 560px;
    margin: 0 auto;
}


.product {
    box-shadow: 0 -1px 0px #3b3c43, 0 1px 0px #2121211f;
    border-radius: 3px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
    text-align: center;

    background: #2b2d32 url("pattern.png") 0 104% repeat-x;
    padding: 20px 20px 50px 20px;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.product:hover {
    background-color: #3b3d44;
}
.product-image {
    border-radius: 3px;
    width: 100%;
}
.product-image-thumb {
    width: 70px;
    height: auto;
    margin-right: 10px;
    border-radius: 3px;
}
.product-short span i {
    font-style: normal;
    font-weight: normal;
}
.product-short {
    background: #42444a94 url("pattern.png") 0 -202px repeat-x;
    padding: 14px;

    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0px;
    border-radius: 3px;
    font-size: 1.5em;
    box-shadow: 0 -1px 0px #797b866b, 0 1px 0px rgba(0, 0, 0, 0.2);
}
.card-price {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #33973b;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px;
    border-left: 1px solid #466c49;
    margin-left: 19px;
    position: relative;
    color: #ffffffbf;
    font-weight: 500;
    font-size: 17px;
    line-height: 38px;
    padding: 0 10px 0 10px;
    margin-bottom: 0;
    margin-top: 4px;
    top: -2px;
    box-shadow: 0 -1px 0 #73b577e6, 0 1px 0 #113614ad;
}

.card-price:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #33973b;
}

.card-price:after {
    content: "";
    background-color: #3e3e3ed6;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}
.change-city {
    position: absolute;
    width: 100px;
    height: 27px;
    background: #ff4e4b3b;
    color: #fff;
    line-height: 25px;
    transform: translateX(-50%);
    left: 50%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom: -28px;
    font-size: 15px;
    box-shadow: inset 0 3px 3px #00000050, 0 1px 0 #8d2929;
    transition: background-color ease-in-out 0.2s;
}
.change-city:hover,.change-city:focus,.change-city:active {
    text-decoration: none;
    color: #fff;
    background-color: #bb212196;
}
#checkout-form label.control-label, .pay-label, #balance-form label.control-label {
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}

#order-district_id input, .payments input {
    opacity: 0;
    position: fixed;
    width: 0;
}
#order-district_id label {
    padding: 10px 15px;
    border-radius: 3px !important;
    /*border: 2px solid #4d4d4d;*/
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 3px 0 #00000038, 0 -1px 0 #ffffff2b;
    background-color: #42465082;
    text-shadow: 0 -2px 0 #00000052;
}
#order-district_id label:hover, #order-district_id label:focus {
    color: #fff;
    text-decoration: none;
    border-color: #33973b !important;
    background-color: #575a636e !important;
}
#order-district_id label.active {
    color: #5fdc69;
    text-decoration: none;
    background-color: #2e2f35 !important;
    border-color: #33973b !important;
    box-shadow: 0 -2px 0 #00000052, 0 2px 0 #5a5c6594, inset 0 0 17px #0000005e;
}
.payments label {
    padding: 10px 13px !important;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color ease-in-out 0.2s,border-color ease-in-out 0.2s;
    box-shadow: 0 3px 0 #00000038, 0 -1px 0 #ffffff2b;
    background-color: #42465082;
    text-shadow: 0 -2px 0 #00000052;
}
.payments label:hover {
    background-color: #575a636e !important;
}
.payments label.active {
    color: #5fdc69;
    text-decoration: none;
    background-color: #2e2f35 !important;
    border-color: #33973b !important;
    box-shadow: 0 -2px 0 #00000052, 0 2px 0 #5a5c6594, inset 0 0 17px #0000005e;
}
.payments img{
    max-height: 40px;
    width: auto;
    max-width: 100%;
    min-width: 130px;
}

.product h2 {
    font-size: 22px;
    color: #fefefe;
}
.price-box {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.btn-buy,.btn-send {
    color: #fff;
    background-color: #34b63e;
    border-color: #34b63e;
    border-radius: 3px;
    padding: 10px 26px;
    float: right;
}
.btn-send {
    float: none;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active,
.btn-send:hover, .btn-send:focus, .btn-send:active {
    color: #fff;
    background-color: #21962c !important;
    border-color: #21962c !important;
    outline: none;
}
span.price {
    color: #fff;
    font-size: 19px;
    float: left;
    margin-top: 7px;
}
p.description {
    font-size: 14px;
    color: #fefefe;
    font-weight: 300;
    margin-bottom: 30px;
}

@media(max-width:360px) {
    .btn-buy, span.price {
        float: none;
        margin-left: 5px;
        margin-right: 5px;
    }
    p.description {
        margin-bottom: 45px;
    }
}

.nav-is-sticky {
    padding-top:120px !important;
}
.navbar.is-sticky {
    position: fixed;
    background: #1a1b1df5 url('pattern.png') 0 59% repeat-x !important;

    width: 100% !important;
    z-index: 1000;
    top: 0;
    left: 0;
    min-height: 20px !important;
    padding: 10px 0;

}

.nav-link {
    padding: 20px 10px;
    border-radius: 3px !important;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    margin: 0 2px 0 2px;
    box-shadow: 0 3px 0 #00000038, 0 -1px 0 #ffffff2b;
    background-color: #42465082;
    text-shadow: 0 -2px 0 #00000052;
    display: block;
}
.nav-link:hover,.nav-link:focus {
    color: #fff;
    text-decoration: none;
    border-color: #33973b !important;
    background-color: #575a636e !important;
}
.nav-item .nav-link {
    color: #fff !important;

}
.nav-item.active .nav-link {
    color: #5fdc69 !important;
    text-decoration: none;
    background-color: #2e2f35 !important;
    border-color: #33973b !important;
    box-shadow: 0 -2px 0 #00000052, 0 2px 0 #5a5c6594, inset 0 0 17px #0000005e;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #21962c;
}

.btn-big {
    background-color: #33973b;
    padding: 14px 20px;
    border: none;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    transition: background-color ease-in-out 0.2s;
}
.btn-big:hover,.btn-big:focus,.btn-big:active {
    background-color: #34b63e !important;
    color: #fff;
    border: none !important;
    outline: none !important;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: center;
}

.breadcrumb a {
    color: #34b63e;
}



/* The emerging W3C standard
  that is currently Firefox-only */
* {
    scrollbar-width: 17px;
    scrollbar-color: #49494e #282525 !important;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 17px;
}
*::-webkit-scrollbar-track {
    background: #3e40476e !important;
}
*::-webkit-scrollbar-thumb {
    background-color: #5558657a !important;
    border-radius: 4px;
    box-shadow:none;
}
.captcha { padding-left: 15px; }
.captcha img { border-radius: 3px; border: 2px solid #4d4d4d; }

.form-control {
    border-radius: 3px;
    background: #2122267d;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    border: 1px solid #4d4d4d;
}
.has-success .form-control:focus, .form-control:focus {
    border-color: #33973b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(51 151 59 / 30%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(51 151 59 / 30%);
}
p.green {
    color: #5fdc69;
    font-size: 15px;
    margin-bottom: -7px;
}
.caps { text-transform: uppercase; }
.nowrap { white-space: nowrap; }
.bordered {

    padding: 20px 30px;
    border-radius: 3px;
    background-color: #4c505e30;
    margin: 0 5px !important;
    width: auto !important;
}
.bordered h2 {
    margin-top:10px;
    margin-bottom:-2px;
    word-break: break-all;
    font-size: 25px;
}
.infobox {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0 15px;
}
a.copy-link,a.copy-sum,a.copy-wallet {
    color: #aaaaaa;
    text-decoration: none;
    background-color: #5456674d;
    padding: 3px 10px;
    border-radius: 3px;
    height: 26px;
    display: inline-block;
}
a.copy-link:hover, a.copy-sum:hover, a.copy-wallet:hover {
    background-color: #009b0050;
    color: #fff;
}
a.copy-link i {
    margin-top: -2px;
}
.mw750 {
    max-width: 750px;
    margin: 0 auto;
}
.light {
    background-color: #3b3e457a;
    margin: 0 5px 10px 5px;
    padding: 15px 10px 0px 10px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 -1px 0 #82858d45, 0 1px 0 #15161845;
}
.light .btn-buy {
    float: none;
    margin-bottom: 15px;
}
.sum, .wallet {
    color: #fff !important;
    word-break: break-all;
    bottom: 1px;
    position: relative;
}
.link {
    padding: 5px 10px;
    border: 2px dotted rgba(255, 255, 255, 0.25);
    display: inline-block;
    margin-top: 10px;
    color: #c4c4c4;
    font-size: 17px;
    margin-bottom: -1px;
    border-radius: 3px;
    word-break: break-all;
}
@media(max-width:450px) {
    .link {
        font-size: 14px;
    }
    .sum, .wallet {
        font-size: 21px !important;
    }
}
@media(max-width:350px) {
    a.copy-link span, a.copy-sum span, a.copy-wallet span {
        display: none;
    }
}



.fz-18 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

.map {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.map span {
    border-bottom: 1px dotted #ffffff50;
}
.map:hover {
    color: #5fdc69;
    text-decoration: none;
}
.image-gallery {
    margin-top: 25px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotateIn {
    -webkit-animation: rotating 2s linear infinite;
}
.status span {
    display: block;
    color: #dedede8a;
    font-size: 13px;
}
.red {
    color: red;
}
p.text {
    font-size: 15px;
    color: #ffffffad;
}
.captcha img{
    cursor: url("../../images/refresh.png"), pointer;
}
.captcha img:hover {
    opacity: 0.5;
}
.user-select-all {
    user-select: all;
}

.qrcode img {
    width: auto;
    max-width: 100%;
}
/* User dashboard */
.card {
    box-shadow: 0 -1px 0px #3b3c43, 0 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 100%;
    margin: 0 auto 30px auto;
    background: #34363da6 url("pattern.png") left bottom repeat-x;
    padding: 20px 25px;
    transition: all ease-in-out 0.3s;
    position: relative;
}
.card i {
    color: #888b97;
}
.card .success i, .card .has-success label i {
    color: #3f9e47;
}
.card .has-error label i {
    color: #9e222c;
}
.card.p-20 {
    padding: 20px;
}
.user-index .balance{
    background: #00000020;
    padding: 7px 10px 6px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #3b3c43, 0 -1px 0 #00000045;
}
.user-index .balance p {
    margin: 3px 0 0 0;
}
.user-index .balance h3 {
    margin-top: 0px;
    margin-bottom: 8px;
}
.refill .pay-method {
    border-bottom: 2px dotted #82889626;
    padding: 10px 0;
    width: 100%;
}
.refill .pay-method:last-child {
    border-bottom: none;
}

.refill img {
    height: 40px;
    margin-bottom: 8px;

}
.refill .link {
    padding: 4px 5px;
    border: 2px dotted rgba(255, 255, 255, 0.25);
    display: inline-block;
    margin-top: -2px;
    color: #c4c4c4;

    margin-bottom: 2px;
    border-radius: 3px;
    word-break: break-all;
}





.nobr { white-space: nowrap; }



.orders table {
    width: 100%;
    border-collapse: collapse;
}

.orders table thead tr {
    background-color: rgba(32, 33, 37, 0.57);
}

.orders table thead tr th:first-child {
    border-top-left-radius: 5px;
}
.orders table thead tr th:last-child {
    border-top-right-radius: 5px;
}

.orders table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.orders table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.orders td, .orders th {
    padding: 2rem;
    text-align: left;
    border: none !important;
}
.orders tbody tr {
    background-color: #36393e42;
    white-space: nowrap;
}
.orders tbody tr:nth-child(odd) {
    background-color: #ecf8fe0f;
}
.orders tbody tr:hover {
    background-color: rgba(236, 248, 254, 0.11);
}
.orders a {
    color: #34b63e;

}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fefef8;
    text-decoration: none;
    background-color: #36393e;
    border: 1px solid #2c2c2c;
    min-width: 34px;
    text-align: center;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #dadada;
    cursor: not-allowed;
    background-color: #55585d45;
    border-color: #303030cc;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #34b63e;
    border-color: #36393e;
    border-left: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #e5e5e5;
    background-color: #474a50;
    border-color: #363636;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.summary { display: none; }
.table-wrap { overflow-x: auto; }
.table-wrap::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px #4a4a4a;
}
.table-wrap::-webkit-scrollbar-track {
    background: #3e3f40 !important;
    border-radius: 3px;
}
.table-wrap::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
.check-links a {
    padding: 10px 15px !important;
    border-radius: 3px !important;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 3px 0 #00000038, 0 -1px 0 #ffffff2b;
    background-color: #42465082;
    text-shadow: 0 -2px 0 #00000052;
}
.check-links a:hover, .check-links a:focus, .check-links a:active {
    color: #fff;
    text-decoration: none;
    background-color: #575a636e !important;
    border-color: #33973b !important;
}
.check-links a.active {
    color: #5fdc69;
    text-decoration: none;
    background-color: #2e2f35 !important;
    border-color: #33973b !important;
    box-shadow: 0 -2px 0 #00000052, 0 2px 0 #5a5c6594, inset 0 0 17px #0000005e;
}
.row.no-gutters {
    margin-right: -4px;
    margin-top: -4px;
}
.row.no-gutters .col {
    margin-right: 4px !important;
    margin-top: 4px !important;
}

.w-100 { width: 100%; }
.form-group.has-error label.control-label { color: #ff4e4b !important; }
.form-group.has-success label.control-label, .success { color: #5fdc69 !important; }
label.col { margin-bottom: 0 !important; }

.sum_to_pay .sum {
    font-size: 19px;
    font-weight: 500;
}