/* con = container */
/* img = image */
.tid-con-user-profile {
  width: 72px;
  height: 72px;
  display: inline-block;
  position: relative;
}

.tid-user-profile {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
}

/* CARD CONTENT */
.tid-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px;

  /* margin-left: 16px; */
  margin-bottom: 16px;
  /* margin-right: 16px; */
}

.tid-card--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.tid-dialog {
  background: #fff;
  width: 512px;
  max-width: calc(100% - 32px);
}

.tid-dialog--header {
  background-color: #356DFB;
  height: 50px;
  text-align: center;
  color: white;
}

/* FLEX image with content */
.tid-con-img-content {
  display: flex;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tid-con-img-content>div:nth-child(1),
.tid-con-img-content>div:nth-child(2) {
  cursor: pointer;
}

.tid-con-img-content>div:first-child {
  width: 80px;
  display: block;
  text-align: center;
}

.tid-con-img-content>div:first-child>img {
  width: 56;
}

.tid-con-img-content--content {
  flex: 1 1 0%;
}

.tid-con-img-content:hover {
  background: #f0f0f0;
}

.tid-con-img-content:hover>i {
  display: block;
}

.tid-con-img-content:hover>i:hover {
  display: block;
  color: #424242;
}

.tid-con-img-content>i {
  color: #757575;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  cursor: pointer;
}

/* DECORATION */
.line-h {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 0px;
  margin-top: 8px;
}

.tid-bot-right {
  position: absolute !important;
  right: 0;
  bottom: 0;
}

.tid-top-right {
  position: absolute !important;
  right: 0;
  top: 0;
}

.tid-top-right--16 {
  position: absolute !important;
  right: 16px;
  top: 16px;
}

/* CROPPER */
.cropper-face.cropper-move {
  border-radius: 50%;
}

/* LAYOUT */
.tid-content-layout {
  display: flex;
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.tid-content-layout>.left,
.tid-content-layout>.right {
  width: 272px;
}

.tid-content-layout>.left-company,
.tid-content-layout>.right-company {
  width: 180px;
}


.tid-content-layout>div {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

/* FLEX icon with content */
.tid-icon-content {
  display: block;
  margin-bottom: 8px;
}

.tid-icon-content>img {
  display: inline-block;
  vertical-align: middle;
}

.tid-icon-content>div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

/* new style */

.img-responsive {
  max-width: 100%;
  height: auto;
}

img.photo {
  width: 100%;
}

img.detail-photo-caption {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.text-content img {
  max-width: 100%;
  margin-bottom: 1rem;
  /* height: auto; */
}

.text-content h1 {
  font-size: 2em;
  font-weight: bold;
}

.text-content h2 {
  font-size: 1.7em;
}

.text-content h3 {
  font-size: 1.5em;
}

.text-content h4 {
  font-size: 0.7em;
}

.sosmedwrapper iframe,
.instagram-media {
  max-width: 540px;
  width: calc(100% - 2px);
  min-width: 326px;
  border: 0 !important;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.15) !important;
  margin: 0 auto !important;
}

/* End News Detail */

.square-not-loaded {
  height: 16px !important;
  width: 16px !important;
  background-color: #EFEFEF !important;
}

.visibility-hidden {
  visibility: hidden;
}
.cta-subscription {
  border: 1px solid #DADADA
}
.package-box {
  border: 1px solid #DADADA
}
.package-box.active {
  border: 1px solid blue
}

#content[aria-hidden=true] a[href],
#content[aria-hidden=true] area[href],
#content[aria-hidden=true] input:not([disabled]),
#content[aria-hidden=true] select:not([disabled]),
#content[aria-hidden=true] textarea:not([disabled]),
#content[aria-hidden=true] button:not([disabled]),
#content[aria-hidden=true] [tabindex]:not([disabled]),
#content[aria-hidden=true] [contenteditable=true]:not([disabled]),
.slick-slide[aria-hidden=true] a[href]{
    visibility: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb a {
  text-decoration: none;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: none;
}

.breadcrumb a:not(:last-child)::after {
  content: '>';
  padding-left: 8px;
  color: #000;
}

.breadcrumb a:last-child {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}

.breadcrumb a:last-child::after {
  content: '';
}
