body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
}
.sidebar {
  height: 100vh;
  background: linear-gradient(to bottom, #301F81, #0F0441);
  color: white;
  padding: 20px;
  position: fixed;
  width: 250px;
}
.button {
  color: rgb(247, 243, 243);
}
.button:hover {
  background-color: rgba(197, 199, 201, 0.551);
  transform: translateX(1px);
}
.header {
  margin-left: 250px;
  padding: 20px;
}
.main {
  margin-left: 250px;
  padding: 20px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-bar {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 5px 15px;
  width: 300px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.search-bar input {
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}

.profile-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.initials-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #5e3ff1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.addemployee {
  margin: auto;
  display: none;
}
.container-fluid {
  background: #f4f4f4;
  padding: 2rem;
}

.form-section {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
}
#upload-box {
  border: 2px dashed #5872f7f1;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  color: #5a5af5;
  font-weight: 500;
}
.upload-box small {
  color: #888;
}
.image-box {
  width: 95%;
  align-content: center;
  margin: 15px;
}
.profile-img-box {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 32%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.info-box {
  background-color: rgba(234, 235, 235, 0.47);
  border-radius: 10px;
}
.btn-delete {
  background-color: blue;
  color: white;
  border-radius: 10px;
}
.btn-edit {
  background-color: red;
  color: white;
  border-radius: 10px;
}
.btn-secondary {
  background-color: red;
  /* border-radius: 5px; */
  border: none;
  color: black;
  
}
.container {
  width: 1000px;
  background-color: white;
  margin: 10px 350px;
}
#overlap {
  position: fixed;
  background: rgba(40, 39, 39, 0.458);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#avatarPreview{
  display: none;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 350px;
}
#chage-btn{
  display: none;
  color: blue;
  margin-left:400px ;
  margin-bottom: 50px;
  margin-top: 25px;
  border-radius: 10px;
  border: none;
  font-weight: 100;
  background-color: #EAE6FB;
}

.form-select{
  width: 30px;
  margin-right: 900px;
}
#View{
  display: none;
}
.btn-third{
   background-color: red;
  border: none;
  color: black;
  margin-left: 550px;
}
.btn-primary{
  background-color: #4318FF;
}
.viewDetails{
  margin-left: 100px;
}

