:root {
	--autocomplete-background-input: #121212;
	--autocomplete-text-color: white;
}

html,
body {
  background-color: var(--autocomplete-background-input);
  height: 100%;
  width: 100%;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */

   &::-webkit-scrollbar { 
       display: none !important;
   }

}

html {
    overflow-y: hidden;
}

body {
  font-family: Raleway, Roboto, Arial, Helvetica, sans-serif;
  margin: 0px;

  &.prevent-select * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
  }
}

body.login-submitting #app {
  pointer-events: none;
}

body.login-submitting,
body.login-submitting * {
  cursor: progress !important;
}

.fill-width {
  width: 100%;
}

.login.v-application, .login.v-application .body-1 {
  font-family: Raleway, Roboto, Arial, Helvetica, sans-serif !important;
}

.welcome-container {
    width: 100vw;
    height: 100vh;

    .theme--dark.v-card {
 		 background-color: #121212;
        .v-toolbar {
  			background-color: #121212;
        }
    }
    .welcome {
      .left {
        background-image: url(https://cdn.planbook.com/images/planbook-leftside-clipart.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #0057c1;
        position: relative;

        .welcome-header {
          font-family: Raleway;	
          font-size: 50px;
        }

        .welcome-sub-header {
          font-family: Raleway;	
          font-size: 32px;
          font-weight: 300;
        }
        .welcome-text {
          margin-top: 18%;
          z-index: 1;
        }

        .welcome-image {
          position: absolute;
          bottom: 0px;
          margin: 0px auto; left: 0px;
          right: 0px; width: calc(100vw * 0.50);
          max-width: 900px;
        }
      }
      .right {
        background: #ffffff;

        max-height: 100vh;
        overflow: auto;

       .welcome-card-actions {
          display: block;
        }

        .welcome-btn-forgot {
          margin-top: 10px;
        }
      }
    }
}

.theme--dark .primary--text {
  color: #0576ff;
}

.theme--dark .v-list-item-group.primary--text {
  color: #1f84ff !important;
}


.primary--text {
	color: #0057c1;
}

.v-btn.primary {
	background-color: #0057c1 !important;
  border-color: #0057c1 !important;
}


.login h1.primary--text {
  font-size: 1.5em;
  line-height: normal;
}

.input-wrapper {
  --padding: 16px;
  --focus-color: black;
  position: relative;
  display: flex;
  align-items: center;
  border: .5px solid gray;
  border-radius: 5px;
  cursor: auto;
}

.input-wrapper:hover {
  border: 1.5px solid gray;
}

input {
  padding: var(--padding);
  border: 2px solid #0057c1;
  outline: none;
  border-radius: 25px;
  width: 100%;
}

.placeholder--light {
  position: absolute;
  background-color: white;
  color: #757575;
  left: var(--padding);
  padding: 0 4px;
  margin-left: 20px;
  transition: transform 0.15s linear;
  cursor: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 60px);
  user-select: none;
  -webkit-user-select: none;
}

.placeholder--dark {
  position: absolute;
  background-color: #121212;
  color: #808080;
  left: var(--padding);
  padding: 0 4px;
  margin-left: 20px;
  transition: transform 0.15s linear;
  cursor: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 60px);
  user-select: none;
  -webkit-user-select: none;
}

input:is(:focus) {
  border-left: none;
}


input:is(:focus) + .input-wrapper {
  border: 1px solid #0057c1;
}

input:is(:focus, :valid) + .placeholder--light {
  transform: translate(-20px,calc(-1 * var(--padding) - 12px));
  font-size: 14px;
  cursor:  text;
}

input.input-has-value + .placeholder--light {
  transform: translate(-20px,calc(-1 * var(--padding) - 12px));
  font-size: 14px;
  cursor: text;
}

input:is(:focus, :valid) + .placeholder--dark {
  transform: translate(-20px,calc(-1 * var(--padding) - 12px));
  font-size: 14px;
  cursor:  text;
}

input.input-has-value + .placeholder--dark {
  transform: translate(-20px,calc(-1 * var(--padding) - 12px));
  font-size: 14px;
  cursor: text;
}

input:is(:focus) + .placeholder--light{
  color: #0057c1;
}

input:is(:focus) + .placeholder--dark{
  color: #0576ff;
}

.iconspan {
   float: left;
   margin-right: 6px;
   margin-top: -20px;
   position: relative;
   z-index: 2;
 }
 
 .errorBorder {
 	border: 1px solid red;
 }
 
.circle-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid lightgray;
  margin: 10px;
  background-color: white;
  transition: transform .2s;
}

.circle-link.sso-button img {
  height: 22.5px;
}

.circle-link:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border: 1px solid #0057c1;
}

#email-required-label,#pass-required-label{
   overflow: hidden;
   max-height: 0;
   transition: max-height 0.3s ease-in-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px var(--autocomplete-background-input) inset !important;
	-webkit-text-fill-color: var(--autocomplete-text-color);
}

.btn-sign-in {
	background-color: #d81632;
}

.v-btn:focus-visible {
  outline: 2px solid #0057c1;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #ffffff;
}

.button-text{
	text-transform: capitalize;
}

.language-selector {
  position: relative;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0057c1;
  color: #ffffff !important;
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.language-menu {
  display: none;
  position: fixed;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 10003;
}

.language-option {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0 14px;
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333333;
  font-size: 1rem;
}

.mobile-header-logo {
  display: none;
  align-items: center;
}

.mobile-header-logo-image {
  width: 200px;
  height: auto;
}

/* .language-option:hover,
.language-option:focus-visible {
  background: #f2f6ff;
  outline: none;
}

.theme--dark .language-menu .language-option:hover,
.theme--dark .language-menu .language-option:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  outline: none;
} */

@keyframes shake{ 
  0%{ 
    transform: translateX(0) 
  } 
  25%{ 
    transform: translateX(5px); 
  } 
    
  50%{ 
    transform: translateX(-5px); 
  } 
  100%{ 
    transform: translateX(0px); 
  } 
}

.custom-error-div{
	width: 100%;
	text-align: center;
}

.forgot-button--dark:hover{
	background-color: #131821;
}

.forgot-button--light:hover{
	background-color: #ecf1fa;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media only screen and (max-width: 959px) {
  .mobile-header-logo {
	display: inline-flex;
  }

  .desktop-form-logo {
	  display: none !important;
  }

  .col-custom-left{
  	display: none;
    flex: 0 0 auto;
    width: 0%;
  }
  .col-custom-right {
  	display: block;
    width: 100%;
   }
   .responsive-logo{
   	width: 200px;
   	margin-top: 2.5px;
   }
}

@media only screen and (min-width: 960px) {
  .mobile-header-logo {
	display: none;
  }

  .desktop-form-logo {
	  display: block;
  }

  .left{
  	display: block;
    flex: 0 0 auto;
    width: 66.8%;
  }
  .right {
  	display: block;
    flex: 0 0 auto;
    width: 33.2%;
   }
}

.v-btn.v-btn--has-bg.btn-sign-up {
  background-color: #197d9f !important;
  border-color: #197d9f !important;
  width: fit-content;
  max-width: calc(100vw - 32px);
  height: auto !important;
  min-height: 36px;
  min-width: 0;
  white-space: normal !important;
}

.v-btn.v-btn--has-bg.btn-sign-up .v-btn__content {
  display: block;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
  line-height: 1.25;
}

.login.v-application .red--text {
  color: #da3a2f !important;
  caret-color: #da3a2f !important;
}

.login.v-application .error {
    background-color: #d81632 !important;
    border-color: #d81632 !important;
}

.login.v-application .v-btn.v-btn--has-bg:hover::before {
    opacity: 0.24 !important;
}

.login.v-application.theme--dark .red--text {
  color: #e54034 !important;
  caret-color: #e54034 !important;
}

#sso-button-tooltip {
  background-color: #757575 !important;
  pointer-events: auto;
  opacity: 1 !important;
}

.welcome-container .welcome .right .center-aligned-content {
    display: flex;
    align-items: center;
    height: calc(100vh - 92px);
}

.theme--dark.v-list-item.v-list-item--highlighted:not(.v-list-item--active) {
    background-color: #666666 !important;
}

.theme--dark.v-list-item:hover {
    background-color: #666666 !important;
}


