html {
    --color-bg:  linear-gradient(rgba(249,250,251,0.8), rgba(215,227,252,0.8));
    --color-text: black;
}

body {
    margin: 0;
    padding: 0;
    outline: none;
    background: var(--color-bg);
    color: var(--color-text);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 1.2;
}

p {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.bg-free {
    background-color: #aac109;
    opacity: 10%;
}

.mr-1 {
    margin-right: 1%;
}

.ml-1 {
    margin-light: 1%;
}

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

.authFormContainer {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.backBtn {
    position: absolute;
    top: 4em;
    left: 15px;
    z-index: 10;
}

.pointer {
    cursor: pointer;
}

.editBtn {
    float: right;
}

.switch {
    height: 1.5em !important;
}

.authForm {
    cursor: pointer;
    background-color: rgba(250,250,250,0.5);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 720px){
    .authForm {
        width: 100%;
    }
}

.no-cursor {
    cursor: none;
}

.screen-100 {
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
    height: 100%;
    width: 100%;
}

.screen-90-100 {
    height: 90vh;
    width: 100%;
}

.screen-85-100 {
    height: 85vh;
    width: 100%;
}

.screen-90 {
    height: 90vh;
    width: 90%;
    margin: auto;
}

.screen-85 {
    height: 85vh;
    width: 85%;
    margin: auto;
}

#logoAuth {
    width: 100px;
    height: 100px;
}

.loader-position {
    display: block;
    position: absolute;
    width: 100%;
    left: 45%;
    top:45%;
    z-index: 99999;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(249, 249, 249, 0.9);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    z-index: 100;
}

.input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.device-item {
    margin: 0;
}

.table-responsive {
    overflow: scroll;
    height: 80vh;
    min-height: 50vh;
}

.editable {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

.line-text {
    border-bottom: .1em solid #ccc;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(187,187,187,0.1);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #4CAF50;
  }

  .half-opacity {
      opacity: 0.2;
  }

  .full-opacity {
      opacity: 1;
  }

  .border-input {
      border-style: solid;
      border-color: rgba(255, 106, 7, 0.3);
      border-width: .4em;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    animation-name: fadeInDown;
    animation-duration: .7s;
  }


@keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    animation-name: fadeOutUp;
    animation-duration: .7s;
  }

  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: .7s;
  }

  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    animation-name: fadeOutLeft;
    animation-duration: .7s;
  }

  .app-footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      color: #dae0e5;
  }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    min-width: 3em;
    max-height: 1.5em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

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

.card {
    background-color: inherit !important;
    color: inherit !important;
}

.form-select {
    background-color: inherit !important;
    color: inherit !important;
}

.form-control {
    background-color: inherit !important;
    color: inherit !important;
}

.table {
    background-color: inherit !important;
    color: inherit !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    left: .1em;
    bottom: .1em;
    background-color: #FFFFF0;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(1.4em);
    -ms-transform: translateX(1.4em);
    transform: translateX(1.4em);
}

/* Rounded sliders */
.slider.round {
    border-radius: 1.5em;
}

.slider.round:before {
    border-radius: 50%;
}