header .navbar-brand {
  background: #e7e6e6 !important;
}
header .navbar-brand img {
  height: 110px !important;
}
header.pt-header-sticky .navbar-brand {
  background: #e7e6e6 !important;
  padding: 5px 30px !important;
}
header.pt-header-sticky .navbar-brand img {
  height: 80px !important;
}

.tab-pane {
  background-color: #FFF;
  padding-top: 30px;
}

.dropdown-item .fa {
  margin-right: 8px;
  color: #428fed;
}

fieldset {
  padding: 30px 20px;
  margin-bottom: 20px;
  background-color: #F9F9F9;
  border-radius: 10px;
}
fieldset legend {
  font-size: 14px;
  color: #d26405;
  position: relative;
  top: 30px;
}

.dashboard-card-1 .icons {
  margin-right: 10px;
  font-size: 18px;
}
.dashboard-card-1 .title {
  font-size: 16px;
  font-weight: bold;
}
.dashboard-card-1 .number {
  font-size: 20px;
  display: block;
  text-align: right;
}

.dashboard-package-card {
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 6px;
}
.dashboard-package-card .number {
  font-size: 20px;
}

.account-list li {
  padding: 10px 20px;
  border-top: solid 1px #d0d0d0;
}
.account-list li .fa {
  margin-right: 10px;
}

.datatable tbody tr.deleted {
  opacity: 0.4;
}

.flipbook-wrapper {
  overflow: hidden;
}
.flipbook-wrapper #flipbook .page {
  background-color: #FCFCFC;
}
.flipbook-wrapper #flipbook .page .page_content.inside {
  margin: 20px;
  height: calc(100% - 40px);
}

.custom-datatable {
  padding: 10px;
  margin-bottom: 20px;
  width: 100% !important;
}
.custom-datatable thead {
  background-color: #f5f5f5;
  width: 100% !important;
}
.custom-datatable thead th {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}
.custom-datatable thead th.right {
  text-align: right;
}
.custom-datatable thead th.center {
  text-align: center;
}
.custom-datatable tbody {
  width: 100% !important;
}
.custom-datatable tbody tr {
  border-bottom: 1px solid #F0F0F0;
}
.custom-datatable tbody tr td {
  padding: 10px;
}

ul.pagination {
  align-self: center;
  margin-left: 15px;
}
ul.pagination .page-link.active {
  background-color: #d26405;
  color: #fff;
}

.counter {
  border: solid 1px #ddd;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.counter .title {
  font-size: 12px;
}
.counter .value {
  font-size: 2.5em;
}

.results-reports {
  padding: 20px;
  background-color: #F9F9F9;
  border-radius: 8px;
  margin-bottom: 20px;
}

.story-article {
  border-radius: 6px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.story-article .deleter {
  display: none;
  font-size: 20px;
}
.story-article:hover .deleter {
  display: block;
}
.story-article .story-article-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.story-article-frontend {
  border-radius: 6px;
  padding-right: 20px;
}
.story-article-frontend .deleter {
  display: none;
  font-size: 20px;
}
.story-article-frontend:hover .deleter {
  display: block;
}
.story-article-frontend .story-article-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.document {
  width: 300px;
  height: 400px;
  background-color: #f0f0f0;
  border-radius: 5px;
  position: relative;
  margin: 50px auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
}
.document:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: radial-gradient(circle at 0 50%, transparent 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 26%, transparent 27%, transparent 100%);
  background-size: 20px 100%;
}
.document:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%);
}

.fulltext .wrap.hide {
  display: none;
}
.fulltext .form-group.hide {
  display: none;
}

#DZ_W_Notification1 .notifications {
  display: block;
  padding: 15px;
}
#DZ_W_Notification1 .notifications.viewed {
  background-color: #f8f8f8;
  color: #21262c;
  font-weight: bold;
}
#DZ_W_Notification1 .notifications .timeline-panel {
  margin: 0;
  padding: 0;
  border: 0;
}

.filters-wrapper {
  height: 200px;
  position: relative;
}
.filters-wrapper .filters-container {
  position: sticky;
  top: 100px;
}
.filters-wrapper .filters-container .filters-content .filters.right {
  text-align: right;
}
.filters-wrapper .filters-container .filters-content .filters ul li a {
  color: #0a376b;
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px rgba(214, 224, 224, 0.5);
}

.actions-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.inline {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.dashboard-links-panels .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dashboard-links-panels .card .card-body img {
  margin-bottom: 10px;
  height: 48px;
}
.dashboard-links-panels .card .card-body strong {
  font-size: 16px;
  margin-bottom: 10px;
}

.code-content {
  margin-top: 20px;
}
.code-content h5 {
  margin-bottom: 0;
}
.code-content h5 p {
  margin-bottom: 0;
}

.pageable-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  background-color: #c2c2c2;
  padding: 8px;
  border-radius: 4px;
}
.pageable-contents .card {
  flex: 0 0 calc((100% - 2rem) / 5);
  aspect-ratio: 210/297;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.pageable-contents .card .card-body {
  width: 100%;
  aspect-ratio: 210/297;
  padding: 0.2cm;
  font-size: clamp(9px, 1vw, 10px);
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: justify;
  overflow: hidden;
}
.pageable-contents .card .card-body .head {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.auth-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.auth-content .poster {
  width: 92vw;
  height: 100vh;
  background-color: #e5a767;
  background-size: cover;
}
.auth-content .content {
  background-color: #fff;
  height: 100vh;
  overflow-y: auto;
}

/*# sourceMappingURL=default.css.map */
