* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #e0e0e0;
}

header {
  z-index: 1;
  position: fixed;
  background: #8E0E00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1F1C18, #8E0E00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 20px;
  width: calc(100% - 0%);
  top: 0;
  height: 70px;

}

.left_area h3 {
  color: #ff6b6b;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

.left_area span {
  color: #4cc9f0;
  font-size: 10px;
}

.direction {
  color: white;
}

#search{
  float: right;
}
#keyword{
  border-radius: 20px;
  
}

.right_area ul li {
  list-style-type: none;
  float: left;
}

.right_area ul li a {
  background: #fff;
  color: #000;
  display: block;
  margin: 0 10px;
  font-size: 18px;
  width: 34px;
  height: 34px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  transition-property: background, color;

}

.right_area ul li a:hover {
  background: #4CCEE8;
  color: #fff;
}

label #sidebar_btn {
  z-index: 1;
  color: #ffffff;
  position: fixed;
  cursor: pointer;
  font-size: 22px;
  transition: 0.5s;
  transition-property: color;
}

label #sidebar_btn:hover {
  color: #4cc9f0;
}
label #sidebar_btn1 {
  padding-left: 20px;
  color: #ffffff;
  position: fixed;
  cursor: pointer;
  font-size: 22px;
  transition: 0.5s;
  transition-property: color;
}

label #sidebar_btn1:hover {
  color: #4cc9f0;
}


.logout_btn {
  padding: 5px;
  background: #4cc9f0;
  text-decoration: none;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.5s;
  transition-property: background;
}

.logout_btn:hover {
  background: #ff6b6b;
  color: white;
  text-decoration: none;
}

.sidebar {
  z-index: 0;
  top: 0;
  background: #343a40;
  margin-top: 70px;
  padding-top: 30px;
  position: absolute;
  left: 0;
  width: 200px;
  height: auto;
  transition: 0.5s;
  transition-property: left;
  overflow: hidden;


}

.profile_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar .profile_info .profile_image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.sidebar .profile_info h4 {
  color: #ced4da;
  margin-top: 0;
  margin-bottom: 20px;
}

hr {
  background-color: white;
}

.sidebar a {
  color: #8ecae6;
  display: block;
  width: 100%;
  line-height: 60px;
  text-decoration: none;
  padding-left: 30px;
  box-sizing: border-box;
  transition: 0.5s;
  transition-property: background;
}

.sidebar a:hover {
  background: #4cc9f0;
  color: #343a40;
}

.sidebar i {
  padding-right: 10px;
}


#check:checked~.sidebar {
  left: -145px;
}

#check:checked~.sidebar a span {
  display: none;
}

#check:checked~.sidebar a {
  font-size: 20px;
  margin-left: 130px;
  width: 100%;
}

.content {
  width: (100% - 200px);
  margin-top: 60px;
  padding: 20px;
  margin-left: 200px;
  transition: 0.5s;


}

#check:checked~.content {
  margin-left: 60px;
}

#check:checked~.sidebar .profile_info {
  display: none;
}

#check {
  display: none;
}

.mobile_nav {
  display: none;
}


/* Responsive CSS */

@media screen and (max-width: 780px) {
  .sidebar {
    display: none;
  }

  #search {
    display: none;
  }

  .direction {
    float: center;
  }

  #sidebar_btn {
    display: none;
  }
  .right_area{
    display:none;
  }

  .content {
    margin-left: 0;
    margin-top: 0;
    padding: 10px 20px;
    transition: 0s;
  }

  #check:checked~.content {
    margin-left: 0;
  }

  .mobile_nav {
    display: block;
    width: calc(100% - 0%);
  }


  .nav_bar {
    background: #343a40;
    width: (100% - 0px);
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .nav_bar .mobile_profile_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }


  .nav_bar .nav_btn {
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    transition-property: color;
  }

  .nav_bar .nav_btn:hover {
    color: #8ecae6;
  }

  .mobile_nav_items {
    background: #2b2d42;
    display: none;
  }

  .mobile_nav_items a {
    color: #8ecae6;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    transition-property: background;
  }

  .mobile_nav_items a:hover {
    background: #4cc9f0;
    color: #343a40;
  }

  .mobile_nav_items i {
    padding-right: 10px;
  }

  .active {
    display: block;
  }
}
.neumorphic{
  box-shadow: 12px 12px 24px 0 rgba(0,0,0,0.2), -12px -12px -24px 0 rgba(255,255,255,0.5);
  overflow: hidden;
  border-radius: 40px;
}
.neumorphic--pressed {
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}
#login-card{
  border: none;
  background-color: transparent;

}

#login-card-body::after {
  border: none;
  border-radius: 1rem;
  background-color: currentColor;

}
#login-card-body .btn{
  border-radius: 20px 40px;
  box-shadow: 5px 2px 5px #4fffff;
}
#login-card-body .btn:hover{
  border-radius: 40px 20px;
  transition: 0.5s;
  box-shadow: 5px 2px 5px #ff4ffc;
}
#username, #Password, #CustomSelect{
  border-radius:25px;

}
#username:hover, #Password:hover, #CustomSelect:hover{
  border-radius:25px;
  box-shadow: 2px 2px 5px #4fffff;

}