* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
form {
  margin-block-end: 0em;
}
a {
  color: inherit;
  text-decoration: none;
}
.shadow-border {
  box-shadow: 1px 1px 7px #b2b2b2;
}
html,
body {
  margin: 0 5px;
}
.thumb {
  height: 180px;
  width: 320px;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}
.hidden {
  visibility: hidden;
}
.forma {
  padding: 5px 50px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forma {
    padding: 3px;
  }
}
.forma output {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(322px, 1fr));
}
.forma .keisti-btn {
  background: white;
  z-index: 30;
  position: sticky;
  top: 0;
}
.forma .keisti-btn button {
  width: 100%;
  height: 40px;
}
.forma div {
  display: flex;
  padding: 10px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forma div {
    flex-direction: column;
  }
}
.forma .create-bnt-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.index-page-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-page-container .index-page {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 1px 1px 7px #b2b2b2;
}
.index-page-container .index-page img {
  margin-bottom: 50px;
  height: 30;
}
.index-page-container .index-page a {
  margin-bottom: 10px;
}
.no-footer {
  border-bottom: 0 !important;
}
table.dataTable thead th {
  text-align: left;
}
table.dataTable tbody td {
  padding: 8px 18px !important;
}
#sellfor-table,
#portfolio-table {
  width: 100%;
}
#sellfor-table th,
#portfolio-table th {
  text-align: left;
}
#sellfor-table thead td,
#portfolio-table thead td,
#sellfor-table thead th,
#portfolio-table thead th {
  border-bottom: 0;
}
.item img {
  width: 128px;
  height: 72px;
}
.projects-list-and-button {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects-list-and-button .kurti {
  margin-left: 15px;
  margin-top: 10px;
}
.projects-list-and-button .home {
  font-weight: bold;
  font-size: 32px;
}
.logout {
  margin-top: 20px;
}
.login-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-container form {
  display: flex;
  box-shadow: 1px 1px 7px #b2b2b2;
  padding: 20px;
  flex-direction: column;
}
.img-with-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
.img-with-btn img {
  margin: 5px;
}
.separator {
  height: 10px;
}
div#images-to-remove {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.toolbar {
  float: left;
}
#thumbs {
  display: none;
}
.bottom-fixed {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}
.logo {
  display: flex;
  align-items: flex-end;
}
.logo span {
  font-size: 36px;
  font-weight: 600;
  color: black;
}
.logo .logo-gray {
  color: #8d949e;
}
.dataTables_filter input {
  width: auto !important;
  height: auto !important;
}
.uzklausos {
  width: 100%;
}
