.userPop_title
{
  color: #fff;
  background-color: #00a3e0;
}

a.userPop_close
{
  color: #fff;
  font-family: 'EuclidCircularB-Light';
  font-size: 40px;
  font-weight: normal;
}

.userPop_tabs>ul a .svgHolder
{
  display: none;
}

.userPop_tabs>ul a span
{
  font-family: 'EuclidCircularB-Regular';
  font-size: 18px;
}

div#loginPop .userPop_formTitle
{
  display: none;
}

div#loginPop .userPop_form
{
  padding-top: 0;
}

.userPop_tabs>ul
{
  border-bottom: none;
}

.userPop_tabs>ul
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
}

.userPop_tabs>ul a
{
  font-family: EuclidCircularB-Regular;
  font-size: 18px;
  color: #00a3e0;
  height: 52px;
  padding: 15px 38px 14px 37px;
  border-radius: 5px;
  border: solid 1px #00a3e0;
  background-color: #fff;
  width: 100%;
  font-weight: normal;
}

.userPop_tabs>ul a[aria-selected="true"]
{
  color: #fff;
  background: #00a3e0;
}

.userPop_tabs>ul a[aria-selected="true"]:after
{
  background-color: #00a3e0;
  display: none;
}

.userPop_form li input
{
  font-family: 'EuclidCircularB-Light';
}

.userPop.loginPop .userPop_body
{
  min-height: 130px;
}

.signUp_form li input,
.signUp_form li .comboHolder select
{
  font-family: 'EuclidCircularB-Regular' !IMPORTANT;
  font-size: 15px;
}