section#show_news .news .news-created {
  text-align: right;
}
section#show_news .news header {
  display: flex;
}
section#show_news .news header .news-image {
  min-width: 600px;
  min-height: 400px;
  background-color: rgba(42, 46, 52, 0.1);
}
section#show_news .news header .news-image img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
section#show_news .news header .news-resume {
  font-size: 20px;
}
section#show_news .news > h1 {
  color: black;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
section#news-list table tbody tr img {
  box-shadow: 2px 2px 3px rgba(107, 20, 73, 0.3);
  border-radius: 2px;
}
section#news-list table tbody tr img.default {
  opacity: 0.3;
}

form .input-and-delete {
  display: flex;
}
form .existing-input-and-delete {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form .news_image {
  display: flex;
  flex-direction: row;
  align-items: center;
}
form .news_image img {
  max-height: 36px;
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

#directory_news {
  height: 100%;
  min-height: 450px;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-image: linear-gradient(to right bottom, #f2f2f2, #f5f5f5, #f8f8f8, #fcfcfc, #ffffff);
}
#directory_news .news-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#directory_news .news-grid .news {
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
  overflow: hidden;
  transition: all 0.1s;
}
#directory_news .news-grid .news img {
  max-width: 150px;
}
#directory_news .news-grid .news .title {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px;
  font-size: 12px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.7);
}
#directory_news .news-grid .news:hover {
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.8);
  text-decoration: none;
}

.card .card-header .navigation nav ul.pagination {
  margin-bottom: 0;
}
.card .card-header .navigation nav ul.pagination li a.page-link {
  background-color: #6b1449;
  font-size: 12px;
}
.card .card-header .navigation nav ul.pagination li.disabled span {
  background-color: #6b1449;
  border-color: white;
  font-size: 12px;
}
.card .card-header .navigation nav ul.pagination li.active span {
  background-color: #d62892;
  border-color: white;
  font-size: 12px;
}
.card .card-body table tr th a.asc, .card .card-body table tr th a.desc, .card .card-body table tr th a.sortable {
  color: #858796;
}

#show_news .news-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
#show_news .news-top .news-plublished-at {
  color: #6C757D;
  font-size: 16px;
}
#show_news .news-top .news-title {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
#show_news .news-top .news-category {
  margin-top: 10px;
  background-color: #F2F2F2;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 16px;
}
#show_news .news-top .news-category a {
  color: #666;
}
#show_news .new-image {
  margin-bottom: 25px;
}
#show_news .resume, #show_news .content {
  width: 80%;
  margin: 0 auto;
}
#show_news .content {
  font-size: 18px;
}

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