.sbi-bet .btn:hover {
    color: #00e676;
}
.bs-form #sub-notice.show-notice {
    width: auto;
}
.bks-share-block .share-button:hover .button-count {
    color: #191a26;
}
.bks-subscribe :focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.bks-subscribe :focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.bks-subscribe :focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.bks-subscribe :focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.favorite-star:hover:before,
.favorite-star.added:before {
	content: '\e916';
}
.synopsis-content-text .already_voted_message {
	text-align: center;
    top: 0;
    line-height: 100px;
}
.match-result {
    color: #00e676;
    max-width: 80%;
    line-height: normal;
    background-color: rgba(25, 26, 38, 0.73);
    padding: 5px;
    margin: auto;
    margin-top: 5px;
}
.logo-team.loser .match-result {
    color: #989898;
}
.logo-team.nowinner .match-result {
    color: #d0d0d0;
}
.calculate-form {
    top: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    background-color: #ff4545;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    right: 10%;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.calculate-form::before {
    font-family: 'Sportotvet';
    content: '\f1ec';
}
.calculate-form:hover {
    color:#fff;
    background-color: #191a26;
}
@media screen and (max-width:500px) {
    .calculate-form {
        right: 10px;
    }
}
@media screen and (max-width:425px) {
    .calculate-form {
        position: relative;
        top:5px;
        right: 0;
    }
}
/*-------------Poll-----------*/
.thumbs-rating-container .thumbs-rating-already-voted {
	padding-top: 1em;
	font-size: 0.9em;
	display: none;
	-webkit-transition: (all 0.3s);
    transition: (all 0.3s);
}
.thumbs-rating-container .thumbs-rating-already-voted:before {
	content: attr(data-text);
}
.thumbs-rating-container span:hover {
    color: #00e676;
    background-color: #191a26; 
}
.thumbs-rating-container .show-rating span:hover {
    color:#191a26;
    background-color: transparent;
}
.thumbs-rating-already-voted {
    padding-top: 30px !important;
}
.thumbs-rating-already-voted:hover {
    color:#191a26 !important;
    background-color:transparent !important;
}
.vp-line span:hover {
    background-color: transparent;
    color:#191a26;
}