/**
 * @category   Webkul
 * @package    Webkul_Keycloak
 * @author     Webkul Software Private Limited
 * @copyright  Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */

 .wk_keycloak_container .wk_social_choice h3{
    margin-left: 7px;
}
.wk_keycloak_container{
    display: inline-block;
    width: 100%;
    position:relative;
}
#socialsignupcont{
    position:fixed;
    top:175px;
    right:0px;
    z-index:999999;
}
.wkkeycloaksignup {
    cursor: pointer;
}
.welcome-msg img {
    margin-left: 5px;
}
.wksocialopener{
    background:#3399cc;
    display:inline-block;
    max-height: 30px;
    padding: 4px;
    width: 50px;
    color:#FFFFFF;
    text-decoration:none;
}
.wksocialclose{
    background:#3399cc;
    display:inline-block;
    max-height: 30px;
    padding: 4px;
    width: 50px;
    opacity:.7;
    color:#FFFFFF;
    text-decoration:none;
}
.wksocialclose:focus,.wksocialopener:focus{
    outline:none;
    color:#FFF;
}
.wksocialclose:hover,.wksocialopener:hover{
    outline:none;
    color:#FFF;
    text-decoration: none;
}

.wkkeycloaksignup .googlelogin-img {
  border: 1px solid #4584f4;
  width: 32px;
  height: 25px;
  text-align: center;
  padding-top: 9px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  float:left;
}

.wkkeycloaksignup .googlelogin-img img{
  width:18px;
}

.wkkeycloaksignup .googlelogin-text {
  background-color: #4584f4;
  width: 80px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  color: white;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 33px;
  font-weight: 600;
  float:right;
}

.wkkeycloaksignup span {
  clear: both;
  display: inline-block;
}

.wkkeycloaksignup img {
    border-radius: 20%;
    max-width: 40px;
    max-height: 40px;
}

.g-sign-in-button {
    background-color: #006bb4;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 104px;
}
.g-sign-in-button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
  box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
.g-sign-in-button:active {
  background-color: #3367D6;
  transition: background-color 0.2s;
}
.g-sign-in-button .content-wrapper {
  border: 1px solid transparent;
}
.g-sign-in-button img {
    width: 18px;
    height: 18px;
}
.g-sign-in-button .logo-wrapper {
   padding: 5px;
   background:#fff;
   display: inline-block;
}
.g-sign-in-button .text-container {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    width: 150px;
}
