:root {
  --color-1: #23282b;
  --color-2: #004e9c;
  --color-3: #d4d4f7;
  --color-4: #212529;
  --color-5: #0dcaf0;
}

body {
  background-color: var(--bs-white);
}

.bg-nethide {
  background-color: #e6f0ff;
}

.font-custom {
  display: flex;
  align-items: center;
  margin-top: 2px;
  justify-content: center;
  padding: 10px 0;
  font-size: 15px;
}

.btn-link {
  margin-left: 10px;
  display: flex;
  font-size: 15px;
}

.nethide-text-color {
  color: #004e9c;
}

.btn-play-video {
  background-color: var(--color-3);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  transition: all 0.2s ease;
  margin: 30px auto 30px;
}

.btn-play-video:hover {
  background-color: var(--color-4);
}

.bi {
  color: var(--color-2);
}

.bi-camera-video-fill {
  color: whitesmoke;
}

.bi-card-image {
  color: whitesmoke;
  margin-right: 1px;
}

.text-bg-nethide {
  border-radius: 10px;
  background-color: #e6f0ff;
  font-size: 25px;
}

.bi-footer {
  font-size: 25px;
}