.container-detail {
  min-height: 50vh;
}

.article-img-holder {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1s;
}

.title-text-link {
  color: #333333;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}

.title-text-link :hover {
  color: var(--header-color);
}

.bar-title {
  position: relative;
  margin-bottom: 30px;
  background-color: #f3f3f3;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}

.text-title {
  position: relative;
  color: #ffffff;
  padding: 2px 15px;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 3px;
  display: inline-block;
  background-color: var(--header-color);
  text-transform: uppercase;
}

.icon-box {
  margin-top: -5px;
}

.search-table {
  user-select: none;
}

.ant-input-search {
  width: 200;
  display: "unset";
}

.sr-only {
  display: none;
}

.search-table {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  line-height: 1.5 \9;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
  -webkit-animation: SearchAttention 1s;
  -webkit-animation-iteration-count: infinite;
  animation: SearchAttention 1s;
  animation-iteration-count: infinite;
}

.search-table:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(74, 161, 243, 0.685);
  box-shadow: 0 0 0 2px rgba(74, 161, 243, 0.685);
}

.main-page p {
  color: #000;
}

.container-contant {
  margin: auto;
  max-width: 1600px;
}

.forum-detail {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.ant-breadcrumb > span:last-child {
  color: #000 !important;
}

@-webkit-keyframes SearchAttention {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    -moz-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    -moz-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
  }
}

@keyframes SearchAttention {
  from {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    -moz-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
  }
  to {
    -webkit-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    -moz-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
  }
}
