.overbar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  color: var(--od);
  background-color: rgba(11, 11, 11, 0.96);
  overflow-x: hidden;
  padding: 0;
  transition: 0.5s;
}

.overbar_content {
  padding: 3rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.overbar_content h2 {
  font-size: 28px;
  color: var(--primary);
}
.overbar_content h3 {
  padding: 10px 0 20px 0;
}

.overbar_content textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
  margin-bottom: 20px;
}

.cls_btn_holder {
  position: fixed;
  right: 25px;
  z-index: 9999;
}
.cls_btn_holder.cls_top {
  top: 25px;
}
.cls_btn_holder button {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(--od);
  font-family: var(--font-body);
  display: block;
  transition: 0.3s;
  text-align: center;
}
.cls_btn_holder button:hover {
  color: var(--alert);
}
.cls_btn_holder .overbar_cls_btn {
  font-size: 36px;
  color: var(--white);
}

.overbarLinkHolder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
}
