@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/* Login Page */

.body {
  font-family: "Roboto" !important;
  overflow: auto
    /* Enalbe scrolling*/
  ;
}

.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; */
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, .36) !important; */
  transition: transform 0.3s ease-in !important;
  /* transition: transform 0.5s ease-in !important; */
}

.paperLogin.slide-up {
  /* transform: translateX(-20px) !important; */
  position: relative;
  transform: translateX(-20px);
  /* transform: translateX(-500px); */
}

/* .LoginCard2 {
  transition: transform 0.5s ease-out !important;
}

.paperLogin.slide-down {
 
  position: relative;
  transform: translateX(50px);
} */

.my-left-col {
  /* background-color: #000; */
}

.MuiAccordion-root {
  width: -webkit-fill-available !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: flex-start;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.LogoImg1 {
  width: 300px;
  object-fit: contain;
}

.LoginBack {
  height: 70vh;
  /* display: flex;
  justify-content: center; */
  width: 100%;
}

.LoginBack1 {
  margin-top: 5rem;
  width: 100%;
  height: 59vh;
}

.LoginBack2 {
  margin-top: 4rem;
  width: 670px;
  /* object-fit: contain; */
  height: 25vw;
}

.Footer {
  display: flex;
  justify-content: center;
  border-top: 2px solid grey;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff !important;
  z-index: 1201;
  /* background-color: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%); */
}

.LoginFooter {
  display: flex;
  justify-content: center;
  border-top: 2px solid grey;
  width: 100%;
  bottom: 0;
  position: fixed;
  background: #ffffff !important;
}

.sub-footer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px !important;
  font-size: 12px;
}

.fontSize {
  font-size: 12px !important;
  color: #7b7b7b !important;
  cursor: pointer !important;
}

.fontSizeColor {
  font-size: 12px !important;
  color: #007d3a !important;
  cursor: pointer !important;
}

.fullContainer {
  height: 100%;
  width: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-image: url(../images/login\ page\(1\).png);
  background-size: cover;
  background-position: center;
}

.LoginLogo {
  margin-top: 1rem;
  margin-left: 1rem;
}

.RegCard {
  width: 35rem;
  /* margin: 12rem; */
  padding: 30px 0px 30px 0px;
}

.wrapTotalNewUser {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  background-image: url("../images/registration\ page.png");
}

.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, #6dcb70 -8.71%, #38700e 103.83%); */
}

/* .MuiListItem-gutters {
  background: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%) !important;
} */

.MuiListItem-button:focus {
  background-color: #007d3a !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

.paperNewUser {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
}

.MuiList-padding {
  padding-top: 0px !important;
  margin-bottom: 7rem !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;
  background: #007d3a !important;
}

button:focus {
  outline: none !important;
}

.MuiListItem-button:focus-within {
  /* background-color: #f4850c !important; */
  font-weight: bolder !important;
}

.MuiListItem-button:visited {
  border-right: 1px solid blue !important;
  /* background-color: #36a2d8 !important; */
}

.icon-Dashboard:focus {
  color: #ed8423 !important;
}

.MuiDrawer-paperAnchorDockedLeft {
  width: 19rem !important;
  margin-top: 4.7rem !important;
  /* background: linear-gradient(116.79deg, #FFFFFF -11.11%, #F2F8F8 115.45%) !important; */
  border: none !important;
}

.MuiButton-root {
  text-transform: capitalize !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: flex-end;
}

.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: "Roboto" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 21px; */

  color: #cf0303;
}

.MuiTextField-root {
  /* background: #FCFCFC !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: "Roboto" !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;
}

.MuiTypography-body1 {
  font-size: 14px !important;
  text-transform: none !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: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;

  color: #454545;
}

.limicardbody {
  padding: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #454545;
}

.successMsg {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #027500;
}

.drpdownBG {
  /* background: #FCFCFC !important; */
}

.MuiTableCell-root {
  border: 1px solid lightgray !important;
  padding: 6px !important;
}

.MuiPickersBasePicker-pickerView {
  max-width: none !important;
}

.MuiPickersCalendar-transitionContainer {
  margin-top: 0px !important;
}

/* 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: #fff !important; */
  background-color: #007d3a !important;
  color: white !important;
  /* color: #000 !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: #fff !important;
  font-style: normal !important;
  background-color: #007d3a !important;
}

/* .MuiToolbar-regular {
  min-height: 40px !important;
  font-size: 14px !important;
} */

.DashImg {
  width: 268px;
  height: 65.79px;
  padding: 0px 28px;
  background-color: #e3f8e9 !important;
}

.DashImgMenu {
  margin: 7px;
  width: 268px;
  height: 65.79px;
  padding: 0px 28px;
  background-color: #e3f8e9 !important;
}

.WrapImgdash {
  /* padding: 10px; */
  display: flex;
  align-items: center;
  height: 100%;
}

.DashBoardImg {
  width: 100%;
  object-fit: contain;
}

.LoginLink {
  font-family: "Roboto";
  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-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); */
}

.paperLogin {
  /* margin: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 2rem;
}

.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: #454545;
  font-family: "Roboto";
  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), */
  cursor: pointer;
  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 {
  height: 35px !important;
  margin: 24px 0px 16px !important;
  background-color: #007d3a !important;
  color: #fff !important;
  transition: all 0.5s;
  cursor: pointer !important;
}

.submitLoginnn {
  height: 35px !important;
  margin: 0px 0px 16px !important;
  background-color: #007d3a !important;
  color: #fff !important;
  transition: all 0.5s;
  cursor: pointer !important;
}

.submitLogin span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  width: auto;
}

.submitLogin span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  transition: 0.5s;
}

.submitLogin:hover span {
  padding-right: 15px;
}

.submitLogin:hover span:after {
  opacity: 1;
  right: 0;
}

.clear {
  cursor: pointer;
  font-size: 0.8rem !important;
  padding: 0.2rem 2.5rem !important;
  height: 40px !important;
  width: 120px !important;
  border-radius: 5px !important;
  background: #eaeaea !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%;
}

.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;
}

@media (max-width: 600px) {

  /* img{
      display: none;
  } */
  .sectionDesktop {
    display: none;
    /* [theme.breakpoints.up('md')]: {
      display: 'flex',
    }, */
  }
}

.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: 95vh;
}

/* 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;
}

.backgroundColorColorHeight {
  background-color: #007d3a;
  /* color: #803031; */
  height: 61px;
  /* border-bottom: 2px solid lightgrey; */
}

.drawerPaper {
  background: #e3f8e9 !important;
  color: black !important;
}

/* .drawerPaper {
  background: #026731 !important;
  color: white !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 */
/* responsive AllDevice*/
/*start ----------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 370px) {
  .logostyle {
    margin-top: 10px;
    display: flex;
    width: auto;
    height: 40px;
    /* margin-right: 40px; */
    margin-left: 65px;
  }

  .paper {
    width: 312px;
  }

  .paperLogin {
    margin-right: 25px;
  }

  .form {
    width: 230px;
  }

  .h5 {
    margin-right: 60px;
  }

  .paperLogin h1 {
    margin-right: 10px;
    font-size: 14px;
  }

  .keyboardControl {
    display: none;
  }

  /*DashBoard Responsive ____________________________________________ */
  .root {
    /* max-width:92px ; */
    width: auto;
  }

  .paper {
    width: 328px;
  }

  .tabStyle {
    width: 94px;
  }

  /* --------------------------------------------------------- */
  /* .MuiGrid-root .boxDivSty {
    font-weight: 10;
    display:flex;
    flex-wrap: wrap;
    font-size:inherit ;
    flex-direction: left; 
    justify-content:space-between; 
     align-content: space-around;  */

  /* box-sizing: border-box; */

  /* margin-left: 40px;   */
  /* }  */
  .test1 {
    display: block !important;
    padding: 8px;
  }

  .form-control {
    width: auto !important;
    margin-left: 16px !important;
    padding-block: 8px !important;
  }

  .t1 {
    width: 185px !important;
  }

  .borderLeft {
    border-left: none !important;
  }

  .MuiToolbar-dense {
    width: 365px;
  }

  .boxDivSty h5 {
    font-size: 12px !important;
  }

  /* ------------------------------------------------------------ */
}

@media only screen and (min-width: 370px) and (max-width: 414px) {
  .logostyle {
    margin-top: 10px;
    display: flex;
    width: auto;
    height: 40px;
    margin-left: 85px;
  }

  .paperLogin {
    margin-top: 60px;
    margin-right: 25px;
  }

  .form {
    margin-top: 10px;
    width: 250px;
    margin-right: 10px;
  }

  .h5 {
    margin-right: 60px;
  }

  .paperLogin h1 {
    margin-right: 10px;
    font-size: 20px;
  }

  .boxStyle {
    justify-content: space-between;
    justify-items: stretch;
  }

  /* DashBoard responsive  */

  .root {
    width: 378px;
    /* max-width: auto; */
  }

  .tabStyle {
    width: 98px;
    /* max-width: auto; */
  }

  .keyboardControl {
    display: none;
  }

  .MuiToolbar-dense {
    width: 410px;
  }

  .test1 {
    display: block !important;
    padding: 8px;
  }

  .form-control {
    width: auto !important;
    margin-left: 16px !important;
    padding-block: 8px !important;
  }

  .t1 {
    width: 185px !important;
  }

  .borderLeft {
    border-left: none !important;
  }

  .boxDivSty h5 {
    font-size: 12px !important;
  }

  /*  Footer main*/

  .Footer {
    display: none;
  }

  .DashImg {
    display: none;
  }

  /* .MuiToolbar-dense{
  width: 365px;
} */
}

@media only screen and (min-width: 414px) and (max-width: 599px) {
  .logostyle {
    margin-top: 20px;
    display: flex;
    width: auto;
    height: 40px;
    margin-left: 155px;
    align-items: center !important;
  }

  .paperLogin {
    margin-top: 80px;
    margin-right: 25px;
  }

  .form {
    margin-top: 10px;
    width: 350px;
    margin-right: 10px;
    height: 80%;
  }

  .h5 {
    margin-right: 60px;
  }

  .paperLogin h1 {
    margin-right: 10px;
    font-size: 20px;
  }

  .keyboardControl {
    display: none;
  }

  .root {
    width: auto;
  }

  .tabStyle {
    width: 98px;
  }

  /* ------------------------ */
  .test1 {
    display: block !important;
    padding: 8px;
  }

  .form-control {
    width: auto !important;
    margin-left: 16px !important;
    padding-block: 8px !important;
  }

  .t1 {
    width: 185px !important;
  }

  .t2 {
    margin-left: 30px;
  }

  .borderLeft {
    border-left: none !important;
  }

  .boxDivSty h5 {
    font-size: 12px !important;
  }

  .Footer {
    display: none;
  }

  .DashImg {
    display: none;
  }

  /* .MuiToolbar-dense{
      width: 365px;
    } */
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
  .logo {
    margin-top: 20px;
    display: flex;
    width: 160px;
    height: 40px;
  }

  .paperLogin {
    margin-top: 70px;
    margin-right: 25px;
  }

  .form {
    margin-top: 20px;
    max-width: 250px;
    width: auto;
    margin-right: 10px;
    height: 80%;
  }

  .h5 {
    margin-right: 60px;
  }

  .paperLogin h1 {
    margin-right: 10px;
    font-size: 20px;
  }

  .tabStyle {
    width: 92px;
  }

  .boxDivSty h5 {
    font-size: 12px !important;
  }

  .MuiGrid-grid-md-6 {
    flex-grow: 0 !important;
    max-width: 51% !important;
    flex-basis: 50% !important;
    height: 5rem !important;
  }

  .Footer {
    display: none;
  }

  .DashImg {
    display: none;
  }
}

.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: "Roboto";
  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: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #7b7b7b !important;
  display: flex;
  align-items: flex-start;
  /* identical to box height */

  /* black-60 */
}

.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: "Roboto" !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: "Roboto" !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 {
  color: #000 !important;
  background: rgba(237, 132, 35, 0.2) !important;
  border-radius: 20px !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: "Roboto" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #454545 !important
    /* black-100 */
  ;
}

.textsize {
  font-family: "Roboto";
  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: "Roboto" !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;
}

.rcg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-image: url("../images/Captcha2.png");
  /* background-color: rgb(165, 159, 159); */
  width: 210px;
  height: 46px;
}
.Corcg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-image: url("../images/Captcha2.png");
  /* background-color: rgb(165, 159, 159); */
  width: 153px;
  height: 46px;
}

.formOTP {
  width: fit-content !important;
}

.OTPCard {
  width: 70%;
  box-shadow: 50px 70px -10px rgba(0, 0, 0, 0.1) !important;
}

.displayingOTP {
  display: flex;
  gap: 0.2rem;
}

.displayingOTP .MuiInputBase-input {
  text-align: center;
}

.MuiButton-root.Mui-disabled {
  color: #fff !important;
  background-color: #787878 !important;
}

.resetBtn {
  color: #fff !important;
  background-color: #007d3a !important;
}

/* .MuiListItem-button:active{
  background-color: #007D3A !important;
  color: #fff !important;
} */

.ExcelIcon {
  color: #007d3a;
  cursor: pointer;
  /* margin-top: 5px; */
  float: right;
  margin-right: 10px;
}

.hidding {
  display: none;
}

.MuiFilledInput-root {
  background-color: #fff !important;
}

.AccordianMenu {
  /* padding-top: 4px !important;
  padding-bottom: 4px !important; */
  background: #e3f8e9 !important;
  color: black !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.AccordianMenu:hover {
  background-color: #007d3a !important;
  color: white !important;
}

.AccordianSubMenu {
  background: #e3f8e9 !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: #e3f8e9 !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;
}

/* keyboard CSS Start*/
.MuiInputLabel-outlined {
  z-index: 0 !important;
}

/* .simple-keyboard {
  position: absolute;
  z-index: 1;
  margin-top: 3rem;
  width: 25% !important;
  height: 33%;
} */

.simple-keyboard.myTheme1 {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.simple-keyboard.myTheme1 .hg-button {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.simple-keyboard.myTheme1 .hg-button:active {
  background: #1c4995;
  color: white;
}

#root .simple-keyboard.myTheme1+.simple-keyboard-preview {
  background: #1c4995;
}


.paperLogin2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 10rem;
}

/* keyboard CSS End*/

/* ::-webkit-scrollbar {
  display: none;
} */

.loginTime {
  margin-block-start: auto;
  padding: 7px;
  background-color: #007d3a;
  color: #fff;

}

.backArrowIcon {
  margin: 2%;
  transform: scale3d(-1.5, 1.5, 1.5);
  cursor: pointer;
  outline: none !important;
  color: #454545;
  /* cursor: "pointer", */
}

.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;
}

/* BBP CSS */

.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;
}

.iconCard:hover .icon-Water::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Mobile::before {
      color: #fff;
      font-size: 40px;
    }
.iconCard:hover .icon-Donation::before {
  color: #fff;
  font-size: 40px;
}

.iconCard:hover .icon-NCMC-Recharge::before {
   color: #fff;
   font-size: 40px;
 }
.iconCard:hover .icon-Ops1::before {
      color: #fff;
      font-size: 40px;
    }
.iconCard:hover .icon-National-Pension::before {
  color: #fff;
  font-size: 40px;
}
.iconCard:hover .icon-Corporate-Credit-Card::before {
   color: #fff;
   font-size: 40px;
 }

 .iconCard:hover .icon-Metro::before {
   color: #fff;
   font-size: 40px;
 }
.iconCard:hover .icon-B2B::before {
color: #fff;
font-size: 40px;
}
.iconCard:hover .icon-Recuring-Deposit::before {
  color: #fff;
  font-size: 40px;
}
     .iconCard:hover .icon-Rental::before {
       color: #fff;
       font-size: 40px;
     }
 .iconCard:hover .icon-Subscription::before::before {
   color: #fff;
   font-size: 40px;
 }

.BillerCard {
  padding: 10px;
}

.MuiTab-root {
  min-width: 130px !important;
}

/* BBPS CSS END */


.swal2-container{
  z-index: 1300 !important;
}

.watermark {
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  /* opacity: 0.2; */
  /* Adjust opacity to make it look like a watermark */
  width: 4rem;
  /* Adjust size as needed */
  height: 4rem;
  /* Maintain aspect ratio */
  pointer-events: none;
  /* Ensure it doesn't interfere with other elements */
}
.LoginBackCheque {
  height: 45vh;
  width: 65rem;
}