body {
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
}

.btn-warning
{
    background-color: #feba8b !important;

}

	
	.bg-warning2
	{
		background-color:#feba8b !important;
		color:#000 !important;
	}

.card-video {
  background-color: #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.card-video img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-video .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #feba8b !important;
  color: black;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
}

.card-video .tagt {
position: absolute;
    top: 0px;
    left: 0px;
    background: #2b2b2b;
    color: #2b2b2b;
    font-weight: bold;
    padding: 2px 8px;
    font-size: 12px;
    width: 100% !important;
    height: 30px;
}



.card-video .tagb {
position: absolute;
    bottom: 10%;
    left: 10px;
    background: #2b2b2b;
    color: #2b2b2b;
    font-weight: bold;
    padding: 2px 8px;
    font-size: 12px;
    width: 100% !important;
    height: 12px;
}

.card-video .bookmark {
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-video .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}
