.short-video-container {
  background-color: #ffffff;
}

.short-video-container .card-video {
  width: 200px;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  padding: 0px;
  margin-right: 30px;
  position: relative;
}

.short-video-container .card-video .bn-video {
  width: 100%;
}

.short-video-container .card-video .ic-avatar {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  border-radius: 25px;
  overflow: hidden;
  border: 5px solid rgba(18, 103, 243, .8);
}

.short-video-container .card-video .ic-avatar img {
  width: 100%;
}

.short-video-container .btn-video {
  height: 300px !important;
}

.short-video-container .btn-video::before {
  background-size: 30px 30px !important;
  background-color: white;
  padding: 10px;
  border-radius: 20px;
}

.card-article {
  width: 390px !important;
}

.footer {
  padding: 20px;
  background: #F0E9F2;

  width: calc(100% - 160);
  box-sizing: border-box;
  color: #050514;
}

.footer .top {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.footer .left,
.footer .right {
  width: 50%;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  position: relative;
}
.footer .right {
  display: flex;
  justify-content: right;
}
.senc-bot {
  position: absolute;
  bottom: 5px;
  color: #54208c;
  font-size: 15px;
}

.input-group {
  display: flex;
  align-items: center;
}

.input {
  box-sizing: border-box;
  min-height: 50px;
  max-width: 300px;
  width: 100%;
  color: #54208c;
  padding: 0 15px;
  font-size: 15px;
  border: none;
  background-color: #ecdfed;
}

.button--submit {
  min-height: 50px;
  padding: .5em 1em;
  border: none;
  background-color: #54208c;
  color: #ecdfed;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
  text-transform: uppercase;
}

.login-with {
  display: flex;
  gap: 20px;
}

.button-log {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #54208c;
  background-color: #fdf5ff;
  box-shadow: 4px 4px #54208c;
  color: #54208c;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  width: 24px;
  height: 24px;
  fill: #54208c;
}

.button-log:active,
.button-confirm:active {
  box-shadow: 0px 0px #4E5D65;
  transform: translate(3px, 3px);
}

.cate-foot {
  display: flex;
  margin-top: 15px;
}

.cate-foot .item-foot {
  margin-right: 30px; 
}

.cate-foot .item-foot a {
  color: #54208c;
  font-size: 12px;
}

.bottom .cp-foot {
  margin-top: 10px;
  color: #54208c;
  font-size: 12px;
}