    /* Policies Pages */
.disclaimerBackgroundimage {
    background-image: url('/frontEnd/images/otherImages/disclaimer.png');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclaimerBackgroundimage h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.hyperlinkBackgroundimage {
    background-image: url('/frontEnd/images/otherImages/hyperlink.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hyperlinkBackgroundimage h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media (max-width: 1335px) {
    .hyperlinkBackgroundimage {
        background-size: 70%;

    }
}

@media (max-width: 768px) {
    .hyperlinkBackgroundimage {
        background-size: cover;

    }
}

.privacyBackgroundimage {
    background-image: url('/frontEnd/images/otherImages/privacy.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacyBackgroundimage h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media (max-width: 1335px) {
    .privacyBackgroundimage {
        background-size: 70%;

    }
}

@media (max-width: 768px) {
    .privacyBackgroundimage {
        background-size: cover;

    }
}

/*downloadform.css*/
.download-form-vstack>div:nth-child(n) {
    /* border:1px solid rgba(0,0,0,.4) ; */
    box-shadow: .2rem .5rem .6rem 0 rgba(0, 0, 0, .3);
    border: outset;
    border: 1px solid rgb(184, 182, 182);
}

.background-light-dark {
    background-color: #fbfafa;
}

@media (max-width:525px) {
    .pdf-button {
        width: 27.2px;
        height: 27.2px;
    }
}

@media(max-width:480px) {
    .download-form-vstack div p {
        font-size: .5rem;
    }

    .download-form-vstack div a {
        width: 25px;
        height: 25px;
    }
}

@media (min-width:480px) and (max-width: 525px) {
    .download-form-vstack div p {
        font-size: 0.625rem;
    }

    .download-form-vstack div a {
        width: 30.5px;
        height: 30.5px;
    }
}

/*track-new.css*/
@media (max-width:788px) {
    .track-new-form {
        padding: 0 !important;
    }

    .track-new-form-container {
        background-image: url('/frontEnd/images/otherImages/trackNewbackground.png');
        width: 100% !important;
        height: 100% !important;
        padding: 0% !important;
        justify-content: center !important;
        align-items: center !important;
        border: 0px;
        max-width: none !important;
    }

    .track-new-form-container p,
    .track-new-form-container button,
    .track-new-form-container input {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    #track-new-form-inner-box {
        height: 100% !important;
        width: 100% !important;
        padding: 0% !important;
        justify-content: center !important;
        align-items: center !important;
        max-width: none !important;
    }

    .track-new-form-container p,
    .track-new-form-container button,
    .track-new-form-container input {
        font-size: 10px;
    }
}



/*TrackRequest.css*/
#track-request-main {
    background-image: url('/frontEnd/images/otherImages/trackNewbackground.png');

}

#track-request-content {
    background-color: #fbfafae0;
    border: 0.5px solid;
    border-color: #a1a0a0;
}

#track-request-raise {
    background-color: #ffffff;
}

#track {
    background-color: #ffffff;
    border-radius: 17.46px;
}

.track-request-heading {
    font-weight: 700;
    color: #000000;
    font-size: 31.4px;
    margin-inline: 28px;
    margin-top: 15px;
}

.track-request-sub-heading {
    border-bottom: 1px solid;
    padding-bottom: 17.43px;
    margin-inline: 28px;

}

#track.container {
    min-height: auto;
}

@media (max-width:769px) {
    #track-request-content {
        display: flex;
        flex-direction: column;
    }
}


/*sc.css*/
/* solarrooftop */
.solarheader {

    font-family: 'Poppins', sans-serif;

}

.solarcontent {
    font-family: 'Open Sans', sans-serif;
}

/* TariffInformation */
/* tariff */
.tariffheader {

    font-family: 'Poppins', sans-serif;

}

.tariffcontent {
    font-family: 'Open Sans', sans-serif;
}


/* howtoapply */
.HTAheader{
              
    font-family: 'Poppins', sans-serif;
    
}
.HTAcontent{
    font-family: 'Open Sans', sans-serif;
}
.HTAcontent p{
    font-size: 16px;
}


/*esb.html*/

.background-image-wrapper {
    background-image: url('/frontEnd/images/otherImages/frame-130.png');
    background-size:cover;

}

#esb1>img {
    margin-top: 25px;
    border-radius: 15px;
}

#esbH1>h1 {
    font-family: 'Poppins', sans-seri;
}

#esbH1>p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

#esb2 {
    margin-bottom: 40px;

}

#esb2:hover:hover {
    transform: scale(1.1);
}

#esb2 img {
    width: auto;
    height: auto;
}

/*contact-us.css*/
.contact-us-poppin {
    font-family: 'Poppins', sans-serif;
}

.contact-us-open-sans {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/*fAQ.css*/
#main-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#content-container {
    width: 75.54%;
    height: auto;
    margin-top: 78.68px;
}

#content-container h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.accordion-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.accordion-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15.73px;
    font-weight: 400;
}

/*aboutus.css*/
.aboutBody {
    background-image: url('/frontEnd/images/otherImages/Aboutusbg.jpg');
    background-size: cover;
}
.staticPageBody {
    background-image: url('/frontEnd/images/otherImages/staticpagebg.png');
    background-size: cover;
}


.about-us-div {
    margin: auto;
    margin-bottom: 0px;
    padding: 5%;
    text-align: justify;

}

.about-us-h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.about-us-h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}

.about-us-h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

.about-us-p {
    font-family: 'Open Sans', sans-serif;
}


/* dashboard*/
.consumer-dashboard .sidebar {
    width: 30%;
    position: sticky;
}

.dashboard a:hover {
    background-color: rgb(228, 227, 227);
    /* Change this to the background color you desire */
}


.icon {
    height: 50px;
    width: 50px;
}

.consumer-dashboard input,
select {
    height: 50px;
}

.consumer-dashboard .file-input-container {
    border: 1px dashed grey;
}


.consumer-dashboard #raise-ticket-content {
    width: 80%;

}

.consumer-dashboard .track-ticket-container {
    height: fit-content;
}

.consumer-dashboard-postpaid input,
select {
    height: 50px;
}

.consumer-dashboard-postpaid .sidebar {
    width: 25%;
    position: sticky;
}

.icon {
    height: 50px;
    width: 50px;
}


.consumer-dashboard-postpaid #ownership-change-request-content {
    width: 80%;

}

.consumer-dashboard-postpaid .file-input-container {
    border: 1px dashed grey;
}

.consumer-dashboard-postpaid .track-ticket-container {
    height: fit-content;
}

/* PC */
.pcstyle1 {
    width: 100%;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

.powerstyle2 {
    color: rgb(121, 7, 7);
    margin: auto;
}

.powerctd {
    color: white;
    background-color: rgb(67, 140, 67);
    font-weight: normal;
    border: 0.5px solid #dddddd;
    padding: 1px;
}

.power0 {
    margin-left: 40%;

}

.headerkpdcl {
    font-family: 'Poppins', sans-serif;

}

.contentkpdcl {
    font-family: 'Open Sans', sans-serif;
}

@media (max-width:632px) {
    .powerselect {
        display: flex;
        flex-direction: column;

    }

    .power0 {
        margin-left: 0;
    }
}

/* recharge bill pages */
.rechargeBackground {
  height: auto;
  background-color: white;
  width: 80vw;
  margin: 60px auto;
  border-radius: 0.4rem;
  border: 1px solid gray;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 50px 50px;
}

.gridContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 500;
  color: gray;
  width: 90%;
}

.rechargeAmount {
  background-color: rgb(236, 233, 233);
  padding: 50px 30px;
  border: 1px solid rgb(181, 180, 180);
  border-radius: 0.4rem;
  margin-bottom: 3rem;
}

.rechargeAmount h2 {
  margin-bottom: 1.8rem;
}

.rechargeAmount .radioGrid {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 1.1rem;
}

.rechargeAmount .radioGrid .rechargeRadiobutton {
  display: flex;
  margin-bottom: 20px;
}

.rechargeAmount .radioGrid .rechargeRadiobutton input {
  margin-right: 10px;
  width: 20px;
}

#amount {
  width: 82%;
  padding: 10px 20px;
  border-radius: 0.4rem;
  border: none;
}

.noteParagraph {
  width: 60%;
  font-size: 1.1rem;
  color: gray;
  margin-bottom: 3rem;
}

.color-black {
  color: black;
}

.rechargeButtoncontainer {
  width: 100%;
  text-align: center;
}

.rechargeButtoncontainer button {
  width: 38%;
  background-color: rgb(15, 107, 211);
  border-radius: 0.4rem;
  border: none;
  color: white;
  padding: 10px 0;
  font-size: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}

.rechargeButtoncontainer button:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Your existing styles remain unchanged */

/* Media query for 280px width */
/* Your existing styles remain unchanged */

/* Media query for 280px width */
@media screen and (max-width: 400px) {
  /* Adjustments for 280px width */
  .rechargeBackground {
    width: 90vw;
    padding: 20px;
  }

  .rechargeCenterdiv h1 {
    font-size: 20px;
    width: 100%;
  }

  .gridContainer {
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    margin-bottom: 1px;
  }

  .gridItem {
    width: 100%;
    margin-bottom: 10px;
  }

  .rechargeAmount {
    padding: 30px 15px;
  }

  .rechargeAmount h2 {
    font-size: 13px;
  }

  .rechargeAmount .radioGrid {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .rechargeAmount .radioGrid .rechargeRadiobutton input {
    width: 14px;
  }
  .radioGrid .rechargeRadiobutton label {
    font-size: 13px;
  }

  #amount {
    width: 100%;
  }

  .noteParagraph {
    width: 100%;
    font-size: 12px;
    margin-bottom: 1.5rem;
    text-align: justify;
  }

  .rechargeButtoncontainer button {
    width: 100%;
    font-size: 16px;
  }
}

/* payment methods */
.paymentMaindiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.paymentCenterdiv {
    margin: 0 auto;
    display: flex;
    width: 70%;
    justify-content: space-between;
    padding: 20px;
    border: solid #929191 0.5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.25);

}

.paymentBackground {
    position: relative;
    height: 100%;
}

.paymentBackground::before {
    content: "";
    background-image: url("/frontEnd/images/otherImages/pageBackground.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.paymentLeftdiv {
    width: 20%;
    padding-top: 40px;
    border-radius: 8px;
    text-align: center;
    background-color: #F8F1F1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.paymentMiddlediv {
    width: 52%;
    border-radius: 8px;
    padding-top: 20px;
    background-color: #F8F1F1;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.paymentHidden {
    display: none;
}

.paymentActivebutton {
    background-color: #0D67CA;
    border: #000000;

}


.paymentRightdiv {
    padding-left: 20px;
    padding-top: 20px;
    width: 25%;
    border-radius: 8px;
    background-color: #F8F1F1;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.paymentContentcontainer {
    height: 450px;
    margin: 30px auto;
}

.paymentContentdiv {
    display: none;
}

.active-content {
    display: block;
}

/* Style for the buttons */
.paymentButtons {
    width: 20%;
    display: flex;
    flex-direction: column;
    border: none;
    justify-content: space-between;
}

.paymentButton {
    width: 100%;
    padding: 50px;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.paymentImagecontainer {
    display: flex;
    margin-right: 30px;
}

.paymentImagecontainer img {
    max-width: 100%;
    height: auto;
}

.creditCard {
    width: 420px;
    height: 300px;
    margin: 40px auto 0;

    border-radius: 6px;
    background-color: #F8F1F1;

}

.cardNumber,
.paymentCvvinput input,
.paymentMonth select,
.paymentYear select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}

.cardNumber,
.paymentMonth select,
.paymentYear select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}

.cardNumber,
.paymentCvvdetails,
.paymentCvvinput input,
.paymentMonth select,
.paymentYear select {
    opacity: .7;
    color: #86939e;
}

.cardNumber {
    width: 93%;
    height: 37px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
}

.cardNumber {
    padding-left: 20px;
    /* Adjust the padding to make space for the icon */
}

.cardNumber i {
    position: absolute;
    left: 10px;
    /* Adjust the position as needed */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    /* Adjust the font size of the icon */
}

.paymentMonth select,
.paymentYear select {
    width: 145px;
    height: 37px;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
    background: url('/frontEnd/images/otherImages/dropdown.png') no-repeat;
    background-position: 35% 50%;
}

.paymentMonth select {
    float: left;
    margin-right: 70px;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
    background: #fff;
}

.paymentYear select {
    float: right;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
    background: #fff;
}

.paymentCvvinput input {
    float: left;
    width: 145px;
    height: 33px;
    padding-left: 20px;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
    background: #fff;
}

.paymentCvvdetails {
    font-size: 12px;


    float: right;
    margin-bottom: 20px;
}

.paymentCvvdetails p {
    margin-top: 6px;
}

.paymentProceedbtn {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    height: 37px;
    border: 2px solid #5c5c5c;
    border-radius: 6px;
    background: #fff;

}

.paymentProceedbtn {
    margin-bottom: 10px;
    background: #0D67CA;
}


.paymentProceedbtn a {
    text-decoration: none;
}

.paymentProceedbtn a {
    color: #fff;
}

.paymentImagetextButton {
    display: flex;
    align-items: center;
    background-color: #F8F1F1;
    color: #000000;
    border: none;
    padding: 20px 20px;
    cursor: pointer;
}


.paymentButtonimage {
    max-width: 50px;
    margin-right: 0px;
}


.paymentBbuttontext {
    width: 50px;
    flex-grow: 0.5;
}

/* otp verification */
.otpMaindiv {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 98vh;

}

.otpCenterdiv {
    margin: auto;
    width: 28%;
    padding: 40px;
    border: solid #929191 0.5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.25);
}


.otpBackground {
    position: relative;
    height: 100%;
}

.otpBackground::before {
    content: "";
    background-image: url("/frontEnd/images/otherImages/pageBackground.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.otpCard {
    align-items: center;
    justify-content: center;
    border-radius: 15px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.otpCardheader {
    color: white !important;
    background: #0D67CA !important;
    border-radius: 15px 15px 0px 0px !important;
    text-align: center;
}

.otpCardheader>img {
    width: 80%;
    max-height: fit-content;
}

.otpInputcontainer input {
    width: 40px;
    height: 40px;
}

.otpFormcontrol:focus {
    box-shadow: none !important;
    border: 1px solid #0D67CA !important;
}

.otpVerifybtn {
    border-radius: 10px !important;
    border: 0px !important;
    width: 140px;
    background-color: #0D67CA !important;
}
/* downloadform */
.downloadheader{
        
    font-family: 'Poppins', sans-serif;
    
}
.downloadcontent{
    font-family: 'Open Sans',sans-serif;
}

/* forget password */
.forgetMaindiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98vh;
    border-radius: 10px;

}

.forgetCenterdiv {
    margin: auto;
    width: 28%;
    padding: 40px;
    border: solid #929191 0.5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.25);
}


.forgetBackground {
    position: relative;
    height: 100%;
}

.background::before {
    content: "";
    background-image: url("/frontEnd/images/otherImages/pageBackground.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.forgetRadiobutton input[type="radio"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border: none;
    background-color: #fff;
    border-radius: 50%;
}

.forgetRadiobutton label {
    margin-top: -30px;
}

.forgetSubmitbtn {
    background-color: #0D67CA;
    color: white;
    margin: 20px;
    margin-top: 30px;
    border-radius: 10px;
    height: 45px;
    width: 92%;
    border: none;
    cursor: pointer;
}

.forgetSubmitbtn:hover {
    border: solid rgb(0, 0, 0) 0.5px;
}

.forgetInputfield {
    width: 85%;
    height: 37px;
    flex-shrink: 0;
    margin: 20px;
    margin-top: 15px;
    border-radius: 8px;
    padding-left: 15px;
    border: none;
    border: 0.5px solid transparent;
    box-shadow: 0 0 0 0.5px rgb(58, 61, 65);
}

.forgetInputfield:focus {
    outline: none;
    box-shadow: 0 0 0 1px rgba(13, 103, 202);
}

/* signup page */

.customBorderSignupLogin {
    border-bottom: 2px solid #000; 
  }

  .activeBorderSignupLogin {
    border-bottom: 4px solid #000; 
  }

  .signupTextBold {
    font-weight: bold; 
  }
  .signupFormDiv {
  width: 100%;
  max-width: 527px;
  height: 100%;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--glassmorphism-stroke, rgba(244, 235, 235, 0.7));
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.74) 40.04%,
    rgba(255, 255, 255, 0.51) 99.2%
  );
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2) inset,
    0px 5px 6px 0px rgba(0,0,0,0.25);
}

/* login page */


.customBorderLoginSignup {
    border-bottom: 2px solid #000;
}

.activeBorderLoginSignup {
    border-bottom: 4px solid #000;
}

.loginTextBold {
    font-weight: bold;
}

.loginFormDiv {
    width: 100%;
    max-width: 527px;
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid var(--glassmorphism-stroke, rgba(244, 235, 235, 0.7));
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.74) 40.04%,
            rgba(255, 255, 255, 0.51) 99.2%);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2) inset,
        0px 5px 6px 0px rgba(0, 0, 0, 0.25);
}

.redAsterisk {
    color: red;
}

/* Comsumer Dashboard */
.consumer-dashboard .sidebar {
    width: 30%;
    position: sticky;
}

.dashboard a:hover {
    background-color: rgb(228, 227, 227);
}


.icon {
    height: 50px;
    width: 50px;
}

.consumer-dashboard input,
select {
    height: 50px;
}

.consumer-dashboard .file-input-container {
    border: 1px dashed grey;
}


.consumer-dashboard #raise-ticket-content {
    width: 80%;

}

.consumer-dashboard .track-ticket-container {
    height: fit-content;
}

.consumer-dashboard-postpaid input,
select {
    height: 50px;
}

.consumer-dashboard-postpaid .sidebar {
    width: 25%;
    position: sticky;
}

.icon {
    height: 50px;
    width: 50px;
}


.consumer-dashboard-postpaid #ownership-change-request-content {
    width: 80%;

}

.consumer-dashboard-postpaid .file-input-container {
    border: 1px dashed grey;
}

.consumer-dashboard-postpaid .track-ticket-container {
    height: fit-content;
}

/* New Connection Form */

/*Load Change style*/
#eApp-span {
    font-size: 25px;
}

#LC-doc-body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.lc-doc-container {
    height: 100%;
}


/*new changes for B-eApplication-Doc-Required.html*/
#agr-cons-note {
    padding-left: 20px;
    margin: 20px;
}

.l-g-item {
    font-weight: 600;
}

.sub-pdf-note {
    margin-top: 15px;
    padding: 15px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #FF0000;
    background-color: #FEF1F3;
    border-radius: 10px;
}

#doc-up {
    background-color: #F8F8FF;
    text-align: center;
    background-color: #F8F8FF;
    border: 2px dashed rgba(13, 103, 202, 0.3);
    padding: 15px;
    margin: 18px 110px;
    border-radius: 10px;
}

#bi-doc-up {
    font-size: 6rem;
    color: #0D67CA;
}

#doc-up-btn {
    border: none;
    border-radius: 10px;
    background-color: #0D67CA;
    color: white;
    opacity: 0.4;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    margin-top: 15px;
}

#doc-up-browse {
    font-size: 15px;
    font-weight: 600;
}

#doc-up-browse span {
    color: #0D67CA;
    text-decoration: underline;
}

#l-b-itm {
    margin-bottom: 10px;
}

#l-b-itm li {
    padding: 3px;
}


/*adding fa-upload to each document required*/
#e-upload-here {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-con-up {
    background-color: #F4F7FE;
    padding: 8px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

#poi-upload {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 15px;
}

#poi-radio input {
    margin-right: 10px;
    margin-top: 5px;
}

/*CFS form styling*/

.cfs-body,
.con-progress-body {
    background-color: #F4F7FE !important;
    font-family: "Poppins";
    height: 100vh;
}

#cfsForm-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

#cfsFormCard {
    border-radius: 10px;
    border: none !important;
    width: 80%;
}

.cfsApplication {
    font-size: 30px;
    font-weight: 800;
    color: #2B3674;
    margin-bottom: 10px;
}

#cfs-sub-appdetails {
    padding-top: 20px;
}


#cfs-right-col {
    padding-top: 35px;
}

#cfs-frm-p {
    font-size: 14px;
    font-weight: bolder;
    color: #A3AED0;
    margin-bottom: 8px;
}

#cfs-frm-hr {
    border: none;
    height: 3px;
    background-color: #A3AED0;
    margin-bottom: 5px;
    margin-top: 18px;
    max-width: 100%;
}

#cfs-logo-col {
    height: 80px;
}

.cfs-kpdcl-logo {
    width: 72px;
    height: 80px;

}

.cfsSubHeadings {
    font-size: 20px;
    font-weight: 600;
    color: #2B3674;
    margin-bottom: 12px;
    margin-top: 12px;
}

.cfs-frm-lbl {
    color: #2B3674;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 10px;
}

#conn-details {
    font-weight: 700;
}

.cfs-frm-input {
    box-shadow: none !important;
    margin-bottom: 15px;
    border: none !important;
    /* make the input readonly fields invisible */
    background-color: transparent !important
}

.cfs-frm-input:active {
    border: none !important;
    box-shadow: none !important;
}

#cfs-arrear,
#cfs-code13,
.cfs-fd {
    box-shadow: none !important;
    margin-bottom: 15px;
    transition: border 0.5s ease-in-out;
    border-radius: 10px !important;
}

#cfs-arrear:active,
#cfs-code13:active,
.cfs-fd:active {
    border: 1px solid #2B3674;
    box-shadow: none !important;
}

#cfs-note {
    font-weight: 600;
    font-size: 13px;
    margin-top: 30px;
}

#cfsRadioLabel {
    line-height: -5px !important;
}

.cfs-frm-radio {
    border: 2px solid #E0E2E7 !important;
    box-shadow: none;
    transition: border 0.5s ease, background-color 0.5s ease;
}

.cfs-frm-radio:checked {
    border: 2px solid #2B3674 !important;
    background-color: #2B3674 !important;
    box-shadow: none !important;
}

#prev-conn {
    margin-left: 210px;
}

#cfs-check-conn {
    margin-bottom: 22px;
}

#cfs-card-Conndetails {
    margin-top: 22px;
    margin-bottom: 22px;
    border: none !important;
}

#cfs-penalize,
#cfs-extension {
    padding-left: 15px;
}

#cfs-pphoto-card {
    border: 4px solid #4B6181;
    margin-top: 10px;
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

#cfs-pphoto {
    max-width: 100%;
    height: auto;
}

#cfs-feeder-details {
    border: none !important;
}

#cfs-conn-load::placeholder {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    color: #2B3674;
}

/*signature row*/
#cfs-signature {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cfs-sgn {
    color: #2B3674;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 8px 0;
}

.cfs-sgn p {
    display: inline;
    margin-right: 4px;
}

#boot-icon {
    font-size: 13px;
    border-radius: 50%;
    padding: 12px;
    background-color: #F4F7FE;
}

#cfs-remark,
#cfs-remark-je-textarea {
    color: #2B3674;
    font-size: 15px;
    padding: 10px 0;
    transition: font-weight 1s ease-in-out;
}

.cfs-sgn p:hover {
    font-weight: 600;
}

#cfs-btn {
    font-family: "Poppins";
    margin-top: 12px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
    background-color: #0D67CA;
    color: white;
}

#cfs-btn:active {
    box-shadow: none !important;
}

/*New Connection Progress CSS*/

.con-progress-card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
    width: 58rem;
    height: 35rem;
}

.con-progress-cb {
    padding-left: 30px;
    padding-right: 30px;
}

.con-progress-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#con-progress-mid {
    margin-top: 18px;
    margin-bottom: 10px;
}

#con-progress-mid1 {
    padding-top: 3px;
}

/*progress bar*/

#con-progress-btm {
    border: none;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 27px;
    align-items: center;
}

.container {
    vertical-align: middle;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4B49AC;
    border-radius: 50%;

    /*typography*/
    font-size: 18px;
    font-weight: 600;
    color: #4B49AC;

}

.progress-line {
    align-items: center;
    justify-content: center;
    height: 2px;
    width: 100%;
    background-color: #4B49AC;
    margin-top: -40px;
}

.conn-prog-state {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-top: 16px;
    width: 100%;
}

#con-prog-done {
    font-size: 28px;
    color: #4B49AC;
    display: none;
}

.conn-prog-stat1 {
    margin-left: -32px;
}

.conn-prog-stat3 {
    margin-right: -32px;
}

/* close button style */
#con-prog-close-btn {
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 24px;
}

#con-prog-close-btn,
#con-prog-close-btn:focus {
    border: none !important;
    box-shadow: none !important;
}

#con-prog-close-btn i {
    color: #4B49AC;
}

/* post to pre */
.pTp-body {
    background-color: #F4F7FE !important;
    font-family: "Poppins";
    margin: 0;
    background-color: #f0f0f0;
    height: 100vh;
}

.pTp-card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
    width: 35rem;
    height: 18rem;
}

.pTp-card-body {
    padding-left: 30px;
    padding-right: 30px;
}

#pTp-main-title {
    padding-top: 18px;
    font-weight: 700;
    padding-bottom: 18px;
    color: #2B3674;
    text-align: center;
}

#pTp-subtitle {
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

#pTp-lbl {
    font-size: 15px;
    font-weight: 550;
    padding-top: 5px;
    color: #2B3674;
}

#pTp-billAmount {
    font-size: 14px;
    font-weight: 550;
    padding: 8px;
    border: none !important;
    outline: none !important;
    border-radius: 10px;
    background-color: #d5e1ff;
    color: #2B3674;
    text-align: center;
}

#ptp-billAmount:focus {
    border: none !important;
    outline: none !important;
}


#pTp-submit {
    font-family: "Poppins";
    margin-top: 40px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
}

/*Minimum recharge page styling*/
.min-recharge-card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 10px;
    width: 35rem;
    height: 25rem;
}

.mR-heading {
    margin-top: 40px;
}

.mR-msg,
.mR-msg p,
.mR-msg h6 {
    text-align: center;
}

.mR-msg {
    margin-top: 10px;
    padding-bottom: 0;
}

#mR-btn {
    font-family: "Poppins";
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
}

/* raise and track */
#track-req-body{
    background-color: #F4F7FE !important;
    font-family: "Poppins";
}

.track-frm-hr{
    width: 200px;
    border: none;
    height: 2px;
    background-color: #A3AED0;
}
#track-container{
    padding-top: 60px;
}

.track-card{
    border-radius: 10px;
    border:none !important;
    width: 100%;
    padding: 20px;
}

.track-heading{
    font-size: 28px;
    font-weight: 800;
    color: #2B3674;
}

.track-frm-p{
    font-size: 13px;
    font-weight:bolder;
    color: #A3AED0;
    margin-bottom: 8px;
}

.sel-opt{
    /* position:fixed; */
    /* width: 260px; */
    text-wrap: nowrap; 
    overflow: hidden;
}

.track-frm-lbl{
    color:#2B3674;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.t-frm-input::placeholder, .track-drop, .track-dp{
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 6px;
}

.frm-ipt, .frm-select{
    box-shadow:none !important;
    border-radius: 12px !important; 
    margin-bottom: 15px; 
}
.frm-ipt:active, .frm-ipt:focus{
    border: 2px solid #E0E2E7 !important;
}


.track-dt{
     border: 1px solid #E7E7E7;
     border-radius: 9px;
     padding: 8px;
}

.track-dt::after{
    margin-left: 180px;
  }

.tdd-plcholder{
    color: #84818A;
}
.track-drop, .track-dp{
    color: #84818A;
}
.track-drop:hover, .track-drop:focus, .track-dp:hover, .track-dp:focus{
    color: #2B3674;
    background-color: #F4F7FE;
}

#track-textarea{
    color: #2B3674;
    font-size: 14px;
    font-family: "Poppins";
    height: 110px;
    resize: none;
}

.t-frm-input{
    color: #2B3674;
    font-size: 12px;
    font-family: "Poppins";
}

.rt-submit
{
    font-family: "Poppins";
    margin-top: 12px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
}

/* load calculator */
.loadcalpage {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #f9f9f9, #ffa07a);
    /* Gradient background */
}
.loadcalpage p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

} 
.loadcalpage h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}


.calculator {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffa07a, #ff8c66);
    text-align: center;
}

.form-group label {
    display: block;
    margin-bottom: 30px;
}

.form-group input[type="text"] {
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 auto;
}

.form-group input[type="submit"]:hover {
    background-color: #0056b3;
}

#result {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.calculator label[for="quantity"] {
    margin-top: 20px;
}

/* Sub division locator */
.subdivloc {
    background-image: url('https://542partners.com.au/wp-content/uploads/2015/07/maps-local-search1-ss-1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0);
    /* Background color with opacity */
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 0;
    /* Remove default margin to make it full-page */
    padding: 0;
    /* Remove default padding to make it full-page */
}

.header-container {
    background-color: rgba(255, 255, 255, 0.8);
    /* Transparent background color for the header */
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    /* Position relative to the body */
    top: 20px;
    /* Adjust the top position as needed */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-40%);
    /* Center horizontally */
}

#locator-form {
    margin-top: 130px;
    background-color: rgba(255, 255, 255, 0.8);
    /* Background color for the form with opacity */
    padding: 45px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Center the content vertically */
    text-align: center;
    /* Center the content horizontally */
    height: auto;
    /* Let the height adjust dynamically */
}

#locator-form input[type="text"] {
    padding: 10px;
    width: 200px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    /* Center the placeholder text in the input */
    text-align: center;
    margin-bottom: 10px;
    /* Add some space below the input */
}

#locator-form label {
    display: block;
    margin-bottom: 15px;
}

#locator-form input[type="submit"] {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

#locator-form input[type="submit"]:hover {
    background-color: #0073e6;
}

#sub-loc {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center the placeholder text in the input */
#consumerCode::placeholder {
    text-align: center;
}

/* department login */
.dept-login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

#dep-login-cont {
    background-color: #f4f7fe;
    padding: 20px;
    border-radius: 10px;
}

#dep-login-frm {
    font-family: 'Poppins';
    padding: 20px;
}

#dep-l-header {
    color: #2B3674;
    font-weight: bolder;
}

.dept-login-frm-label {
    color: #2B3674;
    font-size: 18px;
    font-weight: 500;
}

.dept-login-frm-label span {
    color: #FF0101;
    font-size: 20px;
    font-weight: 500;
}

.dept-login-frm-ctrl {
    border: 2px solid #1B63F0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dept-login-frm-ctrl::placeholder {
    font-size: 16px;
    color: #6C757D;
}

.dept-login-frm-ctrl:focus {
    border-style: none;
}

.dept-login-ipt {
    box-shadow: none !important;
}

.dept-login-ipt:active,
.dept-login-ipt:focus {
    border: 2px solid #1B63F0 !important;
}

.custom-img {
    max-width: 80%;
    height: auto;
    margin-top: 30px;
}

#d-l-form1-password {
    border-right: none;
}

#d-l-form1-password:focus {
    border-right: none !important;
}

#d-l-showPassword {
    cursor: pointer;
    border: 1px solid #1b63f0;
    border-left: none;
    background-color: white;
}

#d-l-showPassword:focus {
    border-left: none !important;
}

#d-l-ps-icon {
    color: #6c757d;
}
/* forms solar etc... */
.spvfrmBody{
    background-color: #F4F7FE !important;
    font-family: "Poppins";
    padding: 20px 0;
    
}
.spvfrmContainer{
    margin: 20px 0;
}
.spvfrmCard{
    border-radius: 10px;
    border: none !important;
    width: 60%;
}
.spvApplication{
    font-size: 32px;
    font-weight: 800;
    color: #2B3674;
}
#spvfrmP{
    font-size: 13px;
    font-weight: bolder;
    color: #A3AED0;
    margin-bottom: 8px;
}
#spvfrmHr{
    width: 600px;
    border: none;
    height: 3px;
    background-color: #A3AED0;
}
.spvDetails{
    padding: 20px;
}
.spvfrmLbl {
    color: #2B3674;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.spvInputPh::placeholder {
    font-size: 13px;
}

.spvInput
{
    box-shadow: none !important;
    border-radius: 12px !important;
    margin-bottom: 15px;
}
.spvInput:active,.spvInput:focus {
    border: 2px solid #E0E2E7 !important;
}
.spvInput[type="radio"] {
    border: 2px solid #E0E2E7;
}

.spvInput[type="radio"]:checked {
    border: 2px solid #2B3674;
    background-color: #2B3674;
}

.spvInput[type="checkbox"] {
    border: 2px solid #E0E2E7;
}

.spvInput[type="checkbox"]:checked {
    border: 2px solid #2B3674;
    background-color: #2B3674;
}
.spvfrmSelect {
    box-shadow: none !important;
    border-radius: 12px !important;
    margin-bottom: 15px;
    font-size: 13px;
    color: #3c4147;
}
.spvVolts::placeholder, .spvKW::placeholder{
    text-align: right;
    padding-right: 10px;
}
#spvSubmitBtn{
    font-family: "Poppins";
    margin-top: 12px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
}
.modalstyle{
    z-index: 1;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, #1b86a2 0%, #2073b8 22%, #6b5ca6 41%, #923993 70%, #cd4b59 93%, #f05636 100%) left bottom #fff no-repeat;
}
.modal-body{
    font-size: 16px;
    font-family: "Poppins";
}
.newBlink{
color:red;
animation: newBlink 1s infinite;

}

@keyframes newBlink{
  0% {
    color: #ff6666;
  }
  20% {
    color: #9fff80;
  }
  40% {
    color: #ffff80;
  }
  60% {
    color: #80e5ff;
  }
  80% {
    color: #ffb366;
  }
  100% {
    color: #ff6666;
  }
}
.extframe{
width:100%;
height:100vh;
}

.rectanglecards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.slates {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-left:30px;
    text-align: left;
    flex: 1 1 calc(33.333% - 20px);
    margin: 5px;
    display: flex;
    transition: transform 0.3s ease;
}

.slates:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 50px;
    margin-right: 100px;
}

.content {
    display: flex;
    flex-direction: column;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .rectanglecards {
        flex-direction: column;
        align-items: center;
    }

    .slates {
        margin: 10px;
        width: 90%;
        flex-direction: column;
        align-items: flex-start;
    }

    .icon {
        margin-bottom: 10px;
        margin-right: 50px;
    }
}