/*B"H*/

.header {
  display: flex;
  position: fixed;
  top: 0;
  font-family: "Times New Roman";
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(---header-height);
  direction: rtl;
  padding: 12px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0px 3px 4px #00000033;
  z-index: 20;
}

.header .left {
  display: flex;
  gap: 33px;
  position: relative;
}

.logo {
  
}

a {
  text-decoration: none; color: inherit;
}

.header .right {
  display: flex; align-items: center; justify-content: center; gap: 15px;
}

.menu-btn {
  user-select: none; display: flex; align-items: center; justify-content: center; padding: 7px 12px; position: relative; background-color: rgb(255, 255, 255); font-family: sans-serif; border-radius: 6px; font-weight: 500; border: 1px solid rgb(237, 237, 236); font-size: 12px;
}