.circular-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Adjust height as needed */
  }

  .circle {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-image: conic-gradient(
        red 0deg 10deg,  /* Red from 8 o'clock to 9 o'clock (225° to 255°) */
        rgb(224, 221, 221) 11deg 269deg, /* Gray from 9 o'clock to 4 o'clock (255° to 120°) */
        transparent 269deg 0deg    /* 50% - 100% in gray color */
  );
    transform: rotate(227deg);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-inner {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: white;
  }

  .circle-number {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    transform: rotate(134deg);
  }

  .main-content{
    margin-left: 100px;
    margin-right: 120px;
    margin-top: -13px;
  }


  /* .list-head {
     padding-bottom: 2px !important;
  } */
  .navbar {
    border-bottom: 1px solid #eee;
}
.navbar-brand img {
    height: 30px; /* Adjust logo size */
}
.auth-links {
    font-size: 14px; /* Adjust font size for Sign In/Register links */
}
/* .px-md-5{
    padding: 0 20px !important;
} */
.hidden-section {
    display: none;
}
.hidding-list{
    display: none;
}
/* Ensure enough spacing between list items and container */

@media (max-width:768px) {
    .w-50{
        width: 100% !important;
    }
}
@media (max-width:1107px) {
    .ms-5{
        margin-left: 4px !important;
    }
    .ms-4{
        margin-left: 4px !important;
    }

}
@media (max-width: 425px) {
    .list-container{
        margin-left: 0px !important;
    }
    .learn-more {
        margin-left: 0px !important;
    }
}
@media (max-width:1024px) {

    .main-content{
        margin-left: 0px;
        margin-right:0px
    }
}
@media (min-width:768px) and (max-width:980px){
    .circle {
        height: 120px;
        width: 120px;
    }
    .circle-inner {
        height: 110px;
        width: 110px;
    }

}
@media (min-width: 1024px) and (max-width: 1160px) {
    .circle {
        height: 160px;
        width: 160px;
    }
    .circle-inner {
        height: 150px;
        width: 150px;
    }
}
@media (min-width:1440px) {
    .nav-item{
        padding: 0 151px !important;
    }
}
@media (max-width:425px) {
    .side-content{
        margin-left: 4px !important;

    }
}
@media (width:1440px){
    .prefered-unit{
        width: 75% !important;
    }
}
@media(max-width:425px){
    .uploadimage{
        width: 250px !important;
    }
}

@media(max-width:1440px) and (min-width:1024px){
    .uploadimage{
        width: 315px !important;
    }
}

@media (max-width:768px){
    .w-change{
        width: 50% !important;
    }
}
