/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2021 | 09:40:13 */
#headerContainerWrapper {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headerContainer {
  margin: 0px;
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px #555;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-image: url("https://www.tollguru.com/wp-content/uploads/2021/07/Asset-1-1.png");
  background-repeat: no-repeat;
}

#userIcon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

#username {
  margin: 0px;
}

#useremail {
  margin: 0px;
}
#linkHeading{
 margin-left: -10px;
}
.accountContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.linkContainer {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#mega-menu-item-9084 .mega-menu-link {
  background-color: #ffffff00 !important;
  cursor: text !important;
  padding: 0px !important;
}

.linkContainer h4 {
  margin-top: 0px;
  font-family: 'Lato' !important;
  font-size: 16px !important;
  font-weight: 700!important;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
/*   margin: 5px 0px; */
  cursor: pointer;
  padding: 5px;
  border-radius:5px;
}
.links:hover{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.tabLinks h4 {
  margin: 0px;
}
.links h4:hover{
 cursor:pointer;
}
.linkContainer p {
  margin: 0px !important;
}

.firstTabLink {
  margin-top: 10px;
}
.firstTabLink div{
  width:100%;
}

.firstTabLink h4{
  color:#222222!important
}
.firstTabLink h4:hover{
  cursor: default;
}
.firstTabLink span{
  color: #1da1f2!important;
  font-weight: 700;
  font-size:16px!important;
  font-family:'Lato'!important;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.firstTabLink span a {
   font-weight: 400!important;
}
#dashboardLinkInSignInDropDown{
cursor: pointer!important;
}
.tabLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 5px;
  border-top: solid #55555522 1px;
  color: #1da1f2;
  cursor: pointer;
  border-radius:5px;
}
.tabLinks:hover{
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.tabLinks > h4,
.tabLinks > a,
.tabLinks > div > h4:not(.firstTabLink h4) {
  color: #1da1f2 !important;
}

#headerContainer a {
  text-decoration: none;
  color: #1da1f2 !important;
}

#signoutTab {
  display: none;
}

@media only screen and (max-width: 576px) {
  #headerContainer {
    width: 100%;
  }
}
