@import url("iconfont.css");
@import url("font-awesome.min.css");
@import url('smcorp.lib.css');
@font-face {
  font-family: 'PepsiCompressed';
  src: url('../fonts/PepsiOwners-Compressed.ttf');
}

@font-face {
  font-family: 'PepsiExtended';
  src: url('../fonts/PepsiOwners-Extended.ttf');
}

*
{
	box-sizing: border-box;
}

body
{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.login-div
{
  display: block;
  width: 350px;
  border: 1px solid rgb(40,69,142);
  padding: 20px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-div label
{
  display: block;
  width: 100%;
  text-align: center;
  color: rgb(40,69,142);
  font-weight: bold;
  padding-bottom: 15px;
}

.login-div input
{
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(40,69,142);
  margin: 5px 0px;
}

.login-div button
{
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  background: rgb(40,69,142);
  border: 1px solid rgb(40,69,142);
  color: #fff;
}

.login-div .auth-msg,
.form-msg
{
  display: block;
  width: 100%;
  color: rgb(220,60,80);
  padding: 0;
  padding-top: 10px;
  font-size: 13px;
}

header
{
  display: block;
  width: 100%;
  padding: 25px;
  background: rgb(40,69,142);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.show-menu
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-title
{
  display: block;
  width: max-content;
  max-width: calc(100% - 60px);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.menu
{
  display: block;
  width: 300px;
  height: 100vh;
  background: rgb(40,69,142);
  position: fixed;
  top: 0;
  left: -300px;
  box-shadow: 0 0 5px rgba(0,0,0,0.6);
  padding-top: 50px;
  //transition: all 0.3s;
  z-index: 9999;
}

.menu ul
{
  display: block;
  list-style: none;
  border-top: 1px dotted rgba(255,255,255,0.7);
  width: 100%;
}

.menu ul li
{
  display: block;
  width: 100%;
}

.menu ul li a
{
  display: block;
  width: 100%;
  color: #fff;
  border-bottom: 1px dotted rgba(255,255,255,0.7);
  padding: 10px 20px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
}

.menu ul li a:hover,
.menu ul li .active
{
  background: #fff;
  color: rgb(40,69,142);
}

.menu ul li > ul li a
{
  padding-left: 40px;
}

.main-container
{
  display: block;
  width: 100%;
  padding-top: 50px;
}

.container-col
{
  padding: 20px;
}

.form
{
  display: block;
  width: 100%;
}

.form input,
.form select
{
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0px;
  border: 1px solid rgb(40,69,142);
  border-radius: 5px;
}

.form button
{
  display: block;
  width: max-content;
  padding: 10px 20px;
  margin: 10px 0px;
  border: 1px solid rgb(40,69,142);
  background: rgb(40,69,142);
  color: #fff;
  border-radius: 5px;
}

.club-logo
{
  display: block;
  width: 30px;
}

.wallpaper-image
{
  display: block;
  height: 100px;
}

.data-table
{
  display: table;
  //width: 100%;
  //table-layout: fixed;
  border: 1px solid #000;
}

.data-table thead
{
  background: rgb(40,69,142);
  color: #fff;
  //width: 100%;
}

.data-table th,
.data-table td
{
  padding: 7px 10px;
}

.matches-row
{
  width: 100%;
}

.match-center
{
  display: block;
  width: 5%;
  text-align: center;
  padding: 10px;
}

.match-left,
.match-right
{
  width: calc(95% / 2);
  padding: 10px;
}






















/*Animation */

.bounceIn
{
	animation : bounceIn 1s ease-in;
}

.bounceInUp
{
	animation : bounceInUp 1s ease-in;
}

.bounceInDown
{
	animation : bounceInDown 1s ease-in;
}

.bounceInLeft
{
	animation : bounceInLeft 1s ease-in;
}

.bounceInRight
{
	animation : bounceInRight 1s ease-in;
}



.slideInRight
{
	animation : slideInRight 1s ease-in;
}


.slideInLeft
{
	animation : slideInLeft 1s ease-in;
}

.slideInUp
{
	animation : slideInUp 1s ease-in;
}


.slideInDown
{
	animation : slideInDown 1s ease-in;
}

.zoomIn
{
	animation : zoomIn 1s ease-in;
}


/*End Animation */



.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes loaderRotate {
	from
	{
		transform: rotate(0deg);
	}
	to
	{
		transform: rotate(359deg);
	}
}













@media all and (min-width : 1350px)
{



}



@media all and (max-width : 1168px) and (min-width : 769px)
{



}


@media all and (max-width : 768px)
{




}
