/* MENU */

.dropdown-item {
  font-family: "Poppins", sans-serif;
  letter-spacing: 4px;
  font-size: 18px;
}

.dropdown-menu {
  border-color: #7416c0;
  position: absolute;  /* Ensures the dropdown opens correctly */
  transform: translateX(-50%); 

}
.dropdown-submenu {
    position: relative;
    
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 55%;
    margin-top: -1px;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}


@media (max-width: 1700px) {
  .dropdown-item {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .dropdown-item {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .dropdown-item {
    font-size: 12px;
  }
}

/* Go Back Button*/

.go-back-button,.access-btn {
   font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  max-width: 20%;
  background: #b846b5;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 8px;
  padding: 5px;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
}

.access-btn {
  margin-left: 42%;
}
#securityForm button{
 font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  background: #b846b5;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 8px;
  margin-left: 23%;
  padding: 10px;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
 
}
.go-back-button:hover {
  color: #f7c8e0;
}

/*Security Question*/
 #securityForm
      {
        padding: 20px;
       
      }
     #securityForm input {
    padding: 20px;
    border: 2px solid rgb(72, 34, 57); 
    border-radius: 4px;               
    width: 60%;
    box-sizing: border-box;
}

       
     .secure {
  display: none;              /* Hide initially */
  padding: 25px;
  width: 90%;
  max-width: 600px;
  margin: 20px auto;          /* Center horizontally */
  position: static;           /* Let it flow normally in the document */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional styling */
  background: #fff;           /* Optional: background box */
  border-radius: 8px;
}

/* Live Communication*/

.go-back-button1 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  background: #b846b5;
 
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 8px;
  margin-left: 10%;
  padding: 10px;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
}

/************************************/

/* ICONS CONTAINER */

.icons-container {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 40px;
  width: 100%;
  padding: 0px;
  padding-right: 10px;
}

.icons-container li {
  list-style-type: none;
}

.icons-container a {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons-container span {
  margin-left: 4px;
  font-size: 16px;
}

.icons-collapsed-tabs {
  display: none;
}

@media (max-width: 650px) {
  .icons-container a {
    font-size: 18px;
  }

  .icons-container span {
    margin-left: 2px;
    font-size: 14px;
  }
}

/************************************/

/* OVERVIEW */

.overview-header-container {
  background-image: url(../img/Background-img-connections-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-tabs-container {
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  color: white;
  text-align: end;
  margin-right: 30px;
  position: relative;
  margin-bottom: 0px;
  
}
.overview-tabs-container a{
background-color:  #a611b3;
 border-radius: 18px;         /* Rounded corners */
    color: white;               /* Text color for contrast */
    padding: 0.4em 0.8em;   /* Spacing inside */
    margin-bottom: 10px;
    text-decoration: none;      /* Remove underline */
     
}
.overview-collapsed-tabs {
  display: none;
}

.overview-tab {
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: 1s;
  margin-right: 13px;
}

.overview-tab:hover {
  color: #a487a8;
}

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

.overview-title-container {
  padding-top: 40px;
  padding-left: 50px;
  letter-spacing: 3px;
}

.overview-title {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 4px;
}

.upgrade-btn-container {
  display: inline;
}

.upgrade-btn {
  background: #b846b5;
  display: inline-block;
  inline-size: -webkit-fill-available;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 42px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
}

.upgrade-btn:hover {
  background: #ffcefe;
}

.overview-buttons {
  display: inline-block;
}

.overview-report {
  margin: 59px 0 0 -31px;
}

.new-project-overview {
  margin-right: 60px;
  text-align: center;
  position: relative;
}

.add-project-btn-overview {
  text-decoration: none;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.new-project-text-overview {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
}

.add-project-btn-overview:hover {
  color: #b846b5;
  font-size: 52px;
}

.overview-search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overview-charts-container {
  margin: 15px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.overview-chart {
  width: 35%;
}

.take-a-tour {
  position: relative;
}

.take-a-tour button {
  border-radius: 42px;
  font-weight: 600;
  padding: 5px;
  inline-size: -webkit-fill-available;
  font-family: Poppins, Arial, sans-serif;
  background: #b846b5;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 3px;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
}

.overview-container {
  margin: 10px 50px;
  padding: 10px 50px;
}

@media (max-width: 1500px) {
  .overview-header-container {
    height: 230px;
  }

  .overview-title {
    font-size: 35px;
  }

  .upgrade-btn {
    font-size: 16px;
  }

  .add-project-btn-overview {
    font-size: 40px;
  }

  .add-project-btn-overview:hover {
    font-size: 42px;
  }

  .new-project-text-overview {
    font-size: 20px;
  }

  .overview-tabs-container {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .overview-title {
    font-size: 30px;
  }

  .upgrade-btn {
    font-size: 16px;
  }

  .add-project-btn-overview {
    font-size: 35px;
  }

  .add-project-btn-overview:hover {
    font-size: 37px;
  }

  .new-project-text-overview {
    font-size: 18px;
  }

  .overview-tabs-container {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .overview-tabs-container {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .overview-header-container {
    height: 250px;
  }

  .overview-tabs-container {
    display: none;
  }

  .overview-collapsed-tabs {
    display: block;
  }

  .collapsible-button {
    margin-top: 20px;
  }

  .btn-secondary {
    color: white !important;
    background: none !important;
    border: none !important;
  }
}

@media (max-width: 700px) {
  .overview-charts-container {
    flex-direction: column;
  }

  .overview-chart {
    width: 50%;
  }
}

@media (max-width: 460px) {
  .overview-header-container {
    height: 350px;
  }

  .overview-collapsed-tabs {
    text-align: center;
  }

  .collapsible-button {
    margin-left: auto;
  }

  .overview-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .overview-title-container {
    padding-left: 0;
  }

  .new-project-overview {
    margin-right: 0;
    margin-top: 10px;
  }
}

/********************************/

/* MY PROJECTS */

.projects-container {
  background-image: url(../img/Background-img-connections-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projects-title {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
}

.item-invisible {
  flex: 1;
  width: 100px;
  height: 100px;
  visibility: hidden;
}

.new-project-icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.add-btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.new-project-text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
  text-align: center;
}

.add-btn:hover {
  color: #b846b5;
  font-size: 32px;
}

.my-projects-container {
  margin: 0px 20px;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .my-projects-container {
    margin: 0;
  }
}

/************************************/

/* NEW PROJECT */

.add-project-container {
  margin-top: 50px;
  margin-left: 40px;
}

.form-report-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-proj-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.my-proj-link:hover {
  color: #57c5b6;
}

.title-add-new {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

.title-my-projects {
  font-size: 30px;
}

.new-project-form,
.new-project-my-project {
  margin: 40px 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .add-project-container {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title-add-new {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  .title-add-new {
    font-size: 30px;
  }
}

@media (max-width: 350px) {
  .title-add-new {
    font-size: 25px;
  }
}

/************************************/

/* PROJECTS ASSIGNED */

.projects-assigned-container {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}

.proj-details-header {
  display: flex;
  justify-content: space-between;
}

.proj-details {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
}

.tasks-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}
.tasks-link:hover {
  color: #57c5b6;
}

/*************************************/

/* PROFILE */

.profile-form-container {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-top: 30px;
}

.profile-header {
  background-image: url(../img/Background-img-connections-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 250px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.profile-title {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
}

.profile-upgrade-btn {
  flex: 1;
}

.upgrade-btn-2 {
  margin-left: 40px;
  background: #a084dc;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959;
}

.upgrade-btn-2:hover {
  background: #ffcefe;
}

@media (max-width: 470px) {
  .profile-header {
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 20px;
  }
}

/******************************/

/* CONTACT SUPPORT */

.contact-support-container {
  margin-top: 50px;
  font-family: "Poppins", sans-serif;
}

.support-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  margin: 2% 0;
}

.support-text {
  text-align: center;
  margin: 3% 15%;
  font-size: 0.8em;
}

.support-block-wrapper {
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 5% 0;
  border-radius: 10px;
  margin: 0 2%;
  position: relative;
  overflow: hidden;
  max-width: 21%;
  height: auto;
}

.support-block-wrapper:hover {
  transform: scale(1.05);
}

.support-block-wrapper > div {
  background-color: #b982bf;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.support-block-wrapper .support-div-block2 {
  background-color: #189d8f;
}

.support-block-wrapper .support-div-block3 {
  background-color: #682ba0;
}

.support-block-wrapper > i {
  font-size: 30px;
  margin-bottom: 10%;
}

.support-block-wrapper > p {
  width: 80%;
  color: gray;
  font-size: small;
  letter-spacing: 1px;
  margin-bottom: 30%;
}

.support-block-wrapper > a {
  border-radius: 20px;
  border: 1px solid #b982bf;
  width: 82%;
  color: #b982bf;
  position: absolute;
  bottom: 10%;
}

.support-block-wrapper > a:hover {
  background-color: #b982bf;
  color: #fff;
}

.support-block-wrapper .support-btn-block2 {
  border: 1px solid #189d8f;
  color: #189d8f;
}

.support-block-wrapper .support-btn-block2:hover {
  background-color: #189d8f;
}

.support-block-wrapper .support-btn-block3 {
  border: 1px solid #682ba0;
  color: #682ba0;
}

.support-block-wrapper .support-btn-block3:hover {
  background-color: #682ba0;
}

@media (min-width: 1200px) {
  .support-text {
    font-size: 1em;
  }

  .support-block-wrapper > p {
    max-width: 100%;
    font-size: large;
  }

  .support-block-wrapper > a {
    font-size: large;
  }
}

@media (max-width: 900px) {
  .support-block-wrapper {
    max-width: 28%;
  }

  .support-block-wrapper > a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .support-block-container {
    flex-direction: column !important;
    align-content: center;
    align-items: center;
  }

  .support-block-wrapper {
    max-width: 70%;
    margin: 3% 0;
    max-height: max-content;
  }

  .support-block-wrapper > p {
    font-size: 16px;
    margin-bottom: 14%;
    margin-top: -5%;
  }

  .support-block-wrapper > a {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .contact-support-container {
    margin-bottom: 5%;
  }

  .support-title {
    font-size: 24px;
  }

  .support-text {
    margin: 1%;
    font-size: 10px;
  }

  .support-block-wrapper > p {
    font-size: 12px;
    margin-bottom: 20%;
    margin-top: -5%;
  }

  .support-block-wrapper > a {
    font-size: 12px;
  }
}

/******************************/

/* UPGRADE */

.upgrade-header {
  background-color: #358a80;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.upgrade-title {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
}

.upgrade-pricing {
  margin: 40px auto;
}

.pay-title {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  margin: 30px auto;
}

.pay-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 580px) {
  .upgrade-title {
    font-size: 25px;
  }

  .pay-title {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  .upgrade-title {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .upgrade-title {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .pay-title {
    letter-spacing: 2px;
  }
}

/**********************************/

/* PROJECT DETAILS */

.project-details-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-details-header {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
  padding-top: 40px;
  width: 100%;
}

.my-proj-link-container {
  margin-left: 150px;
  margin-top: 50px;
}

.title-details {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  /* margin-right: 200px; */
}

.task-btn {
  display: inline;
}

.add-task-btn {
  display: inline-block;
  inline-size: -webkit-fill-available;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
  background-color:  #b846b5;
  border-radius: 42px;
  margin: 8px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  font-size: 15px;
  /* -moz-box-shadow: 0 3px 5px #5a5959;
  -webkit-box-shadow: 0 3px 5px #5a5959;
  -o-box-shadow: 0 3px 5px #5a5959;
  -ms-box-shadow: 0 3px 5px #5a5959;
  box-shadow: 0 3px 5px #5a5959; */
}

.add-task-btn:hover {
  background: #6c4f6b;
}

.meetings-btn {
  font-family: "Poppins", sans-serif;

  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.meetings-btn:hover {
  background: #ffcefe;
}

.members-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.members-report,
.add-member {
  width: 20%;
  margin: 30px 70px;
}

.manage-members-btn {
  margin-bottom: 20px;
  text-align: left;
}

.title-add-member {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: left;
}

.members-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.members-link:hover {
  color: #57c5b6;
}

.tasks-report-container {
  margin: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1950px) {
  /* .project-details-header {
        margin: auto 500px 20px 500px;
    } */

  .members-report,
  .add-member {
    width: 30%;
  }
}

@media (max-width: 1830px) {
  /* .project-details-header {
        margin: auto 400px 20px 400px;
    } */
}

@media (max-width: 1720px) {
  /* .project-details-header {
        margin: auto 300px 20px 300px;
    } */

  .add-task-btn,
  .meetings-btn {
    font-size: 16px;
  }

  .members-report,
  .add-member {
    width: 60%;
  }
}

@media (max-width: 1570px) {
  /* .project-details-header {
        margin: auto 200px 20px 200px;
    } */

  .project-details-container {
    margin: auto 20px;
  }
}

@media (max-width: 1200px) {
  /* .project-details-header {
        margin: auto 100px 20px 100px;
    } */
}

@media (max-width: 1030px) {
  .project-details-header {
    flex-direction: column;
    text-align: center;
  }

  .add-task-btn,
  .meetings-btn {
    font-size: 16px;
  }

  .title-details {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .members-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .members-report,
  .add-member {
    width: 80%;
  }

  .title-add-member {
    text-align: center;
  }
}

/*************************************/

/* NEW TASK */

.new-task-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.new-task-form {
  padding: 15px;
  text-align: center;
}

.new-task-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 580px) {
  .new-task-title {
    font-size: 25px;
  }

  .new-task-form {
    margin: auto 20px;
  }
}

/*************************************/

/* MANAGE MEMBERS */

.manage-members-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.manage-members-report {
  padding: 15px;
}

.manage-members-title {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 580px) {
  .manage-members-title {
    font-size: 25px;
  }
}

@media (max-width: 470px) {
  .my-proj-link-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/*************************************/

/* TASKS ASSIGNED */

.tasks-assigned-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.tasks-assigned-title {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

.proj-assigned-link-container {
  margin-left: 150px;
  margin-top: 50px;
}

.proj-assigned-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.proj-assigned-link:hover {
  color: #57c5b6;
}

@media (max-width: 580px) {
  .tasks-assigned-title {
    font-size: 25px;
  }
}

@media (max-width: 470px) {
  .proj-assigned-link-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/*******************************/

/* PAYMENT-ACTION */

.overview-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.overview-link:hover {
  color: #57c5b6;
}

.payment-message {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

/* TASKS CREATED */

.tasks-created-container {
  margin-top: 50px;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-tasks-created {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

/* TASKS DETAILS */

.task-details-container {
  margin-top: 50px;
  text-align: center;
}

.task-details-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-task-details {
  font-family: "Poppins", sans-serif;
  color: #524951;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 30px;
}

/*********************************/

/* CUSTOM NAV */

.custom-nav {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.custom-tab {
  color: #129999;
}

.custom-tab:hover {
  color: #7cfcfc;
}

/*************************/

/* TASKS CALENDAR */

.tasks-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 30px;
  text-align: center;
  color: #444344;
  margin-top: 30px;
}

#div-report {
  display: none;
}

#div-calendar {
  display: block;
}

.calendar {
  margin: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
 
}

.switch-btn-container {
  text-align: end;
  margin: auto 30px;
}

.switch-tasks-btn {
  background: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .tasks-title {
    font-size: 25px;
  }

  .switch-tasks-btn {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .switch-btn-container {
    text-align: center;
    margin-top: 20px;
  }
}

/***************************/

/* MEETINGS */

#div-meet-report {
  display: none;
}

#div-meet-calendar {
  display: block;
}

.meetings-calendar,
.meetings-report-container {
  
  margin-left: 60px; /* Same as sidebar width */
  padding: 20px;
  width: calc(100% - 60px); 
}

.new-meeting-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.new-meeting-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 580px) {
  .new-meeting-title {
    font-size: 25px;
  }

  .new-meeting-form {
    margin: auto 20px;
  }
}

.meetings-assigned-container {
  /* margin-top: 50px;
  padding-left: 20px;
  width: calc(100% - 60px); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center; */

  margin-left: 60px; /* Same as sidebar width */
  padding: 20px;
  width: calc(100% - 60px);
}

.meetings-assigned-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 580px) {
  .meetings-assigned-title {
    font-size: 25px;
  }

  .meetings-assigned-form {
    margin: auto 20px;
  }
}

/***********************************/

/* PROJECT EVALUATION */

.project-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 30px;
  color: white;
}

/* #project-name {
  color: #8c2fc2;
} */

.charts-container {
  margin: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 3px 3px 10px rgba(170, 119, 255, 0.5);
}

.chart-container {
  width: 550px;
  height: 500px;
  margin: 20px 0;
}

.go-back-btn-container {
  text-align: center;
  margin: 20px;
  width:100%;
}

.go-back-btn-container-tasks {
  text-align: center;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#downloadPDF {
  margin-left: 20px;
  background: none;
  color: #7b52a5;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

#downloadPDF:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media (max-width: 1125px) {
  .charts-container {
    flex-direction: column;
  }
}

.go-back {
  font-family: "Poppins", sans-serif;
  color: #865dff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.go-back:hover,
.go-back-center:hover {
  color: #f7c8e0;
}

.go-back-center {
  font-family: "Poppins", sans-serif;
  color: #865dff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*Members of a project datapage*/

.manage-members-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  width: 100%;
}
.members-link {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.members-link:hover {
  color: #57c5b6;
}

.manage-members {
  font-family: "Poppins", sans-serif;
  color: #159895;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.popup-msg {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup-msg .popup-msg-text {
  visibility: hidden;
  width: 200px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup-msg .popup-msg-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup-msg .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/*PROJECT DETAILS PAGE*/
.project-details-header {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
  padding-top: 40px;
  width: 100%;
}

.meetings-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
}

.meetings-btn:hover {
  background: #ffcefe;
}

/*Calendar datapages*/

section.cbCalendarReport {
  overflow: none;
  overflow-x: auto;
  white-space: nowrap;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*Sidebar*/

#myNav {
   position: fixed;               /* Keeps it in place */
  top: 54%;                     /* Distance from top */
  left: 0;                       /* Docked to left side */
  border-radius: 0px 20px 20px 0px;
  padding-bottom: 5px;
  box-shadow: 2px 2px 2px 2px #7416c0;
  width: 50px;
  z-index: 1000;    
} 
/*#myNav {
  width: 50px; /* Set a width for the sidebar 
  background-color: transparent; /* Sidebar background 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50vh;
  padding: 5px;
  padding-bottom: 5px;
  box-shadow: 2px 2px 2px 2px #7416c0;
  position:fixed; /* Make the sidebar fixed 
  border-radius: 0px 20px 20px 0px;
  
}*/
.nav-item {
  flex: auto;  /* Each item takes up an equal amount of space */
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: center;  /* Centers the icon horizontally */
  align-items: center;  /* Centers the icon vertically */
  padding: -10;  /* Adjust padding for each nav item */
}

.nav-item:last-child {
  margin-bottom: 0;
}


/* #myNav .nav-item {
  margin-bottom: 5px;
  margin-top:5px;
}  */

@media (max-width: 768px) {
  #myNav {
      width: 100%;
      position: relative;
  }
}
@media (max-width: 600px) {
  #sidebar {
    height: 100px; /* Adjust the height for smaller screens */
    top: 500px;
  }
}

@media (min-height: 601px) and (max-height: 900px) {
  #sidebar {
    height: 346px; /* Your original height for medium-sized screens */
  }
}

@media (min-height: 901px) {
  #sidebar {
    height: 543px; /* Adjust the height for larger screens */
  }
}

/* CRM */
#CrmIcon {
  height: 25px;
  width: 25px;
}

.crm-script {
  color: #7416c0;
  font-weight: 600;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px #7416c0;
}
.crm-script h1 {
  font-size: 26px;
}
/* .crm-script {
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px #7416C0 ;
} */

/* Contacts Page*/
.contacts-container {
 margin: 50px 0px;
  margin-left: 60px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; 
  width: calc(100% - 60px);
}

.contacts {
  width: 100%;
  max-width: 1200px; /* Or your preferred max width */
  margin: 0 auto;
}


/* Clock Track */
.clocks-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2% 4%;
}

.clock-in-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.clock-in {
  margin: auto;
  /* margin-right: 2%; */
  display: block;
  width: auto;
  height: fit-content;
  font-family: "Poppins", sans-serif;
  color: #7416c0;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 2px 2px 2px 2px #7416c0;
  text-align: center;
}

.clock-out {
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 0 20%;
  width: auto;
  font-family: "Poppins", sans-serif;
  color: #7416c0;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px #7416c0;
  text-align: center;
  justify-content: center;
}

.header-container{
  max-width: 100%;
  border-radius: 2px;
  background-color: white;
  border-radius:20px;
  padding: 8px;
  box-shadow: 8px 10px 12px #939393;
}