.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

.snoops-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
}

.snoops {
  display: flow-root;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}

div#inputAmount {
  padding-bottom: 0.6rem;
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

button#div-close-2 {
  display: none !important;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #4550e6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 57 253 / 25%);
  background-color: #fff !important;
}

.form-select:hover {
background-color: rgb(86 82 179/10%);
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

:root {
  --bs-blue: #4550e6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4550e6;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

*,::after,::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
      scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}
/*! CSS Used from: https://1234-black-sheep-8lb3hdhn.ws-us17.gitpod.io/src.a2b27638.css */
.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

:root {
  --bs-blue: #4550e6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4550e6;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

*,::after,::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
      scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}
/*! CSS Used from: https://1234-black-sheep-8lb3hdhn.ws-us17.gitpod.io/styles.dd855970.css */
*,::after,::before {
  box-sizing: border-box
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

*,::after,::before {
  box-sizing: border-box
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

*,::after,::before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}
/*! CSS Used from: https://1234-black-sheep-8lb3hdhn.ws-us17.gitpod.io/src.a2b27638.css */
.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

*,::after,::before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}
/*! CSS Used from: https://1234-black-sheep-8lb3hdhn.ws-us17.gitpod.io/styles.dd855970.css */
.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

*,::after,::before {
  box-sizing: border-box
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}

.modal.show .modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

h6.snoopy-6,p#snoopy2,p.text-progress {
  margin-bottom: 0
}

.snoopy-box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #dadcde69;
  padding: 8px 8px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c8;
  opacity: 80%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px
}

.toast-header {
  padding-bottom: 12px;
  padding-right: 0;
  padding-left: 0
}

button#algopay-btn:active {
  color: #fff;
  background-color: #4550e6!important;
  border-color: #4550e6
}

button#algopay-btn:hover {
  background-color: #727aec;
  border-color: #4550e6;
  color: #fff
}

.algopay-btn,.btn-close,button {
  transition: .3s
}

.d-flex {
  justify-content: space-between
}

.algopay-box {
  padding: 1rem
}

.modal-backdrop {
  z-index: -1!important
}

.snoopy-box-boxed {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px
}

.bd-callout {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

@media (max-width:325px) {
  snoopy-small {
      display: none
  }
}

p#snoopy {
  margin-bottom: 0!important;
  overflow-wrap: anywhere
}

.snoopy-box-boxed {
  display: flex;
  flex-direction: row;
  opacity: 85%;
  flex-wrap: wrap
}

*,::after,::before {
  box-sizing: border-box
}

h3,h5,h6,p {
  margin-top: 0
}

h3,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  h3 {
      font-size: 1.75rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

strong {
  font-weight: bolder
}

svg {
  vertical-align: middle
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d39fd
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-primary,.btn-primary:hover {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:hover {
  background-color: #727aec
}

.btn-primary:focus {
  color: #fff;
  background-color: #727aec;
  border-color: #4550e6;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-primary:active {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #4550e6;
  border-color: #4550e6
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:active:focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
}

.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a.footer-link-2:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link-2:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link:hover {
  background-color: rgb(86 82 179/10%);
  text-decoration: none
}

a.footer-link:focus {
  box-shadow: 0 0 0 1px rgb(107 116 235/81%)
}

a.footer-link,a.footer-link-2 {
  border-radius: 4px;
  padding: 2px 4px
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.toast-header,h5.algopay-btn {
  display: flex;
  align-items: center
}

.toast-header {
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

path.ap-lg {
  opacity: 95%
}

path.ap-md {
  opacity: 70%
}

path.ap-sm {
  opacity: 20%
}

.fs-5 {
  font-style: italic
}

h5.algopay-btn {
  color: #4550e6;
  margin-bottom: 0!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-footer-cr {
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-direction: row;
  font-size: small
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto
  }
}

.link-dark {
  color: #212529
}

.link-dark:focus,.link-dark:hover {
  color: #1a1e21
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center,button#algopay-btn {
  align-items: center!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

@media screen and (max-width:240px) {
  a.footer-link-2 {
      display: none
  }
}

p.text-progress {
  text-align: right
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#algopay-btn {
  background-color: #4550e6;
  color: #fff;
  display: flex!important;
  justify-content: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 2rem;
  padding-right: 2rem
}

.modal-backdrop.show {
  opacity: .7!important;
  transition: .4s
}

p#date {
  margin-bottom: unset
}

a.footer-link-2:hover,a.footer-link:hover {
  margin-left: 3px;
  margin-right: 3px
}

.fs-5 {
  font-size: 1.5rem!important
}

.text-decoration-none {
  text-decoration: none!important
}

.rounded {
  border-radius: .25rem!important
}

@media print {
  p#date {
      margin-bottom: 0
  }

  .modal-backdrop.show {
      opacity: .8!important
  }

  button#algopay-btn {
      width: 80%
  }
}

.btn-close,button {
  transition: .3s
}

*,::after,::before {
  box-sizing: border-box
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.btn-close,button {
  transition: .3s
}

*,::after,::before {
  box-sizing: border-box
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none
}

button:focus:not(:focus-visible) {
  outline: 0
}

[type=button],button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

@media screen and (max-width:230px) {
  button#div-close {
      display: none
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em;
  color: #000;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 57 253/25%);
  opacity: 1
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.modal-header .btn-close:hover {
  background-color: rgb(86 82 179/10%)
}

.modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

p.text-progress {
  margin-bottom: 0;
  text-align: right
}

.d-flex {
  justify-content: space-between
}

*,::after,::before {
  box-sizing: border-box
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

svg {
  vertical-align: middle
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.d-flex {
  display: flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center {
  align-items: center!important
}

.me-2 {
  margin-right: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

a {
  color: #4550e6;
  text-decoration: underline
}

a:hover {
  color: #4550e6!important
}

a#algolink:focus {
  font-weight: 600;
  box-shadow: 0 0 0 1px rgb(107 116 235/81%);
  background-color: rgb(238 237 247);
  text-decoration: none;
  margin-left: 5px
}

a#algolink {
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: -2px
}

p.text-progress {
  margin-bottom: 0;
  text-align: right
}

.d-flex {
  justify-content: space-between
}

*,::after,::before {
  box-sizing: border-box
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

svg {
  vertical-align: middle
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-primary {
  color: #4e59e7;
  background-color: #d0d3f9;
  border-color: #b6b9fe!important
}

a#algolink:hover {
  font-weight: 600;
  background-color: rgb(238 237 247/61%);
  color: #4550e6!important;
  text-decoration: none;
  margin-left: 5px
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.d-flex {
  display: flex!important
}

.w-100 {
  width: 100%!important
}

.flex-shrink-0 {
  flex-shrink: 0!important
}

.align-items-center {
  align-items: center!important
}

.me-2 {
  margin-right: .5rem!important
}

@media screen and (max-width:350px) {
  .snoopy-box-4 {
      font-size: smaller
  }
}

.snoopy-box-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

button#div-close {
  cursor: pointer
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.3rem;
  font-size: unset;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.4rem;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #a2a8f3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(69 80 230 / 25%);
}

  
