﻿/******************************************/

.friends-gbl-main{
    position: relative;
    display: table;
    text-align: center;
    width:100%;
    height:auto;
    padding:10px;
}

.friends-my-data {
    position: relative;
    display: inline-table;
    vertical-align:top;
    text-align: center;
    width: 50%;
    max-width:700px;
    height: auto;
    padding: 10px;
}

.frnd-main-myfriends-title {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #1e792c;
    padding: 39px 20px 38px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 10px;
}

.frnd-main-myfriends-title iconify-icon{
    vertical-align: middle;
}

.frnd-main-myfriends{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    height:auto;
    padding:10px;
    background-color: #f0f0f0;
    min-height: 100px;
    text-align: center;
    border-radius: 4px;
}

.friends-gbl-profile {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.friends-gbl-container {
    position: relative;
    display: inline-table;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    min-height: 100px;
    text-align: center;
    border-radius: 4px;
}

.friends-gbl-pagination {
    position: relative;
    display: inline-table;
    vertical-align: top;
    max-width: 1100px;
    width: 100%;
    padding: 10px;
    min-height: 100px;
    text-align: center;
}

.friends-cont-profile {
    position: relative;
    display: table;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: #fff;
    border: solid 2px #dedede;
    border-radius: 4px;
}

.friends-gbl-image{
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width:110px;
    overflow: hidden;
}

.friends-gbl-image img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 120px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

.friends-gbl-cont-data {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: calc(100% - 110px);
    padding: 0px 20px;
    text-align: left;
}

.friends-gbl-alias {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    color: #1e792c;
}

.friends-gbl-activity {
    position: relative;
    background: #f4f4f4;
    max-width: 300px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff;
    border: solid 1px #dadada;
    text-align: left;
}

.friends-gbl-activity .frnd-item-activity{
    background: #f4f4f4;
}

.friends-gbl-info{
    position: relative;
    background: #3e7017;
    max-width: 300px;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 8px auto 5px auto;
    color: #fff;
    text-align: left;
    border-left: solid 2px #305413;
}

.friends-gbl-info div{
    font-size: 1em;
    font-weight: 600;
}

.friends-gbl-info span{
    font-size: 0.9em;
    color: #9fb450;
    font-weight: 600;
}

.friends-gbl-options{
    position: relative;
    max-width: 300px;
    padding: 5px 10px;
    margin: 12px auto 4px auto;
    text-align: center;
}

.friends-gbl-options button{
    background-color: #002944;
}

.friends-gbl-options button:hover{
    background-color: #003252;
}

.friend-gbl-item {
    position: relative;
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    border-radius: 3px;
    margin: 5px;
    padding: 2px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.frnd-item-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    min-height: 60px;
    height: 100%;
    max-width: 20%;
    width: 100%;
}

.frnd-item-image img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.frnd-item-alias {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 5px;
    max-width: 100%;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
}

.frnd-item-opts {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 5px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.frnd-item-activity{
    position: relative;
    background: #f9f9f9;
    color: #303030;
    font-weight: 400;
    font-size: 0.7em;
    padding: 5px 7px;
    text-align: center;
}

.frnd-item-activity img{
    display: inline-block;
    max-width: 30px;
    width: 100%;
    margin: 0px 8px;
}

.frnd-item-activity-icon{
    position: relative;
    display: inline-block;
}

.frnd-item-activity-icon span{
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 0.8em;
    text-align: center;
}

.frnd-item-activity-icon span.crown{
    background: #deb50f;
    color: #fff;
}

.frnd-item-activity-icon span.watch{
    background: #002944;
    color: #fff;
}

.frnd-item-action{
    position: relative;
    background: #f2f2f2;
    color: #303030;
    text-align: right;
    font-weight: 400;
    font-size: 0.7em;
    padding: 0px 7px;
    cursor:pointer;
    transition-duration:0.3s;
}

.frnd-icon-rotate{
    transform: rotate(180deg);
    transition-duration:0.3s;
}

.frnd-item-info{
    position: relative;
    width:100%;
    display: none;
}

.frnd-item-info-box{
    position: relative;
    background: #f2f2f2;
    max-width: 97%;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 19px;
    margin: 8px auto 5px auto;
    text-align: left;
    border-left: solid 2px #305413;
}

.frnd-item-info-box div{
    font-size: 0.8em;
    font-weight: 600;
}

.frnd-item-info-box span{
    font-size: 0.8em;
    color: #9fb450;
    font-weight: 600;
}

.frnd-item-opts .b-connect {
    display: block;
    width: 100%;
    font-size: 0.8em;
    background-color: #376528;
    color: #fff;
    border: none;
    font-weight: 600;
}

.frnd-item-opts .b-connect:hover{
    background-color: #467637;
}

.frnd-item-opts .b-pending{
    display: block;
    width: 100%;
    font-size: 0.8em;
    background-color: #ececec;
    color: #333;
    border: none;
    font-weight: 500;
    cursor: default;
    outline: none;
}

.frnd-item-opts .b-pending:hover{
    background-color: #ececec;
    color: #529b19;
}

.frnd-item-opts .b-blocked{
    display: block;
    width: 100%;
    font-size: 0.8em;
    background-color: #4c4c4c;
    color: #fff;
    border: none;
    outline: none;
    cursor: default;
}

.frnd-item-opts .b-blocked:hover{
    background-color: #4c4c4c;
}

.frnd-item-opts .b-connected {
    display: block;
    width: 100%;
    font-size: 0.8em;
    background-color: #a4dae7;
    color: #333;
    border: none;
    cursor: default;
    outline: none;
}

.frnd-item-opts .b-connected:hover{
    background-color: #a4dae7 !important;
    color: #333 !important;
}

.frnd-item-opts .b-disconnected{
    display: block;
    width: 100%;
    font-size: 0.8em;
    background-color: #002944;
    color: #fff;
    border: none;
    cursor: default;
    outline: none;
}

.frnd-item-opts .b-disconnected:hover{
    background-color: #002944 !important;
    color: #fff !important;
}

.frnd-item-opts .b-action{
    margin: 0px 0px 0px 6px;
    max-width: 40px;
    width: 100%;
    background: #ececec;
    color: #444;
    border-radius: 3px;
    padding: 2px 3px;
    border: solid 1px #dfdfdf;
    cursor: pointer;
}

.frnd-item-opts .b-action:hover{
    background: #002944;
    color: #fff;
    border: solid 1px #002944;
}

.frnd-item-opts span{
    display: inline-block;
    color: #3e7017;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0px 4px;
}

.frnd-item-opts .frnd-item-more{
    display: inline-block;
    margin-left: auto;
    max-width: 30px;
    width: 100%;
    background: #ececec;
    color: #444;
    border-radius: 3px;
    padding: 2px 3px;
    border: solid 1px #dfdfdf;
    cursor: pointer;
}

.frnd-item-opts .frnd-item-more:hover{
    background: #002944;
    color: #fff;
    border: solid 1px #002944;
}

.frnd-item-opts .frnd-item-more-cfrnds{
    display: inline-block;
    margin-left: auto;
    max-width: 30px;
    width: 100%;
    background: #ececec;
    color: #444;
    border-radius: 3px;
    padding: 2px 3px;
    border: solid 1px #dfdfdf;
    cursor: pointer;
}

.frnd-item-opts .frnd-item-more-cfrnds:hover{
    background: #002944;
    color: #fff;
    border: solid 1px #002944;
}

.frnd-item-more-box{
    position: absolute;
    width: 120px;
    top: 35px;
    background: #fff;
    z-index: 10;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

.frnd-item-more-box button{
    width:100% !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #444 !important;
    font-size: 0.8em !important;
}

.frnd-item-more-box button:hover{
    background: #e4e4e4 !important;
}

/************************************/

/*.friends-main-filter {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    text-align: center;
    background-color: #a4dae7;
    padding: 15px 20px 40px 20px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}*/

.friends-main-filter {
    position: relative;
    display: inline-table;
    margin: 0 auto;
    width: 50%;
    max-width: 700px;
}

.friends-gbl-filter {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #b95491;
    padding: 10px 10px 38px 10px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}

.frnd-ftr-search-text {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 7px;
}

.frnd-ftr-search {
    display: inline-table;
    vertical-align: middle;
    margin: 0px 5px;
    max-width: 190px;
}

.frnd-ftr-search select{
    margin: 0;
    max-width: 190px !important;
    box-shadow: none;
    background-color: #f7f7f7;
    border: solid 2px #fff;
    font-weight: 600;
    padding: .375rem 0.35rem;
    height: 40px;
    border-radius: 4px;
    color: #495057;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.frnd-ftr-search input:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(87, 58, 129);
    border: solid 2px #573a81;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(87, 58, 129);
}

.frnd-ftr-search select:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(87, 58, 129);
    border: solid 2px #573a81;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(87, 58, 129);
}

.frnd-ftr-options{
    position: absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    bottom:-21px;
    text-align: center;
}

.friend-filter-info{
    position: relative;
    text-align: left;
    padding: 10px 20px;
    background: #e6e6e6;
    border-radius: 4px;
    margin: 5px 0px;
}

.friend-filter-info div{
    display: inline-block;
    font-weight: 600;
    color: #333;
    margin-right: 7px;
}

.friend-filter-info label{
    display: inline-block;
    padding: 5px 11px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    margin: 0px 3px;
}

/***********************************************************/

.btn-shareFriends{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 260px;
    width: 88%;
    color: #fff;
    background: rgb(101, 57, 86);
    background: linear-gradient(90deg, rgb(92 66 25) 0%, rgb(110 46 154) 100%);
    text-align: center;
    padding: 16px 15px;
    font-size: 1em;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.frnd-no-list{
    position: relative;
    text-align: center;
}

.frnd-no-list img{
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.frnd-no-list span{
    display: block;
    width:100%;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    font-size:1.2em;
    font-weight:400;
}

.frndlist-gbl-selectall{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 6px 32px 4px 0px;
    font-weight: 500;
    color: #749e2d;
    background: #f3f3f3;
    border-radius: 3px;
}

.frndlist-gbl-selectall input{
    position: relative;
    top: 3px;
    left: 3px;
}

.frndlist-gbl-item{
    position: relative;
    display: inline-block;
    max-width:360px;
    vertical-align: top;
    width:100%;
    min-height:60px;
    background-color: #fff;
    border-radius:3px;
    margin: 5px 2px 5px 2px;
    padding:2px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.frndlist-item-image{
    position:relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    min-height: 60px;
    height: 100%;
    max-width: 20%;
    width: 100%;
}

.frndlist-item-image img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.frndlist-item-alias{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    max-width: 58%;
    width:100%;
    font-size: 1.1em;
    font-weight: 500;
    text-align:left;
}

.frndlist-item-opts{
    position:relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    max-width: 20%;
    width:100%;
    text-align: center;
}

.frndlist-badge-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom:10px;
    font-size:1.3em;
    font-weight: 600;
}

.frndlist-badge-title span{
    color:#573a81;
}

.frndlist-badge-item {
    position: relative;
    display: inline-block;
    max-width: 200px;
    vertical-align: top;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    margin: 5px;
    padding: 2px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.frndlist-badge-name {
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
}

.frndlist-badge-image {
    position: relative;
    display: block;
    width: 100%;
}

.frndlist-badge-image img{
    display: block;
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
}

.frndlist-badge-desc {
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    color: #444;
    font-weight: 400;
}


/**************************************************************/

.frnd-scbrd-user{
    position: relative;
    padding: 12px 14px;
    width: 100%;
    display: table;
    text-align: left;
    background: #7d1873;
    border-radius: 3px;
}

.frnd-scbrd-user-image{
    display: inline-table;
    vertical-align: middle;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

.frnd-scbrd-user-image img{
    max-width: 50px;
    width:100%;
    background-color: #fff;
}

.frnd-scbrd-user-name{
    display: inline-table;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
}

.frnd-scbrd-title{
    position: relative;
    padding: 10px 0px 40px 0px;
    font-size: 1.3em;
    font-weight: 500;
    color: #7d1873;
}

.frnd_scoreboard .game_league{
    font-size: 0.8em;
}

.frnd_scoreboard .game_date{
    font-size: 1.2em;
}

.frnd_scoreboard .team_name{
    min-height: initial;
    line-height: 45px;
}

/*.team_name_rpv{
    min-height: initial;
    line-height: 45px !important;
    padding-top:0;
}*/

.frnd_scoreboard .label_type_team{
    padding:5px;
    font-size:0.8em;
}

.frnd_scoreboard .lock-game{
    background-color: #fff;
    opacity: 0;
}

.no-display {
    display: none;
}

/*******************************************************************/

@media screen and (max-width:1284px) 
{
    .frnd-ftr-search{
        margin-bottom:10px;
    }

    .friends-gbl-filter {
        padding: 10px 10px 25px 10px;
    }
}

@media screen and (max-width: 767px) 
{
    .friends-my-data {
        display: block;
        width: 100%;
    }

    .friends-main-filter {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 699px) 
{
    .friends-gbl-profile{
        max-width:100%;
        margin-bottom:30px;
    }

    .friends-gbl-container{
        max-width:100%;
    }

    .friends-gbl-pagination {
        max-width: 100%;
    }
}