[v-cloak] {
  display: block;
  padding: 50px 0; }
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
  [v-cloak]:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  [v-cloak] > div {
    display: none; }

body {
  background: #fff; }
  body .header {
    background: #fff; }
    body .header .logo img {
      padding: 1rem;
      width: 300px; }
    body .header .logo p {
      color: #45a8e6;
      font-size: 1.3rem;
      margin-bottom: 0;
      margin-left: 1rem; }
  body .title {
    color: #0d7abd; }
  body input[type=text] {
    color: #0d7abd !important;
    border: 2px solid #0d7abd !important;
    background-color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 45px !important;
    border-radius: 0 !important;
    box-shadow: none !important; }
    body input[type=text].error {
      border-color: red !important; }
  body .btn.btn-primary {
    border: 2px solid #0d7abd !important;
    background-color: #0d7abd !important;
    border-radius: 0 !important; }

.days .block-option {
  margin-bottom: 1rem;
  border: 1px solid #0d7abd;
  padding: 1rem; }
.days p {
  margin-bottom: 0; }
.days .block-card {
  background: #efefef;
  margin-bottom: 1rem; }
  .days .block-card .block-header {
    padding: 1rem; }
    .days .block-card .block-header.blue {
      background: #6cc2f7;
      color: #fff; }
    .days .block-card .block-header.red {
      background: #f71313;
      color: #fff; }
    .days .block-card .block-header.orange {
      background: #f7a013;
      color: #fff; }
    .days .block-card .block-header.green {
      background: #53d477;
      color: #fff; }
  .days .block-card .block-content {
    padding: 1rem; }

.alert.alert-danger {
  width: 50%; }

.invalid-text {
  color: red; }

@media (max-width: 568px) {
  body .header .logo img {
    max-width: 130px;
    padding: 1rem 0; }
  body .header .logo p {
    font-size: 1rem;
    line-height: 1; }

  .alert.alert-danger {
    width: max-content;
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
