*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 15px;
  color: #212121;
  line-height: 1.5;
  font-weight: 400;
}

fieldset {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

button {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

a:not([class]):hover {
  text-decoration: underline;
}

.sticky-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p {
  margin: 0;
  margin-bottom: 14px;
}

[hidden] {
  display: none;
}

.h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

ol {
  margin: 0.24rem 0 0.75rem;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

ol li {
  margin: 0.15rem 0 0.15rem 1.25rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 14px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-3 {
  margin-top: 14px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.ml-3 {
  margin-left: 14px !important;
}

.mr-3 {
  margin-right: 14px !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline-block !important;
}

.align-items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-success {
  color: #33b04a;
}

.text-error {
  color: #d50000;
}

.link {
  color: #0066ff;
}

.opacity-50 {
  opacity: .5;
}

.app {
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.demo {
  position: relative;
  width: 250px;
  margin: 0 auto 36px;
  transform: rotate(0deg);
  animation: shake .5s ease-in-out 1;
}

@keyframes shake {
  0% {
    transform: rotate(-4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.demo-phone {
  position: absolute;
  display: block;
  width: 100%;
}

.demo-frame {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 10px solid #000;
  border-radius: 20px;
  overflow: hidden;
}

.demo-video {
  display: block;
  width: 100%;
}

.header-logo {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 auto .5rem;
}

.header-logo img {
  display: block;
  width: 100%;
}

.container {
  position: relative;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

label.form-label {
  display: block;
  margin-bottom: 6px;
  cursor: pointer;
}

input.form-control {
  position: relative;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #bcc6d0;
  border-radius: 0.25rem;
  line-height: 1rem;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border 0.25s ease-in-out;
  will-change: border-color;
  background-clip: padding-box;
}

input.form-control[type="time"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 39px;
}

input.form-control:focus,
input.form-control:active {
  outline: 0;
  border-color: #0066ff;
}

input.form-control:disabled {
  opacity: .6;
}

input.form-control.invalid {
  border-color: #d64646;
}

select.form-control {
  position: relative;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #bcc6d0;
  border-radius: 4px;
  color: #212121;
  background-color: #fff;
  cursor: pointer;
  outline: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23424d57'%3E%3Cpath d='M7 10l5 5 5-5H7z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
  background-position: right 8px center;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select.form-control:focus {
  color: #0066ff;
  border-color: #0066ff;
}

select.form-control:disabled {
  opacity: .6;
}

select.inline-control {
  color: #212121;
  border: none;
  background: none;
  appearance: none;
}

textarea.secondary-control {
  position: relative;
  display: block;
  width: 100%;
  min-height: 2.5rem;
  padding: 8px 10px 9px;
  border-radius: 0.25rem;
  border: 1px solid #dde2e5;
  background-color: #dde2e5;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: color, background-color, box-shadow, border-color;
}

textarea.secondary-control:focus {
  border-color: #0066ff;
  background-color: #fff;
}

.form-dropdown {
  position: relative;
  display: block;
}

.form-droplist {
  position: absolute;
  z-index: 1;
  top: 100%;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 250px;

  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
  overflow: auto;
}

.form-dropoption {
  position: relative;
  padding: 0 10px;
  min-height: 42px;
  line-height: 42px;
  cursor: pointer;
}

.form-dropoption:hover,
.form-dropoption:active {
  color: #4384f5;
  background-color: #e1e9ec;
}

.form-clear {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  right: 0;
  top: 0;
  min-width: 42px;
  color: #424d57;
  border: none;
  background: none;
  transition: opacity .2s ease;
  cursor: pointer;
}

.form-clear:hover,
.form-clear:active {
  opacity: .6;
}

.form-control:focus+.form-clear,
.form-clear:focus {
  display: flex;
}

.btn-primary {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 42px;
  color: #fff;
  background-color: #0066ff;
  border: 1px solid #0066ff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  transition-property: border-color, color, background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

a.btn-primary {
  line-height: 38px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #0059e1;
  outline: none;
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
  color: #424d57;
  border-color: #bcc6d0;
  background-color: #e1e8ed;
  cursor: default;
}

.btn-secondary {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 36px;
  min-height: 42px;
  color: #424d57;
  border: 1px solid #bcc6d0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #f9fbfb;
  outline: none;
  transition-property: opacity, border, color, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.btn-secondary.active {
  color: #fff;
  border-color: #4384f5;
  background-color: #4384f5;
  outline: none;
}

.btn-secondary:disabled,
.btn-secondary:disabled:hover {
  color: #8e969b;
  border-color: #d5dbe1;
  background-color: #f9fbfb;
  cursor: default;
}

.btn-large {
  height: 42px;
  line-height: 40px;
}

.btn-cube {
  height: 40px;
  width: 40px;
  padding: 7px 0;
  flex: 0 0 40px;
}

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

.btn-close {
  --color: #000;
  --bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --opacity: 0.75;
  --hover-opacity: 0.8;
  --focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --focus-opacity: 1;
  --disabled-opacity: 0.25;
  --white-filter: invert(1) grayscale(100%) brightness(200%);
  width: 2em;
  height: 2em;
  padding: .25em .25em;
  color: var(--color);
  background: transparent var(--bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--opacity);
  cursor: pointer;
}

.btn-close:hover {
  color: var(--color);
  text-decoration: none;
  opacity: var(--hover-opacity)
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--focus-shadow);
  opacity: var(--focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--disabled-opacity)
}

.btn-close-white {
  filter: var(--white-filter)
}

.btn-outline {
  --color: #000;
  --opacity: 0.75;
  --hover-opacity: 0.8;
  --focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --focus-opacity: 1;
  --disabled-opacity: 0.25;
  --white-filter: invert(1) grayscale(100%) brightness(200%);
  padding: .35em .35em;
  color: var(--color);
  background: transparent var(--bg) center/1em auto no-repeat;
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  opacity: var(--opacity);
  cursor: pointer;
}

.btn-outline:hover {
  color: var(--color);
  text-decoration: none;
  opacity: var(--hover-opacity)
}

.btn-outline:focus {
  outline: 0;
  box-shadow: var(--focus-shadow);
  opacity: var(--focus-opacity)
}

.btn-outline.disabled,
.btn-outline:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--disabled-opacity)
}

.btn-outline-white {
  filter: var(--white-filter)
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4rem 1rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: auto;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  padding: 30px 34px;
  width: 638px;
  max-width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.modal-header {
  display: flex;
  padding: 0;
  margin-bottom: 14px;
}

.modal-title {
  color: #424d57;
  font-size: 20px;
  flex-grow: 1;
}

.modal-close {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: none;
  border: none;
  color: #424d57;
  transition: background-color 0.15s ease;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #efefef;
}

.modal-body {
  padding: 0;
}

.form-quick-list {
  padding-top: .5rem;
}

.form-quick-item {
  position: relative;
  color: #4384f5;
  display: inline-block;
  text-decoration: underline;
}

.form-quick-item::after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}

.form-quick-item+.form-quick-item {
  margin-left: 8px;
}

.toast-container {
  position: fixed;
  padding: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: 1090;
}

.toast {
  --color: #fff;
  --background-color: #5ca8f5;
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 42px;
  padding: 0.75rem 0.8rem;
  color: var(--color);
  background: var(--background-color);
  font-weight: 600;
  box-shadow: 0 6px 30px -10px rgb(0 0 0 / 30%);
  border-radius: 4px;
}

.toast+.toast {
  margin-top: 14px;
}

.toast-success {
  --background-color: #4bb678;
}

.toast-warning {
  --background-color: #efa842;
}

.toast-error {
  --background-color: #d64646;
}

.toast-info {
  --background-color: #0166ff;
}

.toast-dark {
  --background-color: #323232;
}

.toast-body {
  flex: 1;
}

.toast-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hit-slop {
  position: relative;
}

.hit-slop::after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}

.loader {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  animation: loader-keyframe 1s infinite linear;
  border-width: 4px;
  border-style: solid;
  border-color: #deeefd;
  border-top-color: #0066ff;
}

@keyframes loader-keyframe {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}