.header-top-section {
  display: flex;
  justify-content: space-between;
}

/* Right Side */
.header-top-date {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.header-date {
  display: flex;
  color: #222;
  font-family: "YekanN";
  font-weight: normal;
  margin-left: 10px;
  cursor: default;
  padding-right: 2px;
}

.header-date span {
  display: flex;
  font-size: 12px;
  margin-left: 5px;
  align-items: center;
  font-weight: 400;
}

.header-date span>p {
  font-weight: 500;
  margin: 0;
}

.header-date i {
  font-size: 13px;
  position: relative;
  bottom: -1px;
  margin-left: 5px;
}

.button {
  position: relative;
  margin-top: 3px;
}

.header-login-button {
  color: #fff;
  background-color: #636161;
  border: none;
  border-radius: 2px;
  display: flex;
  white-space: nowrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  font-family: "Nassim";
  font-weight: bold;
  font-size: 13px;
  padding: 3px 4px;
  margin-right: 11px;
  margin-top: 1px;
}

.header-login-button i {
  font-style: normal;
  font-weight: bold;
  padding: 0 2px;
}

.header-sign-form {
  display: none;
  flex-direction: column;
  position: absolute;
  border: 1px solid #c5c3c3;
  padding: 15px 13px;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 5px 1px transparent;
  z-index: 1000;
  right: -20px;
}

.header-sign-form input {
  font-size: 13px;
  width: 160px;
  padding: 5px 20px;
  font-family: "NassimN";
  outline: none;
  color: #555;
  border-radius: 0;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
}

.header-sign-form input:focus {
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
  box-shadow: 0 0 5px 1px #b71818;
}

.border-top-none {
  border-width: 0 1px 1px 1px;
}

/* Remember check box */
.remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "NassimN";
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0;

}

/* Style for the checkbox */
input[type="checkbox"] {
  appearance: none;
  background-color: rgb(250, 247, 247);
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  padding: 0 !important;
}

input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: gray;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.header-sign-form .button-section {
  display: flex;
  justify-content: center;
}

.header-sign-form .button-section button {
  border: 1px solid #bebdbd;
  color: #fff;
  font-family: "NassimN";
  padding: 5px 23px;
  font-size: 14px;
}

.header-sign-form .button-section .login-button {
  background-color: #b71818;
  border-color: #c22121;
  border-radius: 0 4px 4px 0;
}

.header-sign-form .button-section .leftBtn {
  color: #333;
  border-color: #b4b4b4;
  border-radius: 4px 0 0 4px;
  background-color: #e6e6e6;
}

.header-sign-form .button-section .login-button:hover {
  background-color: #8f1414;
}

.header-sign-form .button-section .leftBtn:hover {
  background-color: #d6d0d0;
}

.show {
  display: flex;
}

/* Left Side */
.header-top-menu-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
  border-right: 1px solid #ddd;
}

.header-top-menu-ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.header-top-menu {
  max-width: 100%;
  overflow: hidden;
}

.header-top-menu-ul li {
  color: #222;
  list-style: none;
  padding: 8px 6px;
  flex-shrink: 0;
  font-family: "NassimN";
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 2px;
}

.header-top-menu-ul li i {
  font-size: 11px;
  margin-left: 2px;
  position: relative;
  bottom: -1px;
}

.header-top-menu-ul li:hover {
  background-color: #eee;
}

.header-top-menu-section .header-top-search-box {
  background-color: #e4e4e4;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 27px;
  margin-right: 2px;
}

.header-top-menu-section .header-top-search-box input {
  background-color: transparent;
  border: none;
  outline: none;
  padding-right: 27px !important;
  height: 15px;
  padding-right: 25px;
  color: #000;
  font-size: 13px;
  font-family: "Tahoma";
}

.header-top-menu-section .header-top-search-box i {
  margin-top: 1px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: bold !important;
  color: #b01927;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .header-top-menu-ul {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .header-top-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    width: 250px;
    left: 0;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent items from wrapping */
    scrollbar-width: none;
    scroll-behavior: smooth;
  }

  .header-top-menu::-webkit-scrollbar {
    display: none;
  }

  .header-top-menu-ul {
    display: flex;
  }

  .header-top-menu-ul li {
    min-width: 80px;
  }

  .header-top-menu-section {
    margin-left: 0;
  }

  .header-top-menu-section .header-top-search-box {
    display: none;
  }

  .header-date {
    display: none;
  }

  .header-top-date {
    padding-right: 5px;
  }
}