@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("alerts.56a8eedf6f98.css");
body {
  background-color: #e1e5f2;
}

header {
  position: fixed;
  z-index: 95;
  background-color: #1f7a8c;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 6px 20px;
}

body {
  height: 100vh;
}

#navBlock {
  position: fixed;
  height: 100vh;
  background-color: #022b3a;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}
#navBlock nav ul {
  padding: 0;
}
#navBlock nav li, #navBlock nav span {
  list-style: none;
  padding: 8px 6px 8px 2px;
  color: white;
}
#navBlock nav li:hover, #navBlock nav span:hover {
  transform: translateX(10px);
  transition: 400ms;
  background-color: #1f7a8c;
}
#navBlock nav li:hover a, #navBlock nav li:hover span, #navBlock nav span:hover a, #navBlock nav span:hover span {
  color: #022b3a;
}
#navBlock nav a, #navBlock nav span {
  color: white;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

#logoutBtn {
  color: #e1e5f2;
}
#logoutBtn a {
  text-decoration: none;
  color: #e1e5f2;
}
#logoutBtn a:hover {
  transform: scale(1.06);
  transition: 400ms;
  color: #022b3a;
}
#logoutBtn span {
  margin-right: 15px;
}

#logoImg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 1px 10px;
  margin-bottom: 20px;
  position: relative;
}
#logoImg img {
  width: 180px;
  height: 180px;
}
#logoImg:after {
  display: block;
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #1f7a8c;
  bottom: 0;
  left: 5%;
}
#logoImg a {
  text-decoration: none;
  color: white;
  font-size: 60px;
}

.active-menu-item {
  background-color: #1f7a8c;
}

#settingsBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#settingsBtn a {
  width: 100%;
  background-color: #1f7a8c;
  padding: 10px 15px;
  color: #e1e5f2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
#settingsBtn a:hover span, #settingsBtn a:hover i {
  transform: scale(1.1);
  transition: 400ms;
  color: #022b3a;
}
#settingsBtn span {
  font-weight: bolder;
  margin-right: 10px;
}

main {
  padding: 60px 6px 20px;
}
main h1 {
  text-align: center;
  color: #022b3a;
  font-family: "DejaVu Sans";
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
main h1:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 35%;
  height: 2px;
  width: 30%;
  background-color: #1f7a8c;
}

.main-button {
  width: 100%;
  background-color: #1f7a8c;
  border-color: #1f7a8c;
}
.main-button:hover {
  background-color: #116270;
  border-color: #116270;
  transform: translateY(2px) scale(1.01);
  transition: 400ms;
}

.delete-button {
  width: 100%;
}
.delete-button:hover {
  transform: translateY(2px) scale(1.01);
  transition: 400ms;
}

#asideNavMenu {
  margin: 0;
  padding: 0;
  position: fixed;
  height: 100vh;
  display: flex;
  z-index: 99;
}

#chevronBlock {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 80px;
}

#mainMenuList {
  width: 0;
  height: 100%;
  background-color: #022b3a;
}

#chevron {
  width: 60px;
  height: 60px;
  background-color: #022b3a;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#chevron span {
  font-size: 30px;
  color: white;
}

#menuContainer {
  position: relative;
  height: 100%;
  display: none;
  opacity: 0;
}
#menuContainer nav ul {
  padding: 0;
  margin: 0;
}
#menuContainer nav a:hover, #menuContainer nav span:hover {
  transform: translateX(10px);
  transition: 400ms;
  background-color: #1f7a8c;
  color: #022b3a;
}
#menuContainer nav li {
  list-style: none;
  color: white;
}
#menuContainer nav a, #menuContainer nav span {
  padding: 8px 6px 8px 2px;
  color: white;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}
#menuContainer nav span {
  cursor: pointer;
  margin: 0;
  padding: 8px 6px 8px 2px;
}
#menuContainer nav span i {
  margin-left: 6px;
  font-size: 18px;
  padding-top: 4px;
}

.secondary-menu {
  height: 0;
  overflow: hidden;
  background-color: #1f7a8c;
}
.secondary-menu a {
  padding: 2px 60px 2px 2px !important;
  position: relative;
  justify-content: flex-start;
}
.secondary-menu a:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  content: "";
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

#menuHider {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 99 !important;
  background: rgba(255, 255, 255, 0.2666666667);
  opacity: 0;
  transform-style: preserve-3d;
  backdrop-filter: blur(10px);
}

.errorlist {
  color: red;
  font-style: italic;
}

.main-page-item:hover {
  transform: translateX(3px) translateY(-3px);
  box-shadow: -11px 14px 15px -3px #1f7a8c;
  background-color: rgba(225, 229, 242, 0.01);
  transition: 400ms;
}
.main-page-item:hover a {
  color: #1f7a8c;
}
.main-page-item a {
  color: dimgray;
  display: flex;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
}
.main-page-item i {
  display: block;
  text-align: center;
  font-size: 80px;
  width: 100%;
}

#filterBlock {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#filterBlock input, #filterBlock select {
  display: block;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 12px;
  background-color: white;
  border: 1px solid #022b3a;
}
#filterBlock #dateFrom:before {
  content: "Data da:";
  margin-right: 10px;
}
#filterBlock #dateTo:before {
  content: "Date to:";
  margin-right: 10px;
}

.admin-date-filter-from:before {
  content: "Date from:" !important;
}

.admin-date-filter-to:before {
  content: "Date to:" !important;
}

.filter-btn {
  width: 250px;
  margin-bottom: 12px;
  margin-right: 30px;
}

.selected-cpa {
  background-color: #1f7a8c;
}
.selected-cpa td, .selected-cpa th {
  font-style: italic;
  color: white !important;
}

/*# sourceMappingURL=main_style_sheet.css.fd1531e8e579.map */
