/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: SourceSansPro;
  src: local("SourceSansPro"), url(../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: SourceSansPro;
  src: local("SourceSansPro"), url(../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: SourceSansPro;
  src: local("SourceSansPro"), url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf);
  font-weight: normal;
}
body {
  font-family: "SourceSansPro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #7a818f;
}

a {
  color: #ed4f55;
  text-decoration: none;
}
a:focus, a.focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active, a.active {
  color: #c2373d;
  text-decoration: none;
}
a.disabled:hover, a.disabled:focus, a.disabled.focus, a[disabled]:hover, a[disabled]:focus, a[disabled].focus, fieldset[disabled] a:hover, fieldset[disabled] a:focus, fieldset[disabled] a.focus {
  color: #bcc0ca;
  cursor: not-allowed;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "SourceSansPro", sans-serif;
  color: #2d323c;
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

h1, .h1 {
  font-size: 18px;
  line-height: 20px;
}

h2, .h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

h3, .h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

strong {
  font-weight: 600;
}

ol {
  padding-left: 20px;
}
ol li {
  padding: 0 10px 0 5px;
  margin-bottom: 15px;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons/icons.woff") format("woff"), url("../fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e900";
  color: #ed4f55;
  font-size: 16px;
}

.icon-attention:before {
  content: "\e901";
  color: #ed4f55;
}

.icon-back:before {
  content: "\e902";
  color: #ed4f55;
}

.icon-calendar:before {
  content: "\e903";
  color: #bcc0ca;
}

.icon-close:before {
  content: "\e904";
  color: #ed4f55;
}

.icon-date:before {
  content: "\e905";
  color: #ed4f55;
}

.icon-done:before {
  content: "\e906";
  color: #ed4f55;
}

.icon-done-1:before {
  content: "\e907";
  color: #32cea9;
}

.icon-down:before {
  content: "\e908";
}

.icon-email:before {
  content: "\e909";
  color: #ed4f55;
  font-size: 18px;
}

.icon-list:before {
  content: "\e90a";
  color: #bcc0ca;
}

.icon-notification:before {
  content: "\e90b";
  color: #ed4f55;
}

.icon-pass:before {
  content: "\e90c";
  color: #ed4f55;
}

.icon-plan:before {
  content: "\e90d";
  color: #bcc0ca;
}

.icon-return:before {
  content: "\e90e";
  color: #ed4f55;
  font-size: 18px;
}

.icon-right:before {
  content: "\e90f";
  font-size: 13px;
}

.icon-setting:before {
  content: "\e910";
  color: #bcc0ca;
}

.icon-share:before {
  content: "\e911";
  color: #ed4f55;
  font-size: 21px;
}

.icon-star:before {
  content: "\e912";
  color: #ed4f55;
}

.icon-up:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
  color: #ed4f55;
}

.icon-vaccination:before {
  content: "\e915";
  color: #bcc0ca;
}

.icon-dot {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: left;
}

.icon-dot:before {
  width: 6px;
  height: 6px;
  margin: 5px 0;
  background-color: #ed4f55;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
}

.text-left {
  text-align: left !important;
}

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-muted {
  color: #bcc0ca;
}
.text-muted:after, .text-muted:before {
  color: #bcc0ca;
}

.text-primary {
  color: #2d323c;
}
.text-primary:after, .text-primary:before {
  color: #2d323c;
}

.text-red,
.text-danger {
  color: #ed4f55;
}
.text-red:after, .text-red:before,
.text-danger:after,
.text-danger:before {
  color: #ed4f55;
}

.text-red-dark {
  color: #c2373d;
}
.text-red-dark:after, .text-red-dark:before {
  color: #c2373d;
}

.text-red-medium {
  color: #ed4f55;
}
.text-red-medium:after, .text-red-medium:before {
  color: #ed4f55;
}

.text-red-light {
  color: #ffe1e4;
}
.text-red-light:after, .text-red-light:before {
  color: #ffe1e4;
}

.text-green {
  color: #32cea9;
}
.text-green:after, .text-green:before {
  color: #32cea9;
}

.text-black {
  color: #2d323c;
}
.text-black:after, .text-black:before {
  color: #2d323c;
}

.text-grey-dark {
  color: #7a818f;
}
.text-grey-dark:after, .text-grey-dark:before {
  color: #7a818f;
}

.text-grey-medium {
  color: #bcc0ca;
}
.text-grey-medium:after, .text-grey-medium:before {
  color: #bcc0ca;
}

.text-grey-light {
  color: #eceff2;
}
.text-grey-light:after, .text-grey-light:before {
  color: #eceff2;
}

.text-grey-bright {
  color: #fafbfc;
}
.text-grey-bright:after, .text-grey-bright:before {
  color: #fafbfc;
}

.text-white {
  color: white;
}
.text-white:after, .text-white:before {
  color: white;
}

.small, small {
  font-size: 12px !important;
  line-height: 18px;
}

.text-small {
  font-size: 10px;
  line-height: 12px;
}

.text-spacing {
  letter-spacing: 1px;
}

.text-line-height {
  line-height: 1;
}

.text-underline-dotted {
  border-bottom: 1px dotted #bcc0ca;
}

.form-group {
  vertical-align: top;
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #2d323c;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #eceff2;
  outline: none;
  padding-bottom: 10px;
}
.form-control.form-small {
  font-size: 12px;
  border: none !important;
}
.form-control.error {
  border-color: #ed4f55;
  color: #ed4f55;
}
.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
  font-style: italic;
  display: none;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  font-style: italic;
  display: none;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  font-style: italic;
  display: none;
}
.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
  font-style: italic;
  display: none;
}

.form-label {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: 0.3s;
  color: #2d323c;
  text-transform: uppercase;
}

.form-control:focus,
input.form-control:not([value=""]),
.form-control[value]:not([required]):not([value=""]),
.form-control[required]:valid,
.form-control[readonly] {
  margin-top: 30px;
}
.form-control:focus ~ .form-label,
input.form-control:not([value=""]) ~ .form-label,
.form-control[value]:not([required]):not([value=""]) ~ .form-label,
.form-control[required]:valid ~ .form-label,
.form-control[readonly] ~ .form-label {
  color: #bcc0ca;
}
.form-control:focus ~ .input-clear-btn,
input.form-control:not([value=""]) ~ .input-clear-btn,
.form-control[value]:not([required]):not([value=""]) ~ .input-clear-btn,
.form-control[required]:valid ~ .input-clear-btn,
.form-control[readonly] ~ .input-clear-btn {
  top: 37px;
}

.form-date[value]:not([required]):not([value=""]),
.form-date[required]:valid {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='36' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.18533 5.18131C2.43243 4.93956 2.83306 4.93956 3.08016 5.18131L7.5 9.50549L11.9198 5.18131C12.1669 4.93956 12.5676 4.93956 12.8147 5.18131C13.0618 5.42307 13.0618 5.81503 12.8147 6.05678L7.94742 10.8187C7.70032 11.0604 7.29968 11.0604 7.05258 10.8187L2.18533 6.05678C1.93822 5.81503 1.93822 5.42307 2.18533 5.18131Z' fill='%232D323C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.form-date:focus,
.form-date[readonly] {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='36' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.18533 9.81869C2.43243 10.0604 2.83306 10.0604 3.08016 9.81869L7.5 5.49451L11.9198 9.81869C12.1669 10.0604 12.5676 10.0604 12.8147 9.81869C13.0618 9.57693 13.0618 9.18497 12.8147 8.94322L7.94742 4.18131C7.70032 3.93956 7.29968 3.93956 7.05258 4.18131L2.18533 8.94322C1.93822 9.18497 1.93822 9.57693 2.18533 9.81869Z' fill='%232D323C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
}

label.error {
  display: none;
  width: 100%;
  margin-top: 5px;
  color: #ed4f55;
}

.form-control.error ~ label.error {
  display: block;
}

.form-control.error ~ .input-clear-btn:before {
  color: #ed4f55;
}

.input-clear-btn {
  background: none !important;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 7px;
  right: 0;
  display: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-clear-btn:before {
  content: "\e904";
  color: #bcc0ca;
}

/*-------------- .checkbox-toggle --------------*/
.checkbox-toggle {
  height: 30px;
  width: 50px;
}

.checkbox-toggle input[type=checkbox] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
}

.checkbox-toggle input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 65px;
  line-height: 30px;
  display: block;
  position: relative;
}

.checkbox-toggle input + span:before {
  position: absolute;
  left: 0px;
  display: inline-block;
  content: "";
  height: 30px;
  width: 50px;
  background: #bcc0ca;
  transition: background 0.2s ease-out;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: #bcc0ca 2px solid;
}

.checkbox-toggle input + span:after {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  transition: margin-left 0.1s ease-in-out;
  background: white;
  content: "";
  background-clip: padding-box;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
}

.checkbox-toggle input:checked + span:after {
  left: 22px;
  content: "";
  background-clip: padding-box;
  animation: popIn ease-in 0.3s normal;
}

.checkbox-toggle input:checked + span:before {
  transition: background 0.2s ease-in;
  background: #32cea9;
  border: #32cea9 2px solid;
  opacity: 1;
}

.checkbox-toggle input:not(:checked) + span:after {
  animation: popOut ease-in 0.3s normal;
}

#birthday {
  text-transform: lowercase;
}

/*-------------- .upload-avatar --------------*/
.upload-avatar {
  position: relative;
  text-align: center;
  font-weight: 600;
}
.upload-avatar input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.upload-avatar .avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.18698 1.68699C8.18698 1.30758 7.87941 1 7.49999 1C7.12058 1 6.813 1.30758 6.813 1.68699V6.81301H1.68699C1.30758 6.81301 1 7.12059 1 7.5C1 7.87942 1.30758 8.18699 1.68699 8.18699H6.813V13.313C6.813 13.6924 7.12058 14 7.49999 14C7.87941 14 8.18698 13.6924 8.18698 13.313V8.18699H13.313C13.6924 8.18699 14 7.87942 14 7.5C14 7.12059 13.6924 6.81301 13.313 6.81301H8.18698V1.68699Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-color: #ed4f55;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.upload-avatar img {
  width: 100%;
  height: auto;
}

/*-------------- .input-image --------------*/
.input-image .input-image-field {
  display: none;
  height: 0;
  width: 0;
  position: absolute;
}
.input-image .input-image-field ~ .input-image-btn-add {
  display: inline-block;
}
.input-image .input-image-field ~ .input-image-btn-clear {
  display: none;
}
.input-image .input-image-field.completed ~ .input-image-btn-add {
  display: none;
}
.input-image .input-image-field.completed ~ .input-image-btn-clear {
  display: inline-block;
}
.input-image .input-image-thumb {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  margin: 0 auto;
}
.input-image .input-image-del {
  display: none;
}

.input-image {
  text-align: center;
}
.input-image .input-image-field.completed ~ .input-image-thumb:before, .input-image .input-image-field.completed ~ .input-image-thumb:after {
  display: none;
}
.input-image .input-image-thumb {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed4f55;
  position: relative;
  margin-bottom: 10px;
}
.input-image .input-image-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.18698 1.68699C8.18698 1.30758 7.87941 1 7.49999 1C7.12058 1 6.813 1.30758 6.813 1.68699V6.81301H1.68699C1.30758 6.81301 1 7.12059 1 7.5C1 7.87942 1.30758 8.18699 1.68699 8.18699H6.813V13.313C6.813 13.6924 7.12058 14 7.49999 14C7.87941 14 8.18698 13.6924 8.18698 13.313V8.18699H13.313C13.6924 8.18699 14 7.87942 14 7.5C14 7.12059 13.6924 6.81301 13.313 6.81301H8.18698V1.68699Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.input-image .input-image-thumb[data-name]:before {
  background-image: none;
}
.input-image .input-image-thumb[data-name]:after {
  content: attr(data-name);
  background-image: none;
  color: white;
  line-height: 1;
  text-align: center;
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  margin: -13px auto 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
}
.input-image .input-image-btn-add,
.input-image .input-image-btn-clear {
  text-decoration: none;
  font-weight: 600;
}

/*-------------- .custom-control --------------*/
.custom-control {
  position: relative;
  display: block;
}
.custom-control .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 15px;
  height: 15px;
  opacity: 0;
}
.custom-control .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control .custom-control-label::before {
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
  background-color: white;
  border: #bcc0ca solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.custom-control .custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  content: "\e907";
  color: #32cea9;
  border: none;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fafbfc;
  border: #eceff2 solid 1px;
}
.custom-control .custom-control-input[readonly] ~ .custom-control-label::before,
.custom-control .custom-control-input:read-only ~ .custom-control-label::before {
  background-color: #fafbfc !important;
  border: #eceff2 solid 1px !important;
  content: "" !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: none;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  background-color: #bcc0ca;
  border: 1px solid #bcc0ca;
}

.btn-primary {
  color: white;
  background-color: #ed4f55;
  border-color: #ed4f55;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.btn-primary:active, .btn-primary.active {
  background-color: #c2373d;
  border-color: #c2373d;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #bcc0ca;
  border-color: #bcc0ca;
}

.btn-secondary {
  color: #ed4f55;
  border-color: #ed4f55;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 50px;
  background-color: transparent;
}
.btn-secondary:active, .btn-secondary.active {
  color: #c2373d;
  border-color: #c2373d;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  color: #bcc0ca;
  border-color: #bcc0ca;
}

.btn-small {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 30px;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}

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

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

:focus {
  outline: none;
}

*:focus {
  outline: none;
}

/*-------------- scrollbar --------------*/
::-webkit-scrollbar-track {
  background-color: transparent;
  width: 0;
  height: 0;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0;
  height: 0;
}

/*-------------- width --------------*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

/*-------------- height --------------*/
.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

/*-------------- display --------------*/
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/*-------------- margin --------------*/
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

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

.mt-1, .my-1 {
  margin-top: 5px !important;
}

.mt-2, .my-2 {
  margin-top: 10px !important;
}

.mt-3, .my-3 {
  margin-top: 20px !important;
}

.mt-4, .my-4 {
  margin-top: 40px !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

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

.mb-1, .my-1 {
  margin-bottom: 5px !important;
}

.mb-2, .my-2 {
  margin-bottom: 10px !important;
}

.mb-3, .my-3 {
  margin-bottom: 20px !important;
}

.mb-4, .my-4 {
  margin-bottom: 40px !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mr-1, .mx-1 {
  margin-right: 5px !important;
}

.mr-2, .mx-2 {
  margin-right: 10px !important;
}

.mr-3, .mx-3 {
  margin-right: 20px !important;
}

.mr-4, .mx-4 {
  margin-right: 40px !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.ml-1, .mx-1 {
  margin-left: 5px !important;
}

.ml-2, .mx-2 {
  margin-left: 10px !important;
}

.ml-3, .mx-3 {
  margin-left: 20px !important;
}

.ml-4, .mx-4 {
  margin-left: 40px !important;
}

/*-------------- padding --------------*/
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 20px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pt-1, .py-1 {
  padding-top: 5px !important;
}

.pt-2, .py-2 {
  padding-top: 10px !important;
}

.pt-3, .py-3 {
  padding-top: 20px !important;
}

.pt-4, .py-4 {
  padding-top: 40px !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pb-1, .py-1 {
  padding-bottom: 5px !important;
}

.pb-2, .py-2 {
  padding-bottom: 10px !important;
}

.pb-3, .py-3 {
  padding-bottom: 20px !important;
}

.pb-4, .py-4 {
  padding-bottom: 40px !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pr-1, .px-1 {
  padding-right: 5px !important;
}

.pr-2, .px-2 {
  padding-right: 10px !important;
}

.pr-3, .px-3 {
  padding-right: 20px !important;
}

.pr-4, .px-4 {
  padding-right: 40px !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pl-1, .px-1 {
  padding-left: 5px !important;
}

.pl-2, .px-2 {
  padding-left: 10px !important;
}

.pl-3, .px-3 {
  padding-left: 20px !important;
}

.pl-4, .px-4 {
  padding-left: 40px !important;
}

/*-------------- float --------------*/
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/*-------------- hr --------------*/
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eceff2;
}

/*-------------- img --------------*/
img {
  max-width: 100%;
}

/*-------------- bg --------------*/
.bg-green {
  background-color: #32cea9 !important;
}

.bg-gray {
  background-color: #bcc0ca !important;
}

.bg-gray-bright {
  background-color: #fafbfc !important;
}

.bg-red {
  background-color: #ed4f55 !important;
}

/*-------------- sticky --------------*/
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
}

.avatar {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #ed4f55;
  overflow: hidden;
  text-align: center;
}
.avatar span {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.avatar-new {
  display: inline-block;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffe1e4;
  text-align: center;
}
.avatar-new i {
  font-size: 50px;
}

.nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -5px;
  list-style: none;
}
.nav-tabs a {
  color: #bcc0ca;
  text-decoration: none;
  padding: 0 5px 5px 5px;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}
.nav-tabs a.active, .nav-tabs a:hover {
  color: #ed4f55;
  border-bottom-color: #ed4f55;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}

.collapse:not(.show) {
  display: none;
}

.collapsing.collapse-width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
  overflow-y: hidden;
}

.card-link[data-toggle=collapse]:not(.collapsed) {
  border: 1px solid #ed4f55;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 15px;
  margin-top: 120px;
  pointer-events: none;
}
.modal-dialog .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 15px;
}
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15px;
  width: 15px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.18533 11.9198C1.93822 12.1669 1.93822 12.5676 2.18533 12.8147C2.43243 13.0618 2.83306 13.0618 3.08016 12.8147L7.5 8.39483L11.9198 12.8147C12.1669 13.0618 12.5676 13.0618 12.8147 12.8147C13.0618 12.5676 13.0618 12.1669 12.8147 11.9198L8.39483 7.49999L12.8147 3.08016C13.0618 2.83306 13.0618 2.43243 12.8147 2.18533C12.5676 1.93822 12.1669 1.93822 11.9198 2.18533L7.5 6.60516L3.08017 2.18533C2.83307 1.93823 2.43244 1.93823 2.18534 2.18533C1.93824 2.43243 1.93824 2.83306 2.18534 3.08016L6.60517 7.49999L2.18533 11.9198Z' fill='%23ED4F55'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2d323c;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-datepicker {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
}
.menu li {
  border-bottom: 1px solid #eceff2;
}
.menu li a {
  padding: 18px 15px;
  position: relative;
  display: block;
  color: #2d323c;
  text-decoration: none;
}
.menu li a i {
  width: 16px;
  text-align: center;
}
.menu li a i + span {
  padding-left: 10px;
}
.menu li a span {
  width: 100%;
}
.menu li a .checkbox-toggle {
  margin-top: -10px;
  margin-bottom: -10px;
}
.menu li a.active {
  padding-right: 40px;
}
.menu li a.active:after {
  width: 12px;
  height: 12px;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: bottom;
  display: inline-block;
  content: "\e906";
  color: #ed4f55;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -6px;
  right: 21px;
}

.calendar {
  position: relative;
  margin-right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.calendar .calendar-scroll {
  overflow-x: scroll;
  padding-bottom: 8px;
}

.calendar-table {
  width: max-content;
  padding: 15px;
  background-color: #fafbfc;
}
.calendar-table table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  width: max-content;
  background-color: transparent;
  border: none;
  font-size: 10px;
  line-height: 12px;
}
.calendar-table table td, .calendar-table table th {
  background-color: white;
  padding: 8px 10px;
  border-top: 1px solid #eceff2;
  border-left: 1px solid #eceff2;
  text-align: center;
  vertical-align: center;
}
.calendar-table table tr > th:first-child {
  border-left: none;
  width: 100px;
  text-align: left;
  padding: 8px 10px 8px 15px;
}
.calendar-table table thead th {
  width: 40px;
  color: #bcc0ca;
  border-top: none;
  height: 40px;
  padding: 8px 10px;
  max-height: 40px;
  overflow: hidden;
}
.calendar-table table thead th:last-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.calendar-table table thead th:first-child {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.calendar-table table tbody tr th {
  color: #2d323c;
}
.calendar-table table tbody tr th a {
  color: #2d323c;
  display: block;
  text-decoration: none;
}
.calendar-table table tbody tr td {
  width: 40px;
}
.calendar-table table tbody tr td a {
  color: white;
  display: block;
  text-decoration: none;
}
.calendar-table table tbody tr:last-child th {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.calendar-table table tbody tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.calendar-table .icon-attention {
  font-size: 10px !important;
  padding-left: 3px;
  line-height: 10px;
}

.calendar-fix {
  position: absolute;
  left: 0;
  top: 0;
}
.calendar-fix .calendar-table {
  padding-right: 0;
}

.card {
  background-color: white;
  color: #2d323c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
}
.card .card-header {
  padding: 10px 12px;
  position: relative;
}
.card .card-body {
  padding: 10px 12px;
  position: relative;
}
.card .card-footer {
  border-top: 1px solid #eceff2;
  padding: 10px 12px;
  position: relative;
}
.card .card-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card.readonly, .card.disabled {
  color: #eceff2;
}
.card .collapse-toggle {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  text-align: center;
}
.card .collapse-toggle:before {
  content: "\e907";
  color: #32cea9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
}
.card .collapse-toggle.disabled:before {
  background-color: white !important;
  border: #eceff2 solid 1px !important;
}
.card .collapsed .collapse-toggle:before {
  background-color: white;
  border: #bcc0ca solid 1px;
  content: "";
}

.accordion .accordion-toggle {
  color: #2d323c;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
.accordion .accordion-toggle:after {
  width: 16px;
  height: 16px;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: bottom;
  display: inline-block;
  content: "\e913";
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.accordion .accordion-toggle.collapsed:after {
  content: "\e908";
}

.bg-red,
.bg-danger {
  background-color: #ed4f55;
}

.bg-red-dark {
  background-color: #c2373d;
}

.bg-red-medium {
  background-color: #ed4f55;
}

.bg-red-light {
  background-color: #ffe1e4;
}

.bg-green {
  background-color: #32cea9;
}

.bg-green-light {
  background-color: #dffaf3;
}

.bg-grey,
.bg-grey-dark {
  background-color: #7a818f;
}

.bg-grey-medium {
  background-color: #bcc0ca;
}

.bg-grey-light {
  background-color: #eceff2;
}

.bg-grey-bright {
  background-color: #fafbfc;
}

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

html {
  background: #c2373d;
  height: 100vh;
  max-width: 600px;
  margin: 0 auto;
}

body {
  background: #fafbfc;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
}

main {
  flex: 1;
  overflow: auto;
}

header#header {
  background-color: white;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  height: 35px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 500;
}
header#header h1 {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #2d323c;
  margin-bottom: 0;
}
header#header h1 a {
  color: #2d323c;
  text-decoration: none;
  position: relative;
}
header#header h1 a:after {
  width: 16px;
  height: 16px;
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: bottom;
  display: inline-block;
  content: "\e913";
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
  right: -21px;
}
header#header h1 a.collapsed:after {
  content: "\e908";
}
header#header .btn {
  position: absolute;
  right: 15px;
  top: 0;
  height: 35px;
  line-height: 35px;
  color: #7a818f;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
header#header .btn i {
  font-size: 16px;
}
header#header .btn-back {
  position: absolute;
  left: 15px;
  top: 0;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-decoration: none;
}

footer#footer {
  background-color: white;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  z-index: 10;
  padding-bottom: 12px;
}
footer#footer .navigation a {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #bcc0ca;
  overflow: hidden;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
  white-space: nowrap;
}
footer#footer .navigation a:focus, footer#footer .navigation a.focus {
  text-decoration: none;
}
footer#footer .navigation a:hover {
  text-decoration: none;
}
footer#footer .navigation a:active, footer#footer .navigation a.active {
  color: #ed4f55;
  text-decoration: none;
}
footer#footer .navigation a.disabled:hover, footer#footer .navigation a.disabled:focus, footer#footer .navigation a.disabled.focus, footer#footer .navigation a[disabled]:hover, footer#footer .navigation a[disabled]:focus, footer#footer .navigation a[disabled].focus, fieldset[disabled] footer#footer .navigation a:hover, fieldset[disabled] footer#footer .navigation a:focus, fieldset[disabled] footer#footer .navigation a.focus {
  color: #bcc0ca;
  cursor: not-allowed;
}
footer#footer .navigation a i {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  line-height: 20px;
  height: 20px;
}
footer#footer .navigation a i:before {
  color: inherit;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  width: 55px;
  height: 55px;
  font-size: 0;
  display: none;
  -webkit-animation: outer 6600ms linear infinite;
  animation: outer 6600ms linear infinite;
  z-index: 1000;
}
.preloader svg {
  -webkit-animation: inner 3300ms linear infinite;
  animation: inner 3300ms linear infinite;
}
.preloader svg circle {
  fill: none;
  stroke: #ed4f55;
  stroke-linecap: square;
  -webkit-animation: arc 1100ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
  animation: arc 1100ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}
.preloader svg circle:first-child {
  fill: none;
  stroke: #ffe1e4;
  stroke-linecap: square;
  -webkit-animation: arc 2200ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
  animation: arc 2200ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}

@-webkit-keyframes outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes inner {
  0% {
    -webkit-transform: rotate(-100.8deg);
    transform: rotate(-100.8deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes inner {
  0% {
    -webkit-transform: rotate(-100.8deg);
    transform: rotate(-100.8deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes arc {
  0% {
    stroke-dasharray: 1210.48670779px;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 151.55042961px, 210.48670779px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1210.48670779px;
    stroke-dashoffset: -151.55042961px;
  }
}
@keyframes arc {
  0% {
    stroke-dasharray: 1210.48670779px;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 151.55042961px, 210.48670779px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1210.48670779px;
    stroke-dashoffset: -151.55042961px;
  }
}
/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}

body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
  display: block !important;
}

.ui-pnotify.ui-pnotify-move {
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity 0.4s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity 0.25s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.25s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.1s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.1s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

.ui-pnotify {
  position: fixed;
  right: 0;
  left: 0;
  width: 100% !important;
  font-size: 1.2em;
  top: 0;
  margin-top: 35px;
}

.ui-pnotify ~ .ui-pnotify {
  margin-top: 0;
}

.ui-pnotify-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify {
  background: #32cea9;
  color: white;
  border-top: 1px solid white;
  text-align: center;
  font-size: 14px;
}

.ui-pnotify.error {
  background: #ffe1e4;
  color: #c2373d;
}

ul.patients {
  list-style: none;
  position: absolute;
  top: 35px;
  width: 100%;
  height: calc(100vh - 35px);
  padding: 0;
  margin: 0;
  z-index: 100;
  background: rgba(45, 50, 60, 0.5);
  font-size: 12px;
}
ul.patients li {
  background: white;
  border-bottom: 1px solid #eceff2;
  position: relative;
}
ul.patients li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
ul.patients li .avatar {
  width: 35px;
  height: 35px;
}
ul.patients li .avatar span {
  font-size: 16px;
  line-height: 35px;
}
ul.patients li.active:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: bottom;
  content: "\e906";
  color: #ed4f55;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 50%;
  margin-top: -7px;
}

.datepickers-container .datepicker.active {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  margin-left: -125px;
  margin-top: -150px;
  z-index: 10000;
}
.datepickers-container .datepicker.active .datepicker--pointer {
  display: none;
}

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid;
}

.air-datepicker-body--cells.-days- {
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas:
  "nav"
  "body"
  "timepicker"
  "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 100;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: max-content [4];
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker {
  border: none;
}

.air-datepicker-nav {
  border: none;
}

.air-datepicker-body--day-name {
  text-transform: capitalize;
  font-size: 65%;
  font-weight: bold;
  color: #bcc0ca;
}

.air-datepicker-cell {
  height: 40px;
}

.air-datepicker-cell.-current- {
  color: #ed4f55;
}

.air-datepicker-cell.-selected- {
  color: #2d323c;
  border: 1px solid #bcc0ca;
  background: transparent;
}

.air-datepicker-cell.-selected-.-current- {
  color: #ed4f55;
  border: 1px solid #bcc0ca;
  background: transparent;
}

.dp-note {
  background: #ed4f55;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized {
  display: block !important;
}

.slick {
  display: none;
}