@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

/* Login Page */

::-webkit-scrollbar {
  display: none;
}

.my-row {
  background: linear-gradient(116.79deg, #ffffff -11.11%, #f2f8f8 115.45%);
  overflow-x: hidden;
  height: 100vh;
}

.LoginCard {
  /* box-shadow: 50px 50px 70px -10px rgba(0, 0, 0, 0.1) !important; */
}

.Copyright {
  display: flex;
  justify-content: center;
}

.my-right-col {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-right-col1 {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.logoImg {
  /* margin-top: 1rem; */
  width: 100%;
  display: flex;
  /* justify-content: center; */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.logoImg-2 {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.LogoImg1 {
  width: 300px;
  object-fit: contain;
}

.LoginBack {
  height: 73vh;
  /* display: flex;
  justify-content: center; */
  width: 100%;
}

.LoginBack1 {
  width: 100%;
  height: 70vh;
}

.LoginBack2 {
  margin-top: 10rem;
  /* width: 500px; */
  /* object-fit: contain; */
  height: 25vw;
}

.Footer {
  display: flex;
  justify-content: center;
  border-top: 2px solid #dae716;
  width: 100%;
  height: 100%;
  position: fixed;
  background:#007d3a !important;
  /* background-color: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%); */
  z-index: 1202;
}

.sub-footer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2px !important;
  /* font-size: 12px; */
}

.fontSize {
  font-size: 12px !important;
  color: #7b7b7b !important;
  cursor: pointer !important;
}
.fontSize1 {
  font-size: 12px !important;
  color: #fff !important;
  cursor: pointer !important;
}

.wrapTotal {
  height: 100vh;
}

.newReg {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid black !important;
  box-shadow: none !important;
}

/* Login Page end */

/* NEW CSS */

.New-User {
  background: linear-gradient(116.61deg, #529f01 -8.71%, #ffff01 103.83%);
}

/* .MuiListItem-gutters {
  background: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%) !important;
} */

.MuiListItem-button:focus {
  background: #fff !important;
  font-weight: bold !important;
}

.paperNewUser {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
}

.MuiList-padding {
  padding-top: 0px !important;
  padding-bottom: 84px !important;
}

.OTP {
  display: flex;
  justify-content: flex-start;
}

.OTP2 {
  display: flex;
  justify-content: space-between;
}

.OtpLabel {
  font-size: 14px;
  font-weight: bolder;
}

.activateForm {
  width: 70%;
}

.MuiListItem-button:active {
  border-right: #787878 !important;
}

button:focus {
  outline: none !important;
}

.MuiListItem-button:focus-within {
  /* background-color: #f4850c !important; */
  background: #fff !important;
  font-weight: bolder !important;
}

.MuiListItem-button:visited {
  border-right: 1px solid blue !important;
  /* background-color: #36a2d8 !important; */
}

.icon-Dashboard:focus {
  /* color: #ED8423 !important; */
  color: #f4c204 !important;

  /* #F4C204 */
}

.MuiDrawer-paperAnchorDockedLeft {
  width: 19rem !important;
  margin-top:4.7rem !important;
  /* background: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%) !important; */
  border-right:2px solid #d3cece !important;
}

.MuiButton-root {
  text-transform: capitalize !important;
}

.body {
  font-family: "Poppins" !important;
}

.bgCard {
  padding: 12px;
  /* box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.05) !important; */
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
}

.ABCDLogin {
  margin-top: 100px !important;
}

.bttn101 {
  background-color: #ccc !important;
  color: #000 !important;
}

.headerGrid {
  display: flex;
  justify-content: center;
}

.mb-30 {
  margin-bottom: 20px;
}

.MuiTableSortLabel-root {
  font-size: 12px !important;
  opacity: 0.8 !important;
  color: #fff !important;
  /* width: max-content !important; */
}

.MuiTableRow-root {
  font-size: 12px !important;
  /* width: max-content !important; */
}

/* .MuiTableHead-root{
  display: flex !important;
  justify-content: end !important;
} */

.gridFlexStart {
  display: flex !important;
  justify-content: flex-start;
}

.errorMsg {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 21px; */

  color: #cf0303;
}

.MuiTextField-root {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
}

/* .MuiTextField-root:focus	{
border: 1px solid #787878 !important;
} */

.MuiInputLabel-root {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;

  color: #7b7b7b !important;
}

.MuiTypography-button {
  font-size: 14px !important;
  text-transform: capitalize !important;
  /* color:  #000000; */
}

.MuiTypography-body1 {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.AccCard {
  height: 100%;
  margin: 10px;
  /* box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.05) !important; */
  border-radius: 10px !important;
}

.ml {
  margin-left: 10px;
}

.circle {
  background: #ffffff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  padding-top: 50px;
  padding-left: 50px;
}

.limitCard {
  background: #f4f4f4 !important;
  border-radius: 10px !important;
}

.limicardhead {
  padding-bottom: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;

  color: #454545;
}

.limicardbody {
  padding: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #454545;
}

.successMsg {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #027500;
}

.drpdownBG {
  /* background: #FCFCFC !important; */
}

.MuiTableCell-root {
  border: 1px solid lightgray;
  padding: 4px !important;
}

.MuiPickersBasePicker-pickerView {
  max-width: none !important;
}

.MuiPickersCalendar-transitionContainer {
  margin-top: 0px !important;
}

.displayingOTP {
  display: flex;
  gap: 0.2rem;
}

.displayingOTP .MuiInputBase-input {
  text-align: center;
}

.OTPCard {
  width: 70%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Media Queries start */

@media only screen and (max-width: 370px) and (min-width: 320px) {
  /* For Login Page */
  .my-row {
    background: none;
  }

  .container {
    padding: 0 !important;
  }
  .LogoImg1 {
    width: 100%;
    object-fit: contain;
  }

  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgImgTab.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .LoginBack {
    display: none;
  }

  .ui.container {
    height: 85px;
    display: flex !important;
  }

  .NewUserBG {
    height: 0;
  }

  .footerGrid {
    display: none;
  }

  .LoginBack1 {
    display: none;
  }

  .loginUAT {
    display: none;
  }
  .NewUserBG {
    height: 0;
  }
  .LogoBG {
    background: rgba(255, 255, 255, 0.6) !important;
    padding-bottom: 10px !important;
  }

  /* Foooter CSS*/
  .LoginFooter {
    display: none !important;
  }

  .keyboardControl {
    display: none;
  }
  .logout {
    display: none;
  }
  .displayFooter {
    display: none;
  }
  .DashImg{
    display:none;
  }
  .disableFooter{
    display: none;
  }
  /* For New User*/
}

@media only screen and (max-width: 420px) and (min-width: 375px) {
  /* For Login Page */
  .my-row {
    background: none;
  }

  .container {
    padding: 0 !important;
  }

  .LogoImg1 {
    width: 100%;
    object-fit: contain;
  }

  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgImgTab.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .LoginBack {
    display: none;
  }
  .ui.container {
    height: 85px;
    display: flex !important;
  }
  .NewUserBG {
    height: 0;
  }
  .footerGrid {
    display: none;
  }
  .LoginBack1 {
    display: none;
  }

  .loginUAT {
    display: none;
  }

  .LogoBG {
    background: rgba(255, 255, 255, 0.6) !important;
    padding-bottom: 10px !important;
  }

  /* Foooter CSS*/
  .LoginFooter {
    display: none !important;
  }

  .keyboardControl {
    display: none;
  }
  .logout {
    display: none;
  }
  .displayFooter {
    display: none;
  }
  .DashImg{
    display:none;
  }
  .disableFooter{
    display: none;
  }

}

@media only screen and (max-width: 500px) and (min-width: 425px) {
  /* For Login Page */
  .my-row {
    background: none;
  }

  .container {
    padding: 0 !important;
  }

  .LogoImg1 {
    width: 100%;
    object-fit: contain;
  }

  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgImgTab.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .LoginBack {
    display: none;
  }

  .ui.container {
    height: 85px;
    display: flex !important;
  }

  .NewUserBG {
    height: 0;
  }

  .footerGrid {
    display: none;
  }
  .LoginBack1 {
    display: none;
  }

  .loginUAT {
    display: none;
  }

  .LogoBG {
    background: rgba(255, 255, 255, 0.6) !important;
    padding-bottom: 10px !important;
  }

  /* Foooter CSS*/
  .LoginFooter {
    display: none !important;
  }

  .keyboardControl {
    display: none;
  }
  .logout {
    display: none;
  }
  .displayFooter {
    display: none;
  }
  .DashImg{
    display:none;
  }
  .disableFooter{
    display: none;
  }
}

@media only screen and (max-width: 800px) and (min-width: 630px) {
  /* For Login Page */
  .my-row {
    /* background: none; */
  }
  .logout {
    display: none;
  }

  /* .container{
        padding: 0 !important;
    } */

  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgImgTab.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .LoginBack {
    /* display: none; */
  }

  .loginUAT {
    display: none;
  }

  .LogoBG {
    background: rgba(255, 255, 255, 0.6) !important;
  }

  .LogoImg1 {
    width: 70%px;
    object-fit: contain;
  }

  /* Foooter CSS*/
  .LoginFooter {
    display: none !important;
  }

  .keyboardControl {
    display: none;
  }
  .displayFooter {
    display: none;
  }
  .DashImg{
    display:none;
  }
  .MuiDrawer-paperAnchorDockedLeft{
    display:none !important
  }
  .disableFooter{
    display: none;
  }

  /* For New User*/
}

/* Media Queries start */

/* NEW CSS END*/

.form-control select {
  width: 10rem !important;
  height: calc(1rem + 0.75rem) !important;
  font-size: 14px !important;
  margin-left: 4px;
  padding: 14px;
}

.MuiButton-containedPrimary {
  color: #fff !important;
  background-color: #a40307 !important;
}

.MuiListItem-button:hover {
  /* background-color: #007D3A !important; */
  color: #007d3a !important;
  background-color: #fff !important;
}

/* .MuiTableCell-head {
  background-color: #a40307 !important;
  color: #fff !important;
} */

.MuiAppBar-colorPrimary {
  color: #000 !important;
  background-color: #fff !important;
  /* border: 1px solid #000 !important;  */
  /* border-bottom: 1px solid #000 !important;  */
}

/* .MuiTab-textColorInherit {
  border: 1px solid #000 !important; 
   border-right: 1px solid #000 !important; 
} */

/* .MuiTab-textColorInherit.Mui-selected {
  background-color: #803031 !important;
  color: #fff !important;
} */

.MuiTableCell-root {
  font-size: 14px !important;
  /* text-align: left !important; */
  font-weight: 600 !important;
  font-style: normal !important;
  width: max-content !important;
}

.MuiTableHead-root {
  font-size: 12px !important;
  /* text-align: center !important; */
  color: #454545 !important;
  color: #fff !important;
  font-style: normal !important;
  background-color: #007d3a !important;
}

.MuiToolbar-regular {
  min-height: 30px !important;
  font-size: 13px !important;
}

.DashImg {
  width: 268px;
  height: 63.79px;
  padding: 0px 28px;
  background-color: #f9fffc !important;
  border-bottom:3px solid #eded38;
}

.WrapImgdash {
  padding: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}

.DashBoardImg {
  width: 100%;
  object-fit: contain;
}

.LoginLink {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #7b7b7b !important;
  opacity: 0.8;
}

.MuiOutlinedInput-input {
  /* padding: 10.5px 14px !important; */
}

.boxDivSty {
  position: fixed;
  bottom: 0px;
  justify-content: center;
  /* height: 4px; */
  /* background-color: #803031; */
  color: #fff;
  /* font-size: inherit; */
  /* max-height: 10%; */
}

.boxStyle {
  margin: 0.6rem 2rem !important;
  font-size: 1rem;
}

/* .MuiFormLabel-root {
  color: #000 !important;
  font-weight: 500 !important;
} */

.main_div {
  position: relative;
  height: 100vh;
}

/* a {
color: #fff !important;
text-decoration: none;
}

a.active{
background-color: rgba(242, 115, 53, 1);
} 
.icon{
color: rgba(99, 99, 99, 1);
font-weight: 700;
padding-right: 5px;
font-size: 18px;
} */

/* INTERNAL CSS START */

.root {
  height: 100%;
}

.container {
  /* padding-top: 16px; */
  padding-top: 2rem;
  padding-bottom: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.contentHeading {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

/* .matTable {
  padding: 14px;
} */

.gridItemSppacing {
  padding: 16px;
}

.paper {
  padding: 16px;
  padding-top: 0px;
  text-align: center;
  box-shadow: none !important;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.paperFndTrnsfr {
  padding: 16px;
  padding-top: 0px;
  /* text-align: center; */
  box-shadow: none !important;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.paperLogin {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formControl {
  margin: 8px !important;
  min-width: 220 !important;
  height: calc(1rem + 0.75rem) !important;
  font-size: 14px !important;
}

.selectEmpty {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 14px;
}

.accNoHeader {
  padding-left: 18px;
  color: #f4c204;
  /* font-weight: 600; */
  font-size: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.accNo {
  /* border: 1px solid #ccc; */
  border-radius: 0.5rem;
  align-items: center;
  /* height: 5rem; */
}

.NomaccNo {
  /* border: 1px solid #ccc; */
  border-radius: 0.5rem;
  align-items: center;
  /* height: 5rem; */
}

/* .accNoacct{
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  align-items: center;
  height: 5rem;
} */
.formTitle {
  font-size: 14px;
  font-weight: 500;
  color: #7b7b7b;
}

.formText {
  font-size: 14px;
  font-weight: 600;
}

.submit {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  height: 40px !important;
  /* width: 100px !important; */
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #007d3a !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #a40307 !important; */
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !important;
}

.submit1 {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  padding: 0.2rem 1rem !important;
  height: 40px !important;
  width: 100px !important;
  border-radius: 5px !important;
  background: #007d3a !important;
  /* font-weight: 600 !important; */
  border: 1px solid #007d3a !important;
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !important;
}

.submitLogin {
  margin: 24px 0px 16px !important;
  background-color: #007d3a !important;
  color: #ffffff !important;
}

.clear {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  padding: 0.2rem 2.5rem !important;
  height: 40px !important;
  width: 80px !important;
  border-radius: 5px !important;
  background: #bebcbc !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #ED8423 !important; */
  box-shadow: 0px 2px 6px #888888 !important;
  color: #000 !important;
  margin: 5px !important;
}

.clear1 {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  padding: 0.2rem 1rem !important;
  height: 40px !important;
  width: 80px !important;
  border-radius: 5px !important;
  background: #eaeaea !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #ED8423 !important; */
  box-shadow: 0px 2px 6px #888888 !important;
  color: #000 !important;
  margin: 5px !important;
}

.downloadBtn {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  padding: 0.2rem 2.5rem !important;
  width: auto !important;
  border-radius: 5px !important;
  background: #ed8423 !important;
  /* font-weight: 600 !important; */
  border: 1px solid #ed8423 !important;
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !important;
}

.margin {
  margin: 8px;
}

.textField {
  width: 25ch;
}

/* .avatar {
  margin: 8px;
  background-color: theme.palette.secondary.main,
}, */
.form {
  width: 85%;
}

.formOTP {
  width: fit-content !important;
}

.form1 {
  width: 80%;
}

.textField input {
  font-size: 14px !important;
  font-weight: 400px !important;
}

.btnstyle {
  font-size: 14px;
  padding: 0.1rem 1rem;
  width: auto;
  align-items: center;
  border-radius: 1px;
  background: #ed8423;
  /* font-weight: 600; */
  border: 1px solid #ed8423;
  /* boxShadow: 0px 2px 6px #888888; */
  color: #fff;
  margin: 1px;
}

.image {
  /* backgroundImage: `url(${LoginImage})`, */
  background-image: url("../images/Login_Img.png");
  background-repeat: no-repeat;
  /* background-color: theme.palette.type === 'light' ? theme.palette.grey[50] : theme.palette.grey[900], */
  background-size: cover;
  background-position: center;
}

.logo {
  /* 
      margin-top: 10px;
      max-width: 180px;
      height: 50px; */
  /* position: sticky;  */
  display: flex;
  flex: 1;
  max-width: 220px;
  margin-top: 10px;
  /* max-width: 241px; */
  height: 50px;
}

/*start ----------------------------------------------------- */
.logostyle {
  /* position: sticky; */
  display: flex;
  flex-grow: 1;
  max-width: 220px;
  margin-top: 10px;
}

/* end------------------------------------------------------------------- */

.grow {
  flex-grow: 1;
}

.keyboard {
  margin-top: 45%;
  margin-right: 2%;
  margin-left: 2%;
}

.menuButton {
  margin-right: 16px;
}

.sectionDesktop {
  display: flex;
  padding-right: 90px !important;
  object-fit: contain !important;
  box-sizing: content-box;
  /* flex: 1; */
  margin: 20px !important;
  background-color: white !important;
}

.boxDivSty h5 {
  font-size: 12px !important;
}

.sectionMobile {
  display: flex;
  /* [theme.breakpoints.up('md')]: {
    display: 'none',
  }, */
}

/* INTERNAL CSS END */

/* INLINE CSS START */

/* .border {
  border: 1px solid #ccc;
}

.borderRight {
  border-right: 1px solid #ccc;
}

.borderLeft {
  border-left: 1px solid #ccc;
}

.borderTop {
  border-top: 1px solid #ccc;
} */

.borderTop1 {
  border-top: 1px solid #ccc;
}

.Divider {
  border-top: 1px solid rgba(0, 0, 0, 1);
  opacity: 0.05;
}

.paddingTextAlign {
  padding: 5px 25px;
  text-align: left;
}

.justifyContentDisplay {
  display: flex;
  justify-content: flex-end;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  /* height: 100%; */
  height: 85vh;
}

/* Header.jsx css start */

/* .backgroundColorColor {
  background-color: #803031;
  color: #fff;
} */

.backgroundColorColorReverse1 {
  background-color: #007d3a;
  color: #fff;
}

.backgroundColorColorReverse2 {
  background-color: #007d3a;
  color: #fff;
}

.backgroundColorColorReverse3 {
  background-color: #007d3a;
  color: #ffde4f;
  cursor: pointer;
}

.backgroundColorColorHeight {
  background-color: #007d3a;
  /* color: #803031; */
  height: 61px;
  /* border-bottom: 2px solid lightgrey; */
}

.drawerPaper {
  background-color: #f9fffc !important;
  color: black !important;
}

.acc_btn {
  padding: 5px 10px !important;
  min-width: 14rem;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* toobarMargins: {
    // ...theme.mixins.toolbar
  } */

/* Header.jsx css end */

/* Virtual keyboard css */
.virtual-keyboard-note {
  font-size: 11px;
  color: red;
}

/* end of Virtual keyboard css */

/* Home */
.home:hover,
.about,
.download-form {
  color: gray;
  text-decoration: none;
}

/*end home*

/* INLINE CSS END */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  /* color: #495057; */
  background-color: black;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  /* black-100 */

  color: #454545;
  background: #eaeaea;
}

.subheading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #7b7b7b !important;
  /* identical to box height */

  /* black-60 */
}

.form-control-bgcolor-width {
  width: 261px !important;
  height: 35px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;

  /* padding: 10px, 20px, 10px, 20px !important; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  /* identical to box height */

  color: #454545 !important;
  /* black-100 */
}

.form-control-bgcolor {
  width: 261px !important;
  height: 35px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;

  /* padding: 10px, 20px, 10px, 20px !important; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  /* identical to box height */

  color: #454545 !important;
  /* black-100 */
}

.pin-width {
  /* width: 261px !important; */
  height: 35px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;

  /* padding: 10px, 20px, 10px, 20px !important; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  /* identical to box height */

  color: #454545 !important;
  /* black-100 */
}

.form-control-bgcolor1 {
  width: 320px !important;
  height: 35px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;

  /* padding: 10px, 20px, 10px, 20px !important; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  /* identical to box height */

  color: #454545 !important;
  /* black-100 */
}

.action {
  background: #007d3a !important;
  border-radius: 20px !important;
  color: #ffffff !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.bgcolor2 {
  background: rgba(234, 234, 234, 0.5) !important;
  width: 261px !important;
}

.bgcolor {
  background: rgba(234, 234, 234, 0.5) !important;
}

.form-control-bgcolors1 {
  width: 239px !important;
  height: 35px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #454545 !important
        /* black-100 */
    ;
}

.alldrop {
  width: 80px !important;
  height: 41px !important;
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
  border: none !important;

  /* padding: 10px, 20px, 10px, 20px !important; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  /* identical to box height */

  color: #454545 !important;
  /* black-100 */
}

.textsize {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;

  /* identical to box height */

  /* black-60 */

  color: #7b7b7b;
}

.transferinput {
  width: 420px;
  height: 30px;
  left: 364px;
  top: 252px;

  /* background: #FCFCFC; */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.submit1 {
  font-size: 0.8rem !important;
  height: 40px !important;
  width: 188px !important;
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #007d3a !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #a40307 !important; */
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !important;
}

.inputtext1 {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  /* identical to box height */

  /* black-100 */

  color: #454545 !important;
}

.myWrap {
  display: flex;
  justify-content: space-between;
}

.MuiButtonBase-root MuiButton-root MuiButton-text {
  color: black !important;
}

/* .MuiGrid-grid-lg-6{
  flex-grow: 0 !important;
    max-width: 39% !important;
    flex-basis: 50% !important;
} */

/* .MuiListItem-root{
  padding-top: 0px !important;
} */

.rcg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  /* color: #007D3A !important; */
  /* text-decoration: line-through !important; */
  /* stroke: #000 red; */
  background-image: url("../images/Captcha2.png");
  /* background-color: rgb(165, 159, 159); */
  width: 210px;
  height: 46px;
}

.MuiAccordion-root {
  width: -webkit-fill-available !important;
}

.MuiButton-root.Mui-disabled {
  color: #fff !important;
  background-color: #787878 !important;
}

.resetBtn {
  color: #fff !important;
  background-color: #007d3a !important;
}

.LoginFooter {
  display: flex;
  justify-content: center;
  border-top: 2px solid grey;
  width: 100%;
  /* height: 0px; */
  position: fixed;
  bottom: 0;
  background: #ffffff !important;
}

.ExcelIcon {
  color: #007d3a;
  cursor: pointer;
  /* margin-top: 5px; */
  float: right;
  margin-right: 10px;
}

.hidding {
  display: none;
}

.AccordianMenu {
  /* padding-top: 4px !important;
  padding-bottom: 4px !important; */
  background: #f9fffc !important;
  color: black !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.AccordianMenu:hover {
  background-color: #007d3a !important;
  color: white !important;
}

.AccordianSubMenu {
  background: #f9fffc !important;
  color: black !important;
  justify-content: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.AccordianSubMenu1 {
  background: #f9fffc !important;
  color: black !important;
  padding-left: 10px !important;
  justify-content: unset !important;
  box-sizing: border-box !important;
  display: block !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.Submenu1 {
  padding-left: 40px !important;
}

.MuiAccordion-root.Mui-expanded {
  margin: 0 !important;
}

.MuiListItemIcon-root {
  min-width: 26px !important;
}

.fullContainer {
  height: 100%;
  width: 100%;
}

.MuiCard-root {
  overflow: hidden !important;
  /* margin: 0rem 0rem 2rem 0rem; */
}

.MuiTabs-root {
  background-color: white !important;
}

.footerGrid {
  justify-content: flex-start;
  padding-left: 10px;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.button-close {
  background-color: #ff3333;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

.popup-overlay {
  display: flex;
}
/* BBPS  */

.MuiTab-root {
  min-width: 130px !important;
}

.bbp-Menu {
  display: flex;
  justify-content: space-between;
  height: 45px;
  background: white;
}

.bbps-Menu-head{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.bbps-Menu-head:hover{
  color: #ffffff;
  background: #007d3a;
  cursor: pointer;
}

.bbps-Menu-head:active{
  color: #ffffff;
  background: #007d3a;
  cursor: pointer;
}

.BBPS-Logo{
  margin-left: 20px;
  /* height: 50%; */
  width: 12rem;
}


.bbpsContainer{
  overflow-y: scroll;
  height: 565px;
}


.iconCard {
  height: 97px;
  width: 102px;
  cursor: pointer;
}
.iconCard:hover {
  background-color: #007d3a;
  color: #fff;
}

.iconCard:hover .icon-Broadband-Prepaid::before {
  color: #fff;
  font-size: 40px;
}

.iconCard:hover .icon-Cable-TV::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Clubs-and-Associations::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Credit-Card::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-DTH::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Education-Fees::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Electricity-Bill::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-FastTag::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Gas-Utility::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Health-Insurance::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Housing-Society::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Insurance::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Landline-Postpaid::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Life-Insurance::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Loan-Repayment::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-LPG-Gas::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Mobile-Postpaid::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Municipal-Taxes::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Subscription-Fees::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Water-Bill::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Broadband-Postpaid::before {
  color: #fff;
  font-size: 40px;
}
.swal2-container{
  z-index: 1300 !important;
}
.MuiDrawer-paper{
  width: 19rem !important;
} 
.watermark {
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  /* opacity: 0.2; */
  /* Adjust opacity to make it look like a watermark */
  width: 50px;
  /* Adjust size as needed */
  height: 50px;
  /* Maintain aspect ratio */
  pointer-events: none;
  /* Ensure it doesn't interfere with other elements */
}
.LoginBackCheque {
  height: 50vh;
  width: 65rem;
}

.align-item-center{
  display: flex;
  align-items: center;
}

.backArrowIcon {
  margin-right: 1rem;
  margin-top: 1rem;
  transform: scale3d(-1.5, 1.5, 1.5);
  cursor: pointer;
  outline: none !important;
  color: #454545;
  /* cursor: "pointer", */
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .hide-on-mobile-desktop {
      display: none;
  }
}