leftshim {
  position: fixed;
  top: 0;
  right: 100%;
  padding: .5em 1em;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  vertical-align: middle;
  color: rgba(0, 0, 0, .4);
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: top right;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: top right;
  -o-transform: rotate(-90deg);
  -o-transform-origin: top right;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  transform: rotate(-90deg);
  transform-origin: top right;
}

footer, header {
  position: fixed;
  width: 100%;
  height: 50px;
  padding: 10px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  vertical-align: middle;
  color: white
}

footer {
  bottom: 0;
  left: 0;
}

header {
  top: 32px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer img {
  vertical-align: middle;
}
footer p {
  text-align: center;
  /*text-transform: uppercase;*/
  opacity: 0.8;
  font-family: 'Anaheim', sans-serif;
  font-size: 1.2rem;
  color: white;
  letter-spacing: 2px;
}

footer p:hover {
  opacity: 1.0;
}

body.skinny > footer {
  background-color: transparent;
  border-top: 0px;
}

body {
    /* background: url("../images/beach.jpg") no-repeat center center fixed; */
    background-size: cover;
    background-color: #1b9dab;
    height: calc(100vh);
    z-index: -10;
    -webkit-app-region: drag;
    /* Make buttons - nondraggable to make them work
    -webkit-app-region: no-drag; */
    background-image: linear-gradient(160deg, #80D0C7 0%, #009ad1 100%);
}

body.default {
  background: url("../images/beach.jpg") no-repeat center center fixed;
}

body.video {
  background: url("../wallpapers/Buzz-Video-BG2.jpg") no-repeat center center fixed;
  background-size: cover;
  height: calc(100vh);
}

.card:hover body.video {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

body.register {
  background: url("../wallpapers/antelope.jpg") no-repeat center center fixed;
}

body.skinny {
  background: url("../wallpapers/Buzz-HCPs.jpg") no-repeat center center fixed;
  background-size: cover;
}

body:after, body.register::after { content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none;
  mix-blend-mode: overlay;
  z-index: -9;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
}

.tooltip {
  position: fixed;
  z-index: 999999;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: left;
  /* center */
  max-width: 450px;
  color: #333;
  background: aliceBlue;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.passphrase {
  padding: 2px 6px;
  border: 1px solid lightgray;
  border-radius: 4px;
  text-align: left;
  /* center */
  max-width: 450px;
  color: #333;
  background: #f3f3f3;
  text-transform: uppercase;
}

/*
Sandeep - Fiter options
  <option>normal</option>
  <option>multiply</option>
  <option>screen</option>
  <option>overlay</option>
  <option>darken</option>
  <option>lighten</option>
  <option>color-dodge</option>
  <option>color-burn</option>
  <option>hard-light</option>
  <option>soft-light</option>
  <option>difference</option>
  <option>exclusion</option>
  <option>hue</option>
*/
body:hover:after, body.register:hover:after {
/*  background: radial-gradient(circle, transparent 30%, #333333 130%); */
}

.card:hover > body  {
  background: radial-gradient(circle, transparent 30%, #333333 130%);
}

.card:hover {
  box-shadow:  0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 30px -2px rgba(0, 0, 0, 0.22), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 30px -2px rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.02);
  -webkit-app-region: no-drag;
  padding-top: 12px;
}

.secondary {
  margin-top: 20px;
}

.secondary.link {
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.secondary.link:hover {
  background-image: linear-gradient(transparent calc(100% - 0.35em), #bbd7d8 0), linear-gradient(transparent calc(100% - 0.35em), rgba(0, 183, 174, .3) 0);
}

.login_message.instruction {
  /* font-size: 1.2rem; */
  font-weight: 600;
  color: saddlebrown;
  text-transform: uppercase;
}

.login_message {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.2rem;
}

.buzz-me-in-container {
  margin:auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.error-message.success {
  background-color: #0090A1;
}

.error-message {
	padding-left: 16px;
  padding-right: 8px;
  text-align: center;
  align: center;
	color: #ffffff;
  vertical-align: middle;
  background-color: #b12a45;
  line-height: 40px;
}

.error-text {
  vertical-align: middle;
  line-height: 36px;
  font-family: 'Anaheim', sans-serif;
  font-size: 24px;
}

.row {
  vertical-align: middle;
}

.row.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
    margin-left: 48px;
  margin-right: 32px;
}

#infoOrWarningText strong {
  font-weight: 600;
  color: #0d6a88;
}

#infoOrWarningText p {
  margin-left: 0;
}

.col {
  width: 100%;
}

.s3.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: unset;
  width:25%;
}

.error-close {
	vertical-align: middle;
  float: right;
  text-color: #ffffff;
}

.togglePassword {
	position: relative;
  margin-top: -40px;
  float: right;
  font-size: 20px
}

.togglePassword:hover {
	cursor: pointer;
}

.btn-floating, .btn, .btn-small, .btn-large {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #0090c0;
  font-family: 'Anaheim';
  font-size: 1.25rem;
  letter-spacing: 2px;
}
.btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.secondary a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #67c8c8;
  transition: color 0.3s ease;
  text-transform: uppercase;
  padding: 4px;
}
.secondary a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffffff;
  background-color: #67c8c8;
}

.glass-effect {
  margin: auto;
  z-index: 10000000;
  background: rgba(255, 255, 255, 0.3);
  padding: 3em;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
  /* text-align: center; */
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.glass-effect.popup {
  height: clamp(500px, 80%, 1100px);
  width: clamp(500px, 70%, 1200px);
  height: 90%;
  background: rgba(255, 255, 255, 0.7);
}

.glass-effect.popup .modal-footer {
  padding: 0 48px 0 32px;
  background-color: transparent;
}

.glass-effect.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glass-effect.rounded  {
  border-radius: 20px;
}

.glass-effect h4 {
    color: #105268;
    padding-top: 24px;
    padding-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
    margin-left: 48px;
}

.glass-effect .dynamic-form-input {
  border-bottom: 1px solid #4f4f4f !important;
  font-size: 1.2rem !important;
  font-family: Montserrat;
  padding-left: 0 !important;
  color: #375d5e;
}

.modal-content input {
    margin-left: 48px;
    margin-right: 32px;
}

.modal-content p, .dynamic .row {
    color: #555;
    font-size: 1.5vmin;
    margin-left: 48px;
    margin-right: 32px;
}

.dynamic .row .col {
  padding: 0;
}

.actionbutton-container {
    display: flex;
    flex-direction: row;
    margin-left: 48px;
    justify-content: space-between;
}

div.modal-content > p.footnote {
  font-size: 1rem;
  color: #888;
}

.profile-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-button.male {
  background-image: url( '/static/icons/MaleHCP.png') )
}

.profile-button.female {
  background-image: url( '/static/icons/FemaleHCP.png') )
}

.modal-content h4, .card-title h4 {
  color: #0090c0;
  padding-top: 24px;
  padding-bottom: 16px;
  font-family: 'Rajdhani', sans-serif;
  margin-left: 48px;
}

.card-title h4 {
  margin-left: 32px;
}

.card-title p {
  font-family: 'Anaheim', sans-serif;
  color: #333;
  font-size: 1.4rem;
  margin-left: 32px;
}

#infoOrWarningText {
    color: #555;
    font-size: 1.2rem;
    margin-left: 48px;
    margin-right: 32px;
}

/* Add the following to the common dialog management */
actionbutton, .actionbutton {
  padding: 0.4em 1.5em;
  margin: 6px;
  letter-spacing: 2px;
  border: 0;
  background: #009AD1;
  border: 1px solid #009ad1;
  color: white;
  font-size: 1.0rem;
  text-transform: uppercase;
  vertical-align: .25em;
  cursor: pointer;
  border-radius: .3em;
}

actionbutton:hover, .actionbutton:hover {
  background: #d91e43;
  border: 1px solid #d91e43;
}

actionbutton:focus, .actionbutton:focus {
  box-shadow: 0 0 5px 3px #f08;
}

actionbutton, .actionbutton.mini {
  padding: 5px 12px;
  font-size: 0.8rem;
  background: #999;
  margin: 4px;
}

#htmlOverlay {
  max-width: 1024px;
  width: 90%;
  height: 90%;
  margin: auto;
  padding: 64px 32px 24px 64px;
}

#htmlOverlay.nopadding {
  padding: 0;
}

.actionbutton.title, actionbutton.title {
  margin: 8px 0;
  background-image: linear-gradient(152deg, #f8b042, #d91e43);
  color: white;
  border: unset;
}

.actionbutton.title {
  border-radius: 0;
}

.actionbutton.hollow {
  border: solid 1px #63949a;
  color: #63949a;
  background-color: transparent;
}


#email, #password, .login-field {
  font-family: Montserrat, Rajdhani, sans-serif;
  font-size: 1.5rem;
}

#token {
  font-family: Montserrat, Rajdhani, sans-serif;
  font-size: 3rem;
  text-align: center;
}

.token-label {
  text-align: center;
}


#inputMessageInfoText, #inputMessageContainer {
  margin-left: 48px;
}

#inputMessageInput {
  border: 0px;
  background-color: #ededed;
  padding-left: 12px;
  padding-top: 10px;
  font-family: Montserrat, Rajdhani, sans-serif;
  font-size: 1.5rem;
  color: teal;
}

minifooter {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 16px;
}

minifooter textarea {
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
  /* height: 119px; */
  width: calc(100% - 112px);
}

.dialogInfoText {
  font-size: 1.5rem;
  color: #777;
}

dialogclose {
  top:24px;
  right:24px;
  width:64px;
  height:64px;
  position: absolute;
  z-index: 10005;
  cursor: pointer;
}


.modal-content.mega-footer {
    position: absolute;
    height: calc(100% - 72px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
}
/* if no footer */
.modal-content.mega-footer {
    height: calc(100% - 64px);
}

.modal-content {
  height: calc(100% - 24px);
}

.dialogclose {
  top:24px;
  right:24px;
  width:64px;
  height:64px;
  position: absolute;
  z-index: 10005;
}

.material-icons.dialogclose-icons {
  width:64px;
  height:64px;
  color:#ccc;
  font-size:3rem;
  text-align: center;
  vertical-align: middle;
}

.material-icons {
  vertical-align: middle;
}

.login-container {
  width: 90%;
  max-width: 600px;
  margin: auto;
  /* background-color: white; */
}

.login-container.mobile {
  width: 100%;
  height: 100%;
  max-width: 100%;
}


.login-main {
  height: 100vh;
  display: flex;    
}

.login-container.mobile .buzz-me-in-container, .login-container.mobile .card-content {
  display: none;
}

.card-mobile {
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background-color: rgba(255,255,255,0.9);
  padding: 72px 72px;
}

.card-mobile h4 {
  font-family: Rajdhani, sans-serif;
  font-size: 5rem;
  color: #009ad1;
  font-weight: 600;
}

.card-mobile p {
  font-family: 'Anaheim', sans-serif;
  font-size: 3.2rem;
}

.light-left-button {
  position: absolute;
  left: 64px;
  background: transparent;
  border: 1px solid #009ad1;
  color: #0091d1;
}

.light-button {
  background: transparent;
  border: 1px solid #009ad1;
  color: #0091d1;
}

.light-left-button-group {
  position: absolute;
  left: 64px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.login-container.mobile a {
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: unset;
  margin-left: 0;
  margin-top: 72px;
  font-size: 2.2rem;
  /* position: absolute;
  bottom: 72px;
  right: 64px; */
  background-color: #009ad1;
  padding: 16px 24px;
  color: white;
  border-radius: 8px;
}

#emailForReset {
  color: #0090c0;
  padding-top: 24px;
  padding-bottom: 6px;
  margin: 0 48px;
  font-family: Montserrat, Rajdhani, sans-serif;
  font-size: 1.75rem;
  max-width: 90%;
}

#forgotPasswordModalContainer {
  max-width: 720px;
  width: 80%;
    z-index: 1003;
    display: block;
    opacity: 1;
    top: 10%;
    transform: scaleX(1) scaleY(1);
    display: none;
}

.switch_button {
  margin: 10;
  float: right;
  color: #bd081c;
  font-size: 0.8rem;
  background-color: #fff; 
  border: 1px solid #67c8c8; 
  padding: 2px 16px;
  border-radius: 0;
}

.switch_button.hide, #buzzMeInCode.hide {
  display: none;
}

#buzzMeInCode {
  width:96px; 
  height:108px; 
  margin-top:15px;
  margin:auto;
  padding-top:12px;
}

.dynamic {
  width: clamp(600px, 50%, 1000px);
}



body .mobile {
  background: url("../images/loginSimple.jpg") no-repeat center center fixed;
  background-size: cover;

}

/* For Responsive version */
@media screen and (max-width: 800px) {

  body {
    background: url("../images/loginSimple.jpg") no-repeat center center fixed;
    background-size: cover;
    height: calc(100vh);
    z-index: -10;
    -webkit-app-region: drag;
    /* Make buttons - nondraggable to make them work
    -webkit-app-region: no-drag; */
  }

  .login-container {
    width: 100%;
    height: 100%;
  }

  .login-main {

  }

  .card {
    max-width: 90%;
  }

  .buzz-me-in-container {
    display: none;
  }
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  20%, 80% { opacity: 1; }
}

.testimonial-ticker .quote-text {
  animation: fadeInOut 8s infinite;
}