.cams-text--normal {
  font-size: 12px; }

.cams-text--subtitle {
  font-size: 14px; }
  @media (max-width: 959px) {
    .cams-text--subtitle {
      font-size: 12px; } }

.cams-text--title {
  font-size: 16px; }
  @media (max-width: 959px) {
    .cams-text--title {
      font-size: 14px; } }

.cams-text--multi-line {
  line-height: 30px; }

.cams-text--bold {
  font-weight: bold; }

.cams-text--underline {
  text-decoration: underline !important; }

.uppercase {
  text-transform: uppercase; }

.theme-cams--light .CamsSelect__input {
  border-color: var(--THEME, white) !important;
  color: var(--THEME, white) !important; }

.theme-cams--light .CamsSelect__icon {
  color: var(--THEME, white) !important; }

.CamsSelect {
  position: relative; }
  .CamsSelect__FormControl {
    width: 100%; }
  .CamsSelect select {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .CamsSelect option {
    color: var(--THEME_INVERTED, white); }
  label + .CamsSelect__root {
    margin-top: 24px; }
  .CamsSelect--text-align-center {
    text-align-last: center; }
  .CamsSelect__icon {
    color: var(--THEME_INVERTED, white) !important; }
    .CamsSelect__icon--original-colors {
      color: white !important; }
  .CamsSelect__input {
    height: 40px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--THEME_INVERTED, white) !important;
    font-size: 16px !important;
    padding: 10px 26px 10px 12px !important;
    color: var(--THEME_INVERTED, white) !important; }
    .CamsSelect__input--original-colors {
      color: white !important;
      border: 1px solid white !important; }
    .CamsSelect__input:focus {
      border-radius: 4px;
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* Model card colors */
.theme-cams--light .footer__copyright__select-language .CamsSelect__input {
  color: var(--THEME_INVERTED, black) !important; }

.footer__links {
  margin: 0 5px;
  text-decoration: none;
  color: var(--COLOR_SECONDARY_TEXT, #b3b3b3); }
  .footer__links a {
    text-decoration: none;
    color: var(--COLOR_SECONDARY_LINK, #b3b3b3);
    margin: 0 5px;
    cursor: pointer; }
    .footer__links a:hover {
      color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }
  .footer__links__social_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 12px;
    color: var(--COLOR_SECONDARY_TEXT, #b3b3b3); }
    @media (max-width: 959px) {
      .footer__links__social_buttons {
        flex-wrap: wrap; } }
    .footer__links__social_buttons a, .footer__links__social_buttons span {
      color: var(--COLOR_SECONDARY_LINK, #b3b3b3);
      font-size: 12px;
      text-decoration: none;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 20px; }
      @media (max-width: 959px) {
        .footer__links__social_buttons a:first-child, .footer__links__social_buttons span:first-child {
          flex-basis: 100%;
          margin-bottom: 15px; } }
      .footer__links__social_buttons a:hover:not(span), .footer__links__social_buttons span:hover:not(span) {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }
    .footer__links__social_buttons img {
      float: left;
      margin: 0 auto;
      cursor: pointer;
      height: 20px;
      padding-right: 20px;
      padding-left: 20px; }
  .footer__links__hookup_text {
    max-width: 800px;
    font-size: 9px;
    color: var(--COLOR_SECONDARY_TEXT, #b3b3b3);
    margin: auto; }
    .footer__links__hookup_text a {
      display: block;
      text-decoration: none;
      color: var(--COLOR_SECONDARY_LINK, #b3b3b3); }
      .footer__links__hookup_text a:hover {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }

.footer__copyright {
  padding: 20px 0;
  font-size: 9px;
  text-align: center;
  color: var(--COLOR_SECONDARY_TEXT, #b3b3b3);
  text-decoration: none solid #b3b3b3;
  line-height: 16px;
  width: 70vw;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .footer__copyright {
      width: 95vw; } }
  .footer__copyright__footer__divider {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: transparent !important;
    border-top: 1px solid white !important; }
  .footer__copyright__select-language {
    display: inline-block;
    border: 0px;
    padding-left: 20px; }
    .footer__copyright__select-language .CamsSelect__FormControl {
      margin: 0 !important; }
    .footer__copyright__select-language select {
      font-size: 12px !important;
      border: 0px !important;
      height: 20px;
      padding: 0;
      margin-top: -11px;
      outline: none;
      color: var(--COLOR_SECONDARY_LINK, white) !important; }
      .footer__copyright__select-language select *:focus {
        outline: none; }
    .footer__copyright__select-language svg {
      margin-top: -5px;
      fill: var(--COLOR_SECONDARY_LINK, white); }
    @media (max-width: 1279px) {
      .footer__copyright__select-language {
        padding-left: 0;
        flex-basis: 33%; }
        .footer__copyright__select-language .CamsSelect {
          margin: 30px auto 10px;
          max-width: 100px; }
        .footer__copyright__select-language::before {
          content: "";
          display: block;
          width: 100%; } }
  .footer__copyright__main-links {
    font-size: 12px;
    color: var(--COLOR_SECONDARY_LINK, white); }
    @media (max-width: 959px) {
      .footer__copyright__main-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .footer__copyright__main-links a {
      color: var(--COLOR_SECONDARY_LINK, white);
      font-size: 12px;
      text-decoration: none;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 20px;
      border-right: 1px solid var(--COLOR_SECONDARY_LINK, white); }
      @media (max-width: 959px) {
        .footer__copyright__main-links a {
          padding-left: 5px;
          padding-right: 5px;
          border-right: 0px;
          flex-basis: 33%; } }
      .footer__copyright__main-links a:hover {
        color: var(--COLOR_SECONDARY_LINK_HOVER, #ef951b); }

.footer__languages {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .footer__languages > * {
    margin: 0 10px; }
  .footer__languages > a {
    text-decoration: none;
    color: var(--COLOR_PRIMARY_LINK); }
    .footer__languages > a:hover, .footer__languages > a.active {
      cursor: pointer;
      color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #b3b3b3); }

.footer__close-button {
  position: fixed;
  top: 10px;
  right: 27px; }

.footer__close-button-icon {
  color: var(--COLOR_PRIMARY_TEXT, #fff) !important; }

.twitter-follow-button {
  position: relative;
  height: 20px;
  box-sizing: border-box;
  background-color: #0c7abf;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer; }

.twitter-follow-button i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9Ii1tcy10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpOyAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7IHRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7Ij48cGF0aCBkPSJNMjIuNDYgNmMtLjc3LjM1LTEuNi41OC0yLjQ2LjY5Yy44OC0uNTMgMS41Ni0xLjM3IDEuODgtMi4zOGMtLjgzLjUtMS43NS44NS0yLjcyIDEuMDVDMTguMzcgNC41IDE3LjI2IDQgMTYgNGMtMi4zNSAwLTQuMjcgMS45Mi00LjI3IDQuMjljMCAuMzQuMDQuNjcuMTEuOThDOC4yOCA5LjA5IDUuMTEgNy4zOCAzIDQuNzljLS4zNy42My0uNTggMS4zNy0uNTggMi4xNWMwIDEuNDkuNzUgMi44MSAxLjkxIDMuNTZjLS43MSAwLTEuMzctLjItMS45NS0uNXYuMDNjMCAyLjA4IDEuNDggMy44MiAzLjQ0IDQuMjFhNC4yMiA0LjIyIDAgMCAxLTEuOTMuMDdhNC4yOCA0LjI4IDAgMCAwIDQgMi45OGE4LjUyMSA4LjUyMSAwIDAgMS01LjMzIDEuODRjLS4zNCAwLS42OC0uMDItMS4wMi0uMDZDMy40NCAyMC4yOSA1LjcgMjEgOC4xMiAyMUMxNiAyMSAyMC4zMyAxNC40NiAyMC4zMyA4Ljc5YzAtLjE5IDAtLjM3LS4wMS0uNTZjLjg0LS42IDEuNTYtMS4zNiAyLjE0LTIuMjN6IiBmaWxsPSIjZmZmIi8+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJyZ2JhKDAsIDAsIDAsIDApIiAvPjwvc3ZnPg==); }

.twitter-follow-label {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: 3px;
  white-space: nowrap;
  color: #fff !important;
  font-weight: bold; }

/* Model card colors */
.theme-cams--light .ProtectKidsModalDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }

.ProtectKidsModalDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .ProtectKidsModalDialog__backdrop {
    background-color: transparent !important; }
  .ProtectKidsModalDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .ProtectKidsModalDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .ProtectKidsModalDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .ProtectKidsModalDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .ProtectKidsModalDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .ProtectKidsModalDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .ProtectKidsModalDialog__content1 {
    font-size: 12px;
    padding: 6px 0; }
  .ProtectKidsModalDialog__keys {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
  .ProtectKidsModalDialog a, .ProtectKidsModalDialog a:hover {
    text-decoration: none;
    color: #e5eff7; }

/* Model card colors */
/* Model card colors */
.theme-cams--light .PrivacyPolicyModalDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }
  .theme-cams--light .PrivacyPolicyModalDialog__body a {
    color: var(--COLOR_PRIMARY_BACKGROUND, #ef951b); }
  .theme-cams--light .PrivacyPolicyModalDialog__body a:hover {
    text-decoration: underline; }

.PrivacyPolicyModalDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .PrivacyPolicyModalDialog__backdrop {
    background-color: transparent !important; }
  .PrivacyPolicyModalDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .PrivacyPolicyModalDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .PrivacyPolicyModalDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .PrivacyPolicyModalDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .PrivacyPolicyModalDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .PrivacyPolicyModalDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .PrivacyPolicyModalDialog__content1 {
    font-size: 12px;
    padding: 6px 0; }
  .PrivacyPolicyModalDialog__keys {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
  .PrivacyPolicyModalDialog__body a {
    text-decoration: none;
    color: var(--COLOR_PRIMARY_LINK_TEXT, #ef951b);
    cursor: pointer; }
    .PrivacyPolicyModalDialog__body a:hover {
      color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #ef951b); }
  .PrivacyPolicyModalDialog .p-title {
    font-weight: bold; }

/* Model card colors */
/* Model card colors */
.theme-cams--light .CaliforniaActModalDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }

.CaliforniaActModalDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .CaliforniaActModalDialog__backdrop {
    background-color: transparent !important; }
  .CaliforniaActModalDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .CaliforniaActModalDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .CaliforniaActModalDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .CaliforniaActModalDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
    .CaliforniaActModalDialog__popover-content .title {
      display: block;
      text-decoration: underline;
      margin-bottom: 20px; }
    .CaliforniaActModalDialog__popover-content table {
      border-spacing: 0;
      border: 1px solid white; }
      .CaliforniaActModalDialog__popover-content table td, .CaliforniaActModalDialog__popover-content table tr, .CaliforniaActModalDialog__popover-content table th {
        padding: 20px;
        border: 1px solid white; }
  .CaliforniaActModalDialog__center_h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    width: 100%;
    text-align: center; }
  .CaliforniaActModalDialog__keys {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
  .CaliforniaActModalDialog a {
    text-decoration: none;
    color: var(--COLOR_PRIMARY_LINK_TEXT, #ef951b);
    cursor: pointer; }
    .CaliforniaActModalDialog a:hover {
      color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #ef951b); }
  .CaliforniaActModalDialog .p-title {
    font-weight: bold; }

/* Model card colors */
/* Model card colors */
.theme-cams--light .PaymentRenewalTermsOfUseDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }
  .theme-cams--light .PaymentRenewalTermsOfUseDialog__body a {
    color: var(--COLOR_PRIMARY_BACKGROUND, #ef951b); }
  .theme-cams--light .PaymentRenewalTermsOfUseDialog__body a:hover {
    text-decoration: underline; }

.PaymentRenewalTermsOfUseDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .PaymentRenewalTermsOfUseDialog__backdrop {
    background-color: transparent !important; }
  .PaymentRenewalTermsOfUseDialog__backdrop {
    background-color: transparent !important; }
  .PaymentRenewalTermsOfUseDialog__body li {
    text-align: justify; }
  .PaymentRenewalTermsOfUseDialog__body .section-tagline {
    text-decoration: underline;
    font-weight: bold; }
  .PaymentRenewalTermsOfUseDialog__body a {
    color: var(--COLOR_LINK_ACTIVE, #ef951b); }
  .PaymentRenewalTermsOfUseDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .PaymentRenewalTermsOfUseDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .PaymentRenewalTermsOfUseDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .PaymentRenewalTermsOfUseDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .PaymentRenewalTermsOfUseDialog__popover-text {
    font-size: 16px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    margin: 0 auto 20px; }
  .PaymentRenewalTermsOfUseDialog__terms-text {
    color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #ef951b);
    text-align: center;
    cursor: pointer; }
  .PaymentRenewalTermsOfUseDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .PaymentRenewalTermsOfUseDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .PaymentRenewalTermsOfUseDialog__updated-date {
    color: var(--COLOR_PRIMARY_TEXT, #999999);
    text-align: right;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px; }
  .PaymentRenewalTermsOfUseDialog__section-tagline {
    text-decoration: underline;
    font-weight: bold; }
  .PaymentRenewalTermsOfUseDialog__copyright {
    list-style-type: none; }
  .PaymentRenewalTermsOfUseDialog__address {
    margin-left: 28px; }

/* Model card colors */
/* Model card colors */
.theme-cams--light .DMCAModalDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }
  .theme-cams--light .DMCAModalDialog__link {
    color: var(--COLOR_PRIMARY_BACKGROUND, #ef951b); }
  .theme-cams--light .DMCAModalDialog__link:hover {
    text-decoration: underline; }

.DMCAModalDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .DMCAModalDialog__backdrop {
    background-color: transparent !important; }
  .DMCAModalDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .DMCAModalDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .DMCAModalDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .DMCAModalDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .DMCAModalDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .DMCAModalDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .DMCAModalDialog__content1 {
    font-size: 12px;
    padding: 6px 0; }
  .DMCAModalDialog__keys {
    list-style-type: none; }
  .DMCAModalDialog__link, .DMCAModalDialog__link:hover {
    text-decoration: none;
    color: var(--COLOR_PRIMARY_LINK_ACTIVE_TEXT, #e5eff7); }
  .DMCAModalDialog__notice {
    text-decoration: underline;
    font-weight: bold; }

/* Model card colors */
/* Model card colors */
.theme-cams--light .NotePersonsDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }
  .theme-cams--light .NotePersonsDialog__link {
    color: var(--COLOR_PRIMARY_BACKGROUND, #ef951b); }
  .theme-cams--light .NotePersonsDialog__link:hover {
    text-decoration: underline; }

.NotePersonsDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND #161833) !important; }
  .NotePersonsDialog__backdrop {
    background-color: transparent !important; }
  .NotePersonsDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .NotePersonsDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .NotePersonsDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .NotePersonsDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .NotePersonsDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .NotePersonsDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .NotePersonsDialog__content1 {
    font-size: 12px;
    padding: 6px 0; }

/* Model card colors */
.theme-cams--light .RecordKeepingDialog {
  background-color: var(--COLOR_CONTENT_BACKGROUND, #616161) !important; }

.RecordKeepingDialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  background: var(--COLOR_PRIMARY_BACKGROUND, #161833) !important; }
  .RecordKeepingDialog__backdrop {
    background-color: transparent !important; }
  .RecordKeepingDialog__close-button {
    position: absolute;
    top: 10px;
    right: 10px; }
    .RecordKeepingDialog__close-button .material-icons {
      color: var(--COLOR_PRIMARY_TEXT, white); }
  .RecordKeepingDialog__popover-title {
    font-size: 24px;
    color: var(--COLOR_PRIMARY_TEXT, white);
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .RecordKeepingDialog__popover-content {
    width: 70%;
    margin: auto;
    color: var(--COLOR_PRIMARY_TEXT, #fff);
    font-size: 12px; }
  .RecordKeepingDialog__center_h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    margin: 0; }
  .RecordKeepingDialog__hr {
    border-top: 1px solid var(--COLOR_PRIMARY_TEXT, #ccc);
    display: block;
    overflow: hidden;
    height: 1px;
    font-size: 1px;
    margin-top: 6px; }
  .RecordKeepingDialog__content1 {
    font-size: 12px;
    padding: 6px 0; }


/*# sourceMappingURL=ceae1c5d1c0b09bfeb29e982cd65ef2fdbbb2ea7_CSS.be4213f7.chunk.css.map*/