;.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.animated.bounceIn{-webkit-animation-duration:.7s;animation-duration:.7s}.animated.bounceOut{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.animated.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}.animated.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.7s;animation-duration:.7s}.animated.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:.3s;animation-duration:.3s}.animated.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:perspective(1px) scale3d(.3,.3,.3);transform:perspective(1px) scale3d(.3,.3,.3)}20%{-webkit-transform:perspective(1px) scale3d(1.1,1.1,1.1);transform:perspective(1px) scale3d(1.1,1.1,1.1)}40%{-webkit-transform:perspective(1px) scale3d(.9,.9,.9);transform:perspective(1px) scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:perspective(1px) scale3d(1.03,1.03,1.03);transform:perspective(1px) scale3d(1.03,1.03,1.03)}80%{-webkit-transform:perspective(1px) scale3d(.97,.97,.97);transform:perspective(1px) scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:perspective(1px) scaleX(1);transform:perspective(1px) scaleX(1)}}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:open-sanscondensed-light,sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;background-color:transparent;padding:0;margin:0;float:left;border:none;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr :after,.redux-toastr :before{box-sizing:border-box}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{top:0}.redux-toastr .bottom-right,.redux-toastr .top-right{right:0}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right{bottom:0}.redux-toastr .bottom-left,.redux-toastr .top-left{left:0}.redux-toastr .bottom-center,.redux-toastr .top-center{left:50%;margin-left:-175px}@media (max-width:320px){.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:320px}.redux-toastr .bottom-center,.redux-toastr .top-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0 0 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:700;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:transparent;font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.redux-toastr .toastr.rrt-error,.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}.redux-toastr .toastr{min-height:50px}.redux-toastr .toastr .rrt-left-container{width:50px}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:50px;height:50px;line-height:40px;margin-top:-20px}.redux-toastr .toastr .rrt-middle-container{margin-left:50px}.close-toastr span{color:#fff;font-weight:700}.flag-select{position:relative;display:inline-block;vertical-align:inherit;padding-bottom:5px;text-align:left}.flag-select__btn{padding:0 8px;color:#4d4d4d;border:none;background:transparent}.flag-select__btn:after,.flag-select__btn[aria-expanded=true]:after{content:" ";width:0;height:0;display:inline-block;vertical-align:middle;margin-left:5px}.flag-select__btn:after{border-top:5px solid #4d4d4d;border-bottom:0}.flag-select__btn:after,.flag-select__btn[aria-expanded=true]:after{border-left:5px solid transparent;border-right:5px solid transparent}.flag-select__btn[aria-expanded=true]:after{border-top:0;border-bottom:5px solid #4d4d4d}.flag-select__btn:before{content:" ";display:block;width:100%;height:100%;position:absolute;z-index:999}.flag-select__option{cursor:pointer;padding:0 8px 3px;margin:4px 0;white-space:nowrap}.flag-select__options{position:absolute;z-index:999999;border:1px solid #bdbbbb;border-radius:3px;background:#fff;margin-top:8px;padding:8px 0;max-height:160px;overflow:auto}.flag-select__options.to--left{right:10px}.flag-select__option--placeholder{height:inherit;width:inherit;display:inline-block;vertical-align:middle}.flag-select__option:not(.flag-select__option--placeholder):focus,.flag-select__option:not(.flag-select__option--placeholder):hover{outline:none;background:#eaeaea}.flag-select__option.has-label{padding:0 20px 3px 8px}.flag-select__option__label{font-size:1em;position:relative;padding-left:9px}.flag-select__option__icon{width:1.3em;height:1.3em;position:relative;top:.3em}.flag-select .filterBox{width:100%}.flag-select .filterBox input{width:90%;margin:0 4%}.flag-select .filterBox input:focus{outline:none}.flag-select .hidden{display:none}.flag-select .no--focus{pointer-events:none}.rangeslider{margin:20px 0;position:relative;background:#e6e6e6;touch-action:none}.rangeslider,.rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;position:absolute;box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{width:40px;height:40px;text-align:center;position:absolute;background-color:rgba(0,0,0,.8);font-weight:400;font-size:14px;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;border-radius:4px;display:inline-block;color:#fff;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.rangeslider .rangeslider__handle-tooltip span{margin-top:12px;display:inline-block;line-height:100%}.rangeslider .rangeslider__handle-tooltip:after{content:" ";position:absolute;width:0;height:0}.rangeslider-horizontal{height:12px;border-radius:10px}.rangeslider-horizontal .rangeslider__fill{height:100%;background-color:#7cb342;border-radius:10px;top:0}.rangeslider-horizontal .rangeslider__handle{width:30px;height:30px;border-radius:30px;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.rangeslider-horizontal .rangeslider__handle:after{content:" ";position:absolute;width:16px;height:16px;top:6px;left:6px;border-radius:50%;background-color:#dadada;box-shadow:inset 0 1px 3px rgba(0,0,0,.4),inset 0 -1px 3px rgba(0,0,0,.4)}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.8);left:50%;bottom:-8px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.rangeslider-vertical{margin:20px auto;height:150px;max-width:10px;background-color:transparent}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{width:100%;background-color:#7cb342;box-shadow:none;bottom:0}.rangeslider-vertical .rangeslider__handle{width:30px;height:10px;left:-10px;box-shadow:none}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid rgba(0,0,0,.8);left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{top:0;bottom:inherit}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{position:relative;list-style-type:none;margin:0 0 0 24px;padding:0;text-align:left;width:250px;height:100%;left:10px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{content:"";width:10px;height:2px;background:#000;position:absolute;left:-14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}.rangeslider__labels .rangeslider__label-item{position:absolute;font-size:14px;cursor:pointer;display:inline-block;top:10px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}*,p,ul{margin:0;padding:0}input:focus{outline:0}a{color:#6d66a0;font-weight:600}.center{text-align:center}.action-tag{border:1px solid #413d5d;display:inline-block;padding:5px 10px;border-radius:20px;font-size:14px;height:33px}.action-resource{border-color:#3498db;color:#3498db}.action-stake{border-color:#16a085;color:#16a085}.action-producer{border-color:#8e44ad;color:#8e44ad}.action-social{border-color:#f39c12;color:#f39c12}.action-transfer-out{border-color:#e74c3c;color:#e74c3c}.action-transfer-in{border-color:#2ecc71;color:#2ecc71}.action-content .grey{color:#a2a4a4;margin-left:5px}.action-content .grey:first-child{margin-left:0}.action-content .address{width:500px}.text-truncate{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom}.time{font-size:12px;color:#a2a4a4}.top-number{width:30px;height:30px;background-color:#d6dadb;display:inline-block;text-align:center;line-height:30px;border-radius:50%;font-size:16px;font-weight:600}.process{background-color:#9d9f9f;height:5px}.process .current{background-color:#6d66a0;height:5px}.status-error:before,.status-pending:before,.status-success:before{content:"";display:inline-block;width:7px;height:7px;background-color:#14ef61;vertical-align:middle;border-radius:50%;margin-right:5px}.status-error:before{background-color:red}.status-pending:before{background-color:#ee8f3b}.btn-default{background-color:#413d5d;color:#fff;font-size:12px;padding-left:15px;padding-right:15px;border-radius:12px}.btn-default .icon{height:12px;margin-right:5px;vertical-align:-1px}.btn-default:hover{color:#d6dadb}.btn-disable,input:disabled,input:disabled+.suffix{opacity:.7;cursor:not-allowed!important}.btn-color{border:none;padding:0 25px;background-image:linear-gradient(269deg,#8e3ddf,#f94f4f);height:50px;line-height:50px;border-radius:8px;font-weight:700;color:#fff;display:inline-block;min-width:200px;font-size:24px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative}.btn-color:hover{color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}@-webkit-keyframes maskBorder{0%{clip:rect(0,50px,10px,0)}20%{clip:rect(0,200px,10px,0)}35%{clip:rect(0,200px,10px,190px)}50%{clip:rect(10px,200px,50px,190px)}60%{clip:rect(40px,200px,50px,190px)}70%{clip:rect(40px,200px,50px,0)}85%{clip:rect(40px,10px,50px,0)}90%{clip:rect(0,10px,50px,0)}to{clip:rect(0,10px,10px,0)}}@keyframes maskBorder{0%{clip:rect(0,50px,10px,0)}20%{clip:rect(0,200px,10px,0)}35%{clip:rect(0,200px,10px,190px)}50%{clip:rect(10px,200px,50px,190px)}60%{clip:rect(40px,200px,50px,190px)}70%{clip:rect(40px,200px,50px,0)}85%{clip:rect(40px,10px,50px,0)}90%{clip:rect(0,10px,50px,0)}to{clip:rect(0,10px,10px,0)}}.btn-color-loading{opacity:.7;cursor:not-allowed!important}.btn-color-loading:after{content:" ";z-index:5;border-radius:8px;display:block;position:absolute;left:2px;top:2px;bottom:2px;right:2px;border:2px solid #fff;clip:rect(0,0,0,0);-webkit-animation:maskBorder 1.2s infinite;animation:maskBorder 1.2s infinite}.loading-overlay{min-height:300px;overflow:hidden}._loading_overlay_overlay{background:#ecf0f1!important;color:#6d66a0}._loading_overlay_overlay svg circle{stroke:#6d66a0!important}._loading_overlay_content img{width:100px;height:100px;display:block;margin:auto}.wallet-sidebar{background-color:#413d5d}.wallet-sidebar li a{display:block;color:#fff;font-size:18px;padding:15px 25px}.wallet-sidebar li a .icon{margin-right:10px;vertical-align:-3px}.wallet-sidebar li a .right-arrow{margin-top:4px;float:right}.wallet-sidebar li a:hover{text-decoration:none;background-color:#544f77}.wallet-sidebar li.active a{background-color:#544f77}.card{background-color:#fff;padding:30px 20px;border:1px solid #dce2e3;display:block;flex-direction:row;position:relative}.one-statistic{text-align:center}.one-statistic .title{font-size:14px;color:#a2a4a4}.one-statistic .number{font-weight:600;font-size:24px}.input-default{position:relative}.input-default .label{display:block;text-transform:uppercase;font-size:14px;font-weight:600}.input-default input{width:100%;margin-top:5px;border:1px solid #dce2e3;padding:5px 10px;background-color:#f3fdff}.input-default .suffix{position:absolute;right:0;bottom:1px;background-color:#cbcbcb;padding:5px 20px;font-weight:600}.table{width:100%;background-color:#f3f3f3;border:1px solid #dce2e3;margin-bottom:0}.table .table-header{padding:10px;border-bottom:1px solid #dce2e3}.table .table-header .title{font-size:14px;color:#000;text-transform:uppercase;display:inline-block}.table .table-header .pagination{float:right;margin-top:-2px}.table .table-title{padding:10px;border-bottom:1px solid #dce2e3}.table .table-title li{font-size:14px;color:#a2a4a4}.table .table-body{padding:0 10px}.table .table-body .table-row{padding:10px 0;border-bottom:1px solid #dce2e3}.table .table-body .table-row:last-child{border-bottom:0}.table .table-footer{padding:10px;border-top:1px solid #dce2e3}.table .table-footer .view-more a{color:#a2a4a4;font-weight:600}.table .table-footer .pagination{float:right}.error-message{font-family:monospace;color:#dc3545}.error-message .title{font-weight:700;font-family:Rajdhani,sans-serif}.rangeslider{box-shadow:inset 0 1px 5px 0 rgba(0,0,0,.07);background-color:#ecf0f1;height:18px;margin:15px 0}.rangeslider .rangeslider__fill{background-color:#413d5d;height:18px}.rangeslider .rangeslider__handle{width:18px;height:18px}.rangeslider .rangeslider__handle:after{display:none}.select-location{height:36px;margin-top:5px;width:100%;background-color:#f3fdff;border:1px solid #dce2e3}.select-location .arrow-down{display:none}.select-location .selected--flag--option .country-flag img{top:4px}.select-location .selected--flag--option .country-flag .country-label{top:5px}.select-location .country-flag img{top:-3px}.select-location .country-flag .country-label{top:-2px}.select-location .flag-options{width:100%}.select-location .has-label{padding:5px 10px 0!important}.select-location .filterBox{padding:0 10px}.select-location .filterBox input{margin:0;width:100%;padding:0 5px}#address .table-address-transaction,#block-info .table-block-transaction,#block .table-block,#txs .table-transaction,#wallet-stake .table-packages,#wallet-vote .table-voted,.table-producer{margin-top:30px}#address .table-address-transaction .one-block ul,#address .table-address-transaction .one-package ul,#address .table-address-transaction .one-producer ul,#address .table-address-transaction .one-transaction ul,#address .table-address-transaction .one-vote ul,#address .table-address-transaction .table-title ul,#block-info .table-block-transaction .one-block ul,#block-info .table-block-transaction .one-package ul,#block-info .table-block-transaction .one-producer ul,#block-info .table-block-transaction .one-transaction ul,#block-info .table-block-transaction .one-vote ul,#block-info .table-block-transaction .table-title ul,#block .table-block .one-block ul,#block .table-block .one-package ul,#block .table-block .one-producer ul,#block .table-block .one-transaction ul,#block .table-block .one-vote ul,#block .table-block .table-title ul,#txs .table-transaction .one-block ul,#txs .table-transaction .one-package ul,#txs .table-transaction .one-producer ul,#txs .table-transaction .one-transaction ul,#txs .table-transaction .one-vote ul,#txs .table-transaction .table-title ul,#wallet-stake .table-packages .one-block ul,#wallet-stake .table-packages .one-package ul,#wallet-stake .table-packages .one-producer ul,#wallet-stake .table-packages .one-transaction ul,#wallet-stake .table-packages .one-vote ul,#wallet-stake .table-packages .table-title ul,#wallet-vote .table-voted .one-block ul,#wallet-vote .table-voted .one-package ul,#wallet-vote .table-voted .one-producer ul,#wallet-vote .table-voted .one-transaction ul,#wallet-vote .table-voted .one-vote ul,#wallet-vote .table-voted .table-title ul,.table-producer .one-block ul,.table-producer .one-package ul,.table-producer .one-producer ul,.table-producer .one-transaction ul,.table-producer .one-vote ul,.table-producer .table-title ul{display:flex;align-items:center}#address .table-address-transaction .one-block ul li,#address .table-address-transaction .one-package ul li,#address .table-address-transaction .one-producer ul li,#address .table-address-transaction .one-transaction ul li,#address .table-address-transaction .one-vote ul li,#address .table-address-transaction .table-title ul li,#block-info .table-block-transaction .one-block ul li,#block-info .table-block-transaction .one-package ul li,#block-info .table-block-transaction .one-producer ul li,#block-info .table-block-transaction .one-transaction ul li,#block-info .table-block-transaction .one-vote ul li,#block-info .table-block-transaction .table-title ul li,#block .table-block .one-block ul li,#block .table-block .one-package ul li,#block .table-block .one-producer ul li,#block .table-block .one-transaction ul li,#block .table-block .one-vote ul li,#block .table-block .table-title ul li,#txs .table-transaction .one-block ul li,#txs .table-transaction .one-package ul li,#txs .table-transaction .one-producer ul li,#txs .table-transaction .one-transaction ul li,#txs .table-transaction .one-vote ul li,#txs .table-transaction .table-title ul li,#wallet-stake .table-packages .one-block ul li,#wallet-stake .table-packages .one-package ul li,#wallet-stake .table-packages .one-producer ul li,#wallet-stake .table-packages .one-transaction ul li,#wallet-stake .table-packages .one-vote ul li,#wallet-stake .table-packages .table-title ul li,#wallet-vote .table-voted .one-block ul li,#wallet-vote .table-voted .one-package ul li,#wallet-vote .table-voted .one-producer ul li,#wallet-vote .table-voted .one-transaction ul li,#wallet-vote .table-voted .one-vote ul li,#wallet-vote .table-voted .table-title ul li,.table-producer .one-block ul li,.table-producer .one-package ul li,.table-producer .one-producer ul li,.table-producer .one-transaction ul li,.table-producer .one-vote ul li,.table-producer .table-title ul li{display:inline-block}#address .table-address-transaction .one-block ul li:first-child,#address .table-address-transaction .one-package ul li:first-child,#address .table-address-transaction .one-producer ul li:first-child,#address .table-address-transaction .one-transaction ul li:first-child,#address .table-address-transaction .one-vote ul li:first-child,#address .table-address-transaction .table-title ul li:first-child,#block-info .table-block-transaction .one-block ul li:first-child,#block-info .table-block-transaction .one-package ul li:first-child,#block-info .table-block-transaction .one-producer ul li:first-child,#block-info .table-block-transaction .one-transaction ul li:first-child,#block-info .table-block-transaction .one-vote ul li:first-child,#block-info .table-block-transaction .table-title ul li:first-child,#block .table-block .one-block ul li:first-child,#block .table-block .one-package ul li:first-child,#block .table-block .one-producer ul li:first-child,#block .table-block .one-transaction ul li:first-child,#block .table-block .one-vote ul li:first-child,#block .table-block .table-title ul li:first-child,#txs .table-transaction .one-block ul li:first-child,#txs .table-transaction .one-package ul li:first-child,#txs .table-transaction .one-producer ul li:first-child,#txs .table-transaction .one-transaction ul li:first-child,#txs .table-transaction .one-vote ul li:first-child,#txs .table-transaction .table-title ul li:first-child,#wallet-stake .table-packages .one-block ul li:first-child,#wallet-stake .table-packages .one-package ul li:first-child,#wallet-stake .table-packages .one-producer ul li:first-child,#wallet-stake .table-packages .one-transaction ul li:first-child,#wallet-stake .table-packages .one-vote ul li:first-child,#wallet-stake .table-packages .table-title ul li:first-child,#wallet-vote .table-voted .one-block ul li:first-child,#wallet-vote .table-voted .one-package ul li:first-child,#wallet-vote .table-voted .one-producer ul li:first-child,#wallet-vote .table-voted .one-transaction ul li:first-child,#wallet-vote .table-voted .one-vote ul li:first-child,#wallet-vote .table-voted .table-title ul li:first-child,.table-producer .one-block ul li:first-child,.table-producer .one-package ul li:first-child,.table-producer .one-producer ul li:first-child,.table-producer .one-transaction ul li:first-child,.table-producer .one-vote ul li:first-child,.table-producer .table-title ul li:first-child{width:5%}#address .table-address-transaction .one-block ul li:nth-child(5),#address .table-address-transaction .one-block ul li:nth-child(6),#address .table-address-transaction .one-block ul li:nth-child(7),#address .table-address-transaction .one-package ul li:nth-child(5),#address .table-address-transaction .one-package ul li:nth-child(6),#address .table-address-transaction .one-package ul li:nth-child(7),#address .table-address-transaction .one-producer ul li:nth-child(5),#address .table-address-transaction .one-producer ul li:nth-child(6),#address .table-address-transaction .one-producer ul li:nth-child(7),#address .table-address-transaction .one-transaction ul li:nth-child(5),#address .table-address-transaction .one-transaction ul li:nth-child(6),#address .table-address-transaction .one-transaction ul li:nth-child(7),#address .table-address-transaction .one-vote ul li:nth-child(5),#address .table-address-transaction .one-vote ul li:nth-child(6),#address .table-address-transaction .one-vote ul li:nth-child(7),#address .table-address-transaction .table-title ul li:nth-child(5),#address .table-address-transaction .table-title ul li:nth-child(6),#address .table-address-transaction .table-title ul li:nth-child(7),#block-info .table-block-transaction .one-block ul li:nth-child(5),#block-info .table-block-transaction .one-block ul li:nth-child(6),#block-info .table-block-transaction .one-block ul li:nth-child(7),#block-info .table-block-transaction .one-package ul li:nth-child(5),#block-info .table-block-transaction .one-package ul li:nth-child(6),#block-info .table-block-transaction .one-package ul li:nth-child(7),#block-info .table-block-transaction .one-producer ul li:nth-child(5),#block-info .table-block-transaction .one-producer ul li:nth-child(6),#block-info .table-block-transaction .one-producer ul li:nth-child(7),#block-info .table-block-transaction .one-transaction ul li:nth-child(5),#block-info .table-block-transaction .one-transaction ul li:nth-child(6),#block-info .table-block-transaction .one-transaction ul li:nth-child(7),#block-info .table-block-transaction .one-vote ul li:nth-child(5),#block-info .table-block-transaction .one-vote ul li:nth-child(6),#block-info .table-block-transaction .one-vote ul li:nth-child(7),#block-info .table-block-transaction .table-title ul li:nth-child(5),#block-info .table-block-transaction .table-title ul li:nth-child(6),#block-info .table-block-transaction .table-title ul li:nth-child(7),#block .table-block .one-block ul li:nth-child(5),#block .table-block .one-block ul li:nth-child(6),#block .table-block .one-block ul li:nth-child(7),#block .table-block .one-package ul li:nth-child(5),#block .table-block .one-package ul li:nth-child(6),#block .table-block .one-package ul li:nth-child(7),#block .table-block .one-producer ul li:nth-child(5),#block .table-block .one-producer ul li:nth-child(6),#block .table-block .one-producer ul li:nth-child(7),#block .table-block .one-transaction ul li:nth-child(5),#block .table-block .one-transaction ul li:nth-child(6),#block .table-block .one-transaction ul li:nth-child(7),#block .table-block .one-vote ul li:nth-child(5),#block .table-block .one-vote ul li:nth-child(6),#block .table-block .one-vote ul li:nth-child(7),#block .table-block .table-title ul li:nth-child(5),#block .table-block .table-title ul li:nth-child(6),#block .table-block .table-title ul li:nth-child(7),#txs .table-transaction .one-block ul li:nth-child(5),#txs .table-transaction .one-block ul li:nth-child(6),#txs .table-transaction .one-block ul li:nth-child(7),#txs .table-transaction .one-package ul li:nth-child(5),#txs .table-transaction .one-package ul li:nth-child(6),#txs .table-transaction .one-package ul li:nth-child(7),#txs .table-transaction .one-producer ul li:nth-child(5),#txs .table-transaction .one-producer ul li:nth-child(6),#txs .table-transaction .one-producer ul li:nth-child(7),#txs .table-transaction .one-transaction ul li:nth-child(5),#txs .table-transaction .one-transaction ul li:nth-child(6),#txs .table-transaction .one-transaction ul li:nth-child(7),#txs .table-transaction .one-vote ul li:nth-child(5),#txs .table-transaction .one-vote ul li:nth-child(6),#txs .table-transaction .one-vote ul li:nth-child(7),#txs .table-transaction .table-title ul li:nth-child(5),#txs .table-transaction .table-title ul li:nth-child(6),#txs .table-transaction .table-title ul li:nth-child(7),#wallet-stake .table-packages .one-block ul li:nth-child(5),#wallet-stake .table-packages .one-block ul li:nth-child(6),#wallet-stake .table-packages .one-block ul li:nth-child(7),#wallet-stake .table-packages .one-package ul li:nth-child(5),#wallet-stake .table-packages .one-package ul li:nth-child(6),#wallet-stake .table-packages .one-package ul li:nth-child(7),#wallet-stake .table-packages .one-producer ul li:nth-child(5),#wallet-stake .table-packages .one-producer ul li:nth-child(6),#wallet-stake .table-packages .one-producer ul li:nth-child(7),#wallet-stake .table-packages .one-transaction ul li:nth-child(5),#wallet-stake .table-packages .one-transaction ul li:nth-child(6),#wallet-stake .table-packages .one-transaction ul li:nth-child(7),#wallet-stake .table-packages .one-vote ul li:nth-child(5),#wallet-stake .table-packages .one-vote ul li:nth-child(6),#wallet-stake .table-packages .one-vote ul li:nth-child(7),#wallet-stake .table-packages .table-title ul li:nth-child(5),#wallet-stake .table-packages .table-title ul li:nth-child(6),#wallet-stake .table-packages .table-title ul li:nth-child(7),#wallet-vote .table-voted .one-block ul li:nth-child(5),#wallet-vote .table-voted .one-block ul li:nth-child(6),#wallet-vote .table-voted .one-block ul li:nth-child(7),#wallet-vote .table-voted .one-package ul li:nth-child(5),#wallet-vote .table-voted .one-package ul li:nth-child(6),#wallet-vote .table-voted .one-package ul li:nth-child(7),#wallet-vote .table-voted .one-producer ul li:nth-child(5),#wallet-vote .table-voted .one-producer ul li:nth-child(6),#wallet-vote .table-voted .one-producer ul li:nth-child(7),#wallet-vote .table-voted .one-transaction ul li:nth-child(5),#wallet-vote .table-voted .one-transaction ul li:nth-child(6),#wallet-vote .table-voted .one-transaction ul li:nth-child(7),#wallet-vote .table-voted .one-vote ul li:nth-child(5),#wallet-vote .table-voted .one-vote ul li:nth-child(6),#wallet-vote .table-voted .one-vote ul li:nth-child(7),#wallet-vote .table-voted .table-title ul li:nth-child(5),#wallet-vote .table-voted .table-title ul li:nth-child(6),#wallet-vote .table-voted .table-title ul li:nth-child(7),.table-producer .one-block ul li:nth-child(5),.table-producer .one-block ul li:nth-child(6),.table-producer .one-block ul li:nth-child(7),.table-producer .one-package ul li:nth-child(5),.table-producer .one-package ul li:nth-child(6),.table-producer .one-package ul li:nth-child(7),.table-producer .one-producer ul li:nth-child(5),.table-producer .one-producer ul li:nth-child(6),.table-producer .one-producer ul li:nth-child(7),.table-producer .one-transaction ul li:nth-child(5),.table-producer .one-transaction ul li:nth-child(6),.table-producer .one-transaction ul li:nth-child(7),.table-producer .one-vote ul li:nth-child(5),.table-producer .one-vote ul li:nth-child(6),.table-producer .one-vote ul li:nth-child(7),.table-producer .table-title ul li:nth-child(5),.table-producer .table-title ul li:nth-child(6),.table-producer .table-title ul li:nth-child(7){width:10%}#address .table-address-transaction .one-block ul li:nth-child(3),#address .table-address-transaction .one-package ul li:nth-child(3),#address .table-address-transaction .one-producer ul li:nth-child(3),#address .table-address-transaction .one-transaction ul li:nth-child(3),#address .table-address-transaction .one-vote ul li:nth-child(3),#address .table-address-transaction .table-title ul li:nth-child(3),#block-info .table-block-transaction .one-block ul li:nth-child(3),#block-info .table-block-transaction .one-package ul li:nth-child(3),#block-info .table-block-transaction .one-producer ul li:nth-child(3),#block-info .table-block-transaction .one-transaction ul li:nth-child(3),#block-info .table-block-transaction .one-vote ul li:nth-child(3),#block-info .table-block-transaction .table-title ul li:nth-child(3),#block .table-block .one-block ul li:nth-child(3),#block .table-block .one-package ul li:nth-child(3),#block .table-block .one-producer ul li:nth-child(3),#block .table-block .one-transaction ul li:nth-child(3),#block .table-block .one-vote ul li:nth-child(3),#block .table-block .table-title ul li:nth-child(3),#txs .table-transaction .one-block ul li:nth-child(3),#txs .table-transaction .one-package ul li:nth-child(3),#txs .table-transaction .one-producer ul li:nth-child(3),#txs .table-transaction .one-transaction ul li:nth-child(3),#txs .table-transaction .one-vote ul li:nth-child(3),#txs .table-transaction .table-title ul li:nth-child(3),#wallet-stake .table-packages .one-block ul li:nth-child(3),#wallet-stake .table-packages .one-package ul li:nth-child(3),#wallet-stake .table-packages .one-producer ul li:nth-child(3),#wallet-stake .table-packages .one-transaction ul li:nth-child(3),#wallet-stake .table-packages .one-vote ul li:nth-child(3),#wallet-stake .table-packages .table-title ul li:nth-child(3),#wallet-vote .table-voted .one-block ul li:nth-child(3),#wallet-vote .table-voted .one-package ul li:nth-child(3),#wallet-vote .table-voted .one-producer ul li:nth-child(3),#wallet-vote .table-voted .one-transaction ul li:nth-child(3),#wallet-vote .table-voted .one-vote ul li:nth-child(3),#wallet-vote .table-voted .table-title ul li:nth-child(3),.table-producer .one-block ul li:nth-child(3),.table-producer .one-package ul li:nth-child(3),.table-producer .one-producer ul li:nth-child(3),.table-producer .one-transaction ul li:nth-child(3),.table-producer .one-vote ul li:nth-child(3),.table-producer .table-title ul li:nth-child(3){width:13.25%}#address .table-address-transaction .one-block ul li:nth-child(2),#address .table-address-transaction .one-package ul li:nth-child(2),#address .table-address-transaction .one-producer ul li:nth-child(2),#address .table-address-transaction .one-transaction ul li:nth-child(2),#address .table-address-transaction .one-vote ul li:nth-child(2),#address .table-address-transaction .table-title ul li:nth-child(2),#block-info .table-block-transaction .one-block ul li:nth-child(2),#block-info .table-block-transaction .one-package ul li:nth-child(2),#block-info .table-block-transaction .one-producer ul li:nth-child(2),#block-info .table-block-transaction .one-transaction ul li:nth-child(2),#block-info .table-block-transaction .one-vote ul li:nth-child(2),#block-info .table-block-transaction .table-title ul li:nth-child(2),#block .table-block .one-block ul li:nth-child(2),#block .table-block .one-package ul li:nth-child(2),#block .table-block .one-producer ul li:nth-child(2),#block .table-block .one-transaction ul li:nth-child(2),#block .table-block .one-vote ul li:nth-child(2),#block .table-block .table-title ul li:nth-child(2),#txs .table-transaction .one-block ul li:nth-child(2),#txs .table-transaction .one-package ul li:nth-child(2),#txs .table-transaction .one-producer ul li:nth-child(2),#txs .table-transaction .one-transaction ul li:nth-child(2),#txs .table-transaction .one-vote ul li:nth-child(2),#txs .table-transaction .table-title ul li:nth-child(2),#wallet-stake .table-packages .one-block ul li:nth-child(2),#wallet-stake .table-packages .one-package ul li:nth-child(2),#wallet-stake .table-packages .one-producer ul li:nth-child(2),#wallet-stake .table-packages .one-transaction ul li:nth-child(2),#wallet-stake .table-packages .one-vote ul li:nth-child(2),#wallet-stake .table-packages .table-title ul li:nth-child(2),#wallet-vote .table-voted .one-block ul li:nth-child(2),#wallet-vote .table-voted .one-package ul li:nth-child(2),#wallet-vote .table-voted .one-producer ul li:nth-child(2),#wallet-vote .table-voted .one-transaction ul li:nth-child(2),#wallet-vote .table-voted .one-vote ul li:nth-child(2),#wallet-vote .table-voted .table-title ul li:nth-child(2),.table-producer .one-block ul li:nth-child(2),.table-producer .one-package ul li:nth-child(2),.table-producer .one-producer ul li:nth-child(2),.table-producer .one-transaction ul li:nth-child(2),.table-producer .one-vote ul li:nth-child(2),.table-producer .table-title ul li:nth-child(2){width:25.25%}#address .table-address-transaction .one-block ul li:nth-child(4),#address .table-address-transaction .one-package ul li:nth-child(4),#address .table-address-transaction .one-producer ul li:nth-child(4),#address .table-address-transaction .one-transaction ul li:nth-child(4),#address .table-address-transaction .one-vote ul li:nth-child(4),#address .table-address-transaction .table-title ul li:nth-child(4),#block-info .table-block-transaction .one-block ul li:nth-child(4),#block-info .table-block-transaction .one-package ul li:nth-child(4),#block-info .table-block-transaction .one-producer ul li:nth-child(4),#block-info .table-block-transaction .one-transaction ul li:nth-child(4),#block-info .table-block-transaction .one-vote ul li:nth-child(4),#block-info .table-block-transaction .table-title ul li:nth-child(4),#block .table-block .one-block ul li:nth-child(4),#block .table-block .one-package ul li:nth-child(4),#block .table-block .one-producer ul li:nth-child(4),#block .table-block .one-transaction ul li:nth-child(4),#block .table-block .one-vote ul li:nth-child(4),#block .table-block .table-title ul li:nth-child(4),#txs .table-transaction .one-block ul li:nth-child(4),#txs .table-transaction .one-package ul li:nth-child(4),#txs .table-transaction .one-producer ul li:nth-child(4),#txs .table-transaction .one-transaction ul li:nth-child(4),#txs .table-transaction .one-vote ul li:nth-child(4),#txs .table-transaction .table-title ul li:nth-child(4),#wallet-stake .table-packages .one-block ul li:nth-child(4),#wallet-stake .table-packages .one-package ul li:nth-child(4),#wallet-stake .table-packages .one-producer ul li:nth-child(4),#wallet-stake .table-packages .one-transaction ul li:nth-child(4),#wallet-stake .table-packages .one-vote ul li:nth-child(4),#wallet-stake .table-packages .table-title ul li:nth-child(4),#wallet-vote .table-voted .one-block ul li:nth-child(4),#wallet-vote .table-voted .one-package ul li:nth-child(4),#wallet-vote .table-voted .one-producer ul li:nth-child(4),#wallet-vote .table-voted .one-transaction ul li:nth-child(4),#wallet-vote .table-voted .one-vote ul li:nth-child(4),#wallet-vote .table-voted .table-title ul li:nth-child(4),.table-producer .one-block ul li:nth-child(4),.table-producer .one-package ul li:nth-child(4),.table-producer .one-producer ul li:nth-child(4),.table-producer .one-transaction ul li:nth-child(4),.table-producer .one-vote ul li:nth-child(4),.table-producer .table-title ul li:nth-child(4){width:15.25%}#address .table-address-transaction .one-block ul li:nth-child(8),#address .table-address-transaction .one-package ul li:nth-child(8),#address .table-address-transaction .one-producer ul li:nth-child(8),#address .table-address-transaction .one-transaction ul li:nth-child(8),#address .table-address-transaction .one-vote ul li:nth-child(8),#address .table-address-transaction .table-title ul li:nth-child(8),#block-info .table-block-transaction .one-block ul li:nth-child(8),#block-info .table-block-transaction .one-package ul li:nth-child(8),#block-info .table-block-transaction .one-producer ul li:nth-child(8),#block-info .table-block-transaction .one-transaction ul li:nth-child(8),#block-info .table-block-transaction .one-vote ul li:nth-child(8),#block-info .table-block-transaction .table-title ul li:nth-child(8),#block .table-block .one-block ul li:nth-child(8),#block .table-block .one-package ul li:nth-child(8),#block .table-block .one-producer ul li:nth-child(8),#block .table-block .one-transaction ul li:nth-child(8),#block .table-block .one-vote ul li:nth-child(8),#block .table-block .table-title ul li:nth-child(8),#txs .table-transaction .one-block ul li:nth-child(8),#txs .table-transaction .one-package ul li:nth-child(8),#txs .table-transaction .one-producer ul li:nth-child(8),#txs .table-transaction .one-transaction ul li:nth-child(8),#txs .table-transaction .one-vote ul li:nth-child(8),#txs .table-transaction .table-title ul li:nth-child(8),#wallet-stake .table-packages .one-block ul li:nth-child(8),#wallet-stake .table-packages .one-package ul li:nth-child(8),#wallet-stake .table-packages .one-producer ul li:nth-child(8),#wallet-stake .table-packages .one-transaction ul li:nth-child(8),#wallet-stake .table-packages .one-vote ul li:nth-child(8),#wallet-stake .table-packages .table-title ul li:nth-child(8),#wallet-vote .table-voted .one-block ul li:nth-child(8),#wallet-vote .table-voted .one-package ul li:nth-child(8),#wallet-vote .table-voted .one-producer ul li:nth-child(8),#wallet-vote .table-voted .one-transaction ul li:nth-child(8),#wallet-vote .table-voted .one-vote ul li:nth-child(8),#wallet-vote .table-voted .table-title ul li:nth-child(8),.table-producer .one-block ul li:nth-child(8),.table-producer .one-package ul li:nth-child(8),.table-producer .one-producer ul li:nth-child(8),.table-producer .one-transaction ul li:nth-child(8),.table-producer .one-vote ul li:nth-child(8),.table-producer .table-title ul li:nth-child(8){width:11.25%}#address .table-address-transaction .one-block .name,#address .table-address-transaction .one-package .name,#address .table-address-transaction .one-producer .name,#address .table-address-transaction .one-transaction .name,#address .table-address-transaction .one-vote .name,#block-info .table-block-transaction .one-block .name,#block-info .table-block-transaction .one-package .name,#block-info .table-block-transaction .one-producer .name,#block-info .table-block-transaction .one-transaction .name,#block-info .table-block-transaction .one-vote .name,#block .table-block .one-block .name,#block .table-block .one-package .name,#block .table-block .one-producer .name,#block .table-block .one-transaction .name,#block .table-block .one-vote .name,#txs .table-transaction .one-block .name,#txs .table-transaction .one-package .name,#txs .table-transaction .one-producer .name,#txs .table-transaction .one-transaction .name,#txs .table-transaction .one-vote .name,#wallet-stake .table-packages .one-block .name,#wallet-stake .table-packages .one-package .name,#wallet-stake .table-packages .one-producer .name,#wallet-stake .table-packages .one-transaction .name,#wallet-stake .table-packages .one-vote .name,#wallet-vote .table-voted .one-block .name,#wallet-vote .table-voted .one-package .name,#wallet-vote .table-voted .one-producer .name,#wallet-vote .table-voted .one-transaction .name,#wallet-vote .table-voted .one-vote .name,.table-producer .one-block .name,.table-producer .one-package .name,.table-producer .one-producer .name,.table-producer .one-transaction .name,.table-producer .one-vote .name{height:40px}#address .table-address-transaction .one-block .name .thumbnail,#address .table-address-transaction .one-package .name .thumbnail,#address .table-address-transaction .one-producer .name .thumbnail,#address .table-address-transaction .one-transaction .name .thumbnail,#address .table-address-transaction .one-vote .name .thumbnail,#block-info .table-block-transaction .one-block .name .thumbnail,#block-info .table-block-transaction .one-package .name .thumbnail,#block-info .table-block-transaction .one-producer .name .thumbnail,#block-info .table-block-transaction .one-transaction .name .thumbnail,#block-info .table-block-transaction .one-vote .name .thumbnail,#block .table-block .one-block .name .thumbnail,#block .table-block .one-package .name .thumbnail,#block .table-block .one-producer .name .thumbnail,#block .table-block .one-transaction .name .thumbnail,#block .table-block .one-vote .name .thumbnail,#txs .table-transaction .one-block .name .thumbnail,#txs .table-transaction .one-package .name .thumbnail,#txs .table-transaction .one-producer .name .thumbnail,#txs .table-transaction .one-transaction .name .thumbnail,#txs .table-transaction .one-vote .name .thumbnail,#wallet-stake .table-packages .one-block .name .thumbnail,#wallet-stake .table-packages .one-package .name .thumbnail,#wallet-stake .table-packages .one-producer .name .thumbnail,#wallet-stake .table-packages .one-transaction .name .thumbnail,#wallet-stake .table-packages .one-vote .name .thumbnail,#wallet-vote .table-voted .one-block .name .thumbnail,#wallet-vote .table-voted .one-package .name .thumbnail,#wallet-vote .table-voted .one-producer .name .thumbnail,#wallet-vote .table-voted .one-transaction .name .thumbnail,#wallet-vote .table-voted .one-vote .name .thumbnail,.table-producer .one-block .name .thumbnail,.table-producer .one-package .name .thumbnail,.table-producer .one-producer .name .thumbnail,.table-producer .one-transaction .name .thumbnail,.table-producer .one-vote .name .thumbnail{width:40px;height:40px;display:inline-block}#address .table-address-transaction .one-block .name .thumbnail .logo,#address .table-address-transaction .one-package .name .thumbnail .logo,#address .table-address-transaction .one-producer .name .thumbnail .logo,#address .table-address-transaction .one-transaction .name .thumbnail .logo,#address .table-address-transaction .one-vote .name .thumbnail .logo,#block-info .table-block-transaction .one-block .name .thumbnail .logo,#block-info .table-block-transaction .one-package .name .thumbnail .logo,#block-info .table-block-transaction .one-producer .name .thumbnail .logo,#block-info .table-block-transaction .one-transaction .name .thumbnail .logo,#block-info .table-block-transaction .one-vote .name .thumbnail .logo,#block .table-block .one-block .name .thumbnail .logo,#block .table-block .one-package .name .thumbnail .logo,#block .table-block .one-producer .name .thumbnail .logo,#block .table-block .one-transaction .name .thumbnail .logo,#block .table-block .one-vote .name .thumbnail .logo,#txs .table-transaction .one-block .name .thumbnail .logo,#txs .table-transaction .one-package .name .thumbnail .logo,#txs .table-transaction .one-producer .name .thumbnail .logo,#txs .table-transaction .one-transaction .name .thumbnail .logo,#txs .table-transaction .one-vote .name .thumbnail .logo,#wallet-stake .table-packages .one-block .name .thumbnail .logo,#wallet-stake .table-packages .one-package .name .thumbnail .logo,#wallet-stake .table-packages .one-producer .name .thumbnail .logo,#wallet-stake .table-packages .one-transaction .name .thumbnail .logo,#wallet-stake .table-packages .one-vote .name .thumbnail .logo,#wallet-vote .table-voted .one-block .name .thumbnail .logo,#wallet-vote .table-voted .one-package .name .thumbnail .logo,#wallet-vote .table-voted .one-producer .name .thumbnail .logo,#wallet-vote .table-voted .one-transaction .name .thumbnail .logo,#wallet-vote .table-voted .one-vote .name .thumbnail .logo,.table-producer .one-block .name .thumbnail .logo,.table-producer .one-package .name .thumbnail .logo,.table-producer .one-producer .name .thumbnail .logo,.table-producer .one-transaction .name .thumbnail .logo,.table-producer .one-vote .name .thumbnail .logo{width:100%;height:100%;background-color:#fff;border-radius:5px;padding:5px}#address .table-address-transaction .one-block .name .address,#address .table-address-transaction .one-package .name .address,#address .table-address-transaction .one-producer .name .address,#address .table-address-transaction .one-transaction .name .address,#address .table-address-transaction .one-vote .name .address,#block-info .table-block-transaction .one-block .name .address,#block-info .table-block-transaction .one-package .name .address,#block-info .table-block-transaction .one-producer .name .address,#block-info .table-block-transaction .one-transaction .name .address,#block-info .table-block-transaction .one-vote .name .address,#block .table-block .one-block .name .address,#block .table-block .one-package .name .address,#block .table-block .one-producer .name .address,#block .table-block .one-transaction .name .address,#block .table-block .one-vote .name .address,#txs .table-transaction .one-block .name .address,#txs .table-transaction .one-package .name .address,#txs .table-transaction .one-producer .name .address,#txs .table-transaction .one-transaction .name .address,#txs .table-transaction .one-vote .name .address,#wallet-stake .table-packages .one-block .name .address,#wallet-stake .table-packages .one-package .name .address,#wallet-stake .table-packages .one-producer .name .address,#wallet-stake .table-packages .one-transaction .name .address,#wallet-stake .table-packages .one-vote .name .address,#wallet-vote .table-voted .one-block .name .address,#wallet-vote .table-voted .one-package .name .address,#wallet-vote .table-voted .one-producer .name .address,#wallet-vote .table-voted .one-transaction .name .address,#wallet-vote .table-voted .one-vote .name .address,.table-producer .one-block .name .address,.table-producer .one-package .name .address,.table-producer .one-producer .name .address,.table-producer .one-transaction .name .address,.table-producer .one-vote .name .address{vertical-align:top;display:inline-block;width:65%;margin-left:10px}#address .table-address-transaction .one-block .name .address a:last-child,#address .table-address-transaction .one-package .name .address a:last-child,#address .table-address-transaction .one-producer .name .address a:last-child,#address .table-address-transaction .one-transaction .name .address a:last-child,#address .table-address-transaction .one-vote .name .address a:last-child,#block-info .table-block-transaction .one-block .name .address a:last-child,#block-info .table-block-transaction .one-package .name .address a:last-child,#block-info .table-block-transaction .one-producer .name .address a:last-child,#block-info .table-block-transaction .one-transaction .name .address a:last-child,#block-info .table-block-transaction .one-vote .name .address a:last-child,#block .table-block .one-block .name .address a:last-child,#block .table-block .one-package .name .address a:last-child,#block .table-block .one-producer .name .address a:last-child,#block .table-block .one-transaction .name .address a:last-child,#block .table-block .one-vote .name .address a:last-child,#txs .table-transaction .one-block .name .address a:last-child,#txs .table-transaction .one-package .name .address a:last-child,#txs .table-transaction .one-producer .name .address a:last-child,#txs .table-transaction .one-transaction .name .address a:last-child,#txs .table-transaction .one-vote .name .address a:last-child,#wallet-stake .table-packages .one-block .name .address a:last-child,#wallet-stake .table-packages .one-package .name .address a:last-child,#wallet-stake .table-packages .one-producer .name .address a:last-child,#wallet-stake .table-packages .one-transaction .name .address a:last-child,#wallet-stake .table-packages .one-vote .name .address a:last-child,#wallet-vote .table-voted .one-block .name .address a:last-child,#wallet-vote .table-voted .one-package .name .address a:last-child,#wallet-vote .table-voted .one-producer .name .address a:last-child,#wallet-vote .table-voted .one-transaction .name .address a:last-child,#wallet-vote .table-voted .one-vote .name .address a:last-child,.table-producer .one-block .name .address a:last-child,.table-producer .one-package .name .address a:last-child,.table-producer .one-producer .name .address a:last-child,.table-producer .one-transaction .name .address a:last-child,.table-producer .one-vote .name .address a:last-child{vertical-align:top}#address .table-address-transaction .one-block .location p,#address .table-address-transaction .one-package .location p,#address .table-address-transaction .one-producer .location p,#address .table-address-transaction .one-transaction .location p,#address .table-address-transaction .one-vote .location p,#block-info .table-block-transaction .one-block .location p,#block-info .table-block-transaction .one-package .location p,#block-info .table-block-transaction .one-producer .location p,#block-info .table-block-transaction .one-transaction .location p,#block-info .table-block-transaction .one-vote .location p,#block .table-block .one-block .location p,#block .table-block .one-package .location p,#block .table-block .one-producer .location p,#block .table-block .one-transaction .location p,#block .table-block .one-vote .location p,#txs .table-transaction .one-block .location p,#txs .table-transaction .one-package .location p,#txs .table-transaction .one-producer .location p,#txs .table-transaction .one-transaction .location p,#txs .table-transaction .one-vote .location p,#wallet-stake .table-packages .one-block .location p,#wallet-stake .table-packages .one-package .location p,#wallet-stake .table-packages .one-producer .location p,#wallet-stake .table-packages .one-transaction .location p,#wallet-stake .table-packages .one-vote .location p,#wallet-vote .table-voted .one-block .location p,#wallet-vote .table-voted .one-package .location p,#wallet-vote .table-voted .one-producer .location p,#wallet-vote .table-voted .one-transaction .location p,#wallet-vote .table-voted .one-vote .location p,.table-producer .one-block .location p,.table-producer .one-package .location p,.table-producer .one-producer .location p,.table-producer .one-transaction .location p,.table-producer .one-vote .location p{display:inline-block;margin-left:10px;vertical-align:-1px;font-size:14px}#address .table-address-transaction .one-block .vote p,#address .table-address-transaction .one-package .vote p,#address .table-address-transaction .one-producer .vote p,#address .table-address-transaction .one-transaction .vote p,#address .table-address-transaction .one-vote .vote p,#block-info .table-block-transaction .one-block .vote p,#block-info .table-block-transaction .one-package .vote p,#block-info .table-block-transaction .one-producer .vote p,#block-info .table-block-transaction .one-transaction .vote p,#block-info .table-block-transaction .one-vote .vote p,#block .table-block .one-block .vote p,#block .table-block .one-package .vote p,#block .table-block .one-producer .vote p,#block .table-block .one-transaction .vote p,#block .table-block .one-vote .vote p,#txs .table-transaction .one-block .vote p,#txs .table-transaction .one-package .vote p,#txs .table-transaction .one-producer .vote p,#txs .table-transaction .one-transaction .vote p,#txs .table-transaction .one-vote .vote p,#wallet-stake .table-packages .one-block .vote p,#wallet-stake .table-packages .one-package .vote p,#wallet-stake .table-packages .one-producer .vote p,#wallet-stake .table-packages .one-transaction .vote p,#wallet-stake .table-packages .one-vote .vote p,#wallet-vote .table-voted .one-block .vote p,#wallet-vote .table-voted .one-package .vote p,#wallet-vote .table-voted .one-producer .vote p,#wallet-vote .table-voted .one-transaction .vote p,#wallet-vote .table-voted .one-vote .vote p,.table-producer .one-block .vote p,.table-producer .one-package .vote p,.table-producer .one-producer .vote p,.table-producer .one-transaction .vote p,.table-producer .one-vote .vote p{font-weight:600}#address .table-address-transaction .one-block .vote .process,#address .table-address-transaction .one-package .vote .process,#address .table-address-transaction .one-producer .vote .process,#address .table-address-transaction .one-transaction .vote .process,#address .table-address-transaction .one-vote .vote .process,#block-info .table-block-transaction .one-block .vote .process,#block-info .table-block-transaction .one-package .vote .process,#block-info .table-block-transaction .one-producer .vote .process,#block-info .table-block-transaction .one-transaction .vote .process,#block-info .table-block-transaction .one-vote .vote .process,#block .table-block .one-block .vote .process,#block .table-block .one-package .vote .process,#block .table-block .one-producer .vote .process,#block .table-block .one-transaction .vote .process,#block .table-block .one-vote .vote .process,#txs .table-transaction .one-block .vote .process,#txs .table-transaction .one-package .vote .process,#txs .table-transaction .one-producer .vote .process,#txs .table-transaction .one-transaction .vote .process,#txs .table-transaction .one-vote .vote .process,#wallet-stake .table-packages .one-block .vote .process,#wallet-stake .table-packages .one-package .vote .process,#wallet-stake .table-packages .one-producer .vote .process,#wallet-stake .table-packages .one-transaction .vote .process,#wallet-stake .table-packages .one-vote .vote .process,#wallet-vote .table-voted .one-block .vote .process,#wallet-vote .table-voted .one-package .vote .process,#wallet-vote .table-voted .one-producer .vote .process,#wallet-vote .table-voted .one-transaction .vote .process,#wallet-vote .table-voted .one-vote .vote .process,.table-producer .one-block .vote .process,.table-producer .one-package .vote .process,.table-producer .one-producer .vote .process,.table-producer .one-transaction .vote .process,.table-producer .one-vote .vote .process{margin-top:5px;width:80%}#address .table-address-transaction .one-block .status,#address .table-address-transaction .one-package .status,#address .table-address-transaction .one-producer .status,#address .table-address-transaction .one-transaction .status,#address .table-address-transaction .one-vote .status,#block-info .table-block-transaction .one-block .status,#block-info .table-block-transaction .one-package .status,#block-info .table-block-transaction .one-producer .status,#block-info .table-block-transaction .one-transaction .status,#block-info .table-block-transaction .one-vote .status,#block .table-block .one-block .status,#block .table-block .one-package .status,#block .table-block .one-producer .status,#block .table-block .one-transaction .status,#block .table-block .one-vote .status,#txs .table-transaction .one-block .status,#txs .table-transaction .one-package .status,#txs .table-transaction .one-producer .status,#txs .table-transaction .one-transaction .status,#txs .table-transaction .one-vote .status,#wallet-stake .table-packages .one-block .status,#wallet-stake .table-packages .one-package .status,#wallet-stake .table-packages .one-producer .status,#wallet-stake .table-packages .one-transaction .status,#wallet-stake .table-packages .one-vote .status,#wallet-vote .table-voted .one-block .status,#wallet-vote .table-voted .one-package .status,#wallet-vote .table-voted .one-producer .status,#wallet-vote .table-voted .one-transaction .status,#wallet-vote .table-voted .one-vote .status,.table-producer .one-block .status,.table-producer .one-package .status,.table-producer .one-producer .status,.table-producer .one-transaction .status,.table-producer .one-vote .status{font-size:14px}#address .table-address-transaction .one-block .btn-vote,#address .table-address-transaction .one-package .btn-vote,#address .table-address-transaction .one-producer .btn-vote,#address .table-address-transaction .one-transaction .btn-vote,#address .table-address-transaction .one-vote .btn-vote,#block-info .table-block-transaction .one-block .btn-vote,#block-info .table-block-transaction .one-package .btn-vote,#block-info .table-block-transaction .one-producer .btn-vote,#block-info .table-block-transaction .one-transaction .btn-vote,#block-info .table-block-transaction .one-vote .btn-vote,#block .table-block .one-block .btn-vote,#block .table-block .one-package .btn-vote,#block .table-block .one-producer .btn-vote,#block .table-block .one-transaction .btn-vote,#block .table-block .one-vote .btn-vote,#txs .table-transaction .one-block .btn-vote,#txs .table-transaction .one-package .btn-vote,#txs .table-transaction .one-producer .btn-vote,#txs .table-transaction .one-transaction .btn-vote,#txs .table-transaction .one-vote .btn-vote,#wallet-stake .table-packages .one-block .btn-vote,#wallet-stake .table-packages .one-package .btn-vote,#wallet-stake .table-packages .one-producer .btn-vote,#wallet-stake .table-packages .one-transaction .btn-vote,#wallet-stake .table-packages .one-vote .btn-vote,#wallet-vote .table-voted .one-block .btn-vote,#wallet-vote .table-voted .one-package .btn-vote,#wallet-vote .table-voted .one-producer .btn-vote,#wallet-vote .table-voted .one-transaction .btn-vote,#wallet-vote .table-voted .one-vote .btn-vote,.table-producer .one-block .btn-vote,.table-producer .one-package .btn-vote,.table-producer .one-producer .btn-vote,.table-producer .one-transaction .btn-vote,.table-producer .one-vote .btn-vote{text-align:center;vertical-align:10px}#address .table-address-transaction .one-block .btn-vote a,#address .table-address-transaction .one-package .btn-vote a,#address .table-address-transaction .one-producer .btn-vote a,#address .table-address-transaction .one-transaction .btn-vote a,#address .table-address-transaction .one-vote .btn-vote a,#block-info .table-block-transaction .one-block .btn-vote a,#block-info .table-block-transaction .one-package .btn-vote a,#block-info .table-block-transaction .one-producer .btn-vote a,#block-info .table-block-transaction .one-transaction .btn-vote a,#block-info .table-block-transaction .one-vote .btn-vote a,#block .table-block .one-block .btn-vote a,#block .table-block .one-package .btn-vote a,#block .table-block .one-producer .btn-vote a,#block .table-block .one-transaction .btn-vote a,#block .table-block .one-vote .btn-vote a,#txs .table-transaction .one-block .btn-vote a,#txs .table-transaction .one-package .btn-vote a,#txs .table-transaction .one-producer .btn-vote a,#txs .table-transaction .one-transaction .btn-vote a,#txs .table-transaction .one-vote .btn-vote a,#wallet-stake .table-packages .one-block .btn-vote a,#wallet-stake .table-packages .one-package .btn-vote a,#wallet-stake .table-packages .one-producer .btn-vote a,#wallet-stake .table-packages .one-transaction .btn-vote a,#wallet-stake .table-packages .one-vote .btn-vote a,#wallet-vote .table-voted .one-block .btn-vote a,#wallet-vote .table-voted .one-package .btn-vote a,#wallet-vote .table-voted .one-producer .btn-vote a,#wallet-vote .table-voted .one-transaction .btn-vote a,#wallet-vote .table-voted .one-vote .btn-vote a,.table-producer .one-block .btn-vote a,.table-producer .one-package .btn-vote a,.table-producer .one-producer .btn-vote a,.table-producer .one-transaction .btn-vote a,.table-producer .one-vote .btn-vote a{vertical-align:7px}.install-wallet-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.8);top:0;left:0;z-index:6;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.install-wallet-overlay .title{margin-bottom:10px;font-weight:600;font-size:18px}.install-wallet-overlay .note{margin-top:10px;color:#a2a4a4;font-size:12px;font-style:italic}.install-wallet-overlay .btn-install-wallet{height:40px;width:300px;background-color:#2b84bf;color:#fff;font-weight:600;border-radius:50px;padding:0;line-height:40px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}.install-wallet-overlay .btn-install-wallet img{height:32px;float:left;margin-top:3px;margin-left:3px}.pagination li{padding:5px 10px;background-color:#e0deee;font-size:12px;color:#413d5d;margin-right:10px;font-weight:600;cursor:pointer}.pagination li:nth-child(2){cursor:default}.pagination li .next,.pagination li .prev{cursor:pointer}.pagination li .prev{padding-right:20px}.pagination li .next{padding-left:20px}.pagination li .block{cursor:not-allowed}.pagination .block{cursor:not-allowed;color:#a2a4a4}.producer-info{padding:20px;margin-bottom:20px}.producer-info .avatar{display:inline-flex;width:140px;height:140px;align-items:center;justify-content:center}.producer-info .avatar .avatar-img{width:100%}.producer-info .info{display:inline-block;vertical-align:top;margin-left:20px;width:calc(100% - 160px)}.producer-info .info ul{margin-bottom:6px}.producer-info .info ul li{display:inline-block}.producer-info .info ul li:first-child{color:#a2a4a4;font-weight:600;width:15%;vertical-align:top}.producer-info .info ul li:last-child{width:85%}.producer-info .more-info .rank{background-color:#413d5d;width:70px;height:70px;border-radius:50%;margin:auto;color:#fff;overflow:hidden}.producer-info .more-info .rank span{text-align:center;background-color:#4f4a70;display:block;font-size:12px;margin-top:5px}.producer-info .more-info .rank p{text-align:center;font-size:30px}.producer-info .more-info .statistic{margin-top:20px;display:flex;justify-content:space-around}.confirm-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2;display:none;justify-content:center;align-items:center;opacity:0;-webkit-transition:all .2s ease;transition:all .2s ease}.confirm-overlay .wrapper{opacity:0;width:200px;background-color:#fff;padding:10px 20px 50px;position:relative;border:1px solid #dce2e3}.confirm-overlay .wrapper .action{position:absolute;bottom:-1px;left:-1px;width:calc(100% + 2px);height:30px;background-color:#fff;display:flex;justify-content:space-between}.confirm-overlay .wrapper .action span{cursor:pointer;display:inline-block;width:50%;text-align:center;border-top:1px solid #dce2e3;line-height:31px;font-size:14px;font-weight:700}.confirm-overlay .wrapper .action span:first-child{border-right:1px solid #dce2e3}.confirm-overlay .wrapper .action span:first-child:hover{background-color:#e74c3c;color:#fff}.confirm-overlay .wrapper .action span:last-child:hover{background-color:#2ecc71;color:#fff}.confirm-show{display:flex;opacity:1}.confirm-show .wrapper{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.1s;animation-delay:.1s}body{background-color:#ecf0f1;font-family:Roboto Condensed,sans-serif}header{margin-bottom:50px}header .top-header{display:flex;justify-content:space-between;font-family:Rajdhani,sans-serif;padding:10px 0;font-size:16px;color:#413d5d;font-weight:600}header .navbar{background-color:#413d5d;position:relative;max-height:70px;padding:0}header .navbar .list{width:30px;display:none}header .navbar .patten-left{position:absolute;left:0;z-index:0}header .navbar .patten-right{position:absolute;right:0;z-index:0}header .navbar ul{width:100%}header .navbar ul li.main-menu{display:inline-block;width:13%}header .navbar ul li.main-menu>a{color:#fff;text-transform:uppercase;font-size:24px;font-weight:700;line-height:70px;position:relative;z-index:1}header .navbar ul li.main-menu>.btn-download{vertical-align:4px;display:inline-block;font-size:14px;background-color:rgba(41,127,185,.72);width:100%;text-align:center}header .navbar ul li.main-menu>.btn-download img{height:14px;margin-right:5px;vertical-align:0}header .navbar ul li.main-menu:nth-child(4){margin-left:22%}header .navbar ul li.dropdown{color:#fff;text-align:right;font-weight:600;line-height:20px;position:relative;top:6px}header .navbar ul li.dropdown>.address{font-size:16px;line-height:20px}header .navbar ul li.dropdown:hover .dropdown-content{height:186px}header .navbar ul li.dropdown .line{width:2px;height:70px;background-color:#fff;position:absolute;top:-14px;left:-45px}header .navbar ul li.dropdown .icon{position:absolute;top:6px;left:-30px}header .navbar ul li.dropdown span{display:block}header .navbar ul li.dropdown .dropdown-content{height:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;overflow:hidden;position:absolute;left:-43px;top:58px;list-style:none;width:calc(100% + 43px);background-color:#413d5d;z-index:9}header .navbar ul li.dropdown .dropdown-content li{padding:5px 15px;text-align:left;border-bottom:1px solid #57527d;cursor:pointer}header .navbar ul li.dropdown .dropdown-content li:hover{background-color:#504a7a}header .navbar ul li.dropdown .dropdown-content a{color:#fff;font-weight:400;width:100%;display:block}header .navbar ul li.dropdown .dropdown-content a:hover{text-decoration:none}header .navbar .logo{position:relative;top:-108px;margin:auto}header .navbar .logo .patten-logo-left{position:relative;right:-30px}header .navbar .logo .patten-logo-right{position:relative;left:-30px}header .search{margin-top:40px}header .search .wrapper-search{position:relative}header .search .wrapper-search .input-search{width:100%;background:none;border:3px solid #413d5d;height:70px;font-size:24px;color:#6d66a0;padding-left:55px}header .search .wrapper-search .input-search::-webkit-input-placeholder{color:#6d66a0}header .search .wrapper-search .input-search::-moz-placeholder{color:#6d66a0}header .search .wrapper-search .input-search:-ms-input-placeholder{color:#6d66a0}header .search .wrapper-search .input-search::-ms-input-placeholder{color:#6d66a0}header .search .wrapper-search .input-search::placeholder{color:#6d66a0}header .search .wrapper-search img{position:absolute;top:21px;left:15px}header .search .wrapper-search .select-network{position:absolute;width:130px;right:0;top:3px;height:64px;font-size:18px}header .search .wrapper-search .select-network .select-network__control{background-color:#413d5d;border-radius:0;height:100%;border:none}header .search .wrapper-search .select-network .select-network__indicator-separator{display:none}header .search .wrapper-search .select-network .select-network__single-value{color:#fff;margin-left:10px;margin-right:10px}header .search .wrapper-search .select-network .select-network__menu{top:60px}header .search .wrapper-search .select-network .select-network__menu-list,header .search .wrapper-search .select-network .select-network__option{background-color:#413d5d}header .search .wrapper-search .select-network .select-network__option{border-bottom:1px solid #fff}header .search .wrapper-search .select-network .select-network__option:last-child{border:none}header .search .wrapper-search .select-network .select-network__option--is-focused,header .search .wrapper-search .select-network .select-network__option--is-selected{color:#fff}header .search .noti{margin-top:5px}header .search .noti .html{position:relative;z-index:1;display:inline-block;margin-left:5px;vertical-align:-3px}footer{position:relative;margin-top:50px;background-color:#232a3f;padding:50px 0;color:#fff;height:330px;overflow:hidden}footer .pattern{position:absolute;width:100%;text-align:center}footer .logo img{margin-right:10px}footer .logo .text{display:inline-block;vertical-align:middle}footer .logo .text span{display:block}footer .logo .text span:first-child{font-size:14px;position:relative;top:10px;letter-spacing:.9px}footer .logo .text span:last-child{font-size:30px;font-weight:700}footer .social-links{margin-top:70px}footer .social-links a{display:inline-block;margin-right:40px}footer .footer-links .title{font-size:20px}footer .footer-links ul{margin-top:30px}footer .footer-links ul li{color:#c5c7c7;font-size:16px;margin-top:5px}footer .footer-links ul li a{color:#c5c7c7;font-size:16px;font-weight:300}#home .one-block{padding-top:11px;display:flex;justify-content:space-between}#home .one-block .block-number{display:inline-block}#home .one-block .witness{width:60%;display:inline-block}#home .one-block .witness .thumbnail{position:relative;width:40px;height:40px;display:inline-block}#home .one-block .witness .thumbnail .logo{width:100%;height:100%;background-color:#fff;border-radius:5px;padding:5px}#home .one-block .witness .thumbnail .flag{position:absolute;right:-5px;bottom:-5px}#home .one-block .witness .name{width:70%;display:inline-block;vertical-align:top;margin-left:15px}#home .one-block .witness .name .producer{color:#a2a4a4}#home .one-block .witness .name .txns{vertical-align:5px;font-size:12px}#home .one-transaction{display:flex;justify-content:space-between;align-items:center;padding:14px 0}#home .one-transaction .info{width:200px;display:inline-block}#home .one-holder{display:flex;justify-content:space-between;align-items:center;padding:14px 0}#home .one-holder .info .address{width:200px;display:inline-block;vertical-align:middle;margin-left:10px}#home .one-holder .balance .balance-em{font-weight:600;text-align:right}#home .one-holder .balance .balance-usd{text-align:right}#transaction-detail .txhash{display:inline-block;color:#a2a4a4;font-weight:700;margin-bottom:20px}#transaction-detail .txhash span{font-weight:300;color:#6d66a0}#transaction-detail .btn-copy{vertical-align:6px;margin-left:15px;padding:3px 10px;border-radius:5px}#transaction-detail .tx-info ul{margin-top:15px}#transaction-detail .tx-info ul:first-child{margin-top:0}#transaction-detail .tx-info ul li{display:inline-block}#transaction-detail .tx-info ul li:first-child{color:#a2a4a4;width:20%}#transaction-detail .tx-info ul li:last-child{text-align:left;width:80%;vertical-align:top}#transaction-detail .actions{margin-top:20px;background:#fff;background-color:#fff;border:1px solid #dce2e3}#transaction-detail .actions .tabs{border-bottom:1px solid #dce2e3}#transaction-detail .actions .tabs li{display:inline-block;padding:10px 20px;font-size:20px;color:#a2a4a4;cursor:pointer}#transaction-detail .actions .tabs li .badge-cirlce{background-color:#a2a4a4;border-radius:50%;color:#fff;width:20px;height:20px;font-size:13px;vertical-align:3px}#transaction-detail .actions .tabs li.active{color:#413d5d;border-bottom:3px solid #413d5d}#transaction-detail .actions .tabs li.active .badge-cirlce{background-color:#413d5d}#transaction-detail .actions .actions-content{padding:15px 20px}#transaction-detail .actions .actions-content .one-action{display:flex;justify-content:space-between;align-items:center}#transaction-detail .actions .actions-content .one-action li{display:inline-block}#transaction-detail .actions .actions-content .one-action li:nth-child(2){flex-grow:1;margin-left:15px;margin-right:15px}#transaction-detail .actions .actions-content .hide-recepeit{margin:10px 0 10px 150px;color:#6d66a0;cursor:pointer}#transaction-detail .actions .actions-content .hide-recepeit img{vertical-align:2px;margin-right:10px}#transaction-detail .actions .actions-content .one-receipt{margin-left:150px;margin-top:10px}#transaction-detail .actions .actions-content .one-receipt li{display:inline-block}#transaction-detail .actions .actions-content .one-receipt li:first-child{text-align:right;width:12%}#transaction-detail .actions .actions-content .one-receipt li:nth-child(2){margin-left:10px;font-family:monospace;background-color:#f7f7f7;vertical-align:1px}#address .address-title,#address .block-title,#block-info .address-title,#block-info .block-title{display:inline-block;color:#a2a4a4;font-weight:700;margin-bottom:20px}#address .address-title span,#address .block-title span,#block-info .address-title span,#block-info .block-title span{font-weight:300;color:#6d66a0}#address .btn-copy,#block-info .btn-copy{vertical-align:6px;margin-left:15px;padding:3px 10px;border-radius:5px}#address .basic-info,#block-info .basic-info{margin-top:10px;padding:10px 20px}#address .basic-info ul,#block-info .basic-info ul{display:flex;align-items:center;border-bottom:1px solid #dce2e3;padding:10px 0}#address .basic-info ul:last-child,#block-info .basic-info ul:last-child{border-bottom:0;padding-bottom:0}#address .basic-info ul:hover .hide,#block-info .basic-info ul:hover .hide{display:block}#address .basic-info ul li,#block-info .basic-info ul li{display:inline-block}#address .basic-info ul li:first-child,#block-info .basic-info ul li:first-child{color:#a2a4a4;width:30%}#address .basic-info ul li:last-child,#block-info .basic-info ul li:last-child{width:70%;font-size:14px}#address .basic-info ul li.balance,#block-info .basic-info ul li.balance{font-size:24px;font-weight:600}#address .basic-info ul li .link-to-wallet,#block-info .basic-info ul li .link-to-wallet{float:right}#address .basic-info ul li .hide,#block-info .basic-info ul li .hide{display:none}#address .basic-info ul li .hide li,#block-info .basic-info ul li .hide li{width:100%}#address .basic-info ul li .hide li p,#block-info .basic-info ul li .hide li p{color:#a2a4a4;display:inline-block}#address .basic-info ul li .hide li p:last-child,#block-info .basic-info ul li .hide li p:last-child{float:right}#address .basic-info ul li .hide li p span,#block-info .basic-info ul li .hide li p span{color:#000;font-weight:700}#address .resource-info,#block-info .resource-info{margin-top:10px;padding:10px 20px;display:flex;justify-content:space-between}#address .resource-info .one-resource,#block-info .resource-info .one-resource{position:relative;padding-bottom:85px;display:inline-block;width:calc(50% - 20px)}#address .resource-info .one-resource .title,#block-info .resource-info .one-resource .title{margin-bottom:12px;font-weight:700}#address .resource-info .one-resource .current,#address .resource-info .one-resource .process,#block-info .resource-info .one-resource .current,#block-info .resource-info .one-resource .process{height:10px}#address .resource-info .one-resource ul,#block-info .resource-info .one-resource ul{display:flex;justify-content:space-between;margin-top:5px}#address .resource-info .one-resource ul.remain,#block-info .resource-info .one-resource ul.remain{margin-bottom:30px}#address .resource-info .one-resource ul li:first-child,#block-info .resource-info .one-resource ul li:first-child{color:#a2a4a4}#address .resource-info .one-resource .link-to-wallet,#block-info .resource-info .one-resource .link-to-wallet{position:absolute;bottom:30px;text-align:center;width:100%}#address .resource-info .line,#block-info .resource-info .line{display:inline-block;width:1px;height:150px;background-color:#dce2e3;align-self:center}#block .table-block .one-block ul,#block .table-block .table-title ul{display:flex;justify-content:space-between;align-items:center}#block .table-block .one-block ul li:first-child,#block .table-block .one-block ul li:nth-child(2),#block .table-block .one-block ul li:nth-child(3),#block .table-block .one-block ul li:nth-child(4),#block .table-block .one-block ul li:nth-child(5),#block .table-block .one-block ul li:nth-child(6),#block .table-block .one-block ul li:nth-child(7),#block .table-block .table-title ul li:first-child,#block .table-block .table-title ul li:nth-child(2),#block .table-block .table-title ul li:nth-child(3),#block .table-block .table-title ul li:nth-child(4),#block .table-block .table-title ul li:nth-child(5),#block .table-block .table-title ul li:nth-child(6),#block .table-block .table-title ul li:nth-child(7){display:inline-block;width:12.5%}#block .table-block .one-block ul li:first-child,#block .table-block .table-title ul li:first-child{width:8%}#block .table-block .one-block ul li:nth-child(3),#block .table-block .table-title ul li:nth-child(3){width:30%}#block .table-block .one-block ul li:nth-child(5),#block .table-block .table-title ul li:nth-child(5){width:2%;text-align:center}#block .table-block .one-block ul li:nth-child(6),#block .table-block .table-title ul li:nth-child(6){width:10%;text-align:center}#block .table-block .one-block .name .address,#block .table-block .table-title .name .address{vertical-align:top;display:inline-block;width:65%;margin-left:10px}#block .table-block .one-block .name .address a:last-child,#block .table-block .table-title .name .address a:last-child{vertical-align:top}#address .table-address-transaction,#block-info .table-block-transaction{background-color:#fff}#address .table-address-transaction .one-transaction ul,#address .table-address-transaction .table-title ul,#block-info .table-block-transaction .one-transaction ul,#block-info .table-block-transaction .table-title ul{display:flex;justify-content:space-between;align-items:center}#address .table-address-transaction .one-transaction ul li:first-child,#address .table-address-transaction .one-transaction ul li:nth-child(2),#address .table-address-transaction .table-title ul li:first-child,#address .table-address-transaction .table-title ul li:nth-child(2),#block-info .table-block-transaction .one-transaction ul li:first-child,#block-info .table-block-transaction .one-transaction ul li:nth-child(2),#block-info .table-block-transaction .table-title ul li:first-child,#block-info .table-block-transaction .table-title ul li:nth-child(2){width:10%}#address .table-address-transaction .one-transaction ul li:nth-child(3),#address .table-address-transaction .table-title ul li:nth-child(3),#block-info .table-block-transaction .one-transaction ul li:nth-child(3),#block-info .table-block-transaction .table-title ul li:nth-child(3){width:15%}#address .table-address-transaction .one-transaction ul li:nth-child(4),#address .table-address-transaction .table-title ul li:nth-child(4),#block-info .table-block-transaction .one-transaction ul li:nth-child(4),#block-info .table-block-transaction .table-title ul li:nth-child(4){width:65%}#address .table-address-transaction .one-transaction .name .address,#address .table-address-transaction .table-title .name .address,#block-info .table-block-transaction .one-transaction .name .address,#block-info .table-block-transaction .table-title .name .address{vertical-align:top;display:inline-block;width:65%;margin-left:10px}#address .table-address-transaction .one-transaction .name .address a:last-child,#address .table-address-transaction .table-title .name .address a:last-child,#block-info .table-block-transaction .one-transaction .name .address a:last-child,#block-info .table-block-transaction .table-title .name .address a:last-child{vertical-align:top}#block-info .block-title{font-weight:300}#block-info .block-title span{font-weight:700}#block-info .basic-info ul li:last-child{font-size:16px}#block-info .location p{display:inline-block;margin-left:10px;vertical-align:-1px;font-size:14px}#txs .table-transaction .one-transaction ul,#txs .table-transaction .table-title ul{display:flex;justify-content:space-between;align-items:center}#txs .table-transaction .one-transaction ul li:first-child,#txs .table-transaction .one-transaction ul li:nth-child(2),#txs .table-transaction .one-transaction ul li:nth-child(3),#txs .table-transaction .table-title ul li:first-child,#txs .table-transaction .table-title ul li:nth-child(2),#txs .table-transaction .table-title ul li:nth-child(3){width:7%}#txs .table-transaction .one-transaction ul li:nth-child(4),#txs .table-transaction .table-title ul li:nth-child(4){width:35%}#txs .table-transaction .one-transaction ul li:nth-child(5),#txs .table-transaction .table-title ul li:nth-child(5){width:15%}#txs .table-transaction .one-transaction ul li:nth-child(6),#txs .table-transaction .table-title ul li:nth-child(6){width:5%}#txs .table-transaction .one-transaction ul li:nth-child(7),#txs .table-transaction .table-title ul li:nth-child(7){width:10%}#wallet-transfer .card{padding:20px}#wallet-transfer .card .amount{margin-top:30px}#wallet-transfer .card .pick-amount{display:inline-block;margin-top:5px;cursor:pointer}#wallet-transfer .card .pick-amount li{width:30px;height:20px;text-align:center;line-height:20px;font-size:12px;background-color:#dfdfdf;color:#a2a4a4;display:inline-block;margin-right:5px}#wallet-transfer .card .balance{float:right;margin-top:9px}#wallet-transfer .card .label{font-weight:600;font-size:14px}#wallet-transfer .card .select-token__control{background-color:#f3fdff;border-radius:0;border-color:#dce2e3}#wallet-transfer .card .memo{margin-top:30px}#wallet-transfer .card .btn-color{margin:60px auto 10px}#wallet-stake .statistic{display:flex;justify-content:space-around;padding-bottom:20px;border-bottom:1px solid #dce2e3}#wallet-stake .stake{width:50%;margin:30px auto 0}#wallet-stake .pick-amount{display:inline-block;margin-top:5px;cursor:pointer}#wallet-stake .pick-amount li{width:30px;height:20px;text-align:center;line-height:20px;font-size:12px;background-color:#dfdfdf;color:#a2a4a4;display:inline-block;margin-right:5px}#wallet-stake .balance{float:right;margin-top:9px}#wallet-stake .btn-color{display:block;margin:32px auto 0}#wallet-stake .show-unstaked{float:right;margin-top:2px;cursor:pointer}#wallet-stake .show-unstaked span{font-size:14px;vertical-align:top;margin-left:5px}#wallet-stake .table-packages{background-color:#fff}#wallet-stake .table-packages .one-package ul,#wallet-stake .table-packages .table-title ul{display:flex;justify-content:space-between;align-items:center}#wallet-stake .table-packages .one-package ul li:first-child,#wallet-stake .table-packages .table-title ul li:first-child{width:1%}#wallet-stake .table-packages .one-package ul li:nth-child(2),#wallet-stake .table-packages .one-package ul li:nth-child(3),#wallet-stake .table-packages .one-package ul li:nth-child(4),#wallet-stake .table-packages .one-package ul li:nth-child(5),#wallet-stake .table-packages .one-package ul li:nth-child(6),#wallet-stake .table-packages .table-title ul li:nth-child(2),#wallet-stake .table-packages .table-title ul li:nth-child(3),#wallet-stake .table-packages .table-title ul li:nth-child(4),#wallet-stake .table-packages .table-title ul li:nth-child(5),#wallet-stake .table-packages .table-title ul li:nth-child(6){width:11%}#wallet-stake .table-packages .one-package ul li:nth-child(7),#wallet-stake .table-packages .table-title ul li:nth-child(7){width:20%}#wallet-stake .table-packages .one-package ul li:nth-child(2),#wallet-stake .table-packages .one-package ul li:nth-child(5),#wallet-stake .table-packages .one-package ul li:nth-child(6),#wallet-stake .table-packages .table-title ul li:nth-child(2),#wallet-stake .table-packages .table-title ul li:nth-child(5),#wallet-stake .table-packages .table-title ul li:nth-child(6){text-align:center}#wallet-producer .card{padding-top:20px}#wallet-producer .card .title{margin-bottom:0}#wallet-producer .card .note{margin-bottom:30px}#wallet-producer .how-to{display:flex;justify-content:space-between}#wallet-producer .how-to .one-step{display:inline-block;width:31%}#wallet-producer .how-to .one-step .number{width:50px;height:50px;background-color:#413d5d;display:inline-flex;color:#fff;justify-content:center;align-items:center;font-weight:700;font-size:24px;margin-right:10px}#wallet-producer .how-to .one-step .content{margin-top:-7px;display:inline-block;vertical-align:top;width:calc(100% - 60px)}#wallet-producer .how-to .one-step .content p:first-child{font-weight:600;font-size:20px}#wallet-producer .how-to .one-step .content p:last-child{font-size:14px}#wallet-producer .register{margin-top:30px}#wallet-producer .register .url{margin-top:20px}#wallet-producer .register .loc{margin-top:20px;text-transform:uppercase;font-size:14px;font-weight:600}#wallet-producer .register .btn-color{margin:40px auto 0}#wallet-producer .producer-info{position:relative}#wallet-producer .producer-info .btn-edit{position:absolute;top:15px;right:20px}#wallet-producer .producer-info .avatar{position:relative}#wallet-producer .producer-info .avatar .loading-overlay{position:absolute;min-height:0;width:100%;height:100%}#wallet-producer .producer-info .avatar .upload{position:absolute;bottom:0;width:100%;left:0;height:30px;background-color:rgba(84,79,119,.85);text-align:center;color:#fff;padding:3px 10px;cursor:pointer}#wallet-producer .producer-info .avatar .upload img{margin-top:3px;height:16px;float:left}#wallet-producer .producer-info .info ul li{vertical-align:middle}#wallet-producer .producer-info .info .select-location,#wallet-producer .producer-info .info input{width:75%}#wallet-producer .producer-statistic .loading-overlay{min-height:0}#wallet-producer .producer-statistic .statistic{display:flex;justify-content:space-around;padding-bottom:20px;border-bottom:1px solid #dce2e3}#wallet-producer .producer-statistic .statistic .btn-default{padding:0 5px;border-radius:0;vertical-align:5px}#wallet-vote .statistic{display:flex;justify-content:space-around;padding-bottom:20px;border-bottom:1px solid #dce2e3}#wallet-vote .vote{width:50%;margin:30px auto 0}#wallet-vote .select-producer-label{font-weight:600;font-size:14px}#wallet-vote .producer-option .thumbnail{width:40px;height:40px;display:inline-block;margin-right:5px}#wallet-vote .producer-option .thumbnail .logo{width:100%;height:100%;background-color:#fff;border-radius:5px;padding:5px}#wallet-vote .producer-option .info{margin-top:-5px;display:inline-block;vertical-align:top}#wallet-vote .producer-option .info .name{font-weight:700;font-size:14px}#wallet-vote .producer-option .info .location .flag-icon{height:14px}#wallet-vote .producer-option .info .location p{display:inline-block;margin-left:5px;vertical-align:1px;font-size:14px}#wallet-vote .producer-selected .name{display:inline-block;font-weight:700;font-size:14px}#wallet-vote .amount{margin-top:20px}#wallet-vote .pick-amount{display:inline-block;margin-top:5px;cursor:pointer}#wallet-vote .pick-amount li{width:30px;height:20px;text-align:center;line-height:20px;font-size:12px;background-color:#dfdfdf;color:#a2a4a4;display:inline-block;margin-right:5px}#wallet-vote .balance{float:right;margin-top:9px}#wallet-vote .btn-color{display:block;margin:32px auto 0}#wallet-vote .table-voted{position:relative;background-color:#fff}#wallet-vote .table-voted .one-vote ul,#wallet-vote .table-voted .table-title ul{display:flex;justify-content:space-between;align-items:center}#wallet-vote .table-voted .one-vote ul li:nth-child(2),#wallet-vote .table-voted .table-title ul li:nth-child(2){width:30%}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3) translateZ(0);transform:scale(.3) translateZ(0)}50%{opacity:.9;-webkit-transform:scale(1.1);transform:scale(1.1)}80%{opacity:1;-webkit-transform:scale(.89);transform:scale(.89)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}#wallet-ram .card{padding-bottom:10px;min-height:342px}#wallet-ram .statistic{display:flex;justify-content:space-around;padding-bottom:20px;border-bottom:1px solid #dce2e3}#wallet-ram .buy,#wallet-ram .sell{display:inline-block;width:45%;margin-top:30px}#wallet-ram .line{display:inline-block;width:10%}#wallet-ram .line span{display:block;width:1px;height:110px;background-color:#dce2e3;margin:auto;position:relative;top:-52px}#wallet-ram .label{font-weight:600;font-size:14px}#wallet-ram .btn-color{display:block;margin:22px auto 10px}@media (min-width:1400px){.container{max-width:1270px}}@media screen and (max-width:768px){header .wrapper{overflow-x:auto}header .top-header{width:800px;list-style:none;justify-content:space-between;display:flex;min-height:50px}header .top-header li{text-align:center}header .navbar .list{cursor:pointer;display:block;margin-left:10px;margin-top:20px;z-index:5}header .navbar .list-inline{display:none}header .navbar .logo{margin-top:17px}header .navbar .menu{display:block}header .navbar .list-inline-app{position:absolute;top:70px;background-color:#6d66a0;width:45%;z-index:5}header .navbar .list-inline-app li.main-menu:nth-child(4){margin:0}header .navbar .list-inline-app li.main-menu{display:block;padding-left:10px;width:100%;color:#fff}header .navbar .list-inline-app li.main-menu a{font-size:14px;line-height:30px}header .navbar .list-inline-app li.main-menu:last-child(){padding-left:0}#block .table-block,#txs .table-transaction,.table-producer{overflow-x:auto}#block .table-block .table-body,#block .table-block .table-title,#txs .table-transaction .table-body,#txs .table-transaction .table-title,.table-producer .table-body,.table-producer .table-title{width:1200px}#home .col-md-4{margin-bottom:20px}#address .address-title{font-size:13px}#address .btn-copy{margin:0}#address .basic-info ul li.balance{font-size:15px}#address .col-md-6{overflow-x:auto;width:calc(100% - 30px);padding:0;margin-left:15px;align-items:center}#address .col-md-6 .resource-info{width:1000px}#address .col-md-6 .one-resource{width:300px}#wallet-producer .col-md-9 .card,#wallet-ram .col-md-9 .card,#wallet-stake .col-md-9 .card{overflow-x:auto}#wallet-producer .col-md-9 .card .how-to,#wallet-producer .col-md-9 .card .statistic,#wallet-producer .col-md-9 .card .waper-row,#wallet-ram .col-md-9 .card .how-to,#wallet-ram .col-md-9 .card .statistic,#wallet-ram .col-md-9 .card .waper-row,#wallet-stake .col-md-9 .card .how-to,#wallet-stake .col-md-9 .card .statistic,#wallet-stake .col-md-9 .card .waper-row{width:1000px}footer{height:auto}footer .social-links{margin:20px}footer .col-md-2{width:25%;display:block}footer .col-md-2 .footer-links .title{font-size:15px}footer .col-md-2 .footer-links ul a,footer .col-md-2 .footer-links ul li{font-size:12px}}
/*# sourceMappingURL=main.add6617c.chunk.css.map */