/* custom Added ============================= */

.gradient-text {
  background: linear-gradient(to right, #260eff, #f506ad); /* Define your gradient colors */
  -webkit-background-clip: text; /* Clip the background to the text */
  -webkit-text-fill-color: transparent; /* Make the text itself transparent */
}

button i.material-icons-outlined.text-white{
  font-size: 12px;
}

.table-wrapp {
  overflow-x: scroll;
}


table.table thead th{
  /* background: linear-gradient(to right, #5400db, #9506f5); */
  background: linear-gradient(to right, #5400db, #3a06f5);
  color: #fff;
}

.custom_fieldset{
    border: #ccacff 1px solid;
    position: relative;
    padding: 15px 10px 10px 10px;
    border-radius: 15px;
}


.custom_fieldset legend{
    position: absolute;
    top: -13px;
    background-color: #5400db;
    color: #fff;
    width: auto;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 13px;
    border-left: 4px solid #2be816;
}
.custom_fieldset_lgn{
    border: #332e3a 1px solid;
    position: relative;
    padding: 25px 10px 10px 10px;
    border-radius: 15px;
}


.custom_fieldset_lgn legend{
    position: absolute;
    top: -17px;
    background-color: #5400db;
    color: #fff;
    width: auto;
    font-size: 22px;
    padding: 0 10px;
    border-radius: 13px;
    border-left: 5px solid #2be816;
}

.login_body{
    background-image: url('../assets/images/bg-themes/lcms_login_bg1.jpg')!important;
}

.qr_code{
  height: 200px;
}

.my-captcha {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  border: 2px solid aliceblue;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 137px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://portal.paradipcollegealumni.com/assets/images/captchBg.png);
}
.ac_details_hdng{
  font-size: 1rem;
  font-weight: 400;
}
.ac_details{
  font-size: 1.1rem;
  font-weight: 500;
}



/* .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
  }

  .st-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    right: 0px;
  }

  .nd-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    right: 150px;
  }

  .rd-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 300px;
  } */
/* custom Added  ends ====================================*/