@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto/RobotoCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  	font-family: ea-sans-curves-regular;
  	src: url(../fonts/ea-sans-curves-regular.ttf);
  	/*font-weight: normal;*/
}
body{
	color: #404040;
    /*font-family: sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
/*Font size*/
.article-content{
    font-size: 14px;
}

.dropdown-menu{
    font-size: 12px;
}

.ea-font{
	font-family: ea-sans-curves-regular;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1440px;
	}
}
.sidebar .sticky-lg-top{
    top: 70px;
    z-index: 1010;
}
@media (min-width: 1200px){
	.sidebar {
	    max-width: 324px;
	}
}
.bg-1{
	background-image: url("../images/bg-1.png");
  	background-repeat: repeat;
}
a{
	color: #212529;
	text-decoration:  none;
}

.bg-fo-menu{
    background-color: #23255b;
}
.bg-block-title{
	background-color: #bdb478;
}
.bg-block-title-high{
	background-color: #545140;
}
.bg-triped{
	background-color: #ececed;
}

.disabled{
    display: none !important;
}

/*---------*/

.article-content img{
    max-width: 100%;
    height: auto;
}

.response {
	position: relative;
	height: 0;
}
.response .response-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.response .thumb {
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  	width: 100%;
  	height: 100%;
}
.response-16-9 {
	padding-bottom: 56.25%; /* 16:9 */
}
.response-4-3 {
	padding-bottom: 75%; /* 4:3; */
}
.response-6-1 {
	padding-bottom: 16.67%; /* 6:1 */
}
.response-6-5 {
	padding-bottom: 83.33%; /* 6:5 */
}
.response-3-2 {
	padding-bottom: 66.67%; /* 3:2 */
}
.response-1-1 {
	padding-bottom: 99%; /* 1:1 */
}

.player-info-popup {
    width: 90vw;
    z-index: 1025;
}

@media (min-width: 700px){

    .player-info-popup {
        width: 600px;
    }
}

@media (min-width: 992px){
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
    }
}



.blink {
	color: #dc3545;
	animation: blink-animation 1s linear infinite;
	-webkit-animation: blink-animation 1s linear infinite;
}
@keyframes blink-animation {
	50% {
        opacity: 0;
    }
}
@-webkit-keyframes blink-animation {
	50% {
        opacity: 0;
    }
}

.text-dark.nav-link.active{
	color: #ffc107!important;
}

.sticky-bottom{
	position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.prefoot-bg{
    background-size: 100%;
    background-image: url(/client/images/bg-foots.png);
}
.prefoot-bg.l0{
    background-position: 0 0;
}
.prefoot-bg.l1{
    background-position: 0 33.333333%;
}
.prefoot-bg.r0{
    background-position: 0 66.666667%;
}
.prefoot-bg.r1{
    background-position: 0 100%;
}

.fo-level{
	color: #fff;
	text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
.fo-level:hover{
	color: #25C7F5;
}
.fo-level.lv-0, .fo-level.lv-1{
	background-color: #45494f;
}
.fo-level.lv-2, .fo-level.lv-3, .fo-level.lv-4{
	background-color: #c37653;
}
.fo-level.lv-5, .fo-level.lv-6, .fo-level.lv-7{
	background-color: #c2c5ca;
}
.fo-level.lv-8, .fo-level.lv-9, .fo-level.lv-10{
	background-color: #e8c337;
}
.fo-level.lv-11, .fo-level.lv-12, .fo-level.lv-13{
    background: url(/client/images/bg_plt.png) no-repeat 0 0 / 100% 100% !important;
}

.over0 {
    color: #88889b;
}
.over10 {
    color: #88889b;
}
.over20 {
    color: #88889b;
}
.over30 {
    color: #88889b;
}
.over40 {
    color: #88889b;
}
.over50 {
    color: #414150;
}
.over60 {
    color: #414150;
}
.over70 {
    color: #414150;
}
.over80 {
    color: #319bd7;
}
.over90 {
    color: #195fde;
}
.over100 {
    color: #5956fe;
}
.over110 {
    color: #9329ff;
}
.over120 {
    color: #ef0f39;
}
.over130 {
    color: #ef0f39;
}
.over140 {
    color: #ef0f39;
}
.over150 {
    color: #ef0f39;
}
.over160 {
    color: #ef0f39;
}

[pos="fw"].btn-secondary, [pos="fw"].btn-secondary {
    color: #fff;
    border-color: #f6425f;
}
.btn-check:active+[pos="fw"].btn-secondary, .btn-check:checked+[pos="fw"].btn-secondary {
    background-color: #f6425f;
    border-color: #f6425f;
}
[pos="mf"].btn-secondary, [pos="mf"].btn-secondary {
    color: #fff;
    border-color: #00d28b;
}
.btn-check:active+[pos="mf"].btn-secondary, .btn-check:checked+[pos="mf"].btn-secondary {
    background-color: #00d28b;
    border-color: #00d28b;
}
[pos="df"].btn-secondary, [pos="df"].btn-secondary {
    color: #fff;
    border-color: #2b7def;
}
.btn-check:active+[pos="df"].btn-secondary, .btn-check:checked+[pos="df"].btn-secondary {
    background-color: #2b7def;
    border-color: #2b7def;
}
[pos="gk"].btn-secondary, [pos="gk"].btn-secondary {
    color: #fff;
    border-color: #f2be57;
}
.btn-check:active+[pos="gk"].btn-secondary, .btn-check:checked+[pos="gk"].btn-secondary {
    background-color: #f2be57;
    border-color: #f2be57;
}
.fo-input-class.btn, .fo-input-class.btn {
    opacity: 0.5;
}
.btn-check:active+.fo-input-class.btn, .btn-check:checked+.fo-input-class.btn {
    opacity: 1;
    box-shadow: 0 0 5px rgb(0 0 0 / 80%);
    border: 2px solid #1fbbe9;
}

.btn-outline-secondary {
    color: #9ba2a9;
    border-color: #9ba2a9;
}

.btn-secondary {
    background-color: #9ba2a9;
    border-color: #9ba2a9;
}

.fo-color.fw,.fo-color.st,.fo-color.cf,.fo-color.lw,.fo-color.rw{
    color: #f6425f;
}
.fo-color.mf,.fo-color.cm,.fo-color.cam,.fo-color.cdm,.fo-color.lm,.fo-color.rm{
    color: #00d28b;
}
.fo-color.df,.fo-color.cb,.fo-color.rb,.fo-color.lb,.fo-color.rwb,.fo-color.lwb{
    color: #2b7def;
}
.fo-color.gk{
    color: #f2be57;
}

.pos-border{
    line-height: 1;
    padding-left: 2px;
    margin-right: 2px;
    width: 28px;
}
.pos-border.fw,.pos-border.st,.pos-border.cf,.pos-border.lw,.pos-border.rw{
    border-left: solid 2px #f6425f;
}
.pos-border.mf,.pos-border.cm,.pos-border.cam,.pos-border.cdm,.pos-border.lm,.pos-border.rm{
    border-left: solid 2px  #00d28b;
}
.pos-border.df,.pos-border.cb,.pos-border.rb,.pos-border.lb,.pos-border.rwb,.pos-border.lwb{
    border-left: solid 2px  #2b7def;
}
.pos-border.gk{
    border-left: solid 2px  #f2be57;
}

.text-shadow{
    text-shadow: 0px 0px 0px #515558;
}

.btn-tool-fo{
    width: 28px;
    height: 28px;
    padding: 0px;
}
.btn-tool-fo:hover, .btn-tool-fo.active {
    color: #fff;
    background-color: rgb(148, 212, 13);
    /*border-color: rgb(148, 212, 13);*/
}
.btn-tool-fo:hover .c-text, .btn-tool-fo.active .c-text {
    background-color: rgb(148, 212, 13) !important;
}
.btn-tool-fo i{
    font-size: 22px;
    line-height: 1;
}
.btn-tool-fo i.c-icon{
    font-size: 26px;
    line-height: 1;
}
.btn-tool-fo .c-text{
    font-size: 11px;
    line-height: 1;
    top: 12px;
    left: 3px;
}

.compare-item{
    margin-left: 1px;
}
.compare-item img{
    width: 35px;
    background: #444;
    border-radius: 50%;
}
.compare-item .btn{
    display: none;
}
.compare-item .name{
    top: -24px;
    display: none;
    font-size: 14px;
    font-weight: bold;
    background-color: #e5e3e3ba;
}

.compare-item:hover img{
    width: 60px;
}
.compare-item:hover .btn{
    top: -2px;
    right: -2px;
    padding: 2px;
    border-radius: 50%;
    margin: 0px;
    line-height: 1;
    font-size: 18px;
}
.compare-item:hover .btn, .compare-item:hover .name{
    display: inline-block;
}

.btn.empty-compare{
    line-height: 1.1;
    font-size: 28px;
    padding: 0;
    margin-right: 10px;
}
@media (max-width: 520px){
    .compare-pos{
        min-height: 60px;
    }
}

#formation{
    padding-top: 170px;
    background-color: #3d4344;
    background: no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}

#formation .form-salary{
    position: absolute;
    right: 1%;
    top: 1%;
    background: no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 18px;
    color: #8AD9F9;
    width: 166px;
    height: 60px;
    padding-top: 10px;
}
#formation .form-line{
    position: absolute;
    left: 1%;
    top: 1%;
    background: no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 18px;
    color: #8AD9F9;
    width: 166px;
    height: 60px;
    padding-top: 10px;
}

@media (max-width: 768px){
    #formation .form-salary, #formation .form-line{
        font-size: 14px;
        color: #8AD9F9;
        width: 120px;
        height: 40px;
    }
}

#formation .formation{
    position: relative;
    height: 0;
    padding-bottom: 64%;
    color: #fff;
}
#formation .stadium{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#formation .formation-item{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
#formation .formation-item{
    position: absolute;
    cursor: pointer;
    width: 11%;
}
#formation .formation-item-wrap{
    position: relative;

}
#formation .formation-item-thumb{
    bottom: 26%;
    padding: 0 2px;
    text-align: right;
}
#formation .formation-item-thumb img{
    width: 80%;
    height: auto;
    margin-right: 3%;
}
#formation .fom-name{
    color: #040640;
    overflow: hidden;
}
@media (max-width: 768px){
    #formation .fom-name {
        line-height: 1;
        font-size: 7px;
    }
    #formation .fom-name img {
        /*display: none;*/
    }
}
#formation .icon{
    bottom: 30%;
    width: 18%;
    left: 8%;
}
#formation .form-item-remove{
    display: none;
}
#formation .formation-item:hover .form-item-remove{
    display: block;
}
#formation .form-item-remove{
    position: absolute;
    top: 10%;
    right: 4%;
}
#formation .form-level{
    position: absolute;
    bottom: 26%;
    right: 5%;
    line-height: 1;
    padding: 1px;
    width: 20px;
    text-align: center;
}
.mw-100{
    max-width: 100%;
}
#formation .mw-100{
    overflow: hidden;
}
#formation .fom-pay{
    bottom: 2%;
    width: 100%;
}
#formation .fom-pay img{
    width: 17%;
    height: auto;
    margin-right: 1px;
}
#formation .fom-pay .val{
    color: #000;
}
#formation .pay-border{
    width: 24px;
    height: auto;
    overflow: hidden;
}
#formation .fom-pos{
    width: 27%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 3%;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px #000;
}
#formation .fom-pos .val{
    font-size: 115%;
}
#formation .fom-pos .name{
    font-size: 115%;
}
#formation .fom-pos .arrowAnim{
    width: 100%;
    height: 17px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px){
    #formation .fom-pos .arrowAnim{
        display: none;
    }
}
.arrowSliding{
    position: absolute;
    top: 56%;
    left: 56%;
    animation: slide 3.2s linear infinite;
    opacity: 0;
}
.arrowSliding:before{
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 2px;
    background: #a5eb0d;
    transform: rotate(-27deg);
}
.arrowSliding:after{
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 8px;
    height: 2px;
    background: #a5eb0d;
    transform: rotate(27deg);
}
.arrowAnim .delay1{
    animation-delay: 0.8s;
}
.arrowAnim .delay2{
    animation-delay: 1.6s;
}
.arrowAnim .delay3{
    animation-delay: 2.4s;
}

.fom-table tr .item-select{
    cursor: pointer;
}
.fom-table tbody tr.selected{
    background-color: #bdbcbc;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    20% {
        opacity: 1;
        transform: translateY(5px);
    }
    80% {
        opacity: 1;
        transform: translateY(-5px);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@media (max-width: 1500px){
    #formation .fom-pos .val{
        font-size: 86%;
    }
    #formation .fom-pos .name{
        font-size: 70%;
    }
}

@media (max-width: 768px){
    #formation .formation-item{
        width: 12%;
    }
    #formation .fom-pos .val{
        font-size: 62%;
    }
    #formation .fom-pos .name{
        font-size: 46%;
    }
    #formation .pay-border{
        width: 18px;
        height: auto;
    }
    #formation .fom-pay{
        font-size: 8px;
    }
    #formation .fom-pay img{
        width: 15%;
    }
    #formation .fom-icon{
        height: 8px;
    }
    #formation .icon {
        bottom: 24%;
    }
    #formation .form-level{
        width: 30%;
        font-size: 8px;
    }
    .arrowSliding:before{
        left: -6px;
        width: 6px;
    }
    .arrowSliding:after{
        width: 6px;
    }
}

.fom-table.table>:not(caption)>*>*{
    padding: 9px 5px;
}
.fom-table .inhover{
    display: none;
}
.fom-table .has-selected:hover .outhover{
    display: none;
}
.fom-table .has-selected:hover .inhover{
    display: block;
}
.fom-table .inhover .btn{
    padding: 2px;
    font-size: 18px;
    line-height: 1;
}

.player-list .player-name{
    font-size: 14px;
    margin-left: 5px;
}

.player-list-table{
    min-height: 700px;
    overflow-y: auto;
    max-height: 100vh;
}

.price-flag{
    width: 15px;
    height: 12px;
}
.ovr_set {
    position: relative;
    width: 420px;
    height: 256px;
    z-index: 1;
    background: url("/client/images/bg_position.png") 0 0 no-repeat;
}
.ovr_set .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 1;
    color: #fff;
    font-size: 11px;
    padding-top: 16px;
    font-weight: 600;
}
.ovr_set .position.st {
    top: 113px;
    left: 368px;
}
.ovr_set .position.lw {
    top: 23px;
    left: 318px;
}
.ovr_set .position.cf {
    top: 113px;
    left: 318px;
}
.ovr_set .position.rw {
    top: 203px;
    left: 318px;
}
.ovr_set .position.cam {
    top: 113px;
    left: 268px;
}
.ovr_set .position.lm {
    top: 53px;
    left: 218px;
}
.ovr_set .position.cm {
    top: 113px;
    left: 218px;
}
.ovr_set .position.rm {
    top: 175px;
    left: 218px;
}
.ovr_set .position.cdm {
    top: 113px;
    left: 168px;
}
.ovr_set .position.lwb {
    top: 23px;
    left: 118px;
}
.ovr_set .position.cb {
    top: 113px;
    left: 118px;
}
.ovr_set .position.rwb {
    top: 203px;
    left: 118px;
}
.ovr_set .position.lb {
    top: 43px;
    left: 68px;
}
.ovr_set .position.sw {
    top: 113px;
    left: 68px;
}
.ovr_set .position.rb {
    top: 183px;
    left: 68px;
}
.ovr_set .position.gk {
    top: 113px;
    left: 18px;
}

.lv-selector{
    overflow: hidden;
    line-height: 0;
    background: #111;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #fff;
}

.levelcircle {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: url("/client/images/lv-border.png");
    background-position: 100% 100%
}
.levelcircle.lv1 {
    background-position: 0 100%;
    background-size: 100%;
    opacity: .1;
}
.levelcircle.lv2 {
    background-position: 0 0;
    background-size: 100%}
.levelcircle.lv3 {
    background-position: 0 33.333333%;
    background-size: 100%}
.levelcircle.lv4 {
    background-position: 0 66.666667%;
    background-size: 100%}
.levelcircle.lv5 {
    background-position: 0 100%;
    background-size: 100%}


.player-card {
    position: relative;
    color: #FFF;
    min-width: 80px;
}
.player-card .player-thumb{
    position: absolute;
    bottom: 26%;
    right: 4%;
    width: auto;
    height: 50%;
}
.player-card .fom-name{
    color: #040640;
    overflow: hidden;
}
.player-card .fom-name img{
    width: 18px !important;
    height: auto;
}
.custom-card .player-card .fom-name{
    font-size: 18px;
}
.player-card .icon{
    bottom: 28.4%;
    width: 25.5%;
    height: 15.8%;
    left: 5%;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}
.player-card .form-level{
    position: absolute;
    bottom: 26%;
    right: 0;
    line-height: 1;
    padding: 1px;
    width: 12%;
    text-align: center;
}
.player-card .dropdown.form-level{
    right: 12%;
}
.player-card .mw-100{
    overflow: hidden;
}
.player-card .fom-pay{
    bottom: 2%;
    width: 100%;
}
.player-card .fom-pay img{
    width: 17%;
    height: auto;
}
.player-card .fom-pay .val{
    color: #000;
}
.player-card .fom-pos{
    width: 25%;
    text-align: center;
    position: absolute;
    top: 12%;
    left: 5%;
    letter-spacing: 0px;
    text-shadow: 0 0 2px #000;
}
.player-card .fom-pos .val{
    font-size: 140%;
}
.player-card .fom-pos .name{
    font-size: 120%;
    text-transform: uppercase;
    white-space: nowrap;
}
.player-card .order{
    border: 2px solid #dee2e6;
    width: 26px; 
    height: 26px;
}

.custom-card {
    background-size: 100%;
    background-image: url("/client/images/custom-card/custom-card-bg-1.png");
    background-position: 100% 100%
}

.card-layer{
    background-color: #0431a329;
}
.custom-card .stat-val {
    text-shadow: 0 0 2px #000;
}
.navbar.sticky-top{
    max-height: 70px;
}
@media (max-width: 992px){
   .navbar.sticky-top{
        height: 56px;
    } 
}
.navbar.sticky-top .nav-link{
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.navbar.sticky-top .nav-link img{
    width: 28px;
    height: auto;
}
.navbar .logo-link img{
    max-height: 50px;
    width: auto;
}

.dailysquad .list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #ececed;
    border-color: rgba(0,0,0,.125);
    border-right: none;
}
@media (max-width: 992px){
    .dailysquad .tab-content {
        max-height: 80vh;
        overflow-y: auto;
    }
}

.alpha-avatar{
    border-radius: 50%;
    border: 2px solid #FFF;
    background-color: #459A37;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    /*font-family: ea-sans-curves-regular;*/
}
.navbar .alpha-avatar{
    width: 32px;
    height: 32px;
}

.nav-item-icon{
    position: relative;
}
.nav-item-icon i{
    line-height: 1;
    font-size: 31px;
}
.nav-item-icon .badge{
    padding: 3px;
}

/*.booter-target{
    overflow: hidden;
}
.booter-target-col{
    margin-bottom: -100vh;
    padding-bottom: 100vh;
}*/

.fo4-green{
    color: rgb(148, 212, 13);
}
.fo4-bg-green{
    background-color: rgb(148, 212, 13);
}

.player-booter .progress{
    height: 32px;
}

.booter-list{
    position: relative;
    background-color: #fff;
}

.booter-list-bg{
    width: 100%;
    height: auto;
}

.booter-list .selected-wrap .player-card {
    position: relative;
    height: 100%;
    float: left;
    margin-left: -5%;
}
.booter-list .selected-wrap .player-card:hover {
    z-index: 1;
}
.booter-list .selected-wrap .player-card:nth-child(5) {
    float: right;
}
.booter-list .selected-wrap .player-card:first-child {
    margin-left: 0;
}
.booter-list .selected-wrap .card-bg {
    height: 100%;
    width: auto;
}

.player-card .hover-avalible{
    display: none;
}
.player-card:hover .hover-avalible{
    display: block;
}

.gray-filter{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.bet-teams .img-fluid{
    max-width: 64px;
}

.bet-vote .team-logo{
    max-width: 30px;
    height: auto;
}

.player-grid .player-wrap{
    min-height: 120px;
}

.team-color-compare .current{
    background-color: #f8f9fa!important;
}

.win-animation {
    color: #5138d8;
}
.lose-animation {
    color: #25c7f5;
}

.tier-maker .item-setting i{
    font-size: 32px;
    line-height: 1;
}
.tier-maker .item-body{
    min-height: 60px;
}
.tier-maker .item-head{
    font-weight: 700;
}

.tier-maker .player-card .card-bg{
    width: 90px;
    height: auto;
}
.tier-maker .player-card .fom-pos .val {
    font-size: 15px;
    line-height: 1.2;
}
.tier-maker .player-card .fom-pos .name {
    font-size: 15px;
    line-height: 1.2;
}
.tier-maker .player-card .fom-name img {
    width: 14px !important;
}
.tier-maker .player-card .form-level {
    width: 24px;
}
.tier-maker .player-card .form-level .fo-level {
    width: 24px;
    height: 18px;
}
.tier-maker .player-card .form-level .dropdown-menu {
    width: 24px;
}
.tier-maker .player-card .dropdown.form-level {
    right: 0;
}
.tier-maker .player-card .fom-name {
    line-height: 1;
}
.flip-list-move {
    transition: transform 0.5s;
}
.no-move {
    transition: transform 0s;
}
.ghost {
    opacity: 0.5;
    background: #c8ebfb;
}
.draggable-wrap {
    min-height: 20px;
}
.draggable-item {
    cursor: move;
}