body {
}

body, main, article {
	min-height: 100vh;
}
body.page-login {
  background-color: dimgray;
  box-shadow: 0 0 100vw -10vw black inset;
}
body.page-login article {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_login {
  background-color: white;

  article > form {
    padding: 2rem;
    background-color: white;
    box-shadow: 3px 3px 10px -8px black;
    border-radius: 10px;
  }
}

/*
 * Plugins
 */
.form-group select {
  width: 100%;
}
.uppy-Dashboard-inner {
  width: 100% !important;
  height: 550px;
}

textarea.simple {
	font-family: monospace;
	overflow-y: auto;
}

tr[data-id] {
	cursor: pointer;
}


#central_menu_toggler {
	display: none;
}

#central_menu {


}
@media (max-width: 800px) {

	#central_menu_toggler {
    display: inline-block;
  }
  #central_menu {
    position: fixed;
    transform: translateX(-100%);
    transition: all .5s;
    z-index: 999;
    height: 100vh;
    opacity: 0;
  }

  #central_menu.show {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 10px 0 30px -15px black !important;
  }

	#header .navbar-brand::before {
	  height: 46px !important;
	  width: 160px !important;
	}
	#user_nominative {
	 display: none;
	}
}

#sense_deck .card {
  min-width: 10rem;
}

#associate_list_filter {
	text-align: left;
}
#associate_list_filter input {
  width: 25rem;
}
table.align-middle tbody td,
table.dataTable tbody td {
  vertical-align: middle;
}

.select2-container--bootstrap-5 .select2-selection {
  padding-right: 2rem;
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}
.filepond--download-icon {
  margin-right: .3rem;
}