.background-radial-gradient {
      background-color: hsl(218, 41%, 15%);
      background-image: radial-gradient(650px circle at 0% 0%,
          hsl(218, 41%, 35%) 15%,
          hsl(218, 41%, 30%) 35%,
          hsl(218, 41%, 20%) 75%,
          hsl(218, 41%, 19%) 80%,
          transparent 100%),
        radial-gradient(1250px circle at 100% 100%,
          hsl(218, 41%, 45%) 15%,
          hsl(218, 41%, 30%) 35%,
          hsl(218, 41%, 20%) 75%,
          hsl(218, 41%, 19%) 80%,
          transparent 100%);
}

#radius-shape-1 {
      height: 220px;
      width: 220px;
      top: -60px;
      left: -130px;
      background: radial-gradient(#44006b, #ad1fff);
      overflow: hidden;
}

#radius-shape-2 {
      border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
      bottom: -60px;
      right: -110px;
      width: 300px;
      height: 300px;
      background: radial-gradient(#44006b, #ad1fff);
      overflow: hidden;
}

.bg-glass {
      background-color: hsla(0, 0%, 100%, 0.9) !important;
      backdrop-filter: saturate(200%) blur(25px);
}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: #2f2f31;
    box-shadow: 0 15px 25px rgba(143, 124, 236, 0.7);
    border-radius: 10px;
}

.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.inpu {
    position: relative;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #aaa;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #8F7CEC;
    outline: none;
    background: transparent;
    font-weight: 800;
}

.lblcb {
    color: #8F7CEC;
  }

.labe {
    padding: 4px 0;
    font-size: 20px;
    color: #8F7CEC;
    pointer-events: none;
    transition: .5s;
    font-weight: 800;
    top: -65px;
    left: 0;
    color: #8F7CEC;
    font-size: 12px;
}

.submit {
    padding: 10px 20px;
    color: #8F7CEC;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    letter-spacing: 4px;
    border: 1px solid #8F7CEC;
    margin: auto;
}

.submit:hover {
    background: #8F7CEC;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #8F7CEC, 0 0 25px #8F7CEC, 0 0 25px #8F7CEC, 0 0 100px #8F7CEC;
}

.button-form {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

#register {
    font-size: 14px;
    text-decoration: none;
    color: #CBBDDB;
    margin: auto;
    width: 60%;
    text-align: center;
}

#register a {
    margin: auto;
    color: #8F7CEC;
}

.form-check-input:checked {
    background-color: #8F7CEC;
    border-color: #8F7CEC;
}

.lbl{
  color:#8F7CEC;
  font-weight: 500; /* Sets a medium font weight */
  line-height: 1.5;
}

.flash-message-overlay {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: auto;
  padding: 10px 20px;
}

.alert {
  margin: 0 auto;
  border-radius: 5px;
  font-size: 1rem;
}

.fade {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.flash {
  background-color: #fff; /* White background for the alert box */
  color: #8F7CEC;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  text-align: center;
  z-index: 1060; /* Ensure the alert is above the overlay */
}

.flash-message-overla {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

#custom-flash{
  background-color: #8F7CEC !important;
  color:white !important;
}

.submit2 {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  letter-spacing: 4px;
  border: 1px solid #8F7CEC;
  margin: auto;
  display: inline-block;
  background: #8F7CEC;
}

.submit2:hover {
  background:#fff;
  color: #8F7CEC;
  border-radius: 5px;
}

.container {
  max-width: 90%; /* Container takes up more space */
}

.form-label {
  font-size: 1.2rem;
  color: #fff !important;
}

.txtbox {
  padding: 15px;
  transition: 0.5s;
  border: 1px solid #8F7CEC;
  width: 100%;
  padding: 10px;
  margin: auto;
}

.txtbox::placeholder {
    color: #8F7CEC; /* Placeholder text color */
    text-transform: none;
    font-weight: 300;
    font-size:15px;
}

.txtbox:focus {
  outline: none; /* Removes the default blue outline */
  border: 1px solid #8F7CEC; /* Changes the border color to #8F7CEC */
  box-shadow: 0 0 5px #8F7CEC;
}

.btn-success:hover {
  background-color: #157347;
}

img {
    height: auto;
}

@media (min-width: 992px) { /* Styles for larger screens (laptop and above) */
  .row {
     /* Row takes 80% of screen width */
  }

  img {
    max-width: 400px; /* Larger image size */
  }

  .container {
    padding: 40px;
  }
}

.hero_main{
    align-items: center;
    font-size: 20px;
}

.hero_heading {
  font-size: 3rem;
  font-weight: bold;
  margin-top:6%;
}
@media(max-width: 768px) {
  .hero_heading {
    margin-top: 40% !important ;
    font-size: 2rem;
  }
}

.logo_text{
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero_heading {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }

  .input-group {
    flex-direction: column;
  }
  .input-group .form-control,
  .input-group .btn {
    width: 100%;
  }
}
.custom-img {
  border-radius: 10px;
  width:40px;
  height:40px;
  border: 2px solid #9B5DE5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.no-button-style {
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
}

/*table*/

.custom-table th{
/*  background-color: #000;*/
  color: #fff;
}

.custom-table {
  margin:0 5%;
  width: 90%;
  border-collapse: collapse;
  box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-table, .custom-table th, .custom-table td {
  border: 2px solid black; /* Border color */
  color:#fff;
}

.custom-table th, .custom-table td {
  padding: 10px 5px 5px 5px;
  text-align: center;
  border-collapse: collapse;
}

.custom-link {
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

@media (max-width: 768px) {
  .table th, .table td {
    font-size: 12px;
  }

  .table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
  }
   .custom-table tbody  {
/*    background-color: #000;*/
/*    color: #fff;*/
  }

  .custom-link {
    font-size: 12px;
  }
}

.dropdown-menu {
  background-color: white !important;
  border: 1px solid #ccc; /* Optional: Light grey border */
}

.dropdown-menu .dropdown-item {
  color: black !important; /* Ensures text is visible */
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa; /* Light grey on hover */
}

/*navbar*/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
/*    color: #8F7CEC;*/
    color:white;
}

.custom-hover {
  transition: background-color 0.3s ease;
}

.custom-hover:hover {
  background-color: #4F4080;
  border-radius: 0.25rem;
  color: white;
}

.border_btn {
  border: 1px solid #8F7CEC;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

@media (max-width: 990px) { /* Bootstrap "sm" breakpoint */
  #navbarNav {
    background-color: #000 !important;
    width: 100vw;
    padding: 20px;
  }
  .logo {
    font-size: 1.2rem !important;
  }
}

.custom_color{
  color:#fff;
}

.custom_color2 {
  color:white !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.toggler-icon {
    position: relative;
    width: 20px;
    height: 4px;
    transition: all 0.3s ease-in-out;
    background: #8F7CEC;
    border-radius: 10px;
}

.toggler-icon::before,
.toggler-icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: black;
    transition: all 0.3s ease-in-out;
    background: #8F7CEC;
    border-radius: 10px;
}

.toggler-icon::before {
    top: -8px;
}

.toggler-icon::after {
    top: 8px;
}

/* Toggle Effect */
.navbar-toggler.active .toggler-icon {
    background: transparent;
}

.navbar-toggler.active .toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
    background: #5A537B;
}

.navbar-toggler.active .toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
    background: #5A537B;
}
.nav-link:hover {
  color:#8F7CEC !important;
}
.logo {
  color: #8F7CEC;
  font-size: 1.7rem; /* Adjust as needed */
  font-weight: bold;
  text-decoration: none;
}
.gradient-text {
  background: radial-gradient(circle, #EB568E, #144EE3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.segoe-script {
    font-family: "Lucida Handwriting";
}

/*profile*/
.profile1{
    margin-top:22px;
    height: 90vh;
}

.card_user {
    margin-bottom: 30px;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}

.overflow-hidden {
    overflow: hidden!important;
}

.p-0 {
    padding: 0!important;
}

.mt-n5 {
    margin-top: -3rem!important;
}

.linear-gradient {
    background-image: linear-gradient(#50b2fc,#f44c66);
}

.rounded-circle {
    border-radius: 50%!important;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}

.rounded-2 {
    border-radius: 7px !important;
}

.bg-light-info {
    --bs-bg-opacity: 1;
    background-color: rgba(235,243,254,1)!important;
}

.position-relative {
    position: relative!important;
}

.shadow-none {
    box-shadow: none!important;
}

.border {
    border: 1px solid #ebf1f6 !important;
}

.fs-6 {
    font-size: 1.25rem!important;
}

.mb-2 {
    margin-bottom: 0.5rem!important;
}

.d-block {
    display: block!important;
}

a {
    text-decoration: none;
}

.fw-semibold {
    font-weight: 600!important;
}

.fs-4 {
    font-size: 1rem!important;
}

/*shorten page*/
.card {
    background-color: #2b002b;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    color: white;
}
.card img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}
.card-subtitle {
    font-size: 0.9rem;
    color: #b3b3b3;
}
.location {
    font-size: 0.8rem;
    color: #b3b3b3;
}
.excellent-fit {
    color: #00ffcc;
    font-size: 0.9rem;
    font-weight: bold;
}
.content {
    padding: 50px;
}
.header {
    font-size: 1.5rem;
    font-weight: bold;
}
.subheader {
    font-size: 2.5rem;
    font-weight: bold;
}
.description {
    font-size: 1rem;
    color: #b3b3b3;
}

/*application page*/

.dropdown-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 0;
  margin: 0;
  min-width: 150px;
  display: none;
}

.dropdown-menu li {
  padding: 8px 12px;
}

.dropdown-menu li a {
  color: #000;
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:hover {
  color: #000;
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.account li button:active {
  color: #000;
  background-color: #f1f1f1;
}

.account li button:hover {
  background-color: #f1f1f1;
}
.background-color-button{
  background-color: #8F7CEC;
  color: white;
}
.border_btn {
 border: 1px solid #8F7CEC;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #8F7CEc;
    box-shadow: 0 8px 16px rgba(143, 124, 236, 0.6);
}

.feature-card i {
    font-size: 40px;
    color: #8F7CEc;
}

.feature-card h4 {
    margin-top: 15px;
    font-weight: bold;
    color: white;
}

.feature-card p {
    color: #ddd;
}

/*table*/
.tblbtn {
  background-color: #8F7CEC; /* Green background */
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s; /* Smooth transitions */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hover Effect */
.tblbtn:hover {
  background-color: #9A7CEF; /* Darker green on hover */
}

/* Active Effect (When button is clicked) */
.tblbtn:active {
  background-color: #8F7CEC; /* Even darker green when clicked */
  transform: scale(0.95); /* Slightly shrink the button */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow on click */
}

/* Focus Effect (Optional for better accessibility) */
.tblbtn:focus {
  outline: none;
}
#flash-container2 {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}

.flash-message2 {
  background-color: #28a745; /* or your preferred color */
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

