/* [js-css-concat.js] Statics\css\news.css */
@font-face {
  font-family: DigitalBold;
  src: url("../fonts/DS-DIGIB.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.app-root {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}

.list-route {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  flex-grow: 1;
  height: 100%;
}

.list-route * {
  box-sizing: border-box;
}

.list-route-container {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.listnews-remove.list-route .ims-sidebar-left,
.listnews-remove.list-route .publication-bar-info,
.listnews-remove.list-route .publication-bar-info,
.listnews-remove.list-route .menu-list-news,
.listnews-remove.list-route .list-item .checkbox-wrapper,
.listnews-remove.list-route .list-route-topbar {
  display: none;
}

.list-route-work-space {
  display: flex;
  flex-grow: 1;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.list-route-filter {
  display: flex;
  justify-content: space-between;
  /* height: 60px; */
  flex: none;
  align-items: center;
  width: 100%;
  padding: 12px 20px 0px;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 20px;
}

.list-route-filter.filter-extend {
  padding-top: 5px;
  margin-bottom: 5px;
}

.list-route-filter.filter-extend .quick-action {
  border: none;
  border-left: 1px solid #e3e3e3;
}

.list-route-filter.filter-extend .quick-action .ims-checkbox {
  padding: 0px 20px 0px 20px;
}

.list-route-filter .mscf-paging {
  padding-left: 2px;
  margin-left: auto;
}

.list-route-filter .action-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  margin-left: 16px;
}

.list-route-filter .action-container > * {
  margin-right: 10px;
}

.list-route-filter .box-search-filter {
  display: flex;
  width: 80%;
  flex: 1;
}

.list-route-filter .box-search-filter .zone-info {
  min-width: 170px;
}

.list-route-main {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
  background: #f8f8f8;
  overflow: hidden;
  height: 100%;
}

.list-route-main .no-result {
  margin-top: 30px;
}

.list-route-topbar {
  flex: none;
  display: flex;
  height: 65px;
  align-items: center;
  padding: 0 20px;
  border-bottom: solid 1px #dbdbdb;
  background: #fff;
}

.list-route-styled-link {
  cursor: pointer;
  flex: none;
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 2px 0px #f5f5f5;
  color: #607180;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 16px;
  margin-right: 15px;
}

.list-route-styled-link.seo-tag-in-news {
  margin-left: 15px;
}

.list-route-styled-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.list-route-styled-link[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.list-route-styled-link:last-child {
  margin-right: 0;
}

.list-route-styled-link > i {
  margin-right: 9px;
}

/*BEGIN LISTING*/

.list {
  flex-grow: 1;
  padding: 0 20px;
}

.list-container {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.list-group {
  display: block;
  margin-bottom: 23px;
}

.list-route.cafef .list-group {
  margin-bottom: 5px;
}

.list-group .label {
  font-size: 14px;
  line-height: 38px;
  color: #636363;
  display: block;
}

.list-group .label.bomb {
  color: red;
}

.list-group .label .fa,
.list-group .label .fi {
  margin-right: 5px;
}

.list-group.group-temp {
  border: 1px dashed #b5b5b5;
  margin: 20px 0px;
  padding: 14px;
  position: relative;
}

.list-group.group-temp .label {
  position: absolute;
  top: -22px;
  left: 5px;
  background: #f8f8f8;
}

.list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  position: relative;
}

.list-item.accept-secretary {
  opacity: 0.6;
}

.list-item.secretary {
  position: relative;
}

.list-item .loading-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item .loading-overlay .loading-message {
  top: unset;
  left: unset;
  margin-left: unset;
}

.list-item.secretary .author b {
  color: #2196f3;
}

.list-item.accept-secretary.approved::after,
.list-item.secretary::after {
  content: "\e818";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 38px;
  height: 38px;
  background: #2196f3;
  border-radius: 3px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
  line-height: 25px;
  padding-left: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-family: font-icons;
}

.list-item .main {
  position: relative;
  display: flex;
  border: solid 1px #e8e8e8;
  background: #fff;
  align-items: center;
  font-size: 12px;
  border-radius: 3px;
  padding: 15px 30px 15px 30px;
}

.list-route.cafef .list-item .main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item .main.sensitive {
  border: 1px dashed #ff0000;
}

.list-item .main.sensitive {
  border: 1px dashed #ff0000;
}

.quick-actions {
  position: absolute;
  right: 20px;
  bottom: 6px;
  display: none;
  box-shadow: 0 0px 4px 2px #eee;
}

.list-item-news-video.publish .quick-actions {
  bottom: -35px;
}

.quick-action {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #696969;
  background-color: #fff;
  border-color: #ccc;
  border: solid 1px #ccc;
  border-width: 1px 1px 1px 0;
  min-width: 45px;
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.quick-action:hover {
  background: #f1f1f1;
}

.quick-action.error:hover {
  background: #ec3800;
  color: #f3f3f3;
}

.quick-action:first-child {
  border-width: 1px;
  border-radius: 3px 0 0 3px;
}

.quick-action:last-child {
  border-radius: 0 3px 3px 0;
}

.quick-action .interview {
  margin: 0;
}

.quick-action .fi.loading {
  -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.quick-action.action-send,
.quick-action.action-add-obj {
  padding: 5px;
  justify-content: unset;
  border-radius: unset;
}

.quick-action.action-send:hover {
  background: unset;
}

.quick-action.action-send.ims-dropdown-btn.hover-active:after,
.quick-action.action-add-obj.ims-dropdown-btn.hover-active:after {
  margin-top: 0px;
}

.quick-action.action-send.ims-dropdown-btn .dropdown-menu,
.quick-action.action-add-obj.ims-dropdown-btn .dropdown-menu {
  width: 200px;
}

.quick-action.action-add-obj {
  cursor: initial;
}

/*.list-item .main:hover { background: #fbfaf2; }
.list-item.checked .main .hide-on-hover { visibility: hidden; pointer-events: none; }*/

.list-item.checked .main .quick-actions,
.list-item .main:hover .quick-actions {
  display: flex;
}

/*.list-item .main:hover .info-wrapper { opacity:0.2; }*/

@media screen and (min-width: 1280px) {
  .list-route-styled-link {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1367px) {
  .list-route-filter .action-container {
    margin-left: 23px;
  }

  .list-route-topbar {
    padding: 0 40px;
  }

  .list-route-filter {
    padding: 12px 40px;
  }

  .list-route-filter .box-search-filter {
    display: flex;
    /* width: 80%; */
    flex: 1;
  }

  .list {
    padding: 0 40px;
  }

  .list-item .main {
    padding: 22px 26px;
  }
}

.list-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  flex: none;
}

@media screen and (max-width: 1023px) {
  .list-item .icon-wrapper {
    flex-direction: column;
    align-self: flex-start;
  }

  .list-item .icon-wrapper > * {
    margin-bottom: 15px;
  }

  .list-item .icon-wrapper > :last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .list-item .icon-wrapper {
    margin-right: 20px;
  }

  .list-item .icon-wrapper > * {
    margin-right: 15px;
  }

  .list-item .icon-wrapper > :last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1366px) {

}

.list-item .info-wrapper {
  display: flex;
  flex-grow: 1;
}

.list-item .info {
  flex-grow: 1;
  flex-direction: column;
  margin-left: 18px;
  display: flex;
  justify-content: space-between;
}

.list-item .avatar {
  width: 80px;
  height: 50px;
  flex: none;
  display: block;
  background: #f3f3f3;
}

.list-item .title {
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #50565b;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-item .note {
  margin-bottom: 5px;
  /*color: #607D8B;*/
  color: red;
  word-break: break-word;
}

.list-item .author {
  font-size: 12px;
  color: #909090;
}

.list-item .date {
  color: #909090;
  white-space: nowrap;
  margin-left: 29px;
  text-align: end;
}

.list-item .date.bomb {
  color: red;
}

.list-item .date.bomb .fa,
.list-item .date.bomb .fi {
  margin-right: 5px;
}

.list-item .zone {
  font-size: 13px;
  color: #2ea2c7;
  white-space: nowrap;
  margin-left: 29px;
}

.list-item .statistic {
  color: #727272;
  white-space: nowrap;
  /* margin-left: 29px; */
  display: flex;
  align-items: center;
}

.list-item .view-vip {
  color: red;
}

.list-item .statistic .fi {
  margin-right: 3px;
}

.list-item .statistic.cached-view:before {
  content: "*";
}

/* .list-item .statistic:last-child {
    margin-top: 15px;
} */

.list-item .statistic .sprt {
  padding: 0 5px;
}

.list-item .statistic .read-ability {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item .statistic .fi-readability {
  background-image: url("../images/readability.png");
  width: 16px;
  height: 16px;
  transform: scale(0.8);
}

.list-item .extension {
  min-height: 33px;
  background-color: #eff3f9;
  flex-grow: 1;
  /* margin: 0 auto; */
  min-width: calc(100% - 240px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.list-item .extension .extension-content-wrap {
  display: flex;
  margin-top: 10px;
  column-gap: 5px;
}

.list-route.cafef .list-item .extension .extension-content-wrap {
  margin: 0px;
}

.list-item .extension .extension {
  display: flex;
  /* flex-direction: column; */
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.list-route.cafef .list-item .extension .extension {
  padding: 0 20px;
}

.list-item .extension .extension li {
  /* margin: 0 10px; */
  display: flex;
  align-items: center;
  min-height: 33px;
  /*line-height:33px;*/
  font-size: 12px;
  color: #999;
}

.list-item li .title-extension {
  margin-right: 5px;
  white-space: nowrap;
}

.list-item.secretary li .title-extension {
  color: #2d88ff;
}

.list-item li b {
  font-weight: bold;
}

.list-item li b.CurrentProcess {
  color: #008000;
}

.list-item li b.CurrentProcess .blink {
  background-color: #008000;
}

.list-item li .MatchResult {
  color: #f73535;
  font-family: DigitalBold;
  font-size: 20px;
  white-space: nowrap;
}

.list-item li .InterviewCount {
  color: #3b5998;
}

.list-item li label {
  font-size: 13px;
}

.list-item li .icon-live {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 2px -1px 0;
}

.list-item li .refresh {
  cursor: pointer;
  color: #449d44;
  margin-right: 5px;
}

.list-item li .check-pass {
  color: #428bca;
  white-space: nowrap;
}

.list-item li .error-info {
  color: #ff0000;
  line-height: 18px;
}

.list-item li .template-name {
  color: #2ea2c7;
  white-space: nowrap;
}

.list-item li i.fa,
.list-item li i.fi {
  margin-right: 4px;
}

.list-item li i.fa-check-circle,
.list-item li i.fi-check-circle {
  color: #2ea2c7;
}

.list-item .news-author {
  color: #2eaad6;
  cursor: pointer;
}

.list-item .extension .suggest-position {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto;
}

.list-item .extension .suggest-position .ims-select-list {
  width: 160px;
  margin-left: 10px;
}

.list-item .extension .suggest-position .ims-select-list .ims-select-list-input-wrapper .ims-select-list-input.noselect {
  color: #207b8b;
}

.list-item li .show-detail,
.list-item li .on-send {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.list-item .object-short-info-wrap {
  cursor: pointer;
  position: relative;
}

.list-item .object-short-info-wrap .card-info-wrapper {
  position: absolute;
  min-width: 400px;
  min-height: 150px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  bottom: 100%;
  /* top: 100%; */
  display: flex;
  flex-direction: column;
  cursor: initial;
  z-index: 1;
}

.object-short-info-wrap .card-info-wrapper .card-info-container {
  padding: 20px;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.object-short-info-wrap .card-info-wrapper .card-info-container .card-row {
  margin-bottom: 10px;
}

.object-short-info-wrap .card-info-wrapper .card-info-container .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-title
  .title {
  color: #837b7b;
  font-weight: 600;
  font-size: 16px;
}

.object-short-info-wrap .card-info-wrapper .card-info-container .card-info {
  flex: 1;
  display: flex;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-info
  .content {
  flex: 1;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-action
  .jsx-suggest-panel
  .ims-text-input {
  width: 100%;
}

.object-short-info-wrap .card-info-wrapper .card-info-container .card-item {
  border-radius: 0 2px 2px 0;
  background: #e5e5e5;
  color: #333;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px 22px 5px 5px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 15px;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-item.primary {
  border-radius: 0 2px 2px 0;
  background-color: #0089e0;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px 22px 5px 5px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  margin-left: 15px;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-item.primary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-color: transparent #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-item
  .card-item-remove {
  cursor: pointer;
  margin-left: 5px;
  /*color: #fff;*/
  border-left: 1px solid;
  padding-left: 3px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  margin-top: -7px;
}

.object-short-info-wrap
  .card-info-wrapper
  .card-info-container
  .card-item
  .set-primary:hover {
  cursor: pointer;
}

/*END LISTING*/

/*BEGIN PAGING*/

.paging {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.paging .fa,
.paging .fi {
  color: #acacad;
  display: none;
}

.paging.pending .fa,
.paging.pending .fi {
  display: inline-block;
}

.paging .text {
  color: #424649;
  font-size: 13px;
  margin-right: 21px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .paging .text {
    display: block;
  }
}

@media screen and (max-width: 1090px) {
  /*.mscf-paging .info-text{display:none;}*/
}

@media screen and (min-width: 1280px) and (max-width: 1452px) {
  /*.mscf-paging .info-text{display:none;}*/
}

.paging .input {
  width: 23px;
  height: 23px;
  border: solid 1px #cad3df;
  color: #7a8997;
  margin: 0 7px;
  text-align: center;
  box-shadow: inset 0px 0px 23px 0px #cad3df;
}

.paging .nav-button {
  width: 23px;
  height: 23px;
  border: solid 1px #dedede;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  cursor: pointer;
}

.paging .nav-button.disable {
  opacity: 0.3;
  cursor: default;
}

/*END PAGING*/

/*BEGIN BOX SEARCH*/

.box-search {
  position: relative;
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  box-sizing: border-box;
  min-width: 180px;
  max-width: 560px;
}

.box-search * {
  box-sizing: border-box;
}

.box-search > .ico-search {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 9.5px);
  right: 10px;
}

.box-search .input {
  border: none;
  border-radius: 3px;
  width: 0px;
  height: 28px;
  width: 95%;
  padding: 0 10px;
  transition: opacity 0.3s;
}

.box-search.search-feedbacknews .input,
.box-search.search-quicknews .input {
  height: 30px;
}

.box-search.search-feedbacknews,
.box-search.search-quicknews {
  margin-top: 10px;
}

.box-search.active .input:focus {
  outline: none;
}

.box-search.search-feedbacknews .input,
.box-search.search-quicknews .input {
  border-radius: 3px;
  border: solid 1px #dedede;
  width: 0px;
  height: 30px;
  width: 95%;
  padding: 0 10px;
  transition: opacity 0.3s;
}

.box-search.active {
  width: 100%;
  position: relative;
  display: inline-block;
}

.box-search.active .search-div {
  display: flex;
  margin-left: 5px;
  border: solid 1px #e0dfdf;
  border-radius: 3px;
}

.box-search.active .search-div button {
  border: none;
}

.box-search.active .search-div span {
  display: flex;
  cursor: pointer;
  align-items: center;
  width: 33px;
  height: 28px;
}

.box-search.active .search-div span:hover {
  background-color: rgba(60, 64, 67, 0.08);
}

.box-search.active .search-div .fa,
.box-search.active .search-div .fi {
  font-size: 20px;
  margin-right: 10px;
  color: #b4b4b4;
  margin: auto;
}

.box-search.active > input {
  opacity: 1;
  position: relative;
  z-index: 2;
  display: block;
  width: 80%;
  margin-left: 10px;
}

.box-search .search-submit-button {
  margin-left: 5px;
  cursor: pointer;
}

.box-search .search-advanced-show {
  margin-left: 5px;
  width: 28px;
  padding: 0 !important;
  font-size: large;
}

.box-search .search-advanced-show:hover {
  border-radius: 50%;
  background-color: rgba(60, 64, 67, 0.08);
  outline: none;
}

.sprite-list.ico-search {
  background-position: 2px -319px;
  width: 28px;
  height: 22px;
  margin-left: 2px;
  margin-top: -2px;
}

.search-advanced.active {
  display: block;
}

.search-advanced.active .search-options {
  margin: 10px;
}

.search-advanced {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  margin-left: 5px;
  min-height: 300px;
  /* max-height: 450px; */
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .box-search .input {
    width: 95%;
  }
}

/*END BOX SEARCH*/

.other-input .suggest-box.search-creator {
  background-color: #fff;
  /*border: 1px solid #e2e2e2;*/
  border-radius: 4px;
  padding: 5px;
  padding-right: 0px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

.other-input .suggest-box.search-author-tn {
  min-width: 200px;
}

.other-input .suggest-box.search-creator .topic-suggest.primary-topic {
  border-radius: 0 2px 2px 0;
  background-color: #0089e0;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px 22px 5px 5px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  margin-left: 15px;
}

.other-input .suggest-box.search-creator .primary-topic .topic-name-parent {
  font-weight: 500 !important;
  color: #fff;
}

.other-input .suggest-box.search-creator .normal-topic .topic-name-parent {
  font-weight: 500 !important;
  color: #9b9b9b;
}

.other-input .suggest-box.search-creator .topic-suggest.normal-topic {
  border-radius: 0 2px 2px 0;
  background: #e5e5e5;
  color: #333;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px 22px 5px 5px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 15px;
}

.other-input .suggest-box.search-creator .primary-topic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.other-input .suggest-box.search-creator .normal-topic:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-color: transparent #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.other-input .suggest-box.search-creator .primary-topic .topic-remove {
  cursor: pointer;
  margin-left: 5px;
  color: #fff;
  border-left: 1px solid #6eb0f7;
  padding-left: 3px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  margin-top: -7px;
}

.other-input .suggest-box.search-creator .normal-topic .topic-remove {
  cursor: pointer;
  margin-left: 5px;
  border-left: 1px solid;
  padding-left: 3px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  margin-top: -7px;
}

.other-input .suggest-box.search-creator .normal-topic .set-primary:hover {
  cursor: pointer;
}

.other-input .suggest-box.search-creator .jsx-suggest-panel {
  height: 30px;
}

.other-input
  .suggest-box.search-creator
  .jsx-suggest-panel
  .ims-text-input
  input {
  outline: none;
  width: 100% !important;
}

.other-input .suggest-box.search-creator .jsx-suggest-panel .ims-text-input {
  width: 100% !important;
  margin-left: 0px;
}

/*.other-input .suggest-box.search-creator .jsx-suggest-panel .jsx-suggest-panel .jsx-input input {outline: none;border: none !important; width: 100% !important;}*/

.filter-extend .other-input .checkbox-filter-extend {
  flex: 1;
}

/*BEGIN SIDEBAR*/

.sidebar {
  display: flex;
  flex: none;
  width: 60px;
  height: 100%;
  background: #192d3f;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 29px 0;
  position: relative;
  z-index: 4;
}

.sidebar .inner {
  display: flex;
  flex-grow: 1;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.sidebar .inner .fa-list-ul,
.sidebar .inner .fi-list-ul {
  font-size: 17px !important;
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1279px) {
  .sidebar .inner .fa-list-ul,
  .sidebar .inner .fi-list-ul {
    display: block;
    color: rgba(253, 253, 253, 0.4);
  }

  body.menu-left-active .sidebar .inner .fa-list-ul,
  .sidebar .inner .fa-list-ul:hover,
  body.menu-left-active .sidebar .inner .fi-list-ul,
  .sidebar .inner .fi-list-ul:hover {
    color: #fdfdfd;
  }
}

/*END SIDEBAR*/

/*BEGIN ZONE/DATE SELECTOR*/

.zone-date-selector {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.search-options .zone-date-selector {
  align-items: center;
  padding-top: 10px;
  display: block;
}

.zone-date-selector.newspublication {
  column-gap: 10px;
}

.zone-date-selector.newspublication > div.ims-datetime-picker,
.zone-date-selector.newspublication > .input,
.zone-date-selector.newspublication > .button {
  margin: 0;
}

.zone-date-selector .date-picker {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #dedede;
}

.zone-date-selector .date-picker label {
  width: 65px;
}

.zone-date-selector .date-picker .from-date {
  display: flex;
  align-items: center;
}

.zone-date-selector .date-picker .to-date {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.zone-date-selector label {
  margin-left: 10px;
  width: 150px;
  color: #5f6368;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.zone-date-selector .other-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.zone-date-selector .zone-info {
  min-width: 148px;
}

.filter-status-info {
  min-width: 200px;
  margin-left: 5px;
}

.zone-date-selector div.ims-datetime-picker {
  margin: auto;
}

.zone-date-selector .other-input input:not(.ims-select-list-input) {
  width: 100%;
  border: none;
  border-bottom: solid 1px #dedede;
}

.zone-date-selector .other-input .ims-text-input {
  width: 70%;
  margin-left: 0px;
  border: none;
}

.zone-date-selector .other-input input:focus {
  outline: none;
  border-bottom: solid 1px #4285f4;
}

.zone-date-selector .other-input .row_item {
  width: 70%;
  padding-right: 6px;
}

.zone-date-selector .button-box {
  margin-top: 20px;
  justify-content: flex-end;
  display: flex;
}

.zone-date-selector .button-box .button {
  margin-left: 10px;
}

.zone-date-selector .button-box > input:hover {
  background-color: rgba(60, 64, 67, 0.08) !important;
}

.zone-date-selector > div.ims-datetime-picker,
.zone-date-selector > .input,
.zone-date-selector > .button {
  margin-left: 10px;
}

.zone-date-selector .search-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zone-date-selector .search-action .button-box {
  margin: 0px;
  align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .zone-date-selector div.ims-datetime-picker input {
    width: 190px;
  }

  /*.zone-date-selector .date-picker {display: flex;}*/

  /*.search-advanced {min-width: 680px}*/

  .search-advanced {
    min-height: 360px;
  }
}

@media screen and (max-width: 930px) {
  .zone-date-selector div.ims-datetime-picker {
    margin-left: 10px;
  }

  .zone-date-selector div.ims-datetime-picker input {
    margin-bottom: 8px;
    margin-top: 2px;
  }



  .search-advanced {
    min-height: 360px;
  }

  .zone-date-selector div.ims-datetime-picker .calendar.calendar-show {
    left: -50px !important;
  }
}

@media screen and (min-width: 930px) and (max-width: 1024px) {
  /*.search-options {height: }*/

  .zone-date-selector .date-picker {
    justify-content: left;
  }

  .zone-date-selector div.ims-datetime-picker input {
    width: 190px;
  }

  .search-advanced {
    min-height: 360px;
  }
}

@media screen and (min-width: 1500px) {
  .zone-date-selector .date-picker {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .zone-date-selector .date-picker .to-date {
    margin-top: 0px;
  }

  .search-advanced {
    min-height: 300px;
  }
}

/*.zone-date-selector .Select { border-radius: 4px; line-height: 28px; min-height: 30px; color: #8493a8; width: 138px; box-sizing: border-box; }
.zone-date-selector .Select-menu-outer { width: 350px; line-height: 30px; }
.zone-date-selector .Select-option { padding: 0 8px; }*/

.zone-date-selector .input-wrapper {
  display: flex;
  flex: none;
  align-items: center;
  border-radius: 4px;
  line-height: 28px;
  min-height: 30px;
  padding: 0 15px;
  width: 115px;
  background: #eceff4;
  border: solid 1px #cad3df;
  box-sizing: border-box;
}

.zone-date-selector .input-wrapper > i {
  margin-top: -4px;
}

.zone-date-selector .input {
  border: solid 1px #dedede;
  height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  background: white;
  width: 140px;
  line-height: 28px;
  color: #8493a8;
  padding: 0 6px;
}

.zone-date-selector .input::-webkit-input-placeholder {
  color: #8493a8;
}

.list-route-filter .button {
  cursor: pointer;
  border-radius: 4px;
  line-height: 28px;
  min-height: 28px;
  padding: 0 20px;
  color: #8493a8;
  background: #eceff4;
  border: solid 1px #dedede;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
}

.list-route-filter .button.pending {
  opacity: 0.4;
}

/*.list-route-filter .button { cursor: pointer; padding: 5px 20px; font-size: 15px; line-height: 1.5; color: #696969; background-color: #fff; border-color: #ccc; border: solid 1px #ccc; border-radius: 4px; }
    .list-route-filter .button:hover { box-shadow: 0 0px 2px 2px #efefef; }

    .list-route-filter .button.pending { opacity: 0.4; }*/

.zone-date-selector .row-info label {
  display: none;
}

.zone-date-selector div.ims-datetime-picker > input {
  border: solid 1px #dedede;
  height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
}

.zone-date-selector .ims-select-list .ims-select-list-input-wrapper {
  background-color: white;
  border-color: #dedede;
}

.ims-select-list .ims-select-list-content li.child {
  color: #444;
}

.zone-info .ims-select-list .ims-select-list-content li.disabled {
  color: inherit;
}



.zone-date-selector > *:last-child {
  margin-right: 0;
}

/* QuickNews */

.zone-date-selector .newsItem_selected {
  padding: 0 10px 0 27px;
}

.zone-date-selector .division-line {
  border-left: 1px solid #c5c5c5;
  height: 35px;
  margin: 0 15px 0 11px;
}

/*END ZONE/DATE SELECTOR*/

.news-discussion-place-holder {
  /*margin-top: 58px;*/
  flex-grow: 1;
}

/******* news type icons ********/

.news-type-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent url("../images/news-type-icons.png") top left
    no-repeat;
  margin-bottom: -4px;
  margin-left: 10px;
}

.news-type-icon.magazine {
  background-position: 0px -203px;
}

.news-type-icon.rolling-news {
  background-position: 0px 0px;
}

.news-type-icon.live-match {
  background-position: 0px -26px;
}

.news-type-icon.interview {
  background-position: 0px -54px;
}

.news-type-icon.video {
  background-position: 0px -85px;
}

.news-type-icon.video-image {
  background-position: 0px -115px;
}

.news-type-icon.image {
  background-position: 0px -170px;
}

.news-type-icon.slide-photo {
  background-position: 0px -144px;
}

.icon-news-livestream {
  width: 42px;
  height: 10px;
  background: url("../images/icon-news-live.svg") no-repeat center;
  display: inline-flex;
  margin-top: 0;
}

.news-icon-manage-livestream {
  width: 24px;
  height: 24px;
  background: url("../images/icon-manage-livestream.svg") no-repeat;
  display: inline-block;
}

.news-type-icon.big-story {
  background-position: 0px -229px;
  height: 18px;
}

.news-type-icon.blank {
  background-position: 0px -229px;
  height: 18px;
}

.fa-type-icon,
.fi-type-icon {
  font-size: 15px;
  margin-left: 10px;
  margin-right: 5px;
}

.list-item .news-type-text-icon {
  margin-left: 10px;
  font: 11px / normal Roboto, Arial, Helvetica, sans-serif;
  background: #4fc6e1;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  /* text-shadow: 0 1px 2px #525252;*/
}

.ims-editable-container.quicknews-photo {
  min-height: 100px;
  padding: 10px 0;
}

.ims-editable-container.quicknews-photo ul li {
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  margin: 10px 15px;
  width: 150px;
  height: 150px;
}

.ims-editable-container.quicknews-photo ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ims-editable-container.quicknews-photo ul li img {
  width: 150px;
  height: 150px;
}

.date.hide-on-hover.flex-time {
  display: flex;
  flex-direction: column;
}

.date.hide-on-hover.flex-time span.time {
  margin-bottom: 5px;
}

.dialog-check-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.dialog-check-content .no-data,
.dialog-check-content .err {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dialog-check-content .no-data i {
  font-size: 30px;
  color: #0fd796;
  margin-bottom: 20px;
}

.dialog-check-content .no-data p {
  width: 355px;
  height: 52px;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}

.dialog-check-content .err i {
  font-size: 30px;
  color: #ffcc00;
  margin-bottom: 20px;
}

.dialog-check-content .err p {
  max-width: 624px;
  /* height: 24px; */
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.dialog-check-content .err .err-text-action {
  margin-top: 8px;
  width: 457px;
  height: 21px;
  font-size: 18px;
  line-height: 21px;
  color: #666666;
}

.dialog-check-content .err .err-text-action span {
  color: #00a1ff;
  cursor: pointer;
}

.dialog-check-content .content {
  width: 100%;
  height: calc(100% - 30px);
}

.dialog-check-content .content .label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.dialog-check-content .content ul .src-duplicate {
  list-style-type: circle;
  padding: 3px;
  font-size: 14px;
  margin-left: 30px;
}

.ims-modal-wrapper .footer-btn .show-preview {
  display: none;
}

.ims-modal-wrapper .footer-btn .hiden {
  display: none;
}

.list-item .cross-post-note:hover {
  cursor: pointer;
  text-decoration: underline;
}

.cross-post-note-item p {
  color: #666666;
}

.list-item .main .checkbox-wrapper {
  margin-right: 10px;
}

.quick-multi-actions {
  display: flex;
  box-shadow: 0 0px 4px 2px #eee;
}

/***************** dialog chọn object nhanh  *****************/

.dialog-add-object .modal-content {
  padding: 0px;
}

.dialog-add-object .block-object-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.block-object-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
}

.block-object-content-wrapper .block-object-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.block-object-content-wrapper .block-object-content .block-object-title {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-title
  span.title {
  font-size: 13pt;
  color: #6c6c6c;
  margin-left: 10px;
}

.block-object-content-wrapper .block-object-content .btn-add-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 10px;
  border: 1px dotted #2ea2c7;
  border-radius: 3px;
  cursor: pointer;
}

.block-object-content-wrapper .block-object-content .btn-add-wrap .btn-add {
  background: transparent;
  color: #2ea2c7;
  border: none;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-title
  .btn-add {
  height: 100%;
  border-bottom-right-radius: 0px;
}

.block-object-content-wrapper .block-object-content .block-object-search {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-search
  .block-object-search-input {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: 35px;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-search
  .block-object-search-input
  .icon {
  height: 100%;
  width: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-search
  .block-object-search-input
  .icon
  .fi {
  color: #8d8888;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-search
  .block-object-search-zone {
  width: 100%;
  height: 35px;
  display: flex;
}

.block-object-content-wrapper .block-object-content .content-wrapper {
  flex: 1;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.block-object-content-wrapper .block-object-content .content-wrapper .no-data {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-object-content-wrapper
  .block-object-content.block-object-selected
  .content-wrapper {
  /* border-top: unset; */
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object.selected {
  background-color: #e0efef !important;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object.added {
  cursor: initial;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object.primary {
  /* border: 1px solid #11e916;
    background-color: rgb(175 247 226 / 45%); */
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object.added:before {
  position: absolute;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 15px;
  height: 9px;
  border-width: medium medium 3px 3px;
  border-style: none none solid solid;
  border-color: #2ecc71;
  border-image: none;
  background: none repeat scroll 0% 0% rgba(194, 35, 35, 0);
  content: "";
  right: 10px;
  top: 30%;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object:nth-of-type(odd) {
  background-color: rgba(239, 239, 239, 0.45);
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object
  .img-object {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object
  .img-object
  img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.block-object-content-wrapper
  .block-object-content
  .content-wrapper
  .item-object
  .title-object {
  width: 100%;
  word-break: break-word;
}

.block-object-content-wrapper .block-object-content .block-object-paging {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.block-object-content-wrapper
  .block-object-content
  .block-object-paging
  .mscf-div {
  margin-right: 10px;
}

.block-object-content-wrapper .block-object-content .block-object-paging .note {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: red;
  width: 100%;
  height: 100%;
}

.block-object-content-wrapper .action-wrapper {
  width: 45px;
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-object-content-wrapper .action-wrapper .action {
  width: 36px;
  height: 36px;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  opacity: 0.5;
}

.block-object-content-wrapper .action-wrapper .action .fi {
  font-size: 2.5em;
  color: #787878;
}

.block-object-content-wrapper .action-wrapper .action.active {
  opacity: 1;
  color: #3f3f3f;
  cursor: pointer;
}

.block-object-wrapper .block-object-footer {
  width: 100%;
  height: 50px;
  border-top: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-object-wrapper .block-object-footer .btn-primary {
  margin-right: 10px;
}

.block-object-brand-content
  .block-object-content-wrapper
  .block-object-content
  .block-object-search
  .block-object-search-input {
  margin-right: 0px;
}

.block-object-brand-content .block-object-search-input .ims-text-input {
  width: 100%;
}

.title-extension-new-ui {
  margin-right: 15px;
}

.title-extension-new-ui .label-extension {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #999999;
  margin-right: 5px;
}

.title-extension-new-ui .content-extension {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Arial";
  color: #207b8b;
}

.list-group .quick-object-wrapper {
  display: flex;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.list-group .quick-object-wrapper .action-block {
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  margin-left: -10px;
}

.list-group .quick-object-wrapper .action-wrapper {
  background-color: #2ea2c7;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
  border-radius: 5px;
  padding: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  position: relative;
}

.list-group .quick-object-wrapper .action-wrapper.show {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.list-group .quick-object-wrapper .action-wrapper.active {
  background-color: #037599;
  position: relative;
}

.list-group .quick-object-wrapper .action-wrapper .fi {
  font-size: 14px;
}

.list-group .quick-object-wrapper .action-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #2ea2c7;
  border-bottom: 4px solid transparent;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.list-group .quick-object-wrapper .action-wrapper.active::after {
  border-left-color: #037599;
}

.list-group .quick-object-wrapper .action-wrapper.active .action-detail-wrap {
  position: absolute;
  left: calc(100% + 4px);
  top: 0;
  width: 240px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block,
.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap {
  padding: 5px;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap {
  height: 35px;
  width: 100%;
  height: 100%;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap:hover {
  background-color: #f8f8f8;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
}

.list-group .icon-wrap {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-right: 8px;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap.thread
  .action-item
  .icon-wrap,
.list-group .obj-content-item.thread .icon-wrap {
  background-color: #7378ba;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap.topic
  .action-item
  .icon-wrap,
.list-group .obj-content-item.topic .icon-wrap {
  background-color: #797979;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap.poll
  .action-item
  .icon-wrap,
.list-group .obj-content-item.poll .icon-wrap {
  background-color: #26738b;
}

.list-group .icon-wrap .icon {
  background-image: url("../images/sprites-action-object.png");
  width: 20px;
  height: 20px;
}

.list-group .action-item-wrap.thread .icon-wrap .icon,
.list-group .obj-content-item.thread .icon-wrap .icon {
  background-position: -50px -50px;
}

.list-group .action-item-wrap.topic .icon-wrap .icon,
.list-group .obj-content-item.topic .icon-wrap .icon {
  background-position: -10px -50px;
}

.list-group .action-item-wrap.poll .icon-wrap .icon,
.list-group .obj-content-item.poll .icon-wrap .icon {
  background-position: -50px -10px;
}

.list-group
  .quick-object-wrapper
  .action-wrapper.active
  .action-detail-wrap
  .action-detail-block
  .action-item-wrap
  .action-item
  .content {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.list-group .quick-object-wrapper .object-wrapper,
.list-group .quick-object-wrapper .object-content-wrap,
.list-group .quick-object-wrapper .object-wrapper .obj-content-item {
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
}

.list-group .quick-object-wrapper .object-wrapper .obj-content-item {
  flex: none;
  margin-right: 5px;
  cursor: pointer;
}

.list-group .quick-object-wrapper .object-wrapper .obj-content-item.loading,
.quick-object-wrapper .object-comment-wrap.loading {
  border: 1px solid #e3e3e3;
  padding: 3px;
  border-radius: 5px;
  cursor: not-allowed;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.loading
  .fi.fi-cog.fi-spin {
  margin-right: 5px;
}

.list-group
  .quick-object-wrapper
  .object-content-wrap.no-data
  .obj-content-item {
  font-size: 14px;
  line-height: 16px;
  color: #b8bcc0;
}

.list-group .quick-object-wrapper .object-wrapper .obj-content-item:last-child {
  margin-right: 0px;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data {
  padding: 5px;
  background-color: white;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content
  .icon-wrap {
  margin-right: 4px;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content
  .content {
  height: 100%;
  display: flex;
  align-items: center;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content
  .content
  .name,
.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content
  .content
  .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data
  .obj-content
  .content
  .name {
  color: #797979;
  margin-right: 4px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data.thread
  .obj-content
  .content
  .count {
  color: #7378ba;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data.topic
  .obj-content
  .content
  .count {
  color: #797979;
}

.list-group
  .quick-object-wrapper
  .object-wrapper
  .obj-content-item.item-have-data.poll
  .obj-content
  .content
  .count {
  color: #26738b;
}

.list-item-news .info-news-wrapper {
  display: flex;
  flex: 1;
}

.list-item-news .info-news-wrapper .avatar-wrapper {
  width: 96px;
  height: 60px;
  margin-right: 12px;
}

.list-item-news .info-news-wrapper .avatar-wrapper .avatar-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-item-news .info-news-wrapper .detail-info-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block {
  margin-bottom: 5px;
  /* max-height: 45px; */
  width: 100%;
  --max-lines: 3;
  --line-height: 1.4;
  display: -webkit-box;
  height: calc(var(--max-lines) * 1em * var(--line-height));
  line-height: var(--line-height);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block::before {
  content: "";
  position: absolute;
  height: calc(1em * var(--line-height));
  width: 100%;
  bottom: 0;
  background: linear-gradient(transparent 100%, white);
  pointer-events: none;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block:has(.expand-note) {
  height: auto;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block:has(.expand-note)::before {
  background: initial;
}

.list-item-news .info-news-wrapper .detail-info-wrapper .author-wrapper {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #909090;
}

.list-item-news .info-news-wrapper .detail-info-wrapper .author-wrapper > span {
  margin-right: 8px;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .author-wrapper
  > span:last-child {
  margin-right: 0px;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block
  .news-type-icon,
.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block
  .news-type-text-icon {
  margin: 0px 5px 0px 0px;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block
  .title-news {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  cursor: pointer;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block
  .note-news {
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #ec9829;
  margin-bottom: 0px;
}

.list-item-news
  .info-news-wrapper
  .detail-info-wrapper
  .info-title-and-note-block
  .note-news
  .icon {
  background: url("../images/sprites-action-object.png") -44px -90px;
  width: 14px;
  height: 12px;
  display: inline-block;
  margin-right: 3px;
}

.list-item-news .extend-info-wrap {
  min-width: 200px;
}

.list-item-news .extend-info-wrap .date {
  /* margin: 0px 20px 0px 0px; */
  flex: 1;
}

.list-item-news .extend-info-wrap.bomb-news .date {
  color: red;
}

.list-item-news .extend-info-wrap .date-and-noti {
  display: flex;
  align-items: flex-end;
  margin-bottom: -10px;
}

.list-item-news .extend-info-wrap .date-and-noti .noti-wrap {
  display: flex;
  justify-self: end;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ebf1fb;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.list-item-news .extend-info-wrap .date-and-noti .noti-wrap .icon {
  background: url("../images/sprites-action-object.png") -128px -10px;
  width: 12px;
  height: 15px;
  display: inline-block;
}

.list-item-news .extend-info-wrap .date-and-noti .noti-wrap .count {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #d84842;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  left: 18px;
  top: -4px;
}

.list-item-news .extend-info-wrap .date-and-noti .noti-wrap .content-noti-wrap {
  width: 420px;
  position: absolute;
  right: 50%;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
  border-radius: 6px;
  bottom: 100%;
  cursor: initial;
}

.list-item-news
  .extend-info-wrap
  .date-and-noti
  .noti-wrap
  .content-noti-wrap
  .title {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px;
  cursor: initial;
  color: #797979;
  font-size: 14px;
  line-height: 16px;
}

.list-item-news
  .extend-info-wrap
  .date-and-noti
  .noti-wrap
  .content-noti-wrap
  .content {
  padding: 12px 16px;
  color: red;
}

.list-item-news
  .extend-info-wrap
  .date-and-noti
  .noti-wrap
  .content-noti-wrap
  .content
  .item-noti {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.list-item-news
  .extend-info-wrap
  .date-and-noti
  .noti-wrap
  .content-noti-wrap
  .content
  .item-noti.active {
  color: #2ea2c7;
}

.list-item-news
  .extend-info-wrap
  .date-and-noti
  .noti-wrap
  .content-noti-wrap
  .content
  .item-noti
  .icon {
  width: 14px;
  height: 14px;
  background: url("../images/sprites-action-object.png") -10px -90px;
  display: inline-block;
  margin-right: 5px;
}

.list-item.list-item-news .main {
  min-height: 120px;
}

.news-video .info-extend-block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.list-item .news-video .info-extend-block .statistic:last-child {
  margin-top: 0px;
}

.news-video .statistic {
  margin: 0px;
}

.news-video .statistic.statistic-video {
  margin: 0px;
  display: flex;
  column-gap: 10px;
}

.news-video .statistic.statistic-video .lb {
  margin-right: 2px;
}

.quick-object-wrapper .object-comment-wrap {
  font-size: 14px;
  line-height: 16px;
  color: #b8bcc0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  background: white;
  border-radius: 5px;
}

.quick-object-wrapper .object-comment-wrap:hover {
  background-color: #d9dfed;
}

.quick-object-wrapper .object-comment-wrap.loading .fi.fi-cog.fi-spin {
  margin-right: 5px;
}

.object-comment-wrap .obj-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.object-comment-wrap .obj-content .icon-wrap {
  margin-right: 4px;
}

.object-comment-wrap .obj-content .icon-wrap .icon.comment {
  background-position: -90px -48px;
}

.object-comment-wrap .obj-content .content {
  height: 100%;
  display: flex;
  align-items: center;
}

.object-comment-wrap .obj-content .content .name,
.object-comment-wrap .obj-content .content .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}

.object-comment-wrap .obj-content .content .name {
  color: #333333;
  margin-right: 4px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.my-news-wrap {
  border-bottom: 1px solid rgba(8, 18, 28, 0.1);
}

.my-news-wrap .my-news-header {
  min-height: 42px;
  font-size: 15px;
  line-height: 42px;
  /* color: #3c3c3c; */
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
  padding-left: 36px;
  flex-shrink: 0;
  color: #2ea2c7;
  cursor: pointer;
}

.my-news-wrap .menu-group {
  margin-bottom: 0px;
}

.publication-bar-info {
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
}

.publication-bar-info .publication-bar-logo {
  display: flex;
  align-items: center;
}

.publication-bar-info .publication-bar-logo img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  margin-right: 12px;
}

.publication-bar-info .publication-bar-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #2ea2c7;
}

.publication-bar-info .publication-bar-detail {
  display: flex;
  gap: 60px;
  align-items: center;
}

.publication-bar-info
  .publication-bar-detail
  .publication-bar-detail-item-label {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  margin-right: 6px;
}

.publication-bar-info
  .publication-bar-detail
  .publication-bar-detail-item-content {
  font-size: 14px;
  line-height: 16px;
  color: #2ea2c7;
  font-weight: 700;
}

.ims-news-main-container {
  flex-grow: 1;
}

.publication-bar-detail .publication-bar-detail-action {
  background-color: #f4f5f6;
  height: 32px;
  width: 32px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.publication-bar-detail .publication-bar-detail-action .dot {
  width: 2px;
  height: 2px;
  border: 1px solid #8d8e91;
  border-radius: 99px;
  background-color: #8d8e91;
}

.publication-bar-detail-action:hover .publication-bar-detail-action-items {
  display: block;
  z-index: 1;
}

.publication-bar-detail-action-items-arrow:hover {
  display: block;
  z-index: 1;
}

.publication-bar-detail-action-items-arrow::before:hover
  .publication-bar-detail-action-items {
  display: block;
  z-index: 1;
}

.publication-bar-detail-action-items {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  display: none;
}

.publication-bar-detail-action-items-arrow {
  position: absolute;
  right: 8px;
  height: 20px;
  width: 50px;
  top: -20px;
  background-color: transparent;
  filter: drop-shadow(0 -1px 1px #ccc);
}

.publication-bar-detail-action-items-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  height: 6px;
  width: 10px;
  border: 1px solid #e2e2e2;
  border-bottom-color: #fff;
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.publication-bar-detail-action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: 150px;
  cursor: pointer;
}

.publication-bar-detail-action-item .icon-wrap {
  width: 16px;
  height: 16px;
  color: #666;
  font-size: 14px;
}

.publication-bar-detail-action-item .icon-wrap i {
  width: 100%;
  height: 100%;
}

.publication-bar-detail-action-item:hover {
  background-color: #eaeaea;
}

.choice-thread-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.choice-thread-wrapper .filter-wraper {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choice-thread-wrapper .filter-wraper .col-filter.keyword {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 60%;
}

.choice-thread-wrapper .filter-wraper .col-filter.keyword .filter-input {
  width: 100%;
  height: 100%;
}

.choice-thread-wrapper .content-wrap {
  flex: 1;
  position: relative;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .thread-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 10px 8px;
  margin: 8px 0;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .info {
  display: flex;
  gap: 12px;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .info .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .action {
  display: none;
  gap: 4px;
  align-items: center;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .action .fi {
  padding: 10px;
  color: #666666;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap:hover {
  background-color: #f2f2f2;
  border-radius: 6px;
  /* cursor: pointer; */
}

.choice-thread-wrapper .content-wrap .thread-item-wrap:hover .action {
  display: flex;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .action .fi:hover {
  background-color: #fff;
  color: #2ea2c7;
  border-radius: 100%;
  cursor: pointer;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .info .avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.choice-thread-wrapper .content-wrap .thread-item-wrap .thread-default {
  background-color: #2ea2c7;
  color: #fff;
  border-radius: 4px;
  height: fit-content;
  padding: 2px;
}

.list-route .date-and-noti {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
}

.list-route.thanhnien .date {
  margin: 0;
  margin: 0 0px 4px 0px;
}

.list-route.thanhnien .statistic {
  align-items: initial;
  justify-content: right;
}

/*bgt */

.list-route.baogiaothong .date-and-noti {
  position: relative;
  display: block;
  text-align: right;
  margin: 0;
}

.list-route.baogiaothong .list-item-news .extend-info-wrap {
  margin-top: -15px;
}

.list-route.baogiaothong .date {
  margin: 0;
  margin: 0 0px 4px 0px;
}

.list-route.baogiaothong .statistic {
  align-items: initial;
  justify-content: right;
}

/* end bgt */

.list-route.thanhnien .info-news-wrapper .avatar-wrapper {
  width: 114px;
  height: 72px;
}

.list-route.thanhnien .list-item-news .extend-info-wrap {
  margin-top: -15px;
}

.noti-thanhnien {
  color: #f26a64;
  margin-bottom: 10px;
}

.item-noti.active {
  color: #2ea2c7;
}

.suggest-box-user-wrapper {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 5px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  min-height: 44px;
}

.suggest-user-wrap {
  width: 100%;
}

.suggest-user-wrap .label {
  font-size: 14px;
  margin-bottom: 10px;
}

.suggest-user-wrap .set-primary {
  border-radius: 0 2px 2px 0;
  background-color: #0089e0;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  padding: 5px 22px 5px 5px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  margin-left: 15px;
}

.suggest-user-wrap .set-primary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border-color: transparent #0089e0 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.suggest-user-wrap .user-remove {
  cursor: pointer;
  margin-left: 0px;
  color: #fff;
  border-left: 1px solid #6eb0f7;
  padding-left: 3px;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 26px;
  height: 14px;
  text-align: center;
  margin-top: -7px;
}

.suggest-user-wrap .user-remove i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Cho trình duyệt Chrome, Safari, Edge */
  -moz-transform: rotate(45deg);
  /* Cho trình duyệt Firefox */
}

.suggest-user-wrap .user-suggest {
  position: relative;
}

.ims-modal .modal-content .suggest-box-user-wrapper .jsx-suggest-panel input {
  border: transparent;
}

.ims-modal .modal-content .suggest-box-user-wrapper .jsx-input .input-custom {
  border: transparent;
}

.suggest-user-wrap .sendupNews {
  margin-top: 25px;
}

.suggest-user-wrap .sendupNews .label {
  margin-bottom: 25px;
}

.suggest-user-wrap .sendupNews .ims-radio {
  width: 100%;
  display: block;
  margin-bottom: 13px;
}

/* SEO gắn tag vào tin   */

.seo-attach-tag-in-news-container {
  width: 100%;
}

.seo-attach-tag-in-news-container .seo-attach-tag-in-news-title {
  width: 100%;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
}

.seo-attach-tag-in-news-container .seo-attach-tag-in-news-body {
  width: 100%;
  display: flex;
  gap: 20px;
  height: calc(100% - 60px);
  padding: 20px;
  padding-top: 0px;
}

/* bảng list tag  */

.seo-attach-tag-in-news-body .list-seo-tag {
  flex: 1;
  padding-top: 10px;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: #b2b2b2 4px 4px 10px;
}

.seo-attach-tag-in-news-body .list-seo-tag .list-seo-tag-add-new {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 10px 10px;
  position: relative;
}

.seo-attach-tag-in-news-body .list-seo-tag .list-seo-tag-add-new .warning {
  color: red;
  font-size: 11px;
}

.seo-attach-tag-in-news-body
  .list-seo-tag
  .list-seo-tag-add-new
  .list-seo-tag-note {
  display: flex;
  gap: 20px;
}

.seo-attach-tag-in-news-body
  .list-seo-tag
  .list-seo-tag-add-new
  .custom-btn-add-seo-tag {
  height: 32px;
}

.seo-attach-tag-in-news-body
  .list-seo-tag
  .list-seo-tag-add-new
  .list-seo-tag-note
  .item {
  display: flex;
  gap: 4px;
  font-weight: 600;
}

.seo-attach-tag-in-news-body .list-seo-tag .list-seo-tag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #dbdbdb;
}

.seo-attach-tag-in-news-body
  .list-seo-tag
  .list-seo-tag-header
  .msc-filters-seo-tag {
  display: flex;
  gap: 12px;
}

/* bảng list tin thêm tag  */

.seo-attach-tag-in-news-body .list-news-for-attach-tag {
  flex: 1;
  background: #fff;
}

.seo-attach-tag-in-news-body .ims-list-view .ims-list-view-row .title-cell {
  width: 300px;
  flex: none;
  padding-right: 12px;
}

.seo-attach-tag-in-news-body .ims-list-view .ims-list-view-row .type-cell {
  width: 200px;
  flex: none;
  padding-right: 12px;
}

.seo-attach-tag-in-news-body
  .ims-list-view
  .ims-list-view-row
  .title-cell
  .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  height: 30px;
}

.seo-attach-tag-in-news-body
  .ims-list-view
  .ims-list-view-row
  .type-cell
  .tag-in-news,
.seo-attach-tag-in-news-body
  .ims-list-view
  .ims-list-view-row
  .tag-cell
  .tag-in-news {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  color: #fff;
  border-radius: 4px;
}

.seo-attach-tag-in-news-body .ims-list-view .ims-list-view-row .tag-cell {
  flex: none;
  width: 370px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.list-route-main .list-place {
  width: 100%;
  padding: 0 40px;
}

.list-route-main .list-place .list-item-place {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
}

.zone-date-selector .other-input select {
  width: 100%;
  height: 38px;
  border: solid 1px #dedede;
  border-radius: 6px;
  padding-left: 10px;
}

/* css live stream */

.ManagerLiveStream {
  width: 100%;
}

.ManagerLiveStream .header {
  height: 60px;
  background: #fff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #dedede;
}

.ManagerLiveStream .content {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
}

.ManagerLiveStream .content .player {
  width: 800px;
}

.ManagerLiveStream .content .player .iframe {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.ManagerLiveStream .content .player iframe {
  width: 100%;
  height: 100%;
  border: transparent;
}

.ManagerLiveStream .header-in-content {
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.ManagerLiveStream .extension {
  width: calc(100% - 800px);
}

.ManagerLiveStream .tab-extension {
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ManagerLiveStream .gr-header {
  height: 40px;
  display: flex;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
}

.gr-header .tab-extension.active {
  background: #fff;
}

.ManagerLiveStream .extension-widget {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 12px;
  align-items: center;
}

.ManagerLiveStream .share-live .button {
  background: #f2f6ff;
  border: none;
  border-radius: 4px;
  padding: 7px 10px;
  color: #1f9ffc;
  font-family: SF Display;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ManagerLiveStream .button-share {
  margin-right: 10px;
}

.ManagerLiveStream .share-live {
  display: flex;
}

.ManagerLiveStream .share-live .button i {
  margin-right: 6px;
}

.ManagerLiveStream .info-analytics ul {
  margin-right: 18px;
}

.ManagerLiveStream .info-analytics i {
  margin-right: 4px;
}

.ManagerLiveStream .info-analytics {
  display: flex;
}

.ManagerLiveStream .extension {
  width: calc(100% - 800px);
}

.ManagerLiveStream .tab-comment {
  height: 100%;
}

.ManagerLiveStream .block-list-comment {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  background: #fff;
}

.ManagerLiveStream .block-list-comment iframe {
  position: relative !important;
  display: none;
  height: 0px;
}

.ims-popup-content .ims-form-create-subject .comment-manager {
  margin: 0px;
}

.ManagerLiveStream .list-comment {
  height: 100%;
}

.ManagerLiveStream .list-comment .ims-form-create-subject {
  height: 100%;
}

.ManagerLiveStream .list-comment .ims-form-create-subject .comment-manager {
  height: 100%;
}

.ManagerLiveStream
  .list-comment
  .ims-form-create-subject
  .comment-manager
  > .flex.flex-col {
  height: 100%;
}

.ManagerLiveStream
  .list-comment
  .ims-form-create-subject
  .comment-manager
  .show-data-wrapper {
  height: 100%;
  overflow: scroll;
}

.hidden-view .icon-wrapper {
  flex-direction: column;
}

.hidden-view .icon-wrapper > * {
  margin-right: 0px !important;
}

.hidden-view .icon-wrapper {
  margin-right: 12px;
  gap: 8px;
}

/* css live stream */

.ManagerLiveStream {
  width: 100%;
}

.ManagerLiveStream .header {
  height: 60px;
  background: #fff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #dedede;
}

.ManagerLiveStream .content {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  background: #f8f8f8;
  padding: 20px;
}

.ManagerLiveStream .content .player {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.ManagerLiveStream .content .player .iframe {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.ManagerLiveStream .content .player iframe {
  width: 100%;
  height: 100%;
  border: transparent;
}

.ManagerLiveStream .header-in-content {
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.ManagerLiveStream .extension {
  width: 65%;
}

.ManagerLiveStream .footer-comment {
  padding: 16px 0px 16px 16px;
  display: flex;
  border-top: transparent;
}

.ManagerLiveStream .footer-comment .input-txt {
  height: 45px;
  width: 100%;
  border-radius: 20px;
}

.ManagerLiveStream .footer-comment .btn-sendComment {
  width: 50px;
  background: transparent;
  border: transparent;
  cursor: pointer;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ManagerLiveStream .footer-comment .btn-sendComment .icon-send-comment-live {
  background: url("../images/icon-send-comment-live.png");
  display: block;
  width: 32px;
  height: 32px;
}

.ManagerLiveStream .create-com {
  text-transform: capitalize;
}

.ManagerLiveStream .footer-comment .btn-sendComment[disabled] {
  opacity: 0.5;
}

.ManagerLiveStream .footer-comment .input-txt:focus {
  border: 1px solid #999;
  outline: transparent;
}

.ManagerLiveStream .tab-extension {
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gr-header .tab-extension.active {
  background: #fff;
}

.ManagerLiveStream .extension-widget {
  display: flex;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  border: solid 1px #e7eaf1;
  border-top: transparent;
}

.ManagerLiveStream .extension-widget .tab-content.isItempin {
  height: calc(38vh - 83px);
}

.ManagerLiveStream .extension-widget .tab-content {
  height: calc(38vh - 12px);
  border: transparent;
}

.ManagerLiveStream .picker-comm .comment {
  margin-bottom: 0;
}

.ManagerLiveStream .extension-widget .picker-comm .comment {
  background: #fff;
  border: transparent;
  border-top: solid 1px #e7eaf1;
}

.ManagerLiveStream .extension-widget .tab-comment {
  width: 100%;
}

.ManagerLiveStream
  .extension-widget
  .picker-comm
  .comment
  .action-single.action {
  opacity: 1;
}

.ManagerLiveStream .extension-widget .picker-comm .comment .btn-edit {
  display: none;
}

.ManagerLiveStream .extension-widget .block-status-comment {
  margin: 0;
  width: 100%;
}

.ManagerLiveStream .share-live .button {
  background: #f2f6ff;
  border: none;
  border-radius: 4px;
  padding: 7px 10px;
  color: #1f9ffc;
  font-family: SF Display;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ManagerLiveStream .gr-comment {
  padding: 0px;
}

.ManagerLiveStream .header-cauhoi {
  background: #e6e6e6;
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-radius: 12px 12px 0px 0px;
  padding-left: 15px;
  font-weight: 600;
  position: relative;
}

.ManagerLiveStream .header-cauhoi p {
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ManagerLiveStream .header-cauhoi.special {
  background: rgba(32, 139, 51, 0.12);
  color: #208b33;
}

.ManagerLiveStream .header-cauhoi .counter {
  position: absolute;
  right: 15px;
}

.ManagerLiveStream .block-status-comment {
  width: calc(50% - 20px);
  display: inline-block;
  /* margin-bottom: 20px; */
  margin: 0px 0px 20px 20px;
}

.ManagerLiveStream .tab-content {
  height: calc(50vh - 143px);
  border: solid 1px #e7eaf1;
  border-top: transparent;
  overflow: auto;
  background: #fff;
}

.ManagerLiveStream .header-tichAll .fragment {
  display: flex;
}

.ManagerLiveStream .header-tichAll {
  height: 40px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.ManagerLiveStream .action button {
  width: 28px;
  height: 28px;
  background: #fff;
  border: solid 1px #e7eaf1;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.ManagerLiveStream .header-tichAll .action button.btn-export {
  width: 80px;
  height: 30px;
}

.ManagerLiveStream .action button .icon {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.ManagerLiveStream .action button .icon-remove-commnt-live {
  background: url("../images/icon-remove-comment-live.png");
}

.ManagerLiveStream .action button .icon-publish-commnt-live {
  background: url("../images/icon-publish-comment-live.png");
}



.ManagerLiveStream .action button .icon-pinlivestream {
  background: url("../images/icon-pin-livestream.svg") no-repeat;
  width: 14px;
  height: 14px;
}

.ManagerLiveStream .item-comment {
  padding: 16px;
}

.ManagerLiveStream .comment {
  border: dashed 1px #e7eaf1;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
  background: #f8f8f8;
  position: relative;
}

.ManagerLiveStream .comment .action-single.action {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transition: none;
  transition-timing-function: ease;
  position: absolute;
  right: 10px;
}

.ManagerLiveStream
  .item-comment
  .list-comment
  .comment:hover
  .action-single.action {
  opacity: 1;
}

.ManagerLiveStream .comment .action-single.action .fragment {
  display: flex;
}

.ManagerLiveStream .comment .action-single.action button {
  margin-left: 5px;
}

.ManagerLiveStream .loading {
  opacity: 0.5;
  pointer-events: none;
}

.ManagerLiveStream .comment .ims-checkbox {
  margin-top: 9px;
}

.ManagerLiveStream .info-user .avatar {
  width: 30px;
  height: 30px;
  background-image: url("../images/defalut-avatar.png");
  margin-right: 8px;
}

.ManagerLiveStream .info-user {
  display: flex;
  margin-bottom: 8px;
}

.ManagerLiveStream .info-user .name-user {
  font-size: 13px;
  color: #1f232e;
  font-family: "Roboto";
  text-transform: uppercase;
}

.ManagerLiveStream .create-com {
  color: #8fa0c5;
  margin-top: 3px;
}

.ManagerLiveStream .info-comment {
  margin-left: 10px;
  flex: 1;
}

.ManagerLiveStream .info-comment .content-com input {
  width: calc(100% + 30px);
  height: 28px;
  border: solid 1px #e7eaf1;
  padding: 0px 10px;
  border-radius: 4px;
  margin-left: -30px;
}

.ManagerLiveStream .info-comment .content-com input:focus {
  border-color: #333;
  outline: transparent;
}

.ManagerLiveStream .item-comment .checkbox-action {
  margin-top: 5px;
}

.ManagerLiveStream .item-comment .list-comment {
  position: relative;
}

.ManagerLiveStream .action-footer {
  margin-top: -13px;
  background: #f8f8f8;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  margin-bottom: 10px;
}

.ManagerLiveStream .action-footer .btn {
  margin-right: 10px;
}

.ManagerLiveStream .action-footer .btn[disabled] {
  opacity: 0.5;
}

.ManagerLiveStream .action-footer .btn.btn-main {
  background: #2ea2c7;
  color: #fff;
}

.ManagerLiveStream .icon-comment-livestream {
  width: 14px;
  height: 14px;
  background: url("../images/icon-edit-comment-in-livestream.png");
}

.item-slidebar-dynamic {
  margin-bottom: 20px;
}

.inside-scroll-bar .btn-reload {
  background: transparent;
  border: transparent;
  color: #0089e0;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: underline;
}

.list-item .main.btvxb-edit {
  display: flex;
  background: #dfe8f5;
  padding: 10px;
}

.sharenew-indicator {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #999999;
  margin-right: 5px;
}

.sharenew-indicator span,
.sharenew-indicator span.more-hover ul li {
  color: #207b8b !important;
  font-weight: normal;
}

.sharenew-indicator span:not(:last-child):after {
  content: ", ";
}

.sharenew-indicator span.more-hover ul {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  max-height: 100px;
  overflow-y: scroll;
  width: 250px;
  background-color: white;
  border-radius: 6px;
  padding: 4px;
  box-shadow: 1px 2px 5px 0px rgba(156, 156, 156, 0.75);
}

.sharenew-indicator span.more-hover {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  padding: 0 8px;
  border-radius: 6px;
  background-color: white;
}

.sharenew-indicator span.more-hover:hover ul {
  display: block;
}

.more-hover ul::-webkit-scrollbar {
  width: 2px;
}

.suggest-position {
  color: red;
}

.select-all-user-in-list {
  position: relative;
}

.select-all-user-in-list .user-container:hover {
  background: #f5f5f5f5;
}

.select-all-user-in-list .user-container {
  border-bottom: solid 1px #dedede;
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
}

.select-all-user-in-list .list {
  position: absolute;
  max-height: 50vh;
  width: auto;
  overflow: auto;
  min-width: 250px;
  top: 25px;
  background: #fff;
  border: solid 1px #ccc;
  padding: 0;
  border-radius: 8px;
}

.select-all-user-in-list .user-name {
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

.select-all-user-in-list .full-name {
  color: #333;
  font-size: 12px;
}

.list-route.baogiaothong .content-extension.isPr {
  color: #FF9800;
}