.navbar {
  /* background-color:rgba(47, 255, 75, 0.233); */
  background-color: #dfe4d4;
  height: 83px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  z-index: 10000;
}

.logo {
  width: 60px;
  height: 60px;
  /*position: relative;*/
  /*top: -0.45rem;*/
}

.logo img {
  width: 100%;
}

/*.navbar .right {*/
/*  position: relative;*/
/*  top: 1rem;*/
/*}*/

.navbar .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#offcanvasWithBackdrop {
  width: 23%;
  color: #fff;
  background-color: #dfe4d4;
}

.navbar .right .evenlope {
  color: #31ab0b;
  font-size: 1.8rem;
  cursor: pointer;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-body .image {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.unlist {
  padding-left: 0;
  /* background-color: #fff; */
  padding: 1rem 0;
  padding-top: 0;
}

.unlist li {
  list-style: none;
  margin-top: 1rem;
  background-color: #f1f2fb;
  font-size: 1.1rem;
  padding: 0.3rem 1rem;
}

.unlist .nav-item i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  color: #004672;
}

.unlist .icon {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  color: #004672;
  position: relative;
  top: 0.3rem;
  transition: 0.5s all ease;
}

.unlist .icon.move {
  transform: rotate(-90deg);
  top: 0.1rem;
}

.unlist a:hover {
  color: #e23b30;
}

.unlist a:hover i {
  color: #e23b30;
}

.unlist a {
  color: #004672;
  text-decoration: none;
}

.unlist .childlist li {
  padding: 0;
}

.unlist .childlist {
  opacity: 1;
  max-height: 0; /* Collapse the element */
  overflow: hidden; /* Hide overflowing content */
  transition: opacity 0.5s ease, max-height 1s ease; /* Smooth transition */
}

.mydropdown .childlist.show {
  opacity: 1; /* Fade in */
  max-height: 300px; /* Expand to desired height */
}

.mydropdown .ficon {
  color: #004672;
  position: relative;
  margin-right: 0.5rem;
}

.offcanvas-body .social {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #3333;
  padding-top: 1.5rem;
}

.offcanvas-body .social a {
  position: relative;
  text-decoration: none;
}

.offcanvas-body .social i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  color: #333333;
  font-size: 1.1rem;
  border: 1px solid #c7c2c2;
  transition: 0.3s all ease;
}

.offcanvas-body .social i:hover {
  border-color: #31ab0b;
  color: #31ab0b;
}

.offcanvas-body .copyright {
  color: #333333;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-top: 1.5rem;
}

.offcanvas-body .copyright a {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 768px){
     #offcanvasWithBackdrop {
    width: 60%;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    width: 60px;
    height: 60px;
  }

  /*.navbar .right {*/
  /*  right: -2rem;*/
  /*}*/

  #offcanvasWithBackdrop {
    width: 60%;
  }
}
