html {
  scroll-behavior: smooth;
}

body {
  margin-bottom: 0 !important;
}

#publications_length select {
  background-position: left 1rem center;
}

#publications_wrapper {
  padding-bottom: 1rem;
}

div#editor {
  background-color: white;
  min-height: 25rem;
  border-radius: 0.5rem;
}

th.sorting {
  font-weight: normal !important;
}

th.sorting,
td {
  color: black;
}

.btn-adico {
  margin-top: 1rem;
  padding: 1.25rem 0.5rem;
  background-color: #0072B4;
  color: white;
  border-radius: 0.375rem;
}
.btn-adico:hover {
  background-color: #0066a1;
}

.update svg:hover path {
  fill: #0072B4;
}

.delete svg:hover path {
  fill: red;
}

footer {
  color: #4D4F5C;
}

.table {
  width: 90%;
  place-self: center;
  border-collapse: collapse;
  margin: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table thead {
  background-color: #0072b4;
  color: white;
  text-align: left;
}

.table th,
.table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table tbody tr:hover {
  background-color: #f1f1f1;
}

.table th {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.table td {
  font-size: 14px;
  color: #333;
}

.version {
  cursor: initial;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.stat-value {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
  white-space: nowrap;
}

.center {
  justify-content: center;
}

input[type=radio] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1;
  width: 1;
  margin: -1;
  padding: 0;
  border: 0;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 114, 180);
  border-radius: 0.5rem;
  padding: 0.8rem;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.icon > img {
  border-radius: 5px;
}

.icon:hover {
  cursor: pointer;
  background-color: rgba(0, 114, 180, 0.2);
}

.peer:checked ~ .icon {
  background-color: rgb(0, 114, 180);
}

.wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.ck-toolbar {
  border-radius: 0.5rem !important;
  border-color: rgb(0, 114, 180) !important;
}

.draggable-source--is-dragging {
  visibility: hidden;
}

.green {
  color: green;
}

.red {
  color: red;
}

html,
body {
  font-family: "Lato", sans-serif;
  background-color: white;
  color: black;
}

header {
  background: #0072B4;
}
header nav {
  color: #d8e0f6;
}
header .show {
  display: block;
}
header .active {
  background-color: #0066a1;
  border-left: 4px solid white;
}

#publications_wrapper {
  margin: 1rem;
}

html,
#login-adi {
  font-family: "Lato", sans-serif;
}
html .bg-img,
#login-adi .bg-img {
  background-image: url(/storage/img/backgroundLeft.png);
  background-repeat: no-repeat;
}
html .input-adi,
html .btn-adi,
#login-adi .input-adi,
#login-adi .btn-adi {
  width: 612px;
  padding: 30px 35px;
  margin: auto 0;
}
html .btn-adi,
#login-adi .btn-adi {
  background-color: #0072B4;
  color: white;
}
html .label-adi,
#login-adi .label-adi {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 35px;
}
html input[type=email]:focus + label,
html input[type=email]:valid + label,
html input[type=password]:focus + label,
html input[type=password]:valid + label,
#login-adi input[type=email]:focus + label,
#login-adi input[type=email]:valid + label,
#login-adi input[type=password]:focus + label,
#login-adi input[type=password]:valid + label {
  top: -0.8rem;
  font-size: 1em;
  background-color: white;
  padding: 0 0.8rem;
  transition-duration: 0.5s;
}

#legals h1,
#legals h2,
#legals h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
#legals .title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
#legals h2 {
  font-size: 2rem;
}
#legals h3 {
  font-size: 1.5rem;
}
#legals p {
  margin: 10px 0;
}
#legals ul {
  list-style: circle;
  padding-left: 40px;
}

.menu2-btn {
  font-size: 0.9em;
  padding: 2px 10px;
  background-color: white;
}

.menu2 {
  padding-top: 10px;
  z-index: 200;
  margin-top: 4px;
  background-color: white;
  position: absolute;
}

.menu2-option {
  padding: 6px 20px 6px;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

textarea {
  min-height: 6rem !important;
}

.toast {
  position: fixed;
  display: flex;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.5rem;
  padding: 1rem;
  max-width: none !important;
  font-size: unset !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: oklch(var(--btn-color, var(--b2))/var(--tw-border-opacity)) !important;
}

div#editor2 {
  background-color: white;
  min-height: 25rem;
  border-radius: 0.5rem;
}
