.Main {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 750px;
}

.TermsPageFooter {
  margin-bottom: 50px;
  text-align: right;
}

.SpecifiedPageFooter {
  margin-bottom: 50px;
  text-align: right;
}

.PrivacyPage {
  padding: 0 20px 50px 20px;
  font-size: 16px;
}

.PrivacyPage h1 {
  font-size: 22px;
  text-align: center;
}

.PrivacyPage h2 {
  font-size: 18px;
  font-weight: normal;
}

.PrivacyPage h3 {
  font-size: 16px;
  font-weight: normal;
}

.PrivacyPage .PrivacyPageMarginNone {
  margin: 0;
}

.PrivacyPage .PrivacyPageListNone {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #49545a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #49545a;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 65, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #FF4B41;
  border-color: #FF4B41;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff271b;
  border-color: #ff1b0e;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ff271b;
  border-color: #ff1b0e;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 94, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #FF4B41;
  border-color: #FF4B41;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff1b0e;
  border-color: #ff0f01;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 94, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #6f7f88;
  border-color: #6a7881;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #6f7f88;
  border-color: #6a7881;
  box-shadow: 0 0 0 0.2rem rgba(150, 162, 169, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6a7881;
  border-color: #64727a;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 162, 169, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #49545a;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #49545a;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(228, 177, 19, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #49545a;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 177, 19, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-light:hover {
  color: #49545a;
  background-color: #dfe2e5;
  border-color: #d8dcdf;
}

.btn-light:focus,
.btn-light.focus {
  color: #49545a;
  background-color: #dfe2e5;
  border-color: #d8dcdf;
  box-shadow: 0 0 0 0.2rem rgba(218, 221, 222, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #49545a;
  background-color: #d8dcdf;
  border-color: #d1d6d9;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 221, 222, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-dark:hover {
  color: #fff;
  background-color: #4b555b;
  border-color: #454e54;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #4b555b;
  border-color: #454e54;
  box-shadow: 0 0 0 0.2rem rgba(116, 127, 134, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #454e54;
  border-color: #3f484d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 127, 134, 0.5);
}

.btn-outline-primary {
  color: #FF4B41;
  border-color: #FF4B41;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #FF4B41;
  border-color: #FF4B41;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 65, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #FF4B41;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF4B41;
  border-color: #FF4B41;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 65, 0.5);
}

.btn-outline-secondary {
  color: #84919a;
  border-color: #84919a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #84919a;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #84919a;
  border-color: #84919a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 145, 154, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #49545a;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-outline-light:hover {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f4f5f6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #49545a;
  background-color: #f4f5f6;
  border-color: #f4f5f6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 245, 246, 0.5);
}

.btn-outline-dark {
  color: #5c6870;
  border-color: #5c6870;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #5c6870;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5c6870;
  border-color: #5c6870;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 104, 112, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #FF4B41;
  text-decoration: none;
}

.btn-link:hover {
  color: #f40d00;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #84919a;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn {
  box-shadow: 0 1px 2px #dde1e3;
  font-size: 0.9375rem;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

.btn-sm {
  font-weight: 500;
  font-size: 0.8125rem;
}

.btn-xs {
  padding: 3px;
  font-weight: 500;
  font-size: 0.65rem;
}

.btn-link {
  box-shadow: none;
}

.btn-reset {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.btn-default {
  background-color: #fff;
  border-color: #c7cdd1;
  color: #5c6870;
  font-weight: 300;
  font-size: 1rem;
}

.btn-default:hover {
  border-color: #b0b9bf;
}

.btn-outline-dark {
  border-color: #6e7d87;
  color: #6e7d87;
  font-weight: 300;
  box-shadow: none;
}

.btn-primary {
  color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled {
  background-color: #EB5A50 !important;
  border-color: #EB5A50 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:active {
  color: white;
}

.btn-white {
  background-color: white;
  border: 1px solid #c7cdd1;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #FDF1F0;
}

.btn-white:disabled {
  background-color: #a7a7a7;
}

.btn-white-primary {
  color: #FF4B41;
  background-color: white;
  border: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary:active,
.btn-white-primary.active {
  color: #f95c51;
}

.btn-danger {
  color: #FF4B41;
  background-color: white;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #f95c51;
  background-color: white;
}

.badge-white {
  color: #FF4B41;
  background-color: white;
}

.has-tooltip {
  cursor: pointer;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #FDF1F0;
  color: #49545a;
  border-radius: 16px;
  padding: 10px 15px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #FDF1F0;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -4.5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -4.5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -4.5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -4.5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover {
  border: none;
}

.tooltip.popover .popover-inner {
  background-color: #FDF1F0;
  padding: 15px;
}

.tooltip.popover.textLeft .popover-inner {
  text-align: left;
}

.tooltip.popover.blackBalloon .popover-inner {
  background-color: #282828;
  border-color: #282828;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
}

.tooltip.popover.blackBalloon .popover-arrow {
  border-color: #282828;
}

.tooltip.popover.blackBalloon a {
  color: #ffffff;
  text-decoration: none;
  padding: 3px 10px;
  display: inline-block;
  cursor: pointer;
}

.tooltip.popover.blackBalloon.menuBalloon.customer a {
  font-size: 12px;
  line-height: 18px;
}

.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.help-mark {
  position: fixed;
  left: 15px;
  bottom: 15px;
}

.help-mark a {
  color: #98a6b5;
}

.tooltip.popover.previewTooltip {
  border-radius: 10px;
}

.tooltip.popover.previewTooltip.previewTooltip--small .tooltip-inner {
  min-width: 400px;
  width: 400px;
  min-height: 200px;
  max-height: 480px;
}

.tooltip.popover.previewTooltip.previewTooltip--auto .tooltip-inner {
  min-width: 240px;
  width: auto;
  min-height: auto;
  max-height: 480px;
}

.tooltip.popover.previewTooltip.previewTooltip--auto .PreviewPopoverBody {
  min-height: auto;
}

.tooltip.popover.previewTooltip .tooltip-inner {
  padding: 0;
  background-color: #ffffff;
  color: #5a5a5a;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #00000033;
  min-width: 720px;
  width: 720px;
  min-height: 200px;
  max-height: 480px;
}

.tooltip.popover.previewTooltip .tooltip-arrow {
  display: none;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #5A5A5A;
  background-color: #f2eeee;
}

body .Chat {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

