/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/Inter-Thin-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Inter-ExtraLight-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Inter-Light-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Inter-Medium-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-SemiBold-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter-Bold-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Inter-ExtraBold-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/Inter-Black-slnt=0.ttf") format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/nunito-v9-latin-300.ttf") format('truetype'); /* Safari, Android, iOS */
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0px solid transparent;
}
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3f4450;
}
a {
  text-decoration: none;
  color: #3f4450;
}
a:hover {
  color: #68639b;
}
header ul {
  display: flex;
  margin: 0;
  align-items: center;
  list-style: none;
}
header ul li {
  padding: 15px 0;
  font-weight: 500;
}
header ul li.right {
  margin-left: auto;
}
header ul li .logo {
  font-size: 18px;
  font-weight: 600;
}
input,
select {
  height: 50px;
  padding: 0 16px;
  border: 1px solid #e9e9ea;
  border-radius: 4px;
  -webkit-appearance: none;
}
select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-color: #f5f6f7;
  background-position-x: 97%;
  background-position-y: 13px;
  padding-right: 40px;
}
select.white {
  border: 1px solid transparent;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
}
select[multiple] {
  height: auto;
  padding: 0;
  background-image: none;
}
select[multiple] option {
  padding: 16px;
}
select[multiple] option[selected],
select[multiple] option:checked {
  background-color: rgba(104,99,155,0.5);
}
.none {
  display: none !important;
}
.container {
  max-width: 940px;
  margin: 0 auto;
}
.va-t {
  vertical-align: top;
}
.txt-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
body.journey .table-show {
  padding: 30px;
}
body.journey .table-show table {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  text-align: left;
  border: 1px solid #e9e9ea;
  border-radius: 4px;
  overflow: hidden;
}
body.journey .table-show table.small {
  font-size: 14px;
}
body.journey .table-show table .bg-green {
  background-color: #89e288;
}
body.journey .table-show table thead {
  background-color: #f9fafb;
}
body.journey .table-show table thead tr th {
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid #e9e9ea;
}
body.journey .table-show table thead tr th.center {
  text-align: center;
}
body.journey .table-show table tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #e9e9ea;
}
body.journey .table-show table tbody tr td:first-child {
  font-weight: 500;
}
body.journey .table-show table tbody tr td[colspan] {
  text-align: center;
  font-weight: normal;
  border-bottom: none;
}
body.journey .table-show table tbody tr td.status {
  text-align: center;
}
body.journey .table-show table tbody tr td.status span {
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 500;
}
body.journey .table-show table tbody tr td.status.completed span {
  background-color: #def7ec;
  color: #145f4b;
}
body.journey .table-show table tbody tr td.status.failed span {
  background-color: #fde8e7;
  color: #9f2828;
}
body.journey .table-show table tbody tr td.status.pending span {
  background-color: #e1effe;
  color: #2648a2;
}
body.journey .table-show table tbody tr:last-child td {
  border-bottom: none;
}
body.journey .table-show table tbody .send-email-btn {
  background-color: #68639b;
  padding: 7px 15px;
  color: #fff;
  border-radius: 4px;
}
.report-body,
.open-body {
  padding: 30px 0;
}
.report-body .graph-container,
.open-body .graph-container {
  width: 100%;
}
.report-body .container > div,
.open-body .container > div {
  margin: 100px 0;
}
.report-body .numbers,
.open-body .numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.report-body .numbers .col,
.open-body .numbers .col {
  flex-grow: 1;
  border: 1px solid #e9e9ea;
  text-align: center;
  padding: 20px 20px 40px 20px;
  border-radius: 4px;
}
.report-body .numbers .col h2,
.open-body .numbers .col h2 {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
}
.report-body .numbers .col h3,
.open-body .numbers .col h3 {
  font-size: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .report-body .container,
  .open-body .container {
    text-align: left;
  }
  .report-body .numbers,
  .open-body .numbers {
    flex-direction: column;
    margin: 20px 0 !important;
  }
  .report-body .numbers .col,
  .open-body .numbers .col {
    width: 100%;
  }
}
body.faq-body {
  line-height: 1.2;
}
body.faq-body .title {
  margin: 100px 0;
  text-align: center;
}
body.faq-body h3 {
  margin-top: 50px;
  margin-bottom: 10px;
}
body.faq-body h3:first {
  margin-top: 150px;
}
body.faq-body .questions {
  margin-bottom: 100px;
}
body.faq-body .questions a {
  color: $brandyellowcolor;
  text-decoration: underline;
  text-decoration-color: #3f4450;
  text-decoration-style: wavy;
  text-decoration-skip: edges;
}
body.faq-body .questions ul li {
  list-style-position: inside;
}
body.feedback .container {
  max-width: 700px;
}
body.feedback .feedback-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
}
body.feedback .feedback-header {
  margin-bottom: 52px;
}
body.feedback .feedback-header h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3f4450;
}
body.feedback .feedback-header p {
  font-size: 16px;
  color: #868d9d;
}
body.feedback .feedback-form {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
body.feedback .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.feedback .form-label {
  font-weight: 500;
  font-size: 15px;
  color: #3f4450;
}
body.feedback .form-label .required {
  color: #dc3545;
}
body.feedback .rating-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.feedback .rating-option {
  display: flex;
  align-items: center;
}
body.feedback .rating-option input[type="radio"] {
  display: none;
}
body.feedback .rating-option label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #e9e9ea;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-grow: 1;
}
body.feedback .rating-option label .star {
  font-size: 18px;
}
body.feedback .rating-option label .label-text {
  font-size: 14px;
  color: #3f4450;
}
body.feedback .rating-option input[type="radio"]:checked + label {
  background-color: rgba(104,99,155,0.15);
  border-color: #68639b;
  font-weight: 500;
}
body.feedback .form-input,
body.feedback .form-textarea {
  padding: 12px 16px;
  border: 1px solid #e9e9ea;
  border-radius: 6px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #3f4450;
  resize: vertical;
}
body.feedback .form-input:focus,
body.feedback .form-textarea:focus {
  border-color: #68639b;
  box-shadow: 0 0 0 3px rgba(104,99,155,0.1);
}
body.feedback .form-textarea {
  min-height: 100px;
}
body.feedback .form-actions {
  display: flex;
  margin-top: 10px;
}
body.feedback .btn-submit {
  padding: 12px 40px;
  background-color: #68639b;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.feedback .btn-submit:hover {
  background-color: #5e598c;
  box-shadow: 0 4px 12px rgba(104,99,155,0.3);
}
body.feedback .btn-submit:active {
  transform: scale(0.98);
}
body.feedback .success-message {
  text-align: center;
  padding: 30px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  color: #155724;
}
body.feedback .success-message p {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .container {
    text-align: center;
    padding: 10px;
  }
  .upgrade .container {
    padding-bottom: 300px;
  }
  .grid {
    display: block !important;
  }
  .grid .col {
    width: 100% !important;
    margin: 30px 0 !important;
  }
  .hero h1 {
    width: 100% !important;
  }
  body.open-body .container {
    padding: 0 10px;
  }
  body.open-body .numbers {
    display: block;
  }
  body.open-body .numbers .col {
    margin-bottom: 20px;
  }
}
.hero {
  padding: 50px 0;
}
.hero .grid {
  display: flex;
  align-items: center;
}
.hero .grid .col {
  flex: 50%;
}
.hero .grid .col.left .logo {
  height: 50px;
}
.hero .grid .col.left h1 {
  font-weight: 600;
  font-size: 30px;
  width: 70%;
}
.hero .grid .col.left p {
  color: #868d9d;
}
.hero .grid .col.left .buttons {
  margin-top: 20px;
}
.hero .grid .col.left .buttons a {
  margin-right: 5px;
}
.hero .grid .col.left .buttons a img {
  height: 40px;
}
.hero .grid .col.left .review {
  margin-top: 80px;
}
.hero .grid .col.left .review .rate {
  height: 20px;
}
.hero .grid .col.left .review p {
  margin: 5px 0 20px 0;
  font-size: 18px;
  line-height: 1.5;
}
.hero .grid .col.left .review .by {
  font-weight: 500;
  font-size: 13px;
}
.hero .grid .col.left .review .by .logo-partner {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.hero .grid .col.right {
  text-align: center;
}
.hero .grid .col.right img {
  width: 100%;
}
.review {
  margin-top: 80px;
}
.review .rate {
  height: 20px;
}
.review p {
  margin: 5px 0 20px 0;
  font-size: 18px;
  line-height: 1.5;
}
.review .by {
  font-weight: 500;
  font-size: 13px;
}
.review .by .logo-partner {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.features {
  padding: 100px 0;
}
.features h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
.features p {
  color: #868d9d;
}
.features .grid {
  display: flex;
  align-items: center;
}
.features .grid .col:nth-child(2) {
  margin: 0 30px;
}
.features .grid .col .box {
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
}
.features .grid .col .box:hover {
  box-shadow: 0 3px 14px rgba(0,0,0,0.1);
}
.features .grid .col .box .header {
  border-bottom: 1px solid #e9e9ea;
}
.features .grid .col .box .header img {
  width: 100%;
}
.features .grid .col .box .desc {
  padding: 20px 15px;
}
.features .grid .col .box .desc img {
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.features .grid .col .box .desc strong {
  vertical-align: middle;
}
.features .grid .col .box .desc p {
  margin-top: 10px;
  line-height: 1.3;
}
footer {
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #e9e9ea;
  color: #868d9d;
}
footer .grid {
  display: flex;
  align-items: flex-start;
}
footer .grid .col:nth-child(1) {
  width: 60px;
}
footer .grid .col:nth-child(2),
footer .grid .col:nth-child(3) {
  padding: 0 20px;
}
footer .grid .col:nth-child(2) {
  width: 500px;
}
footer .grid .col:nth-child(4) {
  margin-left: auto;
}
footer .grid .logo {
  height: 40px;
}
footer .grid strong {
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #3f4450;
}
footer .grid p {
  line-height: 1.3;
}
footer .grid a {
  color: #868d9d;
}
footer .grid ul li {
  list-style: none;
  line-height: 1.5;
}
ul.pro-features li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ul.pro-features li svg {
  margin-right: 10px;
}
ul.pro-features li mark {
  display: inline-block;
  margin-top: 3px;
  padding: 5px;
  border-radius: 4px;
  background-color: #ffd86b;
  transform: rotate(-0.5deg);
}
.upgrade-form {
  padding: 40px 20px;
  border: 2px solid #e9e9ea;
  border-radius: 4px;
/* The switch - the box around the slider */
/* The slider */
}
.upgrade-form .total {
  font-size: 18px;
  margin-bottom: 30px;
}
.upgrade-form .total strong {
  font-size: 25px;
}
.upgrade-form h3 {
  text-align: center;
}
.upgrade-form .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  font-weight: 400 !important;
}
.upgrade-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.upgrade-form .switch input:checked + .slider {
  background-color: #68639b;
}
.upgrade-form .switch input:focus + .slider {
  box-shadow: 0 0 1px #68639b;
}
.upgrade-form .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.upgrade-form .switch.inline {
  display: flex !important;
  gap: 10px;
  align-items: center;
  padding-left: 60px;
}
.upgrade-form .switch.inline.small {
  padding-left: 30px;
}
.upgrade-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s;
}
.upgrade-form .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.upgrade-form .slider.round {
  border-radius: 34px;
}
.upgrade-form .slider.round:before {
  border-radius: 50%;
}
.upgrade-form .months {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.upgrade-form .selection {
  border-bottom: 1px solid #e9e9ea;
  margin: 10px 0 30px 0;
}
.upgrade-form .selection .months {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.upgrade-form .selection .months .month {
  border: 2px solid #e9e9ea;
  flex: 1;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  transition: border 0.2s ease;
  background-color: rgba(104,99,155,0.01);
}
.upgrade-form .selection .months .month .header {
  padding: 5px;
  border-bottom: 2px solid #e9e9ea;
  font-weight: 600;
  background-color: rgba(104,99,155,0.1);
}
.upgrade-form .selection .months .month .price {
  padding: 40px 0;
}
.upgrade-form .selection .months .month .discount {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: #fbefee;
  color: #e44232;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.upgrade-form .selection .months .month .benefits {
  list-style: none;
  text-align: left;
  padding: 0 20px 20px 20px;
}
.upgrade-form .selection .months .month .benefits li {
  margin-bottom: 10px;
  vertical-align: middle;
  margin-left: 30px;
}
.upgrade-form .selection .months .month .benefits li:before {
  content: url("/images/checkmark.svg");
  margin-left: -30px;
  position: absolute;
}
.upgrade-form .selection .months .month.active {
  border: 4px solid #68639b;
}
.upgrade-form .selection .months .month.active .header {
  background-color: rgba(104,99,155,0.7);
  border-bottom: 4px solid #68639b;
  color: #fff;
}
.upgrade-form .valid-date {
  margin: 30px 0;
}
.upgrade-form .transfer {
  margin-top: 30px;
}
.upgrade-form .transfer .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0;
  text-align: left;
}
.upgrade-form .transfer .row .left {
  font-weight: 500;
}
.upgrade-form .transfer .row .right {
  margin-left: auto;
}
.upgrade-form a.button {
  display: inline-block;
  margin-top: 40px !important;
  padding: 15px 25px;
  background-color: #68639b;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.upgrade-form a.button svg {
  margin-right: 10px;
}
.upgrade-form a.button.loading {
  background-color: transparent;
}
.upgrade-form a.button.loading svg {
  margin: 0;
}
.klikpet-pro {
  padding: 40px 20px;
  border: 2px solid #e9e9ea;
  border-radius: 4px;
  text-align: left;
}
.klikpet-pro .logo {
  height: 50px;
  width: auto !important;
}
.klikpet-pro h1 {
  font-weight: 600;
  font-size: 30px;
  width: 70%;
}
.klikpet-pro .total {
  font-size: 18px;
  margin-bottom: 30px;
}
.klikpet-pro .total strong {
  font-size: 25px;
}
.klikpet-pro .selection {
  margin: 10px 0 30px 0;
}
.klikpet-pro .selection .months {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.klikpet-pro .selection .months .month {
  border: 2px solid #e9e9ea;
  flex: 1;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  transition: border 0.2s ease;
}
.klikpet-pro .selection .months .month .header {
  padding: 5px;
  border-bottom: 2px solid #e9e9ea;
  font-weight: 600;
  background-color: rgba(104,99,155,0.1);
}
.klikpet-pro .selection .months .month .price {
  padding: 40px 0;
}
.klikpet-pro .selection .months .month .discount {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: #fbefee;
  color: #e44232;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.klikpet-pro .selection .months .month.active {
  border: 4px solid #e44232;
}
.klikpet-pro .selection .months .month.active .header {
  background-color: rgba(228,66,50,0.7);
  border-bottom: 4px solid #e44232;
  color: #fff;
}
body.diract {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  height: 100vh;
  padding: 20px;
}
body.diract form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
}
body.diract form * {
  width: 100%;
}
@media (max-width: 768px) {
  body.diract form {
    width: 100%;
  }
}
body.diract input {
  padding: 10px;
  border: 1px solid #e9e9ea;
  border-radius: 4px;
}
body.diract button {
  padding: 10px;
  border: none;
  border-radius: 4px;
}
body.diract button.danger {
  background-color: #de4232;
  color: #fff;
}
body.alert {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #000;
}
body.alert.error {
  background-color: #de4232;
}
body.alert.success {
  background-color: #62b562;
}
body.peek {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #000;
}
.button-group {
  border: 1px solid #3f4450;
  border-radius: 4px;
  display: flex;
}
.button-group input {
  display: none;
}
.button-group label {
  display: inline-block;
  padding: 8px 12px;
  border-right: 1px solid #3f4450;
  font-weight: 500;
}
.button-group label:first-child {
  border-left: 0;
}
.button-group label:last-child {
  border-right: 0;
}
.button-group input:checked + label {
  background-color: #68639b;
  color: #fff;
}
