body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
input[type="checkbox"] {
    width: 3em;
    height: 3em;
}

.content-container {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.left-section {
  width: 25%;
  max-width: 400px!important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.frame {
  padding: 20px;
  width: 100%;
}

.logo {
    height: 80px;
    padding: 12px;
}

.footer-logo {
    height: 35px;
    padding-right: 90px;
    padding-top: 2px;
}

.logo-container img {
  width: 40px;
  height: auto;
  border-radius: 30%;
}

.divTitleContainer{
    display:flex;
    flex-direction: column;
    gap: 16px;
}


.title {
  font-size: 40px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  padding-top: 100px;
  color: white;
  margin-top: 20px;
}

.ad-cp-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #242424;
}

.ad-cp-subtitle{
    font-size: 20px;
    color: #424242;
}

.ad-cp-subtitle-sm {
    color: #424242;
}

.subtitle {
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    color: #D6D6D6;
    margin-top: 10px;
}


/* Right section */
.right-section {
  /* flex: 3; */
  width:75%;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.content {
  flex: 1;
}

.notification-overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-overlay {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
} 

.footer {
  background-color: #F8F8F8;
  padding: 0px;
}

.divider {
  height: 1px;
  background-color: #61616126;
}

.footer-content {
  color: #616161;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 20px;
}

.footer-left {
  flex: 1;
  display: flex;
  align-items: center;
}

.footer-right {
  padding-top:16px;
  padding-bottom: 16px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navlink-active {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 12px;
  color: white;
}

.navlink-disabled {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 12px;
  color: white;
}

.circles-container {
  display: grid;
  grid-template-columns: repeat(4, 30px);
  grid-template-rows: repeat(4, 30px);
  gap: 10px;
  margin-top: auto;
  margin-bottom: -18px;
  margin-left: -18px;
}

.circle {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 33.857px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.topcircles-container {
  display: grid;
  grid-template-columns: repeat(3, 30px);
  grid-template-rows: repeat(5, 30px);
  gap: 10px;
  position: absolute;
  top: -10px;
  right: -3px;
  z-index: 1;
}

.topcircles-container .circle {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}


.progress-bar-container {
  margin: 20px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  color: #616161;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #E8E8E8;
  border-radius: 5px;
}

.progress {
  width: 11.11%;
  /* Adjust the width based on the progress (1 out of 12 is approximately 8.33%) */
  height: 100%;
  border-radius: 5px;
}

.unread-notification {
  display: flex;
  gap: 1.5rem;
  padding-top: 0.8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.8rem;
  background: linear-gradient(105.89deg, #F8F8FB 0%, #EEEFF5 100%);
  border-radius: 2rem;
  box-shadow: 0px 2px 4px 0px rgba(18, 18, 23, 0.10), 0px 4px 16px 0px rgba(18, 18, 23, 0.12);
}

.read-notification {
  display: flex;
  gap: 1.5rem;
  padding-top: 0.8rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.8rem;
  border-radius: 1rem;
}


.overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}


.remainder-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:white;
  /* padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; */
  gap: 3rem;
  border-radius: 7px;
  /*background: linear-gradient(90deg, #28A8EA 0%, #2D2C7E 100%);*/
}

.deadline-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:white;
  gap: 3rem;
  border-radius: 7px;
  background: linear-gradient(90deg, #28A8EA 0%, #E41D1D 100%);
}

.completed-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:white;
  border-radius: 0.4375rem;
  /*background: linear-gradient(90deg, #28A8EA 0%, #12AA5B 100%);*/
}

.overview-content-left{
  display: flex;
  flex-direction:column;
  gap: 20px;
  padding-top : 20px;
  padding-bottom: 20px;
  width: 65%;
}

.overview-content-right{
  display: flex;
  flex-direction:column;
  
  padding-top : 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
  width: 35%;
  height: 100%;
  border-left: 1px solid rgba(97, 97, 97, 0.17);;
}

@media (max-width: 992px) {
    .left-section {
        width: 30%;
    }

    .right-section {
        width: 70%;
    }

    .overview-content-left {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .overview-content-right {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 20px;
        width: 100%;
        height: 100%;
        border-top: 1px solid rgba(97, 97, 97, 0.17);
        border-left: none;
    }
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .left-section {
    display: none;
  }

  .notification-overlay {
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 95%;
    padding: 0px; 
    transform: none;
  }
  .alert-overlay {
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 95%;
    padding: 0px; 
    transform: none;
  }

  .remainder-card {
    gap: 0.5rem;
  }

  .right-section{
    width: 100%;
  }

  .footer-logo {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom:5px;
  }

}

@media (max-width: 480px) {
  .footer-content {
    padding-left: 15px;
    padding-right: 10px;
  }

  .logo-small {
    padding-left: 15px;
    padding-right: 10px;
  }

  .remainder-card {
    gap: 0.5rem;
  }
  .footer-logo {
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  input[type="checkbox"] {
        width: 4em;
        height: 4em;
  }
  
}