@keyframes blink {
  0%, 100% {
    background-color: #fb0200;
  }
  50% {
    background-color: #a80000;
  }
}
.live {
  background: #272523;
  padding: 15px;
  display: block;
  width: fit-content;
  color: #fff;
}
.live:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fb0200;
  margin-right: 5px;
  animation: blink 1s infinite;
}

.cbp_tmtimeline {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #E6E2E2;
  left: 20%;
  margin-left: -10px;
}
.cbp_tmtimeline > li {
  display: flex;
  margin-bottom: 50px;
}
.cbp_tmtimeline > li .cbp_tmtime {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  padding: 2em;
  position: relative;
  border-radius: 5px;
  box-shadow: 5px 5px 10px -10px #000000;
}
.cbp_tmtimeline > li .cbp_tmlabel .title_of_new {
  font-size: 1.25rem;
  font-weight: bold;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  content: " ";
  position: absolute;
  border: solid transparent;
  border-width: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel .content_of_news figure {
  width: auto !important;
}
.cbp_tmtimeline > li .cbp_tmlabel .linked_post {
  background: #fff;
  padding: 3%;
  margin: 3%;
  border-radius: 15px;
  display: flow-root;
}
.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
  background: #E6E2E2;
}
.cbp_tmtimeline > li:nth-child(2n) .cbp_tmlabel {
  background: #fbf7f7;
}
.cbp_tmtimeline .linked_post img {
  float: left;
  margin-right: 15px;
}

@media only screen and (max-width: 576px) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li {
    flex-direction: column;
    gap: 10px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-bottom-color: #E6E2E2;
  }
  .cbp_tmtimeline > li:nth-child(2n) .cbp_tmlabel:after {
    border-bottom-color: #fbf7f7;
  }
}
@media only screen and (min-width: 576px) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li {
    flex-direction: column;
    gap: 10px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-bottom-color: #E6E2E2;
  }
  .cbp_tmtimeline > li:nth-child(2n) .cbp_tmlabel:after {
    border-bottom-color: #fbf7f7;
  }
}
@media only screen and (min-width: 992px) {
  .cbp_tmtimeline:before {
    display: block;
  }
  .cbp_tmtimeline > li {
    flex-direction: row;
    gap: 50px;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 20%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    width: 80%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    left: -20px;
    top: 10px;
  }
  .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel:after {
    border-right-color: #E6E2E2;
    border-bottom-color: transparent;
  }
  .cbp_tmtimeline > li:nth-child(2n) .cbp_tmlabel:after {
    border-right-color: #fbf7f7;
    border-bottom-color: transparent;
  }
}

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