.trade_container {
    width: 100%;
    display: flex;
    color: #f2f2f2;
    fill: #f2f2f2;
    color: rgba(255,255,255,0.9);
    fill: rgba(255,255,255,0.9);
}
.trade_container a {
    color: #f2f2f2;
    fill: #f2f2f2;
    color: rgba(255,255,255,0.9);
    fill: rgba(255,255,255,0.9);
}
.column_1, .column_3 {
    position: relative;
    align-self: stretch;
    flex-shrink: 1;
    padding: 0 1px;
    width: calc(50% - 100px);
    position: relative;
    box-sizing: border-box;
}
.onepage_side {
    width: calc(100% - 300px);
}
.column_2 {
    position: relative;
    min-width: 200px;
    max-width: 200px;
}
.onepage_mid {
    min-width: 300px;
    max-width: 300px;
}
.block_top {
    margin-bottom: 12px;
    box-sizing: content-box;
    /* box-shadow: 0 6px 18px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
}
.block_bottom {
    height: 763px;
    display: flex;
    flex-direction: column;
    position: relative;
    /* box-shadow: 0 6px 18px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
}
.block_header {
    padding: 0 25px;
    min-height: 66px;
    font-family: Proxima Nova,sans-serif;
    background: linear-gradient(90deg,rgb(26, 39, 55) 10%,rgb(34, 58, 78));
    background-color: rgba(31, 47, 68, 0.6);
}
.column_3.onepage_side .block_header {
    background: linear-gradient(135deg,rgba(21, 43, 68, 0.6) 30%, rgba(20, 46, 70, 0.7));
    background-color: rgba(31, 47, 68, 0.6);
}
.block_title {
    font-size: 22px;
    align-items: center;
    display: flex;
    font-weight: 800;
    text-transform: uppercase;
}
.block_title_filter_reload_search {
    display: flex;
    width: 100%;
}
.block_search {
    width: 280px;
    background-color: rgba(0,0,0,0.3);
    position: relative;
}
input.block_search_field {
    font-family: "Open Sans", sans-serif;
    height: 44px;
    width: 100%;
    display: block;
    background-color: unset;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    padding-right: 40px;
    outline: none;
    border: unset;
}
input.block_search_field::-webkit-input-placeholder {
    color: white;
    opacity: 0.5;
}
.block_search_button {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    height: 100%;
    width: auto;
    outline: none;
    text-align: center;
    cursor: default;
    margin-right: 5px;
}
.block_search_button svg {
    cursor: pointer;
    padding: 6px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}
.block_filter_and_reload {
    flex: auto;
    flex-shrink: 0;
    user-select: none;
}
.user_inv_info {
    line-height: 1.2;
    font-family: Courier New;
    font-size: 12px;
    text-align: left;
    padding-right: 10px;
    margin-left: 20px;
    min-width: 200px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block_reload {
    height: 100%;
    cursor: pointer;
    padding: 10px 0 10px 10px;
}
.column_3 .block_reload, .onepage_side .block_reload {
    padding: 10px 10px 10px 0px;
}
.block_reload a {
    text-decoration: none;
    display: block;
    line-height: 0;
    transition: 0.2s, transform 1s, fill 0.2s;
}
.block_reload:hover a {
    color: #e4a13b;
    fill: #e4a13b;
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg) scale(1.2);
}
.block_reload:active a {
    fill: white;
}
.block_reload svg {
    width: 26px;
    height: 24px;
}
.block_title_drop {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 800;
}
.block_title_drop_trigger {
    cursor: pointer;
    padding: 9px 0px;
    min-width: 130px;
    height: 44px;
    display: flex;
    align-items: center;
}
.block_title_drop_trigger span {
    width: 100%;
}

.block_title_drop_trigger i {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.is-open i, .is-hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_title_drop.is-hover .block_title_drop_trigger, .block_title_drop.is-open .block_title_drop_trigger {
    color: #e4a13b;
    fill: #e4a13b;
    background-color: rgba(0,0,0,0.3);
}
.block_title_drop.is-open .block_title_drop_trigger {
    color: #e4a13b;
    fill: #e4a13b;
}
.block_title_drop_dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(40,46,62,0.95);
    padding-top: 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
}
.block_title_instant_or_on_cooldown {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 800;
    display: flex;
}
.instant_or_on_cooldown_button, .dota_or_csgo_button {
    position: relative;
    cursor: pointer;
    width: 200px;
    height: 44px;
    padding: 10px 20px;
    margin: 0;

    border-radius: 0px;

    color: rgba(255, 255, 255,0.9);

    font-size: 16px;
    text-transform: uppercase;
    text-align: center;

    overflow: hidden;

    transition: all 0.2s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg,#8a9c4c,#6a7a35);
    background: linear-gradient(90deg,#909090,#5f5f5f);
    font-family: "Open Sans", sans-serif;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.instant_or_on_cooldown_button.game_forbutton {
    width: 100px;
}
.instant_or_on_cooldown_button:active, .dota_or_csgo_button:active {
    opacity: 0.6;
}
.instant_or_on_cooldown_button:before, .dota_or_csgo_button:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    width: 100%;
    background: hsla(0,0%,100%,.1);
}
.instant_or_on_cooldown_button:hover:before, .dota_or_csgo_button:hover:before {
    opacity: 1;
    visibility: visible;
}
.instant_or_on_cooldown_button.active, .dota_or_csgo_button.active {
    background: linear-gradient(90deg,#8a9c4c,#6a7a35);
}
.for_bot {
    width: 140px;
}

.block_title_drop.is-hover .block_title_drop_dropdown {
    opacity: 1;
    visibility: visible;
}
.block_title_drop.is-open .block_title_drop_dropdown {
    opacity: 1;
    visibility: visible;
}
.block_title_drop_menu {
    list-style-type: none;
    padding: 0;
}
.block_title_drop_menu li {
    cursor: pointer;
    margin-top: 6px;
}
.block_title_drop_menu li:first-child {
    margin-top: 0;
}
.block_title_drop_menu li a {
    display: block;
    padding: 1px 0;
    -webkit-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    -moz-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.block_title_drop_menu li a:hover, .block_title_drop_menu li a.is-active {
    background: #e4a13b;
    color: #343c41;
}
.block_title_drop_bot {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.block_title_drop_bot li {
    padding: 0 2px;
    cursor: pointer;
}
.block_title_drop_bot li::after {
    content: ' ';
    clear: both;
    display: table;
}
.block_title_drop_bot li:nth-child(2n) {
    background-color: rgba(120,120,120,0.3);
}
.block_title_drop_bot li:first-child a {
    width: 100%;
}
.block_title_drop_bot li a {
    display: block;
    user-select: none;
    float: left;
    width: 33%;
    padding: 6px 0;
    border-bottom: solid 2px transparent;
    -webkit-transition: border-color 0.2s, color 0.2s;
    -o-transition: border-color 0.2s, color 0.2s;
    -moz-transition: border-color 0.2s, color 0.2s;
    transition: border-color 0.2s, color 0.2s;
}
.block_title_drop_bot li a:hover, .block_title_drop_bot li a.is-active {
    color: #e4a13b;
    border-bottom-color: #e4a13b;
}
.block_title_drop_bot span {
    position: relative;
}
.block_title_drop_bot sup {
    color: #e4a13b;
    line-height: 0;
    vertical-align: baseline;

    left: 115%;
    font-size: 60%;
    position: absolute;
    top: 6px;
    position: absolute;
    color: #e4a13b;
    word-break: keep-all;
}
.scrollbar_botlist {
    overflow-y:auto;
    max-height: 250px;
    padding-bottom: 5px;
}


.block_content {
    padding: 3px 0;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    will-change: transform;
    background: hsla(37,89%,93%,.35);
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,255,0.15));
}
.block_top .block_content {
    flex: 1 1 auto;
    position: relative;
    height: 136px;
    min-height: 136px;
}
.column_3.onepage_side .block_top .block_content {
    min-height: 236px;
}
.column_3.onepage_side .block_bottom {
    height: 563px;
}
.column_1.onepage_side .block_bottom {
    height: 663px;
}
.block_select {
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.block_select_text {
    font-family: Proxima Nova,sans-serif;
    font-family: "Open Sans", sans-serif;
    color: #25282a;
    font-size: 18px;
    max-width: 400px;
    text-transform: uppercase;
    transition: color .2s ease,fill .2s ease;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.block_select_arrow {
    color: #25282a;
    font-size:24px
}
.block_select_arrow i {
    display: block;
    opacity: .4;
}
.block_select_arrow i+i {
    margin-top: -15px;
    opacity: .7;
}
.block_select_arrow i+i+i {
    opacity: 1;
}
.items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    text-align: left;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    width: 100%;
    will-change: scroll-position, transform;
    scroll-snap-type: mandatory;
    scroll-behavior: smooth;
    scroll-snap-points-y: repeat(25%);
}
.item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 5px;
    height: 105px;
    width: 105px;
    text-align: left;
    font-size: 14px;
    background: linear-gradient(0deg,rgba(63,63,63,1) 98%,rgba(63,63,63,0.9));
    box-shadow: 2px 3px 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
#inventory_user .item {
    margin: 2px;
    height: 95px;
    width: 95px;
}
.item:hover {
    box-shadow: 0 0 10px 3px rgba(255,255,255,.3);
}
.checkonitem {
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.checkonitem i {
    z-index: 1;
    font-size: 32px;
    color: lightseagreen;
}
.selected .checkonitem {
    display: flex;
}
.selected .checkonitem:before {
    background: rgba(220, 220, 240, 0.6);
    background: rgba(0, 0, 0, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.selected .checkonitem i {
    -moz-animation: checkitemeffect 500ms ease 0s forwards;
    -o-animation: checkitemeffect 500ms ease 0s forwards;
    -webkit-animation: checkitemeffect 500ms ease 0s forwards;
    animation: checkitemeffect 500ms ease 0s forwards;
}
@keyframes checkitemeffect {
    0% {
        transform: scale(2,2);
        opacity: 0;
    }
    80% {
        transform: scale(1,1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}
.cooldown.checkonitem {
    display: flex;
}
.cooldown.checkonitem:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.cooldown span {
    z-index: 1;
    word-break: break-word;
    font-weight: 600;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    padding: 3px;
}
.item.dis {
    cursor: not-allowed;
}
.item.dis:before {
    z-index: 1;
    background: rgba(220, 220, 240, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.item_image {
    position: absolute;
    width: 100%;
    height: 78%;
    bottom: 0;
    overflow: hidden;
    background-position: 50% 100%;
    background-size: 121% auto;
    background-repeat: no-repeat;
    /* transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
}
.item_image.i_0{
    width: 50%;
    height: 38%;
    bottom: unset;
}
.item_image.i_1{
    width: 50%;
    height: 38%;
    bottom: unset;
    right: 0;
}
.item_image.i_2{
    width: 50%;
    height: 39%;
    bottom: 0;
}
.item_image.i_3{
    width: 50%;
    height: 39%;
    bottom: 0;
    right: 0;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: orange;
    opacity: 0.66;
}
.item_image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 39%;
    background: rgba(0,0,0,.5);
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0));

    bottom: 0px;
    left: 0;
}
.item_image img {
    width: 120%;
    min-width: 128px;
    margin-top: -2px;
    margin-left: -10%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: bottom;
}
.item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24%;
    background: rgba(63,63,63,1);
    font-family: "Helvetica Neue", "Lucida Grande", "Microsoft YaHei", Arial, "Liberation Sans", sans-serif;
}
.rarity {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.plus {
    position: absolute;
    top: 1px;
    right: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    z-index: 1;
}
.plus:hover {
    color: #e4b35a;
}
.price {
    position: absolute;
    bottom: 0;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 23%;
    text-shadow: 3px 1px 2px #000;

    /* background: linear-gradient(90deg,#6e7a89,#3a414a);
    border-radius: 0px 25px 25px 0; */
    padding: 0 10px;
}
.special_mark {
    bottom: 15%;
    font-size: 110%;
    color: #ff6933;
}
.special_mark i:hover{
    transition: all 0.2s;
    color: orangered;
}
.item.dis .price {
    color: rgba(255,255,255,0.8);
}
.factor {
    position: absolute;
    bottom: 23%;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 3px 1px 2px #000;
    padding: 0 10px;
}
.factor span {
    font-size: 10px;
}
.gems {
    position: absolute;
    height: 78%;
    width: 22%;
    right: 0;
    bottom: 0;
}
.gems .gem {
    border: 1px solid rgba(255,255,255,0.6);
    border: 1px solid #d1953a;
    margin-bottom: 1px;
    margin-right: 1px;
}
.gems img {
    width: 100%;
    height: auto;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gem.empty {
    background: rgba(40, 40, 40, 0.8);
    border: 1px solid transparent;
}
.gem.empty img {
    opacity: 0;
}

.custom_tooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: none;
    background-color: rgba(14, 17, 19, 0.9);
    color: #f2f2f2;
    position: absolute;
    text-align: center;
    padding: 5px 0;
    width: 320px;
    min-height: 50px;
    padding-bottom: 0px;
    z-index: 999;
}
.custom_tooltip .header {
    background: linear-gradient(90deg,rgba(100,100,100,0.2),rgba(255,255,255,0.2) 50%,rgba(100,100,100,0.2));
    padding: 15px 17px;
    width: 100%;
    margin-bottom: 5px;
}
.custom_tooltip .hero_name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.custom_tooltip .item_name {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: Proxima Nova, sans-serif;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.arrow_pro {
    position: absolute;
    top: 100%;
    left: 50%;
}
.arrow_pro:before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(14, 17, 19, 0.9);
}
.arrow_pro.ontop {
    top: 0%;
}
.arrow_pro.ontop:before {
    top: calc(0% - 8px);
    border-top: unset;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(14, 17, 19, 0.9);
}
.descriptor {
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.descriptor *{
    box-sizing: content-box;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #b4b4b4;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.item .timer {
    color: orange;
}
.is-hide {
    display: none;
}
.inventory_info {
    margin: 15px;

    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding: 20px 20px;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;

    box-shadow: 3px 4px 15px 0 rgba(0,0,0,.2);
    color: black;
    background-color: #efedf0;
    background-color: rgba(255,255,255,0.92);
}
.block_info {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    min-height: 280px;
    background-color: transparent;

    color: black;

    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.block_info a, .inventory_info a {
    transition: .2s;
    color: #2e7675;
    font-weight: 600;
    border-bottom: 2px solid #2e7675;
    text-transform: uppercase;
}
.block_info a:hover, .inventory_info a:hover {
    color: black;
    border-bottom: 1px solid transparent;
}
.dot_wrapper {
    height: 20px;
    width: 173px;
    margin: 150px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.dot_wrapper.dot_in_mid {
    margin: 0;
    top: calc(50% - 20px);
}
.dc1 {
    animation: dot_loading_1 1.5s infinite;
    left: 0;
    -webkit-animation: dot_loading_1 1.5s infinite;
}
.dc2 {
    animation: dot_loading_2 1.5s infinite;
    left: 70px;
}
.dc3 {
    animation: dot_loading_3 1.5s infinite;
    left: 140px;
}
.dotcon {
    display: block;
    float: left;
    position: absolute;
    width: 100px;
}
.dot {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: rgba(27,29,33,.8);
}
@keyframes dot_loading_1 {
    0% {
        transform: translate(0) rotate(0deg);
    }
    50% {
        transform: translate(0) rotate(180deg);
    }
    100% {
        transform: translate(70px) rotate(-180deg);
    }
}
@keyframes dot_loading_2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(-70px);
    }
}
@keyframes dot_loading_3 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-70px);
    }
}




.wraper_c2 {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #a2a196;
    background: linear-gradient(110deg,rgba(100,100,255,0.15) 50%,rgba(100,100,200,0.15));
    position: relative;
}
.top_gradient {
    box-sizing: border-box;
    height: 4px;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #bc822a;
    background: rgba(100,100,255,1);
}
.trade_button_wrap {
    position: relative;
    background: rgba(100,100,200,0.1);
    padding: 10px;
    padding-bottom: 70px;
    margin-bottom: 12px;
}
.trade_button_wrap:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    content: "";
    left: 47%;
    margin-left: -95px;
    position: absolute;
    bottom: -18px;
    border-top: 18px solid rgba(100,100,200,0.1);
}
.onepage_mid .trade_button_wrap:after {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    left: 32%;
}

.trade_button {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 13px;
    margin: 20px 0px;

    border-radius: 0px;

    color: rgba(255, 255, 255,0.9);

    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

    overflow: hidden;

    transition: all 0.1s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg,#c05f59,#b04a43);
}
.trade_button:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(166,68,63,.45);
}
[tradable] {
    background: linear-gradient(90deg,#029c85,#2e7675);
}
[tradable]:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(3,226,193,.5);
}
.trade_button:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    background: hsla(0,0%,100%,.1);
}
.trade_button:hover:before{
    opacity: 1;
    visibility: visible;
}
.trade_button:active {
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}


.balance_title {
    margin-bottom: 17px;
    position: relative;
    user-select: none;
    z-index: 1;
    color: rgba(48,48,64,0.9);
    font-family: "Open Sans", sans-serif;
}
.balance_title_top {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 2px;
    text-align: center;
}
.balance_title_bot {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 2px auto auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.balance_title_background {
    padding: 5px 0;
    cursor: pointer;
    background: linear-gradient(90deg,rgba(255,255,255,0.01),rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.01));
    font-size: 14px;
    color: #2e7675;
    font-family: Proxima Nova,sans-serif;
}
.higher_color {
    color: #b04a43;
}
.balance_title_shadow {
    bottom: -9%;
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    z-index: -100;
    background-image: radial-gradient(ellipse,rgba(131, 143, 175,0.6) 0, rgba(193, 199, 215, 0.5) 70%, rgba(193, 199, 215, 0.5) 100%);
}

.trade_step_container {
    display: block;
    position: relative;
    padding: 17px 5px;
    min-height: 400px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    user-select: none;
    color: rgba(48,48,64,1);
    margin-bottom: 32px;
}
.lite_step {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

.lite_step_dot_container {
    margin: 9px 0 0 10px;
}
.lite_step_dot {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #81817b;
    transition: 1s;
}
.waitingforcheck .lite_step_dot {
    background: #d1953a;
}
.waitingforcheck .lite_step_dot:before {
    content: "";
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    border: 3px solid transparent;
    border-top-color: #D4CC6A;
    border-bottom-color: #D4CC6A;
    border-top-color: #d1953a;
    border-bottom-color: #d1953a;
    border-color: #d1953a;
    border-radius: 50%;
    -webkit-animation: scaleload 2s ease-in-out infinite;
    -moz-animation: scaleload 2s ease-in-out infinite;
    -o-animation: scaleload 2s ease-in-out infinite;
    animation: scaleload 2s ease-in-out infinite;
}
.lite_step_line {
    position: relative;
    width: 2px;
    height: 35px;
    margin: 12px auto 2px;
    background: #81817b;
}
.lite_step_line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: 1s ease;
    transition-delay: 0.8s;
    background: #2e7675;
}
.lite_step:last-child .lite_step_line {
    display: none;
}

.lite_step_text {
    font-size: 14px;
    margin: 8px 0 0 14px;
    transition: 1s;
}
.lite_step_text span {
    font-size: 17px;
    font-weight: 600;
}
.check_box {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}
.check_box::before, .check_box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 5px;
    background-color: #2e7675;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.check_box::before {
    top: 22px;
    left: 12px;
    /* box-shadow: 0 0 0 5px #667788; */
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.checked .check_box::before {
    height: 30px;
    -moz-animation: dothatopcheck 1s ease 0s forwards;
    -o-animation: dothatopcheck 1s ease 0s forwards;
    -webkit-animation: dothatopcheck 1s ease 0s forwards;
    animation: dothatopcheck 1s ease 0s forwards;
}
.check_box::after {
    top: 12px;
    left: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checked .check_box::after {
    height: 15px;
    -moz-animation: dothabottomcheck 0.5s ease 0s forwards;
    -o-animation: dothabottomcheck 0.5s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.5s ease 0s forwards;
    animation: dothabottomcheck 0.5s ease 0s forwards;
}
.checked {
    color: #2e7675;
}
.checked .lite_step_dot {
    background: #40a5a4;
}
.checked .lite_step_line:before {
    height: 100%;
}
.failed .lite_step_dot {
    background: #c7706b;
    color: #b04a43;
}
.failed .lite_step_text {
    color: #b04a43;
}
.failed .check_box {
    display: none;
}
.cross_box {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}
.cross_box::before, .cross_box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 5px;
    background-color: #b04a43;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.cross_box::before {
    top: 2px;
    left: -2px;
    /* box-shadow: 0 0 0 5px #667788; */
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.failed .cross_box::before {
    height: 35px;
    -moz-animation: dothatopcross 1s ease 0s forwards;
    -o-animation: dothatopcross 1s ease 0s forwards;
    -webkit-animation: dothatopcross 1s ease 0s forwards;
    animation: dothatopcross 1s ease 0s forwards;
}
.cross_box::after {
    top: -1px;
    left: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.failed .cross_box::after {
    height: 35px;
    -moz-animation: dothabottomcross 0.5s ease 0s forwards;
    -o-animation: dothabottomcross 0.5s ease 0s forwards;
    -webkit-animation: dothabottomcross 0.5s ease 0s forwards;
    animation: dothabottomcross 0.5s ease 0s forwards;
}
@keyframes dothatopcross {
    0% {height: 0;}
    50% {height: 0;}
    100% {height: 35px;}
}
@keyframes dothabottomcross {
    0% {height: 0;}
    100% {height: 35px;}
}
@keyframes dothatopcheck {
    0% {height: 0;}
    50% {height: 0;}
    100% {height: 30px;}
}
@keyframes dothabottomcheck {
    0% {height: 0;}
    100% {height: 15px;}
}
@keyframes scaleload {
    0% {transform: rotate(0deg) scale(0.8);}
    50% {transform: rotate(360deg) scale(1.3);}
    100% {transform: rotate(360deg) scale(0.8);}
}
.trade_mess {
    color: rgba(255, 255, 255,0.9);
    font-size: 14px;
    font-weight: 600;
    min-height: 63px;
    /* line-height: 1; */
    font-family: "Open Sans", sans-serif;
    user-select: text;
}
.move_to_trade_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40,46,62,0.82);
    /* background-color: rgba(203,203,226,0.7); */
    padding: 10px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: center;
            align-content: center;
}
.move_to_trade_wrap:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    content: "";
    left: 47%;
    margin-left: -95px;
    position: absolute;
    bottom: -18px;
    border-top: 18px solid rgba(40,46,62,0.82);
}
.onepage_mid .move_to_trade_wrap:after {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    left: 32%;
}
.move_to_trade_page {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 10px 20px 12px;
    margin: 20px 0px;

    border-radius: 0px;

    font-family: "Open Sans", sans-serif;
    color: rgba(255, 255, 255,0.9);

    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;

    overflow: hidden;

    transition: all 0.1s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg,#8a9c4c,#6a7a35);
}
.move_to_trade_page.steam {
    background: linear-gradient(90deg,#5d568c 0,#3f3867);
    background: linear-gradient(90deg,#0370a4,#143a6c);
}
.move_to_trade_page:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(138,156,76,.45);
    color: rgba(255, 255, 255,0.9);
}
.move_to_trade_page.steam:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(4, 121, 175,.45);
    color: rgba(255, 255, 255,0.9);
}
.move_to_trade_page:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    background: hsla(0,0%,100%,.1);
}
.move_to_trade_page:hover:before{
    opacity: 1;
    visibility: visible;
}
.move_to_trade_page:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}
.deauthorize_container {
    min-height: 44px;
    width: 100%;
}
.deauthorize_tag {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 15px 15px;
    background: rgba(100,100,255,0.2);
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.deauthorize_tag a {
    color: #2e2e37;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.deauthorize_tag a:hover {
    color: black;
}


.trade_row_step_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.waiting_list {
    padding: 10px 30px 4px;
    min-width: 500px;
}
.waiting_item {
    color: #36a8ff;
    fill: #36a8ff;
    color: rgba(0,0,0,0.2);
    fill: rgba(0,0,0,0.2);
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0;
}
.max_5 .waiting_item {
    width: 20%;
}
.max_3 .waiting_item {
    width: 33.33%;
}
.waiting_item_label {
    padding: 0 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: darkgrey;
    word-break: keep-all;
    transition: all 1s ease;
}
.waiting_progress_box {
    position: relative;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 30px;
}
.progress_circle {
    position: relative;
    background: none;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 3px;
    border-color: darkgrey;
    border-radius: 50%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.progress_circle i {
    display: none;
}
.progress_bar {
    position: absolute;
    top: 0px;
    left: calc(50% + 15px);
    width: 0%;
    height: calc(50% + 2px);
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: lightseagreen;
    box-sizing: border-box;
}
.waiting_item.checked:last-child .progress_bar {
    display: none;
}
.waiting_item.waitingforcheck .progress_circle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top-color: #D4CC6A;
    border-bottom-color: #D4CC6A;
    border-top-color: white;
    border-bottom-color: white;
    border-radius: 50%;
    -webkit-animation: spinload 600ms linear infinite;
    -moz-animation: spinload 600ms linear infinite;
    -o-animation: spinload 600ms linear infinite;
    animation: spinload 600ms linear infinite;
}
.waiting_item.checked .waiting_item_label {
    color: lightseagreen;
}
.waiting_item.checked .progress_circle {
    background: black;
    border-color: lightseagreen;
    transition: all 1s ease;
}
.waiting_item.checked .progress_bar {
    animation-name: growLine;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
.waiting_item.failed .progress_circle {
    transition: all 1s ease;
    background: black;
    border-color: #d44d44;
    color: #d44d44;
}
.waiting_item.failed .waiting_item_label {
    color: #e8554b;
}
.waiting_item.failed .check_box {
    display: none;
}
.waiting_item.failed i {
    display: inline-block;
    font-size: 23px;
    width: 30px;
}
.waiting_item .check_box {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
}
.waiting_item .check_box::before, .waiting_item .check_box::after {
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 5px;
    background-color: lightseagreen;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: "";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.waiting_item .check_box::before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.waiting_item .check_box::after {
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.waiting_item.checked .check_box::after {
    height: 25px;
    -moz-animation: bottomcheck 0.5s ease 0s forwards;
    -o-animation: bottomcheck 0.5s ease 0s forwards;
    -webkit-animation: bottomcheck 0.5s ease 0s forwards;
    animation: bottomcheck 0.5s ease 0s forwards;
}
.waiting_item.checked .check_box::before {
    height: 60px;
    -moz-animation: topcheck 1s ease 0s forwards;
    -o-animation: topcheck 1s ease 0s forwards;
    -webkit-animation: topcheck 1s ease 0s forwards;
    animation: topcheck 1s ease 0s forwards;
}
.trade_row_step_container svg {
    width: 100px;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(-50% - 25px);
    left: calc(-50% - 25px);
}
.trade_row_step_container svg circle {
    fill: lightseagreen;
}
.waiting_item.checked svg {
    animation: svgAnimation 350ms cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-delay: 100ms;
}
@keyframes svgAnimation {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    30% {
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes growLine {
    0% {width: 0;}
    50% {width: 0%;}
    100% {width: calc(100% - 30px);}
}
@keyframes bottomcheck {
    0% {height: 0;}
    100% {height: 12px;}
}
@keyframes topcheck {
    0% {height: 0;}
    50% {height: 0;}
    100% {height: 30px;}
}
@keyframes spinload {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bot_profile_container {
    padding: 10px 30px 4px;
}
.bot_profile_box {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(90deg,rgba(32, 63, 80, 0.6) 20%,rgba(12, 33, 45, 0.7));
    background-color: rgba(31, 47, 68, 0.65);
    transition: all 0.2s;
    transition: transform 0.3s;
    box-shadow: 2px 2px 2px black;
    opacity: 0;
    transform: scale(1.2);
}
.bot_profile_box[href] {
    opacity: 1;
    transform: scale(1);
}
.bot_profile_box:hover {
    box-shadow: 3px 3px 3px black;
    color: inherit;
}
.bot_profile_avatar {
    border: 2px solid lightseagreen;
}
.bot_profile_avatar img {
    height: 100px;
}
.bot_profile_info {
    background: transparent;
}
.bot_row_info {
    padding: 5px 10px;
    height: 50%;
    width: 240px;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.bot_row_info:first-child {
    align-items: flex-end;
}
.go_trading_page_container {
    padding: 10px 30px 4px;
}
.go_trading_page_box {
    height: 104px;
    width: 344px;
    display: flex;
    flex-flow: column;
    background-color: rgba(31, 47, 68, 0.2);
    box-shadow: 2px 2px 2px #00000090;
    opacity: 1;
}
.go_trading_page_container .move_to_trade_page {
    margin: 0;
}
.go_trading_page_container .move_to_trade_page {
    display: none;
}
.go_trading_page_container .move_to_trade_page[href] {
    display: block;
}
.go_trading_trade_mess {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    word-break: keep-all;
    padding: 0 20px;
    font-weight: inherit;
}
.go_trading_page_container .move_to_trade_page {
    flex: 2 0 auto;
}


.trade_link_container {
    width: 100%;
    margin-bottom: 35px;
    background: linear-gradient(135deg,rgba(40,46,62,0.35) 30%, rgba(48,48,64,0.2));
    padding: 12px 66px 12px 12px;
    position: relative;
}
.trade_link_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trade_link_form {
    width: calc(50% + 76px);
    display: flex;
    flex-wrap: nowrap;
}
.trade_link_info {
    display: flex;
    flex-wrap: nowrap;
}
.trade_link_info .smart_button_wrap:first-child {
    margin-right: 20px;
}
.trade_link_box_label {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0 22px;

    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: #343c41;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    /* box-shadow: 3px 4px 15px 0 rgba(0,0,0,.2); */
}

.trade_link_box_input {
    position: relative;
    flex: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* box-shadow: 3px 4px 15px 0 rgba(0,0,0,.2); */
}
.trade_link_box_input[animation]::before {
    content: '';
    position: absolute;
    background: #8a9c4c;
    left: 100%;
    width: 10px;
    height: 100%;
}
.trade_link_box_input[animation='true']::before {
    background: rgba(0,0,0,0);
    left: 0;
    transition: all 1s ease;
}
.trade_link_box_input[animation]::after {
    content: '';
    position: absolute;
    background: #8a9c4c;
    left: -10px;
    width: 10px;
    height: 100%;
}
.trade_link_box_input[animation='true']::after {
    background: rgba(0,0,0,0);
    left: 100%;
    transition: all 1s ease;
}

.trade_link_box_input input {
    background: #fff;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: rgba(55,65,87,.8);
    font-size: 15px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%;
    height: 46px;
}
.trade_link_info_text {
    position: absolute;
    background-color: rgba(255,255,255,0.92);
    color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 12px 66px 12px 12px;
    overflow: hidden;
}
.trade_link_info_text i {
    font-size: 46px;
    color: #788943;
}
.trade_link_info_text .info_text {
    height: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 20px;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}

.smart_button_wrap {
    box-shadow: 3px 4px 15px 0 rgba(0,0,0,.2);
}
.smart_button_wrap a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 42px;
    padding: 0 30px;
    min-width: 120px;
    font-family: "Open Sans", sans-serif;
}
.smart_button_wrap.inlineflex a {
    display: inline-flex;
}
.smart_button_wrap a i {
    font-size: 200%;
    padding-right: 12px;
    color: inherit;
}

.smart_button {
    position: relative;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;

    color: rgba(255, 255, 255,0.9);

    text-align: center;

    overflow: hidden;
    transition: all 0.1s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg,#8a9c4c,#6a7a35);

    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.smart_button:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(138,156,76,.45);
    color: rgba(255, 255, 255,0.9);
}
.smart_button.steam_color {
    background: linear-gradient(90deg,#5d568c 0,#3f3867);
    background: linear-gradient(90deg,#0370a4,#143a6c);
}
.smart_button.steam_color:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(4, 121, 175,.45);
    color: rgba(255, 255, 255,0.9);
}
.smart_button.violet_color {
    background: linear-gradient(90deg,#5d568c 0,#3f3867);
}
.smart_button.violet_color:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(105, 97, 158,.45);
    color: rgba(255, 255, 255,0.9);
}
.smart_button.hardgreen_color {
    background: linear-gradient(90deg,#029c85,#2e7675);
}
.smart_button.hardgreen_color:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(3,226,193,.45);
}
.smart_button.brown_color {
    background: linear-gradient(90deg,#515161 0,#2e2e37);
}
.smart_button.brown_color:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 36px rgba(104,104,125,.75);
}
.smart_button:focus {
    color: rgba(255, 255, 255,0.9);
}
.smart_button:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    background: hsla(0,0%,100%,.1);
}
.smart_button:hover:before{
    opacity: 1;
    visibility: visible;
}
.smart_button:active
,.smart_button.steam_color:active
,.smart_button.violet_color:active
,.smart_button.hardgreen_color:active
,.smart_button.brown_color:active {
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}


.terms_content {
    padding: 0px;
    height: auto;
    font: 26px Georgia, serif;
    text-align: center;
    align-items: center;
    font-family: Proxima Nova, sans-serif;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    position: relative;
}
.statistics_middle img {
    max-width: 100%;
    max-height: 50px;
}
.statistics_middle a {
    display: flex;
    background-color: #242424;
}
.statistics_middle span {
    text-align: center;
    align-content: center;
    word-break: keep-all;
    overflow: hidden;
    max-height: 50px;
    padding: 0 10px;
}
.terms_header {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    padding: 60px 0 30px;
    color: #3f3867;
    color: black;
}
.terms_body {
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
    padding: 20px 0 60px;
    color: #3f3867;
    color: black;
}

.terms_text {
    margin: 0 10%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(63, 56, 103, 0.6);
    text-align: left;
    font-size: 20px;
    font-family: Courier New;
}
.terms_text p {
    margin: 15px auto;
}
.terms_text p a, .faq_text p a {
    transition: border .2s;
    border-bottom: 1px solid rgba(200,0,0,0.8);
    color: rgba(200,0,0,0.8);
    text-decoration: none;
}

.terms_text p a:hover, .faq_text p a:hover {
    border-bottom: 1px solid rgba(255, 25, 255, 0);
}

.terms_title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10%;
    margin-top: 20px;
}
.terms_footer {
    margin-bottom: 60px;
    padding: 20px 0;
    background-color: rgba(165, 42, 42, 0.6);
    background: linear-gradient(90deg,#3f3867,#2e6584);
}
.terms_footer_text {
    font-size: 25px;
    font-weight: 400;
    margin: auto 15%;
    text-align: center;
    color: white;
}
.terms_footer_text a {
    transition: all 0.2s;
    border-bottom: 2px solid #e4a13b;
    color: #e4a13b;
}
.terms_footer_text a:hover {
    border-bottom: 2px solid transparent;
}

.faq_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10%;
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
}
.faq_title:hover {
    transition: 200ms;
    color: brown;
}
.faq_title.active {
    color: black;
}
.faq_text {
    margin: 0 10%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(63, 56, 103, 0.6);
    text-align: left;
    font-size: 20px;
    font-family: Courier New;
    display: none;
}
.faq_text p {
    margin: 15px auto;
}
.faq_text p strong {
    text-transform: uppercase;
}

.bot_hold_btn {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    background-color: #e4a13b;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.1s;
    user-select: none;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .35);
}
.bot_hold_btn:hover {
    background-color: darkorange;
}
.bot_hold_btn:active {
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}
.bot_hold_title {
    padding-bottom: 10px;
}
.bot_hold_row {
    min-height: 150px;
    position: relative;
    border-bottom: 1px solid hsla(300,4%,91%,.6);
    padding-bottom: 20px;
    display: none;
    margin: 0 8%;
}
.bot_hold_row hr {
    background: transparent;
    border: 0;
    margin: 0 calc(50% - 175px);
    border-bottom: 1px solid hsla(300,4%,91%,.6);
}
.bot_hold_row hr:first-child {
    border-color: transparent;
}
.bot_hold_header {
    cursor: unset;
    padding-top: 10px;
}
.bot_hold_header span[online] {
    color: mediumseagreen;
}
.bot_hold_header span[offline] {
    color: orangered;
}
.bot_hold_body {
    padding-top: 9px;
}

.statistics_title, .bot_hold_header {
    color: #dedede;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10%;
    padding-top: 20px;
    text-align: center;
}
.statistics_title.is_active {
    color: #e4a13b;
}
.statistics_title[day] {
    color: #dedede;
    cursor: pointer;
}
.statistics_title[day]:hover {
    transition: 200ms;
    color: #e4a13b;
}
.statistics_row {
    margin: 0 8%;
    padding: 10px 0;
    border-bottom: 1px solid hsla(300,4%,91%,.6);
    text-align: center;
    color: #dedede;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    display: none;
}
.statistics_row.newtradecome {
    display: block;
    border-color: transparent;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.05);
    background-color: rgba(0,0,0,0.1);
}
.statistics_row .s_item {
    width: 100px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    color: #ffffff;
    font-weight: 800;
    padding: 5px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    margin: 4px;
    outline: none;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.statistics_row .s_item_image {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.statistics_row .s_item_name {
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
    word-break: break-word;
}
.statistics_row .s_item_image img {
    width: 100%;
    max-height: 60px;
    margin-top: 0px;
    -o-object-fit: contain;
     object-fit: contain;
}
.statistics_body {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed hsla(300,4%,91%,.2);
}
.statistics_body:first-child {
    border-top: 1px solid rgba(0,0,0,0);
}
.statistics_left {
    display: inline-block;
    width: calc(50% - 134px);
    text-align: right;
    padding: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid rgba(50,255,50,.6);
    max-height: 510px;
    overflow-y: auto;
}
.statistics_middle {
    display: inline-block;
    width: 268px;
    text-align: left;
    background-color: rgba(255,255,255,.2);
    overflow: hidden;
}
.statistics_middle p {
    padding-left: 9px;
    margin: 0;
}
.statistics_middle p[green] {
    color: rgba(50,255,50,.6);
}
.statistics_middle p[red] {
    color: #e4a13b;
}
.statistics_right {
    display: inline-block;
    width: calc(50% - 134px);
    text-align: left;
    padding: 9px;
    border-left: 5px solid rgba(255,50,50,.6);
    border-right: 5px solid transparent;
    max-height: 510px;
    overflow-y: auto;
}

.ticket_wrapper {
    margin: 15px 10%;
    padding-bottom: 10px;
    text-align: left;
    font-size: 20px;
    font-family: Courier New;
}
.ticket_content {
    width: 100%;
    min-height: 220px;
    max-height: 700px;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}
.ticket_content .wrap_mess {
    width: 100%;
    margin: 15px 0 0;
    display: grid;
    text-align: center;
    color: #90949c;
    position: relative;
}
.ticket_content .wrap_mess.left .avatar {
    width: 42px;
    height: 42px;
    left: 0px;
    bottom: 0;
    position: absolute;
}
.ticket_content .wrap_mess.left .avatar img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    background: url("");
    background-size: cover;
}
.ticket_content .wrap_mess.left {
    padding-left: 50px;
}
.ticket_content .wrap_mess.left span {
    margin-right: 40px;
    float: left;
}
.ticket_content .wrap_mess.right span {
    margin-left: 40px;
    float: right;
}
.ticket_content span {
    line-height: 30px;
    padding: 6px 20px;
    margin-top: 2px;
    text-align: left;
    display: table;
}
.ticket_content span img {
    height: 29px;
    padding: 0 2px;
}
.ticket_content .left div span {
    background-color: #f1f0f0;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 1.3em;
}
.ticket_content .left div:nth-child(2) span {
    border-top-right-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.ticket_content .left div:last-child span {
    border-bottom-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-right-radius: 1.3em;
}
.ticket_content .right div span {
    background-color: #3578e5;
    background-color: #337ab7;
    color: white;
    border-top-left-radius: 1.3em;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 1.3em;
    border-bottom-right-radius: 4px;
}
.ticket_content .right div:first-child span {
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.ticket_content .right div:last-child span {
    border-bottom-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.ticket_content::-webkit-scrollbar-track-piece, textarea::-webkit-scrollbar-track-piece, .ticket_admin_name_control::-webkit-scrollbar-track-piece {
	background: black;
	-webkit-border-radius: 0;
    border: 2px solid #bcbfd0;
    box-sizing: border-box;
}
.ticket_content::-webkit-scrollbar, textarea::-webkit-scrollbar, .ticket_admin_name_control::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.ticket_content::-webkit-scrollbar-thumb:vertical, textarea::-webkit-scrollbar-thumb:vertical, .ticket_admin_name_control::-webkit-scrollbar-thumb:vertical {
	background-color: #595d73;
	-webkit-border-radius: 4px;
	outline: 2px solid #ffffff;
	ouline-offset: -2px;
	border: 2px solid rgba(255,255,255,0);
}
.ticket_content::-webkit-scrollbar-thumb:hover, textarea::-webkit-scrollbar-thumb:hover .ticket_admin_name_control::-webkit-scrollbar-thumb:hover {
	background-color: #6f7490;
	-webkit-border-radius: 4px;
}
.ticket_content::-webkit-scrollbar-thumb:horizontal, textarea::-webkit-scrollbar-thumb:horizontal, .ticket_admin_name_control::-webkit-scrollbar-thumb:horizontal {
	background-color: #bbbbbb;
	-webkit-border-radius: 4px;
	outline: 2px solid #ffffff;
	ouline-offset: -2px;
	border: 2px solid #ffffff;
}
.InputTicket {
    width: 100%;
    height: 106px;
    margin: 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
}
textarea[type=ticket] {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    margin: 0;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    border-radius: 5px;
    color: black;
    font: inherit;
    font-size: 16px;
    background: #f1f0f0;
    transition: all 0.25s;
    position: relative;
    word-wrap: break-word;
    outline: inherit;
}
textarea[type=ticket]::-webkit-input-placeholder {
    color: rgb(39,39,39);
}
textarea[type=ticket]:focus::-webkit-input-placeholder {
    color: #6f7490;
    transition: all 0.25s;
}
.ticket_admin_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ticket_admin_name_control {
    flex: 0 0 25%;
    max-width: 420px;
    min-width: 280px;
    background: rgba(100,100,200,0.2);
    float: left;
    text-align: left;
    height: 779px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ticket_user_pic {
    padding: 12px;
    cursor: pointer;
    display: flex;
    transition: all 500ms;
}
.ticket_user_pic img {
    min-width: 268px;
    min-height: 44px;
    background-color: rgba(58,58,58,1);
}
.ticket_user_pic:hover {
    background: linear-gradient(90deg,rgba(58,58,58,1),rgba(58,58,58,0.6) 50%,rgba(58,58,58,1));
}
.ticket_user_pic.active {
    background: linear-gradient(110deg,rgba(58,58,58,1) 50%,#333);
    background-color: rgba(58,58,58,1);
}
.ticket_user_pic .text {
    height: 44px;
    padding: 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.justnew {
    animation: BackgroundFlash 0.8s ease 0s forwards;
}
@keyframes BackgroundFlash {
    0%,
    100% {
        background: default;
        opacity: default;
        transform: default;
    }
    50% {
        background: dodgerblue;
        opacity: 0.1;
        transform: scale(1.1, 1.1);
    }
    51% {
        background: dodgerblue;
        opacity: 0.1;
        transform: scale(1, 1);
    }
}
.justnew .text {
    font-weight: bold;
    color: dodgerblue;
}
.ticket_user_pic.active .text {
    color: rgba(255,255,255,0.6);
}

.ticket_admin_messarea {
    flex: 0 0 75%;
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
    position: inherit;
    height: 779px;
    overflow: hidden;
}
.ticket_admin_header {
    font-size: 20px;
    font-family: Courier New;

    height: 68px;
    padding: 12px;
    background: rgba(255,255,255,0.5);
    text-align: center;

    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.ticket_admin_header .name_and_id {
    height: 100%;
}
.ticket_admin_messarea .ticket_content {
    min-height: 500px;
    max-height: 500px;
}

.ticket_btn {
    display: inline-block;
    background-color: DodgerBlue;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .35);
    font-family: Courier New;
    line-height: normal;
}
.ticket_btn.green {
    background-color: mediumseagreen;
}
.ticket_btn:hover {
    background-color: RoyalBlue;
}
.ticket_btn.green:hover {
    background-color: forestgreen;
}
.ticket_btn:active {
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}

.boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.boxLoading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: boxLoadingShadow 0.5s linear infinite;
}
.boxLoading:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #1A6844;
    animation: boxLoadingAnimate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
@keyframes boxLoadingAnimate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes boxLoadingShadow {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}




.ace_container {
    padding: 0 20px;
    width: 100%;
    text-align: left;
}
.ace_container * ::-webkit-scrollbar {
    width: auto;
}
.ace_container * ::-webkit-scrollbar-thumb {
    height: 50px;
}

.ace_wrapper {
    position: relative;
    height: 720px;
    margin: 0;
}
#ace_editorid {
    font-size: 14px;
    font-family: Consolas,Liberation Mono,Menlo,Courier,monospace;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
}
#ace_editorid.ace-xcode{
    background-color: rgba(255, 255, 255, 0.5);
}
.ace_header {
    font-size: 30px;
    margin: 0 0 12px;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #444;
    text-transform: none;
}
.ace_header span {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: dodgerblue;
    font-weight: 400;
}
.ace_tab_box {
    position: relative;
    height: 15px;
    width: 100%;
    border-top: 1px solid #09729f;
}
.ace_all_btn {
    padding: 15px 0;
    display: inline-flex;
    width: 100%;
}
.ace_btn {
    display: inline-block;
    background-color: rgb(165, 175, 186);
    border: none;
    color: rgb(0, 0, 0, 0.4);
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .35);
    font-family: 'Helvetica Neue','Lucida Grande',Microsoft YaHei,Arial,'Liberation Sans',sans-serif;
    line-height: normal;

    margin-left: 15px;
    min-width: 110px;
    text-align: center;
    cursor: not-allowed;
}
.ace_btn i {
    font-size: 110%;
}
.ace_btn:first-child {
    margin-left: 0;
}
.ace_btn.superior {
    color: black;
    cursor: pointer;
    background-color: lightslategrey;
    opacity: unset;
}
.ace_btn.superior:hover {
    background-color: rgb(99, 115, 131);
}
.ace_btn.king {
    color: black;
    cursor: pointer;
    background-color: DodgerBlue;
    opacity: unset;
}
.ace_btn.king:hover {
    background-color: #0073e6;
}
.ace_btn.superior:active {
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}
