 
* {
    margin: 0;
    padding: 0;
    border: 0;
}
* body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    color: #526a7c;
}
a:hover {
     text-decoration: none;
}
 
.tab-body {
	background-image: url(../images/bg.png);
	background-size: cover ;
	background-repeat:no-repeat;
	height:100%
	
}

/*############### MAIN BOX ##############*/
.main-box {
	position:absolute;
 	width:42%;
    height: 100%;
	background-color:#fcfcfc !important;
 	float:left;
 	
 }

.top-header{
 	text-align:center;
	padding:10px 15px;
 }

.tab-header {
  /*background:linear-gradient(to right, #000f7b, #7b0068);*/
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    color:#fff;
 	padding:5px 15px 0px 15px;
	width:100%;
}
.logo{
    height:100%;
	width:auto;
    padding:0px 8px;
}
.toolbar-title{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
		
}


.tab-heading-bottom{
    background-color: #b31319;
    color: #FFF;
	height:100%;
     justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding:  0px;
}

.tab-link {
    justify-content: center;
    cursor: pointer;
    transition: all ease-in 300ms;
    opacity: 0.6;
 }
.tab-link-bottom {
    border-bottom: solid 2px #fff !important;
    opacity: 1 !important;
}

.head-font {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 22px;
}

 
.bottom-tab {
	bottom:0px !important;
    background-color: #fff;
    box-shadow: -28px 27px 12px 28px rgba(0, 0, 0, 0.5);
	position:fixed;
	width:42%;
	
	
	
 }

* {box-sizing: border-box}

 .tablink {
    background-color: #fff;
    color:#368268;
    padding: 8px;
    text-decoration: none;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
     font-size: 15px;
    width: 33.3%;
    text-align:center;
	
 
}


.tablink:hover {
    background-color: #fdf5f5;
    color: #d80b12;
}

.tablink:active  {
    background-color: #fdf5f5 !important;
    color: #d80b12 !important;
}



#Home {background-color: #fcfcfc;}
#MyContests {background-color: #fcfcfc;}
#Me {background-color: #fcfcfc;}
#More {background-color: #fcfcfc;}

/*###############END MAIN BOX ##############*/


/*############### HOME TAB ##############*/


 .tabcontent {
    color: #000;
    display: none;
    padding: 0px 0px;
    height:500px;
    font-size:14px;
}


.home-content {
    padding-top: 0px;
    height: 100%;
}

.home-content-padding {
    padding-bottom: 55px;
}
.home-content-header {
    padding-left: 10px;
	padding-right:10px;
    width: 100%;
}
.home-matchlist {
    display: flex;
    flex-direction: column;
    max-width:100%;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
 }
.carousel {
    overflow: hidden;
}
.carousel__content {
    transition: all 300ms 0ms;
}
.home-content-list {
    display: flex;
}
.home-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    color:#323232;
}
.btn {
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: 0;
    cursor: pointer;
    height: 28px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    font-family: inherit;
    font-size: var(--font-small);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-home {
     background: none;
    text-align: center;
    min-width: 88px;
    padding: 8px 5px;
    height: auto;
}
.align-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.home-content-right {
    display: flex;
    font-size: 10px;
}
.home-match-content {
    text-decoration: none;
    color: inherit;
}
.card {
    background-color: #fff;
    margin: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    overflow: hidden;
}
.home-gradient {
    background: none;
}
.home-matchcard-detail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    width: 100%;
}
.home-content-loader {
    position: static;
}
.home-loader {
    position: relative;
}
.home-loader__img {
    height: 100%;
    opacity: 0;
    transition: opacity 300ms linear;
    width: 100%;
    object-fit: cover;
}
.home-match-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 65px;
    line-height:65px;
    justify-content: space-between;
}
.home-match-name{
    color: #9b9b9b;
    font-size: 10px;
    width: 150px;
    text-align: center;
}
.home-time {
    color: #c61c23;
    font-family: monospace;
}
.home-empty {
    height: 10px;
}

 
 .home-loader-img {
    opacity: 1;
}
 
div.ex3 {
    background-color: #fcfcfc;
    width: 100%;
    height: auto;
    overflow: initial;
}
/*###############END HOME TAB ##############*/



/*###############MY CONTEST TAB##############*/
 .contest-maintab {
    display: flex;
    width: auto;
    justify-content: space-around;
    border-radius: 8px;
    background-color: #fff;
    height: 36px;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d5d5d5;
    overflow: hidden;
	font-size:18px;
	margin-left:10px;
	margin-right:10px;
}


.contest-p {
     width: 100%;
     height: 100%;
	 text-align:center;
 	font-size:18px;
 	padding-top:25px;
	color:#333 !important;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs a {
    background-color: #fff;
    color: #000;
}
.nav-tabs>li.active>a {
    background-color: #3b5998;
    color: #fff;
}

.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3b5998;
    border:none;
    border-bottom-color: transparent;
}
 
.nav-tabs>li {
    flex: 1;
    display: inline-table;
	text-align: center;
    justify-content: center;
    height: 100%;
}

.noBorder_1ee9d {
    border-right: none;
}
 
/*###############END MY CONTEST TAB##############*/



/*############### MY TAB##############*/
.my-menu-link {
    text-decoration: none;
    color: var(--color);
}


.my-menu-list-rows1 {
	align-items: center;
    border: 1px solid #368267;
    display: flex;
    flex-direction: row;
    height: 60px;
    padding-left: 5px;
    padding-right: 15px;
    margin: 1%;
    background: #368267;
    color: #fff;
}


.my-menu-list-rows {
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    flex-direction: row;
    height: 60px;
	padding-left:5px;
	padding-right:15px;
}

.my-menu-images{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 70px;
}

.my-menu-linkicon {
    padding: 8px;
    color: #888;
}

.my-menu-widelist{
    flex-grow: 1;
}
.my-menu-linkname {
    margin: 0 8px;
}
.my-menu-link-nav {
    color: #9b9b9b;
}



/*###############END MY TAB##############*/



/*###############MORE TAB##############*/

.more-menu-app {
    padding: 16px 28px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.more-menu-apps-link {
    width: 120px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-color: black;
    border-radius: 10px;
}


/*###############END MY CONTEST TAB##############*/




#main-nav {
  z-index: 0;
  width: 300px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#main-nav.show { background: #368268;z-index: 1; overflow-y: auto;}

#nav-button {
  background: #fbfbfb;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  top: 0em;
  left: 1em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #368268;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#nav-button .fa {
  position: absolute;
  top: 0;
  left: 0.2em;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1em;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#nav-button:hover {
  cursor: pointer;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.3);
  color: #832337;
}

#nav-button.width {
  width: 80em;
  height: 80em;
  top: -37.5em;
  left: -37.5em;
  box-shadow: none;
}

#nav-button.width:before {
  content: '';
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: color 0.3s linear;
  animation: color 0.3s linear;
}
 @-webkit-keyframes 
color {  0% {
 box-shadow: 0;
}
 30% {
 box-shadow: 0 0 10px 25px rgba(12, 121, 137, 0.5);
/* feather / spread */
}
}
 @keyframes 
color {  0% {
 box-shadow: 0;
}
 30% {
 box-shadow: 0 0 10px 25px rgba(12, 121, 137, 0.5);
/* feather / spread */
}
}

/*@keyframes curve {
  0% {
		transform: rotate(0deg)
		           translate(0px)
		           rotate(0deg);
	}
	100% {
		transform: rotate(60deg)
		           translate(200px) 
		           rotate(-60deg);
	}
}*/

#nav-list {
  position: absolute;
  top: 3em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

#nav-list a {
  color: #444;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#nav-list a:hover { color: #111; }

#nav-list.nav-show { opacity: 1; }

#content {
  background: #fff;
  height: 100%;
  position: relative;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

#content header {
  height: 15em;
  background: #44769a;
  width: 100%;
  padding: 1.7em 0 0 0;
}

#content header h1 {
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 1.4em;
  width: 75%;
  margin: 0 auto;
}

#content section {
  height: 60em;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  width: 75%;
  margin: -10em auto 0;
}

#cover {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#cover.display {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
}
.my-menu-linkicon1{
	padding: 8px;
    color: #fff;
}
.my-menu-link-nav1{
color:#fff;
}