@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('floating-labels.css');
:root {
  --main-color: #0F4C82;
  --chat-bubble-me: #EBEBE5;
  --chat-bubble-me-stroke: #CBD1B8;
  --chat-bubble-other: #FFEFCF;
  --chat-bubble-other-stroke: #ECD09C;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-right {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes fade-out-right {
  from {
    right: 0px;
    opacity: 1;
  }
  to {
    right: -300px;
    opacity: 0;
  }
}
@keyframes fade-out-left {
  from {
    left: 0px;
    opacity: 1;
  }
  to {
    left: -300px;
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Spinner Style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}
.overlay .loader-layout {
  display: flex;
  position: relative;
  text-align: center;
  height: 100% !important;
  width: 100% !important;
}
.overlay .loader-layout .loader-container {
  margin: auto;
}
.overlay .loader-layout .loader-container .loader {
  width: 200px;
  height: 200px;
  margin: auto;
}
.overlay .loader-layout .loader-container .img-wrapper {
  text-align: center;
  position: static;
  margin-top: -27vh;
}
.overlay .loader-layout .loader-container .img-wrapper .loader-logo {
  width: 200px;
  position: relative;
  max-width: 35vw;
  display: block;
  margin: auto;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 480px) {
  .overlay .img-wrapper {
    top: 340px;
  }
}
@media (max-width: 767.98px) {
  .overlay .img-wrapper {
    margin-top: -22vh;
  }
}
@media (min-width: 1000px) {
  .overlay .img-wrapper {
    top: 300px;
  }
}
.error {
  color: #EB6565;
}
.error-container {
  /*display: none;*/
  display: flex;
  position: fixed;
  padding: 15px 20px;
  width: calc(100vw - 20px);
  max-width: 600px;
  margin: 20px 10px 0px 10px;
  top: 0;
  right: 10px;
  z-index: 10000;
  background: #222222;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05px;
  color: #FFFFFF;
}
.error-container .error-message {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  text-align: left;
}
.error-container .error-close {
  margin-left: auto;
  padding-left: 10px;
  cursor: pointer;
}
.error-container .error-close .material-icons {
  color: #FFC945;
}
.pwdContainerH4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}
.stripeElem {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.stripeElem--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.stripeElem--invalid {
  border-color: #fa755a;
}
.stripeElem--webkit-autofill {
  background-color: #fefde5 !important;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  height: 100%;
}
body {
  background: white;
}
body:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#app {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
a {
  color: #616CB2;
  text-decoration: none;
}
hr {
  margin: 61px 0px 30px 0px;
  border: 0;
  height: 1px;
  background: #333;
}
.puppy-background {
  background: #FFF1D2;
}
button.violet-button {
  background: #616CB2;
  border: 1px solid #616CB2;
  color: white;
  border-radius: 30px;
  font-weight: 500;
}
button.white-button {
  background: white;
  border: 1px solid #616CB2;
  color: #616CB2;
  border-radius: 30px;
  font-weight: 500;
}
button.sign-in {
  background-color: #27AAE1;
  position: absolute;
  left: calc(100% - 75px);
  border: none;
  font-size: 14px;
  height: 30px;
  width: 75px;
}
.spo-submit-button {
  border: none;
  width: 120px;
  margin: 0 auto;
  display: block;
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #616CB2;
  border: 1px solid #616CB2;
}
.mdc-text-field {
  width: 100%;
}
.mdc-text-field__input.valid.modified {
  border-bottom: none !important;
}
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-100%) scale(0.75) !important;
}
.mdc-text-field--disabled .mdc-text-field__input {
  background-color: #fafafa !important;
}
.mdc-select__anchor {
  width: 100%;
}
.mat-text-field-input {
  background-color: #f5f5f5 !important;
}
.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.main {
  flex: 1;
  background: #FFF1D2;
}
.main > div.content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.main .top-row {
  background-color: #e6e6e6;
  border-bottom: 1px solid #d6d5d5;
}
.main .content {
  padding-top: 0px;
}
.sidebar {
  background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
}
.sidebar .top-row {
  background-color: rgba(0, 0, 0, 0.4);
}
.sidebar .navbar-brand {
  font-size: 1.1rem;
}
.sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.plus {
  font-weight: 200;
  color: lightgray;
  font-size: 70px;
  line-height: 1.2;
}
.nav-item {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.nav-item:first-of-type {
  padding-top: 1rem;
}
.nav-item:last-of-type {
  padding-bottom: 1rem;
}
.nav-item a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.nav-item a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.content {
  padding-top: 1.1rem;
}
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
  list-style-type: none;
  font-size: 14px;
}
ul.validation-errors,
div.validation-message {
  border: 1px solid whitesmoke;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
  padding: 20px;
  text-align: center;
  margin: 20px;
}
.thank-you {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-top: 100px;
}
.thank-you .thank-you-img {
  margin: 0 auto;
  width: 150px;
}
.thank-you .h2 {
  font-size: 20px;
}
.thank-you .h6 {
  font-size: 14px;
  font-weight: normal;
}
.check-container {
  position: relative;
}
.check-container input {
  position: absolute;
  left: -20px;
  top: 7px;
}
.byline-container h2 {
  margin: 0px !important;
  border: 1px solid black;
  padding: 10px;
}
#divider {
  display: none;
}
.container.banner-container {
  margin: 0px;
  padding: 0px;
  max-width: none !important;
  padding-top: 30px;
}
.container.content-container {
  padding: 15px;
}
.top-banner-item {
  max-height: 90px;
  max-width: 230px;
  margin: auto;
}
.top-banner-item img.style1 {
  width: auto !important;
  height: auto !important;
  max-height: 95px;
  margin: auto;
}
.banner-items :nth-child(3) img {
  padding: 15px;
}
.banner-items.row {
  justify-content: center;
}
.info-block {
  margin: 15px;
}
.tos-row {
  position: relative;
  bottom: 0px;
  width: 100%;
  font-size: 12px;
}
.login-signup-container .page-header {
  border-bottom: 1px solid lightgray;
  padding-bottom: 30px;
}
.login-signup-container h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 25px;
  margin-top: 23px;
}
.login-signup-container .container-fluid .col {
  width: 50%;
}
.login-signup-container .page-header {
  border-bottom: 1px solid lightgray;
  padding-bottom: 30px;
}
.login-container {
  display: inline-block;
  padding: 25px 30px 25px 30px;
  background-color: white;
  position: absolute;
  top: 75px;
  right: 225px;
  border-radius: 5px;
  width: 375px;
  height: auto;
  min-height: 300px;
  max-height: 600px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2), 0px 3px 28px rgba(0, 0, 0, 0.12), 0px 8px 20px rgba(0, 0, 0, 0.14);
}
.login-container div.h4 {
  font-weight: 300;
}
.login-container form {
  margin-right: 0px;
  width: 100%;
}
.login-container.reset-password-container form,
.login-container.forgot-password-container form {
  margin-right: 0px;
}
.login-container.reset-password-container form div.h4,
.login-container.forgot-password-container form div.h4 {
  padding-bottom: 15px;
}
.login-container.reset-password-container form .submit-row button.white-button:hover,
.login-container.forgot-password-container form .submit-row button.white-button:hover {
  color: #0F4C82;
}
.login-container.reset-password-container form .submit-row button:hover,
.login-container.forgot-password-container form .submit-row button:hover {
  color: white;
}
.login-container.create-new-password-container form {
  padding: 60px 30px 52px 30px;
}
.login-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  background: transparent;
  padding-left: 0px;
  margin-top: 30px !important;
}
.login-container .mdc-text-field .mdc-floating-label {
  left: 16px;
}
.login-container .submit-row button {
  border-radius: 30px;
  width: 150px;
  border: 1px solid #0F4C82;
}
.login-container .forgot-password-container form {
  padding: 25px 30px 25px 30px;
  margin-top: 0px;
}
.submit-row button {
  padding: 15px 0px;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
}
.forgot-password-container {
  margin: auto;
  margin-top: 35px;
}
.forgot-password-container .submit-row button {
  width: 100%;
}
.forgot-password-container .submit-row button .white-button {
  background: white;
  border: 1px solid #616CB2;
  color: #616CB2;
  border-radius: 30px;
}
.forgot-password-container .submit-row button .violet-button {
  background: #616CB2;
  border: 1px solid #616CB2;
  color: white;
  border-radius: 30px;
}
.forgot-password-container a {
  color: #0F4C82;
  display: inherit;
}
.forgot-password-container form div.h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}
.forgot-password-container form .or-block {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.forgot-password-container .reset-button {
  width: 176px;
}
.forgot-password-container,
.create-password-container {
  margin-top: 5px;
  font-size: 75%;
  text-align: right;
  line-height: 24px;
}
.forgot-password-container form,
.create-password-container form {
  margin: auto;
}
.forgot-password-container p,
.create-password-container p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.create-password-container .h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}
.create-password-container .form-group {
  margin: auto;
}
.login-container.forgot-password-container {
  padding: 30px 25px 0px 25px;
  text-align: left;
}
.login-container.forgot-password-container p {
  margin-bottom: 30px;
  font-size: 16px;
}
.login-container.forgot-password-container h4 {
  color: #231F20;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
.login-container.forgot-password-container button {
  text-transform: uppercase;
  max-width: 150px;
  margin: 50px auto 30px auto;
  font-size: 12px;
  padding: 15px;
}
.rememberMeCheck label {
  margin: 0px;
}
.dx-mat-box input.form-control.form-control-sm.dxbs-form-control {
  background-color: #f5f5f5;
  border: 0;
  border-bottom: 1px solid #8e8e8e;
  border-radius: 4px 4px 0px 0px;
  height: 56px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  padding-left: 16px;
}
.dx-mat-box input.form-control.form-control-sm.dxbs-form-control:hover {
  background-color: #ECECEC;
  border-bottom: 1px solid #1C1C1C;
}
.dx-mat-box input.form-control.form-control-sm.input-group-append.dxbs-input-group-append .dxbs-focus-hidden {
  border-radius: 0px;
  border-top-right-radius: 4px;
  right: -1px;
}
.header-container {
  color: #0F4C82;
  position: absolute;
  top: 510px;
  left: 100px;
}
.header-container .h2 {
  margin-top: 20px;
  color: #231F20;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
}
.header-container .h4 {
  font-weight: 100;
}
.header-container .col {
  text-align: left;
}
.header-container img {
  height: 38px;
  width: auto;
}
.d2c-renew hr {
  margin: 71px 0px 30px 0px;
  border: 0;
  height: 1px;
  background: #333;
}
.dc-renew .StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.dc-renew .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.dc-renew .StripeElement--invalid {
  border-color: #fa755a;
}
.dc-renew .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.page-header {
  width: 100%;
  height: 100px;
  background: #F6F6F6;
}
.header-image {
  width: 100px;
}
.page-footer {
  height: 53px;
  background: #F6F6F6;
}
.stripe-container {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
}
.stripe-row {
  height: 109px;
  background: #F6F6F6;
  border-radius: 5px;
  margin-top: 25px;
}
.stripe-element {
  border-bottom: 1px solid #666666;
}
.end-element {
  padding-left: 10px;
  padding-right: 10px;
}
.paypal-button {
  margin-top: 49px;
  max-width: 250px;
  margin-bottom: 109px;
}
.stripe-button {
  margin-top: 49px;
  background: #0E9BD6;
  border-radius: 48px;
  width: 180px;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 109px;
}
.container.payment-summary {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  /* or 150% */
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
  margin: 0 auto 50px;
  padding-bottom: 20px;
}
.container.payment-summary .message-text {
  font-size: 16px;
  line-height: 22px;
}
.container.payment-summary .summary-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
}
.container.payment-summary .receipt-data {
  font-size: 12px;
  line-height: 16px;
}
.container.payment-summary .data-title {
  color: #888888;
}
.container.payment-summary .email-resend {
  color: #0E9BD6;
  cursor: pointer;
}
.container.payment-summary .payment-confirmation {
  text-align: center;
  margin: 2em auto 0em;
}
.container.payment-summary .payment-confirmation h2 {
  font-size: 26px;
}
.container.payment-summary .payment-text {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5em;
}
.container.payment-summary .payment-text .payment-platform-btn img {
  padding: 10px;
}
.container.payment-summary .payment-summary-grid {
  margin: auto;
  display: grid;
  padding: 20px 15px;
  font-size: 15px;
  background: #F3F6F9;
  border: 1px solid #0F4C82;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 500px;
}
.container.payment-summary .payment-summary-grid .summary-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  padding: 0 20px 20px;
}
.container.payment-summary .payment-summary-grid .receipt-data {
  min-width: 50%;
  padding: 4px;
}
.container.payment-summary .payment-summary-grid .receipt-data.data-title {
  color: #888888;
}
.container.product-container .coupon-code {
  width: 20%;
  min-width: 230px;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
}
.container.product-container .coupon-code input {
  width: 100%;
  padding-right: 60px !important;
  box-sizing: border-box;
}
.container.product-container .coupon-code .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  line-height: 1 !important;
  z-index: 4;
  border: 1px solid #0E9BD6;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.0230769px;
  text-transform: uppercase;
  color: #0E9BD6;
}
.container.product-container .input-group > .form-control:not(:last-child) {
  border-radius: 6px;
  border: 1px solid #AAAAAA;
}
.container.product-container .product-text {
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #222222;
}
.container.product-container .product-header {
  font-size: 26px;
  line-height: 25px;
  /* or 96% */
}
.container.product-container .product-description {
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
  /* or 20px */
}
.container.product-container .product-container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  background: rgba(14, 155, 214, 0.05);
  border: 1px solid #0E9BD6;
  box-sizing: border-box;
  border-radius: 5px;
  height: 175px;
}
.container.product-container .promotion-text {
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}
.container.product-container .promotion-applied {
  color: #888888;
}
.container.product-container .promotion-invalid {
  color: #EB6565;
}
.container.product-container .promotion-reset {
  color: #0E9BD6;
  cursor: pointer;
}
.visual-hidden {
  color: transparent;
  font-size: 0;
}
