/*
Theme Name: Divi Child
Description: Child theme for Divi
Author: The Webby World
Template: Divi
*/


@import url("../Divi/style.css");
@import url("css/font-awesome.min.css");

.gf_login_links {
display: none;
}

.firldgroup {
background: #393e46;
padding: 10px 15px;
border-radius: 15px;
margin-bottom: 20px;
}

#forgot-password-section input {
background: #fff !important;
border: 0 !important;
border-radius: 10px;
width: 100%;
padding: 10px 10px 10px 10px !important;
}

#forgot-password-section button {
background: #f90000;
font-size: 14px;
color: #fff;
border: 0;
text-transform: uppercase;
font-family: 'Kumbh Sans', sans-serif;
padding-top: 22px !important;
padding-right: 40px !important;
padding-bottom: 22px !important;
padding-left: 40px !important;
font-weight: 700;
cursor: pointer;
border-radius: 15px;
}

#reset-message {
margin-top: 10px;
font-size: 14px;
color: #f90000;
display: none;
}

#login-link {
margin-top: 10px;
font-size: 14px;
color: #00aaff;
cursor: pointer;
}

.leaderboard-tabs-over .et_pb_tab.et_pb_tab_0.clearfix.et_pb_active_content.et-pb-active-slide {
    padding: 0 !important;
}

.leaderboard-tabs .notifications li{
	margin-bottom: 10px;
}

.game_videos #u1_avatar, .game_videos #u2_avatar {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 30px;
    border-radius: 20px;
}

div#firstcolmypro {
    margin: 0 auto;
    text-align: center;
}
div#firstcolmypro a{
	    display: block;
    background: linear-gradient(to right, #f5af19, #f12711);
    color: #fff;
    width: 150px !important;
    margin: 0 auto;
    border-radius: 5px;
    padding: 8px;
    margin-top: 10px;
    cursor: pointer;
}