body{
	margin: 0;
}
.signup_section {
    background-image: url('/admin/images/admin_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.signup_overlay {
	padding: 100px 0;
    width: 100%;
    background-color: #333333b0;
}
.signup_box{
	background-color: #fff;
	width: 400px;
}
.align_center{
	justify-content: center;
}
.signup_box h3 {
	text-align: center;
	color: #000;
	font-size: 24px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dee0e4;
	font-weight: 700;
}
.signup_box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.signup_box form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #0076fb;
	color:#ffffff;
    font-family: 'Montserrat', sans-serif;
}
.signup_box form input[type="password"], .signup_box form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    font-size: 13px;
}
.signup_box form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #0076fb;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
}
.alert-danger{
	border-radius: 0 !important;
}
.signup_message_section {
    padding: 60px 0;
}
.signup_message_section h4{
	font-size: 22px;
	margin: 0;
	padding-bottom: 15px;
}
.signup_message_section .alert-warning{
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	line-height: 1.7;
}
/*************************************************
---() User Profile 
*************************************************/
/*******************************************
---() Amin Area
*******************************************/
a,h1,h2,h3,h4,h5,h6,p,span,input{
  font-family: 'Montserrat', sans-serif;
}
.admin_area {
    display: flex;
    justify-content: space-between;
}
.admin_area_left{
  width: 20%;
  background-color: #0076fb;
  min-height: 100vh;
}
.admin_area_right{
  width: 80%;
  padding: 0 15px;
}
.admin_links{
  margin: 0;
  padding: 0;
}
.admin_links li{
  list-style: none;
}
.admin_links li a {
    display: block;
    border-bottom: 1px solid #3a8824;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 12px;
    font-weight: 500;
}
.admin_links li a:hover{
  background-color: #3a8824;
}
.dashboard_content h1 {
    margin: 0;
    padding: 20px 0 0px;
    font-size: 36px;
    color: #000;
    font-family: 'Bitter', serif;
}
.dashboard_content p{
  margin: 0;
  font-size: 14px;
  padding-bottom: 30px;
  color:#6a6a6a;
  line-height: 1.6;
  font-family: 'Bitter', serif;
}
.form_field {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.form_field label {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    font-family: 'Bitter', serif;
    margin-bottom: 3px;
}
.form_field input,.form_field textarea{
	width: 100%;
	display: block;
	border: 1px solid #cccbcb;
	padding: 10px 12px;
	border-radius: 1px;
}
.form_field textarea{
	min-height: 150px;
}
.dashboard_content {
    padding-bottom: 60px;
}
input[type=submit]{
	text-decoration: none;
	display: inline-block;
	color:#fff;
	background-color: #0076fb;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	border:0;
	cursor: pointer;
}
.success_message {
    color: green !important;
}
.error_message{
	color: red !important;
}
.user_header {
    display: flex;
    align-items: center;
}
.user_header .user_image{
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../../verify-user/uploads/user_icon.png');
	margin-right: 20px;
	border-radius: 100%;
}
.user_header .user_name{
	width: calc(100% - 100px);
}
.form_page_button{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
    max-width: 400px;
    margin: 50px auto 0;
}
.form_page_button a{
	display: inline-block;
	background-color: #0076fb;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 14px;
	text-decoration: none !important;
	font-weight: 500;
}
.registration-guide{
	color: #fff;
}
.registration-guide h1{
	color: #fff;
	font-size: 36px;
	margin: 0;
	font-weight: 600;
	padding-bottom: 20px;
	font-family: 'Bitter', serif;
}
 .registration-guide p{
	color: #f0f0f0;
	margin: 0;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: 'Bitter', serif;
}
.registration-guide ul{
	padding: 0 0 0 15px;
}
.registration-guide ul li{
	color: #f0f0f0;
	padding-bottom: 15px;
	list-style: circle;
	font-size: 15px;
	font-family: 'Bitter', serif;
}
.registration-guide {
    background-color: #00000082;
    padding: 50px;
    border-radius: 2px;
}
.alert-success{
	font-size: 14px;
}
.team_profile.update_profile {
    margin-bottom: 0;
}
.live_score_tab.user_profile_tab {
    margin-bottom: 20px;
    background: #fff;
	border-top: 1px solid #edeef0;
}
.update_profile_content .dashboard_content {
    padding: 30px;
    background: #fff;
    margin-bottom: 60px;
}
.update_profile_content .form_field input, .update_profile_content .form_field textarea{
	font-size: 14px;
}
.team_profile .image .img {
    max-width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*border-radius: 100%;*/
}
.site_btn{
	text-decoration: none !important;
	display: inline-block;
	color: #fff !important;
	background-color: #0076fb;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
}
.form_field select {
    width: 100%;
    display: block;
    border: 1px solid #cccbcb;
    padding: 10px 12px;
    border-radius: 1px;
}
.alert.alert-danger {
    font-size: 14px;
}
.social_login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 20px;
}
.social_login_btn {
    font-size: 12px;
    background-color: #4267b2;
	color: #fff !important;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none !important;
}
.social_login_btn i {
    margin-right: 5px;
    font-size: 14px;
}
.google_login .social_login_btn {
    background: #d54c3f;
}
.dashboard_content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
input[type='button']{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #0076fb;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}
.g_image img{
    max-width: 100%;
}
#preview {
    display: inline-block;
    width: 100%;
}
.gallery_out_puts h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
    margin-bottom: 30px;
}
.gallery_outer_row {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.g_image {
    width: 20%;
    float: left;
    padding: 0 0.5%;
    margin-bottom: 10px;
}
.player_event_table_img {
    width: 100px;
}
.player_event_table_img img{
    max-width: 100%;
    max-height: 60px;
}
.player_event_table {
    width: 100%;
}
.player_event_table a{
    text-decoration: none !important;
}
#g_description{
    height: 80px;
    min-height: 80px;
}
.user_event_gallery_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.success_message a {
    text-decoration: none !important;
    font-weight: 600;
}