@font-face {
    font-family: BevietnamLight; 
    src: url('../fonts/BeVietnam-Light.ttf'); 
}

@font-face {
    font-family: BevietnamMedium;
    src: url('../fonts/BeVietnam-Medium.ttf');
}

@font-face {
    font-family: BevietnamBold; 
    src: url('../fonts/BeVietnam-Bold.ttf'); 
}
@font-face {
    font-family: Bridge_2020; 
    src: url('../fonts/Bridge_2020.ttf'); 
}

body {
    font-family: 'BevietnamLight';
}

@keyframes up-right {
    0% {<!--from w w w .  j  a va 2  s. c  o m-->
        transform: scale(1);
        opacity: .25
    }
    50% {
        transform: scale (1, 5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: .25;
    }
}
.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: .25;
}
.red {
    background-color: #F2A727;
    position: absolute;
    top: 11%;
    left: 59%;
    -webkit-animation: up-right 2s infinite;
    -moz-animation: up-right 2s infinite;
    -o-animation: up-right 2s infinite;
    animation: up-right 2s infinite;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('../img/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('../img/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pridict-input {
	color: #fff;
    background-color: #4B4D3B;
    border: 1px solid #4B4D3B;
    text-align: center;
    height: 70px;
    border-radius: 20px;
    width: 80px;
    font-size: 45px;
}

.teams-g {
    font-family: 'BevietnamBold';
}

.naimg {
    max-width: 180px;
}

.p-score {
    font-size: 47px;
}

.form-control:focus {
    color: #fff;
    background-color: #4B4D3B;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.nav-pills .nav-tab.active, .nav-pills .show > .nav-tab {
    color: #e06a11;
    background-color: transparent;
}

.nav-tab:hover, .nav-tab:focus {
    color: #f8f9fa;
}

.nav-tab {
    color: #f8f9fa;
    text-transform: capitalize;
}

.navbar-nav > li > a .np-image {
    padding-top: 10px;
    padding-bottom: 10px;
}

.np {
    padding-top: 10px;
}
.nourl, .nourl:hover {
    color: inherit;
   text-decoration: none !important;
}
.np-image img {
    height: 40px;
    width: 40px;
}


.btn-orange {
    color: #fff;
    background-color: #E06A11;
    border-color: #E06A11;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 700;
}

.btn-check:focus + .btn-orange, .btn-orange:focus {
    color: #fff;
    background-color: #E06A11;
    border-color: #E06A11;
    box-shadow: none;
}

.btn-orange:hover {
    color: #fff;
    background-color: #E06A11;
    border-color: #E06A11;
}

.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #E06A11;
    border-color: #E06A11;
}

.btn-green {
    color: #fff;
    background-color: #038D9A;
    border-color: #038D9A;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
}

.btn-check:focus + .btn-green, .btn-green:focus {
    color: #fff;
    background-color: #038D9A;
    border-color: #038D9A;
    box-shadow: none;
}

.btn-green:hover {
    color: #fff;
    background-color: #038D9A;
    border-color: #038D9A;
}

.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #038D9A;
    border-color: #038D9A;
}

.text-muted{
	color: #fff !important;
	text-decoration: none;
}

hr:not([size]) {
    height: 2px;
}

hr {
    background-color: #E9810C;
}


.fimg img {
    max-width: 85px;
}

.card {
     background-color: transparent !important;
     align-items: center !important;
}

.sub:focus {
    color: #212529;
    background-color: #fff;
}

.fa {
     cursor: pointer;
     font-size: 21px;
     margin: 5px 10px 5px 10px !important;
}

.social {
     position: relative;
     left: -10px;
}

.cursor-pointer {
     cursor: pointer !important;
     color: green;
     font-weight: bold;
}




.top-title {
    color: #209AAC; 
    text-transform: uppercase; 
    font-family: 'BevietnamBold';
}

.card-live {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    text-align: center;
}

.card-body-live {
    flex: 1 1 auto;
    padding: 0;
}

.card-body-live a {
    text-decoration: none;
}

.card-live img {
	max-width: 80px;
}

.score-live {
    font-size: 45px;
}

.card-live-background {
    background-image: url(../img/backgrounds/Group-263.png);
    height: 67px;
    width: 90%;
    position: absolute;
    z-index: -1;
    left: 19px;
    bottom: 33px;
    border-radius: 17px;
    background-size: cover;
}

.live-score-bg {
	background-image: url("../img/backgrounds/Group-263.png");
    background-size: cover;
}

.card-main {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    background-image: url("../img/backgrounds/Group-212.png");
    background-size: cover;
}

.card-body-main {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-middle {
	background-image: url('../img/backgrounds/Group-212.png'); 
	text-align: center; 
	padding: 15px 70px 15px 70px;
    background-size: cover;
}

.card-middle h2 {
	text-transform: uppercase;
}

.card-middle-vs {
	color: black; 
	font-size: 100px; 
	font-weight: 900; 
	text-transform: uppercase;
}

.card-middle-kickoff {
	color: white; 
	text-transform: 
	uppercase; 
	font-weight: 700;
}

.card-middle-score {
	background-color: #E06A11; 
	padding: 10px; 
	border-radius: 10px; 
	width: 25%;
}

.pay-method > .thumbnail {
    width: 100%;
}

.pay-method > p {
	
	 font-family: 'Bridge_2020';
    text-align: center;
    color: white; 
    font-size: 50px; 
    font-weight: 900; 
    text-transform: uppercase;
}

.pay-method > .thumbnail img {
    width: 100%;
}

.standing-score {
    float: right;
}

.card-standing {
	flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-body-standing {
	padding: 15px;
}

.card-header-standing {
	background-image: url(../img/backgrounds/Group-263.png);
	height: 75px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    margin-bottom: 12px;
    padding: 23px;
    font-size: 20px;
    background-size: cover;
}

.card-euro-standing {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-body-euro {
    padding: 15px;
}

.card-header-euro {
    background-image: url(../img/backgrounds/Group-263.png);
    height: 75px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    margin-bottom: 12px;
    padding: 23px;
    font-size: 20px;
    background-size: cover;
}

.card-body-euro span {
    word-wrap: break-word;
}

.card-pridiction {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    background-image: url("../img/backgrounds/Group-235.png");
    background-size: cover;
}

.card-pridiction-body {
    flex: 1 1 auto;
    padding: 0rem 1rem;
}

.card-pridiction-header h5 {
	flex: 1 1 auto;
    padding: 1rem 1rem;
	text-transform: uppercase;
    font-family: 'BevietnamBold';
}

.pridiction-method > .pridiction-thumbnail {
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.pridiction-method > p {
    text-align: center;
    font-size: 20px; 
    text-transform: capitalize;
}

.pridiction-method > .pridiction-thumbnail img {
    width: 100%;
}

.card-pridiction-vs {
	font-size: 22px;  
	text-transform: uppercase;
    font-family: 'BevietnamBold';
}

.card-pridict-input {
    color: #fff;
    background-color: #4B4D3B;
    border: 1px solid #4B4D3B;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    width: 55px;
    font-size: 25px;
}
.card-pridict-input:disabled {
    color: black;
   
}
.card-pridict-footer {
    padding: 0.5rem 0rem;
}

.page-link {
    position: relative;
    display: block;
    color: #f8f9fa;
    text-decoration: none;
    background-color: #41464b;
    border: 1px solid #41464b;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #f8f9fa;
    background-color: #41464b;
    border-color: #41464b;
}

.page-link:focus {
    z-index: 3;
    color: #f8f9fa;
    background-color: #41464b;
    outline: 0;
    box-shadow: none;
}

.card-fixture {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    text-align: center;
}

.card-body-fixture {
    flex: 1 1 auto;
    padding: 0;
}

.card-fixture img {
	max-width: 80px;
}

.card-fixture-background1 {
	background-image: url(../img/backgrounds/Group-264.png);
    height: 51px;
    width: 48%;
    position: absolute;
    z-index: -1;
    left: 19px;
    bottom: 44px;
    background-size: cover;
}

.card-fixture-background2 {
	background-image: url(../img/backgrounds/Group-263.png);
    height: 51px;
    width: 48%;
    position: absolute;
    z-index: -1;
    right: 26px;
    bottom: 44px;
    background-size: cover;
}

.fixture-c-r {
	padding-top: 10px;
	font-size: 30px;
}

.fixture-c-m {
	padding-top: 10px;
	font-family: 'BevietnamBold';
	font-size: 30px;
}

.fixture-c-l {
	padding-top: 10px;
	font-size: 30px;
}

.fixture-c {
	margin-top: -16px;
}
.fixture-c-xm:before {
  content: '';
  width: 100%;
  height: 1em;
  display: inline-block;
  background: #E67611; /* Remove, just showing empty line */
}
.vt {
    border-bottom: 2px solid #E67611;
	font-size:12px;
    bottom: 24%;
    margin-bottom: 36px;
}
.vl {
    border-left: 2px solid #E67611;
    height: 265px;
    left: 24%;
    margin-left: 36px;
}
.vr {
    border-right: 2px solid #E67611;
    height: 265px;
    right: 24%;
    margin-right: 22px;
}
.penalties{
    font-size: 12px;
    padding-top: 40px;	
}
.r16_score{
	    
    font-size: 21px;
    padding-left: 14px;
    color: #E67611;
}
.card-pridict-input_r16 {
	  color: #fff;
    background-color: #4B4D3B;
    border: 1px solid #4B4D3B;
    text-align: center;
    height: 40px;
    border-radius: 10px;
    width: 45px;
    font-size: 25px;
    
}
.card-pridict-input_r16:disabled {
    color: black;
   
}
.smalltext{ 
font-size:12px;
}

.block label { 
padding-top: 5px;
display: block;
text-align: left;
padding-left: 8px;
font-size:12px;
}
.card-teams {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    text-align: center;
}

.card-body-teams {
    flex: 1 1 auto;
    padding: 0;
}

.card-teams img {
	max-width: 140px;
}

.teams-method > .teams-thumbnail {
    width: 100%;
    padding: 0px 30px 0px 30px;
}

.teams-method > p {
    text-align: center;
    font-size: 20px; 
    text-transform: capitalize;
}

.teams-method > .teams-thumbnail img {
    width: 100%;
}

.vl-team {
    border-left: 2px solid #E67611;
    height: 155px;
    margin-left: 57px;
}

.teams-link{
    color: #fff;
    text-decoration: none;
}

.teams-link:hover {
    color: #fff;
}

.details-method > .details-thumbnail {
    width: 100%;
    padding: 0px 50px 0px 50px;
}

.details-method > p {
    text-align: center;
    font-size: 20px; 
    text-transform: uppercase;
    margin-top: -60px;
}

.details-method > .details-thumbnail img {
    width: 100%;
}

.anyback {
    background-image: url(../img/banner_live.png);
    background-size: cover;
    max-width: 100%;
    height: auto;
}

.card-lived {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
}

.card-lived img {
    max-width: 15px;
}

.livedright{
    padding-right: 10px;
}

.livedleft{
    float: right;
}

.livedleftimg{
    padding-left: 10px;
}

.card-body-lived {
    flex: 1 1 auto;
    padding: 0;
}

.any-method {
    width: 100%;
    padding: 30px 150px 0px 150px;
}

.any-method > .any-thumbnail {
    width: 100%;
}

.any-method > p {
    text-align: center;
    color: #fff; 
    font-size: 50px;  
    text-transform: capitalize;
}

.any-method > .any-thumbnail img {
    width: 100%;
}

.liscore {
    font-size: 150px; 
    font-weight: 900; 
    letter-spacing: 35px; 
    padding-left: 20px;
}

.listat {
    margin-top: -70px;
}

.litime {
    font-size: 25px; 
    margin-bottom: 0;
}


.teamdback {
    background-image: url(../img/backgrounds/Group-677.png);
    background-size: cover;
}

.teamd-method {
    width: 100%;
    padding: 10px 127px 10px 144px;
}

.teamd-method > .teamd-thumbnail {
    width: 100%;
}

.teamd-method > .teamd-thumbnail img {
    width: 100%;
}

.tname {
    font-size: 80px;
    text-transform: capitalize;
}


.img-container {
    text-align: center;
    display: block;
}

.img-container img {
    max-width: 195px;
    padding-bottom: 15px;
}

.img-container-2 {
    text-align: center;
}

.img-container-2 img {
    padding: 0px 20px 20px 20px;
}

input[type='checkbox']:after {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: 1px;
    left: -5px;
    position: relative;
    background-color: #4B4D3B;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='checkbox']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: 1px;
    left: -5px;
    position: relative;
    background-color: #ff0000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

