/* Global frontend styles  */
/*
define colour theme here
*/
.darkblue {
  background-color: #1a4f6e !important; }

.lightblue {
  background-color: #53C2CD !important; }

.yellow {
  background-color: #fff44e !important; }

.footerblue {
  background-color: #1a4f6e !important; }

.darkblue-text {
  color: #1a4f6e !important; }

.lightblue-text {
  color: #53C2CD !important; }

.yellow-text {
  color: #fff44e !important; }

.footerblue-text {
  color: #1a4f6e !important; }

.white-text {
  color: white !important; }

.cb-switch-container {
  position: relative;
  padding: 10px; }
  .cb-switch-container .cb-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 32px; }
    .cb-switch-container .cb-switch input {
      display: none; }
    .cb-switch-container .cb-switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #666;
      transition: 0.4s;
      border-radius: 32px;
      height: 32px; }
    .cb-switch-container .cb-switch .slider .cb-switch-toggle {
      position: absolute;
      height: 24px;
      width: 24px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      border-radius: 50%;
      transition: 0.4s; }
    .cb-switch-container .cb-switch input:checked + .slider {
      background-color: #2196F3; }
    .cb-switch-container .cb-switch input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
    .cb-switch-container .cb-switch input:checked + .slider .cb-switch-toggle {
      -webkit-transform: translateX(48px);
      -ms-transform: translateX(48px);
      transform: translateX(48px); }
  .cb-switch-container .cb-switch-label {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    white-space: nowrap;
    padding: 4px;
    font-weight: normal; }
    .cb-switch-container .cb-switch-label.on {
      color: #2196F3;
      display: none; }
    .cb-switch-container .cb-switch-label.off {
      color: #666; }
    .cb-switch-container .cb-switch-label.top {
      top: 0; }
    .cb-switch-container .cb-switch-label.left {
      left: 0; }
  .cb-switch-container input:checked + .slider .cb-switch-label.on {
    display: block; }
  .cb-switch-container input:checked + .slider .cb-switch-label.off {
    display: none; }

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