@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
html, body {
  font-family: "PT Sans", sans-serif;
  background-color: #66b;
  font-size: 16px;
}

[v-cloak] {
  display: none;
}

.section {
  font-size: 16px;
  padding-bottom: 44px;
}
@media screen and (min-width: 576px) {
  .section {
    font-size: 18px;
  }
}

.nav--bg-purple {
  background-color: #66b;
}
.nav-link--purple {
  color: rgba(255, 255, 255, 0.7) !important;
}
.nav-link--purple:hover {
  color: white !important;
}

.sidebar__list-item {
  cursor: pointer;
}
.sidebar__list-item:hover {
  cursor: pointer;
  background-color: #F3E5F5;
}

.media__icon-empty {
  font-size: 64px;
  color: #ddd;
  width: 80px;
  height: 80px;
}

.dashboard-layout, .signup-layout, .login-layout {
  background-color: #6e6196;
  background-image: url("/images/bg.png");
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 56px);
}
@media screen and (min-width: 576px) {
  .dashboard-layout, .signup-layout, .login-layout {
    background-image: url("/images/login-bg.jpeg");
  }
}

.dashboard-layout {
  background-position: bottom;
  background-attachment: fixed;
  background-image: linear-gradient(#8ab4d5, rgba(234, 179, 255, 0.51));
}

.slide-to-bottom-enter-active {
  transition: all 0.3s ease;
}

.slide-to-bottom-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-to-bottom-enter, .slide-to-bottom-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}

.slide-to-bottom-with-instant-hide-enter {
  transform: translateY(-10px);
  opacity: 0;
}

.slide-to-bottom-with-instant-hide-enter-active {
  transition: all 0.3s ease;
}

.light-bg {
  background-color: #b39ddb;
}

.dark-bg {
  background-color: #6e6196;
}

.white-bg {
  background-color: white;
}

.pink-bg {
  background-color: #AD1457;
}

.text-with-black-shadow {
  text-shadow: 0 0 1px black;
}

.title-adaptive {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
.title-adaptive--with-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 576px) {
  .title-adaptive {
    font-size: 44px;
    line-height: 52px;
  }
}
.title-adaptive__subtitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (min-width: 576px) {
  .title-adaptive__subtitle {
    font-size: 32px;
    line-height: inherit;
  }
}

.side-image {
  background-color: #6e6196;
  background-image: url("/images/login-bg.jpeg");
  background-size: cover;
  background-position: center;
}

.bigger-text {
  font-size: 1.2rem;
}

.regular-font-size {
  font-size: 1rem;
}

.loader {
  font-size: 10px;
  margin: 15px auto;
  text-indent: -9999em;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #7e57c2;
  background: linear-gradient(to right, #7e57c2 10%, rgba(126, 87, 194, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #7e57c2;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.desktop-image-card {
  background-color: #7e57c2;
}
.desktop-image-card__image {
  width: 100%;
}
.desktop-image-card__content {
  width: 100%;
  background-color: white;
}

.image-card__top-section {
  background-image: url(/images/login-bg.jpeg);
  background-position: bottom center;
  height: 46vw;
}
.image-card__bottom-section {
  background-color: white;
  height: 14vw;
}
.image-card__image-container {
  background-color: transparent;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 25px;
}
.image-card__image {
  border: 5px solid white;
}
.image-card__actions {
  color: white;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 1rem;
}

.ChildItem__isActiveSelection {
  background-color: #66b;
  background-image: url("/images/card_bg.jpg");
  background-position: center right;
  background-size: cover;
  color: white;
}

.ChildItem__Thumbnail {
  border: 2px solid #d2b1e0;
}
.ChildItem__Thumbnail__isActiveSelection {
  border: 2px solid mediumpurple;
  margin-bottom: 10px;
}

.pusher-alert {
  left: 7px;
  right: 7px;
  top: 62px;
  z-index: 1000;
  border-width: 2px;
  border-color: #7e57c2;
  color: #7e57c2;
  background-color: #fff7ff;
}
@media screen and (min-width: 576px) {
  .pusher-alert {
    max-width: 300px;
    left: auto;
    right: 15px;
    top: 72px;
    z-index: 1000;
    border-width: 2px;
    border-color: #7e57c2;
  }
}

.slide-to-left-enter-active {
  transition: all 0.3s ease;
}
.slide-to-left-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-to-left-enter, .slide-to-left-leave-to {
  transform: translateX(50px);
  opacity: 0;
}

.router-transition-enter-active {
  animation: router-entering 0.1s;
  animation-delay: 0s;
  opacity: 0;
}
.router-transition-leave-active {
  animation: router-leaving 0.15s;
}

@keyframes router-leaving {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes router-entering {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(159, 12, 191, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(159, 12, 191, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(159, 12, 191, 0);
  }
}
.card-icon-row {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.card-icon-row__icon {
  font-size: 1.4rem;
  width: 44px;
  text-align: center;
  padding-right: 1.25rem;
}
.card-icon-row__title {
  padding-left: 1.25rem;
}

.text-purple {
  color: #7e57c2;
}

.btn-purple {
  background: #66b;
  background-image: url("/images/card_bg.jpg");
  background-position: top right;
  color: white;
  box-shadow: 0 0 0 0.15rem #d8d2ff;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  background: #66b;
  background-image: url("/images/card_bg.jpg");
  background-position: bottom right;
  color: white;
}

.btn-outline-purple {
  background: white;
  border-color: #66b;
  color: #66b;
  box-shadow: 0 0 0 0.2rem #d8d2ff;
}
.btn-outline-purple:hover, .btn-outline-purple:active {
  color: white;
  background: #66b;
  box-shadow: 0 0 0 0.2rem #e8e2ff;
}

.alert-purple {
  background-color: #dfdeff7d;
  border-color: #d1c4e9;
  color: #444;
}

.bg-purple {
  background-color: #66b;
}

.border-purple {
  border-color: #66b !important;
}

.ChildInfoMenuItemsContainer {
  color: white;
  background-color: #66b;
  background-image: url("/images/card_bg_both_sided.jpg");
  background-position: left;
  background-size: cover;
}

.--IconColor1 {
  color: #b197fc;
}

.--IconColor2 {
  color: #4bd6ac;
}

.--IconColor3 {
  color: #ff8787;
}

.--IconColor4 {
  color: #74c0fc;
}

.--IconColor5 {
  color: #ffd43b;
}

.--IconColor6 {
  color: #a689fb;
}

a {
  color: #404aaf;
}

label {
  color: #404aaf;
}

.btn-link {
  color: #66b;
}

.alert {
  border-width: 3px;
}

.form-control {
  border-width: 2px;
  border-color: rgba(164, 150, 241, 0.6);
}
.form-control[readonly] {
  border-color: #ced4da;
}

.list-group-item {
  background-color: transparent !important;
}

.page-link {
  color: #7e57c2;
  width: 38px;
  padding: 0.5rem 0;
  text-align: center;
}
.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #7e57c2;
  border-color: #66b;
}

.card {
  border-radius: 0.5rem;
}

.custom-login-tabs {
  background-color: #f8f8f8;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.custom-login-tabs .nav-item {
  margin-bottom: -3px;
}
.custom-login-tabs .nav-link {
  border: none;
  border-radius: 0;
}
.custom-login-tabs .nav-link.active {
  background-color: #dfdeff7d;
  border-bottom: 3px solid #464bb8d4;
}

/*# sourceMappingURL=site.css.map */
