/* TABS */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
} */

/* results statement style*/
.info-box-link {
  cursor: pointer;
  color: #333;
  overflow-wrap: break-word;
}

.info-box-link:hover {
  color: #00a65a;
}

.dt-buttons {
  margin-bottom: 10px;
}

hr {
  margin: 0.1em auto;
}

ul.diamond {
  list-style: none;
  margin: 0.3em;
  padding: 0;
}

ul.diamond li {
  margin: 0;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  position: relative;
}

ul.diamond li:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  background: #000;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.25em;
  left: 0;
}

@media print {
  .pagebreak {
    page-break-before: always;
  }

  #offer {
    font-size: 18px !important;
    font-family: calibri !important;
  }

  .bla-border .col-md-3 {
    border: 1px solid #000;
  }

  .bla-border .col-md-4 {
    border: 1px solid #000;
  }

  .bla-border .col-md-6 {
    border: 1px solid #000;
  }

  .bla-border .col-md-8 {
    border: 1px solid #000;
  }

  .bla-border .col-md-9 {
    border: 1px solid #000;
  }

  .bla-border .col-md-12 {
    border: 1px solid #000;
  }

  .rubber {
    box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 2px;
    line-height: 22px;
    color: blue;
    font-size: 24px;
    font-family: 'Black Ops One', cursive;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.4;
    width: 180px;
    transform: rotate(-5deg);
  }
}

.pagebreak {
  page-break-before: always;
}

#offer {
  font-size: 18px !important;
  font-family: calibri !important;
}

.bla-border .col-md-3 {
  border: 1px solid #000;
}

.bla-border .col-md-4 {
  border: 1px solid #000;
}

.bla-border .col-md-6 {
  border: 1px solid #000;
}

.bla-border .col-md-8 {
  border: 1px solid #000;
}

.bla-border .col-md-9 {
  border: 1px solid #000;
}

.bla-border .col-md-12 {
  border: 1px solid #000;
}

.rubber {
  box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset !important;
  border: 2px solid transparent !important;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 2px;
  line-height: 22px;
  color: blue;
  font-size: 24px;
  font-family: 'Black Ops One', cursive;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.4;
  width: 180px;
  transform: rotate(-5deg);
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.body-height {
  height: auto;
}

.wrapper-height {
  min-height: 487px;
}

.card-height {
  height: 348px;
}

.main-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 10px 180px;
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col .links li a:hover {
  color: #fff;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

.footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
}

.footer-col .icons i:hover {
  color: #fff;
}

.footer-col ul,
ol {
  padding: 0;
  margin: 0
}

@media (max-width: 768px) {
  .main-footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }

  .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  }

  .footer-col form button {
    margin: 10px 0 0 0;
  }
}

#home-inc .nav {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #34495e;
  border-radius: 8px;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

#home-inc .nav a {
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  flex: 1 1 25%;
  /* Each link takes 25% of the available space */
  min-width: 60px;
  /* Minimum width to prevent squishing */
}

#home-inc .nav .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease 0s;
  border-radius: 8px;
}

/* Initial animation position based on the first link */
#home-inc .nav .start-home,
#home-inc a:nth-child(1):hover~.animation {
  width: 25%;
  /* Animation width matches the link width */
  left: 0;
  background-color: #1abc9c;
}

/* Animation position based on the second link */
#home-inc .nav .start-about,
#home-inc a:nth-child(2):hover~.animation {
  width: 25%;
  left: 25%;
  /* Left position is 25% of the parent */
  background-color: #e74c3c;
}

/* Animation position based on the third link */
#home-inc .nav .start-blog,
#home-inc a:nth-child(3):hover~.animation {
  width: 25%;
  left: 50%;
  /* Left position is 50% of the parent */
  background-color: #3498db;
}

/* Animation position based on the fourth link */
#home-inc .nav .start-portefolio,
#home-inc a:nth-child(4):hover~.animation {
  width: 25%;
  left: 75%;
  /* Left position is 75% of the parent */
  background-color: #9b59b6;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  #home-inc .nav a {
    flex: 1 1 50%;
    /* Two links per row on smaller screens */
  }

  #home-inc .nav .animation {
    width: 50%;
    /* Animation width changes based on the link width */
  }

  #home-inc .nav .start-about,
  #home-inc a:nth-child(2):hover~.animation {
    left: 50%;
    /* Left position changes based on the link position */
  }

  #home-inc .nav .start-blog,
  #home-inc a:nth-child(3):hover~.animation {
    left: 0;
    /* Left position changes based on the link position */
  }

  #home-inc .nav .start-portefolio,
  #home-inc a:nth-child(4):hover~.animation {
    left: 50%;
    /* Left position changes based on the link position */
  }
}

@media (max-width: 480px) {
  #home-inc .nav a {
    font-size: 14px;
    flex: 1 1 100%;
    /* One link per row on very small screens */
  }

  #home-inc .nav .animation {
    width: 100%;
  }

  #home-inc .nav .start-about,
  #home-inc a:nth-child(2):hover~.animation,
  #home-inc .nav .start-blog,
  #home-inc a:nth-child(3):hover~.animation,
  #home-inc .nav .start-portefolio,
  #home-inc a:nth-child(4):hover~.animation {
    left: 0;
    /* Left position resets for single column */
  }
}

.image-container {
  position: relative;
  /* Position relative to contain the overlay */
  width: 100%;
  /* Adjust as needed */
  overflow: hidden;
  /* Hide any overflow */
}

.carol-image {
  width: 100%;
  /* Make the image responsive */
  height: 400px;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.overlay {
  position: absolute;
  /* Position overlay absolutely */
  top: 0;
  /* Align to the top */
  left: 0;
  /* Align to the left */
  right: 0;
  /* Stretch to the right */
  bottom: 0;
  /* Stretch to the bottom */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: white;
  /* Text color */
  display: flex;
  /* Use flexbox for centering */
  flex-direction: column;
  /* Stack children vertically */
  justify-content: center;
  /* Center vertically */
  align-items: center;
  /* Center vertically */
  opacity: 1;
  /* Start hidden */
  transition: opacity 0.3s ease;
  /* Smooth transition for hover effect */
}

.image-container:hover .overlay {
  /*opacity: 1; /* Show overlay on hover */
  color: #1abc9c;
  /* Text color */
}

.text {
  font-size: 40px;
  /* Adjust font size */
  text-align: center;
  /* Center text */
  margin-bottom: 20px;
  /* Space between text and buttons */
}

.button-container {
  display: flex;
  /* Use flexbox for button layout */
  gap: 10px;
  /* Space between buttons */
}

.button {
  background-color: #1abc9c;
  /* Button background color */
  color: white;
  /* Button text color */
  padding: 10px 20px;
  /* Button padding */
  text-decoration: none;
  /* Remove underline */
  border-radius: 5px;
  /* Rounded corners */
  transition: background-color 0.3s;
  /* Smooth background color transition */
}

.button:hover {
  background-color: #16a085;
  /* Darker shade on hover */
  color: white;
  /* Button text color */
}

/* Media Queries for Responsiveness */
@media (max-width: 480px) {
  .text {
    font-size: 16px;
    /* Adjust font size for smaller screens */
  }

  .button {
    padding: 8px 16px;
    /* Adjust button padding for smaller screens */
  }
}

.list-container {
  display: flex;
  /* Use flexbox for centering */
  justify-content: center;
  /* Center the list horizontally */
  align-items: center;
  /* Center the list vertically */
  background-color: lightgray;
  /* Light gray background */
  margin: 0;
  /* Remove default margin */
  font-family: Arial, sans-serif;
  /* Set a default font */
}

.centered-list {
  list-style-type: none;
  /* Remove default list styling */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
  display: flex;
  /* Use flexbox for list items */
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items horizontally */
}

.centered-list li {
  margin: 10px 0;
  /* Space between list items */
  padding: 10px 20px;
  /* Padding for list items */
  background-color: white;
  /* White background for list items */
  border-radius: 5px;
  /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  transition: background-color 0.3s;
  /* Smooth background color transition */
  font-size: 20px;
  /* Increase font size here */

}

.centered-list li:hover {
  background-color: #f0f0f0;
  /* Change background on hover */
}

.cursor-pointer {
  cursor: pointer;
}

.brand-opacity {
  opacity: .8;
}

/* Floating AI Assistant Button */
.ai-assistant-btn {
  position: fixed;
  right: 20px;
  top: 33%;
  transform: translateY(-50%);
  background-color: #4CAF50;
  color: white;
  font-size: 24px;
  padding: 15px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.ai-assistant-btn:hover {
  background-color: #45a049;
  transform: translateY(-50%) scale(1.1);
}

/* Custom Tooltip */
.ai-assistant-btn:hover::after {
  content: "AI Assistant";
  position: absolute;
  bottom: 100%;
  /* Tooltip appears above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Show tooltip when button is hovered */
.ai-assistant-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

/* For an input with a specific class */
/* input.custom-focus:focus {
  border-color: lightgreen;
  background-color: #eaffea;
} */

/* Default styling for specific input, textarea, and select fields */
input.custom-focus,
textarea.custom-focus,
select.custom-focus {
  border: 1px solid #ccc;
  /* Default border color */
  padding: 8px;
  font-size: 16px;
  outline: none;
  /* Removes the default outline in browsers */
  -webkit-appearance: none;
  /* For consistency across browsers (optional) */
  -moz-appearance: none;
  /* For Firefox (optional) */
}

/* Highlight specific input, textarea, and select fields on focus */
input.custom-focus:focus,
textarea.custom-focus:focus,
select.custom-focus:focus {
  border-color: lightgreen;
  /* Light green border */
  background-color: #eaffea;
  /* Optional: light green background color for focus */
}


/* Styles specific to the "get-started" container */
.get-started-container {
  font-family: sans-serif;
  margin: 20px;
}

.get-started-container .navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.get-started-container .nav-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  transition: border-color 0.3s;
}

.get-started-container .nav-item.active {
  border-color: #1abc9c;
  font-weight: bold;
}

.get-started-container .content {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 16px;
  text-align: justify;
}

.get-started-container .stage {
  display: none;
}

.get-started-container .stage.active {
  display: block;
}

.get-started-container .buttons {
  margin-top: 20px;
  text-align: right;
}

.get-started-container button {
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  background-color: #1abc9c;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.get-started-container button:hover {
  background-color: #16a085;
}

.get-started-container button:disabled {
  background-color: #ccc;
  cursor: default;
}

.get-started-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

.get-started-container ul {
  list-style-type: none;
  /* Remove default bullet */
  padding-left: 20px;
  /* Add some left padding */
}

.get-started-container li {
  position: relative;
  /* Needed for positioning the custom bullet */
  margin-bottom: 10px;
  /* Space between list items */
}

.get-started-container li::before {
  content: "\2713";
  /* Unicode checkmark */
  position: absolute;
  left: -20px;
  /* Position to the left of the text */
  color: #1abc9c;
  /* Checkmark color */
}

.container-centered {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 100px;
}

.login-container {
  width: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

/* Toggle Buttons */
.toggle-buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.toggle-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #1abc9c;
  border-radius: 5px;
  background-color: #fff;
  color: #1abc9c;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background-color: #1abc9c;
  color: white;
  border-color: #1abc9c;
}

.toggle-btn:hover {
  background-color: #16a085;
  color: white;
}

/* Separator between toggle buttons and forms */
.separator {
  height: 1px;
  background-color: #1abc9c;
  margin: 20px 0;
}

/* Form container */
.form-container {
  display: none;
}

.form-container.active {
  display: block;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.show-password-icon {
  position: absolute;
  right: 10px;
  top: 58%;
  cursor: pointer;
  font-size: 20px;
  color: #1abc9c;
}

.password-group {
  position: relative;
}

.forgot-password {
  text-align: right;
}

#forgot-password-link {
  font-size: 14px;
  color: #1abc9c;
  text-decoration: none;
}

#forgot-password-link:hover {
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #1abc9c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #16a085;
}

.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .container-centered {
    padding: 50px 20px;
    /* Less padding on mobile */
  }

  .login-container {
    width: 100%;
    /* Make the login container take up the full width */
    padding: 20px;
    /* Reduce padding on mobile */
  }

  .toggle-buttons {
    flex-direction: column;
    /* Stack toggle buttons vertically */
    justify-content: center;
    /* Center buttons horizontally */
  }

  .toggle-btn {
    margin: 5px 0;
    /* Add some space between toggle buttons */
    width: 100%;
    /* Make buttons full width on mobile */
  }

  .separator {
    margin: 15px 0;
    /* Adjust separator margin for smaller screens */
  }

  .form-container h2 {
    font-size: 18px;
    /* Reduce font size for headings on mobile */
  }

  .submit-btn {
    font-size: 14px;
    /* Slightly reduce font size for the submit button */
    padding: 10px;
    /* Adjust padding on mobile */
  }

  .show-password-icon {
    font-size: 18px;
    /* Adjust icon size for mobile */
    top: 50%;
    /* Adjust position of the password icon */
  }
}

@media (max-width: 480px) {
  .login-container {
    width: 90%;
    /* Further reduce width on very small screens */
    padding: 15px;
    /* Further reduce padding */
  }

  .toggle-btn {
    font-size: 14px;
    /* Make toggle button text smaller */
  }

  .submit-btn {
    font-size: 12px;
    /* Make the submit button text smaller */
    padding: 8px;
    /* Further adjust padding */
  }

  .show-password-icon {
    font-size: 16px;
    /* Adjust password icon size for very small screens */
  }
}

.full-width {
  width: 100% !important;
}

.no-show {
  display: none;
}

.dash-prog-height {
  height: 291px;
}

.dash-prog-client-height {
  height: 400px;
}

.dash-summary-height {
  height: 220px;
}

.dash-summary-width {
  width: 220px;
}

.dash-chart-height {
  height: 180px;
}

.table-card-height {
  height: 600px;
}

.table-card-height-client {
  height: 420px;
}

.dash-calendar-height {
  height: 360px;
}

.dash-reference-height {
  height: 470px;
}

.sn-width {
  width: 5%;
}

.reference-width {
  width: 30%;
}

/* Define a class for hyperlinks */
.link-style {
  color: blue;
  /* Text color */
  text-decoration: none;
  /* Removes underline */
  font-weight: normal;
  /* Regular font weight */
  transition: color 0.3s;
  /* Smooth transition for color change */
}

/* Hover state (when the mouse is over the link) */
.link-style:hover {
  color: red;
  /* Change color on hover */
  text-decoration: underline;
  /* Underline on hover */
}

#application-form {
  display: flex;
  /* Make the application-form div a flex container */
  width: 100%;
}

#application-form .vertical-menu {
  width: 220px;
  background-color: #34495e;
  padding: 20px;
  box-sizing: border-box;
}

#application-form .vertical-menu a {
  background-color: #4a6572;
  color: white;
  display: block;
  padding: 12px;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#application-form .vertical-menu a:hover {
  background-color: #5d8aa2;
  /* Slightly lighter on hover */
}

#application-form .vertical-menu a.active {
  background-color: #2ecc71;
  color: white;
}

#application-form .vertical-menu a.disabled {
  background-color: #7f8c8d;
  color: #bdc3c7;
  pointer-events: none;
}

#application-form .app-form-container {
  flex: 1;
  padding: 20px;
}

#application-form .form-stage {
  display: none;
}

#application-form .form-stage.active {
  display: block;
}

#application-form .form-stage label {
  display: block;
  margin-bottom: 5px;
}

#application-form .form-stage input,
#application-form .form-stage textarea {
  width: calc(100% - 12px);
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#application-form .form-stage button {
  background-color: #2ecc71;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#application-form .form-stage .navigation-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

#application-form .form-stage .navigation-buttons .next-button {
  margin-left: auto;
}

.show-calendar-icon {
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  /* Centers the icon vertically */
  cursor: pointer;
  font-size: 30px;
  /* Increase the font size of the calendar icon */
  color: #1abc9c;
  height: 100%;
  /* Ensures the icon has the same height as the input */
  line-height: 1;
  /* Centers the icon vertically inside its container */
}

#ageDialog {
  display: none;
  font-size: 16px;
}

#suggestions {
  position: absolute;
  top: 100%;
  /* Position it right below the input field */
  left: 0;
  width: 100%;
  /* Make it the same width as the input field */
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #1abc9c;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  box-sizing: border-box;
  /* Ensure padding does not affect the width */
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.app-form-body {
  font-size: 16px;
}

.app-form-head {
  font-size: 11px;
}

.pdf-viewer {
  border: 5px solid green;
  width: 100%;
  height: 300px;
}

.table-header-light-green {
  background-color: #28a745;
  /* Light blue color */
  color: white;
  /* White font color */
  font-size: 19px;
  /* Adjust the font size as needed */
}

/* Style the table rows */
tr {
  transition: background-color 0.3s ease-in-out;
}

tr:hover {
  background-color: #adefbf;
}

.responsive-div {
  width: 100%;
  /* Default for mobile */
  padding: 20px;
  background-color: #28a745;
}

@media (min-width: 768px) {
  .responsive-div {
    width: 50%;
    /* On tablet and above, the div takes up 50% of the width */
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .responsive-div {
    width: 33%;
    /* On desktop, the div takes up 33% of the width */
    padding: 60px;
  }
}

/* Set base styles for dialogs */
.ui-dialog {
  width: 80%;
  /* Set default width */
  max-width: 600px;
  /* Limit the maximum width */
  padding: 20px;
}

.ui-dialog-titlebar {
  text-align: center;
  font-size: 18px;
}

.ui-dialog-title {
  font-size: 20px;
}

/* Ensure the content inside dialog is flexible */
.ui-dialog-content {
  padding: 15px;
  font-size: 16px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .ui-dialog {
    width: 90%;
    /* On tablets and smaller devices, the dialog takes up more space */
    padding: 10px;
  }

  .ui-dialog-titlebar {
    font-size: 16px;
    /* Adjust title size */
  }

  .ui-dialog-title {
    font-size: 18px;
  }

  .ui-dialog-content {
    font-size: 14px;
    padding: 10px;
  }

  .my-margin {
    margin-right: 5px;
    /* Adjust spacing around icons */
  }
}

@media (max-width: 480px) {
  .ui-dialog {
    width: 95%;
    /* On mobile, take up nearly full screen */
    padding: 8px;
  }

  .ui-dialog-titlebar {
    font-size: 14px;
    /* Reduce title size */
  }

  .ui-dialog-title {
    font-size: 16px;
  }

  .ui-dialog-content {
    font-size: 12px;
    padding: 5px;
  }
}

/* Custom CSS scoped to the #tab-container */
#tab-container .nav-tabs .nav-item {
  background-color: #d4edda;
  /* Light Green for Inactive Tabs */
}

#tab-container .nav-tabs .nav-item.active {
  background-color: #28a745 !important;
  /* Dark Green for Active Tab */
}

#tab-container .nav-tabs .nav-item a.nav-link {
  color: #155724;
  /* Dark text for better readability on inactive tabs */
}

#tab-container .nav-tabs .nav-item.active a.nav-link {
  color: white !important;
  /* White text for active tab */
}

#tab-container .nav-tabs .nav-item a.nav-link:hover {
  background-color: #c3e6cb;
  /* Hover color for inactive tabs */
}

/* Ensure active tab maintains custom background */
#tab-container .nav-tabs .nav-item.active a.nav-link {
  background-color: #28a745 !important;
  /* Match active tab background */
}

/* Responsive Styling for Tabs */
@media (max-width: 767px) {

  /* Stack the tabs vertically on mobile */
  #tab-container .nav-tabs {
    display: block;
  }

  #tab-container .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }

  #tab-container .nav-tabs .nav-item a.nav-link {
    text-align: center;
    padding: 10px;
  }
}

.frame-display {
  border: 1px solid green;
}

.modal {
  overflow-y: auto;
}

.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.container-terms {
  max-width: 900px;
  margin: 30px auto;
  overflow-y: auto;
  max-height: 70vh;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

  /* Typography should live here */
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: #1f1f1f;
}

.container-terms h2 {
  color: #003366;
  font-size: 18px;
  margin-top: 28px;
  border-bottom: 2px solid #F4B400;
  padding-bottom: 5px;
}

.container-terms p,
.container-terms li {
  font-size: 14.5px;
}

.container-terms ul {
  margin-left: 20px;
}

.container-terms .highlight {
  background-color: #fef7e0;
  border-left: 5px solid #F4B400;
  padding: 15px;
  margin-top: 25px;
}

.error-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e3b31, #0f172a);
  color: #f1f5f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}

.error-page__container {
  text-align: center;
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  width: 90%;
}

.error-page__title {
  font-size: 96px;
  margin-bottom: 10px;
  font-weight: bold;
}

.error-page__subtitle {
  font-size: 24px;
  margin-bottom: 15px;
  color: #cbd5f5;
}

.error-page__text {
  font-size: 16px;
  margin-bottom: 25px;
  color: #94a3b8;
}

.error-page__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  background: #38bdf8;
  color: #0f172a;
}

.error-page__button:hover {
  transform: translateY(-2px);
  background: #0ea5e9;
}

.error-page__bg-code {
  font-size: 120px;
  opacity: 0.1;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 500px) {
  .error-page__title {
    font-size: 64px;
  }

  .error-page__bg-code {
    font-size: 80px;
  }
}

.time-table-line {
  line-height: initial;
  border-bottom: 2px solid black; 
  text-align: center;
}

.time-table-logo-style {
  width:125px;
  height:102px;
  margin-bottom: 3px;
}

.time-table-font {
  font-size: 19px;
}

.time-table-font1 {
  font-size: 18px;
}

/* Manan started */
.rs_search_title{
  float:center; 
  margin-left:10%
}

/* Logo */
.logo-img {
    height: 90px;
    width: 90px;
}

/* Titles */
.university-title {
    font-size: 23px;
    font-weight: bold;
}

.department-title {
    font-size: 20px;
    font-weight: 600;
}

.statement-title {
    font-size: 18px;
    font-weight: 600;
}

/* Profile Image */
.profile-img {
    height: 100px;
    width: 100px;
}

/* Horizontal Lines */
.hr-green {
    width: 100%;
    border: none;
    height: 2.5px;
    background-color: green;
    margin: 2px 0;
}

.hr-black {
    width: 100%;
    border: none;
    height: 2.5px;
    background-color: black;
    margin: 2px 0;
}

.student-file-logo {
  height:130px; 
  width:130px;
}

.doc-frame {
    border: 1px solid green;
}

.ug-title {
    margin-left: clamp(10px, 2vw, 30px);
}