 .Rectangle-22 {
    width: 100vw;
    height: auto;
    margin-top: 100px;
    /* margin-left: 8%; */
    /* padding-left: 8%; */
    margin-left: 0;
    width: 100%;
    padding-left: 128px;
    /* margin: 101px 0 0;
    padding: 41px 267.1px 134px 296px; */
    padding-right: 15px;
    background-color: #ededed;
  }

  .Nav_Previewr {
    width: 1440px;
    /* height: 102px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;
    /* margin: 0 0 768px; */
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }

  img.logo-frame {
    width: 237.5px;
    height: 73.7px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 11.9px;
    padding: 0;
    object-fit: contain;
  }

  .name-frame {
    width: 132px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 32px 24px;
  }

  .current-user {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d253c;
    text-wrap: nowrap;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
  

  .nav-child-Frame {
    width:100%;
    height: 92px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-end; */
    justify-content:space-around;
    align-items:center;
    gap: 24px;
    padding: 0;
    /* margin-right: 8%; */
  }

  .logout-icon {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    margin-top: 18%;
    padding: 1.1px 1.1px 1.1px 1.1px;
  }

  /* The navigation bar */
 .navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    margin-left: 0px;
    padding-left: 0%;
    z-index: 1;
    box-shadow: rgb(26 26 26 / 20%) 0px 0px 2px;
  }

  #navbar {
      background: #ffffff;
  }

  #sidebar {
    background: #0d253c;
  }

  #sidebar ul li a {
    color: #79adbb;
    font-size: 12px;
  }

  #sidebar .logo {
    color: #79adbb;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgb(4 4 4);
} 

  ul {
    list-style: none;
    padding-top: 5px;
  }

  nav {
    margin: 0;
    padding: 0;
  }

.Line-3 {
    width: 1px;
    height: 50px;
    flex-grow: 0;
    margin-top: auto;
    /* transform: rotate(-270deg); */
    background-color: rgba(13, 37, 60, 0.16);
  }

  .Nav-Bar-Side {
    width: 128px;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 101px 0 0;
    padding: 8px;
    background-color: #0d253c;
  }

  .heading {
    width: 137px;
    height: 29px;
    flex-grow: 0;
    margin-left: 30%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d253c;
  }

  .Document-Heading {
    width: auto;
    height: 29px;
    flex-grow: 0;
    margin-top: 5%;
    margin-left: 40%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d253c;
}

  .subheading {
    width: 699px;
    height: 22px;
    flex-grow: 0;
    margin-top: 2%;
    margin-left: 25%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d253c;
  }

  .Card-Frame{
    width: 719.4px;
    height: 745px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 38px;
    margin: 54px 29.5px 0 0;
    padding: 24px;
    border-radius: 16px;
  }

  .Card-Row-Frame {
    height: 44px;
    width: 600px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* align-self: stretch; */
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    /* border: solid 1px rgba(0, 0, 0, 0.4); */
    /* background-color: #fff; */
  }

  .Line-Divider {
    width: 570px;
    height: 1px;
    margin-bottom: 20px;
    flex-grow: 0;
    background-color: rgba(13, 37, 60, 0.3);
  }

  /* .navbar .navbar-collapse{
    z-index: 100 !important;
  } */
  
  a {
    text-decoration: none;
    border-bottom: none !important;
  }

  #autoLogoutModalHeader {
    background-color: #ffc107;
}

  .nav-btn {
    /* background: #5E5DF0; */
    border-radius: 999px;
    /* box-shadow: #5E5DF0 0 0px 20px -10px; */
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    margin-left: 10px;
}

.material-icons {
  line-height: 2 !important;
}
#navbarSupportedContent ul {
  margin: 0;
}
#navbarSupportedContent li {
  display: inline-block;
  margin: auto 6px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover {
  cursor: pointer;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

#count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

@media only screen and (max-width: 1200px){
  .Card-Row-Frame {
      height: auto;
      margin-bottom: 0;
  }
  .Card-Frame, .Rectangle-22 {
    height: auto;
  }
  .Line-Divider {
    margin-top: 15px;
  }
  .Card-Row-Frame label + .col-sm-8{
      width: 100%;
      max-width: 100%;
  }
  .Card-Frame {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 992px){
  /* #navbarSupportedContent {
    height: 22px;
    display: flex;
    } */
    .navbar {
        z-index: 1000;
    height: auto;
    }
    .Frame-nav {
        margin-right: 0;
    }
    .Rectangle-22 {
        min-height: calc(100vh - 93px);
    margin-top: 93px;
    }
    .Nav-Bar-Side {
      margin-top: 111px;
    }
    #navbarSupportedContent ul {
      flex-direction: row;
    } 
    .Document-Heading {
      /* margin-left: auto;
      margin-right: auto; */
      height: auto;
      margin-left: 0;
      text-align: center;
    }
    .subheading{
        width: 100%;
        height: auto;
        margin-left: 0;
        text-align: center;
    }
    .contact-subheading{
      width: 100%;
      height: auto;
      margin-left: 0;
      text-align: center;
  }
    .Card-Frame {
      max-width: 100%;
    }
}
@media only screen and (max-width: 720px){
  .Nav-Bar-Side, #sidebar {
      width: 100%;
      height: auto;
      background-color: #0d253c;
  }
  .Nav-Bar-Side {
    margin-top: 91px;
    z-index: 100;
    height: 85px;
  }
  #navbarSupportedContent {
      margin: auto 7px;   
  }
  .Nav-Bar-Side #sidebar ul.components {
      flex-direction: row !important;
      justify-content: space-evenly;
  }
  #sidebar.active ul.components li {
      padding: 0 3px !important;
  }
  .Rectangle-22 {
      margin-top: 176px;
      margin-right: 0;
      padding-right: 15px;
  padding-left: 15px;
  height: auto;
  }

  .Nav-Bar-Side #sidebar {
      max-width: 100%;
  }
  .Document-Heading {
    /* margin-left: auto;
    margin-right: auto; */
    height: auto;
    margin-left: 0;
    text-align: center;
  }
  .subheading{
      width: 100%;
      height: auto;
      margin-left: 0;
      text-align: center;
  }
  .contact-subheading{
      width: 100%;
      height: auto;
      margin-left: 0;
      text-align: center;
  }
  .Card-Frame {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .Line-Divider {
    width: 100%;
  }
  .Card-Row-Frame {
    height: auto;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .Card-Frame .Card-Row-Frame label, .settingsFormContainer, .Card-Frame .Card-Row-Frame div.col-sm-8 {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }
}

.fa-trash-can:hover {
  color: #ff0000; 
  cursor: pointer; 
  transform: scale(1.3); 
}
.fa-pen-to-square:hover{
  color: #0d253c; 
  cursor: pointer; 
  transform: scale(1.3); 
}
.plan-card-frame{
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
}
.plan-card-row-frame {
  height: 44px;
  width: 600px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
}
.transaction-history-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.transaction-history-table th,
.transaction-history-table td {
  padding: 13px;
  text-align: left;
  /* white-space: nowrap; */
}

.transaction-history-table th{
  font-weight: 400;
  background-color: #0d253c;
  color: white;
}

.showPaymentHistory{
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #f0f0f0; /* Original color */
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.showPaymentHistory.active {
  background-color: #007bff; /* Highlight color */
  color: white;
}

.transaction-btn{
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #f0f0f0; /* Original color */
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.transaction-btn.active {
  background-color: #0d253c; /* Highlight color */
  color: white;
}

.settings-btn{
  padding: 10px 20px;
  font-size: 16px;
  margin: 5px;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #f0f0f0; /* Original color */
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.settings-btn.active {
  background-color: #0d253c; /* Highlight color */
  color: white;
}
.pagination-buttons {
  display: flex;
  justify-content: flex-end; /* Aligns buttons to the right */
  gap: 10px; /* Space between buttons */
  margin-top: 15px;
  padding-right: 10px; /* Optional: Adds some spacing from the right edge */
}

.pagination-buttons button {
  background-color: #0d253c; /* Dark blue background */
  color: white; /* White text */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px; /* Rounded corners */
  transition: background 0.3s ease-in-out, transform 0.2s;
}

.pagination-buttons button:hover {
  background-color: #163d5a; /* Slightly lighter blue on hover */
  transform: scale(1.05); /* Slight zoom effect */
}

.pagination-buttons button:disabled {
  background-color: #4a647d; /* Greyish blue for disabled state */
  cursor: not-allowed;
  transform: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pagination-buttons {
      justify-content: center; /* Center buttons on smaller screens */
      padding-right: 0;
  }

  .pagination-buttons button {
      width: auto;
      font-size: 14px;
      padding: 8px;
  }
}

.table-loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #0d253c; /* Matches button color */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
