body{
    height: 100vh;
	background: #122637;
    background-color: #122637;
}

.bg-black{
	background: linear-gradient(#12283b, #06090f);
}

.bg-panel{
	color: white;
	background: linear-gradient(#12283b, #06090f);
	border: none;
}

.bg-panel:hover{
	color: black;
	background: white;
	border: none;
}

.box-prediction{
	background: #010011;
    text-align: center;
    padding: 10px;
	margin-top: 15px;
	margin-left: 1px;
	margin-right: 1px;
}

.table-vs{
    font-size: 12px;
    width: 100%;
}

.img-vs{
	width: 40px;
	margin-bottom: 10px;
}

.me-4{
	padding-left: 15px;
}

.c-h6 {
    font-size: 0.7rem;
    margin: 0px 5px 5px 5px;
}

.label-fp{
	margin-bottom: -15px;
    font-size: 14px;
    color: white;
    padding: 10px 36px;
    background: linear-gradient(#12283b, #06090f);
    margin-left: 1px;
    margin-right: 1px;
}

.label-promo{
	height: auto;
    width: 100%;
    background: #f4b700;
    padding: 5px;
    text-align: center;
}

.popup-container{
	display: ;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #080808b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 347px;
    height: 600px;
    margin: 2% auto;
    background: #313131;
    border-radius: 0px;
    color: white;
}

.popup-header{
    height: 48px;
    width: 100%;
    background: #3f93b1;
    float: left;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.popup-container-ads{
    background: url(http://162.0.209.57/assets/popup.gif);
    background-repeat: no-repeat;
    margin: 10% auto;
    border-radius: 18px;
    background-size: 100%;
}