.code-snippet {
  margin-top: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-bottom: 1.5rem;
  /* Added spacing between the text and code snippet */
  position: relative;
}

.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  padding: 0.15rem 0.5rem;
  /* Reduced padding for smaller top bar */
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  font-size: 0.875rem;
  /* Reduced font size for smaller top bar */
}

.code-lang {
  font-weight: bold;
}

.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #007bff;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  /* Smaller text size */
}

.icon-sm {
  margin-right: 0.25rem;
  width: 18px;
  /* Reduced size for the SVG icon */
  height: 18px;
}

pre {
  margin: 1rem;
  font-size: 0.9rem;
  /* Added spacing inside code section */
}

/* #162238 */
.videoBox iframe {
  margin: 10px 0;
  border-radius: 15px;
  border: 1px solid  #0a6b175b;
  box-shadow: rgba(3, 107, 29, 0.24) 0px 3px 8px;
}
.alert-head {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.825rem;
  font-weight: 600;
  text-transform: uppercase;
}
.alert-error,
.alert-information,
.alert-warning,
.alert-success {
  border: none;
  border-left: 5px solid;
  border-radius: 15px;
}
.alert-success {
  color: #003100;
  border-color: #0c991f;
  background:rgba(8, 192, 63, 0.123);
  box-shadow: rgba(164, 252, 198, 0.13) 0px 3px 8px;
}
.alert-warning {
  border-color: #F7C623;
  color: #000000;
  background: #ffa90a2d;
}
.alert-information{
  color: #003100;
  border-color: #00ADDA;
  background:#8adff54d;
}
.alert-error{
  color: #240101;
  border-color: #F44336;
  background:#ef9a9a56;
}
.localhostCommand li {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.imageBox-shadow {
  border-radius: 15px;
  border: 1px solid  #0f791a28;
  box-shadow: rgba(5, 99, 9, 0.205) 0px 3px 8px;
}
.social-list li {
  background: #fff;
  border: 1px solid #04662121;
  box-shadow: 2px 0 10px 0 #34d48a62;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
