body{
    font-family: 'Inter', sans-serif;
}
/* sidebar */
.nav-link {
 font-family: 'Inter', sans-serif;
  color: #6c757d !important;
}

.nuxt-link-exact-active .menu-icon {
  color: #18AC4F !important;
  font-weight: bolder;
}

.active-nav .nav-link,
.active-nav .menu-title,
.active-nav .menu-icon {
  color: #fff !important;
}

.active-nav {
  background-color: #18AC4F !important;
  color: #fff !important;
  border-radius: 7px;
  margin: 0px 10px !important;
  padding: 0px 18px !important;
}

.active-nav:hover {
  background-color: #18AC4F !important;
}

.sub-menu .active {
  background-color: #18AC4F !important;
  color: #fff !important;
  border-radius: 7px;
}

.nav-item:hover .menu-title,
.nav-item:hover .menu-icon {
  color: #18AC4F !important;
}

.nav-item:hover .sub-menu .nav-item.active .nav-link {
  color: #fff !important;
}

.nav-item:hover {
  background: #ffff !important;
}

.sub-menu .nav-item .nav-link:hover {
  color: #18AC4F !important;
}

.menu-btn {
  background: #18AC4F !important;
  padding: 8px 12px;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-left: 20px;
}

.navbar-toggler {
  border: none;
  background: none;
}

.desktop-logo img {
  height: 50px !important;
  width: 100px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.desktop-logo {
  display: block;
  transition: all 0.3s ease;
}

.sidebar-icon-only .desktop-logo {
  display: none !important;
}

.mobile-logo {
  display: none !important;
}

@media (max-width: 1200px) {
  .log-out-dropdown {
    left: -150px !important;

  }
}

@media (max-width: 1000px) {
  .menu-btn {
    display: none !important;
  }

  .desktop-logo {
    display: none !important;
  }


}

@media (min-width: 400px) and (max-width: 800px) {
  .mobile-logo {
    display: block !important;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
}
/* sidebar */

.text-primary {
    color: #18AC4F !important;
}

.payment {
  height: 40px;
  width: 40px;
  border-radius: 50%;

}

.payment i{
  font-size: 12px;
   padding: 10px;
}
.announcement  p{
 margin-bottom: 18.2px !important;
 font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000 !important;

}
.announcement  a:hover{
  color: #18AC4F !important;
  cursor: pointer;

}
.btn-see{
  color: #18AC4F !important;
  font-weight: 600;
  text-decoration: none;
}
.btn-see:hover{
  color: #000 !important;
  cursor: pointer;

}
.summary-card {
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #111;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 8px 10px;
}

.summary-row:last-child {
  border-bottom: none;
}

.icon {
  width: 20px;
  color: gray;
  text-align: center;
}

.label {
  flex: 1;
  font-weight: 500;


}


.value {
  font-weight: 700;
  width: 40px;
  text-align: left;
}

.circle_percent {font-size:100px; width:1em; height:1em; position: relative; background: #f5f5f5; border-radius:50%; overflow:hidden; display:inline-block; margin:2px;}
.circle_inner {position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em);}
.round_per {position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #18AC4F !important; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s;}
.percent_more .circle_inner {clip:rect(0 .5em 1em 0em);}
/* .percent_more:after {position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: red; content:'';} */
.circle_inbox {position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:3; border-radius: 50%;}
.percent_text {position: absolute; font-size: 36px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;}

.progress-title{
    font-size: 12px;
    font-weight: 700;
    color: #011627;
    margin: 0;
}
.progress{
    height: 5px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    overflow: visible;
}
.progress .progress-bar{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: block;
    border: 15px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -26px;
    right: -12px;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}

.progress.pink .progress-bar:after{
    border-bottom-color: #ff4b7d;
}
.progress.green .progress-bar:after{
    border-bottom-color: #5fad56;
}

@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}



















