body.dashpage {
  background: linear-gradient(180deg, #E4EBF8 0%, #C4DCF1 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
body.dashpage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  background: none;
  font-family: runda, sans-serif;
  padding: 0;
}
.content {
  flex: 1 0 auto;
}
.artistlogo {
  width: 96px;
}
.login-logo {
  padding-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.login-logo .artistlogo {
  display: inline-block;
}
.loginForm {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0 auto;
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
}
.loginForm header {
  margin: 0;
  padding: 0;
  display: block;
}
.lf-intro, .loginForm .entry-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #00285B;
  margin-bottom: 20px;
}
#loginform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#loginform .login-username, #loginform .login-password {
  width: 100%;
}
#loginform .login-remember, #loginform .login-submit {
  width: 50%;
}
#loginform .login-username {
  margin-bottom: 16px;
}
#loginform .login-password {
  margin-bottom: 22px;
}
#loginform .login-username label, #loginform .login-password label, .tml-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #00285B;
  line-height: 1.5;
  margin-bottom: 4px;
}
#loginform input[type="text"], #loginform input[type="password"], .tml-action input[type="text"], .tml-action input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  border-radius: 9999px;
  border: 1px solid #DFDFDF;
  background: #F4F4F4;
  color: #000;
  font-family: runda, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 46px;
  height: 48px;
  padding: 0 16px;
  margin: 0;
}
#loginform .login-remember label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00285B;
}
#loginform input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#loginform .login-submit {
  text-align: right;
}
#loginform input[type="submit"], .tml-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: runda, sans-serif;
  background: #2D69B5;
  border: 0;
  color: #fff;
  cursor: pointer;
  line-height: 48px;
  height: 48px;
  overflow: visible;
  padding: 0 36px;
  display: inline-block;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 9999px;
}
body.dashpage footer {
  display: block;
  padding: 30px 20px;
  text-align: center;
  color: #000;
}
.tml-links {
  display: none;
}
.refresh {
  display: flex;
  gap: 0 1.6rem;
  align-items: center;
  margin-top: 1.6rem;
  justify-content: space-between;
}
.refresh p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.1rem;
}
.refresh a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  height: 4rem;
  padding: 0 1.2rem;
  color: #000;
  margin-left: auto;
}
.refreshBtn img {
  transition: transform .5s ease-in-out;
}
header.logOut {
  display: flex;
  align-items: center;
  padding: 30px 0 0;
  margin-bottom: 30px;
}
.dashlogout {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  height: 44px;
  padding: 0 20px;
  color: #000;
  margin-left: auto;
}
.icn-logout {
  display: inline-block;
  width: 24px;
}
.dashlogout span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.7rem;
}
.filterwrap {
  margin-bottom: 20px;
}
#locationFilter {
  background: #fff url(img/dashselect.png) no-repeat right 14px center;
  background-size: 18px;
  color: #000;
  padding: 0 37px 0 16px;
  border-radius: 9999px;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
}
.tableinfo {
  padding: 12px 0 10px;
}
.tablename {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.tableinfo p {
  color: #64748B;
  font-size: 1.4rem;
}
.leads {
  border-radius: 20px;
  margin-bottom: 48px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  padding: 16px;
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
}
.tablewrap {
  overflow-x: auto;
}
.dashtable {
  width: 100%;
  font-size: 1.3rem;
  border-collapse: collapse;
}
.dashtable tr:hover {
  background-color: #F5F9FF;
}
.dashtable td, .dashtable th {
  padding: 16px 9px;
  text-align: left;
  white-space: nowrap;
}
.dashtable th {
  color: #64748B;
  font-weight: 500;
}
.dashtable td {
  border-top: 1px solid #E2E8F0;
  color: #020617;
}
.cell500 {
  font-weight: 500;
 text-transform: capitalize;
}
.dashtable td.contactcell, .dashtable th.contactcell {
  text-align: right;
}
body.dashpage select.siteLocation {
  background: url(img/dashselect.png) no-repeat right center;
  background-size: 18px;
  color: #020617;
  font-size: 1.3rem;
  padding: 0 24px 0 0;
}
.dashtable td span {
  display: inline-block;
  font-weight: 700;
  border-radius: 9999px;
  line-height: 1.33;
  padding: 2px 10px;
}
.dashtable td span.pill-Yes {
  background: #EEFFE1;
}
.dashtable td span.pill-No {
  background: #FFE8E8;
}
.dashtable td span.pill-Not {
  background: #FFF9C4;
}
.smTxt {
  font-size: 1.2rem;
}
@media only screen and (min-width: 390px) {
  .refresh p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .login-logo {
    padding-top: 50px;
    margin-bottom: 160px;
    text-align: center;
  }
  .artistlogo {
    width: 156px;
  }
  .loginForm {
    padding: 64px;
    width: 90%;
    max-width: 780px;
  }
  .lf-intro {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  #loginform .login-username label, #loginform .login-password label, .tml-label {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  #loginform input[type="text"], #loginform input[type="password"], .tml-action input[type="text"], .tml-action input[type="password"] {
    font-size: 1.8rem;
    line-height: 58px;
    height: 60px;
  }
  #loginform .login-username, #user_login {
    margin-bottom: 20px;
  }
  #loginform .login-password {
    margin-bottom: 32px;
  }
  #loginform .login-remember label {
    font-size: 1.6rem;
  }
  #loginform input[type="checkbox"] {
    margin: 0 8px 0 0;
  }
  #loginform input[type="submit"], .tml-button {
    line-height: 64px;
    height: 64px;
    padding: 0 50px;
    font-size: 2rem;
  }
  #locationFilter {
    height: 50px;
    font-size: 1.6rem;
  }
  header.logOut .artistlogo {
    width: 120px;
  }
  .filterwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .filterwrap #locationFilter {
    width: auto;
  }
  .refresh {
    margin-top: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .refresh p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1356px) {
  header.logOut {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  header.logOut .artistlogo {
    width: 156px;
  }
  .filterwrap {
    margin-bottom: 30px;
  }
  .leads {
    padding: 24px;
  }
  .tableinfo {
    padding: 16px 0 10px;
  }
  .dashtable, body.dashpage select.siteLocation {
    font-size: 1.4rem;
  }
}