table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
}

.table > thead > tr > th {
  vertical-align: middle;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

#dialog-filter {
  max-width: 650px;
  width: 100%;
}

#dialog-filter.modal {
  padding: 36px;
}

#dialog-filter .dialog-filter-footer {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dialog-filter .dialog-filter-footer .filter-group {
  border-bottom: none;
  padding: 0 !important;
  margin: 0 !important;
}

#dialog-filter .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#dialog-filter .filter-group:first-child {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#dialog-filter .filter-group:last-child {
  padding-bottom: 16px;
}

#dialog-filter .filter-group .left {
  -webkit-box-flex: 14%;
      -ms-flex: 14%;
          flex: 14%;
}

#dialog-filter .filter-group .left .title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #232323;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 24px;
}

#dialog-filter .filter-group .right {
  -webkit-box-flex: 86%;
      -ms-flex: 86%;
          flex: 86%;
}

#dialog-filter .filter-group .right ul {
  display: grid;
  grid-template-columns: 25fr 25fr 25fr 25fr;
}

#dialog-filter .filter-group .right ul li {
  margin-right: 12px;
}

#dialog-filter .control-filter {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#dialog-filter .control-filter .btn-filter-submit {
  height: 42px;
  width: 106px;
}

#dialog-filter .close-modal {
  top: 16px;
  right: 16px;
  opacity: 0.5;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.group-search {
  position: relative;
  padding-right: 54px;
}

.no-title {
  padding-top: 24px;
  padding-left: 24px;
}

.box-clear {
  display: none;
  margin-left: 12px;
}

.text-center {
  text-align: center !important;
  padding: 0 !important;
}

.pointer {
  cursor: pointer;
}

.btn-datepicker {
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-menu {
  width: 210px;
}

.datepicker table tr td span {
  height: 45px;
  line-height: 45px;
}

.export-content .btn-csv {
  position: absolute;
  padding-top: 4.5px !important;
  padding-bottom: 4.5px !important;
  top: -10px;
  right: 0;
}

.btn-time {
  min-width: 82px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-tag .btn-tag {
  margin-right: 8px;
  display: inline;
}

.list-tag .btn-tag:last-child {
  margin-right: 0;
}

.list-tag .btn-tag:hover {
  background-color: #ffffff !important;
  color: #232323 !important;
  cursor: default !important;
}

.explain-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.explain-text .icon-video {
  max-width: 100%;
  background-position: left center;
  padding-left: 53px;
}

.explain-text .icon-video.live-icon {
  margin-right: 24px;
}

.explain-text .icon-video.live-upcoming-icon::before {
  right: 0;
  left: 36px;
}

a[href^="https://www.youtube.com/watch?v="]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\F35D";
  font-weight: 900;
}

a[href^="https://www.youtube.com/channel/"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\F35D";
  font-weight: 900;
  color: #232323;
}

.offical-channel-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
}

.offical-channel-ranking .flex-item {
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offical-channel-ranking .flex-item:first-child {
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offical-channel-ranking .flex-item.search-download {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offical-channel-ranking .flex-item.search-download form {
  width: 472px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offical-channel-ranking .flex-item.search-download form .wrapper-sp-input-search {
  width: 100%;
  margin-right: 12px;
}

.offical-channel-ranking .flex-item.search-download form .wrapper-sp-input-search .sp-input {
  width: 100%;
}

.content_container #tbl_list_channel {
  margin-bottom: 0;
  margin-top: 12px;
}

#tbl_list_channel thead tr {
  height: 40px;
  background: #232323;
}

#tbl_list_channel thead tr th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  font-style: normal;
  padding: 0;
  text-align: center;
}

#tbl_list_channel thead tr th:nth-child(1) {
  width: 56px;
}

#tbl_list_channel thead tr th:nth-child(2) {
  width: 40px;
}

#tbl_list_channel thead tr th:nth-child(3) {
  width: calc(100% - 646px);
  padding-right: 10px;
}

#tbl_list_channel thead tr th:nth-child(4) {
  width: 120px;
  text-align: right;
}

#tbl_list_channel thead tr th:nth-child(5),
#tbl_list_channel thead tr th:nth-child(6) {
  width: 255px;
  text-align: right;
}

#tbl_list_channel thead tr th:nth-child(7) {
  width: 220px;
  text-align: right;
  padding-right: 24px;
}

#tbl_list_channel tbody tr td {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  vertical-align: middle;
  padding: 0;
}

#tbl_list_channel tbody tr td:nth-child(1) {
  text-align: center;
  width: 56px;
}

#tbl_list_channel tbody tr td:nth-child(2) {
  width: 40px;
}

#tbl_list_channel tbody tr td:nth-child(3) {
  width: calc(100% - 646px);
}

#tbl_list_channel tbody tr td:nth-child(4) {
  width: 155px;
  text-align: right;
}

#tbl_list_channel tbody tr td:nth-child(5),
#tbl_list_channel tbody tr td:nth-child(6) {
  width: 155px;
  text-align: right;
}

#tbl_list_channel tbody tr td:nth-child(7) {
  width: 120px;
  text-align: right;
  padding-right: 24px;
}

#tbl_list_channel tbody tr td .img-channel {
  border: none;
  width: 40px;
  height: 40px;
  margin: 18px auto;
}

#tbl_list_channel tbody tr td .img-channel img {
  border-radius: 50%;
}

#tbl_list_channel tbody tr td .title-app {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  padding-left: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#tbl_list_channel tbody tr td .rank,
#tbl_list_channel tbody tr td .view_channel,
#tbl_list_channel tbody tr td .total_subscriber_channel,
#tbl_list_channel tbody tr td .published_at_channel,
#tbl_list_channel tbody tr td .update_fluctuation {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #232323;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion {
  text-align: right;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion span {
  padding-left: 27px;
  position: relative;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion span::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 25%;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion span.triangle-up::before {
  background-image: url("/images/icon/1x/triangle-up.svg");
  background-size: 17px 14px;
  height: 14px;
  width: 17px;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion span.triangle-down::before {
  background-image: url("/images/icon/1x/triangle-down.svg");
  background-size: 17px 14px;
  height: 14px;
  width: 17px;
}

#tbl_list_channel tbody tr td.number_ranking_fluctuion span.triangle-right::before {
  background-image: url("/images/icon/1x/triangle-right.svg");
  background-size: 14px 18px;
  height: 18px;
  width: 14px;
}

#tbl_list_channel tbody tr:hover {
  background-color: #f3f4f6;
}

#tbl_list_channel tbody tr:hover a {
  text-decoration: underline;
}

#tbl_list_channel tbody tr:hover a.paginate_button,
#tbl_list_channel tbody tr:hover a.current {
  text-decoration: none;
}

#tbl_list_channel .no-title {
  text-align: left !important;
  padding-top: 24px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

#tbl_list_channel .sp-pagination a:hover {
  text-decoration: none;
}

.clear_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clear_content .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.clear_content .left .duration_time {
  width: 302px;
  padding-right: 40px;
  text-align: center;
}

.clear_content .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

