
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
/* . {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */
html {
  scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;

}



body {
    background-color: #F0F0F1 !important;
}

/*body {
    position: relative;
}

/**scroll top**/
/*#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 9999;
  font-size: 3px;
  border: none;project-desc
  outline: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 15px 15px 15px 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #1D547F;
  color: #000;
}
.arrowUp{
    font-size: clamp(1.2rem, 2.5vw, 3rem);
 }*/

.background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}

.card.glass-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.noLink{
    text-decoration: none;
    color: #101010;
    font-weight: 500;
}


.card.glass-card2 {
    background: rgba(53, 76, 124, 0.2);
    backdrop-filter: blur(10px); /* Adjust blur level */
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    border: 1px solid rgba(0, 0, 0, 0.2); /* Optional: border to enhance glass effect */
    border-radius: 1rem; /* Match the rounded corners */
    padding: 20px;
}

/*.background-image{
  background-image: url(/static/images/126742.jpg);
}*/

/**************************** login css */

.thbgg{
  background-image: url(/static/images/login.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 100dvh;
  position: relative;
}

.blackoverlay{
  background-color: rgba(15, 14, 14, 0.65);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;



}

.logincontainer {
  max-width: 350px;
  width:100%;
  padding: 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.logincontainer h2 {
  color: white;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;

}

.form-group label {
  color: #101010;
  font-weight: 400;
  display: block;
}

.form-group input {
  height: 4rem;
  max-width: 21rem !important;
    width: 100% !important;
    padding: 1.125rem 2rem !important;
    border-radius: 2rem !important;
    border: 0.2px solid rgba(16,16,16, 0.2) !important;
}

.form-group input::placeholder {
  color: rgba(16, 16, 16,0.8) !important;
}

.btnglasss {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 2rem;
  background: #7959DD;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
}

/* .btnglasss:hover {
  background: rgba(255, 255, 255, 0.5);
}


/* Optional: Style error messages for specific input fields */
input.error + label.error {
  color: #ff5733; 
  font-size: 0.8rem;
  font-weight: 500;
}


/* distributer css */
.thcontroller{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;


}

.thcontroller button{
   width:40px;

}


.rowgg{
  display: grid;
  grid-template-columns: 50% 50%;
  gap:20px !important;
}




.btnglasssm {
  max-width: 25rem;
  width: 100%;
  padding: 1rem 0.625rem;
  border-radius: 1rem;
  border: none;
  background: rgba(121, 89, 221,0.5);
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.btnglasssm:hover{
  background: rgba(121, 89, 221,1);
  color: #ffffff;
  box-shadow: none;
}

.thheightt{
  height: 220px;
  margin-top: 0 !important;

  overflow: hidden;}

  .thheight{
    height: 7.5rem;
    margin-top: 0 !important;
    overflow: hidden;}


    .theformhead{
      margin-bottom: 2rem !important;
      margin-top: 1rem !important;
    }

    .themainsection{
      margin-top: 4rem; 
      position: relative;
    }
  .thedirectiondiv{
   
    padding: 20px;
    display: flex;
    justify-content: right;
    align-items:center;
    background-color: #1D547F;
    
  }
  .btnglasssmdirection{
    width: 200px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: rgba(85, 148, 230, 0.61);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  text-align: center  ;
  }

  .btnglasssmdirection:hover {
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(85, 148, 230, 0.8));
  }
  
  .recordcontainer{
    margin-top: 5rem;
  }

  .buttonrec{
    background-color: #1d547f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 99999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    text-decoration: none;
  }

     
  .buttonrec svg {
    width: 28px;
    height: 28px;
  }

  .buttonrec::before,
.buttonrec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 84, 127, 0.4); /* Light Blue */
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    animation: pulse-animation 1.5s infinite ease-out;
}

.buttonrec::after {
    animation-delay: 0.75s; /* Delay to create a dual wave effect */
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.2;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.thefooter {
  text-align: center;
  padding: 10px;
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  margin-top: 2rem;
}


.user-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 1rem;
}

.fa-user-circle {
  font-size: 24px;
  color: #333;
}


/**NEW CSS****/

.card.welcome-card{
    max-width: 57rem !important;
    height: 100% !important;
    max-height: 50rem !important;
}
/* Make the inner div fill its parent and show the background */
.welcome-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0.375rem; /* optional: for card-style rounding */
}

.navbar{
    background: #ffffff !important;
    border-radius: 1rem;
    margin-top: 1.5rem;
    height: 5rem;
}

.welcome-logo{
    height: 1.5rem !important;
    width: 10rem !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.navbar-toggler{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #D9D9D9;
}
.navbar-toggler:focus{
    border: none !important;
}

.nav-link.profile-button{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link.profile-button img {

}

.navbar-nav.flex-row .nav-link:not(.profile-button) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

.offcanvas{
    border-radius: 2rem;
    border: none;
    margin: 2rem;
}
@media (max-width: 576px) {
    .offcanvas {
        margin: 0;
    }
}

.nav-headings{
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #101010 !important;
}


.inactive{
    opacity: 0.3 !important;
}

.card.hero-card{
    margin-top: 1.5rem;
    padding: 1.5rem 2rem;
    height: 23.625rem;
    background: linear-gradient(90deg, #562ADF 0%, #7F5CEB 52.69%, #9375F1 79.95%, #A88EF7 100%);
    border-radius: 1rem;
    border: none;
}

.hero-title{
    font-size: clamp(1.5rem, 1.1842rem + 1.5038vw, 2.5rem);
    color: #ffffff;
    font-weight: 400;
    max-width: 29rem;
    letter-spacing: -0.04em;
}
.hero-subtitle-1{
    font-size: clamp(1.5rem, 1.1842rem + 1.5038vw, 2.5rem);
    color: #ffffff;
    font-weight: 500;
    max-width: 29rem;
    letter-spacing: -0.04em;
}
.hero-subtitle-2{
    font-size: clamp(0.8rem, 0.6737rem + 0.6015vw, 1.2rem);
    color: #ffffff;
    font-weight: 400;
    max-width: 29rem;
    letter-spacing: -0.04em;
}

.background-image-container {
  width: 100%;
  max-width: 31.25rem;
  height: 20.625rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 765px) {
    .background-image-container {
        height: 10rem;
    }
}
@media (max-width: 576px) {
    .background-image-container {
        height: 10rem;
    }
}


.content-section{
    margin-top: 1.5rem;
}
.card.notification-card{
    border: none;
    border-radius: 1rem;
    padding: 1.25rem;
}

.not-card{
    border: 0.2px solid rgba(16,16,16,0.2);
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 0.625rem;
}
.not-title{
    font-size: 1.25rem;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #101010;
    padding: 0.625rem 0;
}
.not-title-1{
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #101010;
}
.not-title-2{
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #101010;
}

.not-link{
    font-size: 0.875rem;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #101010;
}
.not-link:hover{
    font-weight: 600;
}

.card.card-report {
    border: 0.2px solid rgba(16,16,16,0.2);
    border-radius: 1rem;
    padding: 2rem;
    transition: border 0.3s ease-in-out;
}
.card.card-report:hover {
    border: 0.2px solid rgba(121, 89, 221,0.5);
}

.icon-img {
    margin-bottom: 1rem;
}
.report-title{
    font-size: 1.5rem;
    font-weight: 500;
    color: #101010;
    letter-spacing: -0.04em;
}
.report-subtitle{
    margin: 0;
}

.bread{
    color: rgba(16,16,16,0.75);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-decoration: none;
}

.card.form-card{
    border: none;
    border-radius: 1.5rem;
    padding: 3rem;
}

.form-title{
    cursor: default;
    font-size: 2rem !important;
    font-weight: 500;
    letter-spacing: -0.04em;
}


.form-select.form-box{
    border-radius: 2rem;
    padding: 1rem 1rem;
}
.form-select.form-box:focus{
    border-radius: 2rem;
    padding: 1rem 1rem;
    box-shadow: none;
    border: 0.5px solid rgba(121, 89, 221,0.5);
}
.form-control.form-box{
    border-radius: 2rem;
    padding: 1rem 1rem;
}
.form-control.form-box:focus{
    border-radius: 2rem;
    padding: 1rem 1rem;
    box-shadow: none;
    border: 0.5px solid rgba(121, 89, 221,0.5);
}


.table{
    border: none;
}
.table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: #101010;
    --bs-table-border-color: transparent;
    background-color: transparent !important;
    cursor: default;
     --bs-table-border-color: rgba(16,16,16,0.5);
}
.table-head{
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(16,16,16,0.7) !important;
    cursor: default;
}
.table-text{
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(16,16,16,1) !important;
    cursor: default;
}


.card.off-card-1{
    border-radius: 1rem;
    background: #7959DD;
    border: none;
    margin: 1rem 0;
}
.off-card-1 h5{
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    color: #ffffff;
    font-weight: 500;
    cursor: default;
}
.off-card-1 h2{
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    color: #ffffff;
    font-weight: 500;
    cursor: default;
    margin: 0;
}

.btn.outbtn{
    font-weight: 500;
    padding: 1rem;
    border-radius: 1rem;
}
.footer-text{
    font-size: 0.875rem;
    font-weight: 500;
    color: #101010;
    cursor: default;
}



.finalsubmitBtn{
  max-width: 25rem;
  width: 100%;
  padding: 1rem 0.625rem;
  border-radius: 1rem;
  border: none;
  background: rgba(121, 89, 221,0.5);
  color: #000;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.finalsubmitBtn:hover{
  background: rgba(121, 89, 221,1);
  color: #ffffff;
  box-shadow: none;
}