section.new-page-header.strategies-header.own{
    padding:15px 30px;
    margin-bottom:0;
}

.flex-row.space-between {
    align-items: center;
}

.strategies-header .user-details{
    display:flex;
}

.strategies-header .user-details.deleted-account{
    height:40px;
}

.strategies-header .user-details.deleted-account h2{
    line-height:40px;
}

.strategies-header .user-details img {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.strategies-header .user-details h2 {
    margin: 0;
    font-size: 2.5rem;
    line-height: 40px;
    font-size: 3.5rem;
    margin: 0;
    color: #fff;
    margin-right: 5px;
}

.strategies-header .header-label{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.3;
    margin-top: 8px;
    border-left: 1px solid #3b434f;
    padding-left: 5px;
}

.strategies-header .user-stats{
    display:flex;
}

.strategies-header .user-stats .stat-box {
    text-align: left;
    padding: 0 15px;
    display: flex;
}

.strategies-header .stat-box .stat-value {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 5px;
    color: #fff;
}

.strategies-header .toggle-stats{
    display:none;
}

.strategies-header .stat-box .stat-label {
    color: #fff;
    margin-top: 5px;
    border-left: 1px solid #3b434f;
    padding-left: 5px;
}

.strategies-header .toggle-stats{
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}

.sbox .strategy-details{
    display:none;
}

.sbox .strategy-details .strategy-sports-list li{
    width:auto;
    margin-top:0;
}

.sbox .strategy-stats{
    display:flex;
    justify-content:space-between;
    width:100%;
}

.sbox .strategy-stats .stat-box{
    border:0;
    padding: 0;
}
 
.sbox .title h3 a{
    color:#fff;
    
}

.strategy-chart-wrapper{
    width:100%;
    height:100px;
}

.sbox .main-stats .stat-value{
    color:#fff;
}

.panel-custom.dark-body .panel-footer.strategy-actions{
    background:transparent;
    border:0;
    padding:0 15px;
    margin-top:-4px;
    background: rgb(49, 56, 68);
    border-bottom: 1px solid #171717;
}

.sbox .strategy-actions{
        order: 5;
        flex: 0 1 100%;
        text-align:right;
    }
    
    .sbox .strategy-actions .action-buttons a:hover,
    .sbox .strategy-actions .btn.btn-success.load-more:hover{
        opacity:1;
    }
    .sbox .strategy-actions .action-buttons a.update-strategy:hover{
        border-color:#5bc0de;
    }
    
    .sbox .strategy-actions .action-buttons a:last-child{
        margin-right:0;
    }

@media (min-width:1281px){
    .flex-row.space-between{
        justify-content: space-between;
        padding: 0 15px;
    }
    .flex-row.space-between.row:before,
    .flex-row.space-between.row:after{
        display:none;
    }
}

@media (min-width:1025px){
    section.new-page-header.strategies-header {
        padding: 15px 30px 15px 15px;
    }
    /*Header*/
    .strategies-header .user-details{
        display:block;
        padding-left: 70px;
    }
    .strategies-header .user-details img{
        left: 15px;
    }
    .strategies-header .user-details h2{
        line-height: 1;
        font-size: 2.2rem;
        margin: 0;
    }
    .strategies-header .header-label,
    .strategies-header .stat-box .stat-label{
        margin-top: 5px;
        padding-left: 0;
        border-left: 0;
        font-size: 1rem;
    }
    .strategies-header .header-label br{
        display:none;
    }
    .strategies-header .user-stats {
        justify-content: space-between;
    }
    .strategies-header .user-stats .stat-box{
        padding:0 7px;
        display:block;
        text-align: center;
    }
    .strategies-header .stat-box .stat-value {
        font-size: 2.2rem;
        line-height: 1;
        margin-right: 0px;
    }
    .flex-row.space-between{
        justify-content: space-between;
        padding: 0 15px;
    }
    .flex-row.space-between.row:before,
    .flex-row.space-between.row:after{
        display:none;
    }
    .strategies-header .stat-box .stat-label br{
        display:none;
    }
    .strategies-header .create-strategy-box{
        padding-right:15px;
    }
}

@media (max-width:1024px){
    section.new-page-header.strategies-header {
        padding: 15px;
    }
    .flex-row.space-between{
        justify-content: space-between;
    }
    .flex-row.space-between.row:before,
    .flex-row.space-between.row:after{
        display:none;
    }
    .strategies-header .create-strategy-box{
        padding-right:15px;
    }
    /*Header*/
    .strategies-header .user-details{
        display:block;
        padding-left: 70px;
    }
    .strategies-header .user-details img{
        left: 15px;
    }
    .strategies-header .user-details h2{
        line-height: 1;
        font-size: 2.2rem;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .strategies-header .header-label,
    .strategies-header .stat-box .stat-label{
        margin-top: 5px;
        padding-left: 0;
        border-left: 0;
        font-size: 1rem;
    }
    .strategies-header .header-label br{
        display:none;
    }
    .strategies-header .user-stats {
        justify-content: space-between;
    }
    .strategies-header .user-stats .stat-box{
        padding:0 7px;
        display:block;
        text-align: center;
    }
    .strategies-header .stat-box .stat-value {
        font-size: 1.8rem;
        line-height: 1;
        margin-right: 0px;
    }
    .strategies-header .create-strategy{
        font-size: 1.2rem;
        padding: 6px 12px;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .flex-row.space-between{
        justify-content: space-between;
        padding: 0 15px;
    }
    .flex-row.space-between.row:before,
    .flex-row.space-between.row:after{
        display:none;
    }
    .strategies-header .stat-box .stat-label br{
        display:none;
    }
    .strategies-header .user-stats .stat-box{
        text-align: left;
    }
    .strategies-header .stat-box .stat-value{
        text-align:center;
    }
}
    
@media(max-width:767px){
    .strategies-header .user-stats, 
    .strategies-header .user-details{
        width: 100%;
        margin-bottom: 15px;
    }
    .strategies-header .user-stats .stat-box{
        padding:0;
    }
    .strategies-header .stat-box .stat-label br{
        display:none;
    }
    
    .sbox .title{
        font-size: 1.1rem;
    }
    .sbox .title h3{
        font-size:1.7rem
    }
    .sbox .strategy-details .strategy-sports-list li{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
    .sbox .main-stats .stat-value {
        font-size: 2rem;
    }
    .sbox.panel-custom.dark-body .panel-footer{
        border-top: 4px solid #171717;
        margin-top: 0;
    }
    .sbox .strategy-actions .action-buttons a, 
    .sbox .strategy-actions .btn.btn-success.load-more{
        margin-top:-4px;
        padding: 5px;
        font-size: 1.1rem;
        margin-right: 0px;
    }
}

@media (min-width:992px){
    .sbox .title{
        font-size:1rem;
    }
    .sbox .title h3{
        font-size:2rem;
    }
    .sbox .main-stats .stat-value{
        font-size:2rem;
    }
    .sbox .main-stats .stat-box .stat-label {
        font-size: 1rem;
    }
    .sbox .action-buttons a{
        font-size:1.1rem;
    }
    
}

@media (min-width:1025px){
    .sbox{
        display:flex;
        margin-bottom:0px;
        flex-wrap: wrap;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        flex:1 1 20%;
        padding: 15px 15px 15px 30px;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel,
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse,
    .sbox.panel-custom.dark-body .panel-body{
        box-shadow:none;
        background: #1d2127;
        border: 0;
    }
    .sbox .main-stats{
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 25%;
    }
    .sbox .strategy-stats .stat-box{
        padding: 5px;
    }
    .sbox .strategy-chart{
        order: 1;
        flex: 1 1 22%;
        background: #1d2127;
        border: 0;
        display: flex;
        align-items: center;    
        flex-grow: 1;
    }
    
    .sbox .strategy-title{
        display: flex;
        align-items: center;
        margin-top: 0;
    }
    
    .sbox .strategy-details{
        order: 4;
        flex: 0 0 100%;
    }
    .sbox .title,
    .sbox .main-stats .stat-box .stat-label{
        font-size: 1rem;
    }
    .sbox .title .panel-user-info{
        font-size:14px;
        margin-top: 5px;
    }
    .sbox .title .panel-user-info a{
        font-size:1.5rem;
    }
    
    .sbox .title h3,
    .sbox .main-stats .stat-value{
        font-size: 2rem;
    }
    .sbox .action-buttons a{
        font-size:12px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        position:relative;
    }
    
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading,
    .sbox.panel-custom.dark-body .panel-body.sub-panel, 
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse, 
    .sbox.panel-custom.dark-body .panel-body{
        border-bottom: 4px solid #4e545c;
        position: relative;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.strategy-details{
        background: rgb(49, 56, 68);
        border-bottom-width: 1px;
    }
    .sbox .details-wrapper{
        padding: 0 15px;
    }
    .sbox .strategy-details .strategy-sports-list li{
        margin-top:5px;
    }
}

@media (min-width:1600px){
    
    .sbox .strategy-stats {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        margin: 0;
        width: 100%;
    }    
    .sbox .title h3{
        font-size:2.1rem;
    }
    .sbox .main-stats .stat-value{
        font-size: 2.5rem;
    }
    .sbox .action-buttons a{
        font-size:14px;
    }
    .sbox .main-stats{
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 38%;
    }
    .sbox .strategy-stats .stat-box{
        padding: 15px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .sbox {
        margin-bottom:0px;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel,
    .sbox.panel-custom.dark-body .panel-body{
        background: #1d2127;
        padding:10px 15px
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse{
        box-shadow: none;
        border-color: #171717;
        background: #313844;
    }
    .sbox .main-stats{
        display:flex;
        flex-direction:row;
    }
    .sbox .main-stats .stat-value,
    .sbox .title h3{
        font-size: 1.5rem;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse.strategy-details {
        background: #1d2127;
    }
    .strategy-chart-wrapper{
        width:100%;
        height:60px;
    }
    .sbox .strategy-chart{
        flex: 0 0 218px;
    }
}

@media (max-width:767px){
    section.new-page-header.strategies-header{
        padding:15px 30px;
    }
    .strategies-header .user-details img{
        left:0;
    }
    .strategies-header .user-details{
        padding-left:55px;
        margin-bottom: 0;
    }
    .strategies-header .user-stats{
        margin-bottom: 0;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid;
    }
    .strategies-header .toggle-stats{
        display:block
    }
    .sbox .strategy-stats:last-child,
    .sbox .strategy-chart {
        display: none;
    }
    
    .sbox.open .strategy-stats:last-child,
    .sbox.open .strategy-chart {
        display: block;
    }
    
    .sbox .strategy-stats:last-child .stat-box {
        margin-top:10px;
    }
    
    .sbox.panel-custom.dark-body .panel-body.strategy-chart{
        background: #1d2127;
    }
    
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse{
        box-shadow:none;
    }
}

@media (max-width:320px){
    .sbox .action-buttons a,
    .sbox .btn.load-more.show-strategy-details{
        padding:6px;
    }
}

@media (min-width:1025px){
    .sbox .title .panel-user-info a{
        font-size: 1.2rem;
    }
    .sbox .title .panel-user-info {
        font-size: 11px;
    }
    .sbox .title h3,
    .sbox .main-stats .stat-value:not(.strategy-level){
        font-size: 1.5rem;
    }
    .sbox .main-stats .stat-value.strategy-level{
        font-size:1.5rem
    }
    .sbox .title, .sbox .main-stats .stat-box .stat-label {
        font-size: 0.9rem;
    }
    .strategy-chart-wrapper{
        height:40px;
    }
    .sbox .strategy-stats .stat-box.strategy-type{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .sbox .strategy-stats .stat-box.strategy-type .stat-label{
        display:none;
    }
}

@media (min-width:1025px) and (max-width:1199px){
    .sbox .title h3, .sbox .main-stats .stat-value:not(.strategy-level){
        font-size: 1.3rem;
    }
    .sbox .main-stats .stat-value.strategy-level {
        font-size: 1rem;
    }
}

@media (min-width:1600px){
    .sbox .strategy-chart{
        flex: 1 1 20%;
    }
    .sbox .main-stats{
        flex: 1 1 40%
    }
    
}

@media (min-width:1025px){
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        flex: 1 1 17%;
    }
    .sbox .main-stats{
        flex: 1 1 50%
    }
    .sbox .strategy-chart{
        flex: 1 1 10%;
    }
    .sbox .strategy-actions{
        flex:unset;
    }
    .sbox{
        flex-wrap: unset;
    }
    .panel-custom.dark-body .panel-footer.strategy-actions {
        margin-top: 0;
        background: rgb(29, 33, 39);
        border-bottom: 1px solid #4e545c;
        padding:15px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        min-width: 71px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading, .sbox.panel-custom.dark-body .panel-body.sub-panel, .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse, .sbox.panel-custom.dark-body .panel-body{
        border-width:1px;
    }
    .sbox .strategy-actions .action-buttons > a{
        font-size: 1.5rem;
        margin: 0px 0;
    }
    .sbox .strategy-stats .stat-box {
        padding:0;
        flex: 1 1 16.6666667%;
    }
    .sbox .title .panel-user-info{
        margin-top:0;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        padding-left: 15px;
    }
    .strategy-actions .dropdown-menu{
        transform: translateX(-100%);
        left: 100%;
        padding:0;    
        min-width: 170px;
    }

    .strategy-actions .investment-options > a{
        width: 100%;
        margin: 0 !important;
        border-radius: 0;
        background: #1d2127;
        box-shadow: none;
        color: #fff;
        border: 0;
        border-top: 1px solid #171717;
        text-align:right;
        padding: 8px 12px;
    }

    .strategy-actions .investment-options > a:hover {
        background: #313844;
        box-shadow: none;
    }

    .strategy-actions .investment-options > a.btn-outline:hover{
        border-top-color:#171717;
    }
    .stat-box .stat-value{
        font-weight:400;
    }
}

@media (max-width: 1599px){
    .sbox .main-stats {
        flex-direction: row;
    }
}

.sbox .user-avatar{
    margin-right:15px;
}

.sbox .user-avatar img{
    border-radius:50%;
    width:36px;
}

@media (min-width:1025px) and  (max-width:1366px){
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading {
        flex: 1 1 250px;
    }
    .sbox .strategy-chart{
        flex: 1 1 135px;
    }
    .sbox .title h3 {
        font-size: 1.4rem;
    }
    .sbox .title .panel-user-info,
    .sbox .title h3{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        max-width: 135px;
    }
    .sbox .strategy-stats .stat-box {
        padding: 0 10px;
    }
    .sbox .main-stats .stat-value {
        font-size: 1.5rem;
    }
    .sbox .strategy-actions .action-buttons > a {
        font-size: 1.4rem;
    }
}

body .btn.btn-outline {
    background: transparent;
}

.action-buttons .dropdown-menu{
    transform: translateX(-100%);
    left: 100%;
    padding:0;    
    min-width: 170px;
}

.action-buttons .dropdown-menu > a{
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
    background: #313844;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-top: 1px solid #1d2127;
    text-align:right;
}

.action-buttons .dropdown-menu > a:hover {
    background: #424b5c;
    box-shadow: none;
}

.action-buttons .dropdown-menu > a.btn-outline:hover{
    border-top-color:#171717;
}

.page-tabs .swiper-wrapper{
    margin-bottom: 15px;
}

@media (max-width:1366px){
    
    .sbox .main-stats {
        flex: 1 1 44%;
    }
}

@media (max-width:767px){
    .sbox{
        display: flex;
        margin-bottom: 0;
    }
    
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        padding: 7px;
        display: flex;
        border-bottom-color: #4e545c;
    }

    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading.users-strategy{
        padding:7px 7px 7px 15px;
    }
    
    .sbox .user-avatar {
        margin-right: 10px;
    }
    
    .sbox .user-avatar img{
        width:30px;
    }
    .sbox .title .panel-user-info, 
    .sbox .title h3 {
        width: 110px;
    }
    .sbox .title .panel-user-info span:not(.match){
        display:none;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel{
        padding:7px;
        background: #1d2127 ;
        border-left:0;
        border-right:0;
        border-bottom-color: #4e545c;
    }
    .sbox .strategy-stats:last-child {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    .sbox .strategy-stats:last-child .stat-box{
        margin-top:0;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions {
        margin-top: 0;
        background: #1d2127;
        border-bottom: 1px solid #4e545c;
        flex: unset;
        display: flex;
        align-items: center;
        border-top: 0;
        padding: 0 10px;
    }
    .sbox .strategy-actions .action-buttons > a{
        min-width:unset;
        padding: 9px 12px;
        margin-top:0;
    }
    
    .sbox .strategy-actions .action-buttons > a i{
        margin:0 !important;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .sbox .strategy-stats .stat-box {
        flex: 1 1;
    }
    .strategy-chart-wrapper {
        height: 40px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading {
        flex: 0 1 220px;
        padding: 10px;
    }
    .sbox .title .panel-user-info, .sbox .title h3{
        max-width: 150px;
    }
    .sbox .strategy-stats:last-child {
        width: 100%;
    }
    .sbox .main-stats .stat-box .stat-label {
        font-size: 0.8rem;
    }
    .sbox .main-stats .stat-value {
        font-size: 1.4rem;
    }
    .sbox .strategy-actions .action-buttons > a {
        font-size: 1.3rem;
    }
}

@media (min-width:768px) and (max-width:991px){
    .sbox .title .panel-user-info, .sbox .title h3{
        max-width:100px;
    }
    .main-stats .stat-box .stat-label {
        font-size: 0.8rem;
    }
    .sbox .main-stats .stat-value {
        font-size: 1.2rem;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading {
        flex: 0 1 200px;
    }
    .sbox .main-stats {
        flex: 1 1 60%;
    }
    .sbox .strategy-stats:last-child{
        justify-content:space-between;
    }
    .sbox .strategy-stats .stat-box {
        padding: 0 5px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .sbox{
        display: flex;
        margin-bottom: 0;
    }
    
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        display: flex;
        border-bottom-color: #4e545c;
    }
    .panel.panel-custom.panel-dark > .panel-heading,
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse,
    .panel-custom.dark-body .panel-footer.strategy-actions{
        padding:10px;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse,
    .panel-custom.dark-body .panel-footer.strategy-actions{
        background: #1d2127 ;
        border-left:0;
        border-right:0;
        border-bottom-color: #4e545c;
    }
    
    .sbox .title .panel-user-info span:not(.match){
        display:none;
    }
    .sbox .strategy-stats:last-child {
        display: flex;
        justify-content: space-around;
        height: 100%;
        align-items: center;
    }
    .sbox .strategy-stats:last-child .stat-box{
        margin-top:0;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions {
        margin-top: 0;
        background: #1d2127;
        border-bottom: 1px solid #4e545c;
        flex: unset;
        display: flex;
        align-items: center;
        border-top: 0;
    }

    .new-page-header .profile-btns{
        position: fixed;
        right: 30px;
        bottom: 98px;
        z-index: 1000;
    }
    .strategies-header .create-strategy{
        background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
        background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        font-size: 22px;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        overflow: hidden;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    .strategies-header .create-strategy i{
        margin-right:0 !important;
    }
}

.user-avatar .status{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-size: 30px;
    margin-right: 5px;
}
.user-avatar .status.active:before{
    content: "\f058";
}
.user-avatar .status.pending:before{
    content: "\f017";
}
.user-avatar .status.inactive:before{
    content: "\f057";
}

@media (min-width:768px){
    .new-page-header .profile-btns{
        order:2;
    }
    .sbox .title .panel-user-info a{
        color: #fff;
    }
}

@media (max-width:767px){
    .inner-wrapper{
        overflow-y: visible !important;
        float: left;
    }
    .content-body {
        float: left;
        width:100%;
    }
    .sbox .title h3 {
        font-size: 1.2rem;
    }
    .sbox .title h3 a{
        line-height: 1.7;
        display:inline-block;
    }
    .sbox .title .panel-user-info, .sbox .title h3 {
        width: 80px;
    }
    .sbox .users-strategy .title .panel-user-info,
    .sbox .users-strategy .title h3{
        width:100px;
    }
    .sbox .strategy-stats:last-child {
        width: 145px;
    }
    .sbox .strategy-stats .stat-box {
        padding: 0 5px;
        width: 50%;
    }
    .sbox .main-stats .stat-value {
        font-size: 1.1rem;
    }
    .sbox .strategy-stats{
        min-height: 42px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        align-items: center;
    }
    .sbox .title span:not(.match) {
        display: none;
    }
    .sbox .strategy-actions .action-buttons a, .sbox .strategy-actions .btn.btn-success.load-more {
        font-size: 1.4rem;
    }
    .profile-btns{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .strategies-header .create-strategy {
        font-size: 14px;
    }
    .strategies-header .profile-btns .toggle-stats{
        position: unset;
        transform: unset;
    }
    .create-strategy.btn-mobile{
        background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
        background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #3e8f3e;
        font-size: 22px;
        border-radius: 50%;
        position: fixed;
        right: 15px;
        bottom: 70px;
        z-index: 1000;
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding: 0;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .create-strategy.btn-mobile i{
        margin:0 !important;
    }
    .content-body {
        min-height: calc(100vh - 120px);
    }
    .action-buttons .text-btn{
        display:none;
    }
    .action-buttons img {
        width: 16px;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions .tooltip.top {
        left: unset !important;
        right: 0 !important;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions .tooltip-inner{
        max-width: unset;
        white-space: nowrap;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading {
        flex: 1 1 auto;
        width: 50%;
    }
    .sbox.panel-custom.dark-body:nth-child(10n) .panel-footer.strategy-actions .action-buttons .dropdown-menu {
        transform: translate(-100%, -100%);
        top: -4px;
        left: calc(100% + 1px);
    }
}

.sbox .user-avatar {
    max-width: 36px;
    overflow: hidden;
}

@media (max-width:1500px){
    .sbox .strategy-chart{
        display:none;
    }
}

.strategy-sort{
    position:sticky;
    position:-webkit-sticky;
    top:0;
    z-index:10;
}

.strategy-sort .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading,
.strategy-sort .sbox.panel-custom.dark-body .panel-body.sub-panel,
.strategy-sort .sbox.panel-custom.dark-body .panel-body.sub-panel.reverse,
.strategy-sort .sbox.panel-custom.dark-body .panel-body,
.strategy-sort .panel-custom.dark-body .panel-footer.strategy-actions{
    border-color:#ccc;
}

.strategy-sort .strategy-chart{
    justify-content: center;
}

.sbox .main-stats .sorts{
    align-items: center;
}

.sbox .main-stats .sorts .stat-box.sortable{
    display: flex;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
}

.strategy-sort{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #ccc;
    line-height: 1.2;
}
.strategy-sort.introjs-fixParent{
    z-index:9999999 !important
}
.sbox .main-stats .sorts .stat-box.sortable i{
    margin-left:5px;
    font-size:11px;
}

.sbox .main-stats .sorts .stat-box.sort-desc,
.sbox .main-stats .sorts .stat-box.sort-asc,
.sbox .main-stats .sorts .stat-box.sortable:hover{
    color:#fff;
}

.sbox .main-stats .sorts .stat-box.sortable.sort-desc i:before{
    content: "\f0dd";
}

.sbox .main-stats .sorts .stat-box.sortable.sort-asc i:before{
    content: "\f0de";
}

.mobile-sort,
.close-mobile-sort{
    display:none;
}

@media (min-width:1025px){
    .odds .inner-wrapper {
        overflow: visible;
    }
    .sort-visible .sbox .main-stats .stat-box .stat-label{
        display:none;
    }
}

@media (max-width:767px){
    .sbox {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        order:1;
        border-bottom: 0;
        padding: 10px;
        background: #171717;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions{
        padding: 10px;
        border-bottom: 0;
        order: 2;
        background: #171717;
        flex: 0 0 60px;
    }
    .sbox .strategy-chart{
        flex:1 1 100px;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.main-stats{
        order: 4;
        flex: 1 1 100%;
        padding: 10px 0;
        border-bottom: 0;
    }
    .sbox .strategy-stats:last-child {
        width: auto;
        order: 3;
        flex: 1 1 100%;
        flex-wrap: wrap;
    }
    .sbox .strategy-stats .stat-box {
        padding: 1px 10px;
        width: 50%;
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

@media (max-width:1024px){
    .sbox {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading{
        order:1;
        border-bottom: 0;
        padding: 10px;
        background: #171717;
        flex: 1 1 auto;
        width: 50%;
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions{
        padding: 10px;
        border-bottom: 0;
        order: 2;
        background: #171717;
        flex: 0 0 60px;
    }
    .sbox.panel-custom.dark-body .panel-body.sub-panel.main-stats{
        order: 4;
        flex: 1 1 100%;
        padding: 10px 0;
        border-bottom: 0;
    }
    .sbox .strategy-stats:last-child {
        width: auto;
        order: 3;
        flex: 1 1 100%;
        flex-wrap: wrap;
    }
    .sbox .strategy-stats .stat-box {
        order:5
    }
    .sbox.panel-custom.dark-body .panel-footer.strategy-actions{
        padding: 10px;
        border-bottom: 0;
        order: 2;
        background: #171717;
        flex: 0 0 60px;
    }

    .sbox .title .panel-user-info, .sbox .title h3{
        width:auto;
        line-height: 1.4;
    }
    .sbox .title .panel-user-info{
        margin-top:-3px;
    }
    .sbox .strategy-chart{
        order:2;
        display:block;
        padding: 10px 0;
    }
    .sbox.panel-custom.dark-body .panel-body.strategy-chart{
        background: #171717;
    }
    .strategy-chart-wrapper {
        height: 34px;
    }
    .sbox .user-avatar{
        flex: 1 1 40px;
    }
    .sbox .title{
        width: 100%;
        overflow: hidden;
    }
    .sbox .title h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        max-width: 100%;
    }
    .strategy-sort{
        display:none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #1d2127;
        z-index: 1000000;
    }
    .sbox .main-stats .sorts .stat-box.sortable{
        font-size: 1.5rem;
        color: rgba(255, 255, 255, 0.5);
        line-height: 22px;
        text-align: left;
        padding: 15px;
        flex: 1 1 100%;
        border-bottom: 1px solid #363e49;
        flex-direction: row;
        justify-content: space-between;
    }
    .strategy-sort .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading,
    .strategy-sort .strategy-chart,
    .strategy-sort .sbox.panel-custom.dark-body .panel-footer.strategy-actions{
        display:none;
    }
    .sbox .main-stats .sorts .stat-box.sortable.sort-asc,
    .sbox .main-stats .sorts .stat-box.sortable.sort-desc{
        color:#fff
    }
    .sbox .main-stats .sorts .stat-box.sortable:after{
        right: 15px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
    }
    .sbox .main-stats .sorts .stat-box.sortable.sort-asc:after,
    .sbox .main-stats .sorts .stat-box.sortable.sort-desc:after {
        color: #fff;
    }
    .cols.head.number.close-mobile-sort{
        display: block;
        color: #fff;
        font-size: 1.9rem;
        box-shadow: 0 0 0px 4px #171717;
        border-bottom: 4px solid #2ac461;
        padding: 18px 15px;
        border-top: 1px solid #171717;
        flex: 1 1 100%;
        text-align: left;
    }
    .cols.head.number.close-mobile-sort i {
        float: right;
    }
    .mobile-sort{
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        padding: 10px 0;
        color: #ffffff;
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        line-height: 36px;
    }
    .mobile-sort{
        color:#ababab;
        cursor:pointer;
    }
    #current-sort,
    #current-direction{
        color:#fff
    }
    .strategy-sort .sbox.panel-custom.dark-body .panel-body.sub-panel.main-stats{
        border-bottom:0;
        padding:0;
    }
    .strategy-sort .sbox .strategy-stats.sorts{
        flex: 1 1 100%;
        flex-wrap: wrap;
    }
    .sbox .main-stats .sorts .stat-box.sortable br{
        display:none;
    }
    #current-direction{
        position:relative
    }
    #current-direction.fa-sort-desc{
        top:-3px
    }
    #current-direction.fa-sort-asc{
        top:3px
    }
    #load_older_wrapper{
        margin-top:-20px;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .sbox .user-avatar {
        flex: 1 1 45px;
    }
    .sbox.panel-custom.dark-body .panel-body.strategy-chart{
        padding: 10px;
    }
}

@media (min-width:1025px) and (max-width:1366px){
    .sbox .main-stats .stat-value{
        font-size:1.3rem;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading {
        flex: 0 0 200px;
    }
    .sbox .main-stats .sorts .stat-box.sortable{
        font-size:8px;
    }
    .sbox.panel.panel-custom.panel-dark > .strategy-title.panel-heading,
    .sbox .strategy-chart,
    .panel-custom.dark-body .panel-footer.strategy-actions{
        padding:10px;
    }
    .sbox .main-stats{
        padding:10px 0;
    }
    .sbox .user-avatar {
        margin-right: 10px;
    }
    .sbox .title h3 {
        font-size: 1.3rem;
    }
    .sbox .title .panel-user-info a {
        font-size: 1.1rem;
    }
}

.sbox .title h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

@media (min-width:1367px){
    .sbox .title{
        width: calc(100% - 51px);
    }
}

.user-page span#strategy_notice{
    position:absolute;
    right:68px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:767px){
    .user-page span#strategy_notice{
        right: 0;
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
        margin-right: 0;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .user-page span#strategy_notice {
        top: 16px;
        transform:none
    }
}

.mfp-s-loading .mfp-close,
.mfp-s-loading .mfp-close-btn-in .mfp-close{
    display:none;
}