/* body {
  padding-top: 110px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

thead tr {
  background-color: #f2f2f2;
}
thead tr th {
  vertical-align: middle !important;
  padding: 5px 12px !important;
  height: 63px;
}
tbody tr td {
  vertical-align: middle !important;
  height: 63px;
}

#sns-table {
  margin: 0 0 15px;
  border-top: solid 1px lightgray;
}

#sns-table .card {
  border: solid 1px lightgray;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#sns-table .card #hide {
  position: absolute;
  right: 15px;
  top: 166px;
  z-index: 5;
}
#sns-table .card:nth-child(5n + 4),
#sns-table .card:nth-child(5n + 3),
#sns-table .card:nth-child(5n + 2),
#sns-table .card:nth-child(5n) {
  border-left: none;
}

#sns-table .card * {
  line-height: 1rem;
}
#sns-table .card-text {
  margin-bottom: 0;
}
#sns-table .card-text.nickname,
#sns-table .card-text.hashtag,
#sns-table .card-text.count,
#sns-table .card-text.upload,
#sns-table .card-text.exhibition {
  margin-bottom: 0.5rem;
}
#sns-table .card-text.exhibition {
  color: #880000;
}
#sns-table .card-text.contents {
  color: gray;
}
#sns-table .card-text.contents p {
  margin-bottom: 0;
}

.card-body {
  padding: 1.25rem 0;
}

.sns-checkbox {
  position: relative;
  left: 0;
  top: 10px;
  z-index: 1000;
}

.sidebar {
  background-color: #f2f2f2 !important;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  left: 0;
  top: 110px;
}
.sidebar .nav-link {
  color: black;
  border-bottom: solid 1px lightgray;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar .nav-link:after {
  content: '>';
  float: right;
}
.sidebar .nav-link.active {
  background-color: lightgray;
}

main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.datepicker.datepicker-dropdown {
  z-index: 10000 !important;
}

.data-tr {
  cursor: pointer;
}

.preview {
  max-width: 100px;
  max-height: 100px;
}

.preview-video {
  max-width: 500px;
  max-height: 500px;
}

.goods-description {
  display: block;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.goods-description * {
  display: inline !important;
}

.input-daterange input {
  text-align: left;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 5px;
}
.carousel-item {
  text-align: center;
  text-align: -webkit-center;
}
.carousel-item * {
  height: 130px;
  width: auto;
  max-width: 266px;
}

.navbar {
  border-bottom: solid 1px lightgray;
  background-color: white;
}
.navbar h2 {
  padding-left: 50px;
}

.form-signin {
  width: 340px;
  margin-left: calc(50% - 170px);
}
#loginBtn {
  width: 34%;
  margin-left: 33%;
}

.w-30 {
  width: 30%!important;
}
.w-40 {
  width: 40%!important;
}

#search-keywords span {
  border: solid 1px lightgray;
  border-radius: 5px;
  padding: 1px 5px;
  margin-right: 2px;
  display: inline-block;
}
#search-keywords span:after {
  content:" x";
  cursor: pointer;
}

#search-keywords-tr td {
  height: inherit;
} */

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination {
  place-content: center;
  margin-top: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #1c1fff;
  background-color: #fff;
  /* border-color: #dee2e6; */
  font-weight: bold;
}