* {
  font-family: 'Rubik', 'Helvetica', sans-serif !important;
}

body {
    margin: 0;
}

#kc-container {
  height: 100%;
}

#kc-container-wrapper {
  width: 100%;
  height: 100vh;
  overflow: auto;
  font-family: 'Rubik', 'Helvetica', sans-serif;
  display: flex;
  padding: 20px;
}


#kc-error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}

.warningIcon {
  height: 30px;
  width: 32px;
}

.warningText {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #E08701;
}

.messageSummary {
  color: #FFC343;
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
}

.contactText {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.login-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  border-style: none;
  cursor: pointer;
  justify-content: center;
  outline: none;
  padding: 10px 12px;
  border: 1px solid var(--Grey-Grey-300, #E1E1E1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.sign-in-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border-style: none;
  cursor: pointer;
  justify-content: center;
  outline: none;
  padding: 10px 12px;
  background: rgba(101, 91, 225, 1);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Rubik', 'Helvetica', sans-serif;
  border: 1px solid var(--Grey-Grey-300, #E1E1E1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.try-another-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border-style: none;
  cursor: pointer;
  justify-content: center;
  outline: none;
  padding: 10px 12px;
  background: #fff;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Rubik', 'Helvetica', sans-serif;
  border: 1px solid var(--Grey-Grey-300, #E1E1E1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.try-another-btn:hover {
  background: #fafafa;
}

.login-button-text {
  color: #000;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Rubik', 'Helvetica', sans-serif;
}

#google-logo {
  height: 20px; 
}

.signin-wrapper {
  padding: 64px 30px;
  background: white;
  flex-direction: column;
  display: flex;
  width: 280px;
  border-radius: 16px;
}

.button-wrapper {
  padding-bottom: 16px;
}

.text-wrapper {
  padding-bottom: 16px;
  align-self: center;
  font-size: 14px;	
}

.guest-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  width: 280px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  border: 1px solid #55916c;
  background: none;
  justify-content: center;
}

.guest-button-text {
	color: #55916c;
}

.app-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  width: 140px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  border: 1px solid #55916c;
  background: none;
  justify-content: center;
}

.app-button-text {
  color: #55916c;
}

.idp-btn-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}


#reset-login {
    display: inline-flex;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    background: rgba(101, 91, 225, 1);
    color: #fff;
    margin: 0 0 8px 0;
    text-decoration: none;
    border-style: none;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Rubik', 'Helvetica', sans-serif;
    border: 1px solid var(--Grey-Grey-300, #E1E1E1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.idp-reset-login {
  display: inline-flex;
}

#reset-login:hover {
    opacity: 0.9;
}

.privacy-policy-wrapper {
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Rubik, Helvetica, sans-serif;
  text-align: center;
/*  padding-top: 8px;*/
}

.term-of-use,
.privacy-policy {
  color: #A0A0A0;
  font-size: 14px;
  text-decoration: underline;
}

.term-of-use:hover,
.privacy-policy:hover {
  color: #606060; /* Darker shade on hover */
  transform: scale(1.05); /* Slightly enlarge on hover */
  text-decoration: underline;
}

.logo-container {
  height: 130px;
  width: 100%;
  display: flex;
  align-items: center;
}

.content-wrapper {
  /* background-image: url(../img/bg-left.png); */
  width: 50%;
  background-size: cover;
  background-position: center;
  /*background-image: url(https://zeus.floik.com/system/login/blurred-homescreen.png);*/
  /*width: 100%;*/
  /*background-size: calc(1.6*100vh) 100vh;*/
  /*background-position: top left;*/
  /*background-repeat: no-repeat;*/
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.right-wrapper {
  width: 50%;
  background: url(../img/rightBanner.jpeg) lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.banner-image-wrapper {
  width: calc(100% - 615px);
  height: 355px;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  background: url(../img/enterprise-graph.png) no-repeat;
  background-position: 30px 0%;
  background-size: 630px 355px;
  animation: animateUp 0.75s ease-out;
}

@keyframes animateUp {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0%);
  }
}

.left-section {
  width: calc(100% - 480px);
  height: 100%;
}

.right-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}

.banner-title {
  height: 120px;
/*  padding-top: 40px; */
  opacity: 0.9;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 200;
  /*letter-spacing: 21.67px;
  line-height: 65px;
  white-space: nowrap;*/
}

.secondaryTitle {
  font-weight: 900;
}

.banner-text {
  padding-top: 30px;
  letter-spacing: 8px;
  display: inline-block;
  opacity: 0.9;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 200;
  line-height: 45px;
}

.banner-text > div:nth-child(2) {
  height: 38px;
  line-height: 38px;
}

.banner-text > div:not(:nth-child(2)) {
  opacity: 0.9;
}
.banner-text > div > span {
  padding: 1px 11px;
  height: 100%;
}

.banner-highlight {
  font-weight: 700;
  background-color: #d12f2f;
  font-style: italic;
  display: inline-block;
}

.login-container {
  min-width: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.formWrapper {
  height: auto;
  width: 323px;
}

.floik-logo {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  text-align: center;
}

.login-title {
  font-family: Rubik, Helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  color: #232633;
  line-height: 44px;
  margin-bottom: 8px;
  text-align: center;
}

.login-subtitle {
  font-family: Rubik, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #767677;
  line-height: 20px;
  text-align: center;
}

.title-border {
  display: block;
  height: 2px;
  width: 44px;
  background-color: #55916c;
  margin-top: 15px;
}

.form-control {
  font-weight: 200;
  height: 40px;
  width: 100%;
  display: inline-block;
  position: relative;
  border: 0;
  opacity: 0.7;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  font-size: 16px;
  outline: none;
  background: none;
}

.kcFormGroup:nth-child(2) {
  margin-top: 20px;
}

#betaTitle {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  right: 55px;
  top: -23px;
  font-weight: 600;

}

.raiGuideWrapper {
  height: 60px;
  width: 420px;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.guideLink {
  color: #BFBFBF;
  font-size: 16px;
}

.userGuideIcon {
  height: 18px;
  opacity: 0.7;
  padding-right: 15px;
}

#msg-content-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#msg-box {
  width: 320px;
  min-width: 160px;
  text-align: center;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  border: none;
/*  margin-bottom: 20px;*/
  /* border-radius: 8px; */
  /* box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); */
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.logged_out_msg_wrapper {
  padding-bottom: 5px;
}

.logged_out_msg {
    font-style: normal;
    font-weight: 500;
    color: #232633;
    line-height: 44px;
    margin: 0;
    padding: 0;
    font-family: Rubik, Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: 8px;
    text-align: center;
}

.email-heading {
    font-style: normal;
    font-weight: 500 !important;
    color: #232633;
    margin: 0;
    padding: 0;
    font-size: 24px !important;
    margin-bottom: 8px;
}

.logo, .logo-err-page {
  width: 84px;
  height: 29px;
}

.logo-err-page {
  width: 84px;
  height: unset;
}

.right-wrapper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  /* flex-direction: column; */
  /* padding: 100px 0px 90px 0px; */
  padding: 12% 0 8% 0;
}

.product-title {
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -1px;
  color: white;
  opacity: 0.9;
  margin-top: 40px;
  text-align: left;
  padding: 0 48px;
}

.product-sub-title {
    font-family: Rubik, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -1px;
    color: white;
    opacity: 0.9;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 16px 48px 16px 48px;
}

.login-pf, .login-pf body {
  background: unset !important;
}

/*.floik-preview-container {*/
/*	position: relative;*/
/*    width: min(calc(100% - 80px), 518px);*/
/*}*/

/*.floik-preview-container:before {*/
/*	position: absolute;*/
/*	content: '';*/
/*	height: 100%;*/
/*	top: 0;*/
/*	left: 0;*/
/*	opacity: 0.2;*/
/*    transform: rotate(-5deg) translate(-1px, 13px);*/
/*    background: #f6f5fb;*/
/*    border-radius: 60px;*/
/*    width: min(calc(100% - 80px), 518px);*/
/*}*/

.email-header {
  margin: unset;
  height: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.email-input {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(225, 225, 225, 1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 12px 8px 12px;
}

.email-input:focus {
  outline-color: #655be1;
}

.register-txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.register-txt span a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(101, 91, 225, 1);
  outline: none;
}

.register-txt span a:hover {
  text-decoration: underline;
  color: rgba(101, 91, 225, 1);
}

.register-txt a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(101, 91, 225, 1);
  outline: none;
}

.register-txt a:hover {
  text-decoration: underline;
  color: rgba(101, 91, 225, 1);
}

.anchor-tag, .anchor-tag:hover  {
  color: #655be1;
}

.separator {
  display: flex;
  align-items: center;
  margin: 8px 0 16px 0;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #E1E1E1;
}

.text {
  margin: 0 10px;
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
}

.kc-attempted-username {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.fa-list:before, .fa-angle-right:before {
  font-family: 'FontAwesome';
}

.try-otp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.try-otp-wrapper-text {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #222;
}

.try-otp-wrapper-text:hover {
  text-decoration: underline;
}

.otp-btn-wrapper {
  display: flex;
  border: 1px solid #e9e9e9;
  padding: 8px;
  margin: 0 32px;
  border-radius: 4px;
  justify-content: center;
  background: #fff;
  color: #222;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
}

.otp-btn-wrapper:hover {
  background: #fafafa;
}

.input-error-msg {
  color: #e45e4d;
  font-size: 14px;
  text-align: left;
  display: block;
  padding-top: 4px;
}

.error-border {
  border: 1px solid #e45e4d;
}

.error-border:focus {
  outline-color: #e45e4d;
}

.error-wrapper {
  background: #FCF4E6;
  padding: 10px 8px 10px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.error-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #E08701;
  vertical-align: middle;
  padding-left: 4px;
}

.btn-disabled {
  background: grey !important;
  cursor: progress !important;
}

.margin-b-12 {
  margin-bottom: 12px;
}

.right-wrapper-carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slides {
  display: flex;
  transition: transform 0.7s ease;
  width: 100%;
  height: 100%;
}

.slides .slide {
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-header-wrapper{
  display: flex;
  align-items: center;
  color: var(--White, #FFF);
  gap: 6px;
  padding: 0 48px;
}

.product-header-title {
  color: var(--White, #FFF);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.product-header-wrapper img {
  width: 22px;
  height: 20px;
}

.dashes {
  /* position: absolute;
  top: 10px;
  left: 100px;
  transform: translateX(-50%); */
  display: flex;
  gap: 8px;
  padding: 0 48px;
}

.dash {
  width: 16px;
  height: 3px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 8px;
  /* transition: background 0.3s, width 0.3s; */
}

.dash:hover {
  cursor: pointer;
}

.dash.active {
  background: white;
  /* width: 40px; */
  width: 16px;
  opacity: 1;
}


.otp-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.otp-box {
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
  flex: 1;
}

.otp-box:focus {
  border-color: #655be1;
  box-shadow: 0 0 3px rgba(66, 133, 244, 0.5);
}

.floik-preview {
    width: 100%;
    height: 100%;
}

.floik-preview-wrapper{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
  overflow: hidden; 
  padding: 0 48px;
}

.floik-preview-image{
  position: absolute;
  right: 35px;
  top: 14%;
}

@media screen and (max-width: 1024px) {
  .right-wrapper {
    display: none;
  }

  .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width:1380px) and (max-height:750px) {
  .right-wrapper-section {
    padding: 5% 0 5% 0;
  }
}

@media screen and (min-width:2160px) and (min-height:1440px) {
  .right-wrapper-carousel{
    justify-content: center;
  }
  .slides{
    height: unset;
  }
}
