@media screen and (min-width: 300px) and (max-width: 360px) {
  .ToggleThemeButton {
    margin-right: 40px !important;
  }
  .ToggleThemeButton i {
    font-size: 30px !important;
    color: black;
  }

  html[data-theme="dark"] .ToggleThemeButton i {
    color: white !important;
  }

  .margalla-description {
    display: none;
  }
  .search-header-position {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    padding: 0% !important;
    margin-top: 0% !important;
    padding-right: 10% !important;
    position: relative;
    top: 0px;
    right: -70%;
  }
}

@media screen and (min-width: 361px) and (max-width: 399px) {
  .ToggleThemeButton {
    margin-right: 40px !important;
  }
  .ToggleThemeButton i {
    font-size: 30px !important;
    color: black;
  }

  html[data-theme="dark"] .ToggleThemeButton i {
    color: white !important;
  }

  .margalla-description {
    display: none;
  }
  .search-header-position {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    padding: 0% !important;
    margin-top: 0% !important;
    padding-right: 10% !important;
    position: relative;
    top: 0px;
    right: -110%;
  }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
  .ToggleThemeButton {
    margin-right: 40px !important;
  }
  .ToggleThemeButton i {
    font-size: 30px !important;
    color: black;
  }

  html[data-theme="dark"] .ToggleThemeButton i {
    color: white !important;
  }

  .margalla-description {
    display: none;
  }
  .search-header-position {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    padding: 0% !important;
    margin-top: 0% !important;
    padding-right: 10% !important;
    position: relative;
    top: 0px;
    right: -135%;
  }
}

@media screen and (min-width: 460px) and (max-width: 768px) {
  .ToggleThemeButton {
    margin-right: 25px !important;
  }
  .ToggleThemeButton i {
    font-size: 30px !important;
    color: black;
  }

  html[data-theme="dark"] .ToggleThemeButton i {
    color: white !important;
  }

  .margalla-description {
    display: none;
  }
  .search-header-position {
    background-color: transparent !important;
    margin-bottom: 0px !important;
    padding: 0% !important;
    margin-top: 0% !important;
    padding-right: 10% !important;
    position: relative;
    top: 0px;
    left: 350%;
  }
}

[data-theme="dark"] small {
  color: white !important;
}
