/* Colors */

html,
body,
#app {
  background: aliceblue;
}

.m-0-auto {
  margin: 0 auto;
}

.font-gray {
  color: gray;
}

.font-black {
  color: #000;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.m-b-md {
  margin-bottom: 30px;
}

.welcome {
  font-family: "Nunito", sans-serif;
  height: 100vh;
  margin: 0;
}

.mt-10p {
  margin-top: 10px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.bg-darkblue {
  background: #22215b !important;
  color: #fff !important;
}

.bg-darkblue:hover {
  background: #1b1a47 !important;
  color: #fff !important;
}

.p-13-20 {
  padding: 13px 20px;
}

.pt-8 {
  padding-top: 2rem;
}

.br-30 {
  border-radius: 30px !important;
}

.w-full {
  width: 100%;
}

.no-underline {
  text-decoration: none;
}

.li-underline {
  text-decoration: underline;
}

.welcome_logo {
  box-shadow: 7px 7px 15px #9e9e9e59;
}

.welcome_btn {
  outline: none;
}

.text-2xl {
  font-size: 1.5rem;
}

.font-darkblue {
  color: #22215b;
}

.font-semiblue {
  color: #3e5481;
}

.max-w-login {
  max-width: 30rem;
}

.form-input-bordered {
  background-color: var(--white);
  border-width: 1px;
  border-color: var(--60);
  color: var(--80);
  border-radius: 0.5rem;
}

.h-50p {
  height: 50px !important;
}

#add_to_whitelist_form .form-control:hover:focus {
  border: 1px solid #22215b !important;
}

.p-10 {
  padding: 13px;
}

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

.form-control:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  border: none !important;
}

#basic-addon1,
#basic-addon2 {
  background: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 15px;
}

#basic-addon3 {
  background: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

#basic-addon1,
#basic-addon2,
#basic-addon3 {
  color: #22215b;
  background: #fff;
}

.login_input_email,
.login_input_pass,
.register_input_email,
.register_input_pass {
  border-left: none !important;
  height: auto !important;
  padding-left: 0 !important;
}

.input-group-login:focus-within,
.input-group-register:focus-within {
  border: 1px solid #22215b !important;
  border-radius: 30px;
}

.input-group-login:focus-within *:focus,
.input-group-register:focus-within *:focus {
  outline: 0 !important;
}

.login_input_email,
.register_input_email {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.login_input_pass,
.register_input_pass {
  border-right: none !important;
}

.register_input_email .was-validated .form-control:invalid,
.register_input_email.form-control.is-invalid,
.login_input_email .was-validated .form-control:invalid,
.login_input_email.form-control.is-invalid {
  border: 1px solid #ced4da !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-left-color: transparent !important;
}

.register_input_pass .was-validated .form-control:invalid,
.register_input_pass.form-control.is-invalid,
.login_input_pass .was-validated .form-control:invalid,
.login_input_pass.form-control.is-invalid {
  border: 1px solid #ced4da !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

/* Add a green text color and a checkmark when the requirements are right */

.valid {
  color: #3e54817a;
}

/* Add a red text color and an "x" when the requirements are wrong */

.invalid {
  color: #22215b;
}

.main-bg {
  background: aliceblue;
  position: absolute;
  /*Can also be `fixed`*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
  max-height: 100%;
  overflow: auto;
}

.nav-bg {
  background: aliceblue;
}

#whitelist_ul li,
#footer_ul li {
  width: 50%;
  text-align: center;
}

.pb-100 {
  padding-bottom: 100px;
}

.extraClass {
  height: 123px;
  position: relative;
  background: #fff;
}

.extraClass ul {
  position: absolute;
  bottom: 0;
  width: inherit;
}

#footer_ul > li > a {
  background: #fff;
  border: white;
}

#footer_ul > li.active > a,
#footer_ul > li.active > a:focus,
#footer_ul > li.active > a:hover {
  border: none;
  font-weight: 700;
  color: #22215b;
}

#footer_ul > li > a {
  color: gray;
}

#whitelist_ul > li > a {
  color: lightgray;
}

#whitelist_ul > li.active > a,
#whitelist_ul > li.active > a:focus,
#whitelist_ul > li.active > a:hover,
#history_table > li.active > a,
#history_table > li.active > a:focus,
#history_table > li.active > a:hover {
  border: none !important;
  color: #22215b;
}

#whitelist_ul.nav-tabs .nav-item.show .nav-link,
#whitelist_ul.nav-tabs .nav-link.active {
  border-bottom: 3px solid #22215b !important;
  background: transparent !important;
  border: none;
  color: #22215b !important;
}

#whitelist_ul.nav-tabs .nav-link:hover {
  border-bottom: 3px solid #22215b !important;
  border: none;
}

#whitelist_table > tbody > tr > td,
#whitelist_table > tbody > tr > th,
#whitelist_table > tfoot > tr > td,
#whitelist_table > tfoot > tr > th,
#whitelist_table > thead > tr > td,
#whitelist_table > thead > tr > th,
#history_table > tbody > tr > td,
#history_table > tbody > tr > th,
#history_table > tfoot > tr > td,
#history_table > tfoot > tr > th,
#history_table > thead > tr > td,
#history_table > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

#whitelist_table > tbody > tr > td,
#whitelist_table > tbody > tr > th,
#whitelist_table > tfoot > tr > td,
#whitelist_table > tfoot > tr > th,
#whitelist_table > thead > tr > td,
.whitelist_table > thead > tr > th,
#history_table > tbody > tr > td,
#history_table > tbody > tr > th,
#history_table > tfoot > tr > td,
#history_table > tfoot > tr > th,
#history_table > thead > tr > td,
.history_table > thead > tr > th {
  padding: 20px 8px;
}

#add_to_whitelist {
  border-radius: 50%;
  background: #22215b;
  color: #fff;
  margin-top: -30px;
  height: 50px;
  width: 50px;
  margin-left: -10px;
}

.footer_bottom {
  background-color: #fff;
  word-break: break-all;
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, -50%);
}

input[type=checkbox] {
  /* IE */
  /* FF */
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.5);
}

#myRange {
  background: linear-gradient(to right, #3e5481 0%, #3e5481 1%, #eee 1%, #eee 100%);
  border-radius: 8px;
  height: 7px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#myRange::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #3e5481;
  border: 1px solid #3e5481;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.date_picker,
.timepicker {
  color: gray;
  background: #fff !important;
  text-align: center;
  width: auto;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.w-30 {
  width: 30%;
}

.fs-9 {
  font-size: 9px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.title {
  font-weight: 600;
  color: #22215b;
  padding-bottom: 50px;
}

.history_date {
  font-size: 12px;
  font-weight: 600;
}

.history_name {
  font-weight: 600;
  color: gray;
  display: inline-block;
  width: 105px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}

.mt--30 {
  margin-top: -30px;
}

@media only screen and (max-width: 480px) {
  .title {
    font-size: revert;
  }

  .date_picker,
  .timepicker {
    width: 49%;
  }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/

/* Fix Input Zoom on devices older than iPhone 5: */

@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
  .logo-margin {
    margin-left: 37% !important;
  }
}

@media only screen and (max-width: 425px) {
  .div_bottom {
    width: 90% !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 400px) {
  .logo-margin {
    margin-left: 35% !important;
  }
}

@media screen and (max-width: 320px) {
  .logo-margin {
    margin-left: 32% !important;
  }
}

/*---Standar Hamburger Menu (3 separate elements)---*/

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar .nav-link {
  color: #22215b !important;
  font-weight: 600;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  display: block;
  background-color: #22215b;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

/*---Animation menu (create X)---*/

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
  /* IE 9 */
  /* Firefox 3-15 */
  /* Opera 10-14 */
  transform: translateX(3px) rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-opacity: 0;
  /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  transform: translateX(3px) rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/*---Custom AnimateCSS mobile menu items---*/

.nav-item {
  -webkit-animation-duration: 0.8s;
  /* Chrome 3-42 & Safari 4-8 & Opera 15-29 */
  /* Firefox 5-15 */
  /* Opera 12-14 */
  animation-duration: 0.8s;
}

#navbarText {
  position: absolute;
  top: 50px;
  background: aliceblue;
  width: 100%;
}

@media only screen and (min-device-width: 992px) {
  .animated {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }

  #navbarText {
    height: auto;
  }
}

.navbar-nav {
  height: 100% !important;
}

.navbar {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#dropdownMenuButton.dropdown-toggle::after {
  content: none;
}

.nav_dropdown {
  border-radius: 10px;
  border: none;
  box-shadow: -1px 2px 13px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 2px 13px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 2px 13px 2px rgba(0, 0, 0, 0.5);
}

#dropdownMenuButton,
#dropdownMenuButton:active,
#dropdownMenuButton:focus {
  background-color: transparent;
  outline: none !important;
  border: none !important;
}

button:focus {
  outline: 0 !important;
}

.dropdown_select {
  font-family: "FontAwesome", "Nunito", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  border: 0;
  outline: 0;
  border-radius: 10px;
  width: 30px;
  background-color: transparent;
  padding: 0 10px;
}

.logo {
  image-rendering: auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
}

.div_bottom {
  margin-top: auto !important;
  margin-bottom: 30px;
  display: block;
  position: fixed;
  bottom: 0;
  width: 28rem;
}

.mt-50p {
  margin-top: 50%;
}

.mt-65p {
  margin-top: 65%;
}

