@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

.pie {
  --p: 0;
  --b: 22px;
  --c: darkred;
  --w: 120px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side,
      #0000 calc(99% - var(--b)),
      #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side,
      #0000 calc(99% - var(--b)),
      #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.animate {
  animation: p 1s 0.5s both;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0;
  }
}

body {
  /* background: #f9f9f9 !important; */
  background: linear-gradient(116.79deg, #F3F7FA, #f2f8f8 115.45%) !important;
}

/* Login Page */

.my-row {
  /* background: linear-gradient(116.79deg, #ffffff -11.11%, #f2f8f8 115.45%); */
  background: transparent !important;
  overflow: hidden;
  height: 79vh;
}

.ECaptcha {
  margin-top: -9px !important;
}

.displayingOTP {
  display: flex;
  gap: 1.2rem;
}

.LoginCard {
  /* box-shadow: 50px 50px 70px -10px rgba(0, 0, 0, 0.1) !important; */
  /* width: 70vh;
  height: 75vh; */
  /* margin-top: 10px; */
}

.LoginCard3 {
  /* box-shadow: 50px 50px 70px -10px rgba(0, 0, 0, 0.1) !important; */
  height: 75%;
}

.LoginCard4 {
  /* box-shadow: 50px 50px 70px -10px rgba(0, 0, 0, 0.1) !important; */
  width: 70%;
  height: 60%;
}

.my-left-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Copyright {
  display: flex;
  justify-content: center;
}

.my-right-col {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  max-height: 50vw;
}

.keyboard {
  position: absolute !important;
  margin-top: 5rem !important;
  width: 28% !important;
  z-index: 1;
}

.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;
}

/* ib */
.LogoImg1 {
  width: 35vmax;
  object-fit: contain;
  padding-block: 1rem;
  margin-left: 2.7rem;
  height: inherit;
}


.LogoImgMobileView {
  width: 300px;
  object-fit: contain;
}

.LoginBack {
  /* height: auto;
  width: 90%; */

  height: auto;
  width: 35vmax;

  /* height: auto;
  width: -webkit-fill-available;
  margin-top: 1rem; */
}

.LoginBack1 {
  height: 78vh;
}

.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: 0px;
  background-color: linear-gradient(116.79deg,
      #ffffff -11.11%,
      #f2f8f8 115.45%);
}

.sub-footer {
  display: flex;
  justify-content: space-evenly;
  /* margin-top: 10px !important; */
  font-size: 12px;
}

.fontSize {
  font-size: 12px !important;
  /* color: #7b7b7b !important;*/
  color: #003a66 !important;
  cursor: pointer !important;
}

.wrapTotal {
  height: 100vh;
}

.newReg {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid black !important;
  /* box-shadow: none !important; */
  padding: 3px !important;
}

.headerImg {
  /* background: linear-gradient(116.79deg, #ffffff -11.11%, #f2f8f8 115.45%); */
  background: transparent !important;
  background-size: cover !important;
  /* padding-block: 10px; */
  /* height: 5.7vw !important;
   */
}

/* Login Page end */

/* NEW CSS */

.New-User {
  background: linear-gradient(116.61deg, #d10611 -8.71%, #70130e 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;
}

.OTP {
  display: flex;
  justify-content: flex-start;
}

.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: 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;
}

.MuiDrawer-paperAnchorDockedLeft {
  background: linear-gradient(116.79deg,
      #ffffff -11.11%,
      #f2f8f8 115.45%) !important;
  border: none !important;
  margin-top: 4.75rem;
  min-width: 250px;
}

.MuiButton-root {
  text-transform: capitalize !important;
}

.body {
  font-family: "Roboto" !important;
}

.depositCard {
  /* text-align: left; */
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bgCardDashboard {
  /* 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;
}

.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;
  background-image: url("../images/whiteBackGround.jpg");
  background-size: contain;
}

.pd-12 {
  padding: 0px 12px;
}

.loanDetail {
  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;
  min-height: 50vh;
}

.bgCard1 {
  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;
  min-height: 86vh;
  max-height: 86vh;
  overflow: auto !important;
  background-image: url("../images/whiteBackGround_v.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bgCard2 {
  padding: 10px 0px;
  /* box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.3) !important; */
  width: auto;
  height: 100%;
  margin-top: 1rem;
  min-height: 70vh;
  background-image: url("../images/whiteBackGround_v.jpg");
  background-size: cover;

}

.LoginBgCard {
   padding: 10px 0px;
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.3) !important;
  width: auto;
  height: 100%;
  margin-top: 1rem;
  min-height: 70vh;
  background-image: url("../images/whiteBackGround_v.jpg");
  background-size: cover;
  background-position-y: bottom;
}

.bgCard3 {
  /* 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;
  min-height: 157px;
  background-image: url("../images/whiteBackGround_h.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.ABCDLogin {
  margin-top: 100px !important;
}

.fund {
  margin-left: 20px;
}

.FundData {
  background-color: rgba(234, 234, 234, 0.5) !important;
  color: rgba(69, 69, 69, 1) !important;
}

.LoginFooter {
  display: flex;
  justify-content: center;
  /* border-top: 2px solid grey; */
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #f9f9fa;
}

.bttn101 {
  background-color: #ccc !important;
  color: #000 !important;
}

.headerGrid {
  display: flex;
  justify-content: flex-end;
}

.mb-30 {
  margin-bottom: 20px;
}

.MuiTableSortLabel-root,
.MuiTableCell-head {
  font-size: 12px;
  font-weight: 600;
  /* opacity: 0.8 !important; */
  color: #750504 !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: 12px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}

.AccCard {
  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: #7d7878;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  padding-top: 50px;
  padding-left: 50px;
}

.limitCard {
  /* background: #f4f4f4 !important; */
  border-radius: 10px !important;
  height: 100%;
}

.limicardhead {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #454545;
}

.limicardbody {
  padding: 10px;

  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #454545;
}

.successMsg {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #027500;
}

.drpdownBG {
  /* background: #FCFCFC !important; */
  background: rgba(234, 234, 234, 0.5) !important;
  border-radius: 10px !important;
}

.MuiPickersBasePicker-pickerView {
  max-width: none !important;
}

.MuiPickersCalendar-transitionContainer {
  margin-top: 0px !important;
}

.otpcard {
  height: 80%;
  width: 70vh;
}

.MuiButton-root {
  font-size: 14px !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;
}

/* .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: 12px !important;
  /* text-align: left !important; */
  /* text-align: left; */
  font-weight: 500 !important;
  font-style: normal !important;
  width: max-content !important;
  padding: 8px !important;
}

.MuiTableHead-root {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #454545 !important;
  font-style: normal !important;
}

/* .MuiToolbar-regular {
  min-height: 40px !important;
  font-size: 14px !important;
} */

/* .DashImg {
  width: 218px;
  height: 64.79px;
  padding: 0px 10px;
} */
.DashImg {
  width: 200px;
  height: 60px;
  padding: 0px;
}

.WrapImgdash {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 8px;
}

.DashBoardImg {
  /* width: 100%;*/
  height: 45%;
  object-fit: contain;
}

.HiddenDashBoardImg {
  width: 100%;
  object-fit: contain;
}

.LoginLink {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: black !important;
  opacity: 0.8;
  /* margin-left: 100px; */
}

.LoginLink1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: rgba(123, 123, 123, 1) !important;
  opacity: 0.8;
}

.LoginLink2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: rgba(237, 132, 35, 1) !important;
  opacity: 0.8;
  margin-left: 20px;
  margin-top: 10px;
}

.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: 1.5rem;
  /* padding-bottom: 1rem; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.6rem;
  background-color: #f9f9f9;
}

.container1 {
  /* padding-top: 0.5rem; */
  padding-bottom: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1 rem;
}

.contentHeading {
  text-align: left;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #003a66;
}

/* .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: 5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: 50px; */
  /* margin-top: 30px !important; */
}

.paperLogin1 {
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-left: 48px;
}

.paperLogin2 {
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50px !important;
}

.paperLogin4 {
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px !important;
}

.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: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.dashboardHeader {
  padding-left: 1rem;
  padding-block: 3px;
  /* background-color: rgba(170, 167, 167,0.5);
   */
  background-color: #eaeaea;
  color: #000;
}

.accNoHeader1 {
  /* padding-left: 18px; */
  color: #454545;
  /* font-weight: 600; */
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}

.subcontaint {
  margin-bottom: 0.5rem;
}

.accNo {
  /* border: 1px solid #ccc; */
  border-radius: 0.5rem;
  align-items: center;
  /* height: 5rem; */
  padding: 10px 10px;
}

.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;
} */

.formPlaceholderInfo {
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #7b7b7b !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.formTitle {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7b7b7b !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.formText {
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.formText1 {
  font-size: 26px;
  font-weight: 700;
  color: rgba(237, 132, 35, 1);
}

.submit {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  height: 37px !important;
  width: fit-content !important;
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #ed8423 !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #a40307 !important; */

  color: #fff !important;
  margin: 5px !important;
}

.disableSubmit {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.8rem !important;
  height: 37px !important;
  width: fit-content !important;
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #f4f4f4 !important;
  /* font-weight: 600 !important; */
  /* border: 1px solid #a40307 !important; */

  color: #000 !important;
  margin: 5px !important;
}

.cancelSubmit {
  font-size: 0.8rem !important;
  height: 37px !important;
  width: fit-content !important;
  padding: 0.2rem 2.5rem !important;
  border-radius: 5px !important;
  background: #f4f4f4 !important;
  color: #000 !important;
  margin: 5px !important;
  cursor: pointer;
}

.downloadSubmitBtn {
  font-size: 0.8rem !important;
  height: 37px !important;
  width: 100px !important;
  padding: 0.2rem 2.5rem !important;
  border-radius: 5px !important;
  background: #ed8423 !important;
  color: #fff !important;
  margin: 10px 0px 5px 10px !important;
}

.downloadClearBtn {
  font-size: 0.8rem !important;
  height: 37px !important;
  width: 80px !important;
  padding: 0.2rem 2.5rem !important;

  border-radius: 5px !important;
  background: #eaeaea !important;

  color: #000 !important;
  margin: 10px 0px 5px 10px !important;
}

.found {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.009em;
  text-align: left;
  color: #7b7b7b;
  /* margin-bottom: -14px; */
}

.tranfer {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(69, 69, 69, 1);
}

.ChangePasswordclear {
  font-size: 0.8rem !important;
  padding: 0.2rem 1rem !important;
  height: 40px !important;
  width: 100px !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;
}

.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: #ed8423 !important;
  /* font-weight: 600 !important; */
  border: 1px solid #ed8423 !important;
  /* box-shadow: 0px 2px 6px #888888 !important; */
  color: #fff !important;
  margin: 5px !important;
}

.submitLogin {
  margin: 13px 0px 0px !important;
  background-color: #ed8423 !important;
  color: white !important;
  height: 37px !important;
}

.disabledLogin {
  margin: 13px 0px 0px !important;
  background-color: #aaa7a7 !important;
  color: white !important;
  height: 37px !important;
}

.submitLogin1 {
  /* margin: 24px 0px 16px !important; */
  background-color: #ed8423 !important;
  color: white !important;
  height: 37px !important;
}

.clearLogin1 {
  background: #eaeaea !important;
  color: #000 !important;
  height: 37px !important;
  /* box-shadow: 0px 2px 6px #888888 !important; */
}

.clear {
  /* margin: theme.spacing(4, 0, 0), */
  font-size: 0.9rem !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;
}


.clear2 {
  font-size: 0.8rem !important;
  height: 40px !important;
  width: fit-content;
  min-width: 188px !important;
  padding: 0.2rem 2.5rem !important;
  border-radius: 5px !important;
  background: #eaeaea !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;
}

.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 0px;
  text-align: left;
  margin-top: 10px;
}

.paddingTextAlign1 {
  padding: 5px 5px 0px 5px;
  text-align: left;
  margin-top: 10px;
}

.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: transparent;
  color: #fff;
  cursor: pointer;
}

.backgroundColorColorReverse2 {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.backgroundColorColorReverse3 {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.backgroundColorColorHeight {
  /* background: linear-gradient(to right ,rgb(138, 25, 31), rgb(237,132,35)); */
  /* color: #fff !important; */
  background-color: transparent;
  height: 61px;
  /* border-bottom: 2px solid lightgrey; */
}

.drawerPaper {
  background-color: linear-gradient(116.79deg,
      #ffffff -11.11%,
      #f2f8f8 115.45%) !important;
  color: #7b7b7b !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: 320px) {
  .logostyle {
    margin-top: 10px;
    display: flex;
    width: auto;
    height: 40px;
    /* margin-right: 40px; */
    margin-left: 65px;
  }

  .my-left-col {
    display: none;
  }

  .bgCard1 {
    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;
  }

  .paper {
    width: 312px;
  }

  .paperLogin {
    margin-right: 25px;
  }

  .form {
    width: 220px;
    margin-left: 2rem;
  }



  .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;
  }

  .imgnone {
    display: none;
  }

  .passmargin {
    margin-bottom: 2rem !important;
  }

  .loginFooter {
    display: none;
  }

  .heading {
    font-size: 20px !important;
    line-height: none;
  }

  .forgotid {
    font-size: 12px !important;
    padding: 2px !important;
  }

  .newid {
    margin-left: 1rem !important;
  }

  .unlockId {
    margin-left: 4rem !important;
  }

  .LoginLink1 {
    font-size: 16px !important;
  }

  .bgCard2 {
    padding: 0px;
    width: auto;
    height: fit-content;
    overflow: auto;
  }

  .heightnone {
    height: auto !important;
  }

  .newuserbgcard {
    height: 100%;
  }

  .newregrightcol {
    height: 89vh;
  }

  .newregrightcol1 {
    height: 89vh;
  }

  .formobile {
    width: 206px;
    margin-top: 0rem !important;
  }

  .a {
    font-size: 12px !important;
  }

  /* ------------------------------------------------------------ */
}

@media only screen and (min-width: 340px) and (max-width: 413px) {
  .my-left-col {
    display: none;
  }

  .logostyle {
    margin-top: 10px;
    display: flex;
    width: auto;
    height: 40px;
    /* margin-left: 85px; */
  }

  .LogoImg1 {
    width: 40vmax;
    object-fit: contain;
    padding-block: 1rem;
    margin-left: 0.5rem;
    height: inherit;
  }

  /* .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;
  }

  /* .MuiToolbar-dense{
  width: 365px;
} */

  .imgnone {
    display: none;
  }

  .passmargin {
    margin-bottom: 2rem !important;
  }

  .loginFooter {
    display: none;
  }

  .heading {
    font-size: 25px !important;
    line-height: none;
  }

  .forgotid {
    font-size: 12px !important;
    padding: 2px !important;
  }

  .newid {
    margin-left: 3rem !important;
  }

  .unlockId {
    margin-left: 6rem !important;
  }

  .heightnone {
    height: auto !important;
  }

  .bgCard2 {
    padding: 0px;
    height: auto;
    width: auto;
  }

  .newuserbgcard {
    height: 100%;
  }

  .newregrightcol {
    height: 89vh;
  }

  .newregrightcol1 {
    height: 89vh;
  }

  .formobile {
    width: 206px;
  }

  .paperLogin h1 {
    /* margin-right: 10px; */
    font-size: 20px;
  }
}

@media only screen and (min-width: 414px) and (max-width: 500px) {
  .logostyle {
    margin-top: 20px;
    display: flex;
    width: auto;
    height: 40px;
    margin-left: 155px;
    align-items: center !important;
  }

  .my-left-col {
    display: none;
  }

  .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;
  }

  /* .MuiToolbar-dense{
      width: 365px;
    } */
  .imgnone {
    display: none;
  }

  .passmargin {
    margin-bottom: 2rem !important;
  }

  .loginFooter {
    display: none;
  }

  .heading {
    font-size: 25px !important;
    line-height: none;
  }

  .forgotid {
    font-size: 12px !important;
    padding: 2px !important;
  }

  .newid {
    margin-left: 3rem !important;
  }

  .unlockId {
    margin-left: 6rem !important;
  }

  .heightnone {
    height: auto !important;
  }

  .bgCard2 {
    padding: 0px;
    height: auto;
  }

  .newuserbgcard {
    height: 100%;
  }

  .newregrightcol {
    height: 89vh;
  }

  .newregrightcol1 {
    height: 89vh;
  }
}

@media only screen and (min-width: 660px) and (max-width: 800px) {
  .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;
  } */
  .keyboardControl {
    display: none;
  }

  .imgnone {
    display: none;
  }

  .loginFooter {
    display: none;
  }

  .logoImg {
    margin-left: 5rem;
  }

  .passmargin {
    margin-bottom: 2rem !important;
  }

  .heightnone {
    height: 96% !important;
  }

  .bgCard2 {
    padding: 0px;
    height: auto;
  }

  .newuserbgcard {
    height: 100%;
  }

  .newregrightcol {
    height: 89vh;
  }

  .newregrightcol1 {
    height: 89vh;
  }

  .LoginBack {
    width: 40vw;
    height: auto;
  }

}

.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;
  /* identical to box height */

  /* black-60 */
}

.form-control-bgcolor-width {
  width: 261px !important;
  height: 37px !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 */
}

.form-control-bgcolor {
  /* width: 70% !important; */
  height: 2.5rem !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: 37px !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 */
}

.form-control-bgcolor1 {
  width: 320px !important;
  height: 37px !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; */
  background: #ed8423 !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 400 !important;
  font-size: 12px !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: 37px !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 */
  ;
}

.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: "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 */
}

.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: 37px;
  left: 364px;
  top: 252px;

  background: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.submit2 {
  font-size: 0.8rem !important;
  height: 40px !important;
  width: fit-content;
  min-width: 188px !important;
  padding: 0.2rem 2.5rem !important;
  border-radius: 5px !important;
  background: #ed8423 !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;
}

/* /* .bgImg{
  background-image:url('public\images\Captcha.png') !important;
} */

.rcg {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 10px; */
  background-color: rgba(232, 232, 232, 1);
  /* width: 210px;
  height: 46px;
  margin-top: 1rem !important; */
}

.bgGrey {
  background-image: url("../images/Captcha.png");
  height: 3rem;
  width: 80%;
  overflow: hidden;
}

.bgGrey img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.heading {
  /* font-family: Roboto !important; */
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 48px !important;
  letter-spacing: 0em;
  text-align: center !important;
  color: #003A66;
  padding-bottom: 10px;
}

.headingLogin {
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 48px !important;
  letter-spacing: 0em;
  text-align: center !important;
  color: #003A66;
  /* padding-bottom: 20px; */
}

.heading1 {
  font-family: Roboto !important;
  font-size: 26px;
  font-weight: 700 !important;
  line-height: 48px !important;
  letter-spacing: 0em;
  text-align: left !important;
  color: #003A66;
}

.lable {
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(123, 123, 123, 1) !important;
  margin-top: 17px !important;
  margin-bottom: 10px !important;
}

.lable1 {
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(123, 123, 123, 1) !important;
  margin-bottom: 10px !important;
  margin-top: 14px !important;
}

.user {
  margin-bottom: -10px;
  margin-top: 5px;
}

.id {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(123, 123, 123, 1);
  margin-top: 15px;
}

.forgotid {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(237, 132, 35, 1);
  cursor: pointer;
}

.forgotid1 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(237, 132, 35, 1);
  margin-top: 10px !important;
  margin-left: 150px !important;
}

.captcha {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(123, 123, 123, 1);
  /* margin-bottom: -12px !important; */
}

.Recover {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(2, 117, 0, 1);
}

.HomeLoan {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(123, 123, 123, 1);
}

.Rs {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(69, 69, 69, 1);
}

.table {
  border: 0px;
  border-bottom: 1px;
  border-color: rgba(0, 0, 0, 1);
}

.EMIs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tranfer {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(69, 69, 69, 1);
}

.notify {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(69, 69, 69, 1);
  margin-top: 10px !important;
  margin-left: 5px !important;
}

.notification1 {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: rgba(123, 123, 123, 1);
  margin-top: 10px !important;
  margin-left: 5px !important;
}

.notification {
  margin-top: 10px !important;
}

.statement {
  color: rgba(2, 117, 0, 1);
}

/* 
.AccordianMenu {
  
  text-transform: capitalize !important;
  display: flex !important;
  align-items: center !important;
}

.AccordianMenu:hover {
  color: black !important;
} */

.AccordianSubMenu {
  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 {
  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;
}

.MuiAccordion-root.Mui-expanded {
  margin: 0px !important;
  color: #4c4c4c !important;
}


/* .sideMenuEndNode{
  background-color: #003A66 !important;
  color: #fff !important;
} */

.sideMenuHeaderText {
  padding-left: 8px !important;
  color: #4c4c4c !important;
  padding-top: 2px !important;
}

.AppBar {
  /* max-height: 70px; */
  border-bottom: 5px solid #402511;
  background-image: url("../images/headerBG.png");
  background-size: cover;
  width: 100vw;
  padding-right: 20px;
  color: #003A66 !important;
}

.ComponentHeader {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.depositDetailCard {
  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;
  min-height: 242px;
}

.pt-10 {
  padding-top: 1.25rem;
}

.dicgcQR {
  width: 1.5rem;
  display: flex;
}

.dicgcQR:hover {
  width: 3.5rem;
  display: flex;
}

.displayWarning {
  font-size: 20px;
  color: whitesmoke;
  font-style: normal;
  font-family: Roboto;
  padding: 10px;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.MobileDisableViewContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #f2f8f8;
  min-height: 90vh;
  padding: 1rem;
  font-family: "Roboto";
  font-size: 20px;
}

.bgForMoblieView {
  background: url(../images/bg.png);
  background-size: contain;
  height: inherit;
}

.TermDepositcreation {
  background-color: orange;
  color: #ffffff;
  width: 5rem;
}


/* terms and condition css */
.centerHeaderContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-1 {
  width: 30px;
  display: flex;
}

.tipsPara {
  padding-bottom: 1rem;
}

.tncBtn {
  background-color: #ed8423 !important;
  color: white !important;
  height: 37px !important;
}