/* Combined file @ 2025-08-18 15:47:22 */
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
html,
body {
    height: 100%;
    font-size: 15px;
}
.hide{
    display: none;
}
.table-dark{
    background-color: #242b31 !important;
}

.body-cluster {
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    /*padding: 0 0 60px;*/
    z-index: 10;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.datetimepicker {
    z-index: 1050;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/"\e151";
}

a.desc:after {
    content: /*"\e114"*/"\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}


.time-left-label {
    display: block; /* Отображается по умолчанию */
}

@media (max-width: 1169px)  and (min-width: 991.98px) {
    .time-left-label {
        display: none; /* Скрывается при ширине меньше 1170px */
    }
}



@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

#topLabel {
    margin-top: 40px;
    text-align: center;
    z-index: 2;
}

.timeNavigator {
    text-align: left;
}

.timeMenuClose {
    margin-top: 0rem;
    position: fixed;
    right: 0px;
    display: inline-block;
    z-index: 15;
    /*   text-align: right;*/
    ;
}

.timeNav {
    display: inline-block;
    vertical-align: 0.1rem;
}

.topLabelText {
    display: inline-block;
}

#stakanInfo {
    display: block;
    z-index: 1;
}

.timePicker {
    width: 155px;
}

.inputFilter {
    width: 80px;
}

.inputFilterBig {
    width: 120px;
}

.timeFrameSelect {
    vertical-align: -0.085rem;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
}

.titleTimePanel {
    text-align: center;
}

.modalTitle {
    text-align: center;
    margin: 10px;
    font-size: 1.05em;
}

.timePanelBlock {
    border: 0px;
    border-left: 1px;
    border-style: solid;
    border-color: darkgray;
    text-align: center;
}

#labelXl {
    white-space: nowrap;
    max-height: 35px;
}


/*.custom-control-label:before{
  background-color:red;
}*/

.anchor {
    position: absolute;
    transform: translateY(-50vh);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: green;
}

#nowCheckBox {
    background-color: white;
}

.claster-container {
    height: 600px;
    background: #fff;
    border: 0px;
    border-top: 1px solid #C1C1C1;
    overflow-y: hidden;
    overflow-x: hidden;
    /*margin-top: 4.5rem;*/
    ;
}

.claster-price {
    flex: 0 0 50px;
    /*width: 50px;*/
    height: 600px;
    background: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    border-left: 1px solid #C1C1C1;
    padding: 0px;
    margin: 0px;
    /*margin-top: 4.5rem;*/
    ;
}

.claster-price-h  {
    flex: 0 0 50px;
}
.claster-price-h-large  {
    flex: 0 0 60px;
}
.profil-left {
    height: 600px;
    background: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    border-right:  1px solid #C1C1C1;
    padding: 0px;
    margin: 0px;
    /*margin-top: 4.5rem;*/
    ;
}

.graf-main {
    white-space: nowrap;
    cursor: crosshair;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#grafTime {
    white-space: nowrap;
    cursor: url('/css/images/ew-resize.png'), auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#panel_volum_indicator_div {
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.claster-time {
    height: 25px;
    border: 0px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    overflow-y: hidden;
    overflow-x: hidden;
    /*margin-top: 4.5rem;*/
    ;
}

.claster-volum {
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    border-top: 1px solid #C1C1C1;
    /*border-bottom: 1px solid #C1C1C1;*/
    overflow-y: hidden;
    overflow-x: hidden;
    /*margin-top: 4.5rem;*/
    ;
}

.not-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.resize-idicator {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: DarkGrey;
    height: 5px;
    width: 100%;
    position: absolute;
    cursor: row-resize;
    opacity: 0;
}
.resize-idicator:hover  {
    opacity: 0.5;
}
.claster-panel-chart {
    width: 500px;
    height: 100%;
    max-width: 500px;
    background: #fff;
    border: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    /*margin-top: 4.5rem;*/
    display: inline-block;
}

.claster-panel-price {
    width: 60px;
    height: 100%;
    background: #fff;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.claster-but-left {
    flex: 0 0 135px;
    border: 0px;
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
}

.claster-but-right {
    flex: 0 0 50px;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
}

.lastGeraf {
    position: fixed;
    margin-top: 300px;
    z-index: 1050;
    margin-left: 8.33333%;
    cursor: pointer;
    display: none;
}

.nextGeraf {
    position: fixed;
    margin-top: 300px;
    z-index: 1050;
    margin-left: 89%;
    cursor: pointer;
    display: none;
}

.zoomPanel {
    /*    position: absolute;*/
    /*	z-index: 100;*/
    width: 100%;
}

.zoom-1 {
    font-size: 0.8rem;
    display: inline-block;
    border-radius: 25%;
    cursor: pointer;
}

.zoom-2 {
    font-size: 1rem;
    display: inline-block;
    border-radius: 25%;
    cursor: pointer;
}

.zoom-3 {
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 25%;
    border: 1px solid black;
    cursor: pointer;
}

.svgFraf {
    width: 100%;
    height: 100%;
}

.lineColor {
    vertical-align: middle;
}

.lineBut {
    border: 1px solid #C1C1C1;
    padding-top: 2px;
    margin-top: 8px;
    /*margin-bottom: 5px;*/
    margin-left: 5px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
    color: DimGrey;
}
.lineButDom {
    border: 1px solid #C1C1C1;
    padding-top: 2px;

    margin-left: 1px;
    margin-right: 1px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
    color: DimGrey;
}
.indicatorBut {
    border: 1px solid #C1C1C1;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
    color: DimGrey;
}

.lineButShow {
    border: 1px solid #C1C1C1;
    width: 25px;
    height: 32px;
    cursor: pointer;
}

.trashBut {
    /*margin-left: 10px;*/
    border: 1px solid #C1C1C1;
    padding: 3px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.sell-volum {
    background-color: #d3737d;
    /*border: 1px;
    border-right: 0px;
    border-style: solid;
    border-color: #9d1717;*/
    ;
}

.buy-volum {
    background-color: #62a672;
    /*border: 1px;
    border-left: 0px;
    border-style: solid;
    border-color: #206620;*/
    ;
}

.all-volum {
    background-color: #5a91cc;
    /*border: 1px;
    border-left: 0px;
    border-style: solid;
    border-color: #2446ce;*/
    ;
}

.showHist {
    position: fixed;
    width: 100%;
}

.showHistWall {
    position: fixed;
    width: 100%;
    margin-top: 28px;
}

.Animated_button {
    -moz-animation: cycle 4s linear;
    /*infinite  проигрывать бесконечно*/
    -webkit-animation: cycle 4s linear;
}

@-moz-keyframes cycle {
    35% {
        transform: rotate(0) translate(0, 0);
    }

    40% {
        transform: rotate(5deg) translate(0, -4px);
    }

    45% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    50% {
        transform: rotate(5deg) translate(0, 4px);
    }

    55% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    60% {
        transform: rotate(5deg) translate(0, -4px);
    }

    65% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    70% {
        transform: rotate(5deg) translate(0, 4px);
    }

    75% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    80% {
        transform: rotate(5deg) translate(0, -4px);
    }

    85% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    90% {
        transform: rotate(5deg) translate(0, 4px);
    }

    95% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    100% {
        transform: rotate(0) translate(0, 0);
    }
}

@-webkit-keyframes cycle {
    35% {
        transform: rotate(0) translate(0, 0);
    }

    40% {
        transform: rotate(5deg) translate(0, -4px);
    }

    45% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    50% {
        transform: rotate(5deg) translate(0, 4px);
    }

    55% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    60% {
        transform: rotate(5deg) translate(0, -4px);
    }

    65% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    70% {
        transform: rotate(5deg) translate(0, 4px);
    }

    75% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    80% {
        transform: rotate(5deg) translate(0, -4px);
    }

    85% {
        transform: rotate(-3deg) translate(0, -4px);
    }

    90% {
        transform: rotate(5deg) translate(0, 4px);
    }

    95% {
        transform: rotate(-3deg) translate(0, 4px);
    }

    100% {
        transform: rotate(0) translate(0, 0);
    }
}

.chartMain {
    padding-top: 65px;
    height: 600px;
}

.zoom {
    position: relative;
    z-index: 999;
}

.wall-ask-all {
    z-index: 10;
    margin-left: 1px;
    flex: 1 1 0%;
    text-align: left;
}

#manipulInfoContainer {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 90%;
    border: 1px;
    border-style: solid;
    border-color: darkgray;
    display: block;
}

#main>#manipulInfoContainer {
    position: fixed;
    top: 0;
    left: 0;
}

#leftColum {
    left: 0;
    position: relative;
    display: inline-block;
}

#main {
    position: relative;
    width: 100%;
}

#modalClusterAllExTitle{
    display: block;
}

@media (max-width: 576px) {
    .show-sm {
        display: none;
    }

    .wall-bid-all {
        z-index: 10;
        margin-right: 3px;
        flex: 1 1 0%;
        text-align: right;
    }

    .wall-cont-all {
        width: 7.36%;
    }

    .videoModal {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    #screenerMain{
        margin-right:  15px;
    }
    .header {
        transition: all .3s ease;
    }

    .header.out {
        transform: translateY(-100%);
    }
    /*   .exLabel {
    transition: all .3s ease;
}*/
    /*    .exLabel.out {
    transform: translateY(-60px);
}*/
    #topLabel.out {
        margin-top: 0rem;
    }
    /*sm*/
    .labelIcon {
        display: inline-block;
        /*всегда есть*/
        ;
    }

    .labelMinText {
        display: none;
    }

    .labelMidlText {
        display: none;
    }

    .labelFullText {
        display: none;
    }

    #ordersInfo {
        border: 0px;
        display: none;
    }

    #main {
        position: relative;
    }

    #main>#ordersInfo {
        position: relative;
    }

    .labelXl {
        display: none;
    }

    .wal_price {
        font-size: 0.9rem;
    }

    .timePanelBlock {
        border: 0px;
        border-top: 1px;
        border-style: solid;
        border-color: #dee2e6;
        text-align: center;
    }

    #stakanInfo {
        padding-top: 35px;
    }

    .main-cluster {
        padding-top: 65px;
    }



    .show-md {
        display: none;
    }

    .hide-md {
        display: block;
    }

    .hide-sm {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .show-lg {
        display: none;
    }

    .wall-bid-all {
        z-index: 10;
        margin-right: 3px;
        flex: 1 1 0%;
        text-align: right;
    }

    .wall-cont-all {
        width: 7.36%;
    }
    /*        #grafProfil{
        display: none;
    }*/
    .videoModal {
        max-width: 1024px;
    }

    .panel-temp-setting {
        width: 50%;
    }

    .panel-ex-setting {
        width: 100%;
    }
    .panel-left-setting {
        width: 100%;
    }

    .panel-cluster-setting {
        width: 100%;
    }
    .panel-ind-setting {
        width: 50%;
    }
    .panel-wall-setting {
        width: 100%;
    }
    .panel-info-setting {
        display: none;
    }

    #modalClusterAllExTitle{
        display: none;
    }

    .mobileInfoExAndCur{
        display: inline-block;
    }
    .navbar-brand{
        margin-right: 0rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .zoom {
        /*    margin-left: 40%;*/
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /*md*/
    .labelIcon {
        display: inline-block;
        /*всегда есть*/
        ;
    }

    .labelMinText {
        display: inline-block;
    }

    .labelMidlText {
        display: none;
    }

    .labelFullText {
        display: none;
    }

    #ordersInfo {
        border: 1px;
        border-style: solid;
        border-color: darkgray;
        display: block;
    }

    .labelXl {
        display: none;
    }

    .timePanelBlock {
        border: 0px;
        border-left: 1px;
        border-top: 1px;
        border-style: solid;
        border-color: #dee2e6;
        text-align: center;
    }

    #stakanInfo {
        padding-top:  35px;
    }

    .wal_price {
        font-size: 1rem;
    }


    .show-md {
        display: block;
    }

    .hide-md {
        display: none;
    }
    /*	.hide-sm {
                    display: hide-sm;
            }*/
    .show-xs {
        display: none;
    }

    .show-lg {
        display: none;
    }

    .wall-bid-all {
        z-index: 10;
        margin-right: 1px;
        flex: 1 1 0%;
        text-align: right;
    }

    .wall-cont-all {
        width: 8.8%;
    }

    .videoModal {
        max-width: 524px;
    }

    .panel-temp-setting {
        width: 50%;
    }

    .panel-ex-setting {
        width: 100%;
    }
    .panel-left-setting {
        width: 100%;
    }
    .panel-cluster-setting {
        width: 100%;
    }
    .panel-ind-setting {
        width: 50%;
    }
    .panel-wall-setting {
        width: 100%;
    }
    .panel-info-setting {
        display: none;
    }
    .mobileInfoExAndCur{
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .zoom {
        /*    margin-left: 40%;*/
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /*lg*/
    .labelIcon {
        display: inline-block;
        /*всегда есть*/
        ;
    }

    .labelMinText {
        display: none;
    }

    .labelMidlText {
        display: inline-block;
    }

    .labelFullText {
        display: none;
    }

    #ordersInfo {
        border: 1px;
        border-style: solid;
        border-color: darkgray;
        display: block;
    }

    .labelXl {
        display: none;
    }

    .timePanelBlock {
        border: 0px;
        border-left: 1px;
        border-style: solid;
        border-color: #dee2e6;
        text-align: center;
    }

    #stakanInfo {
        padding-top: 35px;
    }

    .wal_price {
        font-size: 1rem;
    }


    /*	.hide-sm {
                    display: block;
            }*/
    .show-md {
        display: block;
    }

    .hide-md {
        display: none;
    }

    .show-xs {
        display: none;
    }

    .show-lg {
        display: block;
    }

    .wall-bid-all {
        z-index: 10;
        margin-right: 1px;
        flex: 1 1 0%;
        text-align: right;
    }

    .wall-cont-all {
        width: 8.8%;
    }

    .videoModal {
        max-width: 768px;
    }

    .panel-temp-setting {
        width: 9%;
    }

    .panel-ex-setting {
        width: 29%;
    }
    .panel-left-setting {
        width: 136px;
    }
    .panel-info-setting {
        margin-left:  max(9%, 136px);
    }
    .panel-cluster-setting {
        width: 29%;
    }
    .panel-ind-setting {
        width: 9%;
    }
    .panel-wall-setting {
        width: 24%;
    }

    .mobileInfoExAndCur{
        display: none;
    }
}

@media (min-width:1200px) {
    .left-border{
        border-left: #C1C1C1 1px solid;
    }
    /*xl*/
    .zoom {
        /*    margin-left: 40%;*/
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .labelIcon {
        display: inline-block;
        /*всегда есть*/
        ;
    }

    .labelMinText {
        display: none;
    }

    .labelMidlText {
        display: none;
    }

    .labelFullText {
        display: inline-block;
    }

    #ordersInfo {
        overflow-y: auto;
        height: 90%;
        border: 1px;
        border-style: solid;
        border-color: darkgray;
        display: block;
    }

    #main>#ordersInfo {
        position: fixed;
        top: 0;
        right: 0;
    }

    .labelXl {
        display: inline-block;
    }

    .timePanelBlock {
        border: 0px;
        border-left: 1px;
        border-style: solid;
        border-color: #dee2e6;
        text-align: center;
    }

    .wal_price {
        font-size: 1rem;
    }



    .order-md-label {
        display: block;
    }

    .show-md {
        display: block;
    }

    .hide-md {
        display: none;
    }

    .show-lg {
        display: block;
    }
    /*	.hide-sm {
                    display: block;
            }*/
    .show-xs {
        display: none;
    }

    .wall-bid-all {
        z-index: 10;
        margin-right: 1px;
        flex: 1 1 0%;
        text-align: right;
    }

    .wall-cont-all {
        width: 8.8%;
    }

    .videoModal {
        max-width: 968px;
    }

    .panel-temp-setting {
        width: 9%;
    }

    .panel-ex-setting {
        width: 27%;
    }
    .panel-left-setting {
        width: 136px;
    }
    .panel-cluster-setting {
        width: 32%;
    }
    .panel-ind-setting {
        width: 9%;
    }
    .panel-wall-setting {
        width: 22%;
    }
    .panel-info-setting {
        margin-left:  max(9%, 136px);

    }
    .mobileInfoExAndCur{
        display: none;
    }
}

@media (min-width: 1199.98px) and (max-width: 1329.98px) {
    #manipulTabl {
        font-size: 0.9rem;
    }

    .show-only-desktop {
        display: none;
    }

    .show-only-laptop {
        display: block;
    }
}

@media (min-width: 1320.98px) and (max-width: 1399.98px) {
    #manipulTabl {
        font-size: 0.95rem;
    }
}

@media (min-width: 1400) {
    #manipulTabl {
        font-size: 1rem;
    }
}

@media (max-width: 1349.98px) {
    #domQuestion {
        display: none;
    }
}

.dom-tr {
    padding: 0.2rem;
}

.progress {
    border-radius: 0rem;
}

.account-container {
    margin-top: 3.5rem;
}

.grImg {
    transform: rotate(2deg);
}

#svgFraf {
}

.fullScrin {
    float: right;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.center {
    text-align: center;
}

.orderSum:hover .orderInBtc {
    display: none;
}

.orderSum .orderInUsd {
    display: none;
}

.orderSum:hover .orderInUsd {
    display: inline;
}

.table-top {
    margin-bottom: 0px;
}

#btnNextOrders {
    display: none;
    margin-top: 15px;
}

#clusterSetting {

    margin-top: 0px;
    /*height: 80px;*/
    border: 1px solid white;
    width:auto;
    display: none;
    left: 40px;
    right: 53px;

    position: absolute;

    border-color: #FFFFFF;


}


.setting-hidden {
    display: none;
}

.monitoring-line {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 0.8em;
}

.pointer {
    cursor: pointer;
}

.text-remove {
    color: #bd2121;
    /*#990000*/
    ;
    font-weight: 600;
}

.text-hidden {
    color: #367b36;
    /*#336633*/
    ;
    font-weight: 600;
}

.dom-zoom {
    position: fixed;
    left: 50%;
    bottom: 15px;
    padding: 5px;
    background: #FFF;
    width: 300px;
    z-index: 1010;
    text-align: center;
    opacity: 0.9;
    transform: translateX(-50%);
}

.dom-zoom-elem {
    padding-left: 5px;
    cursor: pointer;
}

.container-cluster {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
    touch-action: none;
}

.checkBoxToolTip {
    padding-right: 0px;
}

.no-wrap {
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.zoom-btn:hover {
    transform: scale(1.1, 1.1);
}


/* при наведении курсора мышки */

.zoom-btn:active {
    transform: scale(0.9, 0.9);
}


/* при нажатии */

.video {
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.activNav {
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #a8a8a8;
    border-bottom: none;
}

.row-content {
    display: flex;
    box-sizing: border-box;
    z-index: 2;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
    line-height: 12px;
    cursor: pointer;
    font-size: 11px;
}

.ask-bar {
    background-color: #d3737d;
}

.bid-bar {
    background-color: #62a672;
}

.progress-bar-l {
    position: absolute;
    left: 0px;
    z-index: 1;
    opacity: 0.4;
    height: 11px;
    width: 100%;
}

.progress-bar-r {
    position: absolute;
    right: 0px;
    z-index: 1;
    opacity: 0.4;
    height: 11px;
    width: 100%;
}

.nightBut {
    color: DimGray;
}

.dayBut {
    color: LightGray;
}

.body_night {
    background-color: #242b31;
}

.fon_night {
    background-color: #242b31;
    /*#4f5962;/*#495159*/
    ;
}

.text_night {
    color: LightGray;
}

.fon_wite {
    background-color: white;
}

.footer-night {
    height: 60px;
    background-color: #393b3e;
    border-top: 1px solid DimGray;
    padding-top: 20px;
    color: LightGray;
}

.bg-dark-2 {
    background-color: #1a2127 !important;
}

.table-xs-m th,
.table-xs-m td {
    padding: 0.05rem;
}

.domPanel_1 {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 16.6%;
}

.domPanel_2 {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 16.6%;
    width: 16.6%;
}

.domPanel_3 {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 33.3%;
    width: 16.6%;
}

.scrollPanel {
    overflow-y: auto;
    overflow-x: auto;
    height: 90%;
}

#rightPanel {
    position: fixed;
    top: 0;
    right: 0;
}

.domPanel_6 {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    width: 16.6%;
}

.domPanel_5 {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 16.6%;
    width: 16.6%;
}

.domPanel_4 {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 33.3%;
    width: 16.6%;
}

#leftPanelChartInfo {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    border: 1px;
    border-style: solid;
    border-color: darkgray;
    display: block;
}

#clusterPanelVolum {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 65px;
    display: block;
    width: 270px;
    height: 100%;
    max-width: 270px;
    /*background: #fff;*/
    ;
}

.d-l-b {
    display: inline-block;
}

#mainStakanTabl {
    /**
         * Для эксплорера
         */
    -ms-user-select: none;
    /**
         * Для мозилы
         */
    -moz-user-select: none;
    /**
         * Для конкверора
         */
    -khtml-user-select: none;
    /**
         * Для Сафари и Хрома
         */
    -webkit-user-select: none;
}

.procent-zone {
    position: fixed;
    left: 50%;
    bottom: 5%;
    padding: 5px;
    background: Grey;
    color: white;
    width: 230px;
    z-index: 1010;
    text-align: center;
    opacity: 0.9;
    display: none;
    font-size: 1.2em;
}

.selected-price {
    background-color: SkyBlue;
}

#clusterToolbar {
    border: 1px solid #C1C1C1;
    position: absolute;
    padding-top: 15px;

    text-align: center;
    display: inline-block;
    min-height: 420px;
}

.s2 {
    z-index: 10;
    margin-top: 1px;
    margin-left: 1px;
    flex: 1 1 0%;
    text-align: left;
}

.wall-pr-dop {
    font-size: 12px;
    padding: 1px;
    width: 3%;
}

.telegram {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 50px;
    z-index: 300000;
    cursor: pointer;
    text-align: center;
}

.telegram:hover {
    right: 22px;
}
.telegram_min {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 35px;
    z-index: 300000;
    cursor: pointer;
    text-align: center;
}

.telegram_min:hover {
    right: 10px;
}
[data-tooltip-1]:before {
    /* needed - do not touch */
    content: attr(data-tooltip-1);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    font-size: 1em;
    box-shadow: 2px 2px 1px silver;
}

[data-tooltip-1]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    max-width: 200px;
    background: White;
    margin-top: -32px;
    margin-left: 10px;
    word-wrap: break-word;
}

[data-tooltip-1]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

.min-text-95 {
    font-size: 0.95em;
}

.min-text-85 {
    font-size: 0.85em;
}

.setting-indicator {
    position: absolute;
    z-index: 1001;
    bottom: 55px;
    left: 10px;
}

.resize-x {
    white-space: nowrap;
    cursor: url('/css/images/ew-resize.png'), auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0px;
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0);
    touch-action: none;
    left:50px;
}

.resize-y {
    white-space: nowrap;
    cursor: url('/css/images/ns-resize.png'), auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 1000;
    /*top: 0px;*/
    right: 0px;
    width: 50px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    touch-action: none;
}
.max-cl{
    fill:none;
    opacity:1;
    stroke-width:1;
}


@media (max-width: 767.98px) {
    .cookie-modal {
        font-size: .45rem;
        background: rgba(14, 14, 19, .55);
        border: 1px solid hsla(0, 0%, 100%, .1);
        -webkit-backdrop-filter: blur(1.25rem);
        backdrop-filter: blur(1.25rem);
        display: none;
        margin: 0 auto;
        z-index: 999999;
        position: fixed;
        bottom: 20px;
        width: 100%;
        max-width: 800px;
        padding: 20px 20px 20px 20px;
    }

    #accept-cookies {
        font-size: .9rem;
        width: 90%;
    }
}

@media (min-width: 768px) {
    .cookie-modal {
        font-size: .9rem;
        background: rgba(14, 14, 19, .55);
        border: 1px solid hsla(0, 0%, 100%, .1);
        -webkit-backdrop-filter: blur(1.25rem);
        backdrop-filter: blur(1.25rem);
        display: none;
        margin: 0 auto;
        z-index: 999999;
        position: fixed;
        bottom: 20px;
        width: 100%;
        max-width: 800px;
        padding: 20px 20px 20px 20px;
    }
}
#indicatorContent{
    display: flex;
    flex-direction: column;
}

#panelIndicatorNum1{
    order: 1;

}
#panelIndicatorNum2{
    order: 2;

}
#panelIndicatorNum3{
    order: 3;

}
#panelIndicatorNum4{
    order: 4;

}
#panelIndicatorNum5{
    order: 5;

}
#panelIndicatorNum6{
    order: 6;

}

#panelIndicatorNum7{
    order: 7;

}
#panelIndicatorNum8{
    order: 8;

}
#panelIndicatorNum9{
    order: 9;

}

#panelIndicatorNum10{
    order: 10;

}
#panelIndicatorNum11{
    order: 11;

}
#panelIndicatorNum12{
    order: 12;
}
#panelIndicatorNum13{
    order: 13;
}
#panelIndicatorNum14{
    order: 14;
}
#panelIndicatorNum15{
    order: 15;
}
#panelIndicatorNum16{
    order: 16;
}
#panelIndicatorNum17{
    order: 17;
}
#panelIndicatorNum18{
    order: 18;
}
#panelIndicatorNum19{
    order: 19;
}
#panelIndicatorNum20{
    order: 20;
}
#clusterSettingClose{
    z-index: 2000;
}

element.style {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    width: 350px;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn-crypto {

    border-radius: 10px !important;
    transition: .5s !important;
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 600 !important;
    display: block;
    text-decoration: none;
    border: 1px solid;
    cursor: pointer;
}
.btn-crypto:hover,
.btn-crypto:focus {
    border-radius: 20px !important;
    transition: .5s !important;
}
.pay-btn-block {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-decoration: none !important;
    display: block;
    unicode-bidi: isolate;
}

.multiselect-screener{
    vertical-align: -0.1rem;
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid;
}

.chevron {
    position: absolute;
    width: 15px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: Gray;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.chevronN {
    position: absolute;
    width: 15px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevronN:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevronN:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevronN:before,
.chevronN:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevronN:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevronN:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}




@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}



@keyframes pulse {
    to {
        opacity: 1;
    }
}

.select2-selection__rendered
{
    font-size:0.89em;
}
.select2-results__options
{
    font-size:0.70em;
}
.select2-container .select2-selection--single {
    height: 25px !important;
}
.select2-results__option--selected{
    color:black  !important;
}

.header{
    height: 40px;
}
@media (max-width: 991.98px) {
    .header .navbar-collapse {
        background-color: #343a40;
        padding: 10px;
        margin: -10px;
        margin-top: 0px;
    }
    .navbar{
        padding: 0rem 1rem!important;
    }
    .navbar-toggler-icon{
        width: 1em !important;
        height: 1em !important;
    }
    .resize-x {
        bottom: 35px;
    }


}
@media (min-width: 1001px) {
    .resize-x {
        bottom: 35px;
    }
}
@media (max-width: 1000px) {
    .resize-x {
        bottom: 0px;
    }
}
.card-app
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);

}
.fixed-column{
    position: sticky;
    left: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .timeNavSm {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .timeNavSm .page-item {
        margin: 2px;
    }

    .timeNavSm .page-link {
        padding: 8px 12px;
        font-size: 1em !important;
    }
}
#dom-thead-labels {
    position: sticky;
    z-index: 999;
    box-shadow: 0 0 0 1px #C0C0C0;
}
#dom-thead-labels tr {
    box-shadow: 0 1px 0 #C0C0C0;
}
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
.col-5-th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-5th {
        width:33%;
        float:none;
        display:block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 769px) {

    .col-md-5th {
        width:100%;
        float:none;
        display:block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5th.col-sm-5th {
        width:50%;
        float:none;
        display:block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .col-md-5th {
        width:100%;
        float:none;
        display:block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-5th.col-sm-5th {
        width:100%;
        float:none;
        display:block;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.stCol-0 {
    /*width: 7.8333%;*/
}

.stCol-1 {
    width: 8.33333%;
}

.stCol-2 {
    width: 16.666667%;
}
.stCol-3 {
    width: 24.99999%;
}

.stCol-4 {
    width: 33.33332%;
}
.stCol-5 {
    width: 41.66665%;
}

.stCol-6 {
    width: 49.99998%;
}

.stColTo-8 {
    width: 12.5%;
}
.st1{
    position:fixed;
    box-shadow:0 12px 14px 8px #d4d4d4;
    transform:rotate(-90deg) translate(100%);
    transform-origin:bottom right;
    right:0;
    border-top-right-radius:34px;
    background:#4baf50;
    bottom:30px;
    cursor:pointer
}
.st2{
    margin:12px 33px 12px 16px;
    font:14px Arial;
    color:#fff
}
.st3{
    position:absolute;
    right:0;
    top:0;
    width:32px;
    height:34px
}
#butVip{
   margin-left:   10px;
   margin-right:    10px;
}
#mainAccount{
  
}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 3px;
}


/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: 1.2em; /* opinion 3 */
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1201; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip); /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    /*text-align: center;*/
    text-align: left;
    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
    */
    min-width: 14em;
    max-width: 21em;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    white-space: pre-line;
    font-size: 13px;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1200; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -.5em);
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    -webkit-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-.5em, -50%);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    -webkit-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(.5em, -50%);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@keyframes tooltips-vert {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    -webkit-animation: tooltips-vert 300ms ease-out forwards;
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    -webkit-animation: tooltips-horz 300ms ease-out forwards;
    animation: tooltips-horz 300ms ease-out forwards;
}


.container-product{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1920px;
    background: #000000; 
}
.top-product{
  background:  no-repeat #000000 url(/img/fon_cluster.jpg);
  height: auto;
}
 .top-product-r{
   height: 780px;
}

.text-product-dark-fon{
    color: #c1c1c1 !important;
}
 
  .sidebar-left {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: 100;
            padding: 20px;
            overflow-x: hidden;
            overflow-y: auto;
            background-color: #161616;
            color: white;
            width: 250px;
        }
          @media (max-width: 991.98px) {
            .sidebar-left {
                display: none;
            }
        }
        .sidebar-left-text {
             color: rgba(255, 255, 255, 0.8);
        }  
          .sidebar-left-text:hover {
             color: white;
        }  
     .sidebar-dropdown-item  {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
      
        text-align: inherit;
        white-space: nowrap;
        
        border: 0;

    }
       .sidebar-dropdown-item:hover  {
           background-color: #343a40;
       }
    .custom-marker::before {
    content: "\2022"; 
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}    
.top-product-login{
  background:  no-repeat #000000 url(/img/fon_cluster_r.jpg);
    background-repeat:no-repeat;
    background-color: #000000  ;
min-height: 100vh;

}
.info-product{
    margin-bottom: 50px; 
}

.pay-product{
  margin-top: 50px;
  background: #000 url(/img/fon_pay.webp);
  min-height: 500px;
  
}
.advantage-product{
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
  background: #282727;
    
}
#pr-product{
    background: #282727 url(/img/pr_fon.jpg);
    background-repeat: no-repeat;
    background-position: left; 
    min-height: 500px;
}
.ex-product{
    min-height: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff0;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1920px;
}
.body_fon{
     background: #000000; 
}

.ex_logo{
    max-width: 150px;
}

.price-panel{
    margin-top: 30px;
}  
.active-text{
  color: #4bbcff; 
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: rgba(0, 0, 0, 0.1);
 
}
.monitorImg {
  margin-top: 100px;
  top: 10%;
  transform: rotate(-30deg);
 
}



/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 1550px) {
    .monitorImg {
            display: inline-block;
        }
}
@media (max-width: 1550px) {
    .monitorImg {
            display: none;
        }
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  
  .site-signup-form{
      max-width: 600px;  background: rgba(0,0,0,0.6);
  }
  
}

.overflow-hidden { overflow: hidden; }

.gif-img {
  position: absolute;
  top:0;
  left:0;
  max-width: 900px;
}
 
.fon-img {
  position: relative;
   max-width: 900px;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
.hidden{
    display: none;
}
.scrin-card{
    min-height: 470px;
}
.text-card{
  min-height: 420px;  
}
.text-card-b{
  min-height:440px;  
}
.link-card{
     color: #74b7ff!important;
    padding-left: 1.25rem;
    text-decoration: underline;
}

.link-card a{
     color: #74b7ff!important;
 
} 
.iti-flag {background-image: url("path/to/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("path/to/flags@2x.png");}
}
.intl-tel-input {width: 100%;}
@media (min-width: 1024px) {
 .scale-gif {
    transition: 1s; /* Время эффекта */
   }
   .scale-gif:hover {
      transform: scale(1.7) translate(-35%,20%);
   }
}
.btn_auto_pay{
    cursor: pointer;
}


.b-button-switcher_state_on[data-v-c78fc5b8]::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 18px;
  width: 18px;
}
.b-button-switcher[data-v-c78fc5b8]::after, .b-button-switcher[data-v-c78fc5b8]::before {
  box-sizing: content-box;
  display: inline-block;
  vertical-align: top;
}
.b-button-switcher_state_on[data-v-c78fc5b8]::before {
  color: #fff;
  content: "on";
  font: 700 15px/18px Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
  padding: 0 9px;
  text-transform: uppercase;
  width: 30px;
}
.b-button-switcher_state_on[data-v-c78fc5b8] {
  background: #28a745;
}
.b-button-switcher_state_on[data-v-c78fc5b8]:hover {
  background: #176a2a;
}

.b-button-switcher[data-v-c78fc5b8] {
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  opacity: 1;
  padding: 6px;
  position: relative;
  text-decoration: none;
  transition: .22s ease-in-out;
  white-space: nowrap;
}
.b-account-card__autorenew-switcher {
  display: inline-block;
  vertical-align: middle;
}

.b-button-switcher_state_off[data-v-c78fc5b8]::after {
  color: #fff;
  content: "off";
  font: 700 15px/18px Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
  padding: 0 9px;
  text-transform: uppercase;
  width: 30px;
}
.b-button-switcher[data-v-c78fc5b8]::after, .b-button-switcher[data-v-c78fc5b8]::before {
  box-sizing: content-box;
  display: inline-block;
  vertical-align: top;
}
.b-button-switcher_state_off[data-v-c78fc5b8]::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 18px;
  width: 18px;
}

.b-button-switcher_state_off[data-v-c78fc5b8] {
  background: #848a93;
}
.b-button-switcher_state_off[data-v-c78fc5b8]:hover {
  background: #a7aeb9;
}
[data-tooltip-1]:before {
    /* needed - do not touch */
    content: attr(data-tooltip-1);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    font-size: 1em;
    box-shadow: 2px 2px 1px silver;    
    z-index: 9999;
}

[data-tooltip-1]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    max-width: 250px;
    background: White;
    margin-top: 20px;
    margin-left: -120px;    
    word-wrap: break-word;
       z-index: 9999;
}

[data-tooltip-1]:not([data-tooltip-persistent]):before {
    pointer-events: none;
       z-index: 9999;
}

 
    .VkIdWebSdk__button_reset {
       border: none;
       margin: 0;
       padding: 0;
       width: auto;
       overflow: visible;
       background: transparent;
       color: inherit;
       font: inherit;
       line-height: normal;
       -webkit-font-smoothing: inherit;
       -moz-osx-font-smoothing: inherit;
       -webkit-appearance: none;
     }
 
     .VkIdWebSdk__button {
       background: #0077ff;
       cursor: pointer;
       transition: all .1s ease-out;
     }
 
     .VkIdWebSdk__button:hover{
       opacity: 0.8;
     }
 
     .VkIdWebSdk__button:active {
       opacity: .7;
       transform: scale(.97);
     }
 
     .VkIdWebSdk__button {
       border-radius: 4px;
       width: 100%;
       height: 40px;
     }
 
     .VkIdWebSdk__button_container {
       display: flex;
       align-items: center;
       padding: 4px 10px;
     }
 
     .VkIdWebSdk__button_icon + .VkIdWebSdk__button_text {
       margin-left: -28px;
     }
 
     .VkIdWebSdk__button_text {
       display: flex;
       font-family: -apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;
       flex: 1;
       justify-content: center;
       color: #ffffff;
     }
/*switch styles*/

div.btn-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

.btn-container > label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 140px;
    height: 30px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 70px;

    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #151515;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 68px;
    background: #3c3c3c;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    /*background: #66BB6A; */
    /*color: #fff;*/
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

/*mode preview*/
 

.dark-preview div.btn-container i.fa-sun-o{
    color: #777;
}

.dark-preview div.btn-container i.fa-moon-o{
    color: #fff;
    text-shadow: 0px 0px 11px #fff;
}

 

.white-preview div.btn-container i.fa-sun-o{
    color: #ffa500;
    text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o{
    color: #777;
}

 

 

.dark-preview p.by a{
    color: #777;
}

.white-preview p.by a{
    color: #000;
} 
@media (min-width: 767.98px) {
.tablet-border {
  border: 10px solid #121325;
   border-radius: 20px;
  padding: 15px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background:#000; 
}
 
      .card-body {
     padding: 0.5em  !important;
    }
}
@media (max-width: 767.98px) {
.tablet-border {
  border: 2px solid #121325;
 
  border-radius: 3px;
  padding: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background:#000; 
}
   .card-body {
     padding: 0.2em  !important;
    }
   
}
 .agreement-div::before {
     
    content: '';
    position: fixed; /* Фиксируем на одном месте */
    left: 0; right: 0; /* Вся ширин */
    top: 0; bottom: 0; /* Вся высота */
    z-index: -1; /* Фон ниже текста */
    
    /* Параметры фона */
    background: url(/img/confirm_fon.webp) center / cover no-repeat;
    filter: blur(4px); /* Размытие */
    
   }
   
    .fon-gr::before {
     
    content: '';
    position: fixed; /* Фиксируем на одном месте */
    left: 0; right: 0; /* Вся ширин */
    top: 0; bottom: 0; /* Вся высота */
    z-index: -1; /* Фон ниже текста */
    
    /* Параметры фона */
    background: url(/img/fon_gr.webp) center / cover no-repeat;
    filter: blur(0px); 
    
   }
   
        .blinking-checkbox  {
            width: 15px; 
            height: 15px;
            border: 2px solid red; 
            border-radius: 5px; 
            background-color: red; 
        }

        .blinking-checkbox:not(:checked) {
            animation: blink 0.5s linear infinite;
        }

        .blinking-checkbox:checked { 
            background-color: green;
            border-color: green;
            animation: none; 
        }

        @keyframes blink {
            0% { opacity: 1; } 
            50% { opacity: 0.02; }
            100% { opacity: 1; }
        }
 
        .VkIdWebSdk__button {
            width:175px;
        }
        
        .white-btn{
              background-color: #ffffff;
              color: black;
        }
        
        .card{
             background-color: #343a40  !important;
               color: #f8f9fa !important;
        }
        
.card-header {
  
    border-bottom: 1px solid rgb(241 241 241 / 58%) !important;;
}
.text-success-soft{
     color: #84e59a !important;
}
.card-body a{
        color: #74b7ff!important;
}
.btn-link {
     color: #a9d3ff!important;
 }

 .date-update{
     color:#ffffff;
 }
 .link-in-dark-fone{
    color: #74b7ff !important;
 }
 .bg-dark-navpanel{
         background-color:#000000 !important
 }
 
 .video-info {  
	max-width: 900px;
	margin: 0 auto 20px;
}
.video-wrp {
	position: relative;
	padding-top: 56.25%;
}

 .video-row {
    display: flex;
    justify-content: center; /* Центрирует элементы по горизонтали */
    gap: 20px; /* Расстояние между видео */
}

.video-container {
    flex: 1; /* Равномерно распределяет пространство между видео */
    max-width: 50%; /* Ограничивает максимальную ширину каждого видео до 50% */
    position: relative;
    padding-bottom: 28.125%; /* Соотношение сторон 16:9 */
    height: 0;
    overflow: hidden;
}

 

.video-wrp iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}
.navbar-expand-lg{
    /*z-index: 20000;*/
    
}
.price-discount{
    color:#f35757;
}


.promo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Разрешаем перенос элементов */
    text-align: center;
    padding: 1rem;
   
}

.logo-mexc {
    width: 120px; /* Уменьшаем по умолчанию */
    height: auto;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
}

/* Адаптируем для маленьких экранов */
@media (max-width: 500px) {
    .logo-mexc {
        width: 90px; /* Ещё меньше на маленьких экранах */
    }

    .promo-header {
      
        flex-direction: column;
        gap: 8px; /* Пространство между строками */
    }
}
 
  .payment-link {
            display: flex;
            align-items: center;
            padding: 15px;
            margin-bottom: 10px;
            border-radius: 5px;
            text-decoration: none !important;
            color: inherit;
            transition: background-color 0.2s;
        }
        .payment-link:hover {
            background-color: #363637;
            color: white;
        }
        .payment-icon {
            font-size: 2rem;
            margin-right: 65px;
            width: 40px;
            text-align: center;
        }
        .divider {
            border-top: 1px solid #dee2e6;
            margin: 15px 0;
        }
        .payment-content {
            flex: 1;
        }
        
 
.not-discount {
    position: absolute;
    font-size: 1.5rem;
    width: 4rem;
    height: 2rem;
    line-height: 1.875rem;  /* Центрируем текст по вертикали */
    text-align: center;
    text-decoration: line-through;
    color: black;
    background: #f35757;
    transform: rotate(-10deg);
    z-index: 2;
    margin: -0.9375rem 1rem;
}

/* Кружки по бокам (центрированы по вертикали) */
.not-discount::before,
.not-discount::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #f35757; /* или white, если нужны "дырочки" */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%); /* Точное центрирование по вертикали */
    z-index: -1; /* Отправляем их под текст */
}

.not-discount::before {
    left: -0.55rem;
}

.not-discount::after {
    right: -0.55rem;
}
#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#ff8181;border:1px solid #e25353;color:#fff}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__relax.noty_type__success{background-color:#bcf5bc;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50c24e}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em 10px}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#fa6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#ce352c;color:#fff}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1ba1e2;color:#fff}.noty_theme__metroui.noty_type__success{background-color:#60a917;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;background:0 0}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;background:0 0}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v4.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px 0;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,.098039) 5px 4px 10px 0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{background-color:#073b4c;color:#fff}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#ffd166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#ef476f;color:#fff}.noty_theme__nest.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118ab2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06d6a0;color:#fff}.noty_theme__light.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__light.noty_bar .noty_body{padding:10px}.noty_theme__light.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__light.noty_type__alert,.noty_theme__light.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__light.noty_type__warning{background-color:#ffeaa8;border:1px solid #ffc237;color:#826200}.noty_theme__light.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__light.noty_type__error{background-color:#ed7000;border:1px solid #e25353;color:#fff}.noty_theme__light.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__light.noty_type__info,.noty_theme__light.noty_type__information{background-color:#78c5e7;border:1px solid #3badd6;color:#fff}.noty_theme__light.noty_type__info .noty_buttons,.noty_theme__light.noty_type__information .noty_buttons{border-color:#0b90c4}.noty_theme__light.noty_type__success{background-color:#57c880;border:1px solid #7cdd77;color:#006400}.noty_theme__light.noty_type__success .noty_buttons{border-color:#50c24e}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa-calendar-alt:before{content:"\f073"}.fas{display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;} 

