*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    height: 100%;
    min-height: 100%;
    position: relative;
}

body.dsp {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 320px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: 'Montserrat';
    background-color: #282D33;
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

.vcenter {
    display: flex;
    align-items: center;
}

.dsp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dsp a {
    text-decoration: none;
    color: #152f5c;
}

    .dsp a:hover {
        text-decoration: none;
    }

.no-touch a:hover {
    text-decoration: underline;
}

.dsp a:visited, .dsp a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

.dsp .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.dsp button:focus, .dsp button:active, .dsp .form-control:focus, .dsp .form-control:active,
.dsp .btn:focus, .dsp .btn:active {
    outline: none;
    box-shadow: none;
}

.dsp a.btn:focus, .dsp a.btn:active {
    border: 1px solid transparent !important;
}

.dsp h2 {
    font-size: 70px;
    color: #ffffff;
    line-height: 1;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: normal;
}

.dsp h3 {
    font-size: 20px;
}

.dsp .container-fluid {
    /*width: 1800px;*/
    position: relative;
}

.dsp header .top {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 15px;
}

.dsp header .links {
    width: calc(100% + 70px);
    position: relative;
    margin-left: -67px;
}

.dsp .logo {
    float: left;
    font-size: 0;
    width: auto;
    margin: 7px 0 0 28px;
    border: none;
    position: relative;
}

   .dsp  .logo img {
        width: 100%;
        height: auto;
        max-width: 152px;
        max-height: 40px;
    }

.dsp header {
    height: 60px;
    padding: 6px 15px;
    background-color: #282d33;
    border-bottom: 1px solid rgba(68,76,84,0.7) !important;
    position: relative;
    box-shadow: 0px 2px 4px rgba(38, 43, 46, 0.15);
    -moz-box-shadow: 0px 2px 4px rgba(38, 43, 46, 0.15);
    -webkit-box-shadow: 0px 2px 4px rgba(38, 43, 46, 0.15);
}

.dsp.fixedHeader header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 440;
}

.dsp.fixedHeader .top {
    position: fixed;
    top: 0;
}

.dsp .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dsp .main-content, .dsp .main-sidebar {
    -webkit-transition-property: left,right,width,margin-left;
    -moz-transition-property: left,right,width,margin-left;
    -o-transition-property: left,right,width,margin-left;
    transition-property: left,right,width,margin-left;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}

.dsp.fixedHeader .main-content, .dsp.fixedHeader .main-sidebar {
    padding-top: 60px;
}

.dsp.fixedHeader.widget .main-sidebar {
    padding-top: 95px;
}

.dsp header nav {
    padding: 3px 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

   .dsp  header nav ul li {
        display: inline-block;
        padding: 0;
    }

    .dsp header nav a, .dsp header nav a:visited {
        color: #ffffff;
        cursor: pointer;
        line-height: 24px;
        font-size: 13px;
        padding: 3px 10px 4px;
        border-radius: 4px;
        background-color: transparent;
    }

.dsp header .faq-btn,
.dsp header .notifications-cont,
.dsp header .create-btn-cont,
.dsp header .user-btn-cont,
.dsp header .btn.login {
    float: right;
    margin-top: 4px;
}

.dsp header .faq-btn {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #838a91;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 14px;
}

    .dsp header .faq-btn svg {
        width: 8px;
        height: 12px;
        fill: #282d33;
    }

.dsp header .notifications-cont {
    position: relative;
    margin-top: 14px;
    display: inline-block;
    margin-right: 42px;
}

    .dsp header .notifications-cont a svg {
        width: 18px;
        height: 20px;
        position: relative;
        fill: #aab1b8;
    }

    .dsp header .notifications-cont a[data-counter]:before {
        pointer-events: none;
        content: attr(data-counter);
        position: absolute;
        top: -5px;
        right: -12px;
        left: auto;
        padding: 4px 0;
        height: 18px;
        border-radius: 4px;
        background: #f05a00;
        background-clip: padding-box;
        font-size: 10px;
        line-height: 11px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        z-index: 100;
        width: 18px;
        text-align: center;
    }

    .dsp header .notifications-cont a[data-counter]:after {
        display: none;
    }

.dsp .dropdown-menu{
    background-color: rgba(40,45,51,0.95);
    border-radius: 6px;
    border: 1px solid rgba(218,218,218, 0.3);
    padding: 10px 0;
}

   .dsp  .dropdown-menu.inner {
        background-color: transparent;
    }

.dsp header .dropdown-menu {
    margin-top: 8px;
    margin-left: -26px;
}

.dsp .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: auto;
    left: auto;
    top: -4.5px;
    right: 19px;
    border-width: 0 3.5px 3.5px;
    border-style: solid;
    border-color: rgba(218,218,218, 0.2) transparent;
    display: block;
    width: 0;
}

.dsp .dropdown-menu[x-placement="top-start"]:before {
    bottom: -4.5px;
    top: auto;
    border-width: 3.5px 3.5px 0;
}

.dsp .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -3.5px;
    bottom: auto;
    left: auto;
    right: 19px;
    border-width: 0 3.5px 3.5px;
    border-style: solid;
    border-color: rgba(40,45,51,0.95) transparent;
    display: block;
    width: 0;
}

.dsp .dropdown-menu.show.dropup[x-placement="top-start"] {
    top: 15px !important;
}

.dsp .dropdown-menu[x-placement="top-start"]:after {
    bottom: -3.5px;
    top: auto;
    border-width: 3.5px 3.5px 0;
}

.datepicker-dropdown.dropdown-menu {
    background-color: #ffffff;
}

    .datepicker-dropdown.dropdown-menu:before, .datepicker-dropdown.dropdown-menu:after {
        display: none;
    }

.dsp header .notifications-cont .dropdown-menu {
    width: 410px;
    right: -15px;
    left: auto !important;
    transform: none !important;
    margin: 0;
    top: 33px !important;
}

    .dsp header .notifications-cont .dropdown-menu ul li {
        padding: 0 25px;
        position: relative;
    }

.dsp .dropdown-menu ul li {
    padding: 0;
}

    .no-touch .dropdown-menu ul li:hover, .dsp .dropdown-menu ul li.active {
        background-color: rgba(91,109,126,0.8);
    }

.dsp header .notifications-cont .dropdown-menu ul li .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 25px;
    top: 12px;
}

    header .notifications-cont .dropdown-menu ul li .icon img {
        border-radius: 50%;
    }

.dsp .dropdown-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding: 10px 18px;
    vertical-align: middle;
}

.dsp .dropdown-item.active, .dsp .dropdown-item:active {
    background-color: transparent;
}

.dsp .bootstrap-select .dropdown-menu li.active a span.text {
    color: #ffffff;
}

.dsp .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 10px;
}

.no-touch .dropdown-menu ul li a:hover {
    background-color: transparent;
    text-decoration: none;
}

    .no-touch .dropdown-menu ul li a:hover span {
        color: #ffffff;
    }

.dsp header .notifications-cont .dropdown-menu ul li a {
    padding: 8px 30px 3px 55px;
    position: relative;
    height: 45px;
    overflow: hidden;
}

.dsp header .notifications-cont .dropdown-menu ul li .more {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    width: unset;
    text-transform: lowercase;
    text-decoration: underline;
    font-size: 13px;
    color: #ffffff;
}

.dsp header .notifications-cont .dropdown-menu ul li .date {
    line-height: 16px;
    color: #aab1b8;
    padding: 0 15px 8px 55px;
    font-size: 13px;
    display: block;
}

.dsp header .notifications-cont .dropdown-menu .view-all-cont {
    border-top: 1px solid #383E44;
    margin: 12px 25px 0;
    padding: 8px 0;
    text-align: center;
}

.dsp header .create-btn-cont {
    margin-right: 30px;
}

    .dsp header .create-btn-cont .create .plus {
        font-size: 40px;
        line-height: 38px;
        font-weight: 500;
        pointer-events: none;
    }

.dsp header .user-btn-cont {
    margin-right: 42px;
}

.dsp header .create-btn-cont, header .user-btn-cont {
    display: inline-block;
    vertical-align: middle;
}

    .dsp header .user-btn-cont .icon {
        position: relative;
        display: inline-block;
    }

    .dsp header .user-btn-cont > .icon {
        width: 40px;
        height: 40px;
    }

    .dsp header .user-btn-cont .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

    .dsp header .user-btn-cont .dropdown-menu {
        min-width: 157px;
        right: 6px;
        left: auto !important;
        transform: none !important;
        margin: 0;
        top: 48px !important;
        max-width: 300px;
    }

       .dsp  header .user-btn-cont .dropdown-menu img {
            border-radius: 0;
        }

       .dsp  header .user-btn-cont .dropdown-menu ul {
            padding-top: 13px;
        }

    .dsp header .user-btn-cont ul li a {
        white-space: nowrap;
        text-transform: uppercase;
        padding: 8px 19px;
    }

       .dsp header .user-btn-cont ul li a .icon {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: 1px;
            width: 20px;
            text-align: center;
            margin-right: 7px;
        }

        .dsp  header .user-btn-cont ul li a .icon svg{
            width: 20px;
            height: 18px;
            position: relative;
        }

   .dsp  header .user-btn-cont a .overlays svg {
        top: -1px;
    }
    .dsp header .user-btn-cont a .dashboard svg {
      left: 1px;
      top: 1px;
    }
    .dsp header .user-btn-cont a .exit svg {
        left: 2px;
        top: -1px;
    }
    .dsp header .user-btn-cont a .settings svg {
        top: -1px;
    }
    .dsp header .user-btn-cont a .settings svg use {
        transform: scale(.038);
        -webkit-transform: scale(.038);
        -ms-transform: scale(.038);
        transform: scale(.038);
    }

    header .user-btn-cont .dropdown-menu a svg, header .user-btn-cont .dropdown-menu a img {
        opacity: 0.25;
    }

.no-touch header .user-btn-cont .dropdown-menu a:hover svg, .no-touch header .user-btn-cont .dropdown-menu a:hover img {
    opacity: 1;
}

header .user-btn-cont .dropdown-toggle:after {
    margin-top: 8px;
    right: auto;
    left: 43px;
}

header .user-btn-cont .dropdown-menu .user-info {
    padding: 10px 18px 14px;
    border-bottom: 1px solid rgba(102,111,121,0.5);
    white-space: nowrap;
}

    header .user-btn-cont .dropdown-menu .user-info .user-name {
        display: block;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #ffffff;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        width: auto;
        padding: 12px 0 12px 52px;
    }

    header .user-btn-cont .dropdown-menu .user-info .img {
        border-radius: 50%;
        overflow: hidden;
        margin-right: 8px;
        position: absolute;
        top: auto;
        left: auto;
    }

/******************  slick.min  ***********************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    height: auto;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

    .slick-slide.draggable {
        cursor: pointer;
    }

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 40;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        text-align: center;
        margin: 0 4px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            height: unset;
            outline: none;
            background: transparent;
        }

            .no-touch .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .no-touch .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 11px;
                height: 11px;
                content: '';
                background-color: #ffffff;
                border-radius: 50%;
                border: 1px solid #979797;
            }

        .slick-dots li.slick-active button:before {
            background-color: #f05a00;
        }

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .no-touch .slick-prev:hover svg,
    .slick-prev:focus svg,
    .no-touch .slick-next:hover svg,
    .slick-next:focus svg {
        opacity: 1;
    }

    .slick-prev.slick-disabled svg,
    .slick-next.slick-disabled svg {
        opacity: .25;
        cursor: default;
    }

.slick-prev {
    left: -25px;
}

    .slick-prev svg, .slick-next svg {
        width: 12px;
        height: 20px;
    }

.slick-next {
    right: -34px;
}

.sidebar-collapse .main-sidebar {
    left: -250px;
}

.dsp .main-content {
    width: calc(100% - 250px);
    background-color: #383e44;
    margin-left: 250px;
    position: fixed;
    height: calc(100% - 60px);
    overflow: initial !important;
    /*overflow-y: scroll;*/
    top: 60px;
}

.sidebar-collapse .main-content {
    width: 100%;
    margin-left: 0;
}

.dsp body > .content {
    position: relative;
    min-height: calc(100% - 60px);
}

    .dsp body > .content > .container-fluid {
        padding-left: 0;
        padding-right: 0;
        min-height: 100%;
    }


/*********************************************/

.dsp .text p {
    line-height: 21px;
    margin: 0 0 22px;
}

.dsp .text img {
    float: left;
    margin: 0 40px 20px 0;
}

.dsp .text h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

  .dsp .text h3 + p {
        margin-top: 0;
    }

.dsp .text ul, .dsp .text ol {
    margin-bottom: 25px;
    margin-left: 30px;
}

    .dsp .text ul li, .dsp .text ol li {
        position: relative;
        padding-left: 20px;
        line-height: 21px;
    }

        .dsp .text ul li:before, .dsp .text ol li:before {
            position: absolute;
            left: 0;
            top: 8px;
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #f05a00;
        }

.dsp .text table {
    border-collapse: collapse;
    width: calc(100% - 30px);
    margin-left: 30px;
}

    .dsp .text table td, .dsp .text table th {
        border: none;
        border-bottom: 1px solid #666f79;
        padding: 10px 0;
    }

.dsp .text a {
    color: #f05a00;
}
.dsp.with-info-panel .text .btn {
    color: #ffffff;
}

/***************  SEARCH PANEL  ********************/

.dsp header .search-panel {
    width: 60%;
    float: right;
    /*max-width: 608px;*/
    padding-top: 4px;
    margin: auto;
}

.dsp .search-input {
    position: relative;
}

   .dsp .search-input .btn,  .modal .form .search-input .btn {
        position: absolute;
        left: 19px;
        top: 9px;
        width: 19px;
        height: 20px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .dsp .search-input input[type="search"] {
        padding: 10px 10px 10px 48px;
        background-color: #1a1d1f;
        border: none;
        border-radius: 4px;
        height: 40px;
        box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
        -moz-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
        -webkit-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
        color: #c6ced5;
    }

    .dsp .search-input .btn svg {
        width: 19px;
        height: 20px;
        fill: #aab1b8;
    }

.dsp header .btn.login {
    margin: 5px 27px 0 0;
    float: right;
    padding-left: 55px;
    padding-right: 55px;
}

.dsp header .login svg {
    width: 18px;
    height: 22px;
    fill: #737c85;
}

.dsp svg.right {
    width: 24px;
    height: 16px;
    margin-left: 10px;
    position: relative;
    top: 4px;
    fill: none;
    stroke: #ffffff;
}


/***************  MAIN SIDEBAR  ********************/


.main-sidebar {
    width: 250px;
    float: left;
    background-color: #31373c;
    /*position: absolute;*/
    position: fixed;
    z-index: 3;
   /* overflow-y: scroll;*/
    top: 60px;
    left: 0;
    bottom: 0;
    backface-visibility: hidden;
    min-height: calc(100% - 60px);
    height: calc(100% - 60px);
    border-right: 1px solid rgba(68,76,84,0.7);
    -webkit-transition: left 0.1s ease-out;
    -moz-transition: left 0.1s ease-out;
    -ms-transition: left 0.1s ease-out;
    -o-transition: left 0.1s ease-out;
    transition: left 0.1s ease-out;
}

.main-sidebar-content {
    padding: 0 25px;
}

.main-sidebar .block.account .status {
    color: #7ed321;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 0 10px;
    display: none;
}

.no-touch .main-sidebar .block.account > a:hover {
    border: none;
    text-decoration: none;
}

    .no-touch .main-sidebar .block.account > a:hover .score, .no-touch .main-sidebar .block.account > a:hover .money {
        color: #ffffff;
    }

.main-sidebar .block.account .score {
    color: #c6ced5;
    font-weight: 800;
    line-height: normal;
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 7px;
    display: block;
}

.main-sidebar .block.account .money {
    color: #aab1b8;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.main-sidebar .block.account .btns {
    padding-top: /*25*/ 40px;
}

    .main-sidebar .block.account .btns a {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(170,177,187,0.4);
        text-align: center;
        line-height: 42px;
        margin-right: 10px;
        position: relative;
    }

        .main-sidebar .block.account .btns a:last-child {
            margin-right: 0;
        }

.dsp a .ds-tooltip {
    opacity: 0;
    display: block;
    pointer-events: none;
    position: absolute !important;
    z-index: 20;
    font-weight: bold !important;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
    top: -11px;
    background-color: #1d252d !important;
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 13px !important;
    text-align: center;
    padding: 10px !important;
    border-radius: 4px !important;
    text-transform: none;
    margin-left: -1px;
}

.no-touch .main-sidebar .block.account .btns a .ds-tooltip {
    padding: 9px 20px !important;
}

.dsp .ds-tooltip:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #1d252d transparent;
    display: block;
    width: 0;
}

.no-touch a:hover .ds-tooltip {
    opacity: 1;
}

.dsp a.open .ds-tooltip {
    display: block;
}

    .dsp a.open .ds-tooltip.move {
        top: -55px;
    }

.dsp a.share {
    position: relative;
}

    a.share .ds-tooltip {
        opacity: 1;
        /*/display: block;*/
    }

.main-sidebar .block.account .btns .get svg,
.main-sidebar .block.account .btns .put svg {
    width: 11px;
    height: 16px;
    fill: #aab1b8;
    position: relative;
    top: 1px;
}

.main-sidebar .block.account .btns .add svg {
    width: 28px;
    height: 24px;
    fill: #aab1b8;
}

.no-touch .main-sidebar .block.account .btns .get:hover {
    border-color: #7ed321;
}

    .no-touch .main-sidebar .block.account .btns .get:hover svg {
        fill: #7ed321;
    }

.no-touch .main-sidebar .block.account .btns .put:hover {
    border-color: #f05a00;
}

    .no-touch .main-sidebar .block.account .btns .put:hover svg {
        fill: #f05a00;
    }

.no-touch .main-sidebar .block.account .btns .add:hover {
    border-color: #aab1b8;
}

    .no-touch .main-sidebar .block.account .btns .add:hover svg {
        fill: #c6ced5;
    }

.main-sidebar .block .title .search-input {
    position: absolute;
    right: 1px;
    top: -15px;
    width: 100%;
    z-index: 400;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    /*overflow: visible;*/
}

    .main-sidebar .block .title .search-input .btn {
        outline: none;
    }

    .main-sidebar .block .title .search-input.minimize {
        overflow: hidden;
        width: 40px;
    }

        .main-sidebar .block .title .search-input.minimize input[type="search"] {
            background-color: transparent;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            left: 0;
            width: 0;
            overflow: hidden;
            padding-left: 0;
            text-align: left;
        }

.main-sidebar .block .title, .main-content .title, .page .title, .page h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin: 0;
    line-height: 1;
}

    .main-sidebar .block .title input[type="search"]::-webkit-input-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .main-sidebar .block .title input[type="search"]::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .main-sidebar .block .title input[type="search"]:-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .main-sidebar .block .title input[type="search"]:-ms-input-placeholder {
        color: #ffffff;
        opacity: 1;
    }

.main-sidebar .block .title {
    position: relative;
    padding-bottom: 20px;
}

    .main-sidebar .block .title .search-input input[type="search"] {
        position: relative;
        left: 0;
        width: 100%;
        /* padding-left: 50px;*/
        color: rgba(170,177,184, 0.5);
    }


        .main-sidebar .block .title .search-input input[type="search"]::-webkit-input-placeholder {
            color: #c6ced5;
            opacity: 1;
        }

        .main-sidebar .block .title .search-input input[type="search"]::-moz-placeholder {
            color: #c6ced5;
            opacity: 1;
        }

        .main-sidebar .block .title .search-input input[type="search"]:-ms-input-placeholder {
            color: #c6ced5;
            opacity: 1;
        }

        .main-sidebar .block .title .search-input input[type="search"]:-moz-placeholder {
            color: #c6ced5;
            opacity: 1;
        }

    .main-sidebar .block .title .btn {
        position: absolute;
        left: 18px;
        top: 10px;
        width: 19px;
        height: 20px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .main-sidebar .block .title .search-input.minimize .btn {
        right: 5px;
        left: auto;
    }

    .main-sidebar .block .title .btn svg {
        width: 19px;
        height: 20px;
        fill: #aab1b8;
        opacity: 0.5;
    }

.main-sidebar .block {
    padding: 35px 0 0 0;
}

    .main-sidebar .block .item {
        display: block;
        padding: 8px 25px;
        position: relative;
        margin: 0 -25px;
        width: calc(100% + 50px);
    }

.no-touch .main-sidebar .block .item:hover {
    text-decoration: none;
    background-color: #444c54;
}

.main-sidebar .block .item span.name {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c6ced5;
    display: block;
    padding-left: 30px;
    line-height: 16px;
}

.main-sidebar .block .item span.icon {
    position: absolute;
    top: 5px;
    left: auto;
}

.main-sidebar .block.links {
    padding: 50px 0 20px;
}

    .main-sidebar .block.links ul li a {
        font-size: 13px;
        font-weight: bold;
        line-height: 30px;
        padding: 1px 25px;
        color: #dbe0e6;
    }

        .main-sidebar .block.links ul li a.active {
            background-color: #444c54;
        }

.main-sidebar .block.people .item span.icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: auto;
    left: auto;
}

    .main-sidebar .block.people .item span.icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.main-sidebar .block.people .item .name {
    padding-left: 0;
    color: #c6ced5;
    color: #c6ced5;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    margin-top: 3px;
    padding-right: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.main-sidebar .block.people .item .stream {
    padding-left: 0;
    color: #c6ced5;
    font-size: 13px;
    line-height: 19px;
}

.main-sidebar .block.people .item .status {
    position: absolute;
    right: 30px;
    top: 11px;
    color: #c6ced5;
    font-size: 13px;
    line-height: 19px;
    padding-left: 12px;
}

    .main-sidebar .block.people .item .status.online:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: "";
        width: 7px;
        height: 7px;
        background-color: #d0021B;
        border-radius: 50%;
    }

.main-sidebar .block.people .item .description {
    padding-left: 55px;
    display: block;
}

.dsp .view-all, .dsp .more, .dsp .hide {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #aab1b8;
    text-decoration: none;
}

.main-sidebar .block .hide {
    float: right;
    padding-top: 22px;
}

.dsp .more {
    padding-top: 22px;
    display: inline-block;
}

.no-touch .more:hover, .no-touch .main-sidebar .block .hide:hover {
    color: #aab1b8;
    text-decoration: none;
}

.dsp .view-all svg {
    stroke: #aab1b8;
    position: relative;
    top: 4px;
    left: 0;
}

.no-touch .view-all:hover {
    text-decoration: none;
    color: #aab1b8;
}

    .no-touch .view-all:hover svg, .no-touch .more:hover svg {
        left: 3px;
    }

.dsp .more svg {
    stroke: #6e747a;
    position: relative;
    width: 8px;
    height: 12px;
    left: 0;
    top: -2px;
    margin-right: 5px;
}

.main-sidebar .block .view-all {
    padding-top: 20px;
    display: inline-block;
}

.dsp .main-sidebar footer {
    padding: 60px 0 20px;
    min-height: 232px;
}

    .main-sidebar footer .no-way-affiliated {
        font-size: 10px;
        line-height: 1.2;
        padding-top: 10px;
    }

.main-sidebar-content {
    height: 100%;
}

.main-sidebar-content-inner {
    margin: 0 auto -232px;
    min-height: inherit;
    height: auto !important;
}

.main-sidebar-content .padding {
    min-height: 232px;
}

.main-sidebar footer, .main-sidebar footer a {
    color: rgba(170,177,184,.8);
    font-size: 13px;
    font-weight: 500;
}

    .main-sidebar footer .copyrights {
        padding-top: 18px;
    }

    .main-sidebar footer .address {
        padding-top: 10px;
        font-size: 10px;
        line-height: 1.2;
    }

    .main-sidebar footer .info {
        padding-top: 10px;
        font-size: 10px;
        line-height: 1.2;
    }

.dsp footer .social {
    padding-top: 25px;
    padding-bottom: 8px;
}

.dsp .social a, .modal .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #737c85;
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: middle;
}


.dsp footer .social a {
    margin-right: 8px;
    text-align: center;
    line-height: 36px;
}
 .dsp footer .social a:last-child {
        margin-right: 0;
    }

.dsp .social a svg, .modal .social a svg {
    fill: #cdd0d2;
    opacity: 0.4;
    width: 30px;
    height: 30px;
}

.dsp footer .social a svg {
    fill: #31373c;
    opacity: 1;
    position: relative;
}

    .dsp footer .social a svg.facebook {
        top: 0.5px;
     }

    .dsp footer .social a svg.vk {
        width: 20px;
        height: 12px;
        top: -1px;
    }

    .dsp footer .social a svg.discord {
        width: 18px;
        height: 13px;
        top: -1px;
    }

.no-touch .social a:hover,  .dsp-2021 .social a:hover {
    background-color: #cdd0d2;
}

    .no-touch .social a:hover svg, .dsp-2021 .social a:hover svg {
        opacity: 1;
    }

.dsp .social a:active svg, .modal .social a:active svg  {
    opacity: 1;
}

 .modal .text {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #60666c;
}

 .modal-body .form a {
    color: #f05a00;
}

     .modal-body .form a.btn {
        color: #ffffff;
    }

 .modal-body {
    padding: 20px;
    word-break: break-word;
}

.modal-recovery-password-ok .modal-body {
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
}

.modal-body .title, .modal-body .list .title, .modal .comments .title,
.modal-news-detail .comments .inner .title {
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #0b1f30;
    font-weight: bold;
}

 .modal .comments .title {
    color: #152a3c;
}

.modal-auth .modal-content {
    background-color: #edeeef;
}

.modal-auth .social, .modal-wallet-donate .social {
    text-align: center;
    padding-bottom: 20px;
}

.modal-auth .form form {
    background-color: #edeeef;
    width: calc(100% + 110px);
    position: relative;
    left: -55px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 25px;
}
.modal-auth #registration .form.open-with-name form {
    height: auto !important;
}
.modal-auth #registration .form.open-with-name .via,
.modal-auth #registration .form.open-with-name .arrow  {
    display: none;
}
.modal-auth .modal-body .tabs {
    padding-top: 20px;
    width: calc(100% + 110px);
    position: relative;
    left: -55px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f8f8f9;
}

.modal-auth .form {
    position: relative;
}

.modal-auth .top {
    position: relative;
    bottom: 0;
    left: -73px;
    width: calc(100% + 148px);
    content: "";
    background-image: url("../img/login-angle.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-bottom: 23px;
}

.modal-auth .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

.modal-auth .social div, .modal-wallet-donate .social div {
    display: inline-block;
    vertical-align: top;
}

.modal-auth .social a, .modal-wallet-donate .social a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    margin-right: 3px;
    border: 1px solid #dbe0e6;
    text-align: center;
    line-height: 40px;
}

    .modal-auth .social a svg, .modal-wallet-donate .social a svg {
        width: 42px;
        height: 42px;
        position: relative;
        left: -2px;
        top: -2px;
        fill: #8ba0b6;
    }
    .modal-auth .social a svg {
        top: -1px;
    }
        .modal-auth .social a svg.vk {
            width: 20px;
            height: 12px;
            left: -1px;
            top: 0px;
        }

        .modal-wallet-donate .social a svg.vk {
            width: 20px;
            height: 12px;
            left: -1px;
            top: 5px;
        }

        .modal-auth .social a svg.youtube, .modal-wallet-donate .social a svg.youtube {
            width: 24px;
            height: 24px;
            left: 0;
            top: 5.5px;
        }
        .modal-wallet-donate .social a svg.youtube {
            top: 7px;
        }
        .modal-auth .social a svg.battlenet, .modal-wallet-donate .social a svg.battlenet {
            width: 32px;
            height: 32px;
            -webkit-transform: scale(.85);
            -ms-transform: scale(.85);
            transform: scale(.85);
            top: -1px;
            left: -1px;
        }

        .modal-wallet-donate .social a svg.discord-donate {
            width: 24px;
            height: 18px;
            left: 0.5px;
        }

        .modal-wallet-donate .social a svg.letter {
            width: 20px;
            height: 15px;
            left: 0.5px;
        }

.no-touch .modal-auth .social a:hover, .no-touch .modal-wallet-donate .social a:hover, .dsp-2021 .modal-wallet-donate .social a:hover {
    box-shadow: 4px 4px 7px rgba(102, 111, 121, 0.15);
    -moz-box-shadow: 4px 4px 7px rgba(102, 111, 121, 0.15);
    -webkit-box-shadow: 4px 4px 7px rgba(102, 111, 121, 0.15);
    border-color: #a7b4c3;
    background-color: #ffffff;
}

    .no-touch .modal-auth .social a:hover svg, .no-touch .modal-wallet-donate .social a:hover svg,  .dsp-2021 .modal-auth .social a:hover svg {
        fill: #8ba0b6;
    }

.modal-recovery-password .links {
    padding: 20px 0;
    text-align: center;
}

    .modal-recovery-password .links a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #888e94;
        margin: 0 10px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }



/***************  HOME SLIDER  ********************/
.slider-wrapper {
    background-color: #1b1e22;
    overflow: hidden;
    position: relative;
    padding: 15px 30px 17px;
}

.slider .cover {
    display: inline-block;
    height: auto; /*calc(100% - 16px);*/
    width: 650px;
    position: relative;
    overflow: hidden;
}

.slider .item.transition {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slider img {
    height: auto;
    width: 100%;
}

.slider .player {
    display: none;
    z-index: 3000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slider .player * {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .slider .player .plyr--video, .slider .player .plyr__video-wrapper {
        height: inherit;
        overflow: hidden;
    }

    .slider .player .plyr__poster {
        background-position: 50% top;
        display: none !important;
    }

.slider {
    overflow: hidden;
    max-height: 365px;
}

    .slider.coverflow-initialized {
        overflow: unset;
        max-height: unset;
        min-height: 365px;
    }

    .slider .cover {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }

    .slider.coverflow-initialized .cover {
        opacity: 1;
    }

    .slider .current .player {
        display: block;
    }

        .slider .current .player .liveSlidePage {
            position: absolute;
            z-index: 3001;
            top: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 60px);
        }

        .slider .current .player iframe, .slider .current .player .playerContainer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            border: none;
        }

    .slider .plyr__control.plyr__control--overlaid[data-plyr=play], .slider .plyr--video .plyr__controls {
        display: none;
    }

.list {
    padding: 45px 55px 0;
    position: relative;
}

    .list .row {
        margin: 0 -10px;
    }

    .list div[class*='col-'] {
        padding: 0 10px;
    }

    .list .title, .list h1, .list.list-live h2 {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin: 0;
        line-height: normal;
    }

    .list .item {
        padding-bottom: 45px;
    }

        .list .item .img {
            position: relative;
            display: block;
            height: 143px;
            overflow: hidden;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
        }

.list-live .item .img {
    position: relative;
    display: block;
    height: unset;
    overflow: visible;
    background: none;
}

.list .img img {
    width: 100%;
    height: auto;
}

.list .item .img .count {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    min-width: 180px;
    width: 70%;
    padding-left: 12px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #dbe0e6;
    font-size: 12px;
    background-color: #000;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

.list .item .description {
    padding-top: 20px;
}

.list .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: auto;
    left: auto;
}

    .list .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.list .item .name, .list .item .date {
    font-weight: 500;
    color: #aab1b8;
    font-size: 12px;
    line-height: 17px;
    display: block;
    padding-left: 55px;
}

.list .item .text {
    font-weight: normal;
    color: #c6ced5;
    font-size: 13px;
    line-height: 17px;
    display: block;
    padding-left: 55px;
    word-break: break-word;
}

.list-news .item .date {
    padding-bottom: 4px;
}

.list-news .item .text, .list-news .item .date {
    padding-left: 0;
}

.list .item .share {
    display: block;
    padding-top: 25px;
}

    .list .item .share span, .list .item .share a {
        font-size: 12px;
        line-height: 17px;
        color: #aab1b8;
        margin-right: 10px;
    }

.no-touch .list .item .share a:hover {
    text-decoration: none;
}

.list .item .share span:last-child, .list .item .share a:last-child {
    margin-right: 0;
}

.list .item .share span svg, .list .item .share a svg {
    width: 18px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -3px;
    fill: #cdd0d2;
    opacity: 0.4;
}

.no-touch .list .item .share a:hover svg {
    opacity: 1;
}

.list.list-live {
    background-color: #383e44;
}

@media (min-width: 1599.98px) and (max-width: 1919.98px) { /* xxl */
    .list.list-live .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    /*   .sidebar-collapse .list.list-live .col-xxl-3 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }*/
}

@media (min-width: 1199.98px) and (max-width: 1599.98px) {
    .list.list-live .col-xl-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .sidebar-collapse .list.list-live .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .list.list-announcement-tile .small .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sidebar-collapse .list.list-announcement-tile .small .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .list-announcement-tile .small .item .img {
        height: 250px;
    }

    .sidebar-collapse .list-announcement-tile .small .item .img {
        height: 320px;
    }

    .sidebar-collapse .services-catalog .list .col-lg-6 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .services-catalog .list .col-lg-6 .item .img {
        height: 60px;
    }

    .sidebar-collapse .services-catalog .list .col-lg-6 .item .img {
        height: 45px;
    }

    .sidebar-collapse .page.live-broadcast .myblocks .item a {
        height: 320px;
    }

    .page.live-broadcast .myblocks .item a {
        height: 250px;
    }

    .sidebar-collapse .page.live-broadcast .myblocks .small .item a {
        height: 100px;
    }

    .page.live-broadcast .myblocks .small .item a {
        height: 80px;
    }
}

@media (min-width: 1599.98px) and (max-width: 1919.98px) { /* xxl */
    .sidebar-collapse .services-catalog .list .col-xxl-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.list.list-news {
    background-color: #444C54;
    padding-bottom: 24px;
}

.list .view-all {
    position: absolute;
    top: 40px;
    right: 55px;
}

.list-announcement {
    background-color: #383e44;
    padding-bottom: 45px;
}

    .list-announcement h2 {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin: 0;
        line-height: normal;
    }

    .list-announcement .item .text {
        padding-right: 50px;
    }

.list .setup {
    position: absolute;
    right: 0;
    top: -8px;
}

    .list .setup > div {
        display: inline-block;
        margin-left: 8px;
    }

.list-announcement .img {
    padding-right: 20px;
}

.list-announcement ul {
    padding-top: 0;
}

.list-announcement .item {
    position: relative;
    width: calc(100% + 55px);
    padding: 15px 20px;
    margin-left: -20px;
}

.no-touch .list-announcement .item:hover {
    background-color: #444c54;
}

.list-announcement .item:before, .list-announcement .item:after {
    display: table;
    content: " ";
}

.list-announcement .item:after {
    clear: both;
}

.list-announcement .item .description {
    padding-top: 0;
    padding-left: 5px;
}

.list-announcement .item .name {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
}

.list-announcement .item .date {
    font-weight: 600;
    font-size: 16px;
    color: #dbe0e6;
    padding-top: 10px;
    float: left;
}

.list-announcement .item .share {
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}

    .list-announcement .item .share span {
        margin-right: 10px;
    }

    .list-announcement .item .share svg {
        width: 18px;
        height: 16px;
        margin-right: 5px;
        position: relative;
        top: -3px;
    }

.list .alarm {
    position: absolute;
    top: 8px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-color: #444c54;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}

.no-touch .list .alarm:hover, .list-announcement .alarm.on {
    background-color: #dbe0e6;
}

.list .alarm svg {
    width: 14px;
    height: 16px;
    position: relative;
    fill: #737c85;
}

.no-touch .alarm:hover svg, .alarm.on svg {
    fill: #f05a00;
}

.list .share .megaphone svg {
    width: 17px;
}

.loading {
    padding: 5px 0;
}

.loading-orange {
    margin-top: 20px;
}

.loading a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #aab1b8;
}

    .loading a.spin svg {
        animation-name: spin1;
        animation-duration: 1000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes spin1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.list .item .img {
    position: relative;
    display: block;
    height: 143px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.list-live .item .img {
    position: relative;
    display: block;
    height: unset;
    overflow: visible;
    background-position: none;
}

.list-news .item .img {
    height: unset;
    overflow: visible;
    background: none;
}

.loading svg {
    width: 26px;
    height: 20px;
}

.loading span {
    display: block;
    padding-top: 5px;
}

.list-announcement-tile .title {
    padding-bottom: 20px;
}

.list-announcement-tile .large .item {
    background-color: #2c3238;
    margin: 5px 0 15px;
    padding-bottom: 0;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.list-announcement-tile .item .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.list-announcement-tile .large .description {
    min-height: 190px;
}

.list-announcement-tile .large {
    margin: 7px 0;
}

    .list-announcement-tile .large .slides {
        float: left;
        width: 140px;
    }

    .list-announcement-tile .large .description {
        padding-left: 25px;
        padding-top: 15px;
        padding-right: 25px;
        float: left;
        width: calc(100% - 140px);
        height: inherit;
        position: relative;
    }

    .list-announcement-tile .large .icon {
        width: 30px;
        height: 30px;
        position: relative;
        display: inline-block;
        top: 8px;
    }

    .list-announcement-tile .large .item .name {
        margin-left: 0;
        padding-left: 10px;
        display: inline-block;
        width: calc(100% - 35px);
        font-weight: bold;
        font-size: 13px;
        line-height: 19px;
    }

    .list-announcement-tile .large .item .text {
        padding-top: 20px;
        padding-left: 0;
        height: 78px;
        overflow: hidden;
        font-size: 14px;
        line-height: 19px;
    }

    .list-announcement-tile .large .item .date {
        padding-left: 0;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        line-height: 17px;
        vertical-align: bottom;
    }

    .list-announcement-tile .large .item .bottom {
        position: absolute;
        bottom: 3px;
        width: calc(100% - 25px);
    }

    .list-announcement-tile .large .item .alarm {
        position: relative;
        left: auto;
        right: auto;
        display: inline-block;
        vertical-align: bottom;
        top: 6px;
        left: -7px;
        background-color: transparent;
    }

.no-touch .list-announcement-tile .large .item .alarm:hover {
    background-color: transparent;
}

.list-announcement-tile .large .item .share {
    display: inline-block;
    float: right;
    margin-right: 25px;
    position: relative;
    top: -10px;
    vertical-align: bottom;
    padding-top: 18px;
}

.list .small {
    font-size: 100%;
}

    .list .small .item {
        background-color: transparent;
        margin: 20px 0;
        padding-bottom: 0;
    }

        .list .small .item .name, .list .small .item .date {
            padding-left: 0;
        }

        .list .small .item .name {
            color: #737c85;
            font-size: 13px;
            padding-top: 10px;
        }

        .list .small .item .date {
            color: #dbe0e6;
            font-size: 14px;
            font-weight: bold;
            padding-top: 3px;
            display: inline-block;
        }

        .list .small .item .share {
            padding-top: 8px;
        }

    .list .small .alarm {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        left: -7px;
        background-color: transparent;
    }

.no-touch .list .small .item .alarm:hover {
    background-color: transparent;
}

.list .small {
    padding-bottom: 20px;
}

.list-announcement-tile .setup {
    right: 55px;
    top: 37px;
}

.list-announcement-tile {
    padding-bottom: 45px;
}



/***************  FORM ELEMENTS  ********************/

.dsp .btn {
    display: inline-block;
    font-family: "Montserrat";
    line-height: 1;
    color: #ffffff;
    background-color: #f05a00;
    outline: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid transparent;
}

    .dsp .btn.btn-white {
        color: #f05a00;
        background-color: #ffffff;
        border: 1px solid #f05a00;
    }

    .dsp .btn.btn-transparent {
        color: #737c85;
        background-color: transparent;
        border: 1px solid #666f79;
        font-weight: normal;
    }

    .dsp .btn.btn-successful {
        padding-right: 60px;
    }

     .dsp .btn.btn-successful::after {
            content: "";
            cursor: pointer;
            right: 23px;
            position: absolute;
            text-align: center;
            top: 8px;
            background-color: transparent;
            color: #7ed321;
            display: block;
            width: .7em;
            height: 1.2em;
            border-style: solid;
            border-width: 0 .25em .25em 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .dsp .btn.disabled, .dsp .btn[disabled], .dsp fieldset[disabled] .btn {
        cursor: default !important;
        color: #ffffff;
        opacity: 1;
        background-color: #aab1B8;
    }

        .dsp .btn.btn-transparent.disabled, .dsp .btn.btn-transparent[disabled], .dsp  fieldset[disabled] .btn.btn-transparent {
            background-color: transparent;
            border-color: #f05a00;
            color: #f05a00;
        }

.no-touch .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.no-touch .btn-white:hover {
    color: #f05a00;
}

.no-touch .btn-transparent:hover {
    color: #f05a00;
}

 input[type="text"],  input[type="search"], input[type="email"],  input[type="password"],  input[type="number"],  input[type="date"],  input[type="time"],  input[type="tel"], textarea,  button,
.destream-dropdown.bootstrap-select .btn, .form-control,
.modal input[type="text"], .modal input[type="email"], .modal input[type="password"], .modal textarea, .modal input[type="number"] {
    width: 100%;
    font-family: "Montserrat";
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    color: #0b1f30;
    font-size: 13px;
    box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    resize: none;
    padding: 0 20px;
    height: calc(2.25rem + 4px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

 .modal .form textarea {
    padding: 20px;
}

.list .setup .bootstrap-select {
    width: unset !important;
    min-width: 125px;
}

.dsp .bootstrap-select > .dropdown-toggle {
    padding: 0 20px;
    text-align: center;
    text-transform: none;
    color: #c6ced5;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    background-color: #2c3238;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
    margin: 0;
    min-width: unset;
}

.dsp .bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.dsp .dropdown-toggle:after {
    margin-top: 5px;
    position: absolute;
    right: 12px;
    top: 14px;
    left: auto;
    float: right;
    width: 9px;
    height: 6px;
   /* border-top: 4px solid rgba(255,255,255,0.4);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/

    border: none;
    background: url("../img/dropdown-arrow.svg") top left no-repeat;
}

.dsp .bootstrap-select .dropdown-toggle:after {
    right: 12px;
    top: 13px;
}

.dsp .dropup .dropdown-toggle::after {
    /* border-bottom-color: rgba(255,255,255,0.4);
    border-bottom-width: 4px;
    margin-top: 5px;
    position: absolute;
    right: 12px;
    top: 9px;
    left: auto;
    float: right;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
*/
    margin-top: 5px;
    position: absolute;
    right: 12px;
    top: 13px;
    left: auto;
    float: right;
    border-top: 4px solid rgba(255,255,255,0.4);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    border: none;
}

.slides {
    position: relative;
}

    .slides:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 100%;
        top: auto;
        bottom: 0;
        background-color: #000000;
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0.58%, rgba(0, 0, 0, 0.7) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0.58%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0.58%, rgba(0, 0, 0, 0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    }

    .slides img {
        width: 100%;
        height: auto;
    }

.nav-pills .nav-link {
    background-color: transparent;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888e94;
    padding: 25px 0 20px;
    border-bottom: 2px solid #cdd0d2;
    border-radius: 0;
}

    .nav-pills .nav-link:hover {
        text-decoration: none;
    }

.modal-body .nav {
    padding-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .no-touch .nav-pills .nav-link:hover {
    background-color: transparent;
    color: #f05a00;
    border-bottom: 2px solid #f05a00;
}

.no-touch .settings .nav-pills .nav-link:hover {
    border-bottom: none;
}

.form .form-group, .modal .form-group {
    position: relative;
}

.modal .form input[type="text"], .modal .form input[type="email"], .modal form input[type="email"], .modal .form input[type="password"], .modal .form input[type="number"], .modal .form input[type="tel"], .modal input[type="tel"], .modal .form textarea, .modal .form button {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.modal .form input[type="text"], .modal .form input[type="email"], .modal form input[type="email"], .modal .form input[type="password"], .modal .form input[type="number"], .modal .form input[type="tel"], .modal input[type="tel"], .modal .form textarea {
    z-index: 1;
}

.modal-auth .tab-pane#auth input[type="password"] {
    padding-right: 130px;
}

.modal-auth .forget-password {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 40;
}

    .modal-auth .forget-password a {
        color: #f05a00;
        font-size: 13px;
        position: relative;
        top: 34px;
    }

.modal-news-detail .modal-content, .modal-news-detail .modal-body {
    padding: 0;
    background-color: #ffffff;
}

.modal-news-detail .img img {
    width: 100%;
    height: auto;
}

.modal .inner {
    padding: 0 40px;
    clear: both;
}

.modal .dropdown-menu .inner {
    padding: 0;
}

.modal-news-detail .inner .title {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
}

.modal-news-detail .inner .date {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    text-transform: none;
    color: #888e94;
}

.modal-news-detail .text ul, .modal-news-detail .text ol {
    margin-bottom: 25px !important;
    margin-left: 30px !important;
}

.modal-news-detail .text li {
    list-style: none !important;
    line-height: 21px !important;
    font-size: 13px !important;
    letter-spacing: unset !important;
    font-family: "Montserrat" !important;
    padding-left: 20px !important;
    margin: 0 !important;
    color: #60666c !important;
}

    .modal-news-detail .text li > p {
        margin: 0 !important;
    }

.modal-news-detail .text p {
    margin: 0 0 22px !important;
    line-height: 21px !important;
    font-size: 13px !important;
    letter-spacing: unset !important;
    font-family: "Montserrat" !important;
    color: #60666c !important;
}

.modal-news-detail .text div, .modal-news-detail .text span {
    margin: 0 !important;
    max-width: unset !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    position: relative !important;
    cursor: default !important;
}

    .modal-news-detail .text div img, .modal-news-detail .text span img {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        float: none !important;
    }

        .modal-news-detail .text div img.hs {
            display: none;
        }

.modal-news-detail .text h1, .modal-news-detail .text h2, .modal-news-detail .text h3, .modal-news-detail .text h4, .modal-news-detail .text h5, .modal-news-detail .text h6 {
    font-family: "Montserrat" !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 21px !important;
    line-height: 26px !important;
    letter-spacing: unset !important;
    padding-bottom: 20px !important;
    text-transform: none !important;
}

    .modal-news-detail .text h1 span, .modal-news-detail .text h2 span, .modal-news-detail .text h3 span, .modal-news-detail .text h4 span, .modal-news-detail .text h5 span, .modal-news-detail .text h6 span {
        font-family: "Montserrat" !important;
        margin: 0 !important;
        font-weight: 500 !important;
        font-size: 21px !important;
        line-height: 26px !important;
        letter-spacing: unset !important;
        text-transform: none !important;
    }

    .modal-news-detail .text h2, .modal-news-detail .text h2 span {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .modal-news-detail .text h3, .modal-news-detail .text h3 span {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .modal-news-detail .text h4, .modal-news-detail .text h4 span {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .modal-news-detail .text h5, .modal-news-detail .text h5 span {
        font-size: 11px !important;
        line-height: 16px !important;
    }

    .modal-news-detail .text h6, .modal-news-detail .text h6 span {
        font-size: 9px !important;
        line-height: 14px !important;
    }

.modal-news-detail .text hr {
    margin: 15px 0 0 0 !important;
}

.modal-news-detail .text figure {
    margin: 0 0 25px 0 !important;
}

.modal-news-detail .inner .social {
    padding: 10px 0 30px;
}

    .modal-news-detail .inner .social a, .overall a {
        width: unset;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
        margin-right: 5px;
        border: 1px solid #cdd0d2;
        display: inline-block;
        border-radius: 4px;
        padding: 0 15px;
        color: #888e94;
        font-size: 13px;
        font-weight: 500;
        vertical-align: top;
    }

.overall {
    white-space: nowrap;
}

    .overall a {
        width: 50%;
        max-width: 84px;
    }

        .overall a:last-child {
            margin-right: 0;
        }

.no-touch .modal-news-detail .inner .social a:hover {
    text-decoration: none;
}

.dsp a.likes svg {
    width: 18px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: -2px;
    fill: #f05a00;
}

.dsp a.share svg {
    width: 20px;
    height: 20px;
    fill: #f05a00;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.modal-news-detail .inner .social a.facebook {
    border-color: #4369b0;
    width: 40px;
    border-radius: 50%;
    padding: 0;
}

    .modal-news-detail .inner .social a.facebook svg {
        fill: #4369b0;
        width: 42px;
        height: 42px;
        position: relative;
        left: -2px;
        top: -1px;
    }

.modal-news-detail .inner .social a.twitter {
    border-color: #22aeeb;
    width: 40px;
    border-radius: 50%;
    padding: 0;
}

    .modal-news-detail .inner .social a.twitter svg {
        fill: #22aeeb;
        width: 42px;
        height: 42px;
        position: relative;
        left: -2px;
        top: -1px;
    }

.dsp div.comments {
    background-color: #444c54;
    padding-bottom: 30px;
    padding-top: 10px;
    clear: both;
    width: calc(100% + 110px);
    position: relative;
    left: -55px;
    padding: 10px 55px 50px;
}

   .dsp  div.comments input[type="text"] {
        background-color: #31373c;
        color: #aab1b8;
        position: relative;
        left: 0;
        width: 60%;
    }

.modal .comments input[type="text"] {
    background-color: #ffffff;
    color: #0b1f30;
}

.dsp div.comments .title {
    padding: 25px 0;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #c6ced5;
    font-weight: bold;
}

.modal .comments {
    border-top: 1px solid #eef0f1;
    background-color: #f8f8f9;
    width: 100%;
    padding: 10px 0 30px;
    left: 0;
}

.dsp div.comments .title {
    color: #c6ced5;
}

.dsp div.comments .item {
    padding-bottom: 30px;
}

    div.comments .item .icon {
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: auto;
        left: auto;
    }

        div.comments .item .icon img {
            border-radius: 50%;
            width: 100%;
            height: auto;
        }

    div.comments .item .name, div.comments .item .date {
        font-weight: 500;
        color: #888e94;
        font-size: 12px;
        line-height: 17px;
        display: block;
        margin-left: 55px;
    }

    div.comments .item .name {
        font-weight: bold;
        color: #dbe0e6;
        font-size: 13px;
    }

    div.comments .item .date {
        padding-bottom: 8px;
        color: #888e94;
    }

    div.comments .item .text {
        font-weight: 500;
        color: #c6ced5;
        font-size: 14px;
        line-height: 21px;
        display: block;
        float: none;
        width: 100%;
        padding-left: 55px;
        padding-right: 20px;
    }

.modal .comments .item .name, .modal .comments .item .date {
    color: #888e94;
    font-size: 12px;
}

.modal .comments .item .name {
    color: #60666c;
}

.modal .comments .item .text {
    color: #60666c;
}

div.comments .form {
    margin-left: 55px;
    margin-right: 20px;
}

.dsp .form-group input[type="radio"], .form-group input[type="checkbox"] {
    opacity: 0 !important;
    position: absolute;
    margin-left: 0;
}

   .form-group input[type="radio"]:checked + span:before,
   .form-group input[type="checkbox"]:checked + span:before {
        opacity: 1 !important;
    }


    .form-group input[type="checkbox"]:checked + span:after {
        -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        -o-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    .form-group input[type="radio"]:checked + span:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }


    .form-group input[type="checkbox"] + span:after {
        content: "";
        cursor: pointer;
        left: 7px;
        position: absolute;
        text-align: center;
        top: 2px;
        background-color: transparent;
        color: #f05a00;
        display: block;
        width: .5em;
        height: 1em;
        border-style: solid;
        border-width: 0 .15em .15em 0;
        -webkit-transform: scale(0) rotate(45deg);
        -ms-transform: scale(0) rotate(45deg);
        -o-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    .form-group input[type="checkbox"] + span {
        background-color: #ffffff;
        cursor: pointer;
        height: 20px;
        left: 0;
        position: absolute;
        top: -1px;
        width: 20px;
        border: none;
        border-radius: 5px;
        padding: 0;
        box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
    }

.form.interest .form-group input[type="checkbox"] + span {
    background-color: #2c3238;
}

    .form.interest .form-group input[type="checkbox"] + span:after {
        color: #6b7178;
    }

.modal-interest .form.interest .form-group input[type="checkbox"] + span {
    background-color: #ffffff;
}

    .modal-interest .form.interest .form-group input[type="checkbox"] + span:after {
        color: #f05a00;
    }

 .form-group input[type="checkbox"] {
    padding-left: 10px;
}

.form-group input[type="radio"] + span:after {
    content: "";
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    height: 8px;
    left: 6px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 6px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 8px;
    background-color: #f05a00;
    border-radius: 50%;
}

.no-touch .form-group input[type="radio"]:hover + span:after, .dsp-2021 .form-group input[type="radio"]:hover + span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-group input[type="radio"] + span {
    background-color: #ffffff;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border: none;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px -0.5px 1px rgba(0, 0, 0, 0.85);
}

.form-group input[type="radio"]:checked + span {
}

.form-group input[type="radio"] {
    padding-left: 30px;
}

.modal-body .form .form-group-checkbox label, .modal-body .form .form-group-radio label {
    padding-left: 30px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 19px;
    text-transform: none;
    font-weight: normal;
}

.modal-body .form .form-group-radio {
    margin-bottom: 0;
}

.or {
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    color: #0b1f30;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 20px;
    display: none;
}

    .or:after, .or:before {
        position: absolute;
        width: calc(50% - 25px);
        height: 1px;
        left: 0;
        top: 20px;
        background-color: #cdd0d2;
        content: "";
    }

    .or:before {
        left: auto;
        right: 0;
    }

.modal-auth .btn.via {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 40px;
    margin-top: 5px;
    height: 48px;
}

.modal-auth .arrow {
    padding: 20px 0 15px;
    display: block;
    text-align: center;
}

.modal-auth .form form {
    height: 0;
    overflow: hidden;
    margin: 0;
}

    .modal-auth .form form .btn {
        margin-bottom: 25px;
        height: 48px;
    }

.modal-auth .form.open form {
}

.modal-auth .form.open .via {
    display: none;
}

.modal-auth .arrow svg {
    stroke: #aab1b8;
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* position: absolute;
          left: 50%;
          margin-left: -7px;
          top: 42px;*/
}

.modal-auth .form.open .arrow .about {
    font-size: 10px;
    height: 45px;
    bottom: 2px;
    line-height: 30px;
}

.modal-auth .form.open .arrow svg {
    top: 28px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



/********************  MODAL *************************/

.modal {
    background-color: rgba(24,33,41, 0.9);
}

.modal-header {
    border: none;
    padding: 0;
    z-index: 4;
}

    .modal-header button.close {
        position: absolute;
        right: -33px;
        top: 40px;
        padding: 0;
    }

.dsp button.close, .modal button.close {
    width: 44px;
    height: 44px;
    border-radius: 0;
    border: none;
    line-height: 44px;
    background-color: transparent;
    opacity: 1;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
    outline: none;
}

.dsp .close svg, .modal .close svg, .info-panel .close svg {
    width: 19px;
    height: 19px;
    stroke: #ffffff;
}

.dsp .close:active svg, .modal .close:active svg, .info-panel .close:active svg  {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    stroke: #0b1f30;
}

.modal-content {
    border: none;
    border-radius: 3px;
    background-color: #f8f8f9;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
    padding-left: 35px;
    padding-right: 35px;
}

.modal-body .form label, .modal-body .form-group label {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    color: #52606c;
    font-weight: bold;
    position: relative;
    z-index: 91;
    margin-bottom: 6px;
}

.modal-announcement .modal-content, .modal-announcement .modal-body {
    background-color: #ffffff;
    padding: 0;
}

.modal-announcement .head {
    background-color: #f8f8f9;
    border-bottom: 1px solid #eef0f1;
    padding: 30px 0;
    margin-bottom: 30px;
}

    .modal-announcement .head:before, .modal-announcement .head:after,
    .list-announcement-tile .item:before, .list-announcement-tile .item:after {
        display: table;
        content: " ";
    }

    .modal-announcement .head:after, .list-announcement-tile .item:after {
        clear: both;
    }

.modal-announcement .form-group input[type="radio"] + span {
    width: 15px;
    height: 15px;
    top: 4px;
}

    .modal-announcement .form-group input[type="radio"] + span:after {
        width: 6px;
        height: 6px;
        left: 4px;
        top: 4px;
    }

.modal .user .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

    .modal .user .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.modal .user .name {
    font-size: 13px;
    line-height: 17px;
    color: #737c85;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
}

.modal-announcement .stream {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #60666c;
    display: inline-block;
}

    .modal-announcement .stream b {
        font-weight: bold;
        font-size: 20px;
        display: block;
        position: relative;
    }

    .modal-announcement .stream.live-now b {
        padding-left: 22px;
    }

        .modal-announcement .stream.live-now b a, .no-touch .modal-announcement .stream.live-now b a:hover {
            text-decoration: none;
            color: #60666c;
        }

        .modal-announcement .stream.live-now b:after {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #f05a00;
        }

    .modal-announcement .stream.live-now svg {
        stroke: #aab1B8;
        position: relative;
        top: -3px;
        left: 0;
    }

.no-touch .modal-announcement .stream.live-now b a:hover svg {
    left: -3px;
}

.modal-announcement .remindme {
    float: right;
    margin-top: 4px;
}

    .modal-announcement .remindme svg {
        width: 14px;
        height: 16px;
        fill: #ffffff;
    }

.modal-announcement .inner .head {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}

    .modal-announcement .inner .head .user {
        padding-bottom: 10px;
        border-bottom: 1px solid #dbe0e6;
    }

    .modal-announcement .inner .head .stream {
        padding-top: 20px;
    }

.modal-announcement .inner .slides {
    float: left;
    width: 222px;
}

.modal-announcement .inner .text {
    float: left;
    width: calc(100% - 222px);
    padding-left: 40px;
}

.voting {
    padding-bottom: 15px;
    float: left;
    width: calc(100% - 222px);
    padding-left: 40px;
}

.modal-announcement .inner .head {
    float: left;
    width: calc(100% - 222px);
    padding-left: 40px;
}

.voting .title {
    padding-top: 30px;
    padding-bottom: 10px;
}

.voting .item {
    color: #60666c;
}

    .voting .item:before, .voting .item:after {
        display: table;
        content: " ";
    }

    .voting .item:after {
        clear: both;
    }

    .voting .item .value {
        float: right;
        color: #888e94;
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
    }

    .voting .item .form-group-radio {
        display: inline-block;
    }

    .voting .item .form-group {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .voting .item .form-group i {
            font-style: normal;
        }

    .voting .item .form-group-radio label {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.overall {
    padding: 40px 0 20px;
    float: left;
    width: calc(100% - 222px);
    padding-left: 40px;
}

.modal-announcement .slides {
    margin-bottom: 30px;
}

.modal-announcement .votes {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 27px;
}

    .modal-announcement .votes b {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        color: #152a3c;
        position: absolute;
        left: 0;
        top: -25px;
    }

    .modal-announcement .votes .vote-btn {
        text-transform: none;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        width: unset;
        position: absolute;
        top: -1px;
        right: -15px;
        height: 40px;
    }


/*******************  QUANTITY  *************************/

.quantity {
    height: 50px;
    margin: 0;
    position: relative;
    width: 175px;
}

    .quantity:after {
        content: "";
        position: absolute;
        left: 18px;
        top: 13px;
        width: 2px;
        height: 14px;
        background-color: rgba(166,172,179,0.5);
    }

    .quantity input {
        background-color: transparent;
        border: none;
        color: #888e94;
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-left: 0;
        padding: 0 0 0 50px;
        box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        text-align: left;
        width: 175px;
        position: relative;
        left: -20px;
    }

    .quantity a {
        position: absolute;
        left: 0;
        top: 0px;
        height: 7px;
        line-height: 7px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        width: 10px;
        padding: 0;
        margin: 0;
        border: none;
    }

.no-touch .quantity a:hover {
    border-color: #2e273d;
}

.quantity a.decrease {
    bottom: auto;
    left: 0;
    top: 23px;
}

.quantity a svg {
    width: 10px;
    height: 7px;
}

.quantity a.increase {
    bottom: auto;
    left: 0;
    right: auto;
    top: 8px;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input:focus {
    outline: 0;
}

.form.interest .search-panel {
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(102,111,121,0.7);
}

.modal-interest .form.interest .search-panel {
    border-top: 1px solid #dbe0e6;
    border-bottom: 1px solid #dbe0e6;
    padding: 35px 0;
}

.form.interest .search-panel .form-group-checkbox {
    display: inline-block;
    margin-right: 14px;
}

    .form.interest .search-panel .form-group-checkbox:last-child {
        margin-right: 0;
    }

    .form.interest .search-panel .form-group-checkbox label {
        padding-bottom: 0;
        margin-bottom: 0;
        color: #c6ced5;
        padding-left: 30px;
        font-size: 13px;
        line-height: 19px;
        text-transform: none;
        font-weight: normal;
    }

.modal-interest .form.interest .search-panel .form-group-checkbox label {
    color: #60666c;
}

.form.interest .search-panel .search-input {
    float: right;
    width: 100%;
}

    .form.interest .search-panel .search-input input[type="search"] {
        background-color: #2c3238;
        border-radius: 4px;
        color: #c6ced5;
        font-size: 13px;
        box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.7);
        width: 90%;
        padding: 10px 10px 10px 48px;
    }

.modal-interest .form.interest .search-panel .search-input input[type="search"] {
    background-color: transparent;
}

.form.interest .search-panel .text {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #c6ced5;
}

.modal-interest .form.interest .search-panel .text {
    color: #60666c;
}

.form.interest .list .title {
    padding: 25px 0;
}

.form.interest .list .form-group-checkbox label {
    height: 252px;
    overflow: hidden;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    display: block;
}

.form.interest .items-lifestyle .form-group-checkbox label {
    height: 197.5px;
}

.form.interest .list .form-group-checkbox label .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.form.interest .list {
    padding: 0;
}

    .form.interest .list .form-group-checkbox label:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        width: 100%;
        background-color: #2c3238;
        content: "";
    }

    .form.interest .list .form-group {
        margin-bottom: 20px;
    }

    .form.interest .list .form-group-checkbox label img {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        pointer-events: none;
    }

    .form.interest .list .form-group-checkbox label i {
        position: absolute;
        font-style: normal;
        left: 20px;
        bottom: 12px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        color: #c6ced5;
        width: calc(100% - 90px);
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        z-index: 11;
    }

    .form.interest .list .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .form.interest .list div[class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form.interest .list .form-group input[type="checkbox"] + span {
        z-index: 10;
        position: absolute;
        bottom: 10px;
        width: 40px;
        height: 20px;
        border-radius: 4px;
        top: auto;
        left: 50%;
        margin-left: -20px;
        background-color: #666f79;
        cursor: pointer;
    }

        .form.interest .list .form-group input[type="checkbox"] + span:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            width: 17px;
            height: 17px;
            border: 1.2px solid #f8f8f9;
            background-color: #c4c8cc;
            left: 0;
            top: 1.5px;
            border-radius: 50%;
            background: -moz-linear-gradient(180deg, rgba(196,200,204,1) 0%, rgba(223,230,234,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
            background: linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c8cc', endColorstr='#dfe6ea',GradientType=1 );
        }

    .form.interest .list .form-group input[type="checkbox"]:checked + span {
        background-color: #7ed321;
    }

        .form.interest .list .form-group input[type="checkbox"]:checked + span:after {
            left: 22px;
        }

.form.interest .items-lifestyle .form-group input[type="checkbox"] + span {
    left: auto;
    right: 20px;
}

.form.interest .loading {
    margin-top: 25px;
}

.modal-interest .buttons {
    position: relative;
    padding: 15px 0 20px;
}

    .modal-interest .buttons .btn {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal-interest .buttons .btn-finish {
        position: absolute;
        right: 0;
        left: auto;
    }

/************** PAGE NAVIGATION ***************/

.navigation {
    display: inline-block;
    vertical-align: middle;
    margin: 35px 0;
}
    .navigation .page-link {
        padding: 0;
    }
    .navigation .page-link a, .navigation span {
        color: #d1d1d5;
        font-size: 13px;
        font-weight: 500;
        color: #c6ced5;
        position: relative;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        padding: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.no-touch .navigation a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #d1d1d5;
}

.navigation span.active, .navigation .active span, .navigation .active .page-link a {
    font-weight: bold;
    border: 1px solid #737c85;
    border-radius: 50%;
    outline: none;
    color: #fff;
}

.wallet .head {
    padding-bottom: 25px;
    border-bottom: 1px solid #666f79;
}

    .wallet .head:before, .wallet .head:after {
        display: table;
        content: " ";
    }

    .wallet .head:after {
        clear: both;
    }

.in-wallet {
    display: inline-block;
    vertical-align: bottom;
}

    .in-wallet .status {
        color: #7ed321;
        font-weight: 500;
        line-height: normal;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0 0 10px;
        margin-top: -16px;
        text-align: right;
        display: none;
    }

    .in-wallet .score {
        color: #ffffff;
        font-weight: 800;
        line-height: normal;
        font-size: 34px;
        text-transform: uppercase;
        padding-bottom: 7px;
        margin-top: 10px;
    }

    .in-wallet .money {
        color: #c6ced5;
        font-weight: 500;
        line-height: normal;
        font-size: 13px;
        text-transform: uppercase;
        text-align: right;
    }

.wallet .btns {
    padding-top: 45px;
    display: inline-block;
    vertical-align: bottom;
    float: right;
}

    .wallet .btns a, .payment-history .download-pdf a{
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 164px;
        border-radius: 4px;
        border: 1px solid #c6ced5;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 13px;
        position: relative;
        line-height: 38px;
        color: #ffffff;
    }

        .wallet .btns a:last-child {
            margin-right: 0;
        }

        .wallet .btns a svg {
            margin-right: 10px;
        }

    .wallet .btns .get {
        border-color: #7ed321;
    }

    .wallet .btns .put {
        border-color: #f05a00;
    }

    .payment-history .download-pdf {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
        margin-left: 14px;
        float: right;
        position: relative;
    }
    .payment-history .download-pdf a {
        border-color: #f05a00;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 0;
        white-space: nowrap;
    }
        .payment-history .download-pdf a .icon {
            margin-right: 12px;
        }
        .payment-history .download-pdf a svg {
            fill: #aab1b8;
            position: relative;
            top: 5px;
        }
        .payment-history .download-pdf .ref{
            right: auto;
            left: -27px;
            top: 10px;
        }
            .payment-history .download-pdf .ref .text {
                width: 250px;
                font-weight: normal;
                line-height: 13px;
                color: #aab1b8;
            }
            .wallet .put svg, .wallet .btns .get svg {
            width: 11px;
            height: 16px;
            fill: #aab1b8;
        }
    .wallet .put svg {
        position: relative;
        top: 4px;
    }
    .wallet .btns .add svg {
        width: 28px;
        height: 24px;
        fill: #aab1b8;
    }

.no-touch .wallet .btns .get:hover {
    background-color: #7ed321;
}

.no-touch .wallet .btns .put:hover, .no-touch .payment-history .download-pdf a:hover {
    background-color: #f05a00;
}

.no-touch .wallet .btns .add:hover {
    background-color: #c6ced5;
}
.payment-history .setup {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 300px);
    max-width: 65vw;
}
    .no-touch .wallet .btns a:hover, .no-touch .payment-history .download-pdf a:hover {
    text-decoration: none;
}

    .no-touch .wallet .btns a:hover svg, .no-touch .payment-history .download-pdf a:hover svg {
        fill: #ffffff;
    }

.dsp .main-content .page, .dsp .page {
    padding: 50px 55px;
    position: relative;
    min-height: calc(100vh - 60px);
}

.payment-history {
    padding-top: 30px;
    border-bottom: 1px solid #666f79;
}

    .payment-history .title, .page.messages .title, .page.donates .title, .page.donations .title {
        padding-top: 26px;
    }

   .page.messages .setup .row {
        margin: 0 -10px;
    }

    .page.messages .setup div[class*='col-'] {
        padding: 0 10px;
    }

    .payment-history .setup .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .payment-history .setup .row > div[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .payment-history .setup .bootstrap-select.ds-dropdown, .page.messages .setup .bootstrap-select.ds-dropdown {
        width: 100%;
        height: 40px;
    }

    .payment-history .setup .bootstrap-select > .dropdown-toggle, .page.messages .setup .bootstrap-select > .dropdown-toggle {
        height: 40px;
        line-height: 30px;
        color: #c6ced5;
    }

    .payment-history .setup .bootstrap-select .dropdown-toggle:after, .page.messages .setup .bootstrap-select .dropdown-toggle:after {
        top: 13px;
    }

    .payment-history .list .date {
        text-align: center;
        color: #aab1b8;
        font-size: 13px;
        line-height: 19px;
        padding: 6px 0;
        background-color: #31373c;
    }

    .payment-history .list {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
    }

    .payment-history .item {
        padding: 15px 55px;
        position: relative;
        margin: 0;
        margin: 0 -55px;
        width: calc(100% + 110px);
    }

        .payment-history .item:after {
            position: absolute;
            left: 55px;
            bottom: 0;
            top: auto;
            width: calc( 100% - 110px);
            height: 0.7px;
            content: "";
            background-color: #666f79;
            opacity: 0.5;
            z-index: 6;
        }

        .payment-history .item:last-of-type {
            padding-bottom: 30px;
        }

            .payment-history .item:last-of-type:after {
                display: none;
            }

.no-touch .payment-history .item:hover, .no-touch .payment-history .item.active {
    background-color: #444c54;
}

    .payment-history .item.active:before, .no-touch .payment-history .item:hover:before {
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #444c54;
        z-index: 5;
    }

.payment-history .item dd {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.payment-history .item .icon {
    position: relative;
    width: 40px;
}

.payment-history .item .description {
    position: relative;
    font-size: 13px;
    line-height: 19px;
    color: #c6ced5;
    width: calc(60% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    word-break: break-word;
}

.payment-history .item .status {
    position: relative;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    color: #c6ced5;
    width: 12%;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 22px;
}

    .payment-history .item .status:after {
        content: "";
        width: 12px;
        height: 12px;
        background-color: #c6ced5;
        border-radius: 50%;
        border: 1px solid #31373c;
        left: 0;
        top: 0;
        position: absolute;
    }

    .payment-history .item .status.done:after {
        background-color: #7ed321;
    }

    .payment-history .item .status.dismiss:after {
        background-color: #b42192;
    }

    .payment-history .item .status.expectation:after {
        background-color: #ffc100;
    }

.payment-history .item .description b, .payment-history .item .description a {
    color: #ffffff;
    font-weight: bold;
}

.payment-history .item .value {
    /*width: 130px;*/
    width: 23%;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

    .payment-history .item .value .in-dst {
        padding-top: 7px;
    }


.payment-history .item dd.link {
    position: absolute;
    right: 55px;
    left: auto;
    top: 30px;
}

.dsp .link svg {
    width: 16px;
    height: 16px;
    fill: #aab1b8;
}

.wallet .total {
    float: right;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 35px;
}

    .wallet .total .income, .wallet .total .outcome {
        color: #bec0c3;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        float: right;
    }

.modal-hash .title {
    border-bottom: 1px solid #dbe0e6;
}

.modal-hash .data {
    padding: 25px 0 20px;
}

    .modal-hash .data dd {
        display: inline-block;
        vertical-align: top;
        color: #666f79;
        font-size: 13px;
        line-height: 27px;
        word-break: break-word;
        margin-bottom: 0;
    }

    .modal-hash .data dl {
        margin-bottom: 3px;
    }

    .modal-hash .data .key {
        width: 25%;
    }

    .modal-hash .data .value {
        width: calc(75% - 0.6em);
        color: #31373c;
        position: relative;
    }

        .modal-hash .data .value .link {
            position: absolute;
            top: auto;
            left: -25px;
            top: -3px;
        }

            .modal-hash .data .value .link svg {
                fill: #737c85;
            }

.modal-buydst .title, .modal-transfer .title, .modal-transfer-2 .title, .modal-wallet-donate .title, .modal-donate .title, .modal-withdrawal .title, .modal-card-transfer .title,
.modal-card-account-withdrawal .title{
    border-bottom: 1px solid #dbe0e6;
}

.modal-card-transfer .title {
    margin-bottom: 20px;
}

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

    .converter .half {
        display: inline-block;
        vertical-align: top;
        width: calc(49% - 37px);
        position: relative;
    }

        .converter .half.second {
            position: relative;
            left: 20px;
        }

    .converter .name {
        font-size: 11px;
        line-height: 13px;
        color: #0b1f30;
        font-weight: bold;
        text-transform: uppercase;
        opacity: 0.7;
        padding: 20px 0 10px;
    }

    .converter .info, .form .info {
        font-size: 12px;
        color: #737c85;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px 0;
        opacity: 0.7;
    }

        .converter .info b, .form .info b {
            color: #0b1f30;
            font-weight: bold;
        }

    .converter .half .input {
        position: relative;
    }

    .converter .half input {
        width: 100%;
        position: relative;
        left: 0;
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .converter .label {
        position: absolute;
        z-index: 6;
        right: 5px;
        top: 5px;
        min-width: 70px;
        background-color: #eef0f1;
        border-radius: 4px;
        font-weight: 500;
        padding: 3px 0;
        text-align: center;
        font-size: 13px;
        line-height: 24px;
        height: 30px;
        color: #0b1f30;
        background: -moz-linear-gradient(180deg, rgba(247,248,248,1) 0%, rgba(237,238,239,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(247,248,248,1) 0%,rgba(237,238,239,1) 100%);
        background: linear-gradient(180deg, rgba(247,248,248,1) 0%,rgba(237,238,239,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#edeeef',GradientType=1 );
    }

        .converter .label .bootstrap-select > .dropdown-toggle, .converter .label .form-control {
            background-color: transparent;
            height: unset;
        }

            .converter .label .form-control:focus, .converter .label .form-control:active {
                outline: none;
                border: none;
            }

            .converter .label .bootstrap-select > .dropdown-toggle:after {
                border-top-color: #0b1f30;
                top: 8px;
            }

    .converter .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
        border-top-color: #0b1f30;
        top: 6px;
        right: 18px;
    }

    .converter .input-with-label .label {
        color: #0b1f30;
        padding: 1px 0;
    }

    .converter .label .bootstrap-select > .dropdown-toggle .filter-option {
        padding-left: 15px;
        padding-right: 15px;
    }

    .converter .go {
        width: 40px;
        height: 48px;
        text-align: center;
        line-height: 54px;
        display: inline-block;
        vertical-align: top;
        margin: 35px 28px 0 8px;
        border-radius: 50%;
        position: relative;
        left: 0;
    }

.modal-buydst .converter .go {
    left: 10px;
}

.converter .go svg {
    width: 33px;
    height: 17px;
    fill: none;
    stroke: #aab1b8;
    fill: transparent;
}

.modal-transfer .converter .go svg {
    position: relative;
    top: -1px;
}

.modal-buydst .buttons, .modal-transfer .buttons, .modal-transfer-2 .buttons, .modal-equiring .buttons, .modal-withdrawal .buttons,
.modal-card-transfer .buttons {
    border-top: 1px solid #dbe0e6;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .modal-buydst .buttons .btn, .modal-transfer .buttons .btn, .modal-transfer-2 .buttons .btn, .modal-equiring .buttons .btn {
        width: unset;
        display: inline-block !important;
        left: 0;
    }

    .modal-buydst .buttons .btn-next, .modal-transfer .buttons .btn-next, .modal-transfer-2 .buttons .btn-next, .modal-equiring .buttons .btn-next {
        float: right;
        right: 0;
        left: unset;
    }

    .modal-buydst .buttons .btn-next, .modal-transfer .buttons .btn-next, .modal-equiring .buttons .btn-next {
        right: 0;
    }

    .modal-transfer-2 .buttons .btn-next {
        right: 20px;
    }

.modal-equiring .item {
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    height: 95px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

    .modal-equiring .item img {
        width: auto;
        max-width: 120px;
        height: auto;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .no-touch .modal-equiring .item:hover, .modal-equiring .item.selected-equiring-system {
        background-color: rgba(219,224,230,0.4);
    }

.modal-transaction-successful .title {
    border-bottom: 1px solid #dbe0e6;
}

.modal-transaction-successful .modal-body {
    padding-bottom: 35px;
}

.modal-transaction-successful .text {
    padding-top: 25px;
}

    .modal-transaction-successful .text .link {
        margin-left: 15px;
        position: relative;
        top: -2px;
    }

        .modal-transaction-successful .text .link svg {
            fill: #737c85;
        }

.modal-transfer-2 .half {
    width: 49.5%;
}

.modal-transfer-2 .user .name {
    font-size: 15px;
    line-height: 18px;
    color: #0b1f30;
    opacity: 0.7;
    font-weight: 500;
    text-transform: none;
    padding: 0 0 3px 0;
}

.modal-transfer-2 .user .email {
    font-size: 13px;
    line-height: 16px;
    color: #0b1f30;
    opacity: 0.7;
    font-weight: normal;
    text-transform: none;
}

.modal-transfer-2 .user > div {
    display: inline-block;
    vertical-align: middle;
}

.modal-transfer-2 .user .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.modal-transfer-2 .half {
    padding: 20px 0;
}

.modal-transfer-2 .converter .name {
    padding: 10px 0 0 0;
}

.modal-transfer-2 .converter .user .name {
    padding: 0 0 3px 0;
}

.modal-transfer-2 .converter .value {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500px;
    color: #0b1f30;
    opacity: 0.7;
    padding-top: 8px;
}

.modal-transfer-2 .subtitle {
    font-size: 11px;
    line-height: 13px;
    color: #0b1f30;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.7;
    padding: 20px 0 15px;
}

.confirm-transfer {
    border-bottom: 1px solid #dbe0e6;
    padding-bottom: 20px;
}

.modal-transfer-2 .btn-next {
    margin-right: -40px;
}

.confirm-transfer .key-field input {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.confirm-transfer .key-file-field {
    display: none;
    position: relative;
}

    .confirm-transfer .key-file-field .ok, .confirm-transfer .key-file-field .error {
        position: absolute;
        left: 0;
        top: 13px;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        display: none;
    }

    .confirm-transfer .key-file-field .ok {
        color: #69b515;
    }

    .confirm-transfer .key-file-field .error {
        color: #f05a00;
    }

.dropzone {
    border: none;
    padding: 0;
    background-color: transparent;
}

    .dropzone .dz-preview {
        min-height: unset;
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        color: #0b1f30;
        position: absolute;
        top: 13px;
        left: 45px;
    }

    .dropzone .dz-message {
        margin: 0;
    }

    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
        display: none;
    }

    .dropzone .dz-message span {
        font-size: 13px;
        line-height: 16px;
        color: #0b1f30;
        display: block;
        border: 1px dashed #aab1b8;
        height: 40px;
        border-radius: 4px;
        padding: 10px 20px;
        background-color: #ffffff;
        position: relative;
        left: 0;
        width: 100%;
    }

.confirm-transfer .key-file-field.file-added .dz-message span {
    text-align: right;
}

.dz-message .attachtext {
    border-bottom: 1px dotted #e0b4d3;
    color: #9d1274;
    font-size: 15px;
    margin-left: 10px;
}


/************************  MY CHANNEL  *******************************/
.main-content .page.mychannel {
    padding: 0;
}

.page.mychannel .head {
    height: 370px;
    background-image: url("../img/mychannel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    margin-bottom: 60px;
}

    .page.mychannel .head .user-info {
        position: absolute;
        width: 100%;
        bottom: -60px;
        padding-left: 55px;
    }

        .page.mychannel .head .user-info:after {
            content: "";
            position: absolute;
            z-index: 7;
            left: 0;
            bottom: 0;
            top: auto;
            width: 100%;
            height: 60px;
            background-color: #282d33;
        }

        .page.mychannel .head .user-info:before {
            content: "";
            position: absolute;
            z-index: 7;
            left: 0;
            bottom: 60px;
            top: auto;
            width: 100%;
            height: 103px;
            background-color: #000e1e;
            background: -moz-linear-gradient(180deg, rgba(0, 14, 30, 0.0001) 1.88%, #000e1e 100%);
            background: -webkit-linear-gradient(180deg, rgba(0, 14, 30, 0.0001) 1.88%, #000e1e 100%);
            background: linear-gradient(180deg, rgba(0, 14, 30, 0.0001) 1.88%, #000e1e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000e1e', endColorstr='#000e1e',GradientType=1 );
            opacity: 0.4;
        }

        .page.mychannel .head .user-info > div {
            display: inline-block;
            position: relative;
            padding-left: 15px;
            z-index: 9;
            width: calc(100% - 218px);
        }

        .page.mychannel .head .user-info .donate {
            position: absolute;
            right: 0;
            bottom: 10px;
            z-index: 30;
        }

.dsp .btn-donate {
    padding-left: 20px;
    padding-right: 20px;
}

.page.mychannel .head .user-info .name {
    position: relative;
    top: -60px;
}

.no-touch .page.mychannel .head .user-info .name:hover .edit {
    display: inline-block;
}

.page.mychannel .head .user-info .name span {
    font-size: 27px;
    line-height: 33px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    outline: none;
}

.page.mychannel .head .user-info .name a {
    position: relative;
    top: -3px;
    margin-left: 7px;
}

.page.mychannel .item, .page.live-broadcast .item {
    position: relative;
}

.page.mychannel .item .edit, .page.live-broadcast .item .edit {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 35;
    height: unset;
    width: unset;
}

.no-touch .page.mychannel .item:hover .edit {
    display: inline-block;
}

.page.mychannel .edit svg, .page.live-broadcast .edit svg {
    width: 23px;
    height: 21px;
    fill: #7c8083;
}

.page.mychannel .edit, .page.live-broadcast .edit {
    display: none;
}

.page.mychannel .head .user-info .name .edit svg {
    fill: #ffffff;
}

.page.mychannel .head .user-info .likes,
.page.mychannel .head .user-info .subscribe,
.page.mychannel .head .user-info .unsubscribe,
.page.mychannel .head .user-info .views {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #c6ced5;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -19px;
    margin-right: 25px;
}

    .page.mychannel .head .user-info .likes svg {
        width: 18px;
        height: 16px;
        fill: #aab1b8;
    }

    .page.mychannel .head .user-info .views svg {
        width: 18px;
        height: 16px;
        fill: #cdd0d2;
        opacity: 0.4;
        display: none;
    }

.no-touch .page.mychannel .head .user-info a:hover {
    text-decoration: none;
}

    .no-touch .page.mychannel .head .user-info a:hover svg {
        opacity: 1;
    }

.subscribe svg,
.unsubscribe svg {
    width: 19px;
    height: 19px;
    fill: #aab1b8;
}

.subscribe svg {
    margin-right: 6px;
}

.page.mychannel .head .user-info .unsubscribe {
    margin-left: 35px;
}

.page.mychannel .head .user-info .subscribe svg {
    margin-right: 10px;
}

.page.mychannel .head .icon {
    width: 163px;
    height: 163px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #b42192;
    display: inline-block;
    position: relative;
    top: 6px;
    z-index: 8;
}

    .page.mychannel .head .icon img {
        width: 100%;
        height: auto;
    }

.page.mychannel .myblocks {
    background-color: #383e44;
    padding: 40px 55px 15px;
}

.myblocks .row {
    margin: 0 -10px;
}

.myblocks div[class*='col-'] {
    padding: 0 10px;
}

.page.mychannel .list-announcement-tile {
    background-color: #444c54;
}

.large.carousel > .slick-list > .slick-track > .slick-slide {
    /*.large.carousel .item{*/
    margin: 0 10px;
}

.large.carousel {
    margin: 10px -10px 0;
}

/*.large .item .slides img{
  height: 180px;
  width: auto;
}*/
.small {
    font-size: 100%;
}
/*.list-announcement-tile .small .item .img{
  height: 220px;
}*/
.myblocks img {
    width: 100%;
    height: auto;
}

.myblocks .item {
    margin-bottom: 25px;
}

    .myblocks .item a {
        display: block;
        width: 100%;
        height: 320px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        overflow: hidden;
    }

.myblocks .small .item a {
    height: 100px;
}

.myblocks .item .text a, .myblocks .small .item .text a {
    display: unset;
    margin: 0;
    width: unset;
    height: unset;
    background: unset;
    overflow: visible;
    line-height: unset;
}

.myblocks .small .item img {
    height: 100%;
    width: 100%
}

.myblocks .text {
    padding-top: 25px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #c6ced5;
}

    .myblocks .text ul {
        padding-top: 10px;
        margin: 0;
    }

    .myblocks .text a {
        text-decoration: underline;
        color: #c6ced5;
    }

.no-touch .myblocks .text a:hover {
    text-decoration: none;
}

.myblocks .add-block {
    background-color: #444c54;
    border: 1px dashed #aab1b8;
    text-align: center;
    text-transform: uppercase;
    color: #c6ced5;
    font-weight: bold;
    height: 100px;
    width: 100%;
    display: inline-block;
    line-height: 100px;
    vertical-align: middle;
    font-size: 12px;
}

.modal-addblock .title, .modal-addteam .title, .modal-sendlink .title {
    border-bottom: 1px solid #dbe0e6;
}

.modal-addblock .form, .modal-addteam .form, .modal-sendlink .form {
    padding-top: 25px;
}

.modal-addblock .dropzone .dz-message span, .modal-addteam .dropzone .dz-message span {
    font-size: 12px;
    line-height: 17px;
    height: 80px;
    border-radius: 40px;
    padding: 25px 20px 0;
    opacity: 0.7;
}

    .modal-addblock .dropzone .dz-message span b, .modal-addteam .dropzone .dz-message span b {
        font-size: 14px;
        line-height: 17px;
        display: block;
        font-weight: normal;
        opacity: 1;
    }

.modal-addblock .form-control {
    border-radius: 40px;
    border: none;
}

.modal-addblock .form .btn {
    width: unset;
    margin-top: 15px;
    left: 0;
}

.modal-addblock .delete {
    margin: 25px 0 20px;
}

    .modal-addblock .delete a {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        color: #888e94;
    }

.modal-addblock .dropzone.dz-started .dz-message, .modal-addteam .dropzone.dz-started .dz-message {
    display: block;
}

.dropzone .dz-preview.dz-image-preview {
    left: 0;
    top: 20px;
    background-color: transparent;
    width: 100%;
    height: 97px;
}

.dropzone .dz-preview .dz-image {
    width: 100%;
    height: inherit;
    border-radius: 0;
}

    .dropzone .dz-preview .dz-image img {
        width: 100%;
        height: auto;
    }

.no-touch .dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
}

.modal-addblock .preview, .modal-addteam .preview {
    position: absolute;
    width: 100%;
    height: 109px;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.modal-addblock .dropzone .dz-message, .modal-addteam .dropzone .dz-message {
    position: relative;
    z-index: 2;
}

.modal-addblock .dropzone.file-added .dz-message span, .modal-addteam .dropzone.file-added .dz-message span {
    background-color: #182129;
    color: #ffffff;
    opacity: 0.58;
}

.modal-addteam .msg-md i {
    font-style: normal;
}

.modal-addteam .dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}

.modal-addteam .file-added-msg {
    display: none;
}

.modal-sendlink .note {
    margin-bottom: 10px;
    margin-top: 20px;
}

    .modal-sendlink .note .img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

    .modal-sendlink .note .text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 80px - 0.6em);
        color: #383e44;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
    }

.modal-sendlink .teamlink {
    position: relative;
}

    .modal-sendlink .teamlink input[type-"text"] {
        padding-right: 40px;
    }

    .modal-sendlink .teamlink svg {
        width: 16px;
        height: 16px;
        fill: #737c85;
    }

.modal-sendlink .copy {
    position: absolute;
    bottom: 12px;
    right: -5px;
}



/*******************  TEXT EDITOR  **************************/

.trumbowyg-box svg {
    width: 28px;
    height: 100%;
    fill: #737c85;
}

.trumbowyg-box button {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0 !important;
    width: 30px !important;
    height: 26px !important;
    border-radius: 50%;
    border: 1px solid #aab1b8;
    margin: 10px 5px;
    padding: 0 !important;
    cursor: pointer !important;
}

    .trumbowyg-box button svg {
        pointer-events: none;
    }

.no-touch .trumbowyg-box button:hover {
    background-color: #737c85 !important;
}

    .no-touch .trumbowyg-box button:hover svg {
        fill: #ffffff;
    }

.trumbowyg-box, .trumbowyg-editor {
    min-height: 150px;
    width: 100%;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    color: #0b1f30;
}

    .trumbowyg-box .trumbowyg-editor {
        padding: 15px 40px;
        background-color: #ffffff;
    }

.trumbowyg-button-pane {
    min-height: 42px;
    background-color: #f8f8f9;
}

    .trumbowyg-button-pane .trumbowyg-button-group::after, .trumbowyg-button-pane::after {
        display: none;
    }

.trumbowyg-unlink-dropdown-button, .trumbowyg-createLink-dropdown-button {
    font-size: 0 !important;
}

.trumbowyg-dropdown {
    width: unset;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    margin-left: -5px;
}

.trumbowyg-modal-box label input {
    width: 80% !important;
    right: 10px;
    border: none;
    height: 20px;
    position: absolute !important;
    left: auto !important;
}

.trumbowyg-modal.trumbowyg-fixed-top {
    top: 0 !important;
}

.trumbowyg-modal-box {
    width: 100%;
}

    .trumbowyg-modal-box .trumbowyg-modal-button {
        display: inline-block;
        width: unset !important;
        border-radius: 4px;
        padding: 5px 20px !important;
        line-height: normal;
        font-size: 12px;
        margin-top: 15px;
    }

    .trumbowyg-modal-box .trumbowyg-modal-title {
        font-size: 12px;
        font-weight: 500;
        color: #0b1f30;
        padding: 15px 0 10px;
        margin: 0;
        border: none;
        background-color: transparent;
    }

    .trumbowyg-modal-box label {
        overflow: visible;
        margin: 0;
    }

    .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
        background-color: #f05a00;
    }

    .trumbowyg-modal-box label.trumbowyg-input-error input,
    .trumbowyg-modal-box label.trumbowyg-input-error textarea {
        border-color: #f05a00;
    }

    .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
        display: none;
    }

    .trumbowyg-modal-box label .trumbowyg-input-infos span {
        border: none;
        background-color: transparent;
        font-weight: 500;
        font-size: 11px;
    }

.dsp .page.live-broadcast, .page.live-broadcast {
    padding: 0 !important;
}

    .page.live-broadcast .head {
        position: relative;
        margin-bottom: 120px;
    }

        .page.live-broadcast .head .player {
            width: 100%;
            overflow: hidden;
            padding: 0;
            padding-bottom: 56.25%;
            height: 0;
            background-image: url("/template/img/live-background.jpg");
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .page.live-broadcast .head .player .plyr__poster {
                background-size: cover;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-position: top center;
            }

            .page.live-broadcast .head .player img {
                width: 100%;
                height: auto;
            }

        .page.live-broadcast .head .user-info {
            position: absolute;
            width: 100%;
            bottom: -120px;
            padding-left: 55px;
        }

            .page.live-broadcast .head .user-info:after {
                content: "";
                position: absolute;
                z-index: 7;
                left: 0;
                bottom: 0;
                top: auto;
                width: 100%;
                height: 120px;
                background-color: #282d33;
            }

            .page.live-broadcast .head .user-info .user {
                position: relative;
                z-index: 9;
                top: -35px;
                display: block;
                width: 60%;
            }

            .page.live-broadcast .head .user-info > div > div {
                display: inline-block;
                vertical-align: middle;
            }

            .page.live-broadcast .head .user-info:before {
                position: absolute;
                z-index: 60;
                content: "";
                left: 55px;
                width: calc(100% - 110px);
                top: 50%;
                margin-top: -16px;
                height: 1px;
                background-color: rgba(102,111,121, 0.6);
            }

            .page.live-broadcast .head .user-info .links {
                z-index: 54;
                display: inline-block;
                width: auto;
                float: right;
                position: relative;
                right: 55px;
                top: -20px;
            }

            .page.live-broadcast .head .translation-title, .page.live-broadcast .head .user-info h2 {
                position: relative;
                z-index: 51;
                color: #ffffff;
                font-size: 15px;
                width: calc(100% - 280px);
                float: left;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                top: -13px;
                margin: 0;
                line-height: 1;
                font-weight: normal;
                text-transform: none;
            }

                .page.live-broadcast .head .translation-title a {
                    color: #ffffff;
                    font-size: 15px;
                }

            .page.live-broadcast .head .user-info .right-btns {
                position: absolute;
                right: 55px;
                top: -39px;
                z-index: 53;
            }

            .page.live-broadcast .head .user-info .name, .page.live-broadcast .head .user-info .user h1 {
                font-size: 19px;
                line-height: 23px;
                font-weight: 800;
                color: #ffffff;
                text-transform: uppercase;
                position: relative;
                top: 0;
                margin: 0;
                margin-right: 35px;
                margin-left: 15px;
                width: calc(100% - 100px);
                overflow: hidden;
                text-overflow: ellipsis;
                display: inline-block;
                white-space: nowrap;
            }

                .page.live-broadcast .head .user-info .name a {
                    color: #ffffff;
                }

            .page.live-broadcast .head .user-info .status {
                font-size: 11px;
                line-height: normal;
                color: #c6ced5;
                text-transform: uppercase;
                font-weight: normal;
            }

.no-touch .page.live-broadcast .head .user-info a:hover {
    text-decoration: none;
}

.page.live-broadcast .head .user-info .likes,
.page.live-broadcast .head .user-info .subscribe,
.page.live-broadcast .head .user-info .views,
.page.live-broadcast .head .online {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #c6ced5;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 4px;
    margin-right: 25px;
}

    .page.live-broadcast .head .user-info .views svg {
        width: 25px;
        height: 16px;
        fill: #aab1b8;
        margin-right: 6px;
        position: relative;
        top: 3px;
    }

.page.live-broadcast .head .user-info .online svg {
    width: 27px;
    height: 17px;
    fill: #aab1b8;
    stroke: #aab1b8;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.page.live-broadcast .head .user-info .links span {
    display: none;
}

.page.live-broadcast .head .user-info .links .theatre-mode-toggle span.fullscreen {
    display: block;
}

.theatre-mode .page.live-broadcast .head .user-info .links .theatre-mode-toggle span.collapse-fullscreen {
    display: inline-block;
}

.theatre-mode .page.live-broadcast .head .user-info .links .theatre-mode-toggle span.fullscreen {
    display: none;
}

.theatre-mode header .dropdown-menu.show {
    display: none;
}

.page.live-broadcast .head .user-info .links svg {
    display: inline-block;
}

.page.live-broadcast .head .user-info .links .theatre-mode-toggle svg {
    display: inline-block;
}

.page.live-broadcast .head .user-info .likes svg {
    fill: #aab1b8;
}

.page.live-broadcast .head .icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #b42192;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    z-index: 8;
}

    .page.live-broadcast .head .icon img {
        width: 100%;
        height: auto;
    }

.page.live-broadcast .head .online {
    float: right;
    top: 4px;
    margin-right: 0;
}

.page.live-broadcast .head .donate {
    float: right;
    position: relative;
    top: 4px;
    margin-right: 55px;
}

.page.live-broadcast .head .chat-btn {
    float: right;
    position: relative;
    top: -5px;
    margin-right: 20px;
}

    .page.live-broadcast .head .chat-btn .btn {
        background-color: transparent;
        border: 1px solid #737c85;
        color: #c6ced5;
    }

        .page.live-broadcast .head .chat-btn .btn svg {
            display: none;
            width: 19px;
            height: 19px;
        }

.page.live-broadcast .head .theatre-mode-toggle {
    float: right;
    position: relative;
    top: 3px;
}

    .page.live-broadcast .head .theatre-mode-toggle svg {
        width: 22px;
        height: 22px;
        fill: #737c85;
    }

.page.live-broadcast .myblocks {
    background-color: #444c54;
    padding: 40px 55px 15px;
}

.page.live-broadcast .list-announcement-tile {
    background-color: #383e44;
}

.chat-open .services-catalog, .chat-open .myblocks, .chat-open .list-announcement-tile {
    display: none !important;
}

.services-catalog {
    padding: 0 55px;
}

    .services-catalog .title {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .services-catalog .list {
        padding: 0;
    }

        .services-catalog .list .item .img {
            height: 45px;
            overflow: hidden;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
        }

        .services-catalog .list .item {
            padding-bottom: 40px;
            position: relative;
        }

            .services-catalog .list .item .text {
                margin: 5px 0 15px;
                font-size: 14px;
                line-height: 22px;
                color: #c6ced5;
                font-weight: 500;
                height: 85px;
                overflow: hidden;
                padding-left: 0;
            }

            .services-catalog .list .item .price {
                font-size: 22px;
                line-height: 27px;
                color: #ffffff;
                font-weight: bold;
                margin-bottom: 20px;
            }

                .services-catalog .list .item .price em {
                    font-style: normal;
                    color: #c6ced5;
                }

            .services-catalog .list .item .btn-buy {
                background-color: transparent;
                border: 1px solid #f05a00;
                margin-top: 20px;
                display: table;
                vertical-align: middle;
                width: 49%;
                padding-left: 10px;
                padding-right: 10px;
                min-width: 100px;
            }

.no-touch .services-catalog .list .item .btn-buy:hover {
    background-color: #f05a00;
}

.services-catalog .list .item .bottom {
    position: relative;
}

.services-catalog .list .item .status {
    vertical-align: middle;
    width: 40%;
    padding-left: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #c6ced5;
    text-transform: uppercase;
    min-width: 50px;
    /*float: right;*/
    position: absolute;
    left: 49%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.services-catalog .list .more {
    text-align: center;
    position: relative;
    display: block;
    margin: 0 0 45px;
    padding: 0;
}

    .services-catalog .list .more a {
        text-transform: uppercase;
        font-size: 12px;
        color: #c6ced5;
    }

    .services-catalog .list .more:before,
    .services-catalog .list .more:after {
        position: absolute;
        content: "";
        width: calc(50% - 40px);
        left: 0;
        top: 6px;
        height: 1px;
        opacity: 0.5;
        background-color: #666f79;
    }

    .services-catalog .list .more:after {
        left: auto;
        right: 0;
    }

.services-catalog-owner .list .item {
    padding-bottom: 0;
}

    .services-catalog-owner .list .item.inactive {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
    }

    .services-catalog-owner .list .item .setup {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(25,31,38,0.8);
        opacity: 0;
    }

        .services-catalog-owner .list .item .setup .form-group-checkbox {
            position: absolute;
            width: 38px;
            height: 15px;
            left: 50%;
            top: 50%;
            margin: 0;
            padding: 0;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 10;
        }

        .services-catalog-owner .list .item .setup .on, .services-catalog-owner .list .item .setup .off {
            text-transform: uppercase;
            color: #c6ced5;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 50%;
            margin-top: -7px;
            width: calc(50% - 38px);
        }

        .services-catalog-owner .list .item .setup .off {
            left: 0;
            text-align: right;
        }

        .services-catalog-owner .list .item .setup .on {
            right: 0;
        }

        .services-catalog-owner .list .item .setup .form-group input[type="checkbox"] + span {
            position: absolute;
            width: 38px;
            height: 15px;
            border-radius: 4px;
            top: 0;
            left: 0;
            background-color: #666f79;
            border: 1px solid #444c54;
            cursor: pointer;
        }

            .services-catalog-owner .list .item .setup .form-group input[type="checkbox"] + span:after {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                width: 22px;
                height: 22px;
                border: 1.2px solid #f8f8f9;
                background-color: #c4c8cc;
                left: -4px;
                top: -5px;
                border-radius: 50%;
                background: -moz-linear-gradient(180deg, rgba(196,200,204,1) 0%, rgba(223,230,234,1) 100%);
                background: -webkit-linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
                background: linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c8cc', endColorstr='#dfe6ea',GradientType=1 );
            }

        .services-catalog-owner .list .item .setup .form-group input[type="checkbox"]:checked + span {
            background-color: #7ed321;
        }

            .services-catalog-owner .list .item .setup .form-group input[type="checkbox"]:checked + span:after {
                left: 18px;
            }

    .services-catalog-owner .list .item:hover .setup {
        opacity: 1;
    }

    .services-catalog-owner .list .item .text, .services-catalog-owner .list .item .price {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-catalog-owner .list .item .text {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .services-catalog-owner .list .item .price {
        padding-bottom: 20px;
    }

.page.wallet .search-input input[type="search"], .page.messages .search-input input[type="search"],
.page.wallet input[type="text"] {
    background-color: #2c3238;
}

.page .title .icon-gear {
    margin-left: 6px;
    position: relative;
    top: 3px;
}

    .page .title .icon-gear svg {
        width: 17px;
        height: 18px;
        fill: #666F79;
    }

.messages .list, .donates .list, .donations .list {
    padding: 25px 0;
    margin-top: 35px;
    border-top: 1px solid #666f79;
    z-index: 10;
}

.donates .list, .donations .list {
    padding: 0 0 25px 0;
}

    .messages .list .item, .donates .list .item, .donations .list .item {
        padding-bottom: 30px;
    }

        .messages .list .item .description {
            color: #c6ced5;
            font-weight: 500;
            padding-top: 5px;
        }

            .messages .list .item .description a, .donates .list .item .description a {
                color: #ffffff;
                font-weight: 700;
            }

            .messages .list .item .description .text {
                padding-left: 60px;
            }

            .messages .list .item .description .date {
                padding-top: 2px;
                padding-left: 60px;
                font-size: 13px;
            }

.messages .loading, .donates .loading {
    padding-top: 15px;
}

.messages .list .item, .donates .list .item, .donations .list .item {
    position: relative;
    width: calc(100% + 110px);
    padding: 15px 55px;
    margin-left: -55px;
}

.donates .list .item {
    padding-top: 22px;
    padding-bottom: 22px;
}

.no-touch .messages .list .item:hover, .no-touch .donates .list .item:hover {
    background-color: #444c54;
}

.no-touch .donations .list .item:hover {
    background-color: #444c54;
    z-index: -3;
}

.donates .list .item:after, .donations .list .item:after {
    position: absolute;
    left: 55px;
    bottom: 0;
    top: auto;
    width: calc( 100% - 110px);
    height: 0.7px;
    content: "";
    background-color: #666f79;
    opacity: 0.5;
    z-index: 6;
}

.donates .item dd {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.donates .item .icon {
    position: relative;
    width: 40px;
}

.donates .item .name-date {
    width: 150px;
    padding-left: 20px;
}

.donates .item .username {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    word-wrap: break-word;
}

.donates .item .date {
    padding-left: 0;
    color: #c6ced5;
    font-size: 13px;
    padding-top: 8px;
}

.donates .item .value {
    width: 130px;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #7ed321;
}

    .donates .item .value .in-dst {
        color: #ffc100;
        padding-top: 7px;
    }

.donates .item .description {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    width: calc(100% - 340px);
    padding-top: 0;
    font-weight: bold;
    padding-left: 60px;
    word-break: break-word;
}

/*.messages .setup{
  position: absolute;
  right: 55px;
  left: auto;
  top: 47px;
}
.messages .setup a{
  text-transform: uppercase;
  color: #aab1b8;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
*/
.settings .nav {
    position: relative;
    margin-top: 20px;
}

.settings .tabs {
    height: 88px;
    overflow: hidden;
}

    .settings .tabs .tabs-wrap {
        padding-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

.settings .tabs-wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 80px;
    background-color: #666f79;
    z-index: -1;
}

.settings .nav-item {
    margin-right: 50px;
    position: relative;
    z-index: 8;
    white-space: nowrap;
    margin-left: -1px;
}

    .settings .nav-item:last-child {
        margin-right: 0;
    }

    .settings .nav-item .nav-link {
        border: none;
        position: relative;
        font-size: 11px;
        line-height: 13px;
        color: #aab1b8;
    }

        .settings .nav-item .nav-link.active, .no-touch .settings .nav-item .nav-link:hover {
            color: #dbe0e6;
        }

        .settings .nav-item .nav-link:after {
            position: absolute;
            content: "";
            width: calc(100% +1px);
            height: 4px;
            left: 0;
            top: 60px;
            opacity: 0;
            background-color: #f05a00;
        }

        .settings .nav-item .nav-link.active:after, .no-touch .settings .nav-item .nav-link:hover:after {
            opacity: 1;
        }

.settings .tab-content {
    padding-top: 35px;
}


.settings .home .row {
    margin: 0 -10px;
}

.settings .home div[class*='col'] {
    padding: 0 10px;
}

.settings .home .blocks .item {
    background-color: #2c3238;
    display: block;
    height: 308px;
    margin-bottom: 20px;
    border: 1px solid #444c54;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .settings .home .blocks .item[data-link] {
        cursor: pointer;
    }

    .settings .home .blocks .item.contain {
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
    }

.settings .home .blocks .row:first-child .item {
    height: 330px;
}

.settings .home .blocks .item .content {
    padding: 0 30px;
}

    .settings .home .blocks .item .content.middle {
        position: absolute;
        left: 0;
        bottom: 92px;
    }

.settings .home .blocks .item .btn-wrap {
    position: absolute;
    bottom: 30px;
    left: 35px;
}

    .settings .home .blocks .item .btn-wrap .btn {
        font-weight: 500;
        color: #ffffff;
        font-size: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .settings .home .blocks .item .btn-wrap .btn-transparent {
        color: #c6ced5;
    }

    .settings .home .blocks .item .btn-wrap .btn.big {
        padding-left: 80px;
        padding-right: 80px;
    }

.no-touch .settings .home .blocks .item:hover .btn {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #ffffff;
}

.settings .home .blocks .item .btn-wrap.right {
    left: auto;
    right: 35px;
}

.settings .home .blocks .item .btn-wrap.center {
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
}

.settings .home .blocks .item.double .content {
    width: 50%;
}

.settings .home .blocks .item .content .text {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #dbe0e6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: block;
}

.settings .home .blocks .item .title {
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 30px 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: block;
    border: none;
}

.settings .home .blocks .item .content > .title {
    padding-left: 0;
}

.settings .home .blocks .item-inner {
    position: relative;
    height: 100%;
    padding-bottom: 92px;
    display: block;
}

    .settings .home .blocks .item-inner:after, .settings .home .blocks .item-inner:before,
    .settings .home .blocks .item:after, .settings .home .blocks .item:before {
        position: absolute;
        content: "";
        border: 1px solid #979797;
        border-bottom: none;
        border-right: none;
        box-sizing: border-box;
        height: 10px;
        left: -0.5px;
        top: -0.5px;
        width: 10px;
    }

    .settings .home .blocks .item-inner:before, .settings .home .blocks .item:before {
        left: auto;
        right: -0.5px;
        border: 1px solid #979797;
        border-bottom: none;
        border-left: none;
    }

.settings .home .blocks .item:after, .settings .home .blocks .item:before {
    top: auto;
    bottom: -0.5px;
    border: 1px solid #979797;
    border-top: none;
    border-right: none;
}

.settings .home .blocks .item:before {
    border: 1px solid #979797;
    border-top: none;
    border-left: none;
}


.settings .personal .icon {
    width: 163px;
    height: 163px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #b42192;
    display: inline-block;
    position: relative;
    top: 3px;
    z-index: 8;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
}


.settings .personal .dropzone .dz-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    background-color: #182129;
    opacity: 0;
}

.settings .personal .change-photo {
    color: #1b1e22;
    width: 165px;
    height: 165px;
    overflow: hidden;
    line-height: 165px;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 2px;
    z-index: 120;
    cursor: pointer;
}

.settings .personal .dropzone .dz-preview.dz-image-preview {
    height: 165px;
    width: 165px;
    top: 0;
    left: 0;
    background-color: #182129;
}

.settings .personal .change-photo svg {
    width: 21px;
    height: 20px;
}

.settings .personal .dropzone .dz-message span {
    background-color: transparent;
    border-radius: 0;
    left: 0;
    width: 100%;
    color: #dbe0e6;
    border: none;
    display: inline-block !important;
    top: 10px;
    font-size: 12px;
    padding: 0;
}

.no-touch .settings .personal .change-photo:hover .dz-message {
    opacity: 0.9;
}

.settings .personal .dropzone .dz-message span b {
    font-weight: normal;
    display: block;
    font-size: 13px;
}



.settings .personal .icon img {
    width: 100%;
    height: auto;
}

.settings .personal .user-info {
    position: absolute;
    left: 0;
    top: 0;
}

.settings .form.services-catalog {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.settings .personal {
    padding-left: 240px;
    position: relative;
    margin: 0 25px;
    width: 62%;
}

.settings .tab-pane#donate .personal {
    padding-left: 0;
    width: calc(62% - 240px);
    margin: 0 0 0 20px;
}

.settings .personal .donatelink svg {
    width: 16px;
    height: 16px;
    fill: #737c85;
    position: relative;
    top: 3px;
}

.settings .personal .donatelink .copy {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

.settings .personal .form-group label, .settings .form-twofa .form-group label, .settings .form-promocodes .form-group label, .page.wallet .form-group label {
    font-size: 11px;
    line-height: 13px;
    color: #aab1b8;
    text-transform: uppercase;
    font-weight: bold;
}

.settings .personal .form-control, .settings .form-twofa .form-control, .settings .form-promocodes .form-control, .page.wallet .form-control {
    background-color: #2c3238;
    position: relative;
    left: 0;
    color: #c6ced5;
}

.settings .personal .form-group.donatelink .form-control, .form-group.teamlink .form-control {
    padding-right: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.settings .personal .input {
    position: relative;
}

    .settings .personal .input .label {
        position: absolute;
        z-index: 6;
        right: 6px;
        top: 5px;
        min-width: 60px;
        background-color: #eef0f1;
        border-radius: 4px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 24px;
        height: 30px;
        color: #5e656c;
        outline: none;
        background: -moz-linear-gradient(180deg, #5e656c 0%, #414950 100%);
        background: -webkit-linear-gradient(180deg, #5e656c 0%, #414950 100%);
        background: linear-gradient(180deg, #5e656c 0%, #414950 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e656c', endColorstr='#414950',GradientType=1 );
    }

        .settings .personal .input .label .bootstrap-select > .dropdown-toggle,
        .settings .personal .input .label .form-control {
            background-color: transparent;
            left: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            width: 70px;
            height: 30px;
            padding: 0;
            outline: none;
        }

        .settings .personal .input .label * {
            outline: none !important;
        }

.settings .personal .label .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #aab1b8;
}

.settings .personal .input .label .bootstrap-select > .dropdown-toggle:after {
    border-top-color: #aab1b8;
    top: 9px;
    right: 12px;
}

.settings .personal .input .label .bootstrap-select > .dropdown-toggle .filter-option {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
}

.settings .personal .btn, .settings #twofa .btn, .page.setup .buttons .btn {
    position: relative;
    left: 0;
    width: unset;
    text-transform: none;
}

.settings .personal .buttons, .page.setup .buttons {
    margin: 40px 0;
}

    .settings .personal .buttons .btn, .page.setup .buttons .btn {
        margin-right: 15px;
    }

.settings .personal .btn-changepassword {
    margin: 15px 0 10px;
    color: #ffffff;
}

.settings .personal .delete-account {
    font-size: 14px;
    line-height: 17px;
    color: #737c85;
    margin-top: 25px;
    position: relative;
    left: 0;
    display: inline-block;
}

.settings .form-group label {
    position: relative;
}

   .ref {
        position: absolute;
        top: -3px;
        right: -17px;
    }

    .ref .icon, .settings .personal .ref .icon {
        border-radius: 50%;
        background-color: #f05a00;
        width: 12px;
        height: 12px;
        font-size: 8px;
        line-height: 13px;
        text-align: center;
        color: #2c3238;
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 8;
        box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
        -moz-box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
        -webkit-box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
    }

        .ref .text {
            display: none;
            position: absolute;
            z-index: 500;
            top: -7px;
            -webkit-transform: translate(100%,-100%);
            -ms-transform: translate(100%,-100%);
            transform: translate(100%,-100%);
            right: 30px;
            background-color: #2c3238;
            border: 1px solid #52575d;
            border-radius: 10px;
            text-transform: none;
            padding: 17px;
            width: 375px;
            font-size: 11px;
            font-weight: bold;
        }

           .ref .text::before {
                content: "";
                position: absolute;
                top: auto;
                bottom: -5px;
                left: 19px;
                border-width: 4.5px 4.5px 0;
                border-style: solid;
                border-color: #52575d transparent;
                display: block;
                width: 0;
            }

            .ref .text::after {
                content: "";
                position: absolute;
                bottom: -4px;
                top: auto;
                left: 19px;
                border-width: 4.5px 4.5px 0;
                border-style: solid;
                border-color: #2c3238 transparent;
                display: block;
                width: 0;
            }

           .ref .text b {
                text-transform: uppercase;
                display: inline-block;
                margin-bottom: 3px;
                color: #f05a00;
            }

           .ref .text em {
                font-weight: normal;
                line-height: 1.65;
                font-style: normal;
                display: block;
            }

       .ref:hover .text {
            display: block;
        }

.settings .bootstrap-select.form-control.currency-select,
.settings .bootstrap-select.form-control.settings-select,
.page.setup .bootstrap-select.form-control.settings-select {
    background-color: transparent;
    width: 105px;
    display: block;
    padding: 0;
}

    .settings .bootstrap-select.form-control.currency-select .btn,
    .settings .bootstrap-select.form-control.settings-select .btn,
    .page.setup .bootstrap-select.form-control.settings-select .btn {
        left: 0;
        width: 100%;
        color: #c6ced5;
        border-radius: 4px !important;
    }

.modal-email-change .title, .modal-change-save .title {
    border-bottom: 1px solid #dbe0e6;
    margin-bottom: 20px;
}

.modal-email-change .modal-body {
    padding-bottom: 40px;
}

.modal-change-save .text {
    padding-bottom: 25px;
}

.modal-change-save .btn {
    margin-top: 15px;
    margin-bottom: 5px;
    width: unset !important;
}

.settings .integration .item {
    position: relative;
    padding: 5px 0 45px;
}

    .settings .integration .item .icon.facebook {
        background-color: #3c5b96;
    }

    .settings .integration .item .icon.twitter {
        background-color: #2ba3ef;
    }

    .settings .integration .item .icon.youtube {
        background-color: #f6f6f9;
    }

    .settings .integration .item .icon.youtube svg {
        width: 24px;
        height: 25px;
    }

    .settings .integration .item .icon.twitch {
        background-color: #6641a6;
    }

    .settings .integration .item .icon.vk {
        background-color: #4d76a1;
        overflow: hidden;
    }

    .settings .integration .item .icon.discord {
        background-color: #8a9cfe;
        overflow: hidden;
    }

    .settings .integration .item .icon.steam {
        background-color: #bbb9b7;
        overflow: hidden;
    }

    .settings .integration .item .icon.battlenet {
        background-color: #009ae4;
        overflow: hidden;
    }

    .settings .integration .item .icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        line-height: 70px;
        position: absolute;
        left: 85px;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .settings .integration .item .form-group-checkbox {
        position: absolute;
        left: 0;
        top: auto;
    }

    .settings .integration .item .description {
        padding-left: 185px;
        display: inline-block;
        width: 100%;
    }

    .settings .integration .item .icon svg {
        width: 42px;
        height: 42px;
        fill: #ffffff;
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        margin-top: 2px;
    }

    .settings .integration .item .icon.vk svg {
        position: relative;
        left: 15px;
        top: 15px;
    }

    .settings .integration .item .icon.discord svg {
        width: 50px;
        height: 50px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .settings .integration .item .icon.steam svg {
        width: 48px;
        height: 48px;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    .settings .integration .item .icon.battlenet svg {
        width: 50px;
        height: 50px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }


    .settings .integration .item .title {
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .settings .integration .item .description .text {
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #c6ced5;
    }

        .settings .integration .item .description .text b {
            display: block;
            font-weight: 500;
            color: #f8f8f9;
        }

.settings .integration .form-group input[type="checkbox"] + span {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 30px;
    border-radius: 15px;
    top: 20px;
    left: 0;
    background-color: #666f79;
    border: 1px solid #444c54;
    cursor: pointer;
}

    .settings .integration .form-group input[type="checkbox"] + span:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        width: 26px;
        height: 26px;
        border: 1.2px solid #f8f8f9;
        background-color: #c4c8cc;
        left: 1px;
        top: 1px;
        border-radius: 50%;
        background: -moz-linear-gradient(180deg, rgba(196,200,204,1) 0%, rgba(223,230,234,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
        background: linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c8cc', endColorstr='#dfe6ea',GradientType=1 );
    }

.settings .integration .form-group input[type="checkbox"]:checked + span {
    background-color: #7ed321;
}

    .settings .integration .form-group input[type="checkbox"]:checked + span:after {
        left: 31px;
    }

.settings .notification .item {
    position: relative;
    width: calc(100% + 110px);
    padding: 15px 55px;
    margin-left: -55px;
    margin-bottom: 0;
}

    .settings .notification .item.header {
        padding-top: 0;
    }

.no-touch .settings .notification .item:hover {
    background-color: #444c54;
}

.settings .notification .item dd, .settings .notification .item dt {
    position: relative;
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    margin: 0;
}

    .settings .notification .item dt.event-name {
        width: 22%;
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #f8f8f9;
    }

.settings .notification .item.header dd {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.settings .notification .form-group input[type="checkbox"] + span {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    top: 2px;
    left: 50%;
    margin-left: -30px;
    background-color: #666f79;
    cursor: pointer;
}

    .settings .notification .form-group input[type="checkbox"] + span:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        width: 26px;
        height: 26px;
        border: 1.2px solid #f8f8f9;
        background-color: #c4c8cc;
        left: 2px;
        top: 2px;
        border-radius: 50%;
        background: -moz-linear-gradient(180deg, rgba(196,200,204,1) 0%, rgba(223,230,234,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
        background: linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c8cc', endColorstr='#dfe6ea',GradientType=1 );
    }

.settings .notification .form-group input[type="checkbox"]:checked + span {
    background-color: #7ed321;
}

    .settings .notification .form-group input[type="checkbox"]:checked + span:after {
        left: 31px;
    }

.settings .subscription .item .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: auto;
}

    .settings .subscription .item .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.settings .subscription .item {
    padding: 15px;
    position: relative;
    background-color: #353a40;
    border: 1px solid #5a6066;
    border-left: none;
    border-bottom: none;
    height: 100%;
    display: block;
}

.settings .subscription .items {
    border-left: 1px solid #5a6066;
    border-bottom: 1px solid #5a6066;
}

    .settings .subscription .items .row {
        margin: 0;
    }

    .settings .subscription .items div[class*='col-'] {
        padding: 0;
    }

.no-touch .settings .subscription .item:hover {
    background-color: #444c54;
    text-decoration: none;
}

.settings .subscription .item .name {
    padding-left: 60px;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    display: block;
    color: #dbe0e6;
}

.settings .subscription .item .unsubscribe {
    padding-left: 60px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #aab1b8;
}

.settings .subscription .search-input input[type="search"] {
    background-color: #2c3238;
}

.settings .subscription .search-input {
    margin-bottom: 30px;
}

.settings .services-catalog .cat-name .form-control {
    background-color: #2c3238;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.settings .services-catalog .btn {
    width: unset;
    vertical-align: middle;
    margin-left: 7px;
    display: inline-block;
}

.settings .services-catalog .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #dbe0e6;
    padding-top: 15px;
}
.dsp .settings .api .accessToken svg {
    position: relative;
    top: 3px;
}
.services {
    margin-top: 30px;
}

    .services .list {
        padding: 30px 0;
        border-top: 1px solid #666f79;
    }

        .services .list:last-child {
            border-bottom: 1px solid #666f79;
        }

        .services .list a {
            font-size: 15px;
            font-weight: bold;
            line-height: 18px;
            color: #c6ced5;
            display: inline-block;
            text-transform: uppercase;
            position: relative;
            padding-left: 30px;
        }

        .services .list .btn-transparent {
            position: absolute;
            right: 0;
            left: auto;
            top: 20px;
            font-weight: bold;
        }

        .services .list a:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 6px;
            position: absolute;
            left: 10px;
            top: 2px;
            border-color: transparent transparent transparent #c6ced5;
        }

        .services .list.open a:before {
            border-style: solid;
            border-width: 6px 5px 0 5px;
            border-color: #c6ced5 transparent transparent transparent;
        }

.no-touch .services .list a:hover {
    text-decoration: none;
}

.services .list .units {
    display: none;
    padding-top: 55px;
}

.services .list.open .units {
    display: block;
}

.services-catalog .list.open .item {
    padding-bottom: 0;
}

.settings .overlays .list {
    margin-top: 0;
    padding: 0;
    border: none;
}

.modal-addservice .input {
    position: relative;
}

    .modal-addservice .input .label {
        position: absolute;
        z-index: 60;
        right: -14px;
        top: 5px;
        min-width: 60px;
        background-color: #eef0f1;
        border-radius: 15px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 24px;
        height: 30px;
        color: #5e656c;
        outline: none;
    }

.modal-addservice .bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-addservice .bootstrap-select > .dropdown-toggle.bs-placeholder,
.modal-addservice .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.modal-addservice .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.no-touch .modal-addservice .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #152a3c;
}

.modal-addservice .input .label .btn {
    margin-top: 0;
    padding: 5px 15px !important;
}

.modal-addservice .input .label .bootstrap-select > .dropdown-toggle,
.modal-addservice .input .label .form-control {
    background-color: transparent;
    left: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 80px;
    padding: 0;
    outline: none;
}

.modal-addservice .input .label * {
    outline: none !important;
}

.modal-addservice .input .label .bootstrap-select > .dropdown-toggle:after {
    border-top-color: #aab1b8;
    top: 7px;
}

.modal-addservice .personal .input .label .bootstrap-select > .dropdown-toggle .filter-option {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
}

.modal-addservice .form-group-checkbox {
    margin-top: 30px;
    margin-bottom: 0;
}


/********************   OVERLAYS   **********************/

.overlays .list {
    padding: 0;
}

    .overlays .list .item .img {
        height: 196px;
        overflow: hidden;
    }

        .overlays .list .item .img img {
            width: 100%;
            height: auto;
        }

    .overlays .list .add-overlay {
        background-color: #444c54;
        border: 1px dashed #aab1b8;
        text-align: center;
        text-transform: uppercase;
        color: #c6ced5;
        font-weight: bold;
        height: 191px;
        width: 100%;
        display: inline-block;
        line-height: 191px;
        vertical-align: middle;
        position: relative;
        top: 3px;
        font-size: 12px;
    }

.overlays .list {
    padding: 30px 0;
    margin-top: 35px;
    border-top: 1px solid #666f79;
}

    .overlays .list .item {
        padding-bottom: 35px;
    }

    .overlays .list .name {
        margin-left: 0;
        padding-top: 10px;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #dbe0e6;
        padding-right: 40px;
        padding-left: 0;
        word-break: break-word;
    }

    .overlays .list .item .bottom {
        position: relative;
    }

        .overlays .list .item .bottom .menu {
            position: absolute;
            right: 0;
            left: auto;
            top: 0;
        }

.modal-newoverlay .title {
    border-bottom: 1px solid #dbe0e6;
    margin-bottom: 20px;
}

.modal-newoverlay .modal-body .form .form-group-radio {
    margin-bottom: 15px;
}

.modal-newoverlay .form .btn {
    width: unset;
    left: 0;
    margin-top: 15px;
}

.overlays .item .menu a.dropdown-toggle {
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    color: #737c85;
}

.overlays .item .menu.show a.dropdown-toggle {
    color: #aab1b8;
}

.overlays .item .menu a.dropdown-toggle:after {
    display: none;
}

.overlays .item .menu .dropdown-menu.show {
    right: -14px !important;
    left: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 40px !important;
}

.plyr .btn, .plyr button {
    width: unset;
    height: unset;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.plyr__controls button {
    padding: 5px 12px;
}

.plyr__control.plyr__control--overlaid[data-plyr=play] {
    padding: 41px !important;
}


    .plyr__control.plyr__control--overlaid[data-plyr=play] svg {
        /*width: 40px;
  height: 40px;*/
        transform: scale(2.2);
    }

.plyr__control svg {
    transform: scale(0.8);
}

.plyr__menu__container .plyr__control {
    /*padding: 4px 28px 4px 11px !important;*/
}

/*******************  WIDGET  ************************/

.widget {
    background-color: #383e44;
}

    .widget .logo {
        margin-left: 0;
    }

    .widget header {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 700;
        position: fixed;
    }

    .widget .main-content {
        margin-left: 0;
        width: calc(100% - 307px);
        position: fixed;
        top: 60px;
        height: calc(100% - 60px);
    }

    .widget .main-sidebar {
        right: 0;
        left: auto;
        width: 307px;
        padding: 0;
        position: fixed;
        top: 60px;
        height: calc(100% - 60px);
        overflow-y: visible;
        background-color: #383e44;
        float: none;
        min-height: unset;
    }

        .widget .main-sidebar .setup {
            /* padding: 0 0 40px;*/
            background-color: #31373c;
            border-bottom: 1px solid #444c54;
            /* position: relative;*/
            position: absolute;
            height: 49%;
            overflow-y: scroll;
        }

            .widget .main-sidebar .setup .scroll-content {
                padding: 0 40px;
            }

            .widget .main-sidebar .setup .simplebar-scroll-content .simplebar-content {
                overflow-x: hidden;
            }

            .widget .main-sidebar .setup:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 0.5px;
                background-color: #1b1e22;
                bottom: 0;
                left: 0;
                /* display: none;*/
            }

            .widget .main-sidebar .setup .bars {
                position: relative;
            }

                .widget .main-sidebar .setup .bars.open:after {
                    position: absolute;
                    background-color: #1b1e22;
                    width: 100%;
                    height: 1px;
                    top: 0;
                    left: 0;
                    content: "";
                    display: none;
                }

                .widget .main-sidebar .setup .bars > a {
                    display: block;
                    color: #dbe0e6;
                    font-size: 12px;
                    line-height: 15px;
                    font-weight: bold;
                    text-transform: uppercase;
                    padding: 12px 12px 12px 40px;
                    background-color: #444c54;
                    background: -moz-linear-gradient(0, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    background: -webkit-linear-gradient(0, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    background: linear-gradient(0, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00444c54', endColorstr='#444c54',GradientType=1 );
                    position: relative;
                    border: 1px solid #31373c;
                    border-top-color: #444c54;
                    border-bottom-width: 1.7px;
                    top: 1px;
                    left: -40px;
                    width: calc(100% + 80px);
                }

                .widget .main-sidebar .setup .bars.open > a {
                    background: -moz-linear-gradient(180deg, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    background: -webkit-linear-gradient(180deg, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    background: linear-gradient(180deg, #444C54 0%, rgba(68, 76, 84, 0.0001) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00444c54', endColorstr='#444c54',GradientType=1 );
                }

.no-touch.widget .main-sidebar .setup .bars > a:hover {
    text-decoration: none;
}

.widget .main-sidebar .setup .bars.open > a:after {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-color: #444c54;
    content: "";
}

.widget .main-sidebar .setup .bars > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    position: absolute;
    left: 20px;
    top: 13px;
    border-color: transparent transparent transparent #aab1b8;
}

.widget .main-sidebar .setup .bars.open > a:before {
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #aab1b8 transparent transparent transparent;
    top: 15px;
}

.widget .main-sidebar .setup .bars .contain {
    display: none;
    /*height: 200px;
  overflow-y: scroll;*/
    position: relative;
    left: -40px;
    padding: 0 40px;
    width: calc(100% + 80px);
}

.widget .main-sidebar .setup .bars .contain-scroll {
    /* padding-left: 40px;
  padding-right: 40px;*/
    padding-bottom: 70px;
}

.widget .main-sidebar .setup .bars.open .contain {
    display: block;
}

.widget .main-sidebar .widget-panel {
    /*padding: 15px 0;*/
    background-color: #2c3238;
    margin-top: 0;
    border-top: 1px solid #1b1e22;
    /* position: relative;*/
    position: absolute;
    height: 49%;
    top: auto; /*52%;*/
    bottom: 0;
    overflow-y: scroll;
}

    .widget .main-sidebar .widget-panel .scroll-content {
        padding: 0 40px 25px 40px;
    }

    .widget .main-sidebar .widget-panel:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.5px;
        background-color: #444c54;
        top: 0;
        left: 0;
    }

.widget header .logo {
    margin-top: 5px;
}

.widget header .top-panel, .widget header .user-panel {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.widget header .top-panel {
    width: calc(100% - 280px);
    text-align: center;
}

.widget header .user-panel {
    float: right;
    width: 142px;
}

.widget .top-panel {
    margin-right: 0;
    top: 3px;
}

    .widget .top-panel .btn-group {
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

        .widget .top-panel .btn-group a {
            display: inline-block;
            vertical-align: middle;
        }

            .widget .top-panel .btn-group a:not(.btn) {
                width: 40px;
                height: 40px;
                border: 1px solid #aab1b8;
                border-radius: 50%;
                text-align: center;
                line-height: 34px;
            }

        .widget .top-panel .btn-group .btn-transparent {
            font-size: 12px;
            font-weight: bold;
            color: #c6ced5;
            height: 38px;
            line-height: 38px;
            padding: 0 30px;
        }

        .widget .top-panel .btn-group a svg {
            fill: #aab1b8;
            width: 20px;
            height: 20px;
        }

        .widget .top-panel .btn-group a .undo svg,
        .widget .top-panel .btn-group a .redo svg {
            width: 23px;
        }

.no-touch.widget .top-panel .btn-group a:hover svg {
    fill: #f05a00
}

.widget .top-panel .btn-group:last-child {
    margin-right: 0;
}

.widget .main-content .page {
    padding: 8px 15px;
}

.widget .page .img img {
    width: 100%;
    height: auto;
}

.widget .page .player {
    width: 100%;
    height: auto;
}

.widget .side-group {
    padding-top: 30px;
    padding-bottom: 5px;
    position: relative;
}

    .widget .side-group .title {
        font-size: 11px;
        line-height: 13px;
        font-weight: bold;
        text-transform: uppercase;
        color: #aab1b8;
        padding-bottom: 10px;
        position: relative;
    }

        .widget .side-group .title.big {
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            text-transform: none;
            color: #dbe0e6;
            padding-bottom: 25px;
            word-break: break-word;
        }

    .widget .side-group .colors a {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 4px;
        position: relative;
    }

        .widget .side-group .colors a.active:after {
            content: "";
            width: 38px;
            height: 38px;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #c6ced5;
            left: -4px;
            top: -4px;
            pointer-events: none;
        }

        .widget .side-group .colors a:last-child {
            margin-right: 0;
        }

    .widget .side-group .text-edit a {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-right: 4px;
        position: relative;
        text-align: center;
        line-height: 20px;
        border: 1px solid #aab1b8;
    }

        .widget .side-group .text-edit a span {
            display: block;
            text-align: center !important;
        }

        .widget .side-group .text-edit a .text-italic svg {
            width: 4px;
            height: 10px;
        }

        .widget .side-group .text-edit a .text-bold svg {
            width: 9px;
            height: 10px;
        }

        .widget .side-group .text-edit a .text-underline svg {
            width: 8px;
            height: 13px;
        }

        .widget .side-group .text-edit a .text-left svg, .widget .side-group .text-edit a .text-center svg, .widget .side-group .text-edit a .text-right svg {
            width: 12px;
            height: 10px;
        }

        .widget .side-group .text-edit a .text-upper svg {
            width: 18px;
            height: 8px;
        }

        .widget .side-group .text-edit a .text-normal svg {
            width: 15px;
            height: 8px;
        }

        .widget .side-group .text-edit a .text-lower svg {
            width: 12px;
            height: 6px;
        }

    .widget .side-group a svg {
        opacity: 0.5;
    }

.widget.no-touch .side-group a:hover svg {
    opacity: 1;
}

.widget .side-group .form-group {
    position: relative;
}

.widget .side-group .form-group-radio {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
}

    .widget .side-group .form-group-radio label {
        padding-left: 28px;
        font-size: 13px;
        line-height: 20px;
        color: #aab1b8;
    }

.widget .side-group .upload-image {
    position: relative;
}

    .widget .side-group .upload-image .dz-message > span {
        font-size: 12px;
        line-height: 17px;
        height: 80px;
        border-radius: 40px;
        padding: 22px 20px 0;
        opacity: 0.7;
        text-align: center;
    }

        .widget .side-group .upload-image .dz-message > span b {
            font-size: 14px;
            line-height: 18px;
            display: block;
            font-weight: normal;
            text-align: center;
            opacity: 1;
            color: #aab1b8;
        }

    .widget .side-group .upload-image .dz-message > span {
        font-size: 13px;
        line-height: 16px;
        color: #0b1f30;
        display: block;
        border: 1px dashed #aab1b8;
        height: 80px;
        border-radius: 40px;
        padding: 22px 20px;
        background-color: transparent;
        position: relative;
        left: 0;
        width: 100%;
        color: #f8f8f9;
    }

    .widget .side-group .upload-image .preview, .widget .side-group .upload-image .dz-preview {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
        z-index: 0;
        pointer-events: none;
        border-radius: 40px;
    }

    .widget .side-group .upload-image .dz-image img {
        width: 100%;
        height: auto;
    }

    .widget .side-group .upload-image .dz-details, .widget .side-group .upload-image .dz-error-message, .widget .side-group .upload-image .dz-success-mark, .widget .side-group .upload-image .dz-error-mark {
        display: none;
    }

.widget .side-group .font-sizer {
    width: calc(100% - 50px);
    margin-right: 20px;
    display: inline-block;
}

    .widget .side-group .font-sizer input {
        width: calc(100% + 40px);
        background-color: #2c3238;
        box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
        -moz-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
        -webkit-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
        color: #c6ced5;
        padding-left: 18px;
        padding-right: 38px;
        border-radius: 20px;
    }

    .widget .side-group .font-sizer + .px {
        color: #c6ced5;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: 30px;
        white-space: nowrap;
        overflow: hidden;
    }

    .widget .side-group .font-sizer a.increase, .widget .side-group .font-sizer a.decrease {
        left: auto;
        right: 0;
    }

    .widget .side-group .font-sizer a svg {
        display: none;
    }

    .widget .side-group .font-sizer a.increase:after {
        position: absolute;
        right: 0;
        top: 1px;
        left: auto;
        float: right;
        border-bottom: 6px solid rgba(255,255,255,0.4);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

    .widget .side-group .font-sizer a.decrease:after {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 1px;
        left: auto;
        float: right;
        border-top: 6px solid rgba(255,255,255,0.4);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

.font-sizer:after {
    display: none;
}

.widget .form-group input[type="radio"] + span {
    background-color: #282d33;
    box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -moz-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -webkit-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
}

    .widget .form-group input[type="radio"] + span:after {
        width: 6px;
        height: 6px;
        background-color: #aab1b8;
        top: 7px;
        left: 6.5px;
    }

.widget aside .dropdown.bootstrap-select {
    width: 100% !important;
}

.widget aside .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0;
    font-weight: normal;
    box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -moz-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -webkit-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
}

.widget aside input[type="text"] {
    position: relative;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0;
    left: -20px;
    font-weight: normal;
    background-color: #2c3238;
    box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -moz-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    -webkit-box-shadow: 0px 0.2px 1px rgba(181, 189, 196, 0.9);
    color: #c6ced5;
    border-radius: 20px;
}

.widget aside .bootstrap-select .dropdown-toggle:after {
    top: 13px;
    right: 21px;
}

.widget-panel .head {
    position: relative;
    border-bottom: 1px solid #444c54;
    padding: 12px 0;
}

    .widget-panel .head .add {
        position: absolute;
        right: 0;
        top: 14px;
        font-size: 12px;
        line-height: 15px;
        color: #dbe0e6;
        text-transform: uppercase;
        font-weight: bold;
    }

    .widget-panel .head .title {
        padding-right: 50px;
        font-size: 14px;
        line-height: 17px;
        color: #dbe0e6;
        text-transform: uppercase;
        font-weight: bold;
    }

.widget-panel ul {
    padding: 4px 0;
}

    .widget-panel ul li a {
        color: #c6ced5;
        font-size: 13px;
        line-height: 16px;
        position: relative;
        padding: 6px 40px;
        display: block;
        padding-right: 50px;
    }

        .widget-panel ul li a svg {
            width: 10px;
            height: 10px;
            margin-right: 10px;
            position: relative;
            top: -1px;
        }

        .widget-panel ul li a.add-donate-variation {
            position: relative;
            left: -18px;
        }

            .widget-panel ul li a.add-donate-variation svg {
                margin-right: 8px;
            }

    .widget-panel ul li .donate-variant {
        position: relative;
        width: calc(100% - 40px);
        left: 20px;
    }

        .widget-panel ul li .donate-variant .btn {
            font-size: 28px;
            text-align: center;
            font-weight: 500;
            position: absolute;
            right: 4px;
            top: 4px;
            width: 32px;
            height: 32px;
            line-height: 28px;
            padding: 0;
            color: #ffffff;
        }

        .widget-panel ul li .donate-variant input {
            background-color: #282d33;
            color: #c6ced5;
            width: 100%;
            left: 0;
        }

    .widget-panel ul li.with-submenu > a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        position: absolute;
        left: 25px;
        top: 10px;
        border-color: transparent transparent transparent #aab1b8;
    }

    .widget-panel ul li.with-submenu > a + ul {
        display: none;
    }

    .widget-panel ul li.with-submenu.open > a + ul {
        display: block;
    }

.widget-panel > ul > li.with-submenu.open > a {
    background-color: #444c54;
}

.widget-panel ul li.with-submenu.open > a:before {
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #aab1b8 transparent transparent transparent;
    top: 12px;
}

.widget-panel li.with-submenu > a + ul > li {
    width: 100%;
    margin-left: 0;
}

.widget-panel ul li.with-submenu ul.submenu {
    padding-left: 18px;
}

.widget-panel ul li a.active,
.no-touch.widget-panel ul li a:hover {
    text-decoration: none;
}

.widget-panel ul li.active,
.no-touch.widget-panel ul li:hover {
    background-color: #444c54;
}

.widget-panel ul li .links {
    position: absolute;
    right: 40px;
    top: 0;
    display: none;
}

.widget-panel ul li.open .links {
    display: block;
}

.widget-panel ul li.active .links,
.no-touch.widget-panel ul li:hover .links {
    display: block;
}

.widget-panel ul li .links a, .widget-panel ul li .links > span {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: unset;
    margin: 0;
    position: relative;
    margin-top: 5px;
}

    .widget-panel ul li .links a svg {
        opacity: 0.7;
        fill: #aab1b8;
    }

.no-touch .widget-panel ul li .links a:hover svg {
    opacity: 1;
}

.widget-panel ul li .links .dublicate svg {
    width: 12px;
    height: 12px;
}

.widget-panel ul li .links .remove {
    margin-left: 5px;
}

    .widget-panel ul li .links .remove svg {
        width: 11px;
        height: 12px;
    }

.widget-panel ul li .links .switcher {
    margin-top: 0;
    margin-left: 5px;
}

    .widget-panel ul li .links .switcher span {
        position: relative;
        top: 12px;
    }

    .widget-panel ul li .links .switcher input[type="checkbox"] + span {
        position: absolute;
        width: 25px;
        height: 7px;
        border-radius: 4px;
        top: 0;
        left: 0;
        background-color: #666f79;
        border: 1px solid #444c54;
        cursor: pointer;
    }

        .widget-panel ul li .links .switcher input[type="checkbox"] + span:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            width: 14px;
            height: 14px;
            border: 1.2px solid #f8f8f9;
            background-color: #c4c8cc;
            left: -1px;
            top: -5px;
            border-radius: 50%;
            background: -moz-linear-gradient(180deg, rgba(196,200,204,1) 0%, rgba(223,230,234,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
            background: linear-gradient(180deg, rgba(196,200,204,1) 0%,rgba(223,230,234,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c8cc', endColorstr='#dfe6ea',GradientType=1 );
        }

    .widget-panel ul li .links .switcher input[type="checkbox"]:checked + span {
        background-color: #7ed321;
    }

        .widget-panel ul li .links .switcher input[type="checkbox"]:checked + span:after {
            left: 10px;
        }


.widget-panel ul li {
    position: relative;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.widget .side-group .form-group input[type="checkbox"] + span {
    background-color: #282d33;
    border: 1px solid #60666c;
    top: 0;
}

.widget .side-group .form-group-checkbox {
    margin-bottom: 5px;
}

.widget .side-group .form-group input[type="checkbox"] + span:after {
    color: #6b7178;
}

.widget .side-group .form-group label {
    padding-left: 27px;
    font-size: 13px;
    color: #c6ced5;
}

.widget .main-sidebar .side-group .btn-transparent {
    width: calc(100% + 40px);
}

.widget .main-sidebar .btn {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: unset;
    padding: 12px 25px;
}

.widget .main-sidebar .side-group .input-with-label .label {
    line-height: 31px;
    height: auto;
    background-color: #414950;
    background: -moz-linear-gradient(180deg, #5e656c 0%, #414950 100%);
    background: -webkit-linear-gradient(180deg, #5e656c 0%, #414950 100%);
    background: linear-gradient(180deg, #5e656c 0%, #414950 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e656c', endColorstr='#414950',GradientType=1 );
    color: #aab1b8;
    min-width: 55px;
}

.widget .main-sidebar .side-group .change-music {
    color: #f8f8f9;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}

.widget .main-sidebar .side-group .audioplayer {
    position: relative;
    left: -12px;
    width: calc(100% + 24px);
}

    .widget .main-sidebar .side-group .audioplayer .plyr--audio .plyr__control.plyr__tab-focus,
    .widget .main-sidebar .side-group .audioplayer .plyr--audio .plyr__control[aria-expanded=true] {
        color: #989b9d;
    }

    .widget .main-sidebar .side-group .audioplayer .plyr__controls > .plyr__control:first-child,
    .widget .main-sidebar .side-group .audioplayer .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.no-touch.widget .main-sidebar .side-group .audioplayer .plyr--audio .plyr__control:hover {
    color: #f05a00;
}


.widget .main-sidebar .btn.secondary {
    background-color: transparent;
    color: #c6ced5;
    border: 1px solid #737c85;
}

.widget .side-group-btn {
    width: calc(100% + 40px);
    left: 0;
}

.widget .side-group .btn {
    position: relative;
    left: -20px;
    border-radius: 32px;
}

.modal-widget .modal-content {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-add-widget .modal-lg {
    max-width: 900px;
}

.modal-widget-fx .modal-lg {
    max-width: 700px;
}


.modal-widget .widget-panel {
    background-color: #f8f8f9;
    height: 100%;
}

.modal-widget .current-content {
    background-color: #edeeef;
    position: relative;
    height: 100%;
}

.modal-widget .modal-body {
    padding: 20px;
    word-break: break-word;
}

.modal-widget .current-content:after {
    position: absolute;
    content: "";
    width: calc(100% + 36px);
    height: calc(100% + 40px);
    top: -20px;
    left: 0;
    z-index: 10;
    background-color: #edeeef;
    border-radius: 0 3px 3px 0;
}

.modal-widget .current-content > .inner {
    position: relative;
    z-index: 20;
    padding: 0 0 0 30px;
    height: inherit;
    font-size: 13px;
}

.modal-widget .current-content button[type="submit"] {
    width: unset;
    padding-left: 55px;
    padding-right: 55px;
    position: absolute;
    bottom: 10px;
    top: auto;
    left: calc(50% + 20px);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-radius: 32px;
}

.modal-widget .widget-panel .menu ul {
    position: relative;
    margin-top: 30px;
    left: -35px;
    width: calc(100% + 70px);
    border-top: 1px solid #e6e8ec;
    padding: 20px 0 0;
    z-index: 23;
}

.modal-widget-fx .widget-panel .menu ul {
    margin-top: 0;
    border: none;
    padding: 0;
}

.modal-widget .widget-panel .menu:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 1px;
    height: calc(100% + 25px);
    background-color: #e6e8ec;
}

.modal-widget .one-level-menu .widget-panel .menu:after {
    display: none;
}

.modal-widget .widget-panel .menu {
    position: relative;
    height: calc(100% - 140px);
}

    .modal-widget .widget-panel .menu:before {
        position: absolute;
        content: "";
        left: -35px;
        top: 0;
        width: calc(50% + 35px);
        height: calc(100% + 25px);
        background-color: #ffffff;
        z-index: 22;
    }

.modal-widget .one-level-menu .widget-panel .menu:before {
    display: none;
}

.modal-widget .widget-panel .menu ul > li {
    display: block;
    margin-left: 0;
    width: 50%;
    position: static;
}

.modal-widget .one-level-menu .widget-panel .menu ul > li {
    width: 100%;
}

.modal-widget .widget-panel .menu ul li, .modal-widget .widget-panel .menu ul li a {
    font-weight: 500;
    font-size: 13px;
    color: #383e44;
}

.modal-widget .widget-panel .menu li .submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 50%;
    margin-top: 0;
    z-index: 2;
    border: none;
}

    .modal-widget .widget-panel .menu li .submenu li {
        width: 100%;
        margin-left: 0;
        width: 100%;
        position: relative;
        top: -1px;
    }

.no-touch .modal-widget .widget-panel .menu li:hover {
    background-color: #edeeef;
}

    .no-touch .modal-widget .widget-panel .menu li:hover .submenu {
        display: block;
    }

.modal-widget .search-input input[type="search"] {
    background-color: #ffffff;
    color: #0b1f30;
    box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.99);
    -moz-box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.99);
    -webkit-box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.99);
    border-radius: 20px;
}

.modal-widget .search-panel {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.modal-widget .example {
    text-align: center;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
}

    .modal-widget .example .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .modal-widget .example .inner .txt {
            position: absolute;
            color: #444c54;
            font-size: 18px;
            font-weight: bold;
            left: 20%;
            top: 20px;
            -webkit-transform: rotate(35deg);
            -ms-transform: rotate(35deg);
            transform: rotate(35deg);
        }

.modal-audio .add-audio {
    position: absolute;
    right: 15px;
    top: 27px;
    opacity: 0.7;
    color: #0b1f30;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.modal-audio .items {
    padding-bottom: 15px;
}

.modal-audio.adding-audio .items {
    min-height: 380px;
}

.modal-audio .items dl {
    margin-bottom: 0;
    padding: 4px 15px 7px;
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

    .modal-audio .items dl dd {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .modal-audio .items dl dd.play {
            width: 20px;
            position: relative;
        }
        /*.modal-audio .items dl dd.play:after{
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

  border-left: 9px solid #737c85;
}*/
        .modal-audio .items dl dd.name {
            width: calc(50% - 20px);
            font-size: 13px;
            color: #666f79;
            line-height: 18px;
        }

        .modal-audio .items dl dd.size {
            width: 23%;
            font-size: 12px;
            color: #737c85;
            text-align: right;
        }

        .modal-audio .items dl dd.duration {
            width: 23%;
            font-size: 12px;
            color: #737c85;
            text-align: right;
        }

    .modal-audio .items dl.selected, .no-touch .modal-audio .items dl:hover {
        background-color: #f8f8f9;
        position: relative;
    }

        .modal-audio .items dl.selected:after {
            position: absolute;
            content: "Select";
            text-transform: uppercase;
            color: #f05a00;
            background-color: #f8f8f9;
            right: 17px;
            top: 10px;
            z-index: 17;
            font-weight: bold;
            font-size: 11px;
        }

.adding-audio-cont {
    position: absolute;
    z-index: 25;
    left: 0;
    padding-left: 35px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #edeeef;
    display: none;
}

.modal-audio .preview {
    position: absolute;
    width: 100%;
    height: 200px;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}

.modal-audio .dropzone .dz-message {
    position: relative;
    z-index: 2;
}

.modal-audio .dropzone.file-added .dz-message span {
    background-color: #182129;
    color: #ffffff;
    opacity: 0.88;
}

.modal-audio .dropzone .dz-message span {
    font-size: 12px;
    line-height: 17px;
    height: 200px;
    border-radius: 27px;
    padding: 80px 20px 0;
    opacity: 0.7;
}

    .modal-audio .dropzone .dz-message span b {
        font-size: 14px;
        line-height: 17px;
        display: block;
        font-weight: normal;
        opacity: 1;
    }


/**************************  Live search  ***********************************/
.ui-helper-hidden-accessible {
    display: none;
}

.dsp header .search-input {
    z-index: 599;
    position: relative;
}
/*.search-input.search-active:after{
  position: absolute;
  width: 100%;
  background-color: #1a1d1f;
  height: 3px;
  top: auto;
  left: 0;
  bottom: -2px;
  content: "";
}*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete:after {
    position: absolute;
    width: 100%;
    background-color: #1a1d1f;
    height: 3px;
    top: -2px;
    left: 0;
    content: "";
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete:before {
    position: absolute;
    width: calc(100% - 96px);
    background-color: #383e44;
    height: 1px;
    top: 10px;
    left: 48px;
    content: "";
}

.search-input.search-active input {
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 600;
    background-color: #1a1d1f;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -moz-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -webkit-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    display: inline-block !important;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete li {
        padding: 10px 10px 10px 48px;
        cursor: default;
    }

.no-touch .ui-menu.ui-widget.ui-widget-content.ui-autocomplete li:hover {
    background-color: #444c54;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li div {
    font-size: 13px;
    color: #aab1b8;
}

.widget .main-sidebar-content {
    padding: 0;
}

.dsp .simplebar-track.horizontal {
    display: none !important;
}

.modal-create-future-stream .title {
    border-bottom: 1px solid #dbe0e6;
    margin-bottom: 25px;
}

.modal-create-future-stream .search-input input[type="search"] {
    background-color: #ffffff;
    color: #0b1f30;
    left: 0;
    position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
}

.modal-create-future-stream .input-with-label .label {
    padding: 1px 0;
}

.modal-create-future-stream textarea {
    height: 88px;
}

.form .tags {
    margin: 10px 0;
    position: relative;
    left: 0;
    width: 100%;
}

    .form .tags span {
        background-color: #edeeef;
        border-radius: 4px;
        padding: 10px 40px 10px 20px;
        color: #152a3c;
        font-weight: 500;
        font-size: 13px;
        display: inline-block;
        position: relative;
        margin-right: 7px;
        cursor: pointer;
    }

.no-touch .form .tags span:hover {
    background-color: #f05a00;
    color: #ffffff;
}

.form .tags span:before, .form .tags span:after {
    position: absolute;
    content: "";
    pointer-events: auto;
    right: 10px;
    top: 15px;
    background-color: #737C85;
    height: 1px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.no-touch .form .tags span:hover:after, .no-touch .form .tags span:hover:before {
    background-color: #ffffff;
}

.form .tags span:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.input-with-label {
    position: relative;
}

    .input-with-label .label {
        position: absolute;
        z-index: 6;
        right: 5px;
        top: 5px;
        min-width: 70px;
        background-color: #eef0f1;
        border-radius: 4px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 31px;
        height: 30px;
        color: #0b1f30;
        cursor: default;
        background: -moz-linear-gradient(180deg, rgba(247,248,248,1) 0%, rgba(237,238,239,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(247,248,248,1) 0%,rgba(237,238,239,1) 100%);
        background: linear-gradient(180deg, rgba(247,248,248,1) 0%,rgba(237,238,239,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#edeeef',GradientType=1 );
    }

.modal-wallet-donate .input-with-label .label {
    background: none;
    background-color: #f05a00;
    color: #ffffff;
}

.input-with-label .label .bootstrap-select > .dropdown-toggle, .input-with-label .label .form-control,
.input-with-label .label .bootstrap-select > .dropdown-toggle:active, .input-with-label .label .form-control:active {
    background-color: transparent;
    left: 0;
    width: 100%;
    height: 28px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 15px;
    padding: 0;
    border: none;
    font-size: 13px;
    font-weight: normal;
}

.input-with-label .label .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 9px;
}

.input-with-label .label .bootstrap-select .dropdown-menu ul li a {
    padding: 10px 0 10px 18px;
}

.converter .input-with-label .label {
    right: 5px;
    width: 70px !important;
}

.input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    border-top-color: #aab1b8;
    top: 8px;
}

.modal-wallet-donate .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    top: 5px;
    background-image: url("/template/img/dropdown-arrow_white.svg");

}
.dsp-2021 .modal-wallet-donate .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    top: 9px;
     border: none;
     -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 9px;
        height: 6px;
}

.input-with-label .label .bootstrap-select > .dropdown-toggle .filter-option {
    padding-left: 15px;
    padding-right: 15px;
}

.service-catalog .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
    box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
}

.service-catalog .bootstrap-select {
    width: 100% !important;
}

    .service-catalog .bootstrap-select .dropdown-toggle:after {
        border-top-color: #aab1b8;
    }

.service-catalog .btn-light:not(:disabled):not(.disabled).active, .service-catalog .btn-light:not(:disabled):not(.disabled):active, .service-catalog .show > .btn-light.dropdown-toggle {
    background-color: #ffffff;
}

.service-catalog .dropdown-menu {
    background-color: #ffffff;
    width: calc(100% + 40px);
}

    .service-catalog .dropdown-menu .inner {
        overflow-x: hidden;
    }

.service-catalog * {
    outline: none;
}

.label .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 35px;
    line-height: 35px;
    color: #0b1f30;
}

.modal-wallet-donate .label .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, Montserrat;
}

.modal-create-future-stream .switch {
    float: right;
    position: relative;
    left: 15px;
}

    .modal-create-future-stream .switch label {
        cursor: pointer;
    }

.modal-create-future-stream .form .switch .form-group-radio {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}

.modal-create-future-stream .form .limits .form-group-radio {
    margin-bottom: 0;
}

.modal-create-future-stream .form .limits {
    margin-bottom: 20px;
}

.modal-create-future-stream .modal-body .form .form-group-radio label {
    padding-bottom: 0;
}

.modal-create-future-stream .switch .form-group-radio:last-child {
    margin-right: 0;
}

.modal-create-future-stream .form .form-group {
    margin-bottom: 23px;
    clear: both;
}

    .modal-create-future-stream .form .form-group.voting {
        margin-bottom: 0;
        width: 100%;
        padding-left: 0;
    }

.modal-create-future-stream .is-voting .limits {
    margin-top: 30px;
}

.modal-create-future-stream .is-voting .field {
    position: relative;
}

    .modal-create-future-stream .is-voting .field .remove {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #737c85;
        right: -10px;
        top: auto;
        bottom: 9px;
    }

        .modal-create-future-stream .is-voting .field .remove:after {
            position: absolute;
            content: "+";
            font-weight: 300;
            left: 1.5px;
            pointer-events: none;
            top: 0;
            font-size: 25px;
            text-align: center;
            line-height: 20px;
            color: #737c85;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.no-touch .modal-create-future-stream .is-voting .field .remove:hover {
    border-color: #f05a00;
}

    .no-touch .modal-create-future-stream .is-voting .field .remove:hover:after {
        color: #f05a00;
    }

.modal-create-future-stream .is-voting {
    padding-bottom: 5px;
    clear: both;
}

    .modal-create-future-stream .is-voting .form-control {
        margin-bottom: 12px;
    }

    .modal-create-future-stream .is-voting .add-option {
        position: relative;
        opacity: 0.7;
        color: #0b1f30;
        font-size: 13px;
        margin-top: 18px;
        cursor: pointer;
    }

        .modal-create-future-stream .is-voting .add-option:before {
            font-size: 22px;
            content: '+';
            font-weight: 300;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid #737c85;
            color: #737c85;
            line-height: 20px;
            text-align: center;
            position: relative;
            top: 2px;
            margin-right: 10px;
        }

.modal-create-future-stream .voting {
    padding-bottom: 10px;
}

.modal-create-future-stream .form button[type="submit"] {
    width: unset;
    padding-left: 55px;
    padding-right: 55px;
    left: 0;
}

.form-control {
    height: calc(2.25rem + 4px);
}

.dsp .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 40px;
    line-height: 40px;
}

.dsp .settings .personal .input .label .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 30px;
    line-height: 31px;
}

.range {
    min-width: 1px;
}

.widget .range input[type=range], .widget .rangeslider--horizontal {
    width: calc(100% - 40px);
    display: inline-block;
}

.range.full input[type=range], .range.full .rangeslider--horizontal {
    width: 100%;
    display: block;
    margin: 40px 0;
}

.range output {
    display: inline-block;
    width: 35px;
    float: right;
    color: #c6ced5;
    font-size: 13px;
    text-align: right;
    position: relative;
    top: 6px;
}




/*******************  SEARCH RESULTS  ************************/

.search-results h3 {
    font-size: 13px;
    font-weight: bold;
    color: #dbe0e6;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.search-results .group {
    position: relative;
    border-top: 1px solid #383e44;
    padding: 20px 0 5px;
}

    .search-results .group.live {
        padding-bottom: 10px;
    }

.search-results .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: bold;
    color: #737c85;
    text-transform: uppercase;
}

.dsp header .search-panel {
    position: relative;
}

.search-results {
    z-index: 600;
    width: 100%;
    background-color: #1a1d1f;
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -moz-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -webkit-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    /* -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);*/
    display: none !important;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

    .search-results:after {
        position: absolute;
        bottom: 0;
        height: 30px;
        background-color: #1a1d1f;
        background: -moz-linear-gradient(180deg, rgba(26,29,31, 0.4) 0%, rgba(26,29,31, 100) 100%);
        background: -webkit-linear-gradient(180deg, rgba(26,29,31, 0.4) 0%, rgba(26,29,31, 100) 100%);
        background: linear-gradient(180deg, rgba(26,29,31, 0.4) 0%, rgba(26,29,31, 100) 100%);
        z-index: 7;
        content: "";
        width: 100%;
    }

.search-results-inner {
    padding: 0 50px;
}

.search-results.open {
    display: flex;
}

.search-results .news {
    padding-bottom: 10px;
}

    .search-results .news li {
        padding: 4px 0 7px;
        cursor: default;
    }

        .search-results .news li a {
            font-size: 13px;
            color: #aab1b8;
        }

.search-results .live li {
    position: relative;
    min-height: 78px;
    margin: 5px 0;
}

    .search-results .live li .img {
        position: absolute;
        display: block;
        height: 68px;
        left: 50px;
        top: 5px;
        width: 120px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .search-results .live li .name {
        color: #aab1b8;
        font-size: 12px;
        line-height: 17px;
        padding-top: 5px;
    }

    .search-results .live li .text {
        color: #dbe0e6;
        font-size: 13px;
        line-height: 17px;
        height: 35px;
        overflow: hidden;
        padding-top: 0;
    }

    .search-results .live li .name, .search-results .live li .text {
        padding-left: 135px;
        display: block;
    }

    .search-results .live li .img img {
        width: 100%;
        height: auto;
    }

    .search-results .live li .img .count {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 12px;
        padding-bottom: 7px;
        padding-top: 20px;
        height: 45px;
        font-weight: 600;
        color: #dbe0e6;
        font-size: 12px;
        background-color: #000;
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 96.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    }

.search-results .announcement li {
    position: relative;
    padding: 15px 0;
}

    .search-results .announcement li:last-child {
        padding-bottom: 10px;
    }

.search-results .live li, .search-results .announcement li, .search-results .news li {
    position: relative;
    left: -50px;
    width: calc(100% + 100px);
    padding-left: 50px;
    padding-right: 50px;
}

.no-touch .search-results .live li:hover, .no-touch .search-results .announcement li:hover, .no-touch .search-results .news li:hover, .no-touch .search-results .category li:hover {
    background-color: #2d3338;
}

.search-results .announcement li .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: auto;
    left: auto;
}

    .search-results .announcement li .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.search-results .announcement li .name, .search-results .announcement li .date {
    font-weight: 500;
    color: #aab1b8;
    font-size: 13px;
    line-height: 17px;
    display: block;
    margin-left: 55px;
}

.search-results .announcement li .text {
    font-weight: normal;
    color: #c6ced5;
    font-size: 13px;
    line-height: 17px;
    display: block;
    margin-left: 55px;
    padding-top: 4px;
}

.search-results li a {
    text-decoration: none;
}

.no-touch .search-results li a:hover {
    text-decoration: none;
}

.search-results .announcement li .date {
    color: #dbe0e6;
    font-size: 16px;
    padding-top: 10px;
}

.search-results .category ul {
    letter-spacing: -0.3em;
}

    .search-results .category ul li {
        letter-spacing: normal;
        position: relative;
    }

.search-results .category ul {
    margin-bottom: 9px;
    white-space: nowrap;
    overflow: hidden;
}

.search-results .category .small-items li {
    width: calc(20% - 7.5px);
    display: inline-block;
    height: 105px;
    margin-right: 9px;
}

.search-results .category .large-items li {
    width: calc(33.3333333% - 6.5px);
    display: inline-block;
    height: 70px;
    margin-right: 9px;
}

.search-results .category ul li:last-child {
    margin-right: 0;
}

.search-results .category li .img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.no-touch .search-results .category li .img:hover {
    border: 2px solid #f05a00;
}

.search-results .category li .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #dbe0e6;
    display: block;
    width: 100%;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.6);
}

.modal-audio .plyr--audio .btn, .plyr--audio button {
    padding: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-audio .plyr--audio .plyr__control[data-plyr=play] svg {
    transform: scale(0.6);
    fill: #737c85;
}

.modal-audio .plyr--audio .plyr__controls {
    padding: 0;
}

.modal-audio .plyr--audio .plyr__control.plyr__tab-focus,
.no-touch .modal-audio .plyr--audio .plyr__control:hover,
.modal-audio .plyr--audio .plyr__control[aria-expanded=true] {
    background: transparent;
    color: #737c85;
}

.dropdowns {
    position: relative;
    display: inline-block;
}

    .dropdowns:after {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        height: 400px;
        content: "";
        background-color: #ffffff;
    }

    .dropdowns > div {
        display: inline-block;
        margin: 50px;
    }

.dsp .dropdown-with-check .bootstrap-select > .dropdown-toggle, .dsp .dropdown-dsp .bootstrap-select > .dropdown-toggle {
    height: 30px;
}

.dsp .dropdown-with-check .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .dsp .dropdown-dsp.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 30px;
    line-height: 30px;
    color: #c6ced5;
}

.dsp .dropdown-with-check .bootstrap-select .dropdown-toggle:after, .dsp .dropdown-dsp .bootstrap-select .dropdown-toggle:after {
    top: 8px;
}

.dsp .dropdown-with-check .bootstrap-select.show .dropdown-toggle:after, .dsp .dropdown-dsp .bootstrap-select.show .dropdown-toggle:after {
   /* border-bottom: 4px solid rgba(255,255,255,0.4);
    border-top: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
       */
    border: none;
}

.dsp .dropdown-with-check .dropdown-menu, .dropdown-dsp .dropdown-menu {
    width: 100%;
    overflow-x: hidden;
    min-width: unset !important;
}

.dsp .dropdown-with-check .btn-light:not(:disabled):not(.disabled).active, .dsp .dropdown-with-check .btn-light:not(:disabled):not(.disabled):active, .dsp .dropdown-with-check .show > .btn-light.dropdown-toggle,
.dsp .dropdown-dsp .btn-light:not(:disabled):not(.disabled).active, .dsp .dropdown-dsp .btn-light:not(:disabled):not(.disabled):active, .dsp .dropdown-dsp .show > .btn-light.dropdown-toggle {
    background-color: #2c3238;
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 11;
}

.dsp .dropdown-with-check .dropup .btn-light:not(:disabled):not(.disabled).active, .dsp .dropdown-with-check .dropup .btn-light:not(:disabled):not(.disabled):active, .dsp .dropdown-with-check .show.dropup > .btn-light.dropdown-toggle,
.dsp .dropdown-dsp .dropup .btn-light:not(:disabled):not(.disabled).active, .dsp .dropdown-dsp .dropup .btn-light:not(:disabled):not(.disabled):active, .dsp .dropdown-dsp .show.dropup > .btn-light.dropdown-toggle {
    border-radius: 0 0 20px 20px;
}

.dsp .modal .dropdown-with-check .dropup .btn-light:not(:disabled):not(.disabled).active, .dsp .modal .dropdown-with-check .dropup .btn-light:not(:disabled):not(.disabled):active, .dsp .modal .dropdown-with-check .show.dropup > .btn-light.dropdown-toggle,
.dsp .modal .dropdown-dsp .dropup .btn-light:not(:disabled):not(.disabled).active, .dsp .modal .dropdown-dsp .dropup .btn-light:not(:disabled):not(.disabled):active, .dsp .modal .dropdown-dsp .show.dropup > .btn-light.dropdown-toggle {
    border-radius: 0 0 12px 12px;
}



.dropdown-dsp .show.dropup {
    z-index: 300;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    /*border-radius: 4px 4px 0 0;*/
    background-color: #2c3238;
}

.dropdown-with-check .dropdown-menu, .dropdown-dsp .dropdown-menu {
    background-color: #2c3238;
    border: none;
    box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -moz-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    -webkit-box-shadow: 0px 0.3px 1px rgba(181, 189, 196, 0.2);
    position: relative;
    padding-top: 2px;
    padding-bottom: 20px;
}

.dropdown-with-check .show > .btn-light.dropdown-toggle:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2c3238;
    z-index: 12;
}

.dsp .dropdown-with-check .dropdown-menu.show, .dsp .dropdown-dsp .dropdown-menu.show {
    border-radius: 0 0 12px 12px;
}

.dsp .dropdown-with-check.dropup .dropdown-menu.show, .dsp .dropdown-dsp.dropup .dropdown-menu.show {
    border-radius: 12px 12px 0 0;

}

.dsp .dropdown-with-check .dropdown-menu.inner, .dsp .dropdown-dsp .dropdown-menu.inner {
    border-radius: 0;
}

.dsp .dropdown-with-check .bs-searchbox .form-control, .dsp .dropdown-dsp .bs-searchbox .form-control {
    background-color: #21262a;
    outline: none;
    height: 30px;
    box-shadow: 0px 0.3px 1px rgba(81, 89, 96, 0.9);
    -moz-box-shadow: 0px 0.3px 1px rgba(81, 89, 96, 0.9);
    -webkit-box-shadow: 0px 0.3px 1px rgba(81, 89, 96, 0.9);
    padding-left: 35px;
}

    .dsp .dropdown-dsp .bs-searchbox .form-control:focus, .dsp .dropdown .bs-searchbox .form-control:active {
        outline: none;
        border: none;
    }

.no-touch .dropdown-dsp.dropdown-menu ul li:hover {
    background-color: #444c54;
}

.dsp .dropdown-with-check .dropdown-menu.show li a span.check-mark {
    left: 15px;
    position: absolute;
    display: inline-block;
    top: 5px;
}

.dsp .dropdown-with-check .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 15px;
}

.dsp .dropdown-with-check .bootstrap-select .dropdown-menu li a {
    padding: 7px 30px 6px 50px;
    width: 100%;
    color: #aab1b8;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dsp .dropdown-dsp .bootstrap-select .dropdown-menu li a {
    padding: 7px 30px 6px 40px;
    width: unset;
    color: #aab1b8;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dsp .dropdown-with-check .dropdown .bootstrap-select .dropdown-menu li a span.check-mark {
    display: inline-block;
    left: 0;
    position: relative;
}

    .dsp .dropdown-with-check .dropdown .bootstrap-select .dropdown-menu li a span.check-mark:after {
        display: none;
    }

.dsp .dropdown-with-check .dropdown-menu.show li a span.check-mark {
    display: inline-block;
}

.dsp .dropdown-with-check .bootstrap-select .bs-ok-default:after {
    display: none;
}

.dsp .dropdown-with-check .bootstrap-select .selected .bs-ok-default:after {
    display: inline-block;
    position: relative;
    left: 11px;
    top: 1px;
    border-width: 0 .15em .15em 0;
    color: #c4c8cc;
}

.dsp .dropdown-with-check .bootstrap-select .bs-ok-default:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 5px;
    background-color: #282d33;
    box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.8);
    -moz-box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.8);
    -webkit-box-shadow: 0px 0px 1px rgba(181, 189, 196, 0.8);
    left: 5px;
    top: 0px;
}

.dsp .dropdown-with-check .bs-searchbox, .dsp .dropdown-dsp .bs-searchbox {
    padding: 0 15px 10px;
    position: relative;
}

    .dsp .dropdown-with-check .bs-searchbox:after, .dsp .dropdown-dsp .bs-searchbox:after {
        background: url("../img/search.svg") left center no-repeat;
        content: "";
        width: 15px;
        height: 16px;
        z-index: 8;
        left: 22px;
        top: 8px;
        position: absolute;
    }

 .dropdown-with-check .bootstrap-select .no-results, .dsp .dropdown-dsp .bootstrap-select .no-results {
    color: #aab1b8;
    font-size: 11px;
    background-color: transparent;
    padding: 10px 15px;
}

 .dropdown-with-check .simplebar-track.vertical, .dsp .dropdown-dsp .simplebar-track.vertical {
    top: 40px;
    bottom: 20px;
    right: 10px;
}

.modal .dropdown-with-check-light .bootstrap-select > .dropdown-toggle, .dsp .modal .dropdown-dsp-light .bootstrap-select > .dropdown-toggle {
    background-color: #ffffff;
    color: #0b1f30;
}

.modal form .dropdown-with-check-light .bootstrap-select > .dropdown-toggle, .modal form .dropdown-dsp-light .bootstrap-select > .dropdown-toggle {
    box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
}

.dropdown-with-check-light .bootstrap-select .dropdown-toggle:after, .dropdown-dsp-light .bootstrap-select .dropdown-toggle:after {
    border-top-color: #aab1b8;
}

.dropdown-with-check-light .btn-light:not(:disabled):not(.disabled).active, .dropdown-with-check-light .btn-light:not(:disabled):not(.disabled):active, .dropdown-with-check-light .show > .btn-light.dropdown-toggle,
.dropdown-dsp-light .btn-light:not(:disabled):not(.disabled).active, .dropdown-dsp-light .btn-light:not(:disabled):not(.disabled):active, .dropdown-dsp-light .show > .btn-light.dropdown-toggle {
    background-color: #ffffff;
}

.dropdown-with-check-light .dropdown-menu, .dropdown-dsp-light .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
    -moz-box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
    -webkit-box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
}

.dropdown-with-check-light .show > .btn-light.dropdown-toggle:before, .dropdown-dsp-light .show > .btn-light.dropdown-toggle:before {
    background-color: #ffffff;
}

.dropdown-with-check-light .bs-searchbox .form-control, .dropdown-dsp-light .bs-searchbox .form-control {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
    -moz-box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
    -webkit-box-shadow: 0px 0px 1px rgba(170,177,184, 0.99);
}

.modal .dropdown-with-check-light .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .modal .dropdown-dsp-light .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #383e44;
    font-weight: normal;
}

.dropdown-with-check-light .bootstrap-select .bs-ok-default:before {
    background-color: #ffffff;
}

.no-touch .dropdown-with-check-light .dropdown-menu ul li:hover, .no-touch .dropdown-dsp-light .dropdown-menu ul li:hover,
 .dropdown-with-check-light .dropdown-menu ul li:hover, .dropdown-dsp-light .dropdown-menu ul li:hover {
    background-color: #dbe0e6;
}

.dropdown-with-check-light .dropdown-menu ul li a span {
    color: #383e44;
}

.dropdown-dsp-light .bootstrap-select .dropdown-menu li.active a span.text, .no-touch .dropdown-dsp-light .bootstrap-select .dropdown-menu li:hover a span.text,
.dsp-2021 .dropdown-dsp-light .bootstrap-select .dropdown-menu li:hover a span.text {
    color: #383e44;
}

.dropdown-with-check-light .bootstrap-select.show .dropdown-toggle:after, .dropdown-dsp-light .bootstrap-select.show .dropdown-toggle:after {
    border-bottom-color: #aab1b8;
}

.dropdown-with-check .bootstrap-select .dropdown-menu li a span.text {
    display: inline;
}


/*.dsp .simplebar-content {
    margin-left: -2px !important;
}*/

/*.dsp .simplebar-content-wrapper {
    overflow: auto;
}*/

a.prev-step svg {
    width: 12px;
    height: 19px;
    stroke: #9b9b9b;
}

.modal a.prev-step {
    position: absolute;
    left: 10px;
    top: 20px;
}

.modal-wallet-donate .row {
    margin-left: -15px;
    margin-right: -15px;
}
.modal-wallet-donate div[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-wallet-donate .half {
    padding: 0 0 20px;
}

    .modal-wallet-donate .half.donate-to {
        position: relative;
        top: 20px;
    }

.modal-wallet-donate .social {
    font-size: 0;
    position: relative;
    left: 0;
    top: 2px;
    padding-bottom: 15px;
    text-align: left;
    white-space: nowrap;
}

    .modal-wallet-donate .social a {
        margin-right: 2px;
    }

    .modal-wallet-donate .social div:last-child a {
        margin-right: 0;
    }

    .modal-wallet-donate .social .letter-wrap {
        position: absolute;
        right: 0;
        top: auto;
    }

.modal-wallet-donate .modal-body .title, .modal-donate .modal-body .title {
    margin-bottom: 20px;
    font-size: 15px;
}

.modal-wallet-donate .donate-amount {
    display: inline-block;
    width: calc(100% - 55px);
}

    .modal-wallet-donate .donate-amount .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
        right: 11px;
    }

    .modal-wallet-donate .donate-amount .input-with-label .label {
        right: 5px;
    }

.modal-wallet-donate .user .form-group {
    display: block;
    width: calc(100% - 40px);
}

.modal-wallet-donate .social-wrap {
    display: block;
    width: calc(49% - 37px);
    margin-top: 4px;
}

.modal-wallet-donate .user .form-group {
    display: block;
    width: calc(100% - 40px);
}

.modal-wallet-donate .user > div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
}

    .modal-wallet-donate .user > div.social-wrap {
        display: none;
    }

.modal-wallet-donate .or {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 0 8px;
}

    .modal-wallet-donate .or:after, .modal-wallet-donate .or:before {
        top: 5px;
    }

.modal-wallet-donate .user > div label {
    display: block;
}

.modal-wallet-donate .user .form-group label {
    display: inline-block;
}

.modal-wallet-donate .user > div .name {
    padding: 5px 15px 13px 0;
    color: #444c54;
    opacity: 1;
    word-break: break-word;
}

.modal-wallet-donate .user > div .form-group-checkbox, .modal-wallet-donate .user > div .form-group-checkbox label {
    margin-bottom: 0;
    padding-bottom: 0;
}

.converter .half input[type="checkbox"] {
    height: unset;
    position: absolute;
}

.modal-wallet-donate .converter .go {
    margin: 0;
    vertical-align: top;
    left: 30px;
    top: 19px;
}

    .modal-wallet-donate .converter .go svg {
        width: 25px;
        height: 17px;
    }

.modal-wallet-donate .user.donate-to {
    margin-top: 23px;
}

    .modal-wallet-donate .user.donate-to .icon {
        margin-right: 15px;
    }

    .modal-wallet-donate .user.donate-to > div {
        width: calc(100% - 60px);
        margin-top: -12px;
    }

.modal-wallet-donate .logged.user label {
    display: block;
    margin-top: 4px;
    margin-left: 0;
}

.modal-wallet-donate .logged.user > div {
    width: calc(100% - 60px);
}

    .modal-wallet-donate .logged.user > div .icon {
        margin-right: 15px;
    }

    .modal-wallet-donate .logged.user > div .name {
        padding-top: 12px;
        padding-left: 5px;
    }

.modal-wallet-donate .form .btn-next {
    margin: 3px 0 20px;
    width: auto;
    left: 0;
}

.modal-wallet-donate .method {
    width: 100%;
}

    .modal-wallet-donate .method .dropdown.bootstrap-select {
        width: 100%;
    }

        .modal .dropdown.bootstrap-select > .dropdown-toggle {
            height: calc(2.25rem + 4px);
            width: 100%;
            border-radius: 12px;
        }
.modal-wallet-donate .method .dropdown.bootstrap-select > .dropdown-toggle:focus {
    background-color: #dbe0e6;
    border-radius: 12px;
}
    .modal-wallet-donate .method.no-cvv .dropdown.bootstrap-select {
        width: calc(100% + 20px);
    }

        .modal-wallet-donate .method.no-cvv .dropdown.bootstrap-select > .dropdown-toggle, .modal-wallet-donate .method.no-cvv ul.dropdown-menu {
            width: 100%;
        }

    .modal-wallet-donate .method.no-cvv .dropdown-menu li a {
        padding: 7px 10px 6px 20px;
    }

    .modal-wallet-donate .method .bootstrap-select .dropdown-toggle:after {
        top: 14px;
    }

.modal-wallet-donate .payment {
    padding-top: 25px;
}

    .modal-wallet-donate .payment .form-group.with-cvv {
        display: inline-block;
        width: calc(100% - 100px);
        vertical-align: top;
        margin-right: 8px;
    }

    .modal-wallet-donate .payment .form-group .method {
        width: calc(100% + 20px)
    }

    .modal-wallet-donate .payment .form-group.with-cvv .method {
        width: 100%
    }

    .modal-wallet-donate .payment .form-group.cvv {
        display: inline-block;
        max-width: 67px;
        vertical-align: top;
    }
    .modal-wallet-donate .payment .donate-btns-block {
        margin-left: -4px;
        margin-right: -4px;
    }
    .modal-wallet-donate .payment .donate-btns-block > div[class*='col-']{
        padding-left: 4px;
        padding-right: 4px;
    }
    .modal-wallet-donate .payment button.donate-btn {
        width: 100%; /*calc(100% + 20px);*/
        left: 0;
    }

.modal-wallet-donate .btns {
    border-top: 1px solid #dbe0e6;
    padding-top: 15px;
    justify-content: space-between;
}

    .modal-wallet-donate .btns .btn {
        display: inline-block;
        width: auto;
    }

    .modal-wallet-donate .btns .btn-ok {
        float: right;
        position: relative;
        right: 0;
        left: auto;
    }

.modal-wallet-donate .media-sharing {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbe0e6;
}

    .modal-wallet-donate .media-sharing .warning {
        background-color: #ffd3bb;
        text-align: center;
        padding: 20px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        color: #0b1f30;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        left: 0;
    }

        .modal-wallet-donate .media-sharing .warning .text {
            display: inline-block;
            padding-right: 155px;
            text-align: left;
            color: #0b1f30;
        }

        .modal-wallet-donate .media-sharing .warning .btn {
            padding: 12px 40px;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }


    .modal-wallet-donate .media-sharing .video-link {
        position: relative;
    }

    .modal-wallet-donate .media-sharing .link {
        position: absolute;
        z-index: 9;
        left: 20px;
        bottom: 9px;
    }

        .modal-wallet-donate .media-sharing .link svg {
            width: 16px;
            height: 16px;
            fill: #f05a00;
            -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
            transform: scale(.8);
        }

    .modal-wallet-donate .media-sharing .video-link input.form-control {
        padding-left: 40px;
        width: 100%;
    }

    .modal-wallet-donate .media-sharing .info {
        opacity: 0.7;
        color: #0b1f30;
        padding: 0;
        text-transform: unset;
        font-weight: normal;
        font-size: 13px;
    }

        .modal-wallet-donate .media-sharing .info > div {
            padding: 5px 0;
        }

        .modal-wallet-donate .media-sharing .info b {
            color: #f05a00;
            opacity: 1;
        }

    .modal-wallet-donate .media-sharing .last-media {
        position: relative;
    }

        .modal-wallet-donate .media-sharing .last-media a {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: bold;
            line-height: 13px;
            border-bottom: 1px dashed #f05a00;
        }

.no-touch .modal-wallet-donate .media-sharing .last-media a:hover {
    border-bottom: none;
}

.modal-wallet-donate .media-sharing .last-media .hint {
    position: absolute;
    z-index: 310;
    bottom: 15px;
    right: 0;
    border: 1px solid #c4c8cc;
    border-radius: 6px;
    padding: 15px 0 15px 8px;
    background-color: #ffffff;
    width: 280px;
}

    .modal-wallet-donate .media-sharing .last-media .hint::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: -4.5px;
        left: 22px;
        border-width: 3.5px 3.5px 0;
        border-style: solid;
        border-color: #c4c8cc transparent;
        display: block;
        width: 0;
    }

    .modal-wallet-donate .media-sharing .last-media .hint::after {
        content: "";
        position: absolute;
        bottom: -3.5px;
        top: auto;
        left: 22px;
        border-width: 3.5px 3.5px 0;
        border-style: solid;
        border-color: #ffffff transparent;
        display: block;
        width: 0;
    }


    .modal-wallet-donate .media-sharing .last-media .hint ol {
        position: relative;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .modal-wallet-donate .media-sharing .last-media .hint ol::before {
            content: "";
            right: 0;
            top: -15px;
            width: 60px;
            height: calc(100% + 30px);
            z-index: 50;
            position: absolute;
            border-radius: 0 6px 6px 0;
            background: linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
            background: -moz-linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
            background: -webkit-linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
        }

    .modal-wallet-donate .media-sharing .last-media .hint li {
        color: #54626d;
        font-size: 11px;
        font-weight: 600;
        margin-left: 15px;
    }

        .modal-wallet-donate .media-sharing .last-media .hint li a {
            text-transform: uppercase;
            color: #f05a00;
            border-bottom: none;
            line-height: 18px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: clip;
        }

.modal-wallet-donate .media-sharing .video-block {
    width: calc(100% + 20px);
}

    .modal-wallet-donate .media-sharing .video-block .name {
        font-size: 11px;
        line-height: 18px;
        text-transform: uppercase;
        color: #0b1f30;
        opacity: 0.7;
        font-weight: 600;
        margin-top: 4px;
        display: inline-block;
        min-width: calc(100% - 110px);
    }

    .modal-wallet-donate .media-sharing .video-block .img {
        display: inline-block;
        width: calc(100% - 110px);
        vertical-align: top;
        border-radius: 4px;
        overflow: hidden;
        margin-right: 18px;
        margin-top: 6px;
    }

        .modal-wallet-donate .media-sharing .video-block .img img {
            width: 100%;
            height: auto;
        }

    .modal-wallet-donate .media-sharing .video-block .start-from {
        display: inline-block;
        width: 80px;
        float: right;
        vertical-align: top;
        margin-top: 8px;
    }

        .modal-wallet-donate .media-sharing .video-block .start-from input {
            left: -10px;
            text-align: center;
            width: calc(100% + 10px);
        }

.modal-wallet-donate .subblock.personal {
    padding: 30px 0 15px;
    border-top: none;
    margin: 0 20px 0;
}

    .modal-wallet-donate .subblock.personal .form-group {
        width: 75%;
    }

.modal-wallet-donate .subblock .placeholder {
    background-image: url("../img/paymentvia.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 261px;
    width: 100%;
    margin-bottom: 25px;
}

.modal-wallet-donate .agreement {
    margin-top: 20px;
}

.donate-detail {
    padding-top: 25px;
    position: relative;
}

.form .donate-detail .info {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
}

.donate-detail textarea {
    height: 80px;
}

.donate-detail .hint {
    position: absolute;
    right: 0;
    top: 5px;
    color: #60666c;
    font-size: 12px;
}

.donate-detail .img {
    position: relative;
    display: block;
    height: 158px;
    border-radius: 4px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-top: 24px;
}

.donate-detail .col-8 {
    padding-right: 35px;
}

.modal-wallet-donate .imgs {
    padding-bottom: 8px;
    border-bottom: 1px solid #dbe0e6;
}

    .modal-wallet-donate .imgs .row {
        margin: 0 -5px;
    }

    .modal-wallet-donate .imgs div[class*='col-'] {
        padding: 0 5px;
    }

    .modal-wallet-donate .imgs .img {
        position: relative;
        display: block;
        height: 120px;
        border-radius: 4px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        margin-bottom: 12px;
    }

.modal-wallet-donate .form .buttons {
    text-align: center;
    padding-bottom: 20px;
}

    .modal-wallet-donate .form .buttons button {
        width: unset;
        left: unset;
    }

.modal-transaction-successful .btn {
    margin-top: 30px;
}

.modal-create-future-stream .bootstrap-datetimepicker-widget.dropdown-menu {
    width: calc(100% + 40px);
    background-color: #ffffff;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: none;
}

.bootstrap-datetimepicker-widget .collapse {
    display: none;
    visibility: hidden;
}

    .bootstrap-datetimepicker-widget .collapse:not(.show) {
        display: none;
    }

    .bootstrap-datetimepicker-widget .collapse.in, .bootstrap-datetimepicker-widget .collapse.show {
        display: block;
        visibility: visible;
    }

.no-touch .bootstrap-datetimepicker-widget.dropdown-menu ul li:hover {
    background-color: unset;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
    line-height: 36px;
    height: 34px;
    color: #727d85;
    font-weight: 300;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    font-size: 13px;
    color: #181c20;
    font-weight: normal;
}

.bootstrap-datetimepicker-widget table td {
    font-size: 13px;
    line-height: 34px;
    height: 34px;
    color: #353d43;
    position: relative;
}

    .bootstrap-datetimepicker-widget table td.day {
        line-height: 34px;
        height: 34px;
    }

    .bootstrap-datetimepicker-widget table td.day,
    .bootstrap-datetimepicker-widget table td.hour,
    .bootstrap-datetimepicker-widget table td.minute,
    .bootstrap-datetimepicker-widget table td.second {
        position: relative;
    }

        .bootstrap-datetimepicker-widget table td.day:hover,
        .bootstrap-datetimepicker-widget table td.hour:hover,
        .bootstrap-datetimepicker-widget table td.minute:hover,
        .bootstrap-datetimepicker-widget table td.second:hover {
            background: transparent;
            cursor: pointer;
            position: relative;
        }

        .bootstrap-datetimepicker-widget table td.day:after,
        .bootstrap-datetimepicker-widget table td.hour:after,
        .bootstrap-datetimepicker-widget table td.minute:after,
        .bootstrap-datetimepicker-widget table td.second:after {
            position: absolute;
            content: "";
            left: 50%;
            margin-left: -17px;
            top: 0;
            width: 34px;
            height: 34px;
            background-color: #dedede;
            border-radius: 50%;
            z-index: -1;
            opacity: 0;
            /* opacity: 0.99999;*/
        }

        .bootstrap-datetimepicker-widget table td.day:hover:after,
        .bootstrap-datetimepicker-widget table td.hour:hover:after,
        .bootstrap-datetimepicker-widget table td.minute:hover:after,
        .bootstrap-datetimepicker-widget table td.second:hover:after {
            opacity: 1;
        }

    .bootstrap-datetimepicker-widget table td.active:after {
        opacity: 1;
    }

    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: transparent;
        border-radius: 50%;
        opacity: 0.99999;
    }

        .bootstrap-datetimepicker-widget table td.active:before {
            display: none;
        }

        .bootstrap-datetimepicker-widget table td.active:after, .bootstrap-datetimepicker-widget table td.active:hover:after {
            position: absolute;
            content: "";
            left: 50%;
            margin-left: -17px;
            top: 0;
            width: 34px;
            height: 34px;
            background-color: #f05a00;
            border-radius: 50%;
            z-index: -1;
        }

    .bootstrap-datetimepicker-widget table td.today:before {
        border-bottom-color: #f05a00;
    }

    .bootstrap-datetimepicker-widget table td.today.active:before {
        border-bottom-color: #ffffff;
    }

.modal .form .bootstrap-datetimepicker-widget button[data-action] {
    width: unset;
    left: unset;
    border: none;
    background-color: #cdd0d2;
    padding: 6px 8px;
}

.modal .form .bootstrap-datetimepicker-widget a[data-action] {
    background-color: transparent;
    color: #B7C0C7;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    font-size: 18px;
}

.modal .form .bootstrap-datetimepicker-widget button[data-action]:hover {
    background-color: #f05a00;
}

.bootstrap-datetimepicker-widget table td a[data-action="incrementHours"], .bootstrap-datetimepicker-widget table td a[data-action="incrementMinutes"],
.bootstrap-datetimepicker-widget table td a[data-action="decrementHours"], .bootstrap-datetimepicker-widget table td a[data-action="decrementMinutes"],
.bootstrap-datetimepicker-widget table td a[data-action="incrementHours"] span, .bootstrap-datetimepicker-widget table td a[data-action="incrementMinutes"] span,
.bootstrap-datetimepicker-widget table td a[data-action="decrementHours"] span, .bootstrap-datetimepicker-widget table td a[data-action="decrementMinutes"] span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin: 2px 1.5px;
    padding: 0;
    display: inline-block;
}

    .bootstrap-datetimepicker-widget table td a[data-action="incrementHours"] span, .bootstrap-datetimepicker-widget table td a[data-action="incrementMinutes"] span,
    .bootstrap-datetimepicker-widget table td a[data-action="decrementHours"] span, .bootstrap-datetimepicker-widget table td a[data-action="decrementMinutes"] span {
        display: inline-block;
    }

    .bootstrap-datetimepicker-widget table td a[data-action="incrementHours"]:hover, .bootstrap-datetimepicker-widget table td a[data-action="incrementMinutes"]:hover,
    .bootstrap-datetimepicker-widget table td a[data-action="decrementHours"]:hover, .bootstrap-datetimepicker-widget table td a[data-action="decrementMinutes"]:hover {
        background-color: #f05a00;
    }

.bootstrap-datetimepicker-widget table td a {
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #f05a00;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td span {
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td a[data-action="togglePicker"] span:hover, .bootstrap-datetimepicker-widget table td a[data-action="togglePicker"]:hover,
.modal .form .bootstrap-datetimepicker-widget a[data-action="togglePicker"]:hover, .modal .form .bootstrap-datetimepicker-widget a[data-action="togglePicker"] span:hover,
.bootstrap-datetimepicker-widget table td a[data-action="togglePicker"] span, .bootstrap-datetimepicker-widget table td a[data-action="togglePicker"] {
    background-color: transparent;
    border-radius: 0;
    color: #aab1B8 !important;
}

.bootstrap-datetimepicker-widget table td a[data-action="togglePicker"] {
    position: relative;
}

    .bootstrap-datetimepicker-widget table td a[data-action="togglePicker"]:after {
        position: absolute;
        content: "";
        width: calc(100% - 24px);
        left: 12px;
        top: 0;
        height: 1px;
        background-color: #dbe0e6;
    }

.bootstrap-datetimepicker-widget .picker-switch td a:hover, .bootstrap-datetimepicker-widget .picker-switch td span:hover:before {
    color: #f05a00;
}

.bootstrap-datetimepicker-widget .timepicker {
    padding-bottom: 10px;
}

.bootstrap-datetimepicker-widget li.picker-switch {
    padding-top: 20px;
}

.datepicker-group input[type="date"], .datepicker-group input[type="time"] {
    margin-bottom: 10px;
}

.datepicker-group.open input.datepicker {
    border-radius: 4px 4px 0 0;
    border: 1px solid #dfe6ea;
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-create-future-stream .datepicker-group.open .bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: 0 0 20px 20px;
    margin-top: 0;
    border-top: none;
    border-color: #dfe6ea;
}

.modal-create-future-stream .datepicker-group .bootstrap-datetimepicker-widget.dropdown-menu ul li:first-child {
    /*  border-top: 1px solid #dbe0e6;*/
    padding-top: 10px;
    position: relative;
}

.modal-create-future-stream .datepicker-group.open .bootstrap-datetimepicker-widget.dropdown-menu ul li:first-child:after {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    left: 12px;
    top: 0;
    height: 1px;
    background-color: #dbe0e6;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    padding: 0 5px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th span {
    color: #b7c0c7;
    font-size: 17px;
}

/************************  THEATRE-MODE   ******************************/

.theatre-mode .main-sidebar {
    left: -250px;
    top: 0;
}

.with-chat .main-content {
    margin-left: 250px;
    width: calc(100% - 590px);
    margin-right: 340px;
}

.sidebar-collapse.with-chat .main-content {
    margin-left: 0;
    width: calc(100% - 340px);
}

.theatre-mode .main-content {
    margin-left: 0;
    width: calc(100% - 340px);
    top: 0;
}

.theatre-mode .page.live-broadcast {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .theatre-mode .page.live-broadcast .head {
        margin-bottom: 0;
    }

    .theatre-mode .page.live-broadcast > *:not(.head):not(.chat) {
        display: none;
    }

    .theatre-mode .page.live-broadcast .d-md-block {
        display: none !important;
    }

    .theatre-mode .page.live-broadcast .head {
        display: block !important;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

        .theatre-mode .page.live-broadcast .head .user-info {
            bottom: 0;
        }

.theatre-mode.with-chat .main-content {
    margin-left: 0;
    width: calc(100% - 340px);
    height: 100%;
}

.theatre-mode .page.live-broadcast .head .player {
    height: calc(100% - 120px);
    padding-bottom: 0;
}

.with-chat header, .with-chat .chat {
    top: 0;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.with-chat .chat {
    top: 60px;
}

.with-chat.theatre-mode .chat {
    top: 0;
}

.with-chat.theatre-mode header {
    top: -60px;
}

.with-chat .main-content {
    top: 60px;
    -webkit-transition-property: left,right,height,width,margin-left;
    -moz-transition-property: left,right,height,width,margin-left;
    -o-transition-property: left,right,height,width,margin-left;
    transition-property: left,right,height,width,margin-left;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    width: calc(100% - 590px);
}

.with-chat .main-sidebar {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}

.theatre-mode header {
    top: -60px;
}

.theatre-mode .main-content {
    top: 0;
}

.theatre-mode .main-sidebar {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: top,left,right,width,margin-left;
    -moz-transition-property: top,left,right,width,margin-left;
    -o-transition-property: top,left,right,width,margin-left;
    transition-property: top,left,right,width,margin-left;
}

.page.live-broadcast .head .player .plyr, .page.live-broadcast .head .player iframe {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.theatre-mode .player .plyr {
    max-height: 100%;
}

.page.live-broadcast .player .plyr, .page.live-broadcast .player iframe {
    position: relative;
    top: 0;
}

.collapse-fullscreen {
    display: none;
}

.theatre-mode .collapse-fullscreen {
    display: inline-block;
}

.theatre-mode .fullscreen {
    display: none;
}

.chat {
    width: 340px;
    position: fixed;
    right: 0;
    top: 60px;
    height: calc(100% - 60px);
    background-color: #2c3238;
    border-left: 1px solid #444c54;
}

.theatre-mode .chat {
    top: 0;
    height: 100%;
}

.tournaments .list {
    padding-top: 30px;
}

    .tournaments .list .loading {
        margin-top: 20px;
    }

.tournaments .item {
    background-color: #444c54;
    border: 1px solid #515a62;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 2px 20px rgba(27, 30, 34, 0.25);
    -moz-box-shadow: 0px 2px 20px rgba(27, 30, 34, 0.25);
    -webkit-box-shadow: 0px 2px 20px rgba(27, 30, 34, 0.25);
}

    .tournaments .item:hover {
        text-decoration: none;
    }

.tournaments .list {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #666f79;
}

    .tournaments .list .item {
        padding: 20px 20px 31px 20px;
    }

.tournaments .item .img {
    height: unset;
    left: 0;
    width: 100%;
    /* height: 176px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;*/
}

.tournaments .item .tournament-title, .tournament .general-info .tournament-title, .tournament .general-info .head h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #dbe0e6;
    margin-bottom: 7px;
    display: block;
}

.tournaments .item .tournament-title {
    height: 34px;
    overflow: hidden;
}

.no-touch .tournaments .item .tournament-title:hover {
    text-decoration: none;
}

.tournaments .item .game .icon, .tournament .general-info .game .icon {
    width: 16px;
    height: 16px;
    overflow: hidden;
    left: 0;
    border-radius: 0;
    line-height: normal;
    position: absolute;
    top: auto;
}

    .tournaments .item .game .icon img, .tournament .general-info .game .icon img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

.tournaments .item .game, .tournament .general-info .game {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #c6ced5;
    padding-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.tournaments .item .game {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tournaments .item .status {
    display: block;
}

.tournaments .item .status, .tournament .general-info .status {
    background-color: #f05a00;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    padding: 7px 0;
    position: relative;
    left: 0;
    width: 100%;
}

    .tournaments .item .status.orange, .tournament .general-info .status.orange {
        background-color: #f05a00;
    }

    .tournaments .item .status.violet, .tournament .general-info .status.violet {
        background-color: #5321bf;
    }

    .tournaments .item .status.magenta, .tournament .general-info .status.magenta {
        background-color: #b42192;
    }

    .tournaments .item .status.green, .tournament .general-info .status.green {
        background-color: #53950a;
    }

    .tournaments .item .status.blue, .tournament .general-info .status.blue {
        background-color: #008ece;
    }

.tournaments .item .prize-fund, .tournament .general-info .prize-fund {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 0.3em);
    font-weight: 500;
    font-size: 12px;
    color: #aab1B8;
    line-height: 17px;
    padding-top: 15px;
}

    .tournaments .item .prize-fund b, .tournament .general-info .prize-fund b {
        font-size: 13px;
        color: #dbe0e6;
        display: block;
        font-weight: bold;
    }

.tournaments .item .players, .tournament .general-info .players {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 0.3em);
    text-align: right;
    font-weight: 500;
    font-size: 12px;
    color: #aab1B8;
    line-height: 17px;
    padding-top: 15px;
}

.tournaments .item .players {
    float: right;
}

    .tournaments .item .players:before, .tournaments .item .players:after {
        display: table;
        content: " ";
    }

    .tournaments .item .players:after {
        clear: both;
    }

    .tournaments .item .players b, .tournament .general-info .players b {
        font-size: 13px;
        color: #dbe0e6;
        display: block;
        font-weight: bold;
    }

.tournaments .item .time, .tournament .general-info .time {
    margin-top: 17px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #89929a;
    line-height: 17px;
    padding: 17px 0 13px;
    border-top: 1px solid #666f79;
}

    .tournaments .item .time b, .tournament .general-info .time b {
        font-size: 13px;
        color: #c6ced5;
        font-weight: 500;
        margin-right: 5px;
    }

.tournaments .item .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4a525a;
    height: 31px;
    text-align: center;
    border-top: 1px solid #515a62;
}

    .tournaments .item .bottom .social svg {
        width: 18px;
        height: 16px;
        margin-right: 5px;
        position: relative;
        top: -3px;
        fill: #cdd0d2;
        opacity: 0.4;
    }

    .tournaments .item .bottom .social .share svg {
        width: 20px;
        height: 20px;
    }

.tournaments .item .social span, .tournaments .item .social a {
    font-size: 12px;
    line-height: 35px;
    color: #aab1b8;
    margin-right: 10%;
    display: inline-block;
    padding-top: 0;
    width: unset;
    height: unset;
    background-color: transparent;
    border-radius: 0;
}

.no-touch .tournaments .item .social a:hover {
    text-decoration: none;
}

.tournaments .item .bottom .social span:last-child, .tournaments .item .bottom .social a:last-child {
    margin-right: 0;
}

.tournaments .item .bottom .social span svg, .tournaments .item .bottom .social a svg {
    width: 18px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -3px;
    fill: #cdd0d2;
    opacity: 0.4;
}

.no-touch .tournaments .item .social a:hover svg {
    opacity: 1;
}

.tournaments .item .bottom .social span.share svg, .tournaments .item .bottom .social a.share svg {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(.72);
    -ms-transform: scale(.72);
    -o-transform: scale(.72);
    transform: scale(.72);
}

.title-with-search {
    position: relative;
}

.tournaments .search-input {
    position: absolute;
    top: -14px;
    right: 0;
    width: 350px;
}

    .tournaments .search-input input[type="search"] {
        background-color: #2c3238;
    }

.tournament .tabs-wrap {
    overflow: hidden;
}

.tournament.page {
    padding-top: 0;
    padding-bottom: 0;
}

.tournament .top-image {
    /* height: 500px;
  overflow: hidden;
  background-image: url('../img/tournaments/tournament.png');
  background-position: top center;
  background-repeat: no-repeat;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   position: relative;
   left: -55px;
   width: calc(100% + 110px);*/
    position: relative;
    left: -55px;
    width: calc(100% + 110px);
}

    .tournament .top-image img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .tournament .top-image#lobby-tab-image {
        background-image: url('../img/tournaments/tournament.png');
    }

    .tournament .top-image#bracket-tab-image {
        background-image: url('../img/tournaments/tournament2.png');
    }

    .tournament .top-image#rules-tab-image {
        background-image: url('../img/tournaments/tournament.png');
    }

    .tournament .top-image#prizes-tab-image {
        background-image: url('../img/tournaments/events.png');
    }

    .tournament .top-image#video-tab-image {
        background-image: url('../img/tournaments/tournament2.png');
    }

    .tournament .top-image#results-tab-image {
        background-image: url('../img/tournaments/tournament.png');
    }

    .tournament .top-image#players-tab-image {
        background-image: url('../img/tournaments/tournament2.png');
    }

    .tournament .top-image#connections-tab-image {
        background-image: url('../img/tournaments/events.png');
    }

    .tournament .top-image.small {
        height: 300px;
    }

.tournament .tabs {
    position: relative;
    left: -55px;
    width: calc(100% + 110px);
    padding-left: 55px;
    padding-right: 55px;
    background-color: #2c3239;
}

    .tournament .tabs:after, .tournament .tabs:before {
        position: absolute;
        content: "";
        width: calc(100% + 55px);
        height: 1px;
        left: -55px;
        top: 0;
        z-index: 4;
        background-color: rgba(102,111,121,0.4);
    }

    .tournament .tabs:before {
        top: auto;
        bottom: 0;
    }

    .tournament .tabs .nav .nav-link {
        padding: 26px 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #2c3239;
        border-left: 1px solid #2c3239;
        border-right: 1px solid #282d33;
    }

    .tournament .tabs.inner .nav .nav-link {
        border-left: none;
    }

    .tournament .tabs .nav .nav-item:first-child .nav-link {
        border-left: 1px solid #282d33;
    }

.no-touch .tournament .tabs .nav .nav-link:hover {
    background-color: #343b43;
    text-decoration: none;
}

.tournament .tabs .nav .nav-link.active, .no-touch .tournament .tabs .nav .nav-link.active:hover {
    font-weight: bold;
    background-color: #f05a00;
}

.tournament .general-info {
    position: relative;
    left: -55px;
    width: calc(100% + 110px);
    background-color: #282d33;
    border-bottom: 1px solid rgba(102,111,121,0.4);
}

    .tournament .general-info > .wrap > div {
        padding: 24px 55px;
    }

        .tournament .general-info > .wrap > div:first-child {
            border-bottom: 1px solid rgba(102,111,121,0.4);
        }

    .tournament .general-info .social, .tournament .general-info .prize-fund, .tournament .general-info .players, .tournament .general-info .time,
    .tournament .general-info .format {
        display: inline-block;
        vertical-align: top;
    }

    .tournament .general-info .game {
        padding-bottom: 0;
        padding-top: 3px;
    }

    .tournament .general-info .social {
        white-space: nowrap;
        position: absolute;
        top: 50%;
        margin-top: -17px;
    }

        .tournament .general-info .social svg {
            width: 18px;
            height: 16px;
            margin-right: 5px;
            position: relative;
            top: -3px;
            fill: #cdd0d2;
            opacity: 0.4;
        }

        .tournament .general-info .social .share svg {
            width: 20px;
            height: 20px;
        }

        .tournament .general-info .social > span, .tournament .general-info .social > a {
            font-size: 12px;
            line-height: 35px;
            color: #aab1b8;
            margin-right: 10%;
            display: inline-block;
            padding-top: 0;
            font-weight: bold;
            background-color: transparent;
            border-radius: 0;
            width: unset;
            height: unset;
        }

.no-touch .tournament .general-info .social a:hover {
    text-decoration: none;
}

    .no-touch .tournament .general-info .social a:hover svg {
        opacity: 1;
    }

.tournament .general-info .social span.likes, .tournament .general-info .social a.likes, .tournament .general-info .social a.alarm {
    color: #c6ced5;
    text-transform: uppercase;
    color: #c6ced5;
}

.tournament .general-info .social span:last-child, .tournament .general-info .social a:last-child {
    margin-right: 0;
}

.tournament .general-info .social span svg, .tournament .general-info .social a svg {
    width: 18px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    fill: #cdd0d2;
    opacity: 0.4;
}

.tournament .general-info .social a.alarm.on svg {
    fill: #f05a00;
    opacity: 1;
}

.tournament .general-info .status {
    float: right;
    display: inline-block;
    width: unset;
    position: relative;
    border-radius: 4px;
    padding: 13px 50px 11px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: unset;
    right: 15px;
}

.no-touch .tournament .general-info .status:hover {
    text-decoration: none;
}

.tournament .general-info .head .collection-title {
    font-size: 14px;
    line-height: 17px;
    color: #dbe0e6;
    font-weight: 500;
}

.tournament .general-info .head .collection {
    font-size: 12px;
    line-height: 17px;
    color: #89929a;
    font-weight: 500;
    padding-top: 4px;
}

.tournament .general-info .prize-fund, .tournament .general-info .players, .tournament .general-info .time {
    font-weight: 500;
    color: #89929A;
    font-size: 12px;
    line-height: 17px;
    border: none;
    float: none;
    width: unset;
    margin: 0;
    padding: 0;
    margin-right: 7%;
}

.tournament .general-info .time {
    margin-right: 0;
}

    .tournament .general-info .prize-fund b, .tournament .general-info .players b, .tournament .general-info .time b {
        display: block;
        color: #dbe0e6;
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 5px;
        padding-top: 2px;
    }

.tournament .general-info .format {
    text-transform: uppercase;
    padding-right: 50px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #c6ced5;
    float: right;
    white-space: nowrap;
    line-height: 40px;
}

.tournament .tab-content .tab-pane {
    padding: 60px 0 40px;
}

    .tournament .tab-content .tab-pane .text, .tournament-events .lobby .text {
        font-size: 13px;
        font-weight: 500;
        line-height: 19px;
        color: #c6ced5;
    }

.tournament .tab-content .tab-pane {
    /*min-height: 520px;*/
    position: relative;
}

    .tournament .tab-content .tab-pane .title {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        position: relative;
        padding-bottom: 20px;
    }

.title-border {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #666f79;
    margin-bottom: 30px;
}

.team-block {
    margin-top: 50px;
}

    .team-block .team {
        background-color: #2c3238;
        position: relative;
    }

        .team-block .team .icon {
            width: 46px;
            height: 46px;
            overflow: hidden;
            position: absolute;
            top: -18px;
            left: 18px;
        }

            .team-block .team .icon img {
                width: 100%;
                height: auto;
                border-radius: 50%;
            }

        .team-block .team .name {
            color: #dbe0e6;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: bold;
            line-height: 19px;
            padding: 8px 10px 8px 80px;
            display: block;
        }

.tournament .tab-content .items .item .icon, .tournament-events .block .items .item .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: auto;
}

    .tournament .tab-content .items .item .icon img, .tournament-events .block .items .item .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

.tournament .tab-content .items .item, .tournament-events .block .items .item {
    padding: 7px 20px;
    position: relative;
    background-color: #353a40;
    border: 1px solid #5a6066;
    border-left: none;
    margin-top: -1px;
    display: block;
}

.tournament .items, .tournament-events .block .items {
    border-left: 1px solid #5a6066;
}

.tournament .items, .tournament-events .block .items {
    border-left: 1px solid #5a6066;
    border-top: 1px solid #5a6066;
}

    .tournament .tab-content .items .row, .tournament-events .block .items .row {
        margin: 0;
    }

    .tournament .tab-content .items div[class*='col-'], .tournament-events .block .items div[class*='col-'] {
        padding: 0;
    }

    .no-touch .tournament .tab-content .items .item:hover, .tournament-events .block .items .item:hover {
        background-color: #444c54;
        text-decoration: none;
    }

    .tournament .tab-content .items .item .name, .tournament-events .block .items .item .name {
        padding-left: 60px;
        font-size: 13px;
        line-height: 19px;
        font-weight: bold;
        display: block;
        color: #dbe0e6;
        padding-top: 15px;
        padding-bottom: 11px;
    }

.tournament .tab-content #players .total, .tournament-events .block.participants .total {
    position: absolute;
    right: 0;
    top: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    color: #aab1b8;
}

.tournament .tab-content #connections .team-block {
    margin-top: 30px;
}

.tournament .tab-content #connections .teamlink {
    margin: 40px 0;
    position: relative;
    width: 45%;
}

    .tournament .tab-content #connections .teamlink label {
        color: #aab1b8;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 13px;
        font-weight: bold;
    }

    .tournament .tab-content #connections .teamlink input {
        position: relative;
        left: 0;
        background-color: #2c3238;
        color: #c6ced5;
    }

    .tournament .tab-content #connections .teamlink .copy {
        position: absolute;
        bottom: 12px;
        right: 35px;
    }

        .tournament .tab-content #connections .teamlink .copy svg {
            width: 16px;
            height: 16px;
            fill: #737c85;
        }

.join-the-tournament {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .join-the-tournament .title {
        padding-bottom: 10px;
    }

    .join-the-tournament .text {
        color: #dbe0e6;
        font-size: 14px;
    }

    .join-the-tournament .user {
        font-size: 13px;
        font-weight: bold;
        color: #dbe0e6;
        margin-left: 12px;
    }

        .join-the-tournament .user .icon {
            width: 40px;
            height: 40px;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
        }

            .join-the-tournament .user .icon img {
                border-radius: 50%;
                width: 100%;
                height: 100%;
            }

    .join-the-tournament .btn {
        display: inline-block;
        margin-top: 20px;
    }

.tournament .tabs.inner {
    margin-top: 10px;
    border-bottom: 2px solid #666f79;
}

.tournament .double-tabs {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #666f79;
}

    .tournament .double-tabs .tabs.inner {
        border: none;
    }

.tournament .tabs.inner.tabs-left {
    float: left;
    width: unset;
}

.tournament .tabs.inner.tabs-right {
    float: right;
    width: unset; /* calc(30% - 15px);*/
    margin-left: 15px;
    position: relative;
}

    .tournament .tabs.inner.tabs-left .nav .nav-item, .tournament .tabs.inner.tabs-right .nav .nav-item {
        float: left;
    }

.tournament .tabs-right ul {
    position: relative;
}

    .tournament .tabs-right ul:after {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        left: -15px;
        top: auto;
        bottom: -5px;
        background-color: #383e44;
        float: none;
    }

.tournament .tabs.inner .nav .nav-link {
    padding: 14px 0;
    background-color: transparent;
    color: #aab1b8;
    font-size: 11px;
    font-weight: bold;
    border-right: none;
    border-bottom: 2px solid transparent;
}

.tournament .tabs.inner .nav .nav-item:first-child .nav-link {
    border-left: none;
}

.tournament .tabs.inner {
    background-color: transparent;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .tournament .tabs.inner:after, .tournament .tabs.inner:before {
        display: none;
    }

    .tournament .tabs.inner .nav .nav-item {
        margin-right: 26px;
        position: relative;
        top: 2px;
    }

        .tournament .tabs.inner .nav .nav-item:last-child {
            margin-right: 0;
        }

    .tournament .tabs.inner .nav .nav-link.active {
        background-color: transparent;
        text-decoration: none;
        border-bottom: 2px solid #f05a00;
        color: #dbe0e6;
    }

.no-touch .tournament .tabs.inner .nav .nav-link:hover {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 2px solid #f05a00;
}

.tournament .tab-content.inner .tab-pane {
    padding-top: 0;
}

.tournament .tab-content #bracket .results {
    margin-top: 40px;
}

    .tournament .tab-content #bracket .results .title {
        margin-bottom: 20px;
    }

    .tournament .tab-content #bracket .results .text {
        font-size: 13px;
        line-height: 19px;
        color: #c6ced5;
    }

.winners > div, .winners-detail > div {
    display: inline-block;
    float: left;
    width: 33.3333333333%;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.winners .name {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    color: #dbe0e6;
    margin-top: 10px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.winners .first .name {
    margin-top: 37px;
}

.winners .second .name {
    margin-top: 30px;
}

.winners .third .name {
    margin-top: 28px;
}

#results .winners .crown {
    position: absolute;
    width: 100%;
}

#results .winners:before, #results .winners:after {
    display: table;
    content: " ";
}

#results .winners:after {
    clear: both;
}

.winners .place {
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 6px;
}

.winners > div.first {
    height: 181px;
    border: 1px solid #ffc668;
    background-color: #2c3238;
    float: none;
    position: relative;
    z-index: 90;
}

.winners-detail > div {
    font-size: 13px;
    line-height: 17px;
    padding-top: 50px;
}

    .winners-detail > div.first {
        float: none;
    }
    /*.winners-detail > div.first:after, .winners-detail > div.first:before{
  position: absolute;
  content: "";
  height: 200px;
  width: 1px;
  border-left: 1px dashed gray;
  bottom: 0;
  left: 0;
}*/

    .winners-detail > div.first {
        border-right: 1px dashed rgba(151,151,151, 0.3);
        border-left: 1px dashed rgba(151,151,151, 0.3);
    }

        .winners-detail > div.first:before {
            left: auto;
            right: 0;
        }

.winners > div:last-of-type {
    float: none;
}

.winners > div .prize {
    font-size: 32px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 300;
    width: 100%;
}

    .winners > div .prize .crown {
        padding-bottom: 17px;
    }

    .winners > div .prize .place {
        padding-top: 11px;
    }

.winners > div.first .place {
    color: #ffc668;
}

.winners > div.second {
    height: 161px;
    border: 1px solid #7e8891;
    background-color: rgba(44, 50, 56, 0.5);
    float: left;
    position: relative;
    top: 10px;
}

.winners-detail > div.second {
    float: left;
}

.winners > div.second .prize {
    font-size: 25px;
}

.winners > div.second .place {
    color: #dbe0e6;
}

.winners > div.third {
    height: 147px;
    border: 1px solid rgba(181, 189, 196, 0.2);
    background-color: rgba(44, 50, 56, 0.3);
    float: right;
    position: relative;
    top: 17px;
}

.tournament .tab-content #prizes .winners > div.first, .tournament .tab-content #prizes .winners > div.second, .tournament .tab-content #prizes .winners > div.third {
    height: unset;
    padding: 0;
    border: none;
    background-color: transparent;
}

    .tournament .tab-content #prizes .winners > div.first .prize {
        height: 165px;
        padding: 35px 0 0;
        border: 1px solid #ffc668;
        background-color: #2c3238;
    }

    .tournament .tab-content #prizes .winners > div.second .prize {
        height: 149px;
        top: 8px;
        padding: 25px 0;
        border: 1px solid #7e8891;
        background-color: rgba(44, 50, 56, 0.5);
    }

    .tournament .tab-content #prizes .winners > div.third .prize {
        height: 138px;
        top: 13px;
        padding: 20px 0;
        border: 1px solid rgba(181, 189, 196, 0.2);
        background-color: rgba(44, 50, 56, 0.3);
    }

.winners-detail > div.third {
    float: right;
}

.winners > div.third .prize {
    font-size: 19px;
}

.winners > div.third .place {
    color: #aab1b8;
}

.tournament .tab-content #prizes .winners > div .text {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #ffffff;
}

.tournament .tab-content #prizes .winners > div.second .text {
    padding-top: 56px;
}

.tournament .tab-content #prizes .winners > div.third .text {
    padding-top: 60px;
}

.winners > div > .user .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    margin: 6px auto 0;
}

.winners > div.first .icon {
    width: 58px;
    height: 58px;
}

.winners > div.second .icon {
    width: 49px;
    height: 49px;
}

.winners > div.third .icon {
    width: 45px;
    height: 45px;
}

.winners > div > .user .icon img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    border: 1px solid #ffc76B;
}

.winners > div.second > .user .icon img {
    border-color: #7a7eb1;
}

.winners > div.third > .user .icon img {
    border-color: #eba077;
}

.tournament .tab-content #prizes .winners {
    position: relative;
}

    .tournament .tab-content #prizes .winners:before, .tournament .tab-content #prizes .winners:after {
        position: absolute;
        left: 33.35333333%;
        content: "";
        height: 100%;
        width: 1px;
        bottom: 0;
        z-index: 70;
        border-left: 1px dashed rgba(151,151,151, 0.3);
    }

    .tournament .tab-content #prizes .winners:before {
        left: 66.54666666%;
    }

.tournament .tab-content #results .block {
    margin-top: 30px;
}

    .tournament .tab-content #results .block .title {
        font-weight: bold;
        font-size: 11px;
        line-height: 14px;
        text-transform: uppercase;
        color: #dbe0e6;
        padding-bottom: 10px;
        border-bottom: 1px solid #666f79;
        margin-bottom: 1px;
    }

.tournament .view-all {
    display: block;
    clear: both;
    text-align: center;
    margin: 30px 0;
    border: 1px solid #666f79;
    padding: 10px 0;
    color: #aab1b8;
    border-radius: 3px;
}

.no-touch .tournament .view-all:hover {
    background-color: #444c54;
}

.tournament .more {
    background-color: rgba(44, 50, 56, 0.3);
    padding: 0 55px;
    position: relative;
    left: -55px;
    border-top: 1px solid rgba(181, 189, 196, 0.2);
    border-bottom: 1px solid rgba(181, 189, 196, 0.2);
    width: calc(100% + 110px);
    border-radius: 3px;
}

    .tournament .more a {
        display: block;
        text-align: center;
        margin: 15px 0;
        border: 1px solid #666f79;
        background-color: #383e44;
        padding: 10px 0;
        color: #aab1b8;
    }

.no-touch .tournament .more a:hover {
    background-color: #444c54;
    text-decoration: none;
}

.tournament .tab-content #results .item .icon {
    top: 10px;
}

.tournament .tab-content #results .item .name {
    padding-bottom: 2px;
    padding-top: 5px;
}

.tournament .tab-content #results .item .place {
    margin-left: 60px;
    color: #aab1b8;
    font-size: 13px;
    position: relative;
    top: -5px;
    line-height: 19px;
}

.tournament .tab-content #prizes .teams .team-name {
    color: #c6ced5;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tournament .tab-content #prizes .teams .row {
    margin: 0;
}

.tournament .tab-content #prizes .teams div[class*='col-'] {
    padding: 0;
}

.tournament .tab-content #prizes .items {
    margin-left: -1px;
    margin-bottom: 30px;
}

.tournament hr, .tournament-events hr {
    height: 0;
    background-color: #666f79;
    opacity: 0.65;
}

.tournament .tab-content #prizes hr {
    margin: 40px 0 30px;
}

.tournament .tab-content #video hr {
    margin: 20px 0 30px;
}

.list-video .item {
    padding-bottom: 20px;
}

    .list-video .item .img {
        position: relative;
    }

        .list-video .item .img:after {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 6;
            content: "";
            left: 0;
            top: 0;
            background: url("../img/tournaments/play.png") center center no-repeat;
            -webkit-transform: scale(.19);
            -ms-transform: scale(.19);
            -o-transform: scale(.19);
            transform: scale(.19);
        }

    .list-video .item .description {
        padding-top: 10px;
        font-size: 14px;
        line-height: 17px;
        color: #dbe0e6;
    }

    .list-video .item .date {
        padding-top: 3px;
        padding-bottom: 0;
        color: #89929a;
    }

    .list-video .item .text, .list-video .item .date {
        padding-left: 0;
    }

.tournament .tab-content #video .list {
    padding: 35px 0 0;
    margin-bottom: -10px;
}

.page.tournament-events {
    padding-top: 0;
    padding-bottom: 0;
}

.tournament-events .block {
    padding: 10px 0 40px 0;
}

    .tournament-events .block.video {
        padding-top: 0;
        margin-bottom: -20px;
    }

    .tournament-events .block.news {
        margin-bottom: -45px;
    }

    .tournament-events .block.comments {
        padding: 10px 55px 50px;
    }

    .tournament-events .block.tournaments .title-with-search {
        margin-top: 6px;
    }

    .tournament-events .block.tournaments .item .img {
        height: 165px;
    }

    .tournament-events .block.tournaments .item .status {
        left: 0;
        width: 100%;
        height: 44px;
        border-radius: 4px;
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        color: #dbe0e6;
        background-color: rgba(56, 62, 68, 0.5);
        border: 1px solid #737c85;
        margin: 20px 0;
    }

.no-touch .tournament-events .block.tournaments .item .status:hover {
    text-decoration: none;
}

.tournament-events .block.tournaments .item .status b {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #89929a;
    position: relative;
}

.tournament-events .block.tournaments .item .status.on-air b:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #d0021b;
    position: absolute;
    border-radius: 50%;
    left: auto;
    margin-left: -11px;
    top: 4px;
}

.tournament-events .block.tournaments .item .time {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.tournament-events .block.tournaments .item .status.registration {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 42px;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.tournament-events .list {
    background-color: transparent;
    padding: 20px 0 0;
}

.tournament-events .list-news {
    padding-top: 0;
}

.tournament-events .video .title {
    padding-top: 15px;
}

.tournament-events .streamers .title {
    padding-bottom: 20px;
    padding-top: 15px;
}

.tournament-events .list-news .view-all {
    right: 0;
    top: -55px;
}

.tournament-events .banners {
    padding-bottom: 10px;
}

    .tournament-events .banners .text {
        color: #c6ced5;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        padding-top: 20px;
    }

    .tournament-events .banners .item {
        height: 192px;
        background-color: #666f79;
        color: #dbe0e6;
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        display: block;
    }

        .tournament-events .banners .item span {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .tournament-events .banners .row {
        margin: 0 -10px;
    }

    .tournament-events .banners div[class*='col-'] {
        padding: 0 10px;
    }

.tournament-events .lobby {
    padding-bottom: 10px;
    padding-top: 40px;
}

.tournament-events .head {
    height: 430px;
    background-image: url("../img/tournaments/events.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    margin-bottom: 60px;
    padding-left: 55px;
    padding-right: 55px;
    position: relative;
    left: -55px;
    width: calc(100% + 110px);
}

    .tournament-events .head .bottom {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -60px;
        padding-left: 55px;
        padding-right: 55px;
        height: 60px;
        background-color: #282d33;
    }

    .tournament-events .head .icon {
        width: 163px;
        height: 163px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #b42192;
        display: inline-block;
        position: absolute;
        top: auto;
        bottom: 0;
        z-index: 8;
    }

        .tournament-events .head .icon img {
            width: 100%;
            height: auto;
        }

    .tournament-events .head .bottom .name {
        margin-left: 180px;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 60px;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

    .tournament-events .head .bottom .social {
        float: right;
        white-space: nowrap;
    }

        .tournament-events .head .bottom .social a {
            margin-right: 40px;
            font-size: 12px;
            line-height: 60px;
            font-weight: bold;
            color: #c6ced5;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            background-color: transparent;
            border-radius: unset;
            width: unset;
            height: unset;
        }

.no-touch .tournament-events .head .bottom .social a:hover {
    text-decoration: none;
}

.tournament-events .head .bottom .social a.likes {
    font-size: 14px;
}

.tournament-events .head .bottom .social a:last-child {
    margin-right: 0;
}

.tournament-events .head .bottom .social a svg {
    width: 18px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    fill: #cdd0d2;
    opacity: 0.4;
}

.no-touch .tournament-events .head .bottom .social a:hover svg {
    opacity: 1;
}

.tournament-events .head .bottom .social a.share svg {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.events-slider, .news-slider {
    margin: 0 -10px;
}

    .events-slider .slick-slide, .news-slider .slick-slide {
        margin: 0 10px;
    }

.list .news-slider .slick-next, .list .news-slider .slick-prev {
    top: 61px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.rounds {
    position: relative;
    min-height: inherit;
    border-left: 1px dashed rgba(102,111,121,0.5);
    border-right: 1px dashed rgba(102,111,121,0.5);
}

    .rounds:after, .rounds:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        border-left: 1px dashed rgba(102,111,121,0.5);
        top: 0;
        left: 33.33333333%;
    }

    .rounds:before {
        left: 66.6666666%;
    }

    .rounds .round {
        display: inline-block;
        width: calc(33.33333333% - 0.3em);
        min-height: inherit;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
    }

    .rounds .round2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .rounds .round3 {
        padding-left: 60px;
        padding-right: 20px;
    }

.tournament .tab-content .rounds .pair {
    margin-bottom: 28px;
    position: relative;
}

.tournament .tab-content .rounds .fourth {
    margin-bottom: 32px;
}

.tournament .tab-content .tab-pane .rounds .round .title {
    font-size: 11px;
    line-height: 14px;
    color: #dbe0e6;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.rounds .group .item .count {
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: auto;
    right: -1px;
    color: #dbe0e6;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    line-height: 38px;
    background-color: #444c54;
    border: 2px solid #444c54;
}

.rounds .group.winner .item .count {
    border-color: #f05a00;
    background-color: #666f79;
}

.tournament .tab-content .rounds .group {
    position: relative;
}

    .tournament .tab-content .rounds .group .items {
        border-left: none;
    }

    .tournament .tab-content .rounds .group .item .icon {
        width: 38px;
        height: 38px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: auto;
    }

.rounds .group .item .icon img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.tournament .tab-content .rounds .group .item .name {
    color: #dbe0e6;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    padding: 0 50px;
    display: block;
    line-height: 39px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tournament .tab-content .rounds .group .item {
    padding: 0;
    position: relative;
    background-color: #2c3238;
    border: 1px solid #5a6066;
    border-left: none;
    margin-top: -1px;
    display: block;
    border-radius: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.rounds .group .members {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    width: 250px;
    top: 30px;
    left: 20%;
    box-shadow: 0px 2px 30px rgba(27, 30, 34, 0.85);
    -moz-box-shadow: 0px 2px 30px rgba(27, 30, 34, 0.85);
    -webkit-box-shadow: 0px 2px 30px rgba(27, 30, 34, 0.85);
    border-left: 1px solid #5a6066;
}

.tournament .tab-content .rounds .group .members .item {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #30363b;
    cursor: default;
}

    .tournament .tab-content .rounds .group .members .item .icon {
        width: 30px;
        height: 30px;
        left: 10px;
        top: 5px;
    }

.tournament .tab-content .rounds .group.hearthstone .members {
    width: auto;
    left: auto;
    right: 40px;
}

    .tournament .tab-content .rounds .group.hearthstone .members .item {
        padding: 0 10px;
    }

        .tournament .tab-content .rounds .group.hearthstone .members .item .icon {
            position: relative;
            display: inline-block;
            left: 0;
        }

.tournament .tab-content .rounds .group.hearthstone .item .hs-icon {
    position: absolute;
    right: 20px;
    top: -13px;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
}

.tournament .tab-content .rounds .group.hearthstone .item .name {
    padding-right: 65px;
}

.tournament .tab-content .rounds .group.hearthstone .item .hs-icon svg {
    width: 64px;
    height: 64px;
}

.tournament .tab-content .rounds .group .members .item .name {
    padding-right: 0;
    color: #dbe0e6;
    font-weight: 400;
}

.tournament .tab-content .rounds .group .members .item:hover {
    background-color: #444c54;
}

.rounds .group:hover .members {
    opacity: 1;
    height: unset;
    overflow: unset;
    top: 20px;
    z-index: 800;
}

.rounds .group:hover {
    z-index: 2999;
}

.tournament .tab-content .rounds .pair.additional .group .item {
    background-color: transparent;
    border: 1px dashed #5a6066;
}

.tournament .tab-content .rounds .group .item .name {
    color: #aab1b8;
}

.tournament .tab-content .rounds .pair.additional .count, .tournament .tab-content .rounds .pair.additional .members {
    display: none;
}

.tournament .tab-content .rounds .round.last .pair .group:first-child:after, .tournament .tab-content .rounds .round.last .pair .group:last-child:after {
    display: none;
}

.tournament .tab-content .rounds .round.last .half:first-child .pair:after, .tournament .tab-content .rounds .round.last .half:last-child .pair:before {
    display: none;
}


.tournament .tab-content .rounds .half {
    min-height: 216px;
    position: relative;
    z-index: 21;
    margin-bottom: 20px;
}

.tournament .tab-content .rounds .group {
    position: relative;
}


.tournament .tab-content .rounds .pair.additional .group:first-child:after, .tournament .tab-content .rounds .pair.additional .group:last-child:after,
.tournament .tab-content .rounds .round3 .group:first-child:after, .tournament .tab-content .rounds .round3 .group:last-child:after {
    display: none;
}

.tournament .tab-content .rounds .half:last-child {
    z-index: 2;
}

.tournament .tab-content .rounds .half .members {
    z-index: 90000;
}

.tournament .tab-content .rounds .full {
    min-height: 450px;
    position: relative;
    margin-bottom: 22px;
}

.tournament .tab-content .rounds .pair .group:first-child:after, .tournament .tab-content .rounds .pair .group:last-child:after {
    position: absolute;
    content: "";
    width: 52px;
    height: 30px;
    left: calc(100% + 10px);
    top: 17.2px;
    background-image: url("../img/braces/brace1.svg");
    pointer-events: none;
}

.tournament .tab-content .rounds .pair.active-up .group:first-child:after, .tournament .tab-content .rounds .pair.active-down .group:last-child:after {
    background-image: url("../img/braces/brace1_active.svg");
    z-index: 56;
}

.tournament .tab-content .rounds .pair .group:last-child:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: -3.2px;
}

.tournament .tab-content .rounds .fourth .pair:first-child:before, .tournament .tab-content .rounds .fourth .pair:last-child:after {
    position: absolute;
    content: "";
    width: 54px;
    height: 64px;
    left: calc(100% + 62px); /*-43px;*/
    top: 45.5px; /*-13.9px;*/
    background-image: url("../img/braces/brace2.svg");
    pointer-events: none;
}

.tournament .tab-content .rounds .fourth .pair:last-child:after {
    top: -16.4px /*39px*/;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.tournament .tab-content .rounds .fourth .pair.active-up:before,
.tournament .tab-content .rounds .fourth .pair.active-down:after,
.tournament .tab-content .rounds .fourth .pair.active-down:before,
.tournament .tab-content .rounds .fourth .pair.active-up:after {
    background-image: url("../img/braces/brace2_active.svg");
    z-index: 56;
}

.tournament .tab-content .rounds .half:first-child .pair:after, .tournament .tab-content .rounds .half:last-child .pair:before {
    position: absolute;
    content: "";
    width: 58px;
    height: 124px;
    left: calc(100% + 61px); /*-44px;*/
    top: 44.5px;
    background-image: url("../img/braces/brace3.svg");
    pointer-events: none;
    z-index: 57;
}

.tournament .tab-content .rounds .halves:first-child {
    border: 1px solid red;
}

    .tournament .tab-content .rounds .halves:first-child .half:last-child .pair:before {
        display: none;
    }

.tournament .tab-content .rounds .half:last-child .pair:before {
}

.tournament .tab-content .rounds .half.active {
    z-index: 22;
}

.tournament .tab-content .rounds .half:last-child .pair:before {
    top: -77.4px; /*39.5px;*/
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.tournament .tab-content .rounds .half .pair.active-up:after, .tournament .tab-content .rounds .half .pair.active-down:before,
.tournament .tab-content .rounds .half .pair.active-up:before, .tournament .tab-content .rounds .half .pair.active-down:after {
    background-image: url("../img/braces/brace3_active.svg");
    z-index: 58;
}

.tournament .tab-content .rounds .half .pair, .tournament .tab-content .rounds .round3 .pair {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tournament .tab-content .rounds .full .pair {
    margin-top: 2px;
}

.tournament .tab-content #bracket .tab-content-scroll[data-simplebar] .simplebar-track.horizontal {
    display: block !important;
}

.tournament .tab-content #players .items .item.capitan .name, .tournament .tab-content .team-block .items .item.capitan .name {
    padding-bottom: 0;
    padding-top: 4px;
}

.tournament .tab-content #players .items .item .role, .team-block .item .role {
    font-size: 13px;
    line-height: 19px;
    color: #aab1b8;
    padding-left: 60px;
    display: block;
    padding-bottom: 4px;
}

.tournament {
    background-color: #383e44;
}


.tournament-championats {
    position: relative;
}

    .tournament-championats .view-all {
        position: absolute;
        right: 0;
        top: 1px;
        display: none !important;
    }

    .tournament-championats .list .item {
        padding: 20px 20px 39px 20px;
        border: 1px solid #666f79;
        background-color: #2c3238;
        margin-bottom: 20px;
        box-shadow: 0px 10px 20px rgba(24, 32, 43, 0.7);
        -moz-box-shadow: 0px 10px 20px rgba(24, 32, 43, 0.7);
        -webkit-box-shadow: 0px 10px 20px rgba(24, 32, 43, 0.7);
    }

    .tournament-championats .item .img {
        left: 0;
        width: 100%;
        height: 176px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        border-top: 1px solid rgba(115,124,133,0.5);
    }

    .tournament-championats .item .top {
        padding-bottom: 20px;
    }

    .tournament-championats .item .title {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
    }

    .tournament-championats .item .dates {
        color: #c6ced5;
        font-size: 12px;
        font-weight: 500;
        padding-top: 7px;
    }

    .tournament-championats .item .price {
        float: right;
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        line-height: 37px;
        white-space: nowrap;
    }

    .tournament-championats .item .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #2c3238;
        height: 39px;
        text-align: center;
        border-top: 1px solid rgba(115,124,133,0.5);
    }

        .tournament-championats .item .bottom a, .tournament-championats .item .bottom > span {
            font-size: 12px;
            line-height: 39px;
            color: #aab;
            margin: 0 5%;
            display: inline-block;
            padding-top: 0;
            width: unset;
            height: unset;
            background-color: transparent;
            border-radius: 0;
            font-weight: bold;
        }

        .tournament-championats .item .bottom svg {
            width: 18px;
            height: 16px;
            margin-right: 8px;
            position: relative;
            top: -1px;
            fill: #cdd0d2;
            opacity: 0.4;
        }

.no-touch .tournament-championats .item .bottom a:hover {
    text-decoration: none;
}

    .no-touch .tournament-championats .item .bottom a:hover svg {
        opacity: 1;
    }

.tournament-championats .item .bottom .prizes svg {
    width: 17px;
    height: 18px;
}

.tournament-championats .item .bottom .players svg {
    width: 19px;
    height: 13px;
}

.tournament-championats .item .bottom .share svg {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.tournament-championats .list .more {
    margin: 0 10px;
}

.ContentFlow .flow {
    overflow: hidden;
}

.promo.transition .slick-slide.slick-current {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.promo .item {
    position: relative;
}

    .promo .item .img {
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .promo .item .img img {
            width: 100%;
            height: auto;
        }

    .promo .item .content {
        width: 40%;
        position: absolute;
        left: 50px;
        padding-left: 20px;
        top: /*72px;*/ 3vw;
        z-index: 2;
    }

    .promo .item .title, .promo .item h1, .promo .item h3 {
        color: #ffffff;
        font-weight: 700;
        font-size: 48px;
        line-height: 50px;
        margin: 0;
    }

    .promo .item .text {
        padding-top: 10px;
        padding-bottom: 26px;
        color: #79869a;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .promo .item .btn {
        font-size: 12px;
        font-weight: 600;
        color: #c6ced5;
        line-height: 15px;
        position: relative;
        left: -10px;
        border-radius: 3px;
        margin-right: 5px;
        /*  margin-top: 15px;*/
    }

.promo {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out !important;
    -moz-transition: opacity 0.3s ease-out !important;
    -ms-transition: opacity 0.3s ease-out !important;
    -o-transition: opacity 0.3s ease-out !important;
    transition: opacity 0.3s ease-out !important;
}

    .promo .item {
        /* display: none;*/
    }

    .promo.slick-initialized {
        opacity: 1;
    }

        .promo.slick-initialized .item {
            display: block;
        }

/*.promo.slick-slider {
        height: unset;
    }

    .promo .slick-list {
        min-height: 100% !important;
    }*/

.no-touch .promo .item:hover .btn {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #ffffff;
}

.no-touch .promo .item:hover .btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.no-touch .promo .item .detail.mouseover .btn {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.no-touch .promo .item:hover .btn-black:hover {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #ffffff;
}

.promo .slick-dots {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 40;
}

    .promo .slick-dots li {
        position: relative;
        display: block;
        text-align: center;
        margin: 30px 0;
        padding: 0;
        cursor: pointer;
    }

        .promo .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            padding: 3px;
            width: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            height: unset;
            outline: none;
            background: transparent;
        }

            .promo .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 8px;
                height: 8px;
                content: '';
                background-color: transparent;
                border-radius: 50%;
                border: 1px solid #666f79;
            }

        .promo .slick-dots li.slick-active button:before {
            background-color: #f05a00;
            border-color: transparent;
            width: 6px;
            height: 6px;
            left: 1px;
        }



.promo .item .icon {
    position: absolute;
    left: -30px;
    top: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: normal;
    border: 1px solid #666f79;
}

    .promo .item .icon > svg {
        width: 8px;
        height: 12px;
        stroke: #666f79;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 50%;
        margin-left: -4px;
    }

.promo .item .icon-animate {
    border-radius: 50%;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    top: 0px;
    display: none;
}

.promo .item .active .icon-animate {
    display: block;
}

.promo .item .icon-animate svg {
    position: relative;
    left: -1px;
    top: -1px;
}

    .promo .item .icon-animate svg rect.btn-color {
        stroke: #f05a00;
        fill: white;
        stroke-dasharray: 453;
        stroke-dashoffset: 0;
    }


.dsp .lang-switch {
    position: relative;
    left: -15px;
    margin-bottom: 17px;
}

    .dsp .lang-switch .bootstrap-select > .dropdown-toggle, .dsp .lang-switch .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        height: 30px;
        line-height: 30px;
        color: #c6ced5;
    }

    .dsp .lang-switch .bootstrap-select > .dropdown-toggle {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dsp .lang-switch .bootstrap-select .dropdown-toggle:after {
        right: 15px;
        top: 8px;
        border-top-color: rgba(255,255,255,0.4);
        border: none;
    }

.modal-overlaytype .row {
    margin: 0 -12px;
}

.modal-overlaytype div[class*='col'] {
    padding: 0 12px;
}

.modal-overlaytype .item {
    position: relative;
    top: 0;
    display: block;
    height: 262px;
    background-color: #ffffff;
    margin-bottom: 40px;
    margin-top: 5px;
    margin-top: 40px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.no-touch .modal-overlaytype .item:hover {
    top: -10px;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.15);
    border: 2px solid #f5a623;
}

.modal-overlaytype .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
    max-width: 160px;
}

.modal-overlaytype .item-start {
    border-radius: 70px 0 0 70px;
}

.modal-overlaytype .item-intermission {
    border-radius: 0 70px 70px 0;
}

.modal-overlaytype .item span {
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0b1f30;
}

.modal-overlaytype .text-down {
    padding-bottom: 20px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}



.ContentFlow .plyr__control.plyr__control--overlaid[data-plyr=play], .ContentFlow .plyr--video .plyr__controls {
    display: none;
}

.ContentFlow {
    opacity: 0;
}

    .ContentFlow.initialize {
        opacity: 1;
    }

.page > .text {
    font-size: 13px;
    color: #dbe0e6;
}

header .search-panel .close {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 801;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    background-color: #383e44;
    display: none;
}

header .search-panel.open .close {
    display: block;
}

header .search-panel .close:after {
    position: absolute;
    content: "+";
    font-weight: 300;
    left: 3px;
    pointer-events: none;
    top: 0;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    color: #737c85;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.invalid-feedback {
    color: #dc3545;
    font-size: 13px;
}

.help-block.with-errors {
    position: absolute;
    color: #dc3545;
    font-size: 13px;
    right: 0;
    top: auto;
    background-color: #f8f8f9;
    width: 100%;
    text-align: right;
    z-index: 90;
}

.modal .help-block.with-errors {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 65px;
    z-index: 900;
}
.modal .help-block.with-errors.right{
    left: auto;
    right: 0;
}

    .modal .help-block.with-errors.help-block-amount {
        left: 15px;
        bottom: 81px;
    }

    .modal .help-block.with-errors ul {
        padding: 5px 10px;
        position: absolute;
        background-color: #ea0013;
        border-radius: 6px;
        width: 100%;
        text-align: left;
        color: #ffffff;
        font-size: 11px;
        line-height: 18px;
        bottom: calc(100% - 18px);
        min-width: 100px;
        width: auto;
        left: 0;
        list-style: none;
    }
    .modal .help-block.with-errors.right ul {
        left: auto;
        right: 0;
    }
        .modal .help-block.with-errors ul::after {
            content: "";
            position: absolute;
            bottom: -3.5px;
            top: auto;
            left: 22px;
            border-width: 3.5px 3.5px 0;
            border-style: solid;
            border-color: #ea0013 transparent;
            display: block;
            width: 0;
        }
        .modal .help-block.with-errors.right ul::after {
            left: auto;
            right: 22px;
        }
.modal .form-group-checkbox .help-block.with-errors {
    width: auto;
    left: 5px;
    top: -25px;
}

    .modal .form-group-checkbox .help-block.with-errors ul {
        min-width: 150px;
        max-width: 100%;
        min-width: max-content;
        white-space: nowrap;
    }

.modal .form-group.has-danger input {
    border: 1px solid #ea0013;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 1599.98px) and (max-width: 1919.98px) { /* xxl */
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}


@media (min-width: 1920px) { /* xxxl */
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.666667%;
    }
}


.msg-win {
    background-color: #f8f8f9;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    max-width: 400px;
    width: 100%;
}

    .msg-win:before {
        position: absolute;
        left: 0;
        top: 0;
        background-color: red;
        width: 6px;
        height: 100%;
        content: "";
        border-radius: 3px 0 0 3px;
    }

    .msg-win.msg-info:before {
        background-color: #f5a623;
    }

    .msg-win.msg-error:before {
        background-color: #d0021b;
    }

    .msg-win.msg-ok:before {
        background-color: #6dba19;
    }

    .msg-win .icon {
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .msg-win .icon svg {
            width: 48px;
            height: 48px;
        }

    .msg-win.msg-error .icon svg {
        width: 48px;
        height: 42px;
    }

    .msg-win.msg-anime .icon {
        top: 0;
        left: 6px;
        height: 100%;
        width: 140px;
        overflow: hidden;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
    }

        .msg-win.msg-anime .icon img {
            position: absolute;
            bottom: 0;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .msg-win .description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .msg-win.msg-icon .description {
        padding-left: 96px;
    }

    .msg-win.msg-anime .description {
        padding-left: 146px;
    }

    .msg-win .description .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 8px;
        color: #282d33;
        border: none;
    }

    .msg-win .description .text {
        font-size: 13px;
        line-height: 17px;
        color: #383e44;
        font-weight: 500;
    }

    .msg-win .description .btns {
        margin-top: 20px;
    }

    .msg-win .btn {
        font-size: 11px;
        font-weight: bold;
        padding: 13px 20px;
    }

    .msg-win .btn-cancel {
        border: 1px solid #aab2ba;
        background-color: #ffffff;
        color: #383e44;
        margin-left: 5px;
    }
    /*.no-touch .msg-win .description .btns .btn-cancel:hover{
  background-color: #e6e7e7;
}*/

    .msg-win .btn-ok {
        color: #ffffff;
    }

    .msg-win.msg-error .btn-ok {
        background-color: #d0021b;
    }

    .msg-win.msg-info .btn-ok {
        background-color: #f5a623;
    }

    .msg-win.msg-ok .btn-ok {
        background-color: #417505;
    }

    .msg-win .close svg {
        width: 19px;
        height: 19px;
        stroke: #9b9b9b;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }

    .msg-win .close {
        position: absolute;
        opacity: 1;
        z-index: 45;
        right: 13px;
        top: 13px;
    }


.modal-launchoverlay .text-up {
    padding-bottom: 20px;
    border-bottom: 1px solid #c4cdd3;
    color: #666f79;
}

.modal-launchoverlay .step {
    position: relative;
    color: #666f79;
    font-size: 13px;
    margin: 32px 0;
    padding-left: 50px;
    line-height: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .modal-launchoverlay .step i {
        font-style: normal;
        color: #98a1ac;
    }

    .modal-launchoverlay .step .num {
        position: absolute;
        left: 0;
        margin-top: -2px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        border-radius: 50%;
        text-align: center;
        width: 28px;
        height: 28px;
        line-height: 28px;
        color: #ffffff;
        background-color: #84929b;
        font-size: 15px;
        font-weight: bold;
    }

    .modal-launchoverlay .step a {
        color: #e89000;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    .modal-launchoverlay .step .btn {
        background-color: #f5a623;
        margin-right: 25px;
        position: relative;
        top: -2px;
        color: #ffffff;
        font-size: 13px;
        box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        display: inline-table;
        margin-right: 20px;
    }

    .modal-launchoverlay .step .info {
        border-radius: 50%;
        text-align: center;
        width: 16px;
        height: 16px;
        line-height: 16px;
        color: #ffffff;
        background-color: #84929b;
        font-size: 12px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        position: relative;
        top: -2px;
        display: none;
    }

.widget .main-sidebar .setup {
    height: calc(50% - 4px);
    width: 100%;
}

    .widget .main-sidebar .setup .simplebar-scroll-content {
        margin-bottom: 0 !important
    }

    .widget .main-sidebar .setup .simplebar-content {
        padding-bottom: 0 !important;
    }

.widget .main-sidebar .widget-panel {
    height: calc(50% - 4px);
    width: 100%;
}

.widget .main-sidebar #splitter {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(50% - 4px);
    height: 8px;
    cursor: ns-resize;
    text-align: center;
}

    .widget .main-sidebar #splitter svg {
        width: 15px;
        height: 6px;
        position: absolute;
        top: 1.5px;
        left: auto;
    }

.comments *, .comments .mc-c {
    font-family: "Montserrat" !important;
}

.comments .cc .mc-head .mc-comment-star, .comments .mc-nav.mc-useract {
    display: none !important;
}

.comments .mc-avatar-wrap {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.comments .cc .mc-form img.mc-avatar, .comments .mc-c .mc-anonym-avatar {
    width: 100% !important;
    height: auto !important;
}

.comments .mc-nocomments {
    color: #c6ced5 !important;
}

.comments .cc .mc-nav li a, .comments .cc .mc-sort li.mc-active a {
    color: #dbe0e6 !important;
    border: none !important;
}

    .comments .cc .mc-nav li a:hover, .comments .cc .mc-sort li.mc-active a:hover {
        color: #ffffff !important;
    }

.comments .cc .mc-sort.mc-nav li.mc-active .mc-sort-hover {
    background-color: #dbe0e6 !important;
}

.comments .cc .mc-text-wrap .mc-textarea {
    height: 25px !important;
    min-height: 25px !important;
    font-family: "Montserrat" !important;
}

.comments .cc .mc-h6 {
    color: #dbe0e6 !important;
}

.comments .mc-c .mc-auth-anonym input {
    height: 40px !important;
    margin-left: 10px !important;
}

.comments .cc .mc-head .mc-user-menu .mc-menu-toggle, .comments .cc .mc-head .mc-user-menu .mc-menu-toggle:hover {
    color: #dbe0e6 !important;
}

.comments .mc-c .mc-btn2 {
    padding: 0 25px !important;
    background-color: #f05a00 !important;
    color: #ffffff !important;
}

.comments .cc .mc-menu-toggle {
    background: none !important;
    position: relative !important;
    color: #dbe0e6 !important;
}

    .comments .cc .mc-menu-toggle:after {
        margin-top: 5px;
        position: absolute;
        right: 0;
        top: 1px;
        left: auto;
        float: right;
        border-top: 6px solid rgba(255,255,255,0.4);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
    }

@media (max-width: 767.98px) {
    .comments .cc .mc-dropdown-menu li a {
        background-color: #2c3238 !important;
    }

        .comments .cc .mc-dropdown-menu li a:hover {
            background-color: #444c54 !important;
            color: #ffffff !important;
        }

    .comments .cc .mc-dropdown-menu li {
        border: none !important;
        border-bottom: none !important;
    }

    .comments .cc .mc-dropdown-menu {
        border: 1px solid #444c54 !important;
    }
}

.comments a, .comments li {
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.modal-withdrawal .coming-soon {
    text-align: center;
    padding: 40px 0 20px;
}

    .modal-withdrawal .coming-soon .text {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        padding-top: 30px;
    }

.modal.with-confirm.show-confirm .modal-content:after {
    content: "";
    background-color: rgba(255,255,255,.9);
    position: absolute;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.modal.with-confirm .confirm {
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .modal-dialog.loader {
    max-height: 90%;
    overflow: hidden;
}

.QOverlay {
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.QLoader {
    height: 100px;
    text-align: center;
    width: 100%;
}

    .QLoader svg {
        width: 26px;
        height: 20px
    }

    .QLoader span {
        display: inline-block;
        -webkit-transform: scale(5);
        -ms-transform: scale(5);
        -o-transform: scale(5);
        transform: scale(5);
        position: relative;
        top: -15px;
    }

        .QLoader span.vanish {
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        .QLoader span svg {
            animation-name: spin1;
            animation-duration: 1000ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.modal-connectto .title {
    border-bottom: 1px solid #dbe0e6;
}

.modal-connectto .item {
    padding: 20px;
    padding-left: 140px;
    position: relative;
    text-align: left;
    display: block;
    border: 1px solid transparent;
    border-radius: 40px;
    margin: 15px 0;
}

    .modal-connectto .item .status {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.modal-connectto .img {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .modal-connectto .img img {
        width: 40px;
        height: auto;
    }

.no-touch .modal-connectto .item:hover {
    border-color: #c6ced5;
    background-color: #fbfbfc;
    text-decoration: none;
}

    .no-touch .modal-connectto .item:hover .text {
        text-decoration: none;
    }

.modal-connectto .status {
    background-color: #ffffff;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 20px;
    border: none;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
    display: none;
}

    .modal-connectto .status:after {
        content: "";
        cursor: pointer;
        left: 7px;
        position: absolute;
        text-align: center;
        top: 3px;
        background-color: transparent;
        color: #f05a00;
        display: block;
        width: .35em;
        height: .7em;
        border-style: solid;
        border-width: 0 .15em .15em 0;
        -webkit-transform: scale(0) rotate(45deg);
        -ms-transform: scale(0) rotate(45deg);
        -o-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    .modal-connectto .status.ok {
        display: block;
    }

        .modal-connectto .status.ok:after {
            -webkit-transform: scale(1) rotate(45deg);
            -ms-transform: scale(1) rotate(45deg);
            -o-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

.modal-connectto .form button.btn {
    margin: 20px 0;
    width: 100%;
}

.dsp .page.about {
    padding-top: 0;
    padding-bottom: 0;
}

    .page.about .top-image {
        position: relative;
        left: -55px;
        width: calc(100% + 110px);
    }

        .page.about .top-image img {
            width: 100%;
            height: auto;
        }

    .page.about .text h3 {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page.about .social a {
        width: unset;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        margin-right: 5px;
        border: 1px solid #666F79;
        display: inline-block;
        border-radius: 4px;
        padding: 0 15px;
        color: #888e94;
        font-size: 13px;
        font-weight: 500;
        vertical-align: top;
    }

    .page.about .text {
        padding-bottom: 10px;
    }

    .page.about .social {
        padding-bottom: 30px;
    }

.no-touch .page.about .social a:hover {
    text-decoration: none;
}

.page.about .social a.likes svg, .page.about .social a.share svg {
    fill: #aab1b8;
}

.page.about .text i, .page.about .text .date {
    font-style: normal;
    color: #aab1b8;
    font-size: 12px;
}


.modal-hearthstone .form-group input[type="checkbox"] + span:not(.img) {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
}

    .modal-hearthstone .form-group input[type="checkbox"] + span:not(.img) > .img {
        border: 3px solid transparent;
        border-radius: 50%;
    }

    .modal-hearthstone .form-group input[type="checkbox"] + span:not(.img):after {
        color: #f05a00;
        display: none;
    }

.modal-hearthstone .form-group input[type="checkbox"]:checked + span:not(.img) > .img {
    border: 3px solid #f05a00;
}

.modal-hearthstone .modal-body .form .form-group-checkbox label {
    padding-left: 0;
    display: block;
    cursor: pointer;
}

.modal-hearthstone .form-group-checkbox .img img {
    width: 100%;
    height: auto;
}

.modal-hearthstone .form-group-checkbox .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100px;
    display: inline-block;
    text-align: center;
}

.modal-hearthstone .form button {
    width: auto;
    left: 0;
}

.no-touch .modal-hearthstone .modal-body .form .form-group-checkbox label:hover .img, .modal-hearthstone .form-group input[type="checkbox"]:checked + span:not(.img) .img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.modal-withdrawal .title {
    margin-bottom: 15px;
}

.modal-withdrawal .info {
    color: #888e94;
    padding: 0 0 15px 0;
}

    .modal-withdrawal .info > div {
        padding: 4px 0;
    }

    .modal-withdrawal .info b {
        padding-left: 10px;
        color: #54626d;
    }

.modal-withdrawal .method {
    padding-left: 30px;
}

    .modal-withdrawal .method .no-methods {
        color: #888e94;
        font-size: 13px;
        line-height: 16px;
        margin-top: 32px;
    }

    .modal-withdrawal .method .dropdown.bootstrap-select, .modal-card-transfer .dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .modal-card-transfer .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle  {
        width: 100%;
    }

    .modal-withdrawal .method .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
    .modal-card-transfer .bootstrap-select .dropdown-toggle .filter-option-inner-inner  {
        line-height: 47px;
    }

    .modal-withdrawal .method .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle,
    .modal-card-transfer .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle,
    .modal-card-account-withdrawal .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle {
        height: 40px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
        -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
        -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    }

    .modal-withdrawal .method .dropdown-dsp .dropdown-menu {
        width: calc(100% + 40px);
        margin-top: 0;
        z-index: 300;
    }

        .modal-withdrawal .method .dropdown-dsp .dropdown-menu .inner,  .modal-card-transfer .dropdown-dsp .dropdown-menu .inner,
        .modal-card-account-withdrawal .dropdown-dsp .dropdown-menu .inner{
            overflow-x: hidden;
            width: 100%;
        }

    .modal-withdrawal .method .dropdown-dsp .bootstrap-select .dropdown-toggle:after, .modal-card-tranfer .dropdown-dsp .bootstrap-select .dropdown-toggle:after {
        top: 15px;
    }
    .modal-withdrawal .method .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle,
    .modal-withdrawal .method .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle:hover,
    .modal-withdrawal .method .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle:active,
    .modal-withdrawal .method .dropdown-dsp .dropdown.bootstrap-select > .dropdown-toggle:focus {
        background-color: #ffffff;
        padding-top: 0;
        padding-bottom: 0;
        border-color: #ffffff;
        box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4) !important;
        -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4) !important;
        -webkit-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4) !important;
        border-radius: 12px;
    }
        .modal-withdrawal ~ .bootstrap-select .dropdown-item.active, .modal-withdrawal .dropdown-item:active {
            background-color: #dbe0e6;
        }
        .modal-withdrawal ~ .bootstrap-select .dropdown-menu {
            background-color: #ffffff;
        }
.dsp-2021 .dropdown-dsp-light .bootstrap-select.show .dropdown-toggle:after {
    border-bottom-color: #f3762b !important;
    top: 18px;
}

.dsp-2021 .modal input[type="text"], .dsp-2021 .modal input[type="search"], .dsp-2021 .modal input[type="email"], .dsp-2021 .modal input[type="password"],
.dsp-2021 .modal input[type="number"], .dsp-2021 .modal input[type="date"], .dsp-2021 .modal input[type="time"], .dsp-2021 .modal input[type="tel"], .dsp-2021 .modal textarea {
        border-radius: 12px;
}
.modal input[type="text"], .modal input[type="search"], .modal input[type="email"], .modal input[type="password"],
.modal input[type="number"], .modal input[type="date"], .modal input[type="time"], .modal input[type="tel"], .modal textarea {
        font-family: "Inter";
}
.no-touch .dropdown-dsp-light .dropdown-menu ul li:hover, .dsp .dropdown-dsp-light .dropdown-menu ul li.active, .dsp-2021 .dropdown-dsp-light .dropdown-menu ul li:hover,
.dsp .dropdown-dsp-light .dropdown-menu ul li:hover, .dsp .dropdown-dsp-light .dropdown-menu ul li:focus {
    background-color: #dbe0e6;
}
.dsp .modal .dropdown.bootstrap-select > .dropdown-toggle.btn-light:focus{
            background-color: #ffffff;
            border-radius: 12px;
        }
.dsp .settings .dropdown.bootstrap-select > .dropdown-toggle.btn-light:focus{
            background-color: #2c3238;
        }

  .dsp .modal  .label .currency-select .dropdown-toggle.btn-light:focus {
            background-color: initial;
        }
.dsp .settings .personal .input .label .bootstrap-select > .dropdown-toggle:focus {
    background-color: transparent;
}


.modal-withdrawal .donate-card {
    margin-bottom: 20px;
    position: relative;
    left: 0;
    width: 100%;
}

    .modal-withdrawal .donate-card .top {
        position: relative;
        background-color: #EDEEEF;
       /* border-radius: 4px 4px 0 0; */
        border-radius: 12px 12px 0 0;
        border: 1px solid #cdd0d2;
        border-bottom: none;
    }

    .modal-withdrawal .donate-card .card-body {
        position: relative;
        background-color: #f8f8f9;
       /* border-radius: 0 0 4px 4px; */
        border-radius: 0 0 12px 12px;
        border: 1px solid #cdd0d2;
        border-top: none;
    }

    .modal-withdrawal .donate-card .card-title {
        border: none;
        margin: 0;
        font-size: 14px;
        line-height: 17px;
        color: #54626d;
        padding: 15px 20px;
        opacity: 1;
        display: inline-block;
    }

    .modal-withdrawal .donate-card .status {
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #7ed321;
        padding-left: 30px;
    }

        .modal-withdrawal .donate-card .status.ok {
            color: #7ed321;
        }

        .modal-withdrawal .donate-card .status.error {
            color: #f05a00;
        }

    .modal-withdrawal .donate-card .text {
        color: #888e94;
        font-size: 13px;
        line-height: 16px;
        margin-top: 20px;
    }

    .modal-withdrawal .donate-card .img, .modal-withdrawal .donate-card .cardnum {
        display: inline-block;
        vertical-align: middle;
    }

    .modal-withdrawal .donate-card .cardnum {
        width: calc(100% - 140px);
    }

.modal-withdrawal .donate-card-visa .cardnum, .modal-withdrawal .donate-card-mc .cardnum {
     width: calc(100% - 140px);
}

.modal-withdrawal .donate-card .img {
    padding: 0 40px 0 20px;
    width: 140px;
    text-align: center;
}

.modal-withdrawal .donate-card-paypal .img {
    padding: 0 40px 0 0;
    width: 150px;
    text-align: center;
}

.modal-withdrawal .donate-card .img img {
    width: 100%;
    height: auto;
}

.modal-withdrawal .donate-card .cardnum input {
    background-color: #edeeef;
    border-radius: 4px;
    border: none;
    color: #888e94;
    font-size: 13px;
    line-height: calc(2.25rem + 4px);
    font-weight: bold;
    padding: 0 20px;
    width: 100%;
    left: 0;
    cursor: default;
}
.dsp-2021 .modal-withdrawal .donate-card .cardnum input {
    border-radius: 12px;
}
    .modal-withdrawal .donate-card-visa .cardnum input, .modal-withdrawal .donate-card-mc .cardnum input {
    padding: 0 15px;
    left: -20px;
    width: calc(100% + 20px);
}

.modal-withdrawal .buttons {
    height: 70px;
}

    .modal-withdrawal .buttons .btn {
        float: right;
        right: 0;
        left: unset;
        width: unset;
    }

.modal-withdrawal .input-with-label .dropdown-menu.show {
    min-width: 60px !important;
}

.modal-withdrawal .donate-type .btn {
    width: unset;
    left: unset;
}

.input-with-label .dropdown-menu.show {
    background-color: #edeeef;
}


.form-group.required .control-label:after {
    content: "*";
    color: #f05a00;
}



/**********************  DASHBOARD  ************************/

.dsp .dashboard .title {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 18px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.dsp .dashboard .sources {
    font-size: 0;
}

    .dsp .dashboard .sources a {
        display: inline-block;
        text-transform: uppercase;
        color: #aab1b8;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
        background-color: #2c3238;
        border-right: 1px solid #383e44;
        padding: 9px 20px;
    }

        .dsp .dashboard .sources a.active, .dsp.no-touch .dashboard .sources a:hover {
            color: #f05a00;
            background-color: #272c32;
            text-decoration: none;
        }

        .dsp .dashboard .sources a:first-child {
            border-radius: 4px 0 0 4px;
        }

        .dsp .dashboard .sources a:last-child {
            border-radius: 0 4px 4px 0;
            border-right: none;
        }

.dsp .dashboard .timeline {
    font-size: 0;
    position: relative;
    top: 3px;
    float: right;
    display: inline-block;
}

    .dsp .dashboard .timeline .nav {
        margin-top: 0;
    }

.dsp .settings .dashboard .timeline .tabs-wrap:after {
    display: none;
}

.dsp .dashboard .timeline a, .dsp .settings .dashboard .timeline .nav-item .nav-link {
    display: inline-block;
    text-transform: uppercase;
    color: #666f79;
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px 12px;
    border-bottom: 2px solid #666f79;
}

    .dsp .dashboard .timeline a.active, .dsp.no-touch .dashboard .timeline a:hover {
        color: #f05a00;
        text-decoration: none;
        border-bottom-color: #f05a00;
    }

.settings .timeline .nav-item {
    margin-right: 0;
}

.dsp .dashboard .timeline a:first-child, .dsp .settings .dashboard .timeline .nav-item:first-child .nav-link {
    padding-left: 0;
}

.dsp .dashboard .timeline a:last-child, .dsp .settings .dashboard .timeline .nav-item:last-child .nav-link {
    padding-right: 0;
}

.dsp .dashboard .analytics {
    margin-top: 20px;
    background-color: #2c3238;
    border-radius: 4px;
}

.dsp .dashboard .head {
    background-color: #272c32;
    border-radius: 4px 4px 0 0;
    padding: 15px 20px;
}

    .dsp .dashboard .head .title {
        text-transform: none;
        font-size: 16px;
        line-height: 18px;
        padding: 7px 0;
        display: inline-block;
    }

    .dsp .dashboard .head .setup {
        float: right;
    }

.dsp .dashboard .analytics .head .setup .type {
    display: none;
}

.dsp .dashboard .head:before, .dsp .dashboard .head:after {
    display: table;
    content: ''
}

.dsp .dashboard .head:after {
    clear: both;
}

.dsp .dashboard .analytics .values {
    padding: 20px 20px 25px;
}

    .dsp .dashboard .analytics .values .row {
        margin: 0 -5px;
    }

    .dsp .dashboard .analytics .values div[class*='col-'] {
        padding: 0 5px;
    }

    .dsp .dashboard .analytics .values .item {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 18px;
        font-weight: 500;
        color: #ffffff;
        border-radius: 4px;
        padding: 20px;
        width: 100%;
        background-color: #373e46;
        cursor: pointer;
        display: block;
    }

        .dsp .dashboard .analytics .values .item .details {
            text-align: right;
            font-size: 10px;
            line-height: 14px;
            color: #6b7178;
            font-weight: 600;
            margin-bottom: -13px;
            font-weight: 600;
        }

            .dsp .dashboard .analytics .values .item .details b {
                color: #ffffff;
                font-weight: 600;
                padding-left: 2px;
            }

.dsp.no-touch .dashboard .analytics .values .item:hover {
    background-color: #373e46;
}

.dsp .dashboard .analytics .values .item.off {
    background-color: #282e34;
}

.dsp .dashboard .analytics .values label {
    position: relative;
    padding-left: 15px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6b7178;
    display: block;
    margin-top: 7px;
    pointer-events: none;
}

    .dsp .dashboard .analytics .values label::after {
        position: absolute;
        content: "";
        top: 2px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ccc;
    }

.dsp .dashboard .analytics .values .donations label::after {
    background-color: #2dcc70;
}

.dsp .dashboard .analytics .values .subscribers label::after {
    background-color: #9941f0;
}

.dsp .dashboard .analytics .values .followers label::after {
    background-color: #417fdc;
}

.dsp .dashboard .analytics .values .cheers label::after {
    background-color: #84dce8;
}

.dsp .dashboard .analytics .values .item.off label::after {
    background-color: #6b7178;
}

.dsp .dashboard .analytics .chart {
    padding: 10px 20px;
    position: relative;
    z-index: 30;
}

.dsp .dashboard .lists {
    margin-top: 20px;
}

.dsp .dashboard .head .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

    .dsp .dashboard .head .item.from, .dashboard .head .item.to {
        background-color: #31383f;
        border-radius: 4px;
        color: #ffffff;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        padding: 8px 10px;
    }

        .dsp .dashboard .head .item.from::after {
            content: "";
            position: absolute;
            top: 14px;
            right: -25px;
            width: 10px;
            height: 1px;
            background-color: #666f79;
        }

    .dsp .dashboard .head .item.to {
        margin-left: 30px;
    }

    .dsp .dashboard .head .item.icon {
        margin-right: 8px;
    }

    .dsp .dashboard .head .item:last-child {
        margin-right: 0;
    }

    .dsp .dashboard .head .item svg {
        fill: #6B7178;
    }

.dsp.no-touch .dashboard .head .item a:hover svg {
    fill: #ffffff;
}

.dsp .dashboard .head .history-clock svg {
    width: 16px;
    height: 16px;
}

.dsp .dashboard .head .recycle-bin svg {
    width: 12px;
    height: 16px;
}

.donations .icon.launch a {
    position: relative;
    z-index: 1;
}

.icon.launch svg {
    width: 16px;
    height: 16px;
    fill: #6b7178;
}
.donations .icon.launch svg {
    position: relative;
    top: 2px;
}
.donations .icon.launch a .tooltip {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    bottom: 4px;
    right: 23px;
    opacity: 1;
    width: 30vw;
    text-align: right;
    line-height: 13px;
    letter-spacing: -0.3px;
}

.page.donations.dashboard .title {
    font-size: 15px;
    padding-top: 21px;
}

.dsp .dashboard .head .setup .btn {
    color: #ffffff;
    background-color: #31383f;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    line-height: 30px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 13px;
    position: relative;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-year {
    width: 80px;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-month {
    width: 95px;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-day {
    width: 65px;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-week {
    width: 87px;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-month .dropdown-menu {
    width: 95px;
    background-color: #31383f;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .bs-deselect-all {
    display: none;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .bs-select-all {
    width: 100%;
    text-align: left;
    padding: 0 6px;
    line-height: unset;
    height: unset;
    color: #52575c;
}

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .bs-select-all:hover, .dsp .dashboard .head .bootstrap-select.ds-dropdown-type.all-selected .dropdown-menu .bs-select-all {
        color: #ffffff;
    }

.dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu li.selected a {
    color: #ffffff;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu {
    background-color: #31383f;
}

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .dropdown-item .bs-ok-default:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        border-radius: 2px;
        width: 16px;
        height: 16px;
        background-color: #383e44;
        border-width: 0;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu li a span.check-mark {
        display: inline-block;
        position: absolute;
        right: 13px;
        top: 5px;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu li a.selected span.check-mark {
        top: 8px;
        right: 16px;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .dropdown-item.selected .bs-ok-default:after {
        width: 10px;
        height: 10px;
        background-color: #eee;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .item-donations.selected .bs-ok-default:after {
        background-color: #2dcc70;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .item-subscribers.selected .bs-ok-default:after {
        background-color: #9941f0;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .item-followers.selected .bs-ok-default:after {
        background-color: #417fdc;
    }

    .dsp .dashboard .head .bootstrap-select.ds-dropdown-type .dropdown-menu .item-cheers.selected .bs-ok-default:after {
        background-color: #84dce8;
    }

.dsp .dashboard .top .head .title {
    width: calc(100% - 80px);
    padding: 0;
}

.dsp .dashboard .head .bootstrap-select.ds-dropdown-title {
    width: 100%;
}

.dsp .bootstrap-select.ds-dropdown-small.show .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #2c3238;
    margin-top: 0;
}

.dsp .bootstrap-select.ds-dropdown-small.dropup.show .dropdown-menu {
    border-radius: 4px 4px 0 0;
    top: 3px !important;
}

.dsp .bootstrap-select.ds-dropdown-small > .dropdown-toggle {
    border-radius: 4px;
    padding: 0 13px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 30px;
}

.dsp .bootstrap-select.ds-dropdown-small.show > .dropdown-toggle {
    border-radius: 4px 4px 0 0;
}

.dsp .bootstrap-select.ds-dropdown-small.dropup.show > .dropdown-toggle {
    border-radius: 0 0 4px 4px;
}

.dsp .bootstrap-select.ds-dropdown-small .dropdown-toggle .filter-option-inner-inner {
    height: 30px;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dsp .bootstrap-select.ds-dropdown-small.fit-width .dropdown-toggle .filter-option-inner-inner {
    height: 30px;
    line-height: 32px;
    display: inline;
    padding-right: 5px;
}

.dsp .bootstrap-select.ds-dropdown-small > .dropdown-toggle {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}

.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small > .dropdown-toggle {
    text-transform: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.dsp .bootstrap-select.ds-dropdown-small > .dropdown-toggle:after {
    text-align: center;
    top: 5px;
    right: 10px;
    background-color: transparent;
    color: #6b7178;
    display: block;
    width: .65em;
    height: .65em;
    border-style: solid;
    border-right-color: #6b7178;
    border-width: 0 .17em .17em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dsp .dashboard .top .title .bootstrap-select > .dropdown-toggle:after {
    top: 6px;
    right: 3px;
    width: .47em;
    height: .47em;
    border-style: solid;
    border-right-color: #6b7178;
    border-width: 0 .11em .11em 0;
}

.dsp .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle,
.dsp .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle:active,
.dsp .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle:focus,
.dsp .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle.active,
.dsp .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle,
.dsp .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle:active,
.dsp .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle:focus,
.dsp .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle.active {
    color: #ffffff;
    background-color: #31383f;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle:active,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle:focus,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small.show > .btn-light.dropdown-toggle.active,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle:active,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle:focus,
.dsp .dashboard .head .title .bootstrap-select.ds-dropdown-small > .btn-light.dropdown-toggle.active {
    color: #ffffff;
    background-color: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.dsp .bootstrap-select.ds-dropdown-small.show .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #2c3238;
}

.dsp .dashboard .top .title .bootstrap-select.ds-dropdown-small.show .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #272c32;
}

.dsp .dashboard .top .title .bootstrap-select.ds-dropdown-small.show div.dropdown-menu {
    left: 0 !important;
    width: 100%;
}

   .dsp  .dashboard .top .title .bootstrap-select.ds-dropdown-small.show div.dropdown-menu div.inner {
        padding-left: 10px;
        padding-bottom: 10px;
    }

.dsp .bootstrap-select.ds-dropdown-small.dropup.show .dropdown-menu {
    border-radius: 4px 4px 0 0;
}

.no-touch .bootstrap-select.ds-dropdown-small .dropdown-menu ul li:hover, .dsp .bootstrap-select.ds-dropdown-small .dropdown-menu ul li.active {
    background-color: transparent;
}

.dsp .bootstrap-select.ds-dropdown-small .dropdown-menu ul li a {
    padding: 6px 13px;
    color: #52575c;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}

.dsp .dashboard .top .title .bootstrap-select.ds-dropdown-small .dropdown-menu ul li a {
    padding: 8px 13px;
    color: #6b7178;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
}


.dsp .dashboard .lists .top .data {
    background-color: #2c3238;
    height: 250px;
    overflow-y: scroll;
}

    .dsp .dashboard .lists .top .data .inner {
        padding: 0 15px;
    }

    .dsp .dashboard .lists .top .data dl {
        font-size: 0;
        padding: 16px 0 6px;
        border-bottom: 1px solid #363c43;
        margin-bottom: 0;
        position: relative;
        width: calc(100% - 20px);
    }

        .dsp .dashboard .lists .top .data dl:last-child {
            border-bottom: none;
        }

    .dsp .dashboard .lists .top .data dd {
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        margin-bottom: 0;
    }

        .dsp .dashboard .lists .top .data dd.num {
            font-weight: bold;
            color: #6b7178;
            width: 30px;
            text-align: right;
        }

       .dsp .dashboard .lists .top .data dd.name {
            width: calc(70% - 15px);
            padding-left: 20px;
            font-weight: bold;
        }

        .dsp .dashboard .lists .top .data dd.value {
            font-weight: 500;
            text-align: right;
            width: calc(30% - 15px);
            white-space: nowrap;
        }

    .dsp .dashboard .lists .top .data.donators dl:nth-child(1) dd.name,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(2) dd.name,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(3) dd.name,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(1) dd.value,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(2) dd.value,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(3) dd.value {
        color: #2dcc70;
    }

    .dsp .dashboard .lists .top .data dl:nth-child(1)::before,
    .dsp .dashboard .lists .top .data dl:nth-child(2)::before,
    .dsp .dashboard .lists .top .data dl:nth-child(3)::before {
        position: absolute;
        content: "";
        width: calc(100% + 18px);
        height: calc(100% - 9px);
        background-color: #ffffff;
        opacity: 0.1;
        left: 0;
        top: 10px;
        pointer-events: none;
    }

    .dsp .dashboard .lists .top .data.donators dl:nth-child(1)::before,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(2)::before,
    .dsp .dashboard .lists .top .data.donators dl:nth-child(3)::before {
        background-color: #2dcc70;
    }

    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(1)::before,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(2)::before,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(3)::before {
        background-color: #9941f0;
    }

    .dsp .dashboard .lists .top .data.followers dl:nth-child(1)::before,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(2)::before,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(3)::before {
        background-color: #417fdc;
    }

    .dsp .dashboard .lists .top .data.cheers dl:nth-child(1)::before,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(2)::before,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(3)::before {
        background-color: #84dce8;
    }

    .dsp .dashboard .lists .top .data dl:nth-child(2)::before {
        opacity: 0.06;
    }

    .dsp .dashboard .lists .top .data dl:nth-child(3)::before {
        opacity: 0.04;
    }

    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(1) dd.name,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(2) dd.name,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(3) dd.name,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(1) dd.value,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(2) dd.value,
    .dsp .dashboard .lists .top .data.subscribers dl:nth-child(3) dd.value {
        color: #9941f0;
    }

    .dsp .dashboard .lists .top .data.followers dl:nth-child(1) dd.name,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(2) dd.name,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(3) dd.name,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(1) dd.value,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(2) dd.value,
    .dsp .dashboard .lists .top .data.followers dl:nth-child(3) dd.value {
        color: #417fdc;
    }

    .dsp .dashboard .lists .top .data.cheers dl:nth-child(1) dd.name,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(2) dd.name,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(3) dd.name,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(1) dd.value,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(2) dd.value,
    .dsp .dashboard .lists .top .data.cheers dl:nth-child(3) dd.value {
        color: #84dce8;
    }

.dsp .dashboard .lists .top .bottom {
    border-top: 1px solid #363c43;
    background-color: #2c3238;
    font-size: 0;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

    .dsp .dashboard .lists .top .bottom .navigation {
        display: inline-block;
        margin: 0;
        white-space: nowrap;
        padding-right: 15px;
        vertical-align: top;
    }

.dsp .dashboard .lists .navigation a, .dsp .dashboard .lists .navigation span {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 14px;
    color: #6b7178;
    font-weight: bold;
    vertical-align: middle;
}

.dsp.no-touch .dashboard .lists .navigation a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.dsp .dashboard .lists .navigation span, .dsp .dashboard .lists .navigation .active {
    border: none;
    border-radius: 0;
    outline: none;
    width: unset;
    height: unset;
    text-align: left;
    line-height: unset;
    color: #ffffff;
}

.dsp .dashboard .lists .navigation .prev, .dsp .dashboard .lists .navigation .next {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    background-color: #31383f;
    position: relative;
    top: 0px;
}

.dsp .dashboard .lists .navigation .prev {
    margin-right: 3px;
}

.dsp .dashboard .lists .navigation .next {
    margin-left: 3px;
}

    .dsp .dashboard .lists .navigation .prev::after, .dsp .dashboard .lists .navigation .next::after {
        content: "";
        text-align: center;
        position: absolute;
        top: 10px;
        left: 12px;
        background-color: transparent;
        color: #ffffff;
        display: block;
        width: .75em;
        height: .75em;
        border-style: solid;
        border-left-color: #6b7178;
        border-width: 0 .17em .17em 0;
    }

    .dsp .dashboard .lists .navigation .prev.disabled::after, .dsp .dashboard .lists .navigation .next.disabled::after {
        color: #6b7178;
    }

.dsp .dashboard .lists .navigation .prev::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.dsp .dashboard .lists .navigation .next::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
}

.dsp .dashboard .lists .top .bottom .per-page {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.dsp .dashboard .lists .top .bottom .bootstrap-select.ds-dropdown-perpage {
    width: 60px;
}

.dsp .dashboard .lists .events {
    position: relative;
    padding-bottom: 50px;
}

    .dsp .dashboard .lists .events .data {
        background-color: #2c3238;
        overflow-y: scroll;
    }

.page.settings .dashboard .lists .events .data {
    height: 250px;
}

.dsp .dashboard .lists .events .movebar {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #2c3238;
    padding-top: 25px;
    cursor: ns-resize;
}

    .dsp .dashboard .lists .events .movebar svg {
        width: 27px;
        height: 9px;
    }

.dsp .dashboard .lists .events .data .inner {
    padding: 15px 20px;
}

.dsp .dashboard .lists .events .data dl {
    font-size: 0;
    margin-bottom: 0;
    position: relative;
    width: calc(100% + 50px);
    padding: 10px 30px 10px 20px;
    margin: 0 -30px 0 -20px;
}

    .dsp .dashboard .lists .events .data dl:after {
        position: absolute;
        left: 20px;
        bottom: 0;
        top: auto;
        width: calc( 100% - 50px);
        height: 0.7px;
        content: "";
        background-color: #363c43;
        z-index: 6;
    }

    .dsp .dashboard .lists .events .data dl:hover {
        background-color: #272c32;
    }

.dsp .dashboard .lists .events .data dd {
    display: inline-block;
    font-size: 11px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 0;
}

   .dsp .dashboard .lists .events .data dd.name {
        width: 70%;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
    }

.dsp .dashboard .lists .events .data .donations dd.name, .dsp .dashboard .lists .events .data .donations dd.action b {
    color: #2dcc70;
}

.dsp .dashboard .lists .events .data .followers dd.name, .dsp .dashboard .lists .events .data .followers dd.action b {
    color: #417fdc;
}

.dsp .dashboard .lists .events .data .subscribers dd.name, .dsp .dashboard .lists .events .data .subscribers dd.action b {
    color: #9941f0;
}

.dsp .dashboard .lists .events .data .cheers dd.name, .dsp .dashboard .lists .events .data .cheers dd.action b {
    color: #84dce8;
}

.dsp .dashboard .lists .events .data .donations dd.action .msg {
    display: inline-block;
    background-color: #202429;
    border-radius: 0 4px 4px;
    color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
    margin: 5px 0 4px;
}

.dsp .dashboard .lists .events .data dd.time {
    font-weight: 500;
    text-align: right;
    width: 30%;
    white-space: nowrap;
    color: #52575c;
}

.dsp .dashboard .lists .events .data dl:hover dd.time {
    display: none;
}

.dsp .dashboard .lists .events .data dd.action {
    width: 100%;
    text-transform: uppercase;
    color: #aab1b8;
    font-size: 10px;
}

.dsp .dashboard .lists .events .data dd.refresh {
    position: absolute;
    display: none;
    right: 30px;
    top: 20px;
}

.dsp .dashboard .lists .events .data dl:hover dd.refresh {
    display: block;
}

.dsp .dashboard .lists .events .data dd.refresh svg {
    width: 16px;
    height: 15px;
    fill: #6b7178;
}

.dsp.no-touch .dashboard .lists .events .data dd.refresh a:hover svg {
    fill: #ffffff;
}

.dsp .dashboard .lists .simplebar-scrollbar {
    right: 8px;
    width: 3px;
    z-index: 10001;
    border-radius: 4px;
}

    .dsp .dashboard .lists .simplebar-scrollbar:before {
        background: #363c43;
    }

.dsp .dashboard .lists .simplebar-track .simplebar-scrollbar.visible:before, .dsp .dashboard .lists .simplebar-track .simplebar-scrollbar:before {
    opacity: 1;
}

.dsp .dashboard .lists .simplebar-track.vertical:after {
    content: "";
    height: calc(100% - 3px);
    top: 1px;
    right: 8px;
    width: 3px;
    background: #23272c;
    position: absolute;
    z-index: 5;
    border-radius: 4px;
}


.usocial-item {
    display: none;
}

.chat-wrapper {
    position: relative;
    height: 100%;
}

#chatpane .chat-wrapper iframe {
    width: 100%;
    height: 500px;
}

.player iframe {
    width: 100%;
}

.page.live-broadcast .head .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

    #chartjs-tooltip td {
        padding: 5px 0;
    }

    #chartjs-tooltip thead th {
        font-weight: 500;
        padding-bottom: 10px;
        color: #6b7178;
    }

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}




#chartjs-tooltip.bottom {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    #chartjs-tooltip.bottom:before {
        border: solid;
        border-color: #111 transparent;
        border-color: rgba(0, 0, 0, .8) transparent;
        border-width: 0 8px 8px 8px;
        bottom: 1em;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

#chartjs-tooltip.top {
    -webkit-transform: translate(calc(-50% + 54px), calc(-100% - 20px));
    transform: translate(calc(-50% + 54px), calc(-100% - 20px));
}

    #chartjs-tooltip.top:before {
        border: solid;
        border-color: #111 transparent;
        border-color: rgba(0, 0, 0, .8) transparent;
        border-width: 6px 4px 0 4px;
        bottom: 1em;
        content: "";
        display: block;
        left: 26px;
        top: 100%;
        position: absolute;
        z-index: 99;
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }

/**********************************************/




/*********************  QUICK LINKS PAGES  **********************/

.lines {
    position: absolute;
    height: 100%;
    min-height: calc(100vh - 60px);
    width: 100%;
    z-index: 1;
    pointer-events: none;
    left: 0;
    top: 0;
}

    .lines .container, .lines .shift {
        height: inherit;
        position: relative;
    }

    .lines .shift {
        margin: 0 55px;
    }

    .lines span.line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        background-color: rgba(255,255,255,0.05);
    }

        .lines span.line:nth-child(1) {
            left: 0;
        }

        .lines span.line:nth-child(2) {
            left: 16.66666%;
        }

        .lines span.line:nth-child(3) {
            left: 33.33333%;
        }

        .lines span.line:nth-child(4) {
            left: 49.999999%;
        }

        .lines span.line:nth-child(5) {
            left: 66.666666%;
        }

        .lines span.line:nth-child(6) {
            left: 83.333333%;
        }

        .lines span.line:nth-child(7) {
            left: 100%;
        }

h3.high-title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.25;
    padding-top: 17px;
    font-weight: bold;
    width: 65%;
    color: #ffffff;
    position: relative;
    left: -3px;
    z-index: 4;
    margin-bottom: 22px;
}

.dsp .text h3.high-title {
    margin-bottom: 22px;
}

.page.promos h4 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.25;
    padding-top: 17px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    left: -3px;
    z-index: 4;
    margin-bottom: 28px;
}

.leftback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.page.promos .leftback::before {
    position: absolute;
    content: "";
    width: 1248px;
    height: 1248px;
    left: -845px;
    top: -215px;
    z-index: 1;
    background: -moz-radial-gradient(circle farthest-side, rgba(83,33,191,0.4), rgba(83,33,191,0));
    background: -webkit-radial-gradient(circle farthest-side, rgba(83,33,191,0.4), rgba(83,33,191,0));
    background: radial-gradient(circle farthest-side, rgba(83,33,191,0.4), rgba(83,33,191,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5321bf', endColorstr='#005321bf',GradientType=1 );
    pointer-events: none;
}

.rightback {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.page.promos .rightback::before {
    position: absolute;
    content: "";
    width: 1248px;
    border-radius: 50%;
    height: 1248px;
    right: -754px;
    top: 80px;
    background: -moz-radial-gradient(circle farthest-side, rgba(180,33,146,0.25), rgba(180,33,146,0));
    background: -webkit-radial-gradient(circle farthest-side, rgba(180,33,146,0.25), rgba(180,33,146,0));
    background: radial-gradient(circle farthest-side, rgba(180,33,146,0.25), rgba(180,33,146,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42192', endColorstr='#00b42192',GradientType=1 );
    pointer-events: none;
}


.page.promos .text {
    font-size: 15px;
    line-height: 1.6;
    color: #dbe0e6;
    position: relative;
    z-index: 2;
}

p.text-stair {
    width: 400px;
    margin-bottom: 30px;
}

.dsp ul.text-stair {
    margin-left: 0;
    margin-bottom: 30px;
}

    .dsp ul.text-stair li {
        padding-left: 0;
        font-size: 15px;
        margin-bottom: 30px;
        width: 400px;
    }

       .dsp ul.text-stair li:nth-child(1) {
            margin-left: 16.66666%;
        }

       .dsp ul.text-stair li:nth-child(2) {
            margin-left: 33.33333%;
        }

.text ul.text-stair li:before {
    width: 8px;
    height: 8px;
    left: -18px;
    top: 5px;
}

.page.promos.overlay-manager .goto-overlay-manager {
    margin-left: 33.33333%;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.page.promos .dots {
    height: 2px;
    margin-left: 33.33333%;
    width: 33.33333%;
    border-top: 2px solid #5c6368;
    position: relative;
}

    .page.promos .dots span {
        width: 8px;
        height: 8px;
        background-color: #5c6368;
        border-radius: 50%;
        position: relative;
        top: -5px;
        display: inline-block;
        position: absolute;
    }

        .page.promos .dots span.active {
            background-color: #f05a00;
        }

        .page.promos .dots span:nth-child(1) {
            left: 0;
        }

    .page.promos .dots:after {
        content: "";
        position: absolute;
        left: 0;
        top: -2px;
        width: 30%;
        height: 2px;
        background-color: #f05a00;
    }

    .page.promos .dots span:nth-child(2) {
        left: 30%;
    }

    .page.promos .dots span:nth-child(3) {
        left: 50%;
    }

    .page.promos .dots span:nth-child(4) {
        left: 100%;
        margin-left: -7px;
    }

.overlay-manager .text {
    position: relative;
    z-index: 50;
}

.overlay-img {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -30px;
}

    .overlay-img .img {
        position: absolute;
        z-index: 40;
        right: 54px;
        top: -93px;
        opacity: 0.85;
        -webkit-transform: scale(.57);
        -ms-transform: scale(.57);
        transform: scale(.57);
    }

    .overlay-img .img-blur {
        position: absolute;
        right: 0;
        top: -50px;
        opacity: 0.2;
        z-index: 39;
        filter: blur(7px);
        -webkit-transform: scale(.78);
        -ms-transform: scale(.78);
        transform: scale(.78);
    }

.visual-editor {
    margin-top: 130px;
    position: relative;
    z-index: 5;
}

.page.promos .visual-editor .text {
    position: absolute;
    z-index: 12;
    margin-top: 130px;
}

.visual-editor .text .block-1 {
    width: 65%;
}

.visual-editor .text .block-2 {
    margin-top: 58px;
}

.visual-editor .back {
    position: relative;
    z-index: 0;
    width: calc(100% + 110px);
    left: -55px;
}

    .visual-editor .back img {
        width: 100%;
        height: auto;
    }

.page.overlay-manager {
    padding-bottom: 0;
}

.visual-editor .block-2 {
    display: table;
}

    .visual-editor .block-2 > span {
        display: table-cell;
        vertical-align: middle;
    }

.visual-editor .elements {
    white-space: nowrap;
    padding-right: 15px;
}

    .visual-editor .elements span {
        margin: 0 15px 0 0;
    }

    .visual-editor .elements img {
        float: none;
        margin: 0;
    }

    .visual-editor .elements .copy-url {
        background-color: #f5a623;
        position: relative;
        top: -2px;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 11px 0 rgba(240, 90, 0, 0.3), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px 20px;
        border-radius: 40px;
    }

.page.promos.widgets .block {
    position: relative;
}

    .page.promos.widgets .block p {
        margin-bottom: 12px;
    }

.page.promos.widgets .block-1 .text {
    width: 66.666666%;
}

.page.promos.widgets .block-1 .infographics {
    position: absolute;
    top: 58px;
    right: 0;
    width: 33.3333333%;
    text-align: center;
}

.page.promos.widgets .block-2 .text {
    width: 83.333333%;
    margin-left: 16.666666%;
}

.page.promos.widgets .block-2 {
    margin-top: 100px;
}

    .page.promos.widgets .block-2 .infographics {
        position: absolute;
        top: auto;
        bottom: -80px;
        right: 0;
        left: 16.666666%;
    }

.page.promos.widgets .block-3 {
    margin-top: 100px;
}

    .page.promos.widgets .block-3 .text {
        width: 66.666666%;
    }

.page.promos.widgets .block-4 {
    margin-top: 100px;
}

    .page.promos.widgets .block-4 .text {
        width: 66.666666%;
        margin-left: 33.333333%;
    }

    .page.promos.widgets .block-4 .infographics {
        position: absolute;
        top: 16px;
        left: 16.666666%;
    }

        .page.promos.widgets .block-4 .infographics .nums {
            text-align: right;
            position: absolute;
            right: -100%;
            margin-right: -1px;
            top: 0;
        }

            .page.promos.widgets .block-4 .infographics .nums span {
                display: block;
                font-size: 48px;
                line-height: 45px;
                font-weight: bold;
                position: relative;
                background: linear-gradient(90deg, #383E44, #999999);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                white-space: nowrap;
            }

        .page.promos.widgets .block-4 .infographics .labels {
            position: absolute;
            left: 4px;
            top: 3px;
        }

            .page.promos.widgets .block-4 .infographics .labels span {
                display: block;
                font-size: 18px;
                line-height: 24px;
                font-weight: bold;
                text-transform: uppercase;
            }

                .page.promos.widgets .block-4 .infographics .labels span.followers {
                    color: #5c91e1;
                }

                .page.promos.widgets .block-4 .infographics .labels span.subscribers {
                    color: #7c5cd6;
                }

                .page.promos.widgets .block-4 .infographics .labels span.donates {
                    color: #3e9c8b;
                }

.page.promos.widgets .block-5 {
    margin-top: 75px;
}

    .page.promos.widgets .block-5 .text {
        width: 83.333333%;
    }

    .page.promos.widgets .block-5 .infographics {
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 16.666666%;
        text-align: center;
        z-index: 8;
    }

        .page.promos.widgets .block-5 .infographics span.txt {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -17px;
            left: 50%;
            -webkit-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            transform: translate(-50%,0);
            font-size: 15px;
            color: #ffffff;
            text-transform: uppercase;
            z-index: 9;
            font-weight: bold;
        }

            .page.promos.widgets .block-5 .infographics span.txt b {
                color: #545a61;
                display: block;
                font-size: 24px;
                font-weight: bold;
                padding-top: 2px;
                line-height: 24px;
            }

.page.promos.donations-management .block-1 .text {
    width: 66.666666%;
}

.page.promos.donations-management .block-1 .payment-methods {
    margin-top: 40px;
    letter-spacing: -0.3em;
}

    .page.promos.donations-management .block-1 .payment-methods span {
        width: 16.666666%;
        display: inline-block;
        text-align: center;
        letter-spacing: normal;
        margin-bottom: 35px;
    }

.page.promos.donations-management .block-2 {
    margin-top: 80px;
    position: relative;
}

    .page.promos.donations-management .block-2 .text {
        margin-left: 16.666666%;
        width: 66.6666666%;
        padding-right: 4%;
    }

    .page.promos.donations-management .block-2 .pci-dss {
        position: absolute;
        top: 0px;
        right: 0;
        width: 16.666666%;
        text-align: center;
    }

.page.promos.donations-management .block-3 {
    margin-top: 140px;
    position: relative;
}

    .page.promos.donations-management .block-3 .text {
        margin-left: 33.333333%;
        width: 66.6666666%;
    }

    .page.promos.donations-management .block-3 .credit-card {
        position: absolute;
        top: -20px;
        left: 0;
        width: 33.333333%;
        padding-right: 25px;
    }

        .page.promos.donations-management .block-3 .credit-card img {
            width: 100%;
            height: auto;
            position: relative;
            left: -3px;
        }

.page.promos.donations-management .block-4 {
    margin-top: 80px;
    position: relative;
    padding-bottom: 200px;
}

    .page.promos.donations-management .block-4 .text {
        margin-left: 33.333333%;
        padding-left: 60px;
        width: 66.666666%;
    }

    .page.promos.donations-management .block-4 .infographics {
        position: absolute;
        top: 65px;
        left: 0;
        width: 33.333333%;
    }

        .page.promos.donations-management .block-4 .infographics .textlines {
            position: relative;
            left: 49.999999%;
        }

            .page.promos.donations-management .block-4 .infographics .textlines span {
                display: block;
                font-size: 40px;
                line-height: 49px;
                font-weight: bold;
                white-space: nowrap;
                color: rgba(255,255,255,0.1);
                margin-left: -2px;
            }

        .page.promos.donations-management .block-4 .infographics .emots span {
            position: absolute;
        }

        .page.promos.donations-management .block-4 .infographics .emots .emot-4 {
            left: 0;
            top: 115px;
            animation: levitation4 3.8s alternate linear infinite;
            -webkit-animation: levitation4 3.8s alternate linear infinite;
            -moz-animation: levitation4 3.8s alternate linear infinite;
        }

@keyframes levitation4 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -8px);
    }
}

@-webkit-keyframes levitation4 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -8px);
    }
}

@-moz-keyframes levitation4 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -8px);
    }
}

.page.promos.donations-management .block-4 .infographics .emots .emot-1 {
    left: auto;
    right: -133.333333%;
    top: 110px;
    animation: levitation1 2.3s alternate linear infinite;
    -webkit-animation: levitation1 2.3s alternate linear infinite;
    -moz-animation: levitation1 2.3s alternate linear infinite;
}

@keyframes levitation1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -6px);
    }
}

@-webkit-keyframes levitation1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -6px);
    }
}

@-moz-keyframes levitation1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -6px);
    }
}

.page.promos.donations-management .block-4 .infographics .emots .emot-2 {
    left: 66.666666%;
    top: auto;
    bottom: -30px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    animation: levitation2 2.8s alternate linear infinite;
    -webkit-animation: levitation2 2.8s alternate linear infinite;
    -moz-animation: levitation2 2.8s alternate linear infinite;
}

@keyframes levitation2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 8px);
    }
}

@-webkit-keyframes levitation2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 8px);
    }
}

@-moz-keyframes levitation2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 8px);
    }
}

.page.promos.donations-management .block-4 .infographics .emots .emot-3 {
    left: 100%;
    margin-left: 30px;
    top: 85px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    animation: levitation3 3.1s alternate linear infinite;
    -webkit-animation: levitation3 3.1s alternate linear infinite;
    -moz-animation: levitation3 3.1s alternate linear infinite;
}

@keyframes levitation3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 4px);
    }
}

@-webkit-keyframes levitation3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 4px);
    }
}

@-moz-keyframes levitation3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 4px);
    }
}

.title-coming-soon {
    position: relative;
}

    .title-coming-soon .coming-soon {
        position: absolute;
        z-index: 5;
        left: 0;
        top: -4px;
        font-size: 24px;
        font-weight: bold;
        line-height: 29px;
        color: rgba(255,255,255,0.1);
        text-transform: uppercase;
    }

.page.promos.personal-page .block-1 .edit-profile {
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    width: calc(33.333333% - 50px);
    text-align: center;
    padding: 43px 0;
    background-color: rgba(68,76,84,0.2);
    border: 1px dashed rgba(170,177,187,0.2);
    position: absolute;
    z-index: 6;
    right: 25px;
    top: 25px;
    border-radius: 4px;
}

.page.promos.personal-page .block-2 {
    margin-top: 45px;
}

    .page.promos.personal-page .block-2 .text {
        margin-left: 16.666666%;
        padding-right: 15%;
        width: 66.666666%;
    }

        .page.promos.personal-page .block-2 .text img {
            float: none;
            margin: -3px 0 0 8px;
        }

.page.promos.personal-page {
    background-image: url("../img/promos/personal-page.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.page.promos.iot .block-1 {
    position: relative;
}

    .page.promos.iot .block-1 .text {
        width: 66.666666%;
    }

    .page.promos.iot .block-1 .img {
        position: absolute;
        z-index: 6;
        right: 60px;
        top: 20px;
    }

.page.promos.iot .block-2 {
    margin-top: 95px;
}

    .page.promos.iot .block-2 .text {
        margin-left: 16.666666%;
        width: 83.333333%;
        padding-right: 8.333333%
    }

    .page.promos.iot .block-2 .img {
        position: absolute;
        z-index: 6;
        left: -62px;
        top: -52px;
    }

.page.promos.iot .block-3 {
    margin-top: 40px;
    position: relative;
}

    .page.promos.iot .block-3 .text {
        margin-left: 49.999999%;
        width: 49.999999%;
    }

.page.promos.iot .block-2 .infographics {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}

    .page.promos.iot .block-2 .infographics .tip {
        text-transform: uppercase;
        border-radius: 4px;
        color: #f05a00;
        font-weight: bold;
        font-size: 10px;
        line-height: 12px;
        padding: 4px 9px;
        opacity: 0.1;
        display: inline-block;
        background-color: #ffffff;
        position: absolute;
        top: 61px;
        left: 188px;
    }

    .page.promos.iot .block-2 .infographics .phone {
        opacity: 0.1;
        position: absolute;
        top: 58px;
        left: 163px;
    }

    .page.promos.iot .block-2 .infographics .curl {
        opacity: 0.1;
        position: absolute;
        left: -25px;
        top: -50px;
    }

.page.promos.iot .block-4 {
    margin-top: 40px;
}

.page.promos.iot .video-wrap {
    display: block;
    text-align: center;
    width: 66.666666%;
    margin-left: 16.666666%;
    border-radius: 4px;
    -webkit-transition: width, height 0.1s ease-out;
    -moz-transition: width, height 0.1s ease-out;
    -ms-transition: width, height 0.1s ease-out;
    -o-transition: width, height 0.1s ease-out;
    transition: width, height 0.1s ease-out;
}

.video {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.modal-news-detail .text .video {
    padding-bottom: 56.25% !important;
    height: 0 !important;
}

.page.promos.iot .video {
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.info-panel {
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    background-color: rgba(40, 45, 51, 0.9);
}

    .info-panel .text {
        display: inline-block;
        position: relative;
        padding-right: 90px;
        text-align: left;
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        margin: 0 80px;
    }

        .info-panel .text b {
            text-transform: uppercase;
            font-weight: 500;
            display: block;
        }

    .info-panel .btn {
        padding: 12px 28px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #ffffff;
    }
    .info-panel .btn:hover{
        color: #ffffff;
    }

    .info-panel a.close {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        min-height: 50px;
    }

.dsp section.main-content-full {
    height: 100%;
    width: 100%;
    margin-left: 0;
    top: 0;
}

   .dsp section.main-content-full .page {
        min-height: 100vh;
        padding: 0;
    }

       .dsp section.main-content-full .page.standalone-form .modal {
            display: block;
            position: relative;
            background-color: transparent;
        }

           .dsp section.main-content-full .page.standalone-form .modal .modal-dialog {
                max-width: 820px;
            }

.modal-donate .subblock, .modal-wallet-donate .subblock {
    font-size: 11px;
    padding-bottom: 5px;
    margin: 0 20px;
}

    .modal-wallet-donate .subblock.method .choose-method-btn, .modal-wallet-donate .subblock.method .current-method-btn {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        line-height: 46px;
        text-overflow: clip;
        text-transform: uppercase;
        background-color: #dbe0e6;
        border-radius: 3px;
        width: 100%;
        text-align: center;
        height: 46px;
    }

        .modal-wallet-donate .subblock.method .choose-method-btn a {
            color: #0b1f30;
            font-size: 11px;
            line-height: 13px;
            white-space: nowrap;
            font-weight: bold;
            display: block;
            position: relative;
            opacity: 0.7;
            line-height: 46px;
        }

            .modal-wallet-donate .subblock.method .choose-method-btn a i {
                font-size: 18px;
                padding: 0 8px 0 12px;
                position: relative;
                top: 3px;
            }

        .modal-wallet-donate .subblock.method .current-method-btn svg {
            fill: #f05a00;
        }

.modal-donate .subtitle, .modal-wallet-donate .subtitle {
    border-bottom: 1px solid #dbe0e6;
    padding: 10px 0 8px;
    margin: 15px 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #54626d;
    font-weight: bold;
}

    .modal-donate .subtitle.no-border, .modal-wallet-donate .subtitle.no-border {
        border: none;
    }

.modal-donate .subblock.active .subtitle, .modal-wallet-donate .subblock.active .subtitle {
    color: #f05a00;
}

.modal-donate .submethod, .modal-wallet-donate .submethod {
    display: inline-block;
    vertical-align: top;
    margin: 6px 5px;
    cursor: pointer;
}

.modal-donate .submethod-content, .modal-wallet-donate .submethod-content {
    background: #dbe0e6;
    border-radius: 3px;
    width: 160px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-donate .submethod-double .submethod-content, .modal-wallet-donate .submethod-double .submethod-content {
    width: 320px;
}
.modal-donate .submethod-double .submethod-content svg, .modal-wallet-donate .submethod-double .submethod-content svg{
    margin-top: 5px;
}

.modal-wallet-donate .submethod.active .submethod-content svg, .standalone-form .submethod.active .submethod-content svg{
    fill: #f05a00;
}
    .modal-donate .submethod-content svg, .modal-wallet-donate .submethod-content svg {
        fill: #54626d;
    }

.modal-donate .submethods-list, .modal-wallet-donate .submethods-list {
    position: relative;
    padding: 10px 0;
}

    .modal-donate .submethods-list::before, .modal-wallet-donate .submethods-list::before {
        pointer-events: none;
        position: absolute;
        content: "";
        z-index: 20;
        left: 0;
        width: 100%;
        height: 31px;
        top: 10px;
        background: linear-gradient(-90deg, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
        background: -moz-linear-gradient(-90deg, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
        background: -webkit-linear-gradient(-90deg, #f8f8f9 0%, rgba(248, 248, 249, 0) 100%);
    }

.modal-donate .half, .modal-wallet-donate .half {
    display: inline-block;
    width: calc(50% - 40px);
    padding: 0;
}

.modal-donate .phone-block, .modal-wallet-donate .phone-block {
    padding: 15px 0 10px;
}

    .modal-donate .phone-block .form-group-checkbox, .modal-wallet-donate .phone-block .form-group-checkbox {
        margin-left: 50px;
        margin-bottom: 0;
    }

        .modal-donate .phone-block .form-group-checkbox label, .modal-wallet-donate .phone-block .form-group-checkbox label {
            font-size: 11px;
            line-height: 13px;
            font-weight: 500;
            color: #182129;
            position: relative;
            width: calc(100% + 80px);
            text-transform: none;
        }

.modal-donate .email-block {
    padding: 30px 0 10px;
    border-top: 1px solid #dbe0e6;
}

.modal-donate .btns {
    padding: 20px 0;
    border-top: 1px solid #dbe0e6;
    white-space: nowrap;
}

    .modal-donate .btns .btn {
        display: inline-block;
        width: unset;
        left: 0;
    }

    .modal-donate .btns .half {
        width: 49.5%;
    }

.modal-wallet-donate .operators-list {
    text-align: left;
}

    .modal-wallet-donate .operators-list .item {
        border: 1px solid #dbe0e6;
        border-radius: 3px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 120px;
        margin-right: 6px;
        padding: 8px;
        margin-bottom: 25px;
        position: relative;
    }

        .modal-wallet-donate .operators-list .item .attached {
            position: absolute;
            left: 5px;
            top: calc(100% + 1px);
            width: calc(100% - 10px);
            border-radius: 0 0 5px 5px;
            background-color: #ebebec;
            color: #f05a00;
            font-size: 9px;
            padding: 5px 0;
            text-align: center;
            z-index: 10;
        }

        .modal-wallet-donate .operators-list .item.active {
            border-color: #f05a00;
        }

        .modal-wallet-donate .operators-list .item .icon {
            margin-top: -2px;
            height: 38px;
            line-height: 38px;
            text-align: center;
        }

            .modal-wallet-donate .operators-list .item .icon img {
                width: 100%;
                height: auto;
            }

        .modal-wallet-donate .operators-list .item .comission {
            font-weight: normal;
            color: #54626d;
            font-size: 9px;
        }

            .modal-wallet-donate .operators-list .item .comission b {
                font-weight: bold;
                font-size: 12px;
                color: #000000;
            }

.modal-wallet-donate .operators-warn-text {
    width: 65%;
    margin-bottom: 12px;
}

    .modal-wallet-donate .operators-warn-text p {
        margin-bottom: 3px;
        font-size: 11px;
        line-height: 16px;
        color: #a6adb3;
    }

        .modal-wallet-donate .operators-warn-text p b {
            color: #f05a00;
        }

.page.setup .text {
    font-size: 13px;
    line-height: 16px;
    color: #c6ced5;
}

.page.setup .list {
    padding: 20px 0 25px 0;
    margin-top: 35px;
    border-top: 1px solid #666f79;
}

    .page.setup .list .filter {
        padding: 15px 20px 25px;
    }

        .page.setup .list .filter .title {
            color: #aab1b8;
            font-size: 11px;
            line-height: 14px;
            padding-bottom: 10px;
        }

        .page.setup .list .filter .form-group {
            margin-bottom: 4px;
        }

    .page.setup .list .form-group label {
        font-size: 11px;
        line-height: 14px;
        color: #aab1b8;
        font-weight: bold;
        text-transform: uppercase;
    }

.page.setup .filter .form-group label {
    padding-left: 30px;
    font-size: 13px;
    line-height: 16px;
    color: #c6ced5;
    font-weight: normal;
    text-transform: unset;
}

.page.setup .filter .form-group input[type="checkbox"] + span {
    background-color: #2c3238;
    border-radius: 5px;
    border: none;
    width: 18px;
    height: 18px;
    top: 1px;
    box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(181, 189, 196, 0.2);
}

    .page.setup .filter .form-group input[type="checkbox"] + span:after {
        color: #6b7178;
        height: .8em;
        width: .4em;
    }

.page.setup .bootstrap-select.form-control.settings-select button.btn {
    left: 0;
}

.page.donations .list .item {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page.donations .item .username {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    color: #aab1b8;
    padding-top: 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page.donations .item.follow .username, .page.donations .item.follow .label b {
    color: #417fdc;
}

.page.donations .item.subscribe .username, .page.donations .item.subscribe .label b {
    color: #9941f0;
}

.page.donations .item.donate .username, .page.donations .item.donate .label b {
    color: #ffffff /*2dcc70*/;
}

.page.donations .item .btns {
    margin-top: 32px;
}

    .page.donations .item .btns .btn {
        display: inline-block;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        padding: 5px 8px;
        width: 122px;
        margin-top: 4px;
    }
    .page.donations .item .media-settings .btns .btn{
        margin-top: 8px;
    }

        .page.donations .item .btns .btn svg {
            margin-right: 6px;
            position: relative;
            top: 2px;
        }
         .page.donations .item .btns .skip-btn svg {
            top: 3px;
        }

    .page.donations .item .btns .repeat-btn svg {
        top: 1px;
    }

.page.donations .item.donate .donate-settings {
    padding: 15px 20px;
    background-color: #202429;
    border-radius: 4px;
    position: relative;
}

    .page.donations .item.donate .donate-settings .label {
        position: absolute;
        text-transform: uppercase;
        border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
        font-size: 10px;
        line-height: 20px;
        padding: 0 6px;
        top: -9px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .page.donations .item.donate .donate-settings::before {
        content: "";
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -2;
        border-radius: 4px;
        position: absolute;
    }

.page.donations .item.donate.new .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #ffc100 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #ffc100 150%);
    background: -webkit-linear-gradient(90deg, #202429, #ffc100 150%);
}

.page.donations .item.donate.queued .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #f05a00 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #f05a00 150%);
    background: -webkit-linear-gradient(90deg, #202429, #f05a00 150%);
}

.page.donations .item.donate.on-air .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #26ae6d 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #26ae6d 150%);
    background: -webkit-linear-gradient(90deg, #202429, #26ae6d 150%);
}

.page.donations .item.donate.cancelled .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #cc2d2d 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #cc2d2d 150%);
    background: -webkit-linear-gradient(90deg, #202429, #cc2d2d 150%);
}

.page.donations .item.donate.shown .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #7b8692 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #7b8692 150%);
    background: -webkit-linear-gradient(90deg, #202429, #7b8692 150%);
}

.page.donations .item.donate.offline .donate-settings::before {
    background: linear-gradient(90deg, #202429 20%, #111111 150%);
    background: -moz-linear-gradient(90deg, #202429 20%, #111111 150%);
    background: -webkit-linear-gradient(90deg, #202429, #111111 150%);
}

.no-touch .page.donations .item:hover {
    background-color: #383e44;
}

.page.donations .item.donate .donate-settings::after {
    content: "";
    left: 0;
    top: 2px;
    width: 100%;
    height: calc(100% + 2px);
    z-index: -1;
    border-radius: 4px;
    position: absolute;
    background-color: #202429;

    display: none;
}

.page.donations .item.donate .btns{
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 230px;
}
.page.donations .item.donate .media-settings .btns{
   height: auto;
   display: flex;
   flex-wrap: nowrap;
}
.page.donations .item.donate .media-settings .btns .btn{
    flex-grow: 1;
}
.page.donations .item.donate .media-settings .btns .btn:nth-child(2){
    margin-left: 4px;
}

.page.donations .item.donate.on-air .alert-settings .alert-controls .control-skip,
.page.donations .item.donate.queued .alert-settings .alert-controls .control-skip,
.page.donations .item.donate.cancelled .alert-settings .alert-controls .control-repeat,
.page.donations .item.donate.shown .alert-settings .alert-controls .control-repeat {
    left: -100%;
    width: 100%;
}

.page.donations .item.donate.new .donate-settings .label {
    background-color: #ffc100;
    color: #333333;
}

.page.donations .item.donate.queued .donate-settings .label {
    background-color: #f05a00;
}

.page.donations .item.donate.on-air .donate-settings .label {
    background-color: #26ae6d;
}

.page.donations .item.donate.cancelled .donate-settings .label {
    background-color: #cc2d2d;
}

.page.donations .item.donate.shown .donate-settings .label {
    background-color: #7b8692;
}

.page.donations .item.donate.offline .donate-settings .label {
    background-color: #111111;
}

.page.donations .item.donate .donate-settings .media-settings {
    width: 170px;
    display: inline-block;
    vertical-align: top;
}

.page.donations .item.donate .donate-settings .alert-settings {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    position: relative;
}

.page.donations .item.donate.donate-media .donate-settings .alert-settings {
    width: calc(100% - 205px);
}

.page.donations .item.donate .donate-settings .title {
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 10px 0;
}

.page.donations .item.donate .alert-settings .toggle-eye {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    background-color: #3f4347;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.page.donations .item.donate .alert-settings .alert-setup-toggle {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
    width: 38px;
    height: calc(100% - 3px);
    background-color: #f05a00;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    line-height: 100%;
    z-index: 20;
}

.page.donations .item.donate .alert-settings .alert-setup-toggle svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -1.5px;
    }

.page.donations .item.donate .alert-settings .alert-controls {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    height: calc(100% - 3px);
    letter-spacing: -0.3em;
    border-radius: 4px;
    overflow: hidden;
    width: 0;
}

    .page.donations .item.donate .alert-settings .alert-controls .control {
        display: inline-block;
        width: 33.43333333%;
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        letter-spacing: normal;
        border-right: 1px solid rgba(255,255,255, 0.1);
        position: absolute;
        height: 100%;
        background-color: rgba(32, 36, 41, 0.8);
        cursor: pointer;
        left: -33.4333333%;
    }

        .page.donations .item.donate .alert-settings .alert-controls .control:last-child {
            border-right: none;
        }

        .page.donations .item.donate .alert-settings .alert-controls .control span {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
        }

        .page.donations .item.donate .alert-settings .alert-controls .control svg {
            margin-right: 6px;
            position: relative;
            top: 2px;
        }

    .page.donations .item.donate .alert-settings .alert-controls .control-repeat svg {
        top: 1px;
    }

    .page.donations .item .alert-setup:hover .alert-controls .control-skip svg{
        top: 3px;
    }
    .page.donations .item.donate .alert-settings .alert-controls .control-run {
        background-color: #26ae6d;
    }

.page.donations .item .alert-setup:hover .alert-controls .control-run {
    left: 0;
}

.page.donations .item .alert-setup:hover .alert-controls .control-skip {
    left: 33.4333333%;
}

.page.donations .item.donate.on-air .alert-setup:hover .alert-controls .control-skip,
.page.donations .item.donate.queued .alert-setup:hover .alert-controls .control-skip,
.page.donations .item.donate.cancelled .alert-setup:hover .alert-controls .control-repeat,
.page.donations .item.donate.shown .alert-setup:hover .alert-controls .control-repeat {
    left: 0;
}

.page.donations .item.donate .alert-settings .alert-controls .control-skip:hover {
    background-color: #ae2626;
}

.page.donations .item.donate .alert-settings .alert-controls .control-repeat:hover {
    background-color: #f05a00;
}

.page.donations .item .alert-setup:hover .alert-controls {
    width: 100%;
}

    .page.donations .item .alert-setup:hover .alert-controls .control span {
        opacity: 1;
    }

    .page.donations .item .alert-setup:hover .alert-controls .control-incognito {
        left: 66.6666666%;
    }

.page.donations .item.donate .alert-settings .alert-controls .control-incognito:hover {
    background-color: #3f4347;
}

.page.donations .item .alert-setup .alert-controls .control a {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
}

.page.donations .item .alert-setup .alert-controls .control:hover a {
    display: block;
}

.page.donations .item.donate .alert-settings .toggle-eye svg {
    fill: #3f4347;
}

.page.donations .item.donate .text-block .finger {
    position: absolute;
    right: 5px;
    bottom: 5px;
    opacity: 1;
    animation: finger_pulse 2.3s normal linear infinite;
    -webkit-animation: finger_pulse 2.3s normal linear infinite;
    -moz-animation: finger_pulse 2.3s normal linear infinite;
}
.page.donations .item.donate .text-block .finger img {
     -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        position: relative;
        top: -5px;
        left: -5px;
}

@keyframes finger_pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes finger_pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes finger_pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.page.donations .item .label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    color: #aab1b8;
    padding-top: 12px;
    pointer-events: none;
}

.page.donations .item .text {
    font-weight: 500;
    padding: 0 20px 0 56px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    background-color: #202429;
    width: 100%;
    min-height: 118px;
}

.page.donations .item.donate.new .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(113, 105, 63, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(113, 105, 63, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(113, 105, 63, 0.4) 100%);
}

.page.donations .item.donate.queued .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(125, 87, 42, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(125, 87, 42, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(125, 87, 42, 0.4) 100%);
}

.page.donations .item.donate.on-air .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(63, 113, 84, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(63, 113, 84, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(63, 113, 84, 0.4) 100%);
}

.page.donations .item.donate.cancelled .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(113, 63, 63, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(113, 63, 63, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(113, 63, 63, 0.4) 100%);
}

.page.donations .item.donate.shown .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(114, 114, 114, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(114, 114, 114, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(114, 114, 114, 0.4) 100%);
}

.page.donations .item.donate.offline .donate-settings .text {
    background: linear-gradient(90deg, #2c3238 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -moz-linear-gradient(90deg, #2c3238 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(90deg, #2c3238 0%, rgba(0, 0, 0, 0.4) 100%);
}


    .page.donations .item .text.blured span {
        -webkit-filter: blur(4px);
        filter: blur(4px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
        opacity: 0.2;
    }

    .page.donations .item .text span {
        -webkit-transition: 0.3s -webkit-filter linear;
        -moz-transition: 0.3s -moz-filter linear;
        -moz-transition: 0.3s filter linear;
        -ms-transition: 0.3s -ms-filter linear;
        -o-transition: 0.3s -o-filter linear;
        transition: 0.3s filter linear, 0.3s -webkit-filter linear;

        position: absolute;
        width: calc(100% - 76px);
        left: auto;
        top: 50%;
         -webkit-transform: translate(0, -50%);
         -ms-transform: translate(0, -50%);
         transform: translate(0, -50%);
    }


    .page.donations .item .text img, .latest-events .data dd.action .msg span.msg-text img {
        float: none;
        margin: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }

    .page.donations .item .text.message img, .latest-events .data dd.action .msg span.msg-text.message img {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }

.page.donations .item .col-12 .text {
    display: inline-block;
}

.page.donations .item .col-md-6 .text {
    display: block;
}

.page.donations .item .text.message {
    opacity: 0.3;
    font-size: 10px;
    line-height: 12px;
}

.no-touch .page.donations .item .text.message:hover {
    opacity: 1;
}

.page.donations .item .date {
    white-space: nowrap;
    padding-left: 0;
}

.page.donations .item .valign {
    position: absolute;
    left: auto;
    width: calc(100% - 20px);
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.page.donations .item .valign-right {
    width: auto;
    right: 10px;
}

.page.donations .item .text-block {
    display: inline-block;
    width: 100%;
    min-height: 46px;
    vertical-align: middle;
    position: relative;
}

.page.donations .item .media-settings .video-preview {
    position: relative;
    height: 75px;
    overflow: hidden;
}

    .page.donations .item .media-settings .video-preview img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.page.donations .item .media-settings .btns {
    margin-top: 0;
    white-space: nowrap;
    max-width: unset;
}

    .page.donations .item .media-settings .btns .btn {
        width: 49%;
        font-size: 8px;
        background-color: #3f4347;
        padding: 7px 0 6px;
    }

.no-touch .page.donations .item .media-settings .btns .play-btn:hover {
    background-color: #26a066;
}

.no-touch .page.donations .item .media-settings .btns .skip-btn:hover {
    background-color: #a12828;
}

.no-touch .page.donations .item .media-settings .btns .repeat-btn:hover {
    background-color: #f05a00;
}

.page.donations .item.donate-media .video-preview a, .page.donations .item .media-settings .video-preview a {
    display: block;
}

    .page.donations .item.donate-media .video-preview .play-icon, .page.donations .item .media-settings .video-preview a .play-icon {
        width: 100%;
        text-align: center;
        z-index: 75;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        color: #ffffff;
        font-size: 30px;
    }

.page.donations .item.donate-media .video-preview img {
    width: 100%;
    height: auto;
}

.page.donations .item.donate-media .video-btns {
    text-align: center;
    padding-top: 15px;
}

.video-btns > a {
    background-color: #4ac17a;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    border-radius: 4px;
    display: inline-block;
    height: 28px;
    width: 50px;
    position: relative;
    margin-right: 7px;
}

    .video-btns > a:last-child {
        margin-right: 0;
    }

.video-btns .next-btn {
    background-color: #fd4b4b;
}

.video-btns .replay-btn svg {
    width: 18px;
    height: 17px;
}

.video-btns .play-btn i {
    position: relative;
    top: 1px;
}

.video-btns .play-btn svg {
    width: 11px;
    height: 15px;
}

.video-btns .eye-btn svg {
    width: 20px;
    height: 14px;
}

.video-btns .next-btn svg {
    width: 14px;
    height: 14px;
}

.moderate-btns {
    margin-top: 7px;
}

    .moderate-btns > a {
        background-color: #31373c;
        color: #6d7175;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
        border-radius: 4px;
        display: inline-block;
        height: 28px;
        width: 50px;
        position: relative;
        margin-right: 7px;
    }

        .moderate-btns > a:last-child {
            margin-right: 0;
        }


.page.donations .icon.launch, .page.donates .icon.launch {
    position: absolute;
    right: 18px;
    top: 25px;
}

.modal-video .modal-content {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.modal-video .modal-body {
    padding: 0;
}

    .modal-video .modal-body iframe {
        width: 100%;
    }

.modal.modal-video {
    background-color: rgba(24,33,41, 0.9);
}

.modal-video .modal-dialog, .modal-video .modal-dialog-centered {
    background-color: transparent;
}

.modal-video .modal-dialog-centered {
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}



/*****************  LATEST EVENTS  *************************/
.latest-events {
    min-height: 100vh;
}

    .latest-events .title {
        height: 60px;
        padding: 20px;
        color: #ffffff;
        background-color: #23282d;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }

    .latest-events .data {
        background-color: #383e44;
        overflow-y: scroll;
    }

.page.settings .latest-events .data {
    height: 250px;
}

.latest-events .data .inner {
    padding: 15px 10px 0;
    min-height: calc(100vh - 60px);
}

.latest-events .data dl {
    font-size: 0;
    margin-bottom: 0;
    position: relative;
    width: calc(100% + 20px);
    padding: 10px 10px 10px 50px;
    margin: 0 -10px;
}

    .latest-events .data dl:after {
        position: absolute;
        left: 10px;
        bottom: 0;
        top: auto;
        width: calc(100% - 20px);
        height: 0.7px;
        content: "";
        background-color: #444c55;
        z-index: 6;
    }

.no-touch .latest-events .data dl:hover {
    background-color: #272c32;
}

.latest-events .data dl dd.bookmark {
    position: absolute;
    left: 10px;
    top: 1px;
    height: calc(100% - 1px);
    width: 30px;
    text-align: center;
}

    .latest-events .data dl dd.bookmark .icon {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.latest-events .data .donations dd.bookmark {
    background-color: #2dcc70;
    min-height: 20px;
}

.latest-events .data .followers dd.bookmark {
    background-color: #417fdc;
    min-height: 18px;
}

.latest-events .data .subscribers dd.bookmark {
    background-color: #9941f0;
    min-height: 30px;
}

.latest-events .data .cheers dd.bookmark {
    background-color: #84dce8;
    min-height: 20px;
}

.latest-events .data .donations dd.bookmark svg {
    width: 10px;
    height: 20px;
    fill: transparent;
}

.latest-events .data .followers dd.bookmark svg {
    width: 20px;
    height: 18px;
    fill: transparent;
}

.latest-events .data .subscribers dd.bookmark svg {
    width: 30px;
    height: 30px;
    fill: transparent;
    stroke: #ffffff;
}

.latest-events .data dd {
    display: inline-block;
    font-size: 11px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 0;
}

    .latest-events .data dd.name {
        width: 70%;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
    }

.latest-events .data .donations dd.name, .latest-events .data .donations dd.action b {
    color: #2dcc70;
}

.latest-events .data .followers dd.name, .latest-events .data .followers dd.action b {
    color: #417fdc;
}

.latest-events .data .subscribers dd.name, .latest-events .data .subscribers dd.action b {
    color: #9941f0;
}

.latest-events .data .cheers dd.name, .latest-events .data .cheers dd.action b {
    color: #84dce8;
}

.latest-events .data dd.action .msg-media {
    display: inline-block;
    background-color: #202429;
    border-radius: 0 4px 4px;
    color: #ffffff;
    padding: 6px 10px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
    margin: 5px 0 4px;
    width: 75%;
    max-width: 400px;
    min-width: 180px;
}

.latest-events .data dd.action .video-btns {
    position: absolute;
    left: auto;
    top: 50%;
    margin-left: 15px;
    display: inline-block;
}

.latest-events .data dd.action.active .video-btns {
    display: none;
}

.latest-events .data dd.action .video-btns a {
    color: #ffffff;
}

.latest-events .data dd.action .msg span.msg-text {
    background-color: #202429;
    border-radius: 0 4px 4px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
    margin: 5px 0 4px;
    padding: 7px 10px;
    display: inline-block;
    line-height: normal;
    margin-right: 7px;
}

    .latest-events .data dd.action .msg span.msg-text.message {
        opacity: 0.6;
        font-size: 10px;
        line-height: 12px;
        padding: 7px;
        background-color: #31373c;
    }

.no-touch .latest-events .data dd.action .msg span.msg-text.message:hover {
    opacity: 1;
    background-color: #202429;
}

.latest-events .data dd.action .msg-media span.msg-text {
    padding: 0;
    margin: 0 14px 0 0;
}

    .latest-events .data dd.action .msg-media span.msg-text.message {
        margin-top: 7px;
    }

.latest-events .data dd.action.active .msg-media {
    width: unset;
    display: inline;
    padding: 0;
    margin: 0;
}

    .latest-events .data dd.action.active .msg-media span.msg-text {
        padding: 6px 10px 8px;
        margin: 5px 0 4px;
    }

.latest-events .data dd.time {
    font-weight: 500;
    text-align: right;
    width: 30%;
    white-space: nowrap;
    color: #52575c;
    text-transform: lowercase;
}

.latest-events .data dd.action {
    width: 100%;
    text-transform: uppercase;
    color: #aab1b8;
    font-size: 10px;
}

    .latest-events .data dd.action.active .video-block {
        display: none;
    }

.latest-events .data .subscribers .action span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-transform: none;
    background-color: #202429;
}

.latest-events .data .video-block {
    min-width: 165px;
    display: block;
    vertical-align: middle;
    position: relative;
}

    .latest-events .data .video-block .video-name {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #aab1b8;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 18px;
        position: relative;
    }

        .latest-events .data .video-block .video-name::before {
            content: "";
            right: 0;
            top: 0;
            width: 60px;
            height: 100%;
            z-index: 50;
            position: absolute;
            background: linear-gradient(180deg, #202429 0%, rgba(32, 36, 41, 0) 100%);
            background: -moz-linear-gradient(180deg, #202429 0%, rgba(32, 36, 41, 0) 100%);
            background: -webkit-linear-gradient(180deg, #202429 0%, rgba(32, 36, 41, 0) 100%);
        }

        .latest-events .data .video-block .video-name .music {
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

        .latest-events .data .video-block .video-name svg {
            width: 10px;
            height: 12px;
        }

    .latest-events .data .video-block a.play {
        position: relative;
        cursor: pointer;
    }

    .latest-events .data .video-block .play-icon {
        width: 100%;
        text-align: center;
        z-index: 75;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        color: #ffffff;
        font-size: 30px;
    }

    .latest-events .data .video-block img {
        width: 100%;
        height: auto;
    }

.latest-events .data .active-player .video-preview {
    display: none;
}

.latest-events .data .video, .latest-events .data .video iframe {
    display: none;
}

.latest-events .data .active-player .video-wrap {
    display: block;
}

    .latest-events .data .active-player .video-wrap .video, .latest-events .data .active-player .video-wrap .video iframe {
        display: block;
    }

.latest-events .data .active-player .video-block {
    width: 100%;
    max-width: 400px;
}

    .latest-events .data .active-player .video-block.unseen .video {
        opacity: 0.2;
        pointer-events: none;
    }

.video-btns .eye-btn .closed-eye {
    display: none;
}

.latest-events .data .active-player .video-block.unseen .video-btns .eye-btn .closed-eye {
    display: block;
}

.latest-events .data .active-player .video-block.unseen .video-btns .eye-btn .open-eye {
    display: none;
}

.latest-events .data .active-player .msg {
    width: calc(100% + 20px);
}

.latest-events .data .active-player {
    position: fixed;
    left: auto;
    bottom: 0;
    width: 100%;
    z-index: 800;
    background-color: #262b31;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5);
}

    .latest-events .data .active-player dd.action .video-btns {
        margin-top: 10px;
        position: unset;
        left: unset;
        top: unset;
        margin-left: 0;
        display: block;
    }

.page.settings .form.personal .form-group.has-error input {
    border: 1px solid #ea0013;
}

.page.settings .form.personal .help-block.with-errors {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    z-index: 900;
    background-color: transparent;
    width: calc(100% - 20px);
}

    .page.settings .form.personal .help-block.with-errors ul {
        padding: 5px 10px;
        position: absolute;
        background-color: #ea0013;
        border-radius: 6px;
        text-align: left;
        color: #ffffff;
        font-size: 11px;
        line-height: 18px;
        bottom: calc(100% - 7px);
        min-width: 195px;
        width: auto;
        left: 0;
    }

        .page.settings .form.personal .help-block.with-errors ul::after {
            content: "";
            position: absolute;
            bottom: -3.5px;
            top: auto;
            left: 22px;
            border-width: 3.5px 3.5px 0;
            border-style: solid;
            border-color: #ea0013 transparent;
            display: block;
            width: 0;
        }

.page.settings .form.personal .form-group-checkbox .help-block.with-errors {
    width: auto;
    left: 5px;
    top: -25px;
}

    .page.settings .form.personal .form-group-checkbox .help-block.with-errors ul {
        min-width: 150px;
        max-width: 100%;
        min-width: max-content;
        white-space: nowrap;
    }

.settings .personal .input-group .form-control {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.settings .personal .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 13px;
    padding: 0 20px;
    background: linear-gradient(270deg, #5E656C 0%, #414950 100%);
    background: -moz-linear-gradient(270deg, #5E656C 0%, #414950 100%);
    background: -webkit-linear-gradient(270deg, #5E656C 0%, #414950 100%);
    color: #c6ced5;
    border: none;
}

.settings .personal .input-group .input-group-prepend {
    height: calc(2.25rem + 3px);
    position: relative;
    left: 0;
}

.page.tip-buttons .text {
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 30px;
}

.page.tip-buttons .list {
    border-top: 1px solid #666f79;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -0.3em;
}

    .page.tip-buttons .list .item .img {
        height: unset;
        z-index: 45;
        position: relative;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
    }

    .page.tip-buttons .list .item {
        text-align: center;
        display: inline-block;
        width: 12.5%;
        letter-spacing: normal;
        vertical-align: baseline;
        position: relative;
        padding: 0 5px 15px 5px;
    }

        .page.tip-buttons .list .item .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            position: relative;
            display: flex;
            align-items:center;
            flex-wrap: wrap;
            height: calc(90vw / 11);
        }

.page.tip-buttons .item .download {
    color: #d4d4d4;
    padding: 8px 13px 8px;
    border-radius: 6px;
    background-color: #202326;
    font-size: 0.5vw;
    line-height: 0.5vw;
    font-weight: 600;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 50;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/*.no-touch .page.tip-buttons .item:hover, */.page.tip-buttons .item.active {
    z-index: 200;
}

    /*.no-touch .page.tip-buttons .item:hover .download,*/ .page.tip-buttons .item.active .download {
        display: block;
        opacity: 1;
        text-decoration: none;
    }

    /*.no-touch .page.tip-buttons .item:hover .inner,*/ .page.tip-buttons .item.active .inner {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        position: relative;
        z-index: 80;
        text-decoration: none;
    }

.page.tip-buttons .item .transparent-back {
    display: none;
}

.page.tip-buttons .list.active-state .item .inner .img {
    opacity: 0.3
}

/*.no-touch .page.tip-buttons .list.active-state .item:hover .inner .img,*/
.page.tip-buttons .list.active-state .item.active .inner .img {
    opacity: 1;
}

.page.tip-buttons .blur {
    display: none;
}

.page.tip-buttons.with-blur .blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 62, 68, 0.9);
    left: 0;
    top: 0;
    z-index: 190;
    display: block;
}

.page.tip-buttons .close {
    position: fixed;
    right: 16px;
    top: 70px;
    z-index: 195;
    opacity: 1;
}

    .page.tip-buttons .close svg {
        stroke: #ffffff;
    }

.gradient1 {
    background: linear-gradient(180deg, #35393F 0%, #0B1F30 100%);
    background: -webkit-linear-gradient(180deg, #35393F 0%, #0B1F30 100%);
    background: linear-gradient(180deg, #35393F 0%, #0B1F30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35393F', endColorstr='#0B1F30',GradientType=1 );
}

.gradient2 {
    background: linear-gradient(270deg, #0b1f30 0%, #300b28 100%);
    background: -moz-linear-gradient(270deg, #0b1f30 0%, #300b28 100%);
    background: -webkit-linear-gradient(270deg, #0b1f30 0%, #300b28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1f30', endColorstr='#300b28',GradientType=1 );
}

.steps-to-start {
    position: relative;
    z-index: 13;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 60px;
}

.index-landing .steps-to-start .title {
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    line-height: 32px;
    position: relative;
    color: #ffffff;
    padding-left: 70px;
    margin-left: 60px;
    margin-top: 35px;
    width: 270px;
    position: relative;
    z-index: 20;
}

.steps-to-start .title span {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 76px;
    line-height: 50px;
}

.steps-to-start .texts {
    position: relative;
}

.steps-to-start .slider img {
    pointer-events: none;
    border-radius: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.steps-to-start .slider .cover {
    overflow: visible;
    position: relative;
}

    .steps-to-start .slider .cover::before {
        content: "";
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -2;
        border-radius: 10px;
        position: absolute;
        background: linear-gradient(270deg, #000000 20%, #f05a00 120%);
        background: -moz-linear-gradient(270deg, #000000 20%, #f05a00 120%);
        background: -webkit-linear-gradient(270deg, #000000 20%, #f05a00 120%);
    }

.steps-to-start .slider .img {
    cursor: grab;
    border-radius: 8px;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.08);
}

.stepsToStartSlider {
    width: 90%;
    float: right;
    max-height: unset;
    overflow: visible;
}

    .stepsToStartSlider .cover {
        width: 40vw;
    }

.steps-to-start:after {
    display: block;
    clear: both;
    content: ""
}

.steps-to-start::before, .steps-to-start::after {
    display: table;
    content: " ";
}

.steps-to-start::after {
    clear: both;
}


.steps-to-start .text {
    margin-top: 60px;
    margin-left: 60px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    position: relative;
    display: none;
}

    .steps-to-start .text b {
        display: block;
        text-transform: lowercase;
        color: #ed550b;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

.steps-to-start .dots {
    clear: both;
    margin-left: 60px;
    margin-top: 30px;
    position: absolute;
    bottom: 4%;
}

    .steps-to-start .dots li {
        border: none;
        width: 10px;
        height: 10px;
        background-color: #30404e;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        cursor: pointer;
    }

        .steps-to-start .dots li.active {
            background-color: #f15900;
        }

.steps-to-start .slider .slick-dots li {
    margin: 0 3px;
}

.benefits {
    position: relative;
    z-index: 12;
    min-height: 80vh;
}

    .benefits::after {
        position: absolute;
        z-index: 10;
        content: "";
        width: 80%;
        left: 10%;
        top: -50vw;
        height: 100vw;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/landing/back.svg");
        pointer-events: none;
    }

    .benefits .icons {
        z-index: 23;
        position: relative;
    }

        .benefits .icons.hover .item {
            position: absolute;
        }

            .benefits .icons.hover .item .icon {
                position: relative;
                width: 64px;
                height: 64px;
            }

            .benefits .icons.hover .item span {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #454b52;
                text-align: center;
                line-height: 64px;
                position: absolute;
                z-index: 7;
            }

            .benefits .icons.hover .item .text {
                color: #ffffff;
                font-weight: 600;
                font-size: 15px;
                line-height: 20px;
                position: absolute;
                width: 165px;
                left: 0;
                top: 100%;
                padding-top: 20px;
            }

.no-touch .benefits .icons.hover .item:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.benefits .icons.hover .item .icon::after, .benefits .icons.hover .item .icon::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #b42192;
    z-index: 6;
}

.benefits .icons.hover .item .icon::before {
    width: 30px;
    height: 30px;
    background-color: #ffc101;
    bottom: 10px;
    right: 0;
    z-index: 5;
}

.benefits .icons.hover .item.payments {
    left: 18%;
    top: 5vw;
}

    .benefits .icons.hover .item.payments .icon::after {
        z-index: 8;
        width: 19px;
        height: 19px;
        left: 4px;
        top: -2px;
    }

    .benefits .icons.hover .item.payments .icon::before {
        right: -6px;
        bottom: -3px;
        background-color: #f05a00;
        width: 32px;
        height: 32px;
    }

.benefits .icons.hover .item.cards {
    left: 35.5%;
    top: 14vw;
}

.sidebar-collapse .benefits .icons.hover .item.cards {
    top: 16.5vw;
}

.benefits .icons.hover .item.cards .icon::after {
    z-index: 8;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: -1px;
}

.benefits .icons.hover .item.cards .icon::before {
    z-index: 9;
    right: -10px;
    top: -4px;
    width: 28px;
    height: 28px;
}

.benefits .icons.hover .item.withdraw {
    left: 56%;
    top: 22.5vw;
}

.sidebar-collapse .benefits .icons.hover .item.withdraw {
    top: 27vw;
}

.benefits .icons.hover .item.withdraw svg {
    position: relative;
    top: -3px;
}

.benefits .icons.hover .item.withdraw .icon::after {
    z-index: 8;
    width: 14px;
    height: 14px;
    left: 4px;
    bottom: 1px;
    background-color: #f05a00;
}

.benefits .icons.hover .item.withdraw .icon::before {
    right: -16px;
    top: 10px;
    width: 36px;
    height: 36px;
    background-color: #b42192;
}

.benefits .icons.hover .item.percent {
    left: 68.5%;
    top: 5vw;
}

.sidebar-collapse .benefits .icons.hover .item.percent {
    left: 69.5%;
}

.benefits .icons.hover .item.percent .icon::after {
    z-index: 8;
    width: 17px;
    height: 17px;
    right: 11px;
    bottom: -7px;
}

.benefits .icons.hover .item.percent .icon::before {
    left: -3px;
    top: -4px;
    width: 27px;
    height: 27px;
}

.benefits .icons .item {
    position: absolute;
    z-index: 3;
}

    .benefits .icons .item.coin {
        left: 74%;
        top: 21.5vw;
        pointer-events: none;
    }

    .benefits .icons .item.coin-s {
        left: 26%;
        top: 1vw;
        pointer-events: none;
    }

    .benefits .icons .item.catman {
        left: 10%;
        top: 17.5vw;
        pointer-events: none;
    }

    .benefits .icons .item.money {
        left: 50%;
        top: 10.5vw;
        pointer-events: none;
    }

.payment-methods-list .item, .payment-methods-list li {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 102px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin-right: 5px;
}

    .payment-methods-list .item:last-child, .payment-methods-list li:last-child {
        margin-right: 0;
    }

.index-landing .title {
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    text-transform: none;
    padding-left: 60px;
}

.payment-methods-list .list, .payment-methods-list .line {
    padding: 18px 60px;
    white-space: nowrap;
}

.payment-methods-list ul {
    white-space: nowrap;
}

.personal-approach {
    position: relative;
    padding-top: 35px;
}

    .personal-approach::after {
        content: "";
        position: absolute;
        width: 45%;
        height: 45%;
        background-color: rgba(33, 83, 180, 0.32);
        left: 50%;
        bottom: 0;
        margin-left: -22.5%;
        -webkit-filter: blur(70px);
        filter: blur(70px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='70');
        z-index: 30;
    }

    .personal-approach .img {
        position: relative;
        z-index: 36;
        padding: 15px 45px 0;
    }

        .personal-approach .img img {
            width: 100%;
            height: auto;
        }

    .personal-approach .img-with-texts {
        position: relative;
    }

        .personal-approach .img-with-texts .texts {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .personal-approach .img-with-texts .texts .text {
                color: #ffffff;
                font-size: min(max(7px, 1.5vw), 15px);
                line-height: min(max(8px, 1.6vw), 17px);
                font-weight: 600;
                position: absolute;
                width: 18%;
                max-width: 220px;
            }

            .personal-approach .img-with-texts .texts .text1 {
                left: 24.5%;
                top: 27%;
                text-align: right;
                max-width: 185px;
                width: 17%;
                -webkit-transform: translate(-100%,0);
                -ms-transform: translate(-100%,0);
                transform: translate(-100%,0);
            }

            .personal-approach .img-with-texts .texts .text2 {
                left: 15.5%;
                top: 57%;
            }

            .personal-approach .img-with-texts .texts .text3 {
                left: 36%;
                top: 35%;
                width: 28%;
                max-width: unset;
                text-align: center;
            }

            .personal-approach .img-with-texts .texts .text4 {
                left: 47%;
                top: 52%;
            }

            .personal-approach .img-with-texts .texts .text5 {
                left: 74%;
                top: 72%;
                text-align: right;
                -webkit-transform: translate(-100%,0);
                -ms-transform: translate(-100%,0);
                transform: translate(-100%,0);
            }

            .personal-approach .img-with-texts .texts .text6 {
                left: 36%;
                top: 26%;
                width: 28%;
                max-width: unset;
                text-align: center;
                white-space: nowrap;
            }

                .personal-approach .img-with-texts .texts .text6 span {
                    padding: min(max(6px, 1vw), 15px) min(max(8px, 1.8vw), 20px);
                    border-radius: 4px;
                    background-color: #f05a00;
                }

    .personal-approach .btns {
        text-align: center;
        padding: 50px 0;
    }

        .personal-approach .btns .btn, .personal-approach .btns .btn:active, .with-us .btns .btn, .with-us .btns .btn:active {
            font-size: 12px;
            font-weight: 600;
            line-height: 15px;
            position: relative;
            z-index: 34;
            border-radius: 3px;
            margin-right: 5px;
            color: #ffffff;
        }

        .personal-approach .btns .btn-black, .with-us .btns .btn-black {
            background-color: #000000;
        }

.index-landing .reviews {
    position: relative;
}

    .index-landing .reviews .reviewSlider {
        padding: 0 0 0 60px;
        margin-top: 20px;
        overflow: hidden;
        z-index: 93;
    }

    .index-landing .reviews .item {
        border-radius: 10px;
        width: 50vw;
        padding: 20px;
        position: relative;
        z-index: 50;
        background-color: rgba(22, 23, 24, 0.5);
        box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.08);
        margin-right: 20px;
    }

    .index-landing .reviews .slick-track {
        left: 3px;
    }

    .index-landing .reviews .reviewSlider .item:last-child {
        margin-right: 0;
    }

    .index-landing .reviews .item .platform-icon svg {
        width: 24px;
        height: 24px;
        fill: #b42192;
    }

    .index-landing .reviews .item .platform-icon {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .index-landing .reviews .item::before{
        content: "";
        left: -1px;
        top: 1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -2;
        border-radius: 10px;
        position: absolute;
        background: linear-gradient(90deg, #000000 20%, #f05a00 120%);
        background: -moz-linear-gradient(90deg, #000000 20%, #f05a00 120%);
        background: -webkit-linear-gradient(90deg, #000000 20%, #f05a00 120%);
    }

    .index-landing .reviews .item::after {
        content: "";
        left: 0;
        top: 2px;
        width: 100%;
        height: calc(100% + 2px);
        z-index: -1;
        border-radius: 10px;
        position: absolute;
        background-color: #191623;
    }

    .index-landing .reviews .top {
        position: relative;
        padding-left: 105px;
        min-height: 80px;
    }

    .index-landing .reviews .item .img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        position: absolute;
        left: 0;
    }

    .index-landing .reviews .item .source, .index-landing .reviews .item .name {
    }

    .index-landing .reviews .item .img img {
        width: 100%;
        height: auto;
    }

    .index-landing .reviews .item .name {
        color: #ffffff;
        font-weight: bold;
        line-height: 24px;
        font-size: 16px;
        padding-top: 15px;
    }

    .index-landing .reviews .item .source {
        color: #636b76;
        font-weight: 500;
        line-height: 24px;
        font-size: 14px;
    }

    .index-landing .reviews .item .text {
        color: #ffffff;
        font-weight: normal;
        line-height: 20px;
        font-size: 14px;
        padding-top: 20px;
    }

.index-landing .foot {
    position: relative;
    text-align: center;
}

    .index-landing .foot::after, .index-landing .foot::before {
        position: absolute;
        content: "";
        pointer-events: none;
        left: 0;
        bottom: 0;
        width: 50vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left bottom;
    }

    .index-landing .foot::after {
        background-image: url("../img/landing/pngkey.png");
        height: 55vh;
    }

    .index-landing .foot::before {
        right: 0;
        left: auto;
        background-image: url("../img/landing/pinpng.png");
        height: 27vh;
        background-position: right bottom;
    }

    .index-landing .foot .title {
        padding-left: 0;
    }

    .index-landing .foot .text {
        line-height: 24px;
        position: relative;
        z-index: 32;
    }

    .index-landing .foot .text-reg {
        padding-top: 40px;
        font-size: 14px;
        padding-bottom: 20px;
    }

.index-landing .foot {
    padding-bottom: 105px;
}

    .index-landing .foot .social div {
        display: inline-block;
        margin-right: 13px;
    }

        .index-landing .foot .social div:last-child {
            margin-right: 0;
        }

        .index-landing .foot .social div a {
            width: 42px;
            height: 42px;
            border-radius: 4px;
            text-align: center;
            line-height: 42px;
        }

            .index-landing .foot .social div a.twitch {
                background-color: #9147ff;
            }

            .index-landing .foot .social div a.facebook {
                background-color: #1877f2;
            }

            .index-landing .foot .social div a.vk {
                background-color: #4a76a8;
            }

                .index-landing .foot .social div a.vk svg {
                    width: 20px;
                    height: 12px;
                }

            .index-landing .foot .social div a.discord {
                background-color: #7289da;
            }

            .index-landing .foot .social div a.youtube {
                background-color: #ff0000;
            }

    .index-landing .foot .social a svg {
        opacity: 1;
        fill: #ffffff;
        width: 42px;
        height: 42px;
        position: relative;
        top: -1px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index-landing .foot .social div a.discord svg {
        width: 40px;
        height: 40px;
    }

.index-landing .reviews::after, .index-landing .reviews::before {
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    top: 0;
    width: 50vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-landing .reviews::after {
    background-image: url("../img/landing/streamers/flyingman.png");
    height: 87vh;
    left: 3%;
    top: auto;
    bottom: -75vh;
    z-index: 91;
}

.index-landing .reviews::before {
    right: 14%;
    top: auto;
    bottom: -26vh;
    z-index: 90;
    left: auto;
    background-image: url("../img/landing/streamers/fortnite.png");
    height: 37vh;
    background-position: right bottom;
}

.with-us {
    min-height: 120vh;
    position: relative;
    /* background-image: url('../img/landing/streamers/streamers_positions.png');*/
    background-position: -4px 34px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 100px 0 80px;
}

    .with-us::after {
        content: "";
        position: absolute;
        width: 45%;
        height: 45%;
        background-color: rgba(33, 83, 180, 0.25);
        left: 50%;
        top: 50%;
        margin-top: -22.5%;
        margin-left: -22.5%;
        -webkit-filter: blur(70px);
        filter: blur(70px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='70');
        z-index: 20;
    }

    .with-us .info {
        margin: 0 35%;
        top: 40vh;
        text-align: center;
        position: relative;
        z-index: 83;
    }

        .with-us .info .text {
            font-size: 24px;
            line-height: 32px;
            font-weight: bold;
        }

        .with-us .info .count {
            font-size: 80px;
            line-height: 24px;
            font-weight: bold;
            padding: 30px 0 50px;
            -webkit-filter: blur(1px);
            filter: blur(1px);
            filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
            white-space: nowrap;
        }

    .with-us .btns {
        white-space: nowrap;
    }

    .with-us .streamers {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 80;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .with-us .streamers .item {
            border-radius: 50%;
            position: absolute;
            z-index: 3;
            opacity: 0.2;
        }

            .with-us .streamers .item::before {
                content: "";
                left: -2px;
                top: -2px;
                width: calc(100% + 4px);
                height: calc(100% + 4px);
                z-index: -2;
                border-radius: 50%;
                position: absolute;
                background: linear-gradient(90deg, #f16101 0%, #b42192 100%);
                background: -moz-linear-gradient(90deg, #f16101 0%, #b42192 100%);
                background: -webkit-linear-gradient(90deg, #f16101 0%, #b42192 100%);
            }

            .with-us .streamers .item.noborder::before {
                display: none;
            }

            .with-us .streamers .item.big {
                width: 25vh /*182px*/;
                height: 25vh /*182px*/;
            }

            .with-us .streamers .item:nth-child(1) {
                left: 68%;
                top: 31vh;
            }

            .with-us .streamers .item:nth-child(2) {
                left: 37%;
                top: 6vh;
            }

            .with-us .streamers .item:nth-child(3) {
                left: 20%;
                top: 34vh;
            }

            .with-us .streamers .item:nth-child(4) {
                left: 46%;
                top: 73vh;
            }

            .with-us .streamers .item:nth-child(5) {
                left: 72%;
                top: 80vh;
            }

            .with-us .streamers .item:nth-child(6) {
                left: 82%;
                top: 44vh;
            }

            .with-us .streamers .item:nth-child(7) {
                left: 23%;
                top: 66vh;
            }

            .with-us .streamers .item:nth-child(8) {
                left: 25%;
                top: 13vh;
            }

            .with-us .streamers .item:nth-child(9) {
                left: 51%;
                top: 19vh;
            }

            .with-us .streamers .item:nth-child(10) {
                left: 71%;
                top: 58vh;
            }

            .with-us .streamers .item:nth-child(11) {
                left: 7%;
                top: 40vh;
            }

            .with-us .streamers .item:nth-child(12) {
                left: 65%;
                top: 10vh;
            }

            .with-us .streamers .item:nth-child(13) {
                left: 11%;
                top: 70vh;
            }

            .with-us .streamers .item:nth-child(14) {
                left: 25%;
                top: 94vh;
            }

            .with-us .streamers .item:nth-child(15) {
                left: 36%;
                top: 88vh;
            }

            .with-us .streamers .item:nth-child(16) {
                left: 62%;
                top: 71vh;
            }

            .with-us .streamers .item:nth-child(17) {
                left: 61%;
                top: 92vh;
            }

            .with-us .streamers .item:nth-child(18) {
                left: 6%;
                top: 12vh;
            }

            .with-us .streamers .item:nth-child(19) {
                left: 77%;
                top: 14vh;
            }

            .with-us .streamers .item:nth-child(20) {
                left: 82%;
                top: 71vh;
            }

            .with-us .streamers .item:nth-child(21) {
                left: 33%;
                top: 29vh;
            }

            .with-us .streamers .item:nth-child(22) {
                left: 39%;
                top: 76vh;
            }

            .with-us .streamers .item:nth-child(23) {
                left: 62%;
                top: 29vh;
            }

            .with-us .streamers .item:nth-child(24) {
                left: 14%;
                top: 30vh;
            }

            .with-us .streamers .item:nth-child(25) {
                left: 51%;
                top: 5vh;
            }

            .with-us .streamers .item:nth-child(26) {
                left: 46%;
                top: 101vh;
            }

            .with-us .streamers .item:nth-child(27) {
                left: 17%;
                top: 59vh;
            }

            .with-us .streamers .item:nth-child(28) {
                left: 82%;
                top: 33vh;
            }

            .with-us .streamers .item:nth-child(29) {
                left: 18%;
                top: 18vh;
            }

            .with-us .streamers .item:nth-child(30) {
                left: 65%;
                top: 55vh;
            }

            .with-us .streamers .item:nth-child(31) {
                left: 9%;
                top: 60vh;
            }

            .with-us .streamers .item:nth-child(32) {
                left: 54%;
                top: 102vh;
            }

            .with-us .streamers .item:nth-child(33) {
                left: 19%;
                top: 89vh;
            }

            .with-us .streamers .item:nth-child(34) {
                left: 58%;
                top: 7vh;
            }

            .with-us .streamers .item.middle {
                width: 18vh /*131px*/;
                height: 18vh /*131px*/;
            }

            .with-us .streamers .item.small {
                width: 11vh /*131px*/;
                height: 11vh /*131px*/;
            }

            .with-us .streamers .item .img {
                background-color: #190c1c;
                border-radius: 50%;
                overflow: hidden;
                display: block;
            }

                .with-us .streamers .item .img img {
                    width: 100%;
                    height: auto;
                }

            .with-us .streamers .item .name {
                padding: 5px 20px;
                border-radius: 4px;
                background-color: #f16102;
                font-size: 16px;
                line-height: 32px;
                font-weight: 600;
                text-transform: lowercase;
                position: absolute;
                color: #ffffff;
                text-decoration: none;
                top: auto;
                bottom: -22px;
                left: 50%;
                white-space: nowrap;
                -webkit-transform: translate(-50%, 0%);
                -moz-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
                display: none;
            }

            .with-us .streamers .item:hover {
                opacity: 1;
                z-index: 45;
            }

                .with-us .streamers .item:hover .name {
                    display: block;
                }

            .with-us .streamers .item .platform-icon {
                padding-right: 10px;
            }

                .with-us .streamers .item .platform-icon svg {
                    width: 24px;
                    height: 24px;
                    fill: #ffffff;
                }

                .with-us .streamers .item .platform-icon.youtube {
                    padding-right: 0;
                    margin-right: -10px;
                }

                    .with-us .streamers .item .platform-icon.youtube svg {
                        width: 42px;
                        height: 28px;
                        position: relative;
                        left: -10px;
                        top: -7px;
                    }

.stroke-text {
    color: #010103;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #72747c, 1px 1px 0 #ffffff
}

@supports((text-stroke: 2px #ffffff) or (-webkit-text-stroke: 2px #ffffff)) {
    .stroke-text {
        color: transparent;
        -webkit-text-stroke: 2px #ffffff;
        text-stroke: 2px #ffffff;
        text-shadow: none;
    }
}


.slider .item.cover.promo {
    position: relative;
}

    .slider .item.cover.promo .content {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 13;
    }

    .slider .item.cover.promo .img img {
        width: 640px;
        height: 360px;
    }

    .slider .item.cover.promo .title {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 26px;
        line-height: 24px;
        font-weight: 800;
    }

    .slider .item.cover.promo .text {
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        padding-top: 20px;
    }

    .slider .item.cover.promo .content {
        padding-top: 20%;
        padding-left: 40px;
        width: 75%;
    }

        .slider .item.cover.promo .content .btn {
            background-color: #f05a00;
            border-color: #f05a00;
            margin-top: 30px;
            color: #ffffff;
            font-weight: bold;
        }


.page.wallet .services-list {
    margin: 20px 0;
}

    .page.wallet .services-list .item {
        background-color: #31363b;
        border-radius: 3px;
        margin: 0 0 10px;
        padding: 20px;
        position: relative;
        cursor: pointer;
        display: block;
    }
.page.wallet .services-list.sublist .item {
    min-height: 115px;
}
.no-touch .page.wallet .services-list .item:hover {
    background-color: #555b5f;
}

.page.wallet .services-list .item .img {
    width: 39px;
    height: 39px;
    overflow: hidden;
    display: block;
}

.page.wallet .sublist .item .img {
    width: unset;
    height: unset;
    overflow: visible;
    text-align: center;
}

.page.wallet .services-list .item .text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #ffffff
    ;
}

.page.wallet .services-list .row, .page.wallet .interesting-list .row {
    margin: 0 -5px;
}

.page.wallet .services-list div[class*='col-'], .page.wallet .interesting-list div[class*='col-'] {
    padding: 0 5px;
}

.page.wallet .services-list .item .arrow-next {
    position: absolute;
    opacity: 0;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.no-touch .page.wallet .services-list .item:hover .arrow-next {
    opacity: 1;
    right: 25px;
}

.page.wallet .service-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

.page.wallet .form-group label {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

.page.wallet .service-item .form {
    margin-top: 15px;
    width: 85%;
}

    .page.wallet .service-item .form .btn {
        position: relative;
        left: 0;
        max-width: 200px;
        text-transform: none;
        font-weight: normal;
        margin-top: 15px;
    }

    .page.wallet .service-item .form .withdraw-all {
        font-size: 11px;
        line-height: 13px;
        margin-right: 25px;
        margin-top: 5px;
        display: inline-block;
        float: right;
        color: #ffffff;
        border-bottom: 1px dashed #ffffff;
    }

.no-touch .page.wallet .service-item .form .withdraw-all:hover {
    text-decoration: none;
    border-bottom: none;
}

.page.wallet .service-item .form .cancel {
    font-size: 11px;
    line-height: 13px;
    margin-top: 28px;
    display: inline-block;
    color: #ffffff;
    position: absolute;
}

.page.wallet .service-item-list .note-text {
    font-size: 11px;
    line-height: 13px;
    padding: 10px 0;
}

.page.wallet .service-item-list.steam-account .form {
    margin-top: 40px;
}

.page.wallet .service-item-list.steam-account .btn {
    margin-top: 25px;
    text-transform: none;
    display: inline-block;
    left: 0;
}

.page.wallet .service-item-list.steam-account .form .amount {
    padding-right: 40px;
}

.page.wallet .service-item-list.steam-account .form .currency-label {
    position: absolute;
    bottom: 13px;
    right: 40px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
}

.page.wallet .service-item-list.steam-account .form .row {
    margin: 0 -5px;
}

.page.wallet .service-item-list.steam-account .form div[class*='col-'] {
    padding: 0 5px;
}

.page.wallet .service-item-list.steam-account .img {
    margin-top: 7px;
}


.page.wallet .interesting {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #666f79;
}

    .page.wallet .interesting .interesting-title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }

    .page.wallet .interesting .interesting-list {
        margin: 20px 0;
    }

        .page.wallet .interesting .interesting-list .item {
            margin-bottom: 10px;
        }

        .page.wallet .interesting .interesting-list .img img, .page.wallet .service-item-list .img img {
            width: 100%;
            height: auto;
            border-radius: 6px;
        }



.breadcrumbs {
    margin-bottom: 15px;
}

    .breadcrumbs li {
        position: relative;
        padding-left: 15px;
        display: inline-block;
    }

        .breadcrumbs li a {
            font-size: 11px;
            font-weight: normal;
            line-height: 13px;
            color: #ffffff;
        }

        .breadcrumbs li:after {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-top: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            margin-right: 4px;
            left: 5px;
            top: 9px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
        }


.modal-operation-confirmation .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #111111;
    text-transform: none;
    opacity: 1;
    padding-bottom: 10px;
}

.modal-operation-confirmation .info-block .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebec;
    margin-bottom: 20px;
}

.modal-operation-confirmation .info-block .label {
    color: #434343;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 3px;
}

.modal-operation-confirmation .info-block .text {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.modal-operation-confirmation .info-block .item {
    padding-bottom: 30px;
}

.modal-operation-confirmation .btn {
    width: unset;
    left: 0;
    text-transform: none;
}

.modal-operation-confirmation a.cancel {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: #111111;
    margin-top: 10px;
    display: inline-block;
}

.no-touch .modal-operation-confirmation a.cancel:hover {
    color: #111111;
}

.lettuce {
    margin-left: 80px;
    margin-top: 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 700;
}

    .lettuce .icon {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #f05a00;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
        padding-right: 20px;
        pointer-events: none;
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -ms-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
    }

        .lettuce .icon img {
            width: 165%;
            height: auto;
            position: absolute;
            left: -30%;
            top: -25%;
        }

    .lettuce .text {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        color: #ffffff;
        top: 0;
        left: 0;
        padding: 0;
        position: absolute;
        z-index: 7;
        display: inline-block;
        white-space: nowrap;
        background-color: #f05a00;
        height: 100%;
        border-radius: 40px;
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .no-touch .lettuce:hover .icon {
        left: 10px;
    }

   .no-touch .lettuce:hover .text {
        width: auto;
        padding: 0 23px 0 58px;
    }

.modal-card-transfer .modal-md{
    max-width: 445px;
}
.modal-card-transfer .form-group{
    position: relative;
}
.modal-card-transfer .form-group .info{
    position: absolute;
    right: 0;
    top: -14px;
    font-size: 8px;
    line-height: 9px;
    text-transform: none;
    padding: 20px 0;
}
.modal-card-transfer .form-group .info b{
    color: #f05a00;
}
.modal-card-transfer .buttons .btn{
    width: auto;
    float: right;
    margin-bottom: 10px;
}
.modal-card-transfer .dropdown-dsp .dropdown-menu{
    padding-bottom: 0;
 }
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a{
    padding: 8px 20px 7px 20px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a .text{
    font-size: 12px;
    width: 100%;
}

.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a svg.icon,
.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option svg.icon{
    width: 11px;
    height: 11px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option .filter-option-inner-inner{
    text-transform: uppercase;
    line-height: 40px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option svg.icon{
    display: none;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #dbe0e6;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li:last-child {
    border-bottom: none;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a .c-number,
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a .c-type,
.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option  .c-number,
.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option  .c-type{
    float: right;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .filter-option  .c-number{
    margin-right: 10px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-toggle:after{
    top: 13px;
}

.modal-card-transfer .dropdown-dsp .bootstrap-select .c-type{
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 40px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a .c-type{
    height: 17px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .c-type.dropdown-mir{
    background-image: url("../img/dropdown-mir.svg");
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .c-type.dropdown-mc{
    background-image: url("../img/dropdown-mc.svg");
    background-position: center -2px;
}
.dropdown-dsp .bootstrap-select .filter-option .c-type.dropdown-mc{
     background-position: center 10px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .c-type.dropdown-paypal{
    background-image: url("../img/dropdown-paypal.svg");
    background-position: left -1px;
}
.dropdown-dsp .bootstrap-select .filter-option .c-type.dropdown-paypal{
     background-position: left 12px;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .c-type.dropdown-visa{
    background-image: url("../img/dropdown-visa.svg");
}

.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a.add-card .text{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.modal-card-transfer .dropdown-dsp .bootstrap-select .dropdown-menu li a.add-card{
    padding-left: 46px;
    padding-top: 11px;
    background-image: url("../img/dropdown-plus.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    height: 38px;
}

.modal-add-recipient .form .form-group input[type="text"]{
    text-transform: uppercase;
}

.modal-add-recipient .form .c-type{
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 70px;
}
.modal-add-recipient .form .c-type.dropdown-mc{
    background-image: url("../img/dropdown-mc.svg");
    background-position: calc(100% - 15px) 9px;
}
.modal-add-recipient .form .c-type.dropdown-visa{
    background-image: url("../img/dropdown-visa.svg");
    background-position: calc(100% - 15px) 13px;
}
.modal-add-recipient .form .c-type.dropdown-paypal{
    background-image: url("../img/dropdown-paypal.svg");
    background-position: calc(100% - 15px) 12px;
}
.modal-add-recipient .form .c-type.dropdown-mir{
    background-image: url("../img/dropdown-mir.svg");
    background-position: calc(100% - 15px) 14px;
}
.modal-add-recipient .buttons .btn-back, .modal-delete-recipient .buttons .btn-back{
    float: left;
}
.modal-add-recipient .buttons, .modal-delete-recipient .buttons{
    margin-top: 40px;
}

.modal-delete-recipient .recipient .name, .modal-delete-recipient .recipient .c-number{
    text-transform: uppercase;
    line-height: 40px;
}
.modal-delete-recipient .recipient .c-type, .modal-delete-recipient .recipient .c-number{
    float: right;
}
.modal-delete-recipient .recipient .c-type{
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 40px;
}
.modal-delete-recipient .recipient .c-type.dropdown-mc{
    background-image: url("../img/dropdown-mc.svg");
    background-position: center 10px;
}
.modal-delete-recipient .recipient .c-type.dropdown-paypal{
    background-image: url("../img/dropdown-paypal.svg");
    background-position: left 12px;
}
.modal-delete-recipient .recipient .c-type.dropdown-visa{
    background-image: url("../img/dropdown-visa.svg");
}
.modal-delete-recipient .recipient .c-type.dropdown-mir{
    background-image: url("../img/dropdown-mir.svg");
}

.settings #twofa .text{
    font-size: 13px;
    color: #c6ced5;
    line-height: 19px;
    padding: 20px 0 25px;
}
.settings .form-twofa{
    width: 50%;
    margin-bottom: 20px;
}
.settings .form-twofa .form-group{
    margin-top: 8px;
    flex-grow: 2;
}
.settings .form-twofa .btn{
    margin-top: 33px;
    display: block;
}
.settings .form-twofa .note, .modal-twofa-settings .form .note{
    font-size: 13px;
    color: #aab1b8;
    padding-top: 8px;
    display: inline-block;
    white-space: nowrap;
    opacity: 1;
}
.settings .form-twofa .code-block{
    display: flex;
}
.settings .form-twofa .code-block .btn-form-group{
    margin-left: 10px;
    text-align: center;
}
.modal-twofa-auth .modal-lg{
    max-width: 650px;
}
.modal-twofa-auth .title-text {
    border-bottom: 1px solid #dbe0e6;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 11px;
    line-height: 20px;
    color: #1a1d1f;
}
.twofa-steps {
    letter-spacing: -0.3em;
    margin-bottom: 20px;
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}
.twofa-steps .item{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    color: #1a1d1f;
    width: 33.3333333%;
    text-align: center;
    position: relative;
}

.twofa-steps .item .text{
    display: block;
    font-size: 14px;
    padding-bottom: 13px;
    text-transform: uppercase;
    color: #a6adb3;
}
.twofa-steps .item .circle{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background-color: #e5e6e9;
    color: #2c3238;
    font-weight: bold;
    display: inline-block;
}
.twofa-steps .item::after{
    position: absolute;
    content: "";
    top: calc(50% + 15px);
    left: calc(50% + 25px);
    width: calc(100% - 50px);
    height: 1px;
    background-color: #aab1b8;
    opacity: 0.5;
    z-index: 1;
}

.twofa-steps .item.in-progress::before{
    position: absolute;
    content: "";
    top: calc(50% + 15px);
    left: calc(50% + 25px);
    width: calc(50% - 25px);
    height: 1px;
    background-color: #f05a00;
    opacity: 0.5;
    z-index: 2;
}
.twofa-steps .item.complete::before{
    position: absolute;
    content: "";
    top: calc(50% + 15px);
    left: calc(50% + 25px);
    width: calc(100% - 50px);
    height: 1px;
    background-color: #f05a00;
    opacity: 0.5;
    z-index: 2;
}

.twofa-steps .item3::after{
    display: none;
}
.twofa-steps .item.active .circle{
    background-color: #f05a00;
    color: #ffffff;
}
.twofa-steps .item.complete .circle{
    background-color: #f05a00;
    color: #ffffff;
    position: relative;
    font-size: 0;
}
.twofa-steps .item.complete .circle::after{
    content: "\f00c";
    font: normal normal normal 18px/2 FontAwesome;
    color: #ffffff;
}
.modal-twofa-auth .form-blocks .btn{
    text-transform: none;
}
.modal-twofa-auth .form-block-phone, .modal-twofa-auth .form-block-sms{
    display: flex;
}
.modal-twofa-auth .form-block-sms .form-group{
    flex-basis: 60%;
    margin-right: 15px;
}
.modal-twofa-auth .form-block .note{
    white-space: nowrap;
    font-size: 11px;
    display: block;
    padding-top: 12px;
    color: #1a1d1f;
}
.modal-twofa-auth .form-block-sms .btn-form-group{
    margin-top: 24px;
}
.modal-twofa-auth .form-block-phone .phone-number{
    flex-grow: 1.5;
    margin-right: 15%;
    margin-bottom: 5px;
}
.modal-twofa-auth .form-block-phone .btn{
    width: 100%;
    margin-top: 10px;
}
.modal-twofa-auth .form-block-phone .phone-img{
    position: relative;
    margin-top: -15px;
}
.modal-twofa-auth .info{
    font-size: 11px;
    font-weight: 400;
    color: #1a1d1f;
    text-transform: none;
    opacity: 1;
    padding: 0;
    line-height: 20px;
}
.modal-twofa-auth .info.orange{
    color: #f05a00;
}
.modal-twofa-auth .form-block-phone .info, .modal-twofa-auth .form-block-enable2fa .info{
    padding-bottom: 20px;
}

.modal-twofa-auth .info p{
    margin-bottom: 25px;
}
.modal-twofa-auth .form-blocks .btns-block {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}
.modal-twofa-auth .form-blocks .btns-block .btn-prev{
    flex-basis: 33.33333333%;
    border: 1px solid #aab2ba;
    background-color: transparent;
    color: #2c3238;
    font-weight: 500;
    margin-right: 15px;
}
.modal-twofa-auth .form-blocks .btns-block .btn-next{
    flex-grow: 2;
}
.modal-twofa-auth .form-block-qr-code{
    display: flex;
    margin-bottom: 15px;
}
.modal-twofa-auth .form-block-qr-code .qr-code-field{
    margin-right: 25px;
}
.modal-twofa-auth .form-block-qr-code input[type="text"]{
    background-color: #eef0f1;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-right: 50px;
}
.modal-twofa-auth .form-group-qr-code{
    position: relative;
}
.modal-twofa-auth .form-group-qr-code .copy{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 4;
}
.modal-twofa-auth .form-group-qr-code .copy svg {
    width: 16px;
    height: 16px;
    fill: #737c85;
}
.modal-twofa-auth .form-block-qr-code .qr-code-image{
    position: relative;
    margin-top: -25px;
}

.modal-twofa-auth .form-block-enable2fa{
    display: flex;
}
.modal-twofa-auth .form-block-enable2fa .twofa-code-field{
    flex-basis: 70%;
}
.modal-twofa-auth .form-block-enable2fa .faenabled-img{
    margin-left: 25px;
    position: relative;
    margin-top: -15px;
}
.modal-twofa-auth .form-block-enable2fa .btns-block{
    margin-top: 32px;
    margin-bottom: 0;
}

.modal-twofa-settings .form-block{
    display: flex;
}

.modal-twofa-settings .form-block .code-field{
    flex-basis: 75%;
    margin-right: 10%;
}

.modal-twofa-settings .form-block .block-image{
   text-align: right;
   flex-basis: 40%;
}
.modal-twofa-settings .form-block .block-image img{
    width: 100%;
    height: auto;
}
.modal-twofa-settings .form-block-verify2fa .block-image{
    position: relative;
    margin-top: -20px;
}
.modal-twofa-settings .form-block .code-field .btn{
    display: block;
    text-transform: none;
}

.modal-twofa-settings .form-block-verify2fa .code-field .info{
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    opacity: 1;
    padding-top: 13px;
    padding-bottom: 35px;
}
.modal-twofa-settings .form .note{
    color: #1a1d1f;
}
.modal-twofa-settings .form-block-recover2fa{
    margin-bottom: 20px;
}
.modal-twofa-settings .form-block .code-field .code-block{
    display: flex;
}
.modal-twofa-settings .form-block .code-field .code-block .btn{
    margin-top: 24px;
}
.modal-twofa-settings .form-block-recover2fa .code-field .code-block .form-group{
    flex-basis: 60%;
    margin-right: 10px;
}

.modal-twofa-settings .form-block-recover2fa .btn{
    margin-top: 20px;
}

.overlay-edit-panel .btn-group .btn .icon.plane {
    position: relative;
    top: 5px;
}

.settings #promocodes .text{
    font-size: 13px;
    color: #c6ced5;
    line-height: 19px;
    padding: 20px 0 25px;
}
.settings .form-promocodes{
    margin-bottom: 40px;
}
.settings .form-promocodes .form-group, .settings .form-promocodes .btn-form-group {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}
.settings .form-promocodes .form-group {
    width: 30%;
}
.settings .form-promocodes .btn{
   width: auto;
   margin-left: 9px;
}

.settings .promocode-item {
    position: relative;
    margin-top: 0;
    padding: 16px 25px 10px;
    display: inline-block;
    border-radius: 6px;
    width: auto;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: rgb(132,193,75); stroke-width: 4; stroke-dasharray: 12 10'/></svg>");
}
.settings .promocode-item .icon {
    display: inline-block;
    position: relative;
    top: 4px;
    padding-right: 1px;
}

.settings .promocode-item::before{
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(124, 179, 66, 0.15);
    pointer-events: none;
    border-radius: 6px;
}

.settings .promocode-item::after{
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     background-image: url('../img/promocodes/active.svg');
    background-position: 88% center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.settings .promocode-item--content{
    position: relative;
    z-index: 1;
}
.settings .promocode-item--content .status{
    position: absolute;
    left: 0;
    top: -27px;
    background-color: #61b64e;
    border-radius: 3px;
    z-index: 3;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 19px;
    color: #ffffff;
    padding: 1px 13px 0;
}
.settings .promocode-item .promocode-item--name {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 6px;
    font-weight: 400;
    text-transform: uppercase;
}
.settings .promocode-item .promocode-item--discount {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.settings .promocode-item .promocode-item--description {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 30px;
    width: 280px;
}

/*******************************************/


a, a:after, a:before, a svg, button svg, nav li a, .btn, button, .btn:after, .list-announcement .item,
.slider, .dropdown-menu ul li, .form-group input[type="checkbox"] + span:after,
.form-group input[type="radio"] + span:after, .main-sidebar .block .item,
.ds-tooltip, .payment-history .item, .messages .list .item, .donates .list .item, .settings .nav-item .nav-link:after,
.settings .notification .item, .settings .subscription .item, .plyr__menu__container ul li,
.ui-autocomplete li, .widget-panel ul li .links, .widget-panel ul li,
.form-group input[type="checkbox"] + span, .settings .personal .change-photo,
.search-results .group li, .modal-audio .items dl, .wallet .btns a .icon, .dz-message, .filter-panel,
.bootstrap-datetimepicker-widget table td:after, .bootstrap-datetimepicker-widget table th:after, .bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table span, .bootstrap-datetimepicker-widget table span:before, .bootstrap-datetimepicker-widget table a,
.tournament .tab-content .item, .rounds .group .members, .tournament .top-image, .tournament .general-info, .tournament .general-info .wrap,
.tournament .general-info .about svg, .tags span, .tags span:after, .tags span:before,
.tournament .tab-content .rounds .pair:after, .tournament .tab-content .rounds .pair:before,
.tournament .tab-content .rounds .pair .group:after, .tournament .tab-content .rounds .pair .group:before,
.theatre-mode .page.live-broadcast .head, .services-catalog-owner .list .item .setup, .modal-auth .form, .modal-auth .form form,
.modal.with-confirm .modal-content:after, .modal-hearthstone .form-group-checkbox .img,
main-sidebar .block.account .score, .main-sidebar .block.account .money, .dsp .bootstrap-select .dropdown-menu li a span.text, .dsp .dashboard .data dl,
.dsp .dashboard .lists .navigation a, .page.donations .item .text.message, .latest-events .data dd.action .msg span.msg-text.message,
header .user-btn-cont .dropdown-menu a img, .benefits .icons.hover .item, .with-us .streamers .item, .page.wallet .services-list .item,
.page.wallet .services-list .item .arrow-next, .payment-management--list .item {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.no-touch .page.donations .item .alert-setup .alert-controls .control, .page.donations .item.donate .alert-settings .alert-controls {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

 .page.donations .list .item {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
 }

.promo.slick-slider .slick-list {
    -webkit-transition: height 0.1s ease-out;
    -moz-transition: height 0.1s ease-out;
    -ms-transition: height 0.1s ease-out;
    -o-transition: height 0.1s ease-out;
    transition: height 0.1s ease-out;
}

.settings .notification .item .name:before, .settings .notification .item .name:after {
    -webkit-transition: border-top-color 0.3s ease-out;
    -moz-transition: border-top-color 0.3s ease-out;
    -ms-transition: border-top-color 0.3s ease-out;
    -o-transition: border-top-color 0.3s ease-out;
    transition: border-top-color 0.3s ease-out;
}

.QLoader span {
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

/*noinspection CssInvalidPropertyValue*/
.apple-pay-button {
    height: 40px;
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    cursor: pointer;
}

.apple-pay-button-with-text>* {
    display: none;
}

.apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
}

.apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
}

.apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
}

.apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
}

.text-amount-after-fee {
  text-align: end;
  padding: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #0b1f30;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  left: 0;
}


/* destream- daterangepicker */

.payment-history .title {
    padding-top: 0;
    padding-bottom: 25px;
}
.ds-datarangepicker {
    position: relative;
}

.dsp .ds-datarangepicker input {
    cursor: pointer;
    padding-right: 35px;
}

.ds-datarangepicker::after {
    position: absolute;
    content: "";
    right: 12px;
    top: 18px;
    left: auto;
    width: 9px;
    height: 6px;
    z-index: 50;
    background: url("../img/dropdown-arrow.svg") top left no-repeat;
    pointer-events: none;
}
.ds-datarangepicker .md-drppicker {
    padding: 0;
    background-color: transparent;
    border-radius: 6px;
    box-shadow: none;
    width: 100%;
    left: 0 !important;
    overflow: visible;
    font-family: 'Montserrat';
}
    .ds-datarangepicker .md-drppicker .ranges {
        border: 1px solid rgba(91,109,126,0.8);
        border-radius: 6px;
        float: none;
        display: inline-block;
        margin-top: 12px;
        width: 100%;
        max-width: unset;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    }
        .ds-datarangepicker .md-drppicker .ranges ul {
            padding: 10px 0;
            background-color: rgba(40,45,51,0.95);
            border-radius: 6px;
        }
            .ds-datarangepicker .md-drppicker .ranges ul li:last-child {
                border-top: 1px solid rgba(91,109,126,0.3);
            }
            .ds-datarangepicker .md-drppicker .ranges ul li button {
                background-color: transparent;
                border-radius: 0;
                color: #aab1b8;
                font-size: 13px;
                font-weight: 500;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                position: relative;
                width: calc(100% + 2px);
                left: -1px;
                padding-right: 30px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
    .ds-datarangepicker .md-drppicker .ranges ul li button.active,
    .no-touch .ds-datarangepicker .md-drppicker .ranges ul li button:hover {
        background-color: rgba(91,109,126,0.8);
        color: #ffffff;
    }


.no-touch .ds-datarangepicker .md-drppicker .ranges ul li:hover {
    background-color: transparent;
}

    .ds-datarangepicker .md-drppicker .calendar.right {
        display: none;
    }

    .ds-datarangepicker .md-drppicker.double {
       width: 100%;
    }
    .ds-datarangepicker .md-drppicker .btn {
        background-color: rgba(91,109,126,0.8);
    }

    .ds-datarangepicker .md-drppicker .calendar.left {
        clear: left !important;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
        -moz-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
        border-radius: 10px;
        position: relative;
        left: -4px;
        top: 8px;
    }

.ds-datarangepicker .md-drppicker .calendar {
    min-width: 246px;
    width: 100%;
    max-width: unset;
}

.ds-datarangepicker .md-drppicker.shown, .ds-datarangepicker .md-drppicker.hidden {
    transition: none;
}

    .ds-datarangepicker .md-drppicker .calendar-table {
        border: none;
        padding: 10px;
        background-color: #2c3238 !important;
        border-radius: 10px !important;
        font-size: 12px;
        font-weight: 500;
    }

    .ds-datarangepicker .md-drppicker td.off, .ds-datarangepicker .md-drppicker td.off.end-date,
    .ds-datarangepicker .md-drppicker td.off.in-range, .ds-datarangepicker .md-drppicker td.off.start-date {
        background-color: transparent;
    }

    .no-touch .ds-datarangepicker .md-drppicker td:hover, .no-touch .ds-datarangepicker .md-drppicker td.available:hover,
    .ds-datarangepicker .md-drppicker td.active, .no-touch .ds-datarangepicker .md-drppicker td.active:hover {
        background-color: transparent;
        border-radius: 0;
    }

        .ds-datarangepicker .md-drppicker td span, .ds-datarangepicker .md-drppicker td:hover span {
            display: inline-block;
            text-align: center;
            line-height: 24px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        .ds-datarangepicker .md-drppicker td:hover span, .no-touch .ds-datarangepicker .md-drppicker td.available:hover span {
            background-color: #444c54;
        }
        .no-touch .ds-datarangepicker .md-drppicker td.in-range.available:hover {
            background-color: #383f46;
        }
.ds-datarangepicker .md-drppicker td.active span, .no-touch .ds-datarangepicker .md-drppicker td.active:hover span {
    background-color: #444c54;
}
    .ds-datarangepicker .md-drppicker td.start-date.end-date {
        border-radius: 50%;
    }
    .ds-datarangepicker .md-drppicker td.in-range {
        background-color: #383f46;
        color: #ffffff;
    }
    .ds-datarangepicker .md-drppicker td.start-date.active span,
    .ds-datarangepicker .md-drppicker td.end-date.active.in-range span {
        position: relative;
    }
      /*  .ds-datarangepicker .md-drppicker td.start-date.active span::after,
        .ds-datarangepicker .md-drppicker td.end-date.active.in-range span::after {
            position: absolute;
            pointer-events: none;
            content: "";
            width: 85%;
            height: calc(100% + 1px);
            top: -0.5px;
            right: -4px;
            z-index: -1;
            background-color: #383f46;
        }
          */
.ds-datarangepicker .md-drppicker td.start-date.active,
.ds-datarangepicker .md-drppicker td.end-date.active.in-range {
    position: relative;
}
    .ds-datarangepicker .md-drppicker td.start-date.active::after,
    .ds-datarangepicker .md-drppicker td.end-date.active.in-range::after {
        position: absolute;
        pointer-events: none;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: #383f46;
    }
    .ds-datarangepicker .md-drppicker td.end-date.active.in-range::after {
        right: auto;
        left: 0;
    }

  /*  .ds-datarangepicker .md-drppicker td.end-date.active.in-range span::after {
        right: auto;
        left: -4px;
    }
      */
    .ds-datarangepicker .md-drppicker td.end-date.active.in-range {
        background-color: transparent;
    }
    .ds-datarangepicker .md-drppicker td.today span {
        background-color: #f05a00;
    }
.ds-datarangepicker .md-drppicker td.available.off.today span {
    background-color: rgba(240, 90, 0, 0.4);
}
        .ds-datarangepicker .md-drppicker td.start-date.active span {
            background-color: #f05a00;
        }
    .ds-datarangepicker .md-drppicker td.end-date.active.in-range span {
        background-color: #f05a00;
    }
    .ds-datarangepicker .md-drppicker td.start-date.end-date span {
        background-color: #f05a00;
    }
    .ds-datarangepicker .md-drppicker .calendar-table .week-days {
        border-bottom: 0.5px solid #606569;
    }
    .ds-datarangepicker .md-drppicker .calendar-table .week-days th {
        color: #60656a;
        font-weight: 500;
        font-size: 11px;
    }
    .ds-datarangepicker .md-drppicker .calendar-table th.month {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
    }

    .ds-datarangepicker .md-drppicker td, .ds-datarangepicker .md-drppicker th {
        height: 2.05em;
        border: none;
    }

    .ds-datarangepicker .md-drppicker .calendar-table tbody tr:first-child td{
        padding-top: 2px;
    }

.ds-datarangepicker input[type="text"], .dsp .page.wallet .search-input input[type="search"] {
    box-shadow: 0px 1px 1px rgb(181 189 196 / 20%);
    -moz-box-shadow: 0px 1px 1px rgb(181 189 196 / 20%);
    -webkit-box-shadow: 0px 1px 1px rgb(181 189 196 / 20%);
}

.ds-datarangepicker .md-drppicker td.available.next, .ds-datarangepicker .md-drppicker th.available.next,
.no-touch .ds-datarangepicker .md-drppicker th.available.next:hover {
    background-image: url("/template/img/dropdown-arrow.svg");
    background-size: unset;
    transform: rotate(270deg);
    background-color: transparent;
    display: table-cell;
    border: none;
}
    .ds-datarangepicker .md-drppicker th.available.next:hover, .no-touch .ds-datarangepicker .md-drppicker th.available.prev:hover {
        opacity: 1;
    }
.ds-datarangepicker .md-drppicker td.available.prev, .ds-datarangepicker .md-drppicker th.available.prev, .no-touch .ds-datarangepicker .md-drppicker th.available.prev:hover {
    background-image: url("/template/img/dropdown-arrow.svg");
    background-size: unset;
    transform: rotate(90deg);
    background-color: transparent;
    display: table-cell;
    border: none;
}

.ds-datarangepicker .md-drppicker .ranges ul li button .calendar-icon {
    right: 8px;
    font-size: 0;
}
.no-touch .ds-datarangepicker .md-drppicker .ranges ul li button .calendar-icon::after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    content: "";
    width: 31px;
    height: 32px;
    left: -6px;
    top: -6px;
    opacity: 0;
    pointer-events: none;
}
.no-touch .ds-datarangepicker .md-drppicker .ranges ul li button .calendar-icon:hover::after {
    opacity: 0.3;
}
.modal .form input[type="text"], .modal .form input[type="email"], .modal form input[type="email"],
.modal .form input[type="password"], .modal .form input[type="number"], .modal .form input[type="tel"],
.modal input[type="tel"], .modal .form textarea, .modal .form button, .modal .btn {
    text-transform: none;
    border-radius: 12px;
    font-size: 13px;

}
.modal .form button, .modal .btn {
    max-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: 700;
}
.modal .input-with-label .label {
    border-radius: 10px;
}
.modal .btn.disabled, .modal .btn[disabled], .modal fieldset[disabled] .btn {
    background-color: #f3762b;
    opacity: 0.65;
}
.modal {
    font-family: "Inter";
}

.modal .subtitle {
    color: #f05a00;
    opacity: 1;
}

.modal-card-account-withdrawal .modal-lg {
    max-width: 670px;
}
.modal-card-account-withdrawal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.dsp .dropdown-dsp-light.dropdown-with-search .bs-searchbox {
    padding: 0;
}
.dsp .dropdown-dsp-light.dropdown-with-search .bs-searchbox .form-control, .dropdown-dsp-light.dropdown-with-search .bs-searchbox .form-control  {
    box-shadow: none;
    background-color: transparent;
    padding-left: 20px;
}
.dropdown-dsp-light.dropdown-with-search .bs-searchbox:after {
    display: none;
}
.dropdown-dsp-light.dropdown-with-search .bootstrap-select .dropdown-menu li a {
    padding: 0 0 0 20px;
}
.modal-card-account-withdrawal .dropdown-dsp .bootstrap-select .dropdown-toggle:after {
    top: 13px;
}

.modal-card-account-withdrawal .note {
    font-size: 11px;
    line-height: 19px;
    color: #54626d;
    padding-left: 35px;
    position: relative;
    top: -5px;
    padding-bottom: 6px;
}
.modal-card-account-withdrawal .note .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.modal-card-account-withdrawal .invalid-field {
    border: 1px solid red;
    border-radius: 12px;
}

.modal-card-account-withdrawal .btn.dropdown-toggle.btn-light {
    border-radius: 12px;
}

.modal-card-account-withdrawal .ds-dropdown.show .btn.dropdown-toggle.btn-light {
    border-radius: 12px 12px 0 0;
}
.modal-card-account-withdrawal .ds-dropdown.show.dropup .btn.dropdown-toggle.btn-light {
    border-radius: 0 0 12px 12px;
}
.modal-card-account-withdrawal .dropdown-dsp .ds-dropdown.dropup.show .dropdown-menu.show {
    border-radius: 12px 12px 0 0;
}
.modal-card-account-withdrawal .dropdown-dsp .ds-dropdown.dropup.show .dropdown-menu.inner.show {
    border-radius: 0;
}
.modal-card-account-withdrawal input::-webkit-outer-spin-button,
.modal-card-account-withdrawal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-card-account-withdrawal input[type=number] {
  -webkit-appearance: textfield;
   -moz-appearance: textfield;
        appearance: textfield;
}


.modal-crypto-wallet .modal-lg {
    max-width: 600px;
}

.modal-crypto-wallet .modal-body .title {
     border-bottom: 1px solid #dbe0e6;
}
.modal-crypto-wallet .modal-body .text {
    font-size: 13px;
    line-height: 14px;
    padding: 20px 0;
    color: #54626d;
    font-weight: 300;
}

.modal-crypto-wallet .modal-body input[readonly]{
    background-color: #eef0f1;
    color: #7f8a92;
    text-transform: uppercase;
}
.modal-crypto-wallet .modal-body input[readonly]:active,
.modal-crypto-wallet .modal-body input[readonly]:focus {
     box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -moz-box-shadow: 0px -0.6px 1px rgba(81, 89, 96, 0.4);
    -webkit-box-shadow: 2px -0.6px 1px rgb(81 89 96 / 40%);
}
.modal-crypto-wallet .modal-footer {
   display: block;
}
.modal-crypto-wallet .modal-footer::after{
    clear: both;
    content: "";
    display: table;
}
.modal-crypto-wallet .modal-footer .btn {
    width: auto;
    height: inherit;
    float: right;
}
.modal-crypto-wallet .modal-footer .btn-transparent {
    float: none;
}
.modal-crypto-wallet input[readonly]:active,
.modal-crypto-wallet input[readonly]:focus{
    box-shadow: 0px -0.6px 1px rgb(81 89 96 / 40%) !important;
}

@media (max-width: 1199.98px) {
    .chaport-container.chaport-container-positioned {
        bottom: 95px !important;
    }
}

.email-note {
    background-color: rgba(255, 179, 0, 0.2);
    border-radius: 12px;
    padding: 16px;
    font-size: 13px;
    line-height: 18px;
    color: #182129;
    margin: 0 0 16px 0;
}
.payment-management--list {
    padding-top: 27px;
}
.payment-management--list .item {
    padding: 15px 55px;
    position: relative;
    margin: 0;
    margin: 0 -55px;
    width: calc(100% + 110px);
    display: flex;
    justify-content: space-between;
}

    .payment-management--list .item:after {
        position: absolute;
        left: 55px;
        bottom: 0;
        top: auto;
        width: calc( 100% - 110px);
        height: 0.7px;
        content: "";
        background-color: #666f79;
        opacity: 0.5;
        z-index: 6;
    }

    .no-touch .payment-management--list .item:hover, .no-touch .payment-management--list .item.active {
        background-color: #444c54;
    }

    .payment-management--list .item.active:before, .no-touch .payment-management--list .item:hover:before {
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #444c54;
        z-index: 5;
    }

    .payment-management--list .item dd {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .payment-management--list .item .icon {
        position: relative;
        width: 40px;
    }
    .payment-management--list .item .icon img {
        border-radius: 50%;
        width: 100%;
        height: auto;
    }

    .payment-management--list .item .description {
        position: relative;
        font-size: 13px;
        line-height: 19px;
        color: #c6ced5;
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        word-break: break-word;
    }
    .payment-management--list .item .description .sum {
        padding-left: 6px;
    }
    .payment-management--list .item .next-payment {
        position: relative;
        font-size: 10px;
        line-height: 19px;
        color: #c6ced5;
        width: 12%;
        white-space: nowrap;
        display: block;
    }
    .payment-management--list .item .cancel {
        position: absolute;
        right: 55px;
    }
    .payment-management--list .item .cancel .btn {
        text-transform: none;
    }

    .donate-modal--note {
        position: absolute;
        width: 100%;
        top: 10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: auto;
        padding: 12px;
        z-index: 777;
        background-color: #fff6e5;
        display: flex;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        white-space: nowrap;
    }
    .donate-modal--note .text {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .donate-modal--note::after {
        position: absolute;
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 6px;
        background-color: #ffca28;
    }
    .donate-modal--note .icon {
        padding-right: 15px;
        padding-left: 8px;
    }
    @media (max-width: 991.98px) {
        .donate-modal--note {
            width: 82%;
            white-space: normal;
        }
    }

    @media (max-width: 767.98px) {
        .donate-modal--note {
            top: 50px;
            left: 30px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: calc(100% - 60px);
        }
        .modal .donate-modal--note .text {
            line-height: 20px;
            font-size: 12px;
        }
    }
     @media (max-width: 575.98px) {
        .donate-modal--note {
            left: 10px;
            width: calc(100% - 20px);
        }
        .modal .donate-modal--note .text {
            line-height: 14px;
            font-size: 12px;
        }
    }

    /********************   TEMPLATES   **********************/


.templates .list {
    padding: 30px 0;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .templates .list {
        padding-top: 5px;
        margin-top: 0;
    }
}
.main-content .page.settings .templates .title {
        border-bottom: none;
    }
    .templates .list .item {
        margin-bottom: 20px;
        padding: 16px;
        height: 150px;
        background-color: #282d33;
        position: relative;
    }
    @media (max-width: 767.98px) {
        .templates .list .item {
            margin-bottom: 16px;
        }
    }

    .templates .list .add-template {
        background-color: #454c54;
        border: 1px dashed #aab1b8;
        text-align: center;
        text-transform: uppercase;
        color: #c6ced5;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        line-height: 130px;
        vertical-align: middle;
        font-size: 12px;
    }
    .templates .list .add-template:hover {
        text-decoration: none;
    }

    .templates .list .item .controls {
        position: absolute;
        right: 16px;
        top: 14px;

      }
    .templates .list .item .controls a {
        margin-right: 3px;
        display: inline-block;
        position: static;
        width: 24px;
        height: 24px;
        cursor: pointer;
        line-height: 24px;        
    }
    .templates .list .item .controls span {
        position: static;
        width: 24px;
        height: 24px;
    }
    .templates .list .item .controls a:last-child {
        margin-right: 0;
    }
        .templates .list .item .controls a span svg {
            fill: #aab1b8;
        }
        .templates .list .item .controls a:hover span svg {
            fill: #ffffff;
        }

    .templates .list .item .template-name {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #f8f8f9;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 80px;

    }
    .templates .list .item .template-value {
        padding-top: 4px;
        font-size: 13px;
        line-height: 19px;
        color: #f8f8f9;
    }
     .templates .list .item .template-link {
        padding-top: 18px;
        color: #aab1b8;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
    }
    .templates .list .item .template-link .form-group label {
        margin-bottom: 4px;
     }
    .templates .list .item .template-link .form-control {
        padding-right: 55px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: #2c3238;
        position: relative;
        left: 0;
        color: #c6ced5;
        box-shadow: none;
    }
    .templates .list .item .template-link .copy {
        position: absolute;
        bottom: 8px;
        right: 23px;
        cursor: pointer;
    }
    .templates .list .item .template-link .copy svg {
            fill: #737c85;
        }
    .templates .list .item .template-link .copy:hover svg {
            fill: #ffffff;
        }


.modal-addtemplate .title {
    border-bottom: 1px solid #dbe0e6;
    margin-bottom: 20px;
}

.modal-addtemplate .form .form-data {
    position: relative;
    display: flex;
}
 @media (max-width: 575.98px) {
    .modal-addtemplate .form .form-data {
        display: block;
    }
    }
.modal-addtemplate .form .form-data .form-group {
     flex-basis: 67%;
     margin-right: 24px;
}
 @media (max-width: 575.98px) {
       .modal-addtemplate .form .form-data .form-group {
            margin-right: 0;
        }
    }
   
.modal-addtemplate .form .form-data .donate-amount {
    flex-basis: 33%;
    margin-right: 0;
    }
    @media (max-width: 575.98px) {
        .modal-addtemplate .form .form-data .donate-amount {
            width: 55%;
        }
    }

.modal-addtemplate .input-with-label .label {
    background: none;
    background-color: #f05a00;
    color: #ffffff;
}
 @media (max-width: 575.98px) { 
    .modal-addtemplate .input-with-label .label {
        background-color: transparent;
    }
  }

.modal-addtemplate .donate-amount .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    right: 11px;
}
 @media (max-width:  767.98px) { 
    .modal-addtemplate .bootstrap-select.dropdown.currency-select > select {
        color: #4a536a !important;
        background-color: #e2e5ed;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 600;
        padding: 0 10px !important;
    }
    .modal.modal-addtemplate .input-with-label .label {
        top: 3px;
    }
    .modal.modal-addtemplate .bootstrap-select::after {
        top: 9px;
    }
    .modal-addtemplate .donate-amount .input-with-label .label {
        background-color: transparent;
    }
}

.modal-addtemplate .donate-amount .input-with-label .label {
    right: 5px;
}
.modal-addtemplate .donate-amount .input-with-label .btn {
    margin: 0;
}
.modal-addtemplate .label .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, Montserrat;
}
.modal-addtemplate .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    top: 5px;
    right: 11px;
    background-image: url("../img/dropdown-arrow_white.svg");

}
.donate-amount.templated .input-with-label .label {
    min-width: 59px;
    width: 59px !important;
}
.donate-amount.templated .input-with-label .label .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0;
}
.donate-amount.templated .input-with-label .label .bootstrap-select > .dropdown-toggle:after {
    display: none;
}
.donate-amount.templated .input-with-label .label .ds-dropdown.disabled {
    opacity: 1;
}
.donate-amount.templated .input-with-label .label .bootstrap-select .btn.disabled, 
.donate-amount.templated .input-with-label .label .bootstrap-select .btn[disabled] {
    opacity: 1;
}
.donate-amount.templated input:active, .donate-amount.templated input:focus {
    box-shadow: 0px -0.6px 1px rgb(81 89 96 / 40%);
    -moz-box-shadow: 0px -0.6px 1px rgb(81 89 96 / 40%);
    -webkit-box-shadow: 0px -0.6px 1px rgb(81 89 96 / 40%);
}
.modal-addtemplate .form .btn {
    left: 0;
    margin-top: 15px;
}

.modal-templateqrcode .modal-md {
    max-width: 518px;
}
@media (max-width: 767.98px) { 
    .modal-templateqrcode .modal-md  {
        max-width: unset;
    }
}
.modal-templateqrcode .title {
    border-bottom: 1px solid #dbe0e6;
    margin-bottom: 20px;
}
.modal-templateqrcode .qrcode-img {
    padding: 24px 30px;
}
.modal-templateqrcode .qrcode-img canvas {
    width: 100% !important;
    height: 100% !important;
}
 @media (max-width: 575.98px) { 
    .modal-templateqrcode .qrcode-img {
        padding: 24px 12px;
    }
}
 .modal-templateqrcode .template-link {
        color: #aab1b8;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
    }
   .modal-templateqrcode .template-link .form-group label {
        margin-bottom: 4px;
     }
    .modal-templateqrcode .template-link .form-control {
        padding-right: 55px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: #ffffff;
        position: relative;
        left: 0;
        color: #54626d;
    }
    .modal-templateqrcode .template-link .copy {
        position: absolute;
        bottom: 8px;
        right: 22px;
        cursor: pointer;
        z-index: 3;
    }
   .modal-templateqrcode .template-link .copy svg {
            fill: #737c85;
        }
   .modal-templateqrcode .template-link .copy:hover svg {
            fill: #0b1f30;
        }

.modal .note {
    border: none;
    padding: 8px 0 0;
    line-height: 1;
}
.modal-wallet-donate .btns-back {
    position: absolute;
    left: 0;
    display: none;
    z-index: 401;
}
.modal-wallet-donate .text-row {
    justify-content: flex-end;
}
.modal-wallet-donate .text-amount-after-fee {
    width: auto;
    background-color: #f8f8f9;
    position: relative;
    z-index: 9;
    padding: 10px 20px;
    border-radius: 10px 5px;
    left: -7px;
}
  
@media only screen and (orientation: landscape) and (max-device-width: 1200px), only screen and (orientation: portrait) and (max-device-width: 767.98px) {    
    .modal-wallet-donate .btns {
        display: block;
        border: none;
    }
    .modal-wallet-donate .btns-back {
        display: block;
        width: 100%;
        border-top: 1px solid #dbe0e6;
    }
    .modal-wallet-donate .btns-with-message {
        position: sticky;
        bottom: 26px;
        z-index: 401;      
        width: 50%;
        margin-left: 50%;  
    }
    .modal-wallet-donate .btns-with-message .btn-back {
            opacity: 0;
            pointer-events: none;
            width: 0;
            padding: 0;
            overflow: hidden;
        }
    .modal-wallet-donate .btns-with-message .btn-ok {
            box-shadow: 2px 2px 7px rgba(0,0,0, 0.3);
            position: relative;
            z-index: 3100;
        }

        .modal-wallet-donate .subblock.personal {
            margin: 0;
            position: sticky;
            bottom: 102px;
            z-index: 900;
            background-color: #f8f8f9;
            border-radius: 12px;
            padding: 10px 10px 2px;
        }
}


.dsp .news-list {
    position: relative;
    left: -12px;
    width: calc(100% + 24px);
    padding-top: 32px;
    flex-wrap: wrap;
    display: flex;
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list {
      left: 0;
      width: 100%;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list {
      padding-top: 21px;
    }
  }
  .dsp .news-list .news-list--item {
    position: relative;
    background-color: transparent;
    border-radius: 6px;
    margin: 0 12px 26px;
    flex-basis: calc(25% - 24px);
    overflow: hidden;
  }
  @media (max-width: 1599.98px) {
    .dsp .news-list .news-list--item {
      flex-basis: calc(33.333333333% - 24px);
    }
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item {
      flex-basis: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 16px;
      padding: 24px;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item {
      padding: 16px;
      margin-bottom: 10px;
    }
  }
  .dsp .news-list .news-list--item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 31;
    border-radius: 6px;
    background-color: transparent;
  }
  .dsp .news-list .news-list--item::after {
    position: absolute;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    z-index: 32;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #666f79;
  }

  .dsp .news-list .news-list--item .news-list-item--inner {
    position: relative;
    display: block;
    z-index: 33;
    height: 100%;
  }
  .dsp .news-list .news-list--item .news-img {
    width: calc(100% - 16px);
    margin: 8px 8px 24px;
    border: none;
    overflow: hidden;
    border-radius: 20px;
    height: 192px;
    position: relative;
  }
  .dsp .news-list .news-list--item .news-img .img-blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .dsp .news-list .news-list--item .news-img .img-blur img {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(4px);
    opacity: 0.7;
  }
  .dsp .news-list .news-list--item .news-img img {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media (max-width: 1599.98px) {
    .dsp .news-list .news-list--item .news-img {
      height: 181px;
    }
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item .news-img {
      width: 160px;
      border-radius: 4px;
      margin: 0 16px 0 0;
      border: 1px solid #666f79;
      overflow: hidden;
      display: inline-block;
      max-height: 91px;
      vertical-align: top;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-img {
      width: 75px;
      max-height: 45px;
      float: right;
      border-radius: 4px;
      margin-right: 0;
    }
  }
  .dsp .news-list .news-list--item .news-description {
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-bottom: 84px;
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item .news-description {
      width: calc(100% - 185px);
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding-bottom: 77px;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-description {
      width: calc(100% - 105px);
      padding-bottom: 34px;
    }
  }
  .dsp .news-list .news-list--item .news-title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 8px;
    font-weight: 700;
    color: #e2e5ed;
  }
  .dsp .news-list .news-list--item .news-title a {    
    color: #e2e5ed;
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item .news-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 12px;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-title {
      font-size: 13px;
      line-height: 15px;
      padding-bottom: 9px;
    }
  }
  .dsp .news-list .news-list--item .news-info {
    color: #9ea7c2;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-info {
      font-size: 11px;
      line-height: 15px;
      padding-right: 20px;
      min-height: 45px;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-info > * {
      font-size: 11px;
    }
  }
  .dsp .news-list .news-list--item .news-date {
    color: #76809e;
    font-size: 11px;
    line-height: 25px;
    white-space: nowrap;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 24px;
    padding-bottom: 34px;
    position: absolute;
    bottom: 0;
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item .news-date {
      padding: 0;
    }
  }
  @media (max-width: 767.98px) {
    .dsp .news-list .news-list--item .news-date {
      font-size: 9px;
      line-height: 11px;
      padding-bottom: 5px;
    }
  }
  .dsp .news-list .news-list--item .arrow {
    right: 24px;
    bottom: 22px;
    display: inline-block;
    position: absolute;
    right: 24px;
    bottom: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(243, 118, 43, 0.1);
  }
  .dsp .news-list .news-list--item .arrow::after {
    position: absolute;
    left: 12px;
    top: 13px;
    content: "";
    border: solid #f3762b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(-45deg);
  }
  @media (max-width: 1199.98px) {
    .dsp .news-list .news-list--item .arrow {
      right: 0;
      bottom: 0;
    }
  }
