@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.body {
  font-family: "Poppins" !important;
  overflow: auto
    /* Enalbe scrolling*/
  ;
}

 .MuiTypography-button:hover {

  color: black !important;
 }
 /* .MuiListItem-button:focus-within {
  color: black !important;
  background: #ffffff !important;
   
 } */

/* Custom scrollbar track */
::-webkit-scrollbar {
  width: 12px;
}

/* Custom scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

/* Custom scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Custom scrollbar track when content height increases */
body.taller-content {
  /* Adjust the width of the scrollbar to make space for the scrollbar if needed */
  padding-right: 12px;
}

body.taller-content::-webkit-scrollbar-thumb {
  background-color: #333;
}

body.taller-content::-webkit-scrollbar-thumb:hover {
  background-color: #111;
}


/* Login Page */
.my-row {
  background: linear-gradient(89.37deg,
      #ffffff 27.88%,
      rgba(203, 193, 249, 0.33) 99.52%) !important;
  /* background: linear-gradient(105.2deg, #DFD7FF 1.78%, rgba(241, 237, 255, 0.46) 59.59%, rgba(223, 215, 255, 0) 100%) !important; */
  overflow-x: hidden;
  height: 100vh;
}

.LoginCard {
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 15px !important;
  border: 1px solid #909090 !important
}

.NewUserCard {
  background: rgba(255, 255, 255, 0.6) !important;
  border-radius: 15px !important;
  padding: 25px !important;
}

.my-left-col {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/Img.png);
  background-size: contain;
  background-position: inherit;
  background-repeat: no-repeat;
}

.login-bg {
  height: 100vh;
  width: 100%;
}

.half-bg-img {
  width: 90%;
  height: 100vh;
}

.fullContainer {
  width: 100%;
  height: 95%;
}

.wrapTotalNewUser {
  position: fixed;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  /* background-image: url(../images/MacBook\ Pro\ 16_\ -\ 1.png); */
  background-size: contain;
  background-position: inherit;
  background-repeat: no-repeat;
}

.newUserBgimg {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  /* min-width: 100vw;
  min-height: 100vh;
  background-image: url(../images/newUser.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}



.Copyright {
  display: flex;
  justify-content: center;
}

.my-right-col {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;

}

.wrap-logo {
  display: flex;
  justify-content: center;
  height: 100%;
}


.my-right-col1 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 70px; */
  box-shadow: none;
  /* 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: 75vh;
  /* display: flex;
  justify-content: center; */
  width: 100%;
}

.LoginBack1 {
  width: 100%;
  height: 62vh;
  margin-top: 4rem;
}

.LoginBack2 {
  margin-top: 4rem;
  width: 670px;
  /* object-fit: contain; */
  height: 25vw;
}

.LoginFooter {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
  position: fixed;
  height: 3rem;
  border-top: 1px solid #909090 ;
  background:white;
}

.Footer {
  display: flex;
  width: 100%;
  bottom: 0;
  position: fixed;
  /* padding-left: 15px; */
  z-index: 1201 !important;
  background: white;
  border-top: 1px solid;
}

.sub-footer {
  display: flex;
    justify-content: space-evenly;
    margin-top: 0px !important;
    font-size: 12px;
    padding-top: 6px;
    color: #fff;
}

.fontSize {
  font-size: 12px !important;
}

.pointer {
  cursor: pointer;
  color: #7A7A7A;
}


.wrapTotal {
  overflow-y: hidden;
}

.LoginBack {
  height: 100vh;
  /* display: flex;
  justify-content: center; */
  width: 100%;
}

*/ .imageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}


.imageHeader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/newUser.png");
  background-size: cover;
  background-position: center;
  /* position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.logoImg {
  height: 100vh;
  object-fit: fill;
}

.myLogo {
  /* width: 100%;
  height: 100%; */

  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 20px;
  margin-left: 38px;
}

.newReg {
  /* box-shadow: none !important; */
  border-radius: 20px !important;
  border: 1px solid #F26822 !important;
  /* background-color: #ffffff !important; */
  margin: 0.7rem 0rem !important;
}

/* Login Page end */






/* Media Queries start */

@media only screen and (max-width: 370px) and (min-width: 320px) {

  /* For Login Page */

  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .loginUAT {
    display: none;
  }

  .myLogo {
    width: 70%;
    height: 100px
  }

  .keyboardControl {
    display: none;
  }

  .gridFlexStart {
    display: flex;
    justify-content: center !important;
  }

  /* Foooter CSS*/

  .LoginFooter {
    display: none;
  }

  /* For New User*/

  .newUserBgimg {
    display: none;
  }

  .newUser2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .MuiStepper-root {
    background: rgba(255, 255, 255, 0.3) !important
  }

  .form-control-bgcolor {
    width: 260px !important;
    background: #fff;
  }
        .flexCenter {
          display: none;
        }
}

@media only screen and (max-width: 420px) and (min-width: 375px) {

  /* For Login Page */
  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .loginUAT {
    display: none;
  }

  .myLogo {
    width: 70%;
    height: 100px
  }

  .keyboardControl {
    display: none;
  }

  .gridFlexStart {
    display: flex;
    justify-content: center !important;
  }

  /* Foooter CSS*/

  .LoginFooter {
    display: none;
  }

  /* For New User*/

  .newUserBgimg {
    display: none;
  }

  .newUser2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .MuiStepper-root {
    background: rgba(255, 255, 255, 0.3) !important
  }

  .form-control-bgcolor {
    width: 260px !important;
    background: #fff;
  }

        .flexCenter {
          display: none;
        }

        .loginName{
          font-size: 28px !important;
        }
}

@media only screen and (max-width: 500px) and (min-width: 425px) {

  /* For Login Page */
  .wrapTotal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .LoginCard {
    background: rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px !important;
  }

  .loginUAT {
    display: none;
  }

  .myLogo {
    width: 70%;
    height: 100px;
  }

  .keyboardControl {
    display: none;
  }

  .gridFlexStart {
    display: flex;
    justify-content: center !important;
  }

  /* Foooter CSS*/

  .LoginFooter {
    display: none;
  }

  /* For New User*/

  .newUserBgimg {
    display: none;
  }

  .newUser2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgIMGMob.png");
    background-size: cover;
    background-position: center;
  }

  .MuiStepper-root {
    background: rgba(255, 255, 255, 0.3) !important
  }

  .form-control-bgcolor {
    width: 260px !important;
    background: #fff;
  }

        .flexCenter {
          display: none;
        }

                    .loginName {
                      font-size: 28px !important;
                    }
}

@media only screen and (max-width: 800px) and (min-width: 760px) {

  /* For Login Page */
  .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;
  }

  .myLogo {
    height: 125px;
    width: 494px;
  }

  .loginUAT {
    display: none;
  }

  .paperLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px;
  }

  .submitLogin {
    margin: 5px 0px 5px !important;
    color: #fff !important;
    background-color: #F58634 !important;
    border-radius: 20px !important;
  }

  .keyboardControl {
    display: none;
  }

  .gridFlexStart {
    display: flex;
    justify-content: center !important;
  }

  .flexCenter {
    display: flex;
    justify-content: center;
  }

  /* Foooter CSS*/

  .LoginFooter {
    display: none;
  }

  /* For New User*/

  .newUserBgimg {
    display: none;
  }

  .newUser2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/BgImgTab.png");
    background-size: cover;
    background-position: center;
  }

  .MuiStepper-root {
    background: rgba(255, 255, 255, 0.3) !important
  }

  .form-control-bgcolor {
    width: 260px !important;
    background: #fff;
  }

    .flexCenter{
      display: none;
    }

}

/* Media Queries start */





/* NEW CSS */

.New-User {
  /* background: linear-gradient(116.61deg, #D10611 -8.71%, #70130E 103.83%); */
  background: linear-gradient(105.2deg,
      #dfd7ff 1.78%,
      rgba(241, 237, 255, 0.46) 59.59%,
      rgba(223, 215, 255, 0) 100%) !important;
}

.MuiListItem-gutters {
  background: #F58634 !important;
}

/* .MuiListItem-button:focus {
  color: #000;
  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;
}

.OTP {
  display: flex;
  justify-content: flex-start;
}

.OTP2 {
  display: flex;
  justify-content: space-between;
}

.OtpLabel {
  font-size: 14px;
  font-weight: bolder;
}

.activateForm {
  width: 80%;
}

/* .MuiListItem-button:active {
  border-right: #787878 !important;
  background-color: #027500 !important;
} */

button:focus {
  outline: none !important;
}

.MuiListItem-button:focus-within {
  /* background-color: #f4850c !important; */
  /* background: #fff !important;
   */
  background-color: #832805 !important;
  /* background-color:#611e04 !important; */
  color: #ffffff !important;

  font-weight: bolder !important;
}

.MuiListItem-button:visited {
  border-right: 1px solid #F58634 !important;
  /* background-color: #36a2d8 !important; */
}

.icon-Dashboard:focus {
  color: #F58634 !important;
}

.MuiDrawer-paperAnchorDockedLeft {
  background: #F58634!important;
  border: none !important;
  width: 19rem !important;
  margin-top: 4.5rem;
}

.MuiButton-root {
  text-transform: capitalize !important;
}

.bgCard {
  box-shadow: 0px 10px 24px 5px #00000014 !important;
  padding: 8px;
  margin-top: 7rem;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.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: #7b7b7b !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: #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: "Poppins" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;

  color: #000 !important;
}

.MuiTypography-button {
  font-size: 12px !important;
  text-transform: capitalize !important;
  padding-left: 15px;
  padding-right: 10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
}
.MuiListItemText-root{
      flex:none !important;
        min-width: 0 ;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}

.MuiTypography-body1 {
  font-size: 12px !important;
  text-transform: capitalize !important;
  /* color: white; */
}

.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 !important;
  /* padding: 2px !important; */
}

.MuiPickersBasePicker-pickerView {
  max-width: none !important;
}

.MuiPickersCalendar-transitionContainer {
  margin-top: 0px !important;
}

.bg-img {
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
}

.MuiSwitch-colorSecondary.Mui-checked {
  color: #F58634 !important;
}

.MuiSwitch-colorSecondary.Mui-checked+.MuiSwitch-track {
  background-color: #F58634 !important;
}

.MuiIconButton-colorSecondary {
  color: #F58634 !important;
}

.helpButton {
  font-size: 0.8rem !important;
  height: 40px !important;
  width: 100px !important;
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #F58634 !important;
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !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: white!important;
  color: black !important;
  /* margin-left: 10px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden; */
  /* margin-left: 16px !important;
  border-radius: 12px !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;  */
}

.MuiAccordion-root {
  width: -webkit-fill-available !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;
  padding:8px !important;
  /* text-align: left !important; */
  font-weight: 500 !important;
  font-style: normal !important;
  /* width: max-content !important; */
}

.MuiTableHead-root {
  font-weight: 200 !important;
  font-size: 12px !important;
  text-align: center !important;
  /* color: #454545 !important; */
  font-style: normal !important;
}

/* .MuiToolbar-regular {
  min-height: 40px !important;
  font-size: 14px !important;
} */

.DashImg {
  width: 225px;
  height: 62.79px;
  padding: 0px 10px;
}

.WrapImgdash {
  display: flex;
  align-items: center;
  height: 100%;
}

.DashBoardImg {
  width: 100%;
  height: 115%;
  /* object-fit: contain; */
}

.LoginLink {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color:#7A7A7A !important;
  opacity: 0.8;
}
.LoginLink1 {
  /* font-family: "Poppins";
  font-style: normal; */
  /* font-weight: 500;
  font-size: 12px; */
  color: black !important;
  /* opacity: 0.8; */
}

.MuiOutlinedInput-adornedStart {
  /* padding: 10.5px 14px !important; */
  color: black !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 {
  margin-top: 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

.contentHeading1 {

  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(9, 65, 0, 1) !important;
}

.accountDetailsTable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentHeading {
  text-align: left;
  font-weight: 400 !important;
  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;
} */

.paperLogin {
  /* margin: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 2px; */
  /* margin: 25px 0px; */
}

.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-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: #F58634 !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: #F58634 !important;
  /* font-weight: 600 !important; */
  border: 1px solid #F58634 !important;
  box-shadow: 0px 2px 6px #888888 !important;
  color: #fff !important;
  margin: 5px !important;
}

.submitLogin {
  margin: 6px 0px 0px !important;
  color: #fff !important;
  background-color: #F26822!important;
  border-radius: 20px !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: #eaeaea !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: #F58634 !important;
  /* font-weight: 600 !important; */
  border: 1px solid #F58634 !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: #F58634;
  /* font-weight: 600; */
  border: 1px solid #F58634;
  /* 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 {
  width: 242px;
  /* margin: 5px; */
  height:118px;
}

/* 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;
}


.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;
}

.backgroundColorColorReverse1 {
  /* background-color: #F58634; */
  color: #F58634;;
}

.backgroundColorColorReverse2 {
  color: #F58634;
}

.backgroundColorColorReverse3 {
  color: #F58634;
}

.backgroundColorColorHeight {
  height: 60px;
}

.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 ----------------------------------------------------------------------------------------------- */


.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: 260px !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: 260px !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 {
  color: white !important;
  background: #F58634 !important;
  /* border-radius: 20px !important; */
  padding-top: 4px !important;
  padding-bottom: 4px !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: #F58634 !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;
}

.rcg {
  background: #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 180px;
  height: 46px;
}

.backArrow {
  /* position: relative;
  bottom: 50px; */
}

.backArrowIcon {
  margin: 2%;
  transform: scale3d(-1.5, 1.5, 1.5);
  cursor: pointer;
  outline: none !important;
  color: #F58634;
  /* cursor: "pointer", */
}

.displayingOTP {
  display: flex;
  gap: 1.2rem;
}

.displayingOTP .MuiInputBase-input {
  text-align: center;
}

.MuiFilledInput-root {
  background-color: #fff !important;
}

.hidding {
  display: none;
}

.ExcelIcon {
  color: #F58634;
  cursor: pointer;
  /* margin-top: 5px; */
  float: right;
  margin-right: 10px;
}

.AccordianMenu {
  /* padding-top: 4px !important;
  padding-bottom: 4px !important; */
  background: #F58634 !important;
  color: white !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.AccordianMenu:hover {
  background-color: white !important;
  color: black !important;
  height: 47px;
  /* margin-left: 10px;
  border-radius: 20px 0px 0px 20px; */
}

.AccordianSubMenu {
  background: #fff !important;
  color: white !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: #fff !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;
}

.MuiAccordionSummary-root:hover {
  cursor: pointer;
  background: #ffffff !important;
  color: black !important;
}

.hiddenDrawerList img {
  margin-right: 20px;
  padding-top: 10px;
}

::-webkit-scrollbar-thumb {
  background: #F58634;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #cbd5e1;
  -webkit-box-shadow: inset 0 0 5px #cbd5e1;
  -webkit-border-radius: 10px;
}

.loginTime {
  /* margin-block-start: 21.5rem; */
  margin-top: 18rem;
  padding: 7px;
  /* background-color: ; */
  color: #fff;
}

.popup-overlay {
  /* display: none; */
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  /* z-index: 1; */
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* max-width: 80%;
  max-height: 80%; */
  /* overflow: auto; */
}
.button-close {
  background-color: #ff3333;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 1rem;
}

::-webkit-scrollbar {
  display: none;
}
.keyboard {
  position: absolute !important;
  margin-top: 2rem !important;
  width: 29% !important;
  z-index: 10;
}

.MuiStepper-root {
  display: flex !important;
  padding: 0px !important
}

.containerHeaderTextIcon {
  padding: 1rem;
  border-bottom: ridge;
}

.PrivateTabIndicator-colorSecondary-35 {
  background-color: #F58634 !important;
}
