/*Global Styles - updates here also need to be made to password reset page*/
body {
  background: #f2efeb;
  height: 100vh;
  margin: 0;
}

input {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 325;
}

#api {
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "CVS Health Sans VF";
  src: url(https://prod.api.mypbm.caremark.com/portal-static-content-prod000/login/assets/font/CVSHealthSansVF_W_Wght.woff2)
    format("woff2");
  font-weight: 1 1000;
  font-style: normal;
}

.api-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100vw;
  overflow-y: auto;
  margin: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  font-family: Roboto-Regular, sans-serif;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-left: 3px;
}

.api-card {
  display: flex;
  width: 328px;
  background: rgb(255, 255, 255);
  padding: 31px 32px 24px 32px;
  font-family: Helvetica, serif;
  text-align: left;
  border-radius: 20px;
  box-shadow: 0px 1.4px 8px 0px #1a1a1940;
  display: flex;
  flex-direction: column;
}

#create-new {
  display: flex;
  flex-direction: column;
  width: 404px;
  height: 50px;
  padding: 16px 0;
  background-color: rgb(242, 242, 242);
  margin-top: -20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 1.4px 5px 0px #1a1a19;
  clip-path: inset(0px -10px -10px -10px);
  justify-content: center;
  align-items: center;
}

#create-new p {
  margin: 0 auto;
  align-self: start;
  font-size: 14px;
  font-weight: 435;
  line-height: 1.5;
}

#create-new a {
  align-self: start;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(11, 49, 94);
}

#create-new a:hover {
  cursor: pointer;
}

#submit-button {
  cursor: pointer;
  width: 99% !important;
}

.api-card-colleague {
  min-height: 100px;
  margin-top: 1vh;
  width: 340px;
  height: -moz-fit-content;
  height: fit-content;
  background: rgb(255, 255, 255);
  padding: 32px;
  font-family: Helvetica, serif;
  text-align: left;
  margin-bottom: 50px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.col-card {
  width: 340px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5vh;
  background: rgb(255, 255, 255);
  padding: 32px;
  font-family: Helvetica, serif;
  margin-bottom: 50px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  min-height: 325px;
}


.logo-container {
  flex: 1;
  background: #f2efeb;
  background-image: url(https://prod.api.mypbm.caremark.com/portal-static-content-prod000/login/assets/svgs/Login-Default.svg);
  background-repeat: no-repeat;
  width: 50vw;
  background-position: right 142% bottom;
  display: flex;
  background: #f2efeb;
  flex-direction: column-reverse;
}

.app-title {
  margin-top: 24vh;
  width: fit-content;
  margin-left: 8vw;
  font-family: Helvetica, serif;
  font-weight: bold;
}

.title-header {
  font-size: 64px;
  margin-bottom: -6px;
  margin-left: -9px;
  margin-top: 15px;
}

.title-header-two {
  font-size: 32px;
  margin-bottom: 55px;
}

.title-header-three {
  font-size: 22px;
  margin-bottom: 40px;
}

.b2c-bdm-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.error {
  font-size: 16px;
  color: rgb(204, 2, 0);
}
.verificationErrorText::before {
  content: url(https://prod.api.mypbm.caremark.com/portal-static-content-prod000/login/assets/svgs/Warning.svg);
  width: 32px;
  height: 32px;
}

#verifying_blurb {
  margin: 8px 0;
}
.buttons button {
  background-color: #004d99;
  color: rgb(255, 255, 255);
  width: 100%;
  cursor: pointer;
  display: flex;

  font-weight: 435;
  min-width: 0;

  padding: 0 1.1428571429em;
  outline: none;
  text-align: center;
  text-decoration: none;
  margin: 0;
  align-items: center;
  border: solid 0.1428571429em transparent;
  border-bottom-color: #004d99;
  border-radius: 30px;
  border-left-width: 0;
  border-right-width: 0;
  height: 44px;
  justify-content: center;
  margin-top: 30px;

  font-family: "CVS Health Sans VF";
  font-size: 16px;

  line-height: 24px;
  text-align: center;
}
.buttons.verify {
  display: block;
  margin-top: 0;
}
.buttons button:focus {
  box-shadow: 0 0 4px 3px #00d2ff;
}
.buttons button:disabled {
  color: #767676;
  cursor: default;
  background-color: #ccc;
  border-top-color: #9b9b9b;
  border-bottom-color: transparent !important;
}
.buttons button:focus {
  box-shadow: 0 0 4px 3px #00d2ff;
}
.buttons button#cancel:focus {
  box-shadow: 0 0 4px 3px #00d2ff;
}

input {
  width: 95%;
  border-radius: 10px;
  border: 1px solid black;
  height: 40px;
  padding-left: 11px;
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 12px;
  gap: 0px;
  border: 1px 0px 0px 0px;
}

#signin-box input {
  margin-bottom: 0;
}
input::placeholder {
  color: transparent;
}
input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  /*background: lightgray;*/
  border: 1px solid rgb(0, 0, 0);
  height: 16px;
  width: 16px;
  border-radius: 2px;
  /*border: 1px solid white;*/
  margin-bottom: 3px;
  margin-top: 3px;
}

.showDetailContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: CVS Health Sans VF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.showDetailLabel {
  padding-left: 6px;
}

button {
  margin-top: 25px;
  background: #004d99;
  border-radius: 24px;
  height: 44px;
  border: 1px solid #004d99;
  color: white;
  width: 80px;
  font-size: 16px;
}
.link-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 29px;
}

.link-content span {
  font-family: CVS Health Sans VF;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.footer-link-divider {
  width: 1px;
  height: 24px;
  background-color: #dbd8d5;
  margin: 0 16px;
}

/* This effectively overrides the default browser behavior of highlighting autofilled ui elements with blue background */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

#termsBtn, #privacyBtn {
  color: #000;
  font-weight: 350;
}