html,
body {
    /* padding: 10px; */
    background-color: #250A4D; /* color 1 #08214A ; color 2 #16202C*/;
    margin: 0 auto;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    max-width: 768px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}
table,
td {
    padding: 0;
    margin: 0;
}

.uppercase {
    text-transform: uppercase;
    font-weight: bold;
}

.alert-info {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.undecorate {
    text-decoration: none;
    color: #FFD800;
}

.locked .pick {
    color: #7a7a7a;
}

.spacer {
    height: 5px;
    background-color: transparent;
}

.login-button {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #000 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.verify {
    color: #FFD800;
    font-weight: bold;
    text-decoration: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.green {
    color: #75B82A;
}

.theme-color {
    color: #333;
}

.dark-gray, #main .mybets .bet .pending, #main .betdetail .title .status .pending, #main .betdetail .summary td, #main .terms {
    color: #5d5d5d;
}

.padding-up-down {
    padding: 8px 0;
}

#header {
    border-collapse: collapse;
    width: 100%;
}

#header a {
    color: #363636;
    text-decoration: none;
}

#header table {
    border-collapse: collapse;
    width: 100%;
    max-width: 768px !important;
}

.brandt {
    border-collapse: collapse;
    width: 100%;
}

.brandt {
    background-color: #250A4D;
    color: white;
}

.brand {
    background-color: #250A4D;
    color: white;
}

.brand .logo a img {
    height: 20px;
}

.brand td {
    padding: 2px 5px;
}

.brand .betslip {
    text-align: right;
    border-collapse: collapse;
    background-color: #250A4D;
    color: white;
    font-size: 12px;
}

.brand .betslip--count {
    background-color: #ffd800;
    padding: 3px 6px;
    font-weight: bold;
}

#header .session {
    text-transform: uppercase;
    height: 30px;
    text-align: center;
    border-collapse: separate;
    margin-top: 4px;
}

.odd-del {
    width: 20px;
}

#header .session .loggedin td {
    width: 25%;
}

#header .session tr td {
    background-color: white;
    width: 50%;
}

#header .session tr td a {
    color: #6b6b6b;
    font-weight: bold;
    font-size: 9px;
    display: block;
}

#header .nav {
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
    border-right: 2px solid #DEDFE4;
    border-left: 2px solid #DEDFE4;
    /*td:last-child {
                border-right: 2px solid $gray;
            }
            td:first-child {
                border-left: 2px solid $gray;
            }*/
}

#header .nav .selected {
    background-color: #1F2F38;
    color: #fff;
}

#header .nav .selected a {
    color: white !important;
}

#header .nav td {
    background-color: white;
    padding: 2px;
}

#header .nav td a {
    color: #686868;
    display: block;
    padding: 5px;
}

.jp {
    width: 100%;
}

#main {
    border-collapse: collapse;
    width: 100%;
    /*border-right: 2px solid $gray;*/
}

#main .landing {
    border-collapse: collapse;
    width: 100%;
    border-left: 2px solid #16202C;
    border-right: 2px solid #16202C;
}

#main .landing .top {
    width: 100%;
    border-collapse: collapse;
}

#main .landing .top--image {
    border-right: 2px solid #DEDFE4;
}

#main .landing .top--nav {
    border-collapse: collapse;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0px;
}

#main .landing .top--nav td {
    text-align: center;
	margin:2px;

	border:1;
	  font-size: 12px;
    padding: 15px;

 background: linear-gradient(90deg,#6F0211, #DD0421); 
   

} 
/*
#main .landing .top--nav td {
	    text-align: center;
	margin:2px;

	border:1;
	  font-size: 12px;
    padding: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background-image: -o-linear-gradient(right, #ff344d, #d2273c);
  background-image: linear-gradient(to left, #ff344d, #d2273c); }
  
#main .landing .top--nav td:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
    background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
    background-image: -o-linear-gradient(left, #ff344d, #d2273c);
    background-image: linear-gradient(to right, #ff344d, #d2273c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
	
*/
#main .landing .top--nav td a {
    color: #ffffff;
    text-decoration: none;
    display: block;
	    font-weight: bold;
		 display: flex;
  flex-direction: column;
	
}



#main .landing .top--nav .selected a {
    color: white;
    font-size: 14px;
}

.landing .top--search form table {
    border-collapse: collapse;
}

.landing .top--search form input {
    width: 100%;
    border: 1px solid #caccd4;
    height: 28px;
    padding: 0 5px;
    background-color: #fbfbfb;
}

.landing .top--search form button {
    width: 100%;
    border: none;
    height: 30px;
    background-color: #4F768E;
    color: white;
}

#main .highlights {
    color: #333;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 10px;
}

.mkt-headers {
    font-size: 11px;
    height: 26px;
    background: #16202C;
    margin-top: 3px;
    padding-left: 3px;
    font-weight: bolder;
}

table.highlights, div.highlights {
    /* margin-bottom:60px !important; */
}

#main .highlights--item {
    /* background-color: #253743; */
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
    margin: 2px 0;
}

#main .highlights--item .selected {
    background-color: #f8e892;
    color: #333 !important;
}

#main .highlights--item .selected table td a {
    color: #333333;
    text-decoration: none;
    display: block;
    width: 100%;
}

#main .highlights--item .league {
    width: 100%;
}

#main .highlights--item .league td {
    color: #fff;
    font-size: 12px;
    padding: 0px;
}

#main .highlights--item .game {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#main .highlights--item .game .clubs {
    text-align: left;
    padding-left: 5px;
}

#main .highlights--item .game .sidebet {
    text-align: center;
    border: 1px solid #16202C;
    background-color: #16202C;
    max-width: 35px;
    display: block;
    float: right;
}

#main .highlights--item .game .sidebet a {
    color: #FF015B;
    text-decoration: none;
    display: block;
    padding: 5px 8px;
}

.sidebets {
    padding: 0 0px;
}

#main .highlights--item .odds {
    /* background-color: #22323E; */
    color: #FFD800;
    font-size: 12px;
    border-top: 1px solid #b5b5b5;
}

#main .highlights--item .odds table {
    width: 100%;
}

#main .highlights--item .odds td {
    /*height: 20px;*/
}

#main .highlights--item .odds td a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: right;
    padding: 4px 0;
}

#main .highlights--item .odds .clubone {
    padding: 0px;
    text-align: left;
}

.picked, .picked td button {
    background: #ffc107 !important;
    border-radius: 20px;
    color: rgba(0, 0, 0, .9) !important;
    padding: 2px;
}

.draw {
    /*border-right: 1px solid #b5b5b5;*/
    /*border-left: 1px solid #b5b5b5;*/
}

#main .highlights--item .odds .border-td {
    height: 100%;
    width: 1px;
    background-color: #b5b5b5;
}

#main .highlights--item .odds .border-tr > td {
    height: 2px;
    width: 100%;
    background-color: #16202C;
}

#main .highlights--item .odds .draw {
    text-transform: uppercase;
}

#main .highlights--item .odds .draw td {
    text-align: center;
}

#main .highlights--item .odds .clubtwo {
    padding: 0px;
    /*border-top: px solid darken($gray, 0%);*/
    text-align: left;
}

#main .highlights--item .odds .odd {
    /** font-weight: bold; **/
}


#main .highlights--item .meta {
    padding: 5px 0;
}

#main .pagination {
    /*background-color: #DEDFE4;*/
    font-size: 12px;
}

#main .pagination table {
    margin: 0 auto;
}

#main .pagination table .selected {
    background-color: #333;
}

#main .pagination table td {
    background-color: #636363;
    width: 30px;
    height: 30px;
    text-align: center;
}

#main .pagination table td a {
    color: white;
    text-decoration: none;
}

#main .betslip {
    border-collapse: collapse;
    color: #333333;
}

#main .betslip .delete {
    text-align: center;
    vertical-align: center;
}

.alert {
    font-size: 13px;
    padding: 4px;
    text-align: center;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.remove-match {
    background: transparent !important;
    border: none !important;
    color: #ffc428 !important;
    font-size: 12px !important;
    font-weight: 400;
    font-weight: 700;
    height: 19px;
}

#main .betslip .delete a {
    background-color: #a6a9b6;
    color: white;
    padding: 5px 10px;
}

#main .betslip a {
    text-decoration: none;
    color: #FFD800;
}

#main .betslip .bet {
    background-color: #22323E;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
}

#main .betslip .bet td {
    padding: 0 2px;
}

#main .betslip .bet tr {
    height: 20px;
}

#main .betslip .bet .game {
    font-weight: bold;
}

#main .betslip .bet .type {
    color: #585b6b;
    font-weight: 100;
}

#main .betslip .bet .pick {
    font-weight: bold;
}

#main .betslip .bet .odd {
    font-weight: bold;
}

#main .betslip .title {
    background-color: #2D4352;
    color: #FFFFFF;
    height: 30px;
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

#main .betslip .details {
    background-color: #22323E;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 2px;
}

#main .betslip .details .left {
    border-right: 2px solid #DEDFE4;
    padding: 5px 5px;
    width: 45%;
}

#main .betslip .details .right {
    border-left: 2px solid #DEDFE4;
    padding: 5px 5px;
}

#main .betslip .details .right form input {
    width: 80%;
    height: 28px;
    padding: 0 5px;
    min-width: 20px;
    border: 2px solid #ecedef;
}

#main .betslip .details .right .update {
    background-color: #444444;
    color: white;
    border: none;
    height: 30px;
    width: 100%;
}

#main .betslip .details .right .place {
    width: 100%;
    height: auto;
    background-color: #FFD800;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;
}

#main .betslip .details tr {
    height: 30px;
}

#main .betslip.top {
    /* margin-bottom: 150px; */
}

.errorMessage {
    display: block;
    width: 100%;
    color: #700000;
    background: #DEDEDE;
    margin: 0px;
    padding: 3px 0px;
}

#main .betslip .delete-all {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    border: none;
    background: transparent;
    margin: auto;
    display: table;
}

#main .football {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 12px;
}

.jp .game td {
    padding-top: 2px;
}

#main .football .title {
    color: #FFFFFF;
    height: 35px;
    text-align: left;
    padding-left: 5px;
    background-color: #2D4352;
}

#main .football .menu {
    background-color: #22323E;
    color: #FFD800;
    border-bottom: 1px solid #16202C;
}

.menu {
    background-color: white;
    color: #FFD800;
    border-bottom: 1px solid #DEDFE4;
}

.aoi {
    list-style-type: none;
    margin: 0;
    margin-left: 0;
    padding: 3px;
}

.sport {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.sport .competition > a {
    font-weight: bold;
}

.lgue {
    padding-left: 15px !important;
}

.sport-header {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFD800 !important;
    background: #fff;
    display: block;
    padding: 10px;
}

.gothb {
    color: #252525;
    text-decoration: none;
    display: block;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #dedfe4;
    font-weight: bold;
}

.aoi li a {
    color: #686868;
    text-decoration: none;
    display: block;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #DEDFE4;
}


#main .football .menu a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    max-width: 100%;
    height: 100%;
    padding: 10px;
    text-align: left;
}

hr {
    border: 1px solid #f4f5f6;
}

.text-center {
    text-align: center;
}

.menu a {
    color: #686868;
    text-decoration: none;
    display: block;
    max-width: 100%;
    height: 100%;
    padding: 6px;
    font-size: 12px;
    text-align: center;
}

#main .football .menu .text {
    vertical-align: middle;
}

.full-width {
    width: 100%;
}

#main .football .menu .icon {
    font-size: 19px;
    vertical-align: middle;
}

#main .sports {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 12px;
}

#main .sports .category {
    width: 100%;
}

#main .sports .category .title {
    background-color: #FFD800;
    color: white;
    height: 35px;
    text-align: left;
    padding-left: 5px;
}

#main .sports .category .sub-category {
    width: 100%;
    background-color: white;
    color: #FFD800;
    /*border-bottom: 1px solid $gray;*/
}

#main .sports .category .sub-category th {
    text-align: left;
    padding-left: 10px;
}

#main .sports .category .sub-category tr {
    border-bottom: 1px solid #DEDFE4;
    height: 30px;
}

#main .sports .category .sub-category td {
    padding-left: 30px;
}

#main .jackpot {
    width: 100%;
}

#main .jackpot--title {
    background-color: #f4f5f6;
    color: #FFD800;
    height: 30px;
    font-size: 14px;
    border: none;
}


.jp-matches .row {
    background: #fff;
    padding: 3px;
    margin: 5px;
    overflow: auto;
}

.jp-matches .row .bold {
    font-weight: bold;
    text-transform: uppercase;
}

.jp-matches .row .teams {
    padding: 5px;
}

.jp-matches .row button {
    float: left;
    background: #f3f3f3;
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 10px;
    outline: none;
}

.bet > td {
    padding: 2px;
}

#main .jackpot .highlights {
    color: #333;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 5px 0;
}

.one-row {
    width: 100% !important;
}

.two-rows {
    width: 50% !important;
}

.three-rows {
    width: 33.33% !important;
}

.place {
    width: 60%;
    padding: 10px 0;
    background-color: #ffc107 !important;;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

.total-stake {
    padding: 5px 0;
}

.pick {
    display: block;
    /* float: left; */
}

.odd {
}

.placebet {
    text-align: center;
}

.placebet .met {
    color: #333;
    font-size: 14px;
}

.placebet .stake-amt {
    color: #000;
    font-weight: bold;
}

#place_bet_button {
    margin-top: 5px;
}

#main .jackpot .highlights--item {
    background-color: white;
    border-collapse: collapse;
    margin-bottom: 5px;
}

#main .jackpot .highlights--item .selected {
    background-color: #FFD800;
    color: white !important;
}

#main .jackpot .highlights--item .selected table td a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

#main .jackpot .highlights--item .league {
    width: 100%;
}

#main .jackpot .highlights--item .league td, .meta {
    color: #636779;
    font-size: 9px;
    padding: 0px;
}

#main .jackpot .highlights--item .game {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#main .jackpot .highlights--item .game .clubs {
    text-align: left;
    padding-left: 5px;
}

#main .jackpot .highlights--item .game .sidebet {
    text-align: center;
    padding: 0;
    border: 2px solid #DEDFE4;
    background-color: #f2f2f4;
}

#main .jackpot .highlights--item .game .sidebet a {
    color: #FFD800;
    text-decoration: none;
    display: block;
}

#main .jackpot .highlights--item .odds {
    background-color: #f2f2f4;
    color: #FFD800;
    font-size: 12px;
}

#main .jackpot .highlights--item .odds table {
    width: 100%;
}

#main .jackpot .highlights--item .odds td {
}

/**
#main .odds td button {
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    border: none;
    outline: none;
    background: transparent;
}
**/
.successMessage {
    background: #fff;
    margin-top: 1px;
    padding: 10px;
    color: #006400;
    min-height: 70px;
}

#main .odds td button {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    border: none;
    outline: none;
    background: #2D4352;
    border-radius: 20px;
    height: 35px;
    box-sizing: border-box;
}

#main .highlights--item .league td.team-names {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0px;


}

.sidebet-card {
    color: #FFFFFF;
    /* width: 98vw; */
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    background: #16202C;
    display: block;
}



.sidebet-header {
    background: #16202C;
    clear: both;
    display: block;
    padding: 6px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 700;
    /* border-top: 1px solid #2D4352; */
    border-left: 1px solid #2D4352;
    border-right: 1px solid #2D4352;

    text-align: left;
}

.odd-value {
    font-weight: bold;
    display: inline-block;
    float: right;
    color: #FFFFFF;
}

.side-label {
    text-align: left;
    /* display: inline-block; */
    /* float: left; */
    color: #FFFFFF;
    font-size: 13px;
    white-space: pre-line;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.odds-w {
    width: 33%;
}
.sidebet-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.sidebet-card button {
    background: #2D4352;
    border: none;
    border: 1px solid #16202C;
    padding: 8px 3px;
    outline: none;
    border-radius: 19px;
    flex-grow: 1;
    width: calc(100% * (1/3) - 10px - 1px);
    margin: 2px;

}
.side-bet-button{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.side-bet-button span{
    flex-direction: row;
    justify-content: center;
    flex-grow: 2;
    text-align: center;
}

#main .jackpot .highlights--item .odds .clubone {
    padding: 0 5px;
    border-top: 2px solid #16202C;
    text-align: left;
}

#main .jackpot .highlights--item .odds .draw {
    border-left: 2px solid #dedfe4;
    border-right: 2px solid #dedfe4;
    border-top: 2px solid #dedfe4;
    text-transform: uppercase;
}

#main .jackpot .highlights--item .odds .draw td {
    text-align: center;
}

#main .jackpot .highlights--item .odds .clubtwo {
    border-top: 2px solid #dedfe4;
    text-align: left;
}

#main .jackpot .highlights--item .odds .odd {
    font-weight: bold;
}

#main .bingwa4 {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 12px;
}

#main .title {
    background-color: #efefef;
    color: #FFD800;
    font-size: 14px;
    padding: 5px;
}

.reset-password a {
    color: #CA3856;
    text-decoration: none;
    font-weight: bold;
}

#main .bingwa4 .match {
    width: 100%;
    margin: 5px 0;
    background-color: white;
    color: #FFD800;
}

#main .bingwa4 .match th {
    background-color: #FFD800;
    color: white;
}

#main .bingwa4 .match td {
    display: inline-block;
    background-color: #DEDFE4;
    color: #FFD800;
    font-weight: bold;
    padding: 10px;
    border: 1px solid white;
}

#main .register {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    background-color: white;
    font-size: 12px;
}

#main .register p {
    color: #41434f;
    text-align: justify;
    line-height: 1.5;
    margin: 5px 0;
    padding: 5px;
}

#main .register .title {
    background-color: #2D4352;
    color: #FFFFFF;
    height: 30px;
    font-size: 14px;
}

#main .register .form {
    width: 100%;
    border-collapse: collapse;
}

#main .register .form .spacer {
    height: 10px;
}

#main .register .form .input {
    margin: 2px 0;
}

#main .register .form .input .checkbox {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#main .register .form .input .checkbox a {
    text-decoration: none;
    color: #CA3856;
}

#main .register .form .input div {
    padding: 0 20px;
    margin-left: -10px;
}

#main .register .form .input div label {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
}

#main .register .form .input div input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-weight: bold;
}

#main .register .form .input div input[type="checkbox"] {
    height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 7%;
}

#main .register .form .input button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #FFD800;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

#main .register tr {
    height: 30px;
    background-color: #22323E;
}

#main .login {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    background-color: #1D2B35;
    font-size: 12px;
}

#main .login .title {
    background-color: transparent;
    color: #ffffff;
    height: 30px;
    font-size: 14px;
}

#main .login .form {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

#main .login .form .spacer {
    height: 10px;
}

#main .login .form .input {
    margin: 2px 0;
}

#main .login .form .input .checkbox {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#main .login .form .input .checkbox a {
    text-decoration: none;
    color: #FFD800;
}

#main .login .form .input div {
    padding: 0 20px;
    margin-left: -10px;
}

#main .login .form .input div label {
    display: block;
    color: #ffffff;
    font-weight: bold;
}

#main .login .form .input div input {
    width: 100%;
    border: 2px solid #5d5d5d;
    height: 30px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-weight: bold;
}

#main .login .form .input div input[type="checkbox"] {
    height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 7%;
    color: #FFFFFF;
}

#main .login .form .input button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #FFD800;
    font-weight: bold;
    font-size: 14px;
}

#main .login tr {
    /*height: 30px;*/
}

#main .mybets {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    color: #FFD800;
}

#main .mybets table {
    width: 100%;
    text-align: center;
    /*border-collapse: collapse;*/
}

.stake {
    border: 2px solid #444;
    height: 24px;
    margin-right: -15px;
    width: 50px;
}

#main .mybets .title {
    background-color: #f4f5f6;
    height: 30px;
    font-size: 12px;
    border: none;
}

#main .mybets .bet {
    font-size: 10.8px;
    font-weight: bold;
}

#main .mybets .bet .won {
    color: #4F8A10;
}

#main .mybets .bet .lost {
    color: #FFD800;
}

#main .mybets .bet .cancelled {
    color: #ff3333;
}

#main .mybets .bet table {
    background-color: white;
    margin-top: 2px;
    border: 1px solid white;
}

#main .mybets .bet table td {
    padding: 5px;
    font-weight: normal;
}

#main .mybets .bet .title {
    height: 30px;
    padding: 5px;
    background-color: white;
}

#main .mybets .bet .detail {
    background-color: #f4f5f6;
}

#main .betdetail {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 10.8px;
}

#main .betdetail table {
    width: 100%;
    text-align: center;
}

#main .betdetail td, #main .betdetail th {
    padding: 2px 5px;
}

#main .betdetail .title {
    background-color: #f4f5f6;
    color: #FFD800;
    height: 30px;
    font-size: 14px;
    border: none;
}

#main .mybets .bet .title td {
    font-weight: bold;
}

#main .betdetail .title .status {
    font-size: 10.8px;
    font-weight: bold;
}

#main .betdetail .title .status .won {
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

#main .betdetail .title .status .lost {
    color: #FFD800;
}

#main .betdetail .title .status .cancelled {
    color: #ff3333;
}

#main .betdetail .summary {
    background-color: #fff;
    border-collapse: separate;
    margin-top: 5px;
}

#main .betdetail .summary td {
    background-color: #f4f5f6;
}

#main .betdetail .event {
    background-color: white;
    margin-bottom: 5px;
}

#main .betdetail .event .title {
    height: 30px;
    padding: 5px;
    background-color: white;
}

#main .betdetail .event .detail {
    background-color: #f4f5f6;
}

#main .deposit {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    color: #686868;
    font-size: 12px;
}

#main .deposit .title {
    background-color: #ecedef;
    color: #FFD800;
    height: 30px;
    font-size: 14px;
}

#main .deposit .form {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

#main .deposit .form .spacer {
    height: 10px;
}

#main .deposit .form .input {
    margin: 2px 0;
}

#main .deposit .form .input .checkbox {
    font-size: 12px;
    font-weight: bold;
    color: #41434f;
}

#main .deposit .form .input .checkbox a {
    text-decoration: none;
    color: #FFD800;
}

#main .deposit .form .input div {
    padding: 0 20px;
    margin-left: -10px;
}

#main .deposit .form .input div label {
    display: block;
    font-weight: bold;
}

#main .deposit .form .input div input {
    width: 100%;
    border: 2px solid #686868;
    height: 30px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-weight: bold;
}

#main .deposit .form .input div input[type="checkbox"] {
    height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 7%;
}

#main .deposit .form .input button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #FFD800;
    font-weight: bold;
    font-size: 14px;
}

#main .deposit tr {
    height: 30px;
}

#main .withdraw {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    color: #686868;
    font-size: 12px;
}

#main .withdraw .title {
    background-color: #ecedef;
    color: #FFD800;
    height: 30px;
    font-size: 14px;
}

#main .withdraw .form {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

#main .withdraw .form .spacer {
    height: 10px;
}

#main .withdraw .form .input {
    margin: 2px 0;
}

#main .withdraw .form .input .checkbox {
    font-size: 12px;
    font-weight: bold;
    color: #41434f;
}

#main .withdraw .form .input .checkbox a {
    text-decoration: none;
    color: #FFD800;
}

#main .withdraw .form .input div {
    padding: 0 20px;
    margin-left: -10px;
}

#main .withdraw .form .input div label {
    display: block;
    color: #686868;
    font-weight: bold;
}

#main .withdraw .form .input div input {
    width: 100%;
    border: 2px solid #333;
    height: 30px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-weight: bold;
}

#main .withdraw .form .input div input[type="checkbox"] {
    height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 7%;
}

#main .withdraw .form .input button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #FFD800;
    font-weight: bold;
    font-size: 14px;
}

#main .withdraw tr {
    height: 30px;
}

#main .feature {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid $white;*/
    color: #FFD800;
}

#main .feature .title {
    background-color: #2D4352;
    color: #FFFFFF;
    height: 30px;
    font-size: 14px;
    border: none;
}

#main .feature .title .game {
    text-transform: uppercase;
    font-weight: bold;
}

#main .feature .title .details {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
}

#main .feature .title .details td {
    padding: 2px;
}

#main .feature .item {
    font-size: 12px;
}

#main .feature .item > td {
    border: none;
}

#main .feature .item table {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    background-color: white;
    border-collapse: collapse;
}

#main .feature .item table .detail {
    background-color: #f4f5f6;
}

#main .feature .item table th {
    padding: 10px 5px;
    background-color: white;
    padding: 10px 5px;
    height: 100%;
}

#main .feature .item table td {
    padding: 5px;
}

#main .feature .item table .border-right {
    border-right: 1px solid white;
}

#main .feature .item table .border-left {
    border-left: 1px solid white;
}

#main .feature .item table .border-bottom {
    border-bottom: 1px solid white;
}

#main .feature .item table .border-top {
    border-top: 1px solid white;
}

#main .terms {
    padding: 5px;
    background-color: white;
    width: 100%;
    font-size: 12px;
}

#main .terms h1,
#main .terms h2,
#main .terms h3,
#main .terms h4,
#main .terms strong {
    color: #333;
}

#main .terms a {
    text-decoration: none;
    font-weight: bold;
    color: #FFD800;
}

#contacts {
    width: 100%;
    background-color: white;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFD800;
    text-align: center;
    /*padding: 5px;*/
}

#contacts p {
    margin: 5px 0;
}

#contacts p span {
    font-weight: 100;
    color: #6f7387;
}

#contacts a {
    text-decoration: none;
    color: #FFD800;
}

#footer {
    background-color: #1D2B35;
    width: 100%;
    color: #8a8d9f;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 12px;
}

#footer .social-icons ul {
    list-style: none;
    padding: 0;
}

#footer .social-icons ul li {
    display: inline-block;
}

#footer .social-icons ul svg {
    color: #8a8d9f;
    fill: #8a8d9f;
    width: 30px;
}

.profile .menu {
    background-color: #f5f5f5;
}

.profile .menu a {
    color: #333;
    font-weight: bold;
}

#footer .top {
    color: #8a8d9f;
    text-transform: uppercase;
}

#footer td {
    vertical-align: top;
    text-align: center;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

.menu-table {
    max-width: 768px !important;
    overflow: hidden !important;
}

.menu-table .menu-t {
}


.menu-wrapper {
    max-width: 100vw;
    width: 100vw;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {

    .menu-wrapper {

        width: 768px;
        max-width: 768px;
    }
}


.menu-wrapper::-webkit-scrollbar {
    display: none;
}

table.menu-table tr {
    white-space: nowrap;
}
/*

table tr td .menu-t {
    padding-right: 4px;
    height: auto !important;
    margin-top: 5px !important;
    font-size: 13px;
	background-color:#D3001C;
 background: linear-gradient(90deg,#6F0211, #DD0421); 
 color: #ffffff;
}
*/
table tr td .menu-t {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
 padding-right: 4px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background-image: -o-linear-gradient(right, #ff344d, #d2273c);
  background-image: linear-gradient(to left, #ff344d, #d2273c); }
  
table tr td .menu-t:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
    background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
    background-image: -o-linear-gradient(left, #ff344d, #d2273c);
    background-image: linear-gradient(to right, #ff344d, #d2273c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
	

.menu-t .menu-img {
    width: 100% !important;
    height: 20px !important;
    text-align: center;
    padding: 5px 0px;
}

.menu-t a {
}

.menu-t img {

}

.menu-t div.inner-div {
    /*background-color: #2D4352;*/
    color: #FFFFFF;
    /*border-radius: 4px;*/
    padding: 5px 5px;
}


.freebet-btn {
    color: #717168;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    border: none;
    outline: none;
    background: #ECECEF;
    border-radius: 3px;
    font-size: 12px;
}

.freebet-text {
    width: 100%;
    font-size: 11px;
    text-align: justify;
}

.freebet-text-container {
    background: #919191;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px !important;
    display: block;
    margin-left: 2px;
    margin-right: auto;
    border-collapse: collapse;
}

.menu-table .active {
    background-color: #16202C !important;
    font-weight: bold;
    opacity: 1 !important;
}

h1 {
    margin: 0;
    line-height: 2;
    text-align: center;
}

h2 {
    margin: 0 0 0.5em;
    font-weight: normal;
}

.accordion-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.row {
    display: flex;
}

.row .col {
    flex: 1;
}

.row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.tab-label:hover {
    background: #1a252f;
}

.tab-label::after {
    content: "â¯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

.accordion-input:checked + .tab-label {
    background: #1a252f;
}

.accordion-input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.accordion-input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.virtual-game-image {
    height: 50px;
    width: 100px;
}

.virtual-game-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jackpot-amount{
    position: absolute;
    transform: translate(-50%,-50%);
    font-family: 'Times New Roman',serif;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: bold;
    background-image: linear-gradient(
            to right,
            #cb9b51 0,
            #cb9b51 22%,
            #f6e27a 45%,
            #f6f2c0 50%,
            #f6e27a 55%,
            #cb9b51 78%,
            #cb9b51 100%
    );
    color:transparent;
    -webkit-background-clip:text;

}

.jackpot-header{
    /* background-image: url("/img/bg-jackpot.png"); */
    background-repeat: no-repeat;
    height: 75px !important;
}

.chair {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}

.chair img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chair-box {
  padding: 32px;
}

h3 {
  margin-bottom: 24px;
  font-size: 20px;
}

.chair-details {
  list-style: none;
  margin-bottom: 48px;
}

.chair-details li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.chair-details li:last-child {
  margin-bottom: 0;
}

.chair-icon {
  stroke: #087f5b;
  width: 24px;
  height: 24px;
}

.chair-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
@keyframes blink {
    0% {
      transform: scale(1);
      opacity: .25;
    }
    25%{
      opacity: 1;
    }
    50% {
      opacity: .25;
    }
    75%{
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: .25;
    }
}
.blink {
  
animation: blinker 1s linear infinite;
width: 10px;
height: 10px;
display: inline-block;
border: 1px solid white;
background-color: red;
border-radius: 100%;
}
.blink-home {
  
  animation: blinker 1s linear infinite;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid white;
  background-color: red;
  border-radius: 100%;
}
@keyframes blinker {
50% {
  opacity: 0.6;
}
}

/*
Using formula solid
$primary: #FF0000;
$home: #00003c;
$away: #ff0000;
$cl: #000000;
$base: #FFFFFF;
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin,latin-ext");
.sr-bb {
  font-family: "Roboto", "Noto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: left;
  background: #FFFFFF;
}

.sr-bb.sr-rtl {
  text-align: right;
}

.sr-bb .sr-bb {
  background: none;
}

.sr-bb .srt-base-1 {
  background-color: transparent;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-win {
  background-color: transparent;
  color: #00003c;
  border-color: #00003c;
}

.sr-bb .srt-base-1-draw {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-base-1-lose {
  background-color: transparent;
  color: #ff0000;
  border-color: #ff0000;
}

.sr-bb .srt-base-1-is-active {
  background-color: rgba(255, 0, 0, 0.12);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-2 {
  background-color: #e6e6e6;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-hoverable:hover {
  background-color: rgba(255, 0, 0, 0.12);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-primary {
  background-color: transparent;
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-home-1 {
  background-color: transparent;
  color: #00003c;
  border-color: #00003c;
}

.sr-bb .srt-base-1-away-1 {
  background-color: transparent;
  color: #ff0000;
  border-color: #ff0000;
}

.sr-bb .srt-base-1-home-2 {
  background-color: transparent;
  color: #00003c;
  border-color: #940000;
}

.sr-bb .srt-base-1-away-2 {
  background-color: transparent;
  color: #ff0000;
  border-color: #940000;
}

.sr-bb .srt-base-1-home-3 {
  background-color: transparent;
  color: #00003c;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-away-3 {
  background-color: transparent;
  color: #ff0000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-home-4 {
  background-color: transparent;
  color: #4d4d77;
  border-color: #4d4d77;
}

.sr-bb .srt-base-1-away-4 {
  background-color: transparent;
  color: #ff4d4d;
  border-color: #ff4d4d;
}

.sr-bb .srt-base-1-home-5 {
  background-color: transparent;
  color: #000027;
  border-color: #000027;
}

.sr-bb .srt-base-1-away-5 {
  background-color: transparent;
  color: #a60000;
  border-color: #a60000;
}

.sr-bb .srt-base-1-background {
  background-color: white;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2 {
  background-color: white;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2-is-active {
  background-color: #ffe0e0;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-2-is-hoverable:hover {
  background-color: #ffe0e0;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3 {
  background-color: #ffe0e0;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-is-active {
  background-color: #ffd4d4;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-is-hoverable:hover {
  background-color: #ffd4d4;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-3-background {
  background-color: white;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-4 {
  background-color: #fff2f2;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-5-is-active {
  background-color: #ffbdbd;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-5-is-hoverable:hover {
  background-color: #ffbdbd;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-6 {
  background-color: transparent;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
}

.sr-bb .srt-primary-1 {
  background-color: #FF0000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-active {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-hoverable:hover {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-1-is-disabled {
  background-color: #ff3333;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-2 {
  background-color: #b30000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-3 {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-4 {
  background-color: #ff6666;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-5 {
  background-color: #ff6666;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-5-is-hoverable:hover {
  background-color: #FF0000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-6 {
  background-color: #940000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-7 {
  background-color: #FF0000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8 {
  background-color: #FF0000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8-is-active-1 {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-8-is-active-2 {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: #FFFFFF;
}

.sr-bb .srt-primary-9 {
  background-color: #ffb3b3;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-primary-10 {
  background-color: #ff3333;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-11 {
  background-color: #ff1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-primary-12 {
  background-color: #FF0000;
  color: #ffffff;
  border-color: #ffffff;
}

.sr-bb .srt-primary-13 {
  background-color: #fff2f2;
  color: #ffffff;
  border-color: rgba(255, 0, 0, 0.3);
}

.sr-bb .srt-base-1-primary-1 {
  background-color: transparent;
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-2 {
  background-color: transparent;
  color: #b30000;
  border-color: #b30000;
}

.sr-bb .srt-base-1-primary-3 {
  background-color: transparent;
  color: #ff1a1a;
  border-color: #ff1a1a;
}

.sr-bb .srt-base-1-primary-4 {
  background-color: transparent;
  color: #ff6666;
  border-color: #ff6666;
}

.sr-bb .srt-base-1-primary-5 {
  background-color: transparent;
  color: #ff6666;
  border-color: #ff6666;
}

.sr-bb .srt-base-1-primary-6 {
  background-color: transparent;
  color: #940000;
  border-color: #940000;
}

.sr-bb .srt-base-1-primary-7 {
  background-color: transparent;
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-8 {
  background-color: transparent;
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-primary-9 {
  background-color: transparent;
  color: #ffb3b3;
  border-color: #ffb3b3;
}

.sr-bb .srt-base-1-primary-10 {
  background-color: transparent;
  color: #ff3333;
  border-color: #ff3333;
}

.sr-bb .srt-base-1-primary-11 {
  background-color: transparent;
  color: #ff1a1a;
  border-color: #ff1a1a;
}

.sr-bb .srt-base-1-primary-13 {
  background-color: #FFFFFF;
  color: #fff2f2;
  border-color: rgba(255, 0, 0, 0.3);
}

.sr-bb .srt-base-1-neutral-1 {
  background-color: transparent;
  color: #dedede;
  border-color: #dedede;
}

.sr-bb .srt-base-1-neutral-2 {
  background-color: transparent;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.sr-bb .srt-base-1-neutral-3 {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-neutral-4 {
  background-color: transparent;
  color: #595959;
  border-color: #595959;
}

.sr-bb .srt-base-1-neutral-5 {
  background-color: transparent;
  color: #404040;
  border-color: #404040;
}

.sr-bb .srt-base-1-neutral-6 {
  background-color: transparent;
  color: #c2c2c2;
  border-color: #c2c2c2;
}

.sr-bb .srt-base-1-neutral-7 {
  background-color: transparent;
  color: #595959;
  border-color: #595959;
}

.sr-bb .srt-base-1-neutral-8 {
  background-color: transparent;
  color: #dedede;
  border-color: #dedede;
}

.sr-bb .srt-base-1-neutral-9 {
  background-color: transparent;
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.sr-bb .srt-base-1-neutral-10 {
  background-color: transparent;
  color: #e0e0e0;
  border-color: #e0e0e0;
}

.sr-bb .srt-base-1-neutral-11 {
  background-color: transparent;
  color: #999999;
  border-color: #999999;
}

.sr-bb .srt-base-1-neutral-12 {
  background-color: transparent;
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.sr-bb .srt-base-1-neutral-13 {
  background-color: transparent;
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.sr-bb .srt-base-1-is-active-primary {
  background-color: rgba(255, 0, 0, 0.12);
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-home-1 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #00003c;
  border-color: #00003c;
}

.sr-bb .srt-base-1-is-active-away-1 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000;
  border-color: #ff0000;
}

.sr-bb .srt-base-1-is-active-home-2 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #00003c;
  border-color: #940000;
}

.sr-bb .srt-base-1-is-active-away-2 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000;
  border-color: #940000;
}

.sr-bb .srt-base-1-is-active-home-3 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #00003c;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-away-3 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-home-4 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #4d4d77;
  border-color: #4d4d77;
}

.sr-bb .srt-base-1-is-active-away-4 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff4d4d;
  border-color: #ff4d4d;
}

.sr-bb .srt-base-1-is-active-home-5 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #000027;
  border-color: #000027;
}

.sr-bb .srt-base-1-is-active-away-5 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #a60000;
  border-color: #a60000;
}

.sr-bb .srt-base-1-is-active-primary-1 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-2 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #b30000;
  border-color: #b30000;
}

.sr-bb .srt-base-1-is-active-primary-3 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff1a1a;
  border-color: #ff1a1a;
}

.sr-bb .srt-base-1-is-active-primary-4 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff6666;
  border-color: #ff6666;
}

.sr-bb .srt-base-1-is-active-primary-5 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff6666;
  border-color: #ff6666;
}

.sr-bb .srt-base-1-is-active-primary-6 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #940000;
  border-color: #940000;
}

.sr-bb .srt-base-1-is-active-primary-7 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-8 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #FF0000;
  border-color: #FF0000;
}

.sr-bb .srt-base-1-is-active-primary-9 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ffb3b3;
  border-color: #ffb3b3;
}

.sr-bb .srt-base-1-is-active-primary-10 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff3333;
  border-color: #ff3333;
}

.sr-bb .srt-base-1-is-active-primary-11 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff1a1a;
  border-color: #ff1a1a;
}

.sr-bb .srt-base-1-is-active-neutral-1 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #dedede;
  border-color: #dedede;
}

.sr-bb .srt-base-1-is-active-neutral-2 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.sr-bb .srt-base-1-is-active-neutral-3 {
  background-color: rgba(255, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-base-1-is-active-neutral-4 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #595959;
  border-color: #595959;
}

.sr-bb .srt-base-1-is-active-neutral-5 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #404040;
  border-color: #404040;
}

.sr-bb .srt-base-1-is-active-neutral-6 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #c2c2c2;
  border-color: #c2c2c2;
}

.sr-bb .srt-base-1-is-active-neutral-7 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #595959;
  border-color: #595959;
}

.sr-bb .srt-base-1-is-active-neutral-8 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #dedede;
  border-color: #dedede;
}

.sr-bb .srt-base-1-is-active-neutral-9 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.sr-bb .srt-base-1-is-active-neutral-10 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #e0e0e0;
  border-color: #e0e0e0;
}

.sr-bb .srt-base-1-is-active-neutral-11 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #999999;
  border-color: #999999;
}

.sr-bb .srt-base-1-is-active-neutral-12 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.sr-bb .srt-base-1-is-active-neutral-13 {
  background-color: rgba(255, 0, 0, 0.12);
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.sr-bb .srt-home-1 {
  background-color: #00003c;
  color: #ffffff;
  border-color: #00003c;
}

.sr-bb .srt-away-1 {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #ff0000;
}

.sr-bb .srt-home-2 {
  background-color: #00003c;
  color: #ffffff;
  border-color: #940000;
}

.sr-bb .srt-away-2 {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #940000;
}

.sr-bb .srt-home-3 {
  background-color: #00003c;
  color: #ffffff;
  border-color: #FFFFFF;
}

.sr-bb .srt-away-3 {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #FFFFFF;
}

.sr-bb .srt-home-4 {
  background-color: #4d4d77;
  color: #ffffff;
  border-color: #4d4d77;
}

.sr-bb .srt-away-4 {
  background-color: #ff4d4d;
  color: #ffffff;
  border-color: #ff4d4d;
}

.sr-bb .srt-home-5 {
  background-color: #000027;
  color: #ffffff;
  border-color: #000027;
}

.sr-bb .srt-away-5 {
  background-color: #a60000;
  color: #ffffff;
  border-color: #a60000;
}

.sr-bb .srt-home-6 {
  background-color: rgba(0, 0, 60, 0.2);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-away-6 {
  background-color: rgba(255, 0, 0, 0.2);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-home-6-is-hoverable:hover {
  background-color: rgba(0, 0, 60, 0.2);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-away-6-is-hoverable:hover {
  background-color: rgba(255, 0, 0, 0.2);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-1 {
  background-color: #dedede;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-2 {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-3 {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-4 {
  background-color: #595959;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-5 {
  background-color: #404040;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-6 {
  background-color: #c2c2c2;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-7 {
  background-color: #595959;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-8 {
  background-color: #dedede;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-9 {
  background-color: #f0f0f0;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-10 {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.82);
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-11 {
  background-color: #999999;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-neutral-12 {
  background-color: #4d4d4d;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-neutral-13 {
  background-color: #e6e6e6;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-win {
  background-color: #00003c;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-draw {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-lose {
  background-color: #ff0000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-text-secondary {
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
}

.sr-bb .srt-text-disabled {
  opacity: 0.35;
}

.sr-bb .srt-text-tertiary {
  opacity: 0.54;
}

.sr-bb .srt-primary-1 .srt-text-secondary, .sr-bb .srt-primary-1.srt-text-secondary,
.sr-bb .srt-primary-1-is-active .srt-text-secondary,
.sr-bb .srt-primary-1-is-active.srt-text-secondary,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary,
.sr-bb .srt-primary-1-is-disabled .srt-text-secondary,
.sr-bb .srt-primary-1-is-disabled.srt-text-secondary,
.sr-bb .srt-primary-2 .srt-text-secondary,
.sr-bb .srt-primary-2.srt-text-secondary,
.sr-bb .srt-primary-3 .srt-text-secondary,
.sr-bb .srt-primary-3.srt-text-secondary,
.sr-bb .srt-primary-4 .srt-text-secondary,
.sr-bb .srt-primary-4.srt-text-secondary,
.sr-bb .srt-primary-5 .srt-text-secondary,
.sr-bb .srt-primary-5.srt-text-secondary,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary,
.sr-bb .srt-primary-6 .srt-text-secondary,
.sr-bb .srt-primary-6.srt-text-secondary,
.sr-bb .srt-primary-7 .srt-text-secondary,
.sr-bb .srt-primary-7.srt-text-secondary,
.sr-bb .srt-primary-8 .srt-text-secondary,
.sr-bb .srt-primary-8.srt-text-secondary,
.sr-bb .srt-primary-8-is-active-1 .srt-text-secondary,
.sr-bb .srt-primary-8-is-active-1.srt-text-secondary,
.sr-bb .srt-primary-8-is-active-2 .srt-text-secondary,
.sr-bb .srt-primary-8-is-active-2.srt-text-secondary,
.sr-bb .srt-primary-9 .srt-text-secondary,
.sr-bb .srt-primary-9.srt-text-secondary,
.sr-bb .srt-primary-10 .srt-text-secondary,
.sr-bb .srt-primary-10.srt-text-secondary,
.sr-bb .srt-primary-11 .srt-text-secondary,
.sr-bb .srt-primary-11.srt-text-secondary,
.sr-bb .srt-primary-12 .srt-text-secondary,
.sr-bb .srt-primary-12.srt-text-secondary,
.sr-bb .srt-primary-13 .srt-text-secondary,
.sr-bb .srt-primary-13.srt-text-secondary {
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
}

.sr-bb .srt-primary-1 .srt-text-disabled, .sr-bb .srt-primary-1.srt-text-disabled,
.sr-bb .srt-primary-1-is-active .srt-text-disabled,
.sr-bb .srt-primary-1-is-active.srt-text-disabled,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled,
.sr-bb .srt-primary-1-is-disabled .srt-text-disabled,
.sr-bb .srt-primary-1-is-disabled.srt-text-disabled,
.sr-bb .srt-primary-2 .srt-text-disabled,
.sr-bb .srt-primary-2.srt-text-disabled,
.sr-bb .srt-primary-3 .srt-text-disabled,
.sr-bb .srt-primary-3.srt-text-disabled,
.sr-bb .srt-primary-4 .srt-text-disabled,
.sr-bb .srt-primary-4.srt-text-disabled,
.sr-bb .srt-primary-5 .srt-text-disabled,
.sr-bb .srt-primary-5.srt-text-disabled,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled,
.sr-bb .srt-primary-6 .srt-text-disabled,
.sr-bb .srt-primary-6.srt-text-disabled,
.sr-bb .srt-primary-7 .srt-text-disabled,
.sr-bb .srt-primary-7.srt-text-disabled,
.sr-bb .srt-primary-8 .srt-text-disabled,
.sr-bb .srt-primary-8.srt-text-disabled,
.sr-bb .srt-primary-8-is-active-1 .srt-text-disabled,
.sr-bb .srt-primary-8-is-active-1.srt-text-disabled,
.sr-bb .srt-primary-8-is-active-2 .srt-text-disabled,
.sr-bb .srt-primary-8-is-active-2.srt-text-disabled,
.sr-bb .srt-primary-9 .srt-text-disabled,
.sr-bb .srt-primary-9.srt-text-disabled,
.sr-bb .srt-primary-10 .srt-text-disabled,
.sr-bb .srt-primary-10.srt-text-disabled,
.sr-bb .srt-primary-11 .srt-text-disabled,
.sr-bb .srt-primary-11.srt-text-disabled,
.sr-bb .srt-primary-12 .srt-text-disabled,
.sr-bb .srt-primary-12.srt-text-disabled,
.sr-bb .srt-primary-13 .srt-text-disabled,
.sr-bb .srt-primary-13.srt-text-disabled {
  opacity: 0.6;
}

.sr-bb .srt-primary-1 .srt-text-tertiary, .sr-bb .srt-primary-1.srt-text-tertiary,
.sr-bb .srt-primary-1-is-active .srt-text-tertiary,
.sr-bb .srt-primary-1-is-active.srt-text-tertiary,
.sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary,
.sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary,
.sr-bb .srt-primary-1-is-disabled .srt-text-tertiary,
.sr-bb .srt-primary-1-is-disabled.srt-text-tertiary,
.sr-bb .srt-primary-2 .srt-text-tertiary,
.sr-bb .srt-primary-2.srt-text-tertiary,
.sr-bb .srt-primary-3 .srt-text-tertiary,
.sr-bb .srt-primary-3.srt-text-tertiary,
.sr-bb .srt-primary-4 .srt-text-tertiary,
.sr-bb .srt-primary-4.srt-text-tertiary,
.sr-bb .srt-primary-5 .srt-text-tertiary,
.sr-bb .srt-primary-5.srt-text-tertiary,
.sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary,
.sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary,
.sr-bb .srt-primary-6 .srt-text-tertiary,
.sr-bb .srt-primary-6.srt-text-tertiary,
.sr-bb .srt-primary-7 .srt-text-tertiary,
.sr-bb .srt-primary-7.srt-text-tertiary,
.sr-bb .srt-primary-8 .srt-text-tertiary,
.sr-bb .srt-primary-8.srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-1.srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary,
.sr-bb .srt-primary-8-is-active-2.srt-text-tertiary,
.sr-bb .srt-primary-9 .srt-text-tertiary,
.sr-bb .srt-primary-9.srt-text-tertiary,
.sr-bb .srt-primary-10 .srt-text-tertiary,
.sr-bb .srt-primary-10.srt-text-tertiary,
.sr-bb .srt-primary-11 .srt-text-tertiary,
.sr-bb .srt-primary-11.srt-text-tertiary,
.sr-bb .srt-primary-12 .srt-text-tertiary,
.sr-bb .srt-primary-12.srt-text-tertiary,
.sr-bb .srt-primary-13 .srt-text-tertiary,
.sr-bb .srt-primary-13.srt-text-tertiary {
  opacity: 0.7;
}

.sr-bb .srt-icon {
  opacity: 0.33;
}

.sr-bb .srt-icon-secondary {
  opacity: 0.7;
}

.sr-bb .srt-elevation-1 {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.sr-bb .srt-elevation-2 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.23), 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.sr-bb .srt-elevation-3 {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.26), 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
}

.sr-bb .srt-elevation-center-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
}

.sr-bb .srt-inset-top-1 {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-1 {
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-top-2 {
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-2 {
  box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-top-3 {
  box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-inset-bottom-3 {
  box-shadow: inset 0 -6px 6px 0 rgba(0, 0, 0, 0.23);
}

.sr-bb .srt-fill-blue-card {
  fill: #2579ad;
}

.sr-bb .srt-stroke-blue-card {
  stroke: #2579ad;
}

.sr-bb .srt-fill-green-card {
  fill: #2cbd00;
}

.sr-bb .srt-stroke-green-card {
  stroke: #2cbd00;
}

.sr-bb .srt-fill-soccer-yellow-card {
  fill: #ffbf00;
}

.sr-bb .srt-stroke-soccer-yellow-card {
  stroke: #ffbf00;
}

.sr-bb .srt-fill-soccer-red-card {
  fill: #e43b3b;
}

.sr-bb .srt-stroke-soccer-red-card {
  stroke: #e43b3b;
}

.sr-bb .srt-stroke-soccer-substitution-in {
  stroke: #4fbe30;
  fill: transparent;
}

.sr-bb .srt-fill-soccer-substitution-in {
  fill: #4fbe30;
}

.sr-bb .srt-stroke-soccer-substitution-out {
  stroke: #e43b3b;
  fill: transparent;
}

.sr-bb .srt-fill-soccer-substitution-out {
  fill: #e43b3b;
}

.sr-bb .srt-stroke-soccer-own-goal {
  stroke: #e43b3b;
  fill: transparent;
}

.sr-bb .srt-fill-soccer-own-goal {
  fill: #e43b3b;
}

.sr-bb .srt-fill-soccer-relegation-1 {
  fill: #fdd835;
}

.sr-bb .srt-stroke-soccer-relegation-1 {
  stroke: #fdd835;
}

.sr-bb .srt-fill-soccer-relegation-2 {
  fill: #ffb848;
}

.sr-bb .srt-stroke-soccer-relegation-2 {
  stroke: #ffb848;
}

.sr-bb .srt-fill-soccer-relegation-3 {
  fill: #ef6c00;
}

.sr-bb .srt-stroke-soccer-relegation-3 {
  stroke: #ef6c00;
}

.sr-bb .srt-fill-soccer-relegation-4 {
  fill: #e93a34;
}

.sr-bb .srt-stroke-soccer-relegation-4 {
  stroke: #e93a34;
}

.sr-bb .srt-fill-soccer-relegation-5 {
  fill: #941d1d;
}

.sr-bb .srt-stroke-soccer-relegation-5 {
  stroke: #941d1d;
}

.sr-bb .srt-fill-soccer-promotion-1 {
  fill: #51d151;
}

.sr-bb .srt-stroke-soccer-promotion-1 {
  stroke: #51d151;
}

.sr-bb .srt-fill-soccer-promotion-2 {
  fill: #1b911b;
}

.sr-bb .srt-stroke-soccer-promotion-2 {
  stroke: #1b911b;
}

.sr-bb .srt-fill-soccer-promotion-3 {
  fill: #0e8094;
}

.sr-bb .srt-stroke-soccer-promotion-3 {
  stroke: #0e8094;
}

.sr-bb .srt-fill-soccer-promotion-4 {
  fill: #0a6cce;
}

.sr-bb .srt-stroke-soccer-promotion-4 {
  stroke: #0a6cce;
}

.sr-bb .srt-fill-soccer-promotion-5 {
  fill: #4a9fe4;
}

.sr-bb .srt-stroke-soccer-promotion-5 {
  stroke: #4a9fe4;
}

.sr-bb .srt-nfl-timeout-1 {
  background-color: #f5a623;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-nfl-timeout-2 {
  background-color: rgba(245, 166, 35, 0.3);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.sr-bb .srt-nfl-penalty {
  background-color: #f4a621;
  color: #ffffff;
  border-color: #f4a621;
}

.sr-bb .srt-nfl-negative-yards-1 {
  background-color: #ac182e;
  color: #ffffff;
  border-color: #ac182e;
}

.sr-bb .srt-nfl-negative-yards-2 {
  background-color: #ac182e;
  color: #ffffff;
  border-color: #ac182e;
}

.sr-bb .srt-nfl-first-line {
  background-color: #4b90de;
  color: #ffffff;
  border-color: #4b90de;
}

.sr-bb .srt-nfl-ten-line {
  background-color: #f5a623;
  color: #ffffff;
  border-color: #f5a623;
}

.sr-bb .srt-fill-nfl-penalty {
  fill: #f4a621;
}

.sr-bb .srt-stroke-nfl-penalty {
  stroke: #f4a621;
}

.sr-bb .srt-fill-nfl-negative-yards-1 {
  fill: #ac182e;
}

.sr-bb .srt-stroke-nfl-negative-yards-1 {
  stroke: #ac182e;
}

.sr-bb .srt-fill-nfl-negative-yards-2 {
  fill: #ac182e;
}

.sr-bb .srt-stroke-nfl-negative-yards-2 {
  stroke: #ac182e;
}

.sr-bb .srt-fill-nfl-first-line {
  fill: #4b90de;
}

.sr-bb .srt-stroke-nfl-first-line {
  stroke: #4b90de;
}

.sr-bb .srt-fill-nfl-ten-line {
  fill: #f5a623;
}

.sr-bb .srt-stroke-nfl-ten-line {
  stroke: #f5a623;
}

.sr-bb .srt-mlb-run-1 {
  background-color: #009900;
  color: #ffffff;
  border-color: #009900;
}

.sr-bb .srt-mlb-run-2 {
  background-color: #ffffff;
  color: #009900;
  border-color: #009900;
}

.sr-bb .srt-mlb-hit-1 {
  background-color: #f7ab11;
  color: #000000;
  border-color: #f7ab11;
}

.sr-bb .srt-mlb-hit-2 {
  background-color: #ffffff;
  color: #f7ab11;
  border-color: #f7ab11;
}

.sr-bb .srt-mlb-hit-3 {
  background-color: #00a4ff;
  color: #ffffff;
  border-color: #00a4ff;
}

.sr-bb .srt-mlb-error-1 {
  background-color: #d0021b;
  color: #ffffff;
  border-color: #d0021b;
}

.sr-bb .srt-mlb-error-2 {
  background-color: #ffffff;
  color: #d0021b;
  border-color: #d0021b;
}

.sr-bb .srt-mlb-neutral-1 {
  background-color: #212121;
  color: #ffffff;
  border-color: #ffffff;
}

.sr-bb .srt-fill-mlb-base {
  fill: #00a4ff;
}

.sr-bb .srt-strole-mlb-base {
  fill: #00a4ff;
}

.sr-bb .srt-fill-change-increase {
  fill: #00003c;
}

.sr-bb .srt-stroke-change-increase {
  stroke: #00003c;
}

.sr-bb .srt-fill-change-decrease {
  fill: #ff0000;
}

.sr-bb .srt-stroke-change-decrease {
  stroke: #ff0000;
}

.sr-bb .srt-fill-text {
  fill: #000000;
}

.sr-bb .srt-fill-text-invert {
  fill: #ffffff;
}

.sr-bb .srt-fill-text-secondary {
  fill-opacity: 0.7;
}

.sr-bb .srt-fill-text-disabled {
  fill-opacity: 0.35;
}

.sr-bb .srt-fill-base-1 {
  fill: transparent;
}

.sr-bb .srt-stroke-base-1 {
  stroke: transparent;
}

.sr-bb .srt-fill-base-1-active {
  fill: rgba(255, 0, 0, 0.12);
}

.sr-bb .srt-stroke-base-1-active {
  stroke: rgba(255, 0, 0, 0.12);
}

.sr-bb .srt-fill-base-1-active-2 {
  fill: #e6e6e6;
}

.sr-bb .srt-stroke-base-1-active-2 {
  stroke: #e6e6e6;
}

.sr-bb .srt-fill-base-1-primary {
  fill: transparent;
}

.sr-bb .srt-stroke-base-1-primary {
  stroke: transparent;
}

.sr-bb .srt-fill-base-1-home {
  fill: transparent;
}

.sr-bb .srt-stroke-base-1-home {
  stroke: transparent;
}

.sr-bb .srt-fill-base-1-away {
  fill: transparent;
}

.sr-bb .srt-stroke-base-1-away {
  stroke: transparent;
}

.sr-bb .srt-fill-base-2 {
  fill: currentColor;
}

.sr-bb .srt-stroke-base-2 {
  stroke: currentColor;
}

.sr-bb .srt-fill-base-2-active {
  fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-2-active {
  stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-2-hover {
  fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-2-hover {
  stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-3 {
  fill: #ffe0e0;
}

.sr-bb .srt-stroke-base-3 {
  stroke: #ffe0e0;
}

.sr-bb .srt-fill-base-3-active {
  fill: #ffd4d4;
}

.sr-bb .srt-stroke-base-3-active {
  stroke: #ffd4d4;
}

.sr-bb .srt-fill-base-3-hover {
  fill: #ffd4d4;
}

.sr-bb .srt-stroke-base-3-hover {
  stroke: #ffd4d4;
}

.sr-bb .srt-fill-primary-1 {
  fill: #FF0000;
}

.sr-bb .srt-stroke-primary-1 {
  stroke: #FF0000;
}

.sr-bb .srt-fill-primary-2 {
  fill: #b30000;
}

.sr-bb .srt-stroke-primary-2 {
  stroke: #b30000;
}

.sr-bb .srt-fill-primary-3 {
  fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-3 {
  stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-4 {
  fill: #ff6666;
}

.sr-bb .srt-stroke-primary-4 {
  stroke: #ff6666;
}

.sr-bb .srt-fill-primary-5 {
  fill: #ff6666;
}

.sr-bb .srt-stroke-primary-5 {
  stroke: #ff6666;
}

.sr-bb .srt-fill-primary-6 {
  fill: #940000;
}

.sr-bb .srt-stroke-primary-6 {
  stroke: #940000;
}

.sr-bb .srt-fill-primary-7 {
  fill: #FF0000;
}

.sr-bb .srt-stroke-primary-7 {
  stroke: #FF0000;
}

.sr-bb .srt-fill-primary-8 {
  fill: #FF0000;
}

.sr-bb .srt-stroke-primary-8 {
  stroke: #FF0000;
}

.sr-bb .srt-fill-primary-8-is-active-1 {
  fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-8-is-active-1 {
  stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-8-is-active-2 {
  fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-8-is-active-2 {
  stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-9 {
  fill: #ffb3b3;
}

.sr-bb .srt-stroke-primary-9 {
  stroke: #ffb3b3;
}

.sr-bb .srt-fill-primary-10 {
  fill: #ff3333;
}

.sr-bb .srt-stroke-primary-10 {
  stroke: #ff3333;
}

.sr-bb .srt-fill-primary-11 {
  fill: #ff1a1a;
}

.sr-bb .srt-stroke-primary-11 {
  stroke: #ff1a1a;
}

.sr-bb .srt-fill-primary-12 {
  fill: #FF0000;
}

.sr-bb .srt-stroke-primary-12 {
  stroke: #FF0000;
}

.sr-bb .srt-fill-home-1 {
  fill: #00003c;
}

.sr-bb .srt-stroke-home-1 {
  stroke: #00003c;
}

.sr-bb .srt-fill-home-2 {
  fill: #00003c;
}

.sr-bb .srt-stroke-home-2 {
  stroke: #00003c;
}

.sr-bb .srt-fill-home-3 {
  fill: #00003c;
}

.sr-bb .srt-stroke-home-3 {
  stroke: #00003c;
}

.sr-bb .srt-fill-home-4 {
  fill: #4d4d77;
}

.sr-bb .srt-stroke-home-4 {
  stroke: #4d4d77;
}

.sr-bb .srt-fill-home-5 {
  fill: #000027;
}

.sr-bb .srt-stroke-home-5 {
  stroke: #000027;
}

.sr-bb .srt-fill-away-1 {
  fill: #ff0000;
}

.sr-bb .srt-stroke-away-1 {
  stroke: #ff0000;
}

.sr-bb .srt-fill-away-2 {
  fill: #ff0000;
}

.sr-bb .srt-stroke-away-2 {
  stroke: #ff0000;
}

.sr-bb .srt-fill-away-3 {
  fill: #ff0000;
}

.sr-bb .srt-stroke-away-3 {
  stroke: #ff0000;
}

.sr-bb .srt-fill-away-4 {
  fill: #ff4d4d;
}

.sr-bb .srt-stroke-away-4 {
  stroke: #ff4d4d;
}

.sr-bb .srt-fill-away-5 {
  fill: #a60000;
}

.sr-bb .srt-stroke-away-5 {
  stroke: #a60000;
}

.sr-bb .srt-fill-neutral-1 {
  fill: #dedede;
}

.sr-bb .srt-stroke-neutral-1 {
  stroke: #dedede;
}

.sr-bb .srt-fill-neutral-2 {
  fill: #1a1a1a;
}

.sr-bb .srt-stroke-neutral-2 {
  stroke: #1a1a1a;
}

.sr-bb .srt-fill-neutral-3 {
  fill: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-stroke-neutral-3 {
  stroke: rgba(0, 0, 0, 0.12);
}

.sr-bb .srt-fill-neutral-4 {
  fill: #595959;
}

.sr-bb .srt-stroke-neutral-4 {
  stroke: #595959;
}

.sr-bb .srt-fill-neutral-5 {
  fill: #404040;
}

.sr-bb .srt-stroke-neutral-5 {
  stroke: #404040;
}

.sr-bb .srt-fill-neutral-6 {
  fill: #c2c2c2;
}

.sr-bb .srt-stroke-neutral-6 {
  stroke: #c2c2c2;
}

.sr-bb .srt-fill-neutral-7 {
  fill: #595959;
}

.sr-bb .srt-stroke-neutral-7 {
  stroke: #595959;
}

.sr-bb .srt-fill-neutral-8 {
  fill: #dedede;
}

.sr-bb .srt-stroke-neutral-8 {
  stroke: #dedede;
}

.sr-bb .srt-fill-neutral-9 {
  fill: #f0f0f0;
}

.sr-bb .srt-stroke-neutral-9 {
  stroke: #f0f0f0;
}

.sr-bb .srt-fill-neutral-10 {
  fill: #e0e0e0;
}

.sr-bb .srt-stroke-neutral-10 {
  stroke: #e0e0e0;
}

.sr-bb .srt-fill-neutral-11 {
  fill: #999999;
}

.sr-bb .srt-stroke-neutral-11 {
  stroke: #999999;
}

.sr-bb .srt-fill-neutral-12 {
  fill: #4d4d4d;
}

.sr-bb .srt-stroke-neutral-12 {
  stroke: #4d4d4d;
}

.sr-bb .srt-fill-neutral-13 {
  fill: #e6e6e6;
}

.sr-bb .srt-stroke-neutral-13 {
  stroke: #e6e6e6;
}

.sr-bb .srt-fill-win {
  fill: #00003c;
}

.sr-bb .srt-stroke-win {
  stroke: #00003c;
}

.sr-bb .srt-fill-draw {
  fill: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-stroke-draw {
  stroke: rgba(0, 0, 0, 0.4);
}

.sr-bb .srt-fill-lose {
  fill: #ff0000;
}

.sr-bb .srt-stroke-lose {
  stroke: #ff0000;
}

.sr-bb .srt-stop-base-1 {
  stop-color: transparent;
}

.sr-bb .srt-stop-primary-1 {
  stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-2 {
  stop-color: #b30000;
}

.sr-bb .srt-stop-primary-3 {
  stop-color: #ff1a1a;
}

.sr-bb .srt-stop-primary-4 {
  stop-color: #ff6666;
}

.sr-bb .srt-stop-primary-5 {
  stop-color: #ff6666;
}

.sr-bb .srt-stop-primary-6 {
  stop-color: #940000;
}

.sr-bb .srt-stop-primary-7 {
  stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-8 {
  stop-color: #FF0000;
}

.sr-bb .srt-stop-primary-9 {
  stop-color: #ffb3b3;
}

.sr-bb .srt-stop-primary-10 {
  stop-color: #ff3333;
}

.sr-bb .srt-stop-primary-11 {
  stop-color: #ff1a1a;
}

.sr-bb .srt-stop-primary-12 {
  stop-color: #FF0000;
}

.sr-bb .srt-stop-home-1 {
  stop-color: #00003c;
}

.sr-bb .srt-stop-away-1 {
  stop-color: #ff0000;
}

.sr-bb .srt-fill-neutral-14 {
  fill: #FFFFFF;
}

.sr-bb .srt-stroke-neutral-14 {
  stroke: #FFFFFF;
}

.sr-bb .srt-logo-powered-by-light {
  display: inline-block;
}

.sr-bb .srt-logo-powered-by-dark {
  display: none;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}
.match-tags{
display: flex;
justify-content: space-between !important;
box-sizing: border-box;
}
.tag-name:first-child{
margin-right: 4px;
}
.tag-name{
display: inline-block;
border-radius: 8px;
padding-left: 4px;
padding-right: 4px;
}
.markets{
display: flex;
flex-direction: column;
}
.market{
opacity: 1;
font-size: 9px;
color: #ffc107;
font-weight: bold;
}
.live-casino {
  box-sizing: border-box;
display: flex;                       /* establish flex container */
flex-wrap: wrap;                     /* enable flex items to wrap */
justify-content:space-around; 
align-items: center;
column-gap: 5px;
padding: 2px;
row-gap: 5px;
margin: 0 auto; 
}
.live-casino :first-child(){
margin-left: 20px;
}
.casino-title button{

width: 100%;
padding: 5px 0;
border: none;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
border-radius: 5px;

}
.casino-title a{
text-decoration: none ;

}
.cell {
height: 170px;
width: 45%;
margin-bottom: 5px;
background-color: #0e131b;
border-radius: 12px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;

}
.cell-header{
font-size: 12px;
color: #ffffff;
text-align: center;
}

.cell img{
margin-top: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
height: 120px;
border-radius: 10px;
}
.cell button{
margin-top: 5px;
padding: 5px 0;
background: linear-gradient(to right, rgb(244, 81, 44), rgb(248, 123, 43) 50%, rgb(251, 158, 41) 75%);
color: white;
}

.casino-seats{
text-align: center;
color:#ffffff;
font-size: 12px;
}
.seats-icon{
width: 12px;
fill: #FFD800;

}
.game_img{
margin-top: 5px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
height: 150px;
border-radius: 10px;
margin: 0 auto;
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');



.courses-container {
  margin-bottom: 15px;

}

.course {
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: flex;
	max-width: 100%;
	overflow: hidden;
	width: 98%;
  margin: 0 auto;
}

.course h6 {
	margin: 0;
	text-transform: uppercase;
}

.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
}

.course-preview {
	background-color: #16202C!important;
	color: #fff;
	padding: 5px;
	width: 50%;
}

.course-preview p {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	text-decoration: none;
  color: #ffc107;
}
.course-preview h6 {
  margin: 3px;
}

.course-info {
  padding: 5px;
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.progress-container {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	width: 150px;
}

.progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 5px;
	width: 100%;
}

.progress::after {
	border-radius: 3px;
	background-color: #2A265F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 66%;
}

.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}

.btn {
	background-color: black;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 10px;
	padding: 9px 9px;
	bottom: 2px;
	right: 2px;
	letter-spacing: 1px;
  margin-bottom: 3px;
}
.possible_win h6{
  color: #fff;
}



.floating-btn {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.floating-btn:hover {
	background-color: #ffffff;
	color: #001F61;
}

.floating-btn:focus {
	outline: none;
}

.floating-text {
	background-color: #001F61;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-family: 'Muli';
	padding: 7px 15px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 998;
}
.won{
  background-color: green !important;
}
.not-won{
  color: #ffc107;
}

.floating-text a {
	color: #FF7500;
	text-decoration: none;
}

@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}

	.floating-btn {
		right: 10px;
	}
}
.autopick{
  width: 40%;
  padding: 8px;
  margin-top: 5px;
  background: linear-gradient(to right, rgb(244, 81, 44), rgb(248, 123, 43) 50%, rgb(251, 158, 41) 75%);
  border-radius: 15px;
  color: white;
  font-size: 15px;
  border: none;
}
.display-winnings{
  display: flex;
  justify-content: space-around;
}
.boost{
  display: flex;
  align-items: center;
  justify-content: center;
}
.boost-image{

  animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
0% {
  transform: scale(1, 1);
}
50% {
  transform: scale(1.3, 1.3);
}
100% {
  transform: scale(1, 1);
}
}
.mobile-menu {
background: #1f2f38;
position: fixed;
bottom: 0;
visibility:visible;
height: 55px;
width: 100%;
font-size: 13px !important;
display: flex;
/*padding-bottom: max(10px, env(safe-area-insent-bottom));*/
justify-content: space-around;
}
.betslip-holder{
display: flex;
}
.bloc-icon {
display: flex;
text-decoration: none;
justify-content: center;
align-items: center;
width: 80%;
border-radius: 5px;
flex-direction: column;
height: 55px;
box-sizing: border-box;
margin: 0 auto;
}
.bloc-icon p{
color: white;
box-sizing: border-box;
margin: 0 auto;
font-size: 12px;

}
.bloc-icon:nth-of-type(3){
background: none;
}

.bloc-icon img {
width: 25px;
fill: white;
}

.bloc-icon:hover{
border-bottom:thin solid #ffc107!important;
}
.bet-slip-footer-toggle {
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.nav__betslip{
height: 55px;
border-radius: 50%;
width: 55px;
font-weight: 500;
font-size: 14px;
border: none;
background-color:#ffc107;
color: black;
margin: 0px auto;
box-sizing: border-box;

}
.nav__betslip span{



}


.spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
  transform-origin: 50% 60%;
  transform: perspective(200px) rotateX(66deg);
  animation: spinner-wiggle 1.2s infinite;
}
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  margin: -4px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: .05;
  border: inherit;
  border-color: transparent;
  animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}

.spinner:before {
  border-top-color: #66e6ff;
}

.spinner:after {
  border-top-color: #f0db75;
  animation-delay: 0.3s;
}

@keyframes spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-fade {
  20% {
    opacity: .1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: .1;
  }
}

.menu-item{
    position:relative;
    padding-top:20px;
    display:inline-block;
  }
  .notify-badge{
    position: absolute;
    right:-10px;
	font-weight: bold;
    top:5px;
    background:#FEC81E;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:#222221;
    padding:2px 4px;
    font-size:9px;
    opacity: 1 !important;
}
.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

  .user-balances{
    display: flex;
    justify-content: space-around;
  }
  
  .winners-holder{
        box-sizing: border-box;
        background-color: #161616;
        font-size: 10px;
        border: 1px solid #fc0;
        color: #fff;
        height: 30px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }
    .winners-title{
        background-color: black;
        color: white;
        padding: 5px;
    }
    .winners-content{
        width: 100%;
        overflow: hidden;
    }
    .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    animation: marquee 100s linear infinite;
    }

.marquee p {
  display: inline;
  margin-left: 20px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
  width: 1em;
  align:center;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #4691f6;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}
/*style="float: right !important;  background:red; color:#ffffff; padding:5px 10px; border-radius:4px; margin-left:5px; text-decoration: none;
*/
.mybtn1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff344d), to(#d2273c));
  background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background-image: -o-linear-gradient(right, #ff344d, #d2273c);
  background-image: linear-gradient(to left, #ff344d, #d2273c); }
  
  .mybtn1:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#d2273c));
    background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
    background-image: -o-linear-gradient(left, #ff344d, #d2273c);
    background-image: linear-gradient(to right, #ff344d, #d2273c);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

  .mybtn2:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff344d), to(#FEC81E));
    background: -webkit-linear-gradient(left, #ff344d, #FEC81E);
    background: -o-linear-gradient(left, #ff344d, #FEC81E);
    background: linear-gradient(to right, #ff344d, #FEC81E);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
	