/* Basic CSS Reset */
@media only screen and (min-width: 1024px) {

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Styling for the menu */
.menu {
  background-color: #EEF5FD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  color: white;
  position: ;
  top: 0;
  font-family: alk;
  left: 0;
  font-weight: bold;
  right: 0;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 999; /* Ensures it stays above other elements */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow for depth */
}

.logo img {
  max-width: 200px;
}

.search-bar {
  display: flex;
}

.button-56 {
  align-items: center;
  background-color: #D3E5F1;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(3px, 3px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #c1ddf0;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}

.search-bar input[type="text"] {
  padding: 5px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid black;
  background-color: #3C95D1;
}
.search-bar input[type="text"]::placeholder {
  color: white; /* Change placeholder color to a desired color */
}
.search-bar button {
  padding: 5px 10px;
  background-color: #fff;
  color: #3C95D1;
  border: none;
  cursor: pointer;
}

.search-bar button {
  padding: 5px 10px;
  background-color: #fff;
  color: #3C95D1;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Adding transition for smooth change */
}

.search-bar button:hover {
  background-color: #D3E5F1;
  color: white;
}
.navigation ul {
  list-style-type: none;
  display: flex;
}

.navigation ul li {
  margin-right: 10px;
}

.navigation ul li a {
  text-decoration: none;
  color: #2D6F9C;
}

.authorization a {
  text-decoration: none;
  color: white;
  margin-left: 10px;
}


/* Styles for the profile button */
.profile-container {
    position: relative;
    display: inline-block;
}

.profile {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.profile-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3C95D1;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
    border-radius: 4px;
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #3C95D1;
}

/* Show the dropdown menu on hover */
.profile-container:hover .dropdown-content {
    display: block;

}

}

@media only screen and (max-width: 1023px) {

.profilemenu{
  position: absolute;
  background-color: #2A8CCE;
  width: 70%;
  left: 0;
  top:80px;
  border-radius:10px;
  z-index: 9;
  height:auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  display: none;
}
.profilemenu a{
  display: block;
  color: white;
  margin-top: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    top:45px;
    position: absolute;
    margin-left:10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3C95D1;
}
.profile-container{
  display: inline-block;
  float:left;
}
.profile-image{
  width: 50px;
  border-radius: 50%;
  display: inline-block;
}
.menu {
  background-color: #EEF5FD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  color: white;
  position: ;
  top: 0;
  font-family: alk;
  left: 0;
  font-weight: bold;
  right: 0;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 999; /* Ensures it stays above other elements */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow for depth */
}

a {
  text-decoration: none;
  color: #1E1E23;
  opacity:1;
  font-size: 1.5em;
  font-weight: 400;
  transition: 200ms;
}
a:hover {
  opacity:0.5;
}
ul {
  padding: 0;
  list-style-type: none;
    font-family: alk;

}

li{
  margin-top: 20px;
}




.content {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #F5F6FA;
  overflow: hidden;
}



#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: --5px;
  right: 10px;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 99;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: fixed;
  z-index: 9;
  width: 100%;
  text-align: center;
  height:auto;
  float: right;
  padding-top:40px;
  display: none;
  left:0;
  text-align: right;
  top: -16px;
  padding-top: 70px;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 50px;
  background-color:#2F98DF;

}

#menu a{
  color: white;
  font-size: 30px;
    padding-right: 30px;

}

.button-56 {
  align-items: center;
  background-color: #D3E5F1;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(3px, 3px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #c1ddf0;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}
}