.theme--light.v-application {
  background: none !important;
}

#ikyc-wrapper .button-primary {
  min-width: 150px;
  min-height: 40px;
  text-transform: capitalize;
  background-color: #0965da  ;
  border-radius: 10px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
}
 .dialoguebuton{
 text-transform: capitalize !important;
  background-color: #0965da !important ;
  border-radius: 10px !important;
  font-size: 15px !important;
  line-height: 22px;
  letter-spacing: 0px !important;
  font-weight: 600;
  color: #ffffff !important;
  padding: 7px 10px 7px 10px !important;
             }

.cancelbtn{
   
  text-transform: capitalize !important;
  background-color: #0965da !important ;
  border-radius: 10px !important;
  font-size: 15px !important;
  line-height: 22px;
  letter-spacing: 0px !important;
  font-weight: 600;
  color: #ffffff !important;
  padding: 7px 10px 7px 10px !important;
}
.ipvagree{
  justify-content: center;
}
.agreebtn{
   min-width: 150px !important;
  min-height: 40px;
  text-transform: capitalize !important;
  background-color: #0965da !important ;
  border-radius: 10px !important;
  font-size: 18px !important;
  line-height: 25px;
  letter-spacing: 0px !important;
  font-weight: 600;
  color: #ffffff !important;
  padding: 7px 20px 7px 20px !important;
}
/*  Left Box Starts */
#ikyc-wrapper .leftBox {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #ffffff;
  width: 100%;
}

#ikyc-wrapper .leftBox .otpcard {
  border-radius: 20px !important;
  padding: 50px 17px 20px 17px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1) !important;
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background: #ffffff !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
  min-height: 203px;
}

#ikyc-wrapper .leftBox .otpcardspan {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.box {
  padding: 0px 15px 0px 15px;
}
#ikyc-wrapper .leftBox .otpcardspan img {
  width: 100%;
  padding: 5px;
  border: 2px solid #0965da;
  border-radius: 50%;
  background-color: #ffffff;
}

#ikyc-wrapper .leftBox .otpcard p {
  font-size: 18px;
  color: #0965da;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

#ikyc-wrapper .leftBox .requirement {
  color: #3c5f8c;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 35px 0;
}

#ikyc-wrapper .leftBox .rules {
  font-size: 15px;
  color: #272727;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 22px;
}

#ikyc-wrapper .leftBox .cardcontent {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #272727;
}

/* Left Box ends here */

/*  Right Box Starts */

#ikyc-wrapper .rightBox {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 500px;
  min-height: 450px;
  padding-bottom: 40px;
  margin: 0 auto;
}
#ikyc-wrapper .rightBoxkra {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 500px;
  min-height: 450px;
  padding-bottom: 80px !important;
  margin: 0 auto;
}
#ikyc-wrapper .success-RightBox {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 500px;
  min-height: 450px;
  margin: 0 auto;
}

.rightBox p , .rightBoxkra p{
  font-size: 20px;
  line-height: 29px;
  color: #272727;
  font-weight: 600;
}

.rightBox p + span  , .rightBoxkra p + span  {
  font-size: 18px;
  line-height: 25px;
  color: #3c5f8c;
  font-weight: 500;
  display: block;
}

#ikyc-wrapper .maincontent {
  margin-top: 56px;
}

/* dialog Box  */
.dialoguebox {
  border-radius: 30px !important;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1) !important;
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1) !important;
}

.headingcontentdialogue {
  font-size: 24px;
  line-height: 31px;
  color: #272727;
  font-weight: 600;
}
.pcontentdialogue {
  font-size: 18px;
  line-height: 25px;
  color: rgba(39, 39, 39, 0.8) !important;
  font-weight: 500;
}

.dialogue-button-primary {
  min-width: 150px;
  min-height: 40px;

  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  line-height: 25px;
  text-transform: capitalize !important;
  letter-spacing: 0px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 7px 20px 7px 20px !important;
}

.v-dialog {
  border-radius: 20px !important;
}
/* dialog Box  */

.rightBox .v-text-field__slot {
  width: 50px;

  color: #0965da;
  border-radius: 15px;
}

#ikyc-wrapper .imgset .fivemins {
  margin-bottom: 15px;
  display: block;

  text-align: center;
}

#ikyc-wrapper .imgset .fivemin img {
  width: 224px;
}

#ikyc-wrapper .openonline {
  height: 35px;
  line-height: 37px;
  font-size: 30px;
  font-weight: 500;
}

.otpvalue {
  font-size: 25px !important;
  line-height: 32px !important;
  text-align: center;
  margin-top: 42px;
  letter-spacing: 2px;
  font-weight: 600 !important;
  color: #272727;
}
.otpnumberchange {
  margin-top: 92px !important;
}
.panInputField {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.5);
}
.verify-btn {
  margin-top: 66px;
}

#ikyc-wrapper .flattradelogo {
  height: 25px;
  width: 200px;
}

#ikyc-wrapper .demand {
  line-height: 32px;
  color: #0965da;
  font-size: 25px;
  font-weight: 400;
}

.resendWithIn {
  line-height: 22px !important;
  color: rgba(39, 39, 39, 0.5) !important;
  font-size: 15px !important;

  padding-top: 14px;
  font-weight: normal !important;
}
/* Right Box Ends here */

.appbarcard {
  border-radius: 36px !important;
  padding: 25px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05) !important;
}

.textSet {
  text-align: center;
}

.v-text-field .v-input__slot {
  border-radius: 13px !important;
}

.v-toolbar__content,
.v-toolbar__extension {
  padding: 0px 0px 0px 0px !important;
}

body {
  /* background: url(../img/main-bg.65937c16.png) center/cover no-repeat; */
  background-image: url("https://instakyc.flattrade.in/img/main-bg.65937c16.png");
  background-position:top center;
  background-size:cover;
  min-height: 100vh;
}

@media (max-width: 600px) {
  body {
    min-height: 100vh;
  }
}

.instakycimg {
  width: 140px;
  margin: 10px 0px 0px 35px;
}

.logouticon {
  width: 18px;
  height: 18px;
  margin: 0px 8px 0px 0px;
}
.logoutbtn {
  margin: 8px 28px 8px 0px;
  letter-spacing: 0px !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  line-height: 27px !important ;
  font-weight: 600 !important;
  color: rgba(39, 39, 39, 0.75) !important;
}
.re-loadbtn {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  color: #32ba7c;
}

.leftBox .pcontent {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;

  color: rgba(39, 39, 39, 0.8);
  text-align: center;
  padding: 10px 0 100px 0;
}

.aadharverifying {
  padding: 90px 0px 50px 0px;
}

.stepsHolder {
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #bbdefb;
  height: 50px;
  padding: 0px 20px 0px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.3);
}
.stepsHolder .stepsCount {
  display: inline-block;
  width: 70px;
  font-size: 12px !important;
  line-height: 17px;
  border-radius: 12px;
  height: 50px;
  font-weight: 500;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #bbdefb;
  font-size: 11px !important;
  line-height: 15px;
  color: #272727;
  text-align: center;
  padding: 6px 10px 0px 10px;
  margin-right: 10px;
}
.stepsHolder .stepsCount b {
  font-size: 18px !important;
  line-height: 23px;
  color: #272727;
  font-weight: 500;
}

.stepsHolder .pageName {
  display: inline-block;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  color: #272727;
}

.verifytext {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;

  color: #00a399;
}
.bankInfoCard {
  border-radius: 6px !important;
}
.otpEnterBox {
  font-size: 25px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  color: #272727;
}
.verifytext img {
  position: relative;
  bottom: -5px;
}
.paninfo {
  margin: 45px 0px 45px 0px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  color: #272727;
}
.leftvisual {
  width: 403px;
  padding-top: 25px;
}

#ikyc-wrapper .centerBox {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 1288px;

  padding: 10px 10px 40px 10px;
  margin: 0 auto;
}

#ikyc-wrapper .centerBoxscroll {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 1288px;
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
}

#ikyc-wrapper .reviewcenterBoxscroll {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 1288px;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
}

#ikyc-wrapper .centerBoxscroll .labelname {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.5) !important;
}

#ikyc-wrapper .centerBoxscroll .demodata {
  font-size: 18px;
  line-height: 25px;
  font-weight: regular;
  color: #e3ae2c;
}

#ikyc-wrapper .centerBoxscroll p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
  padding: 0px 0px 0px 10px;
}

#ikyc-wrapper .centerBox .insidecardcontentsign {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
  padding: 0px 0px 0px 0px;
}

#ikyc-wrapper .centerBox .uploadrules {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #3c5f8c;
  padding: 0px 0px 40px 10px;
}

#ikyc-wrapper .centerBox .uploadSize {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(39, 39, 39, 0.5);
  padding: 0px;
}

#ikyc-wrapper .centerBox .uploadlist {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.8);
}

#ikyc-wrapper .reviewcenterBox {
  -webkit-box-shadow: 0px 0px 13px 7px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 13px 7px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 100%;
  padding: 15px 10px 10px 25px;
  margin: 0 auto;
  position: relative;
}

.addressSwitch {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #272727;
}

/* Label as Center */
.aadharaddressvalue {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(39, 39, 39, 0.5);
}
#ikyc-wrapper .centerBox p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
  padding: 0px 0px 0px 10px;
}
#ikyc-wrapper .centerBox .insidecardcontentsign {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
  padding: 0px 0px 0px 0px;
}
.addressSwitch {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #272727;
}
.cardfit {
  height: 760px;
  overflow: hidden;
}
.aadharaddressvalue {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(39, 39, 39, 0.5);
}
.aadharname {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color: rgba(39, 39, 39, 0.8) !important;
}
.aadharaddress {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: rgba(39, 39, 39, 0.8) !important;
}
.leftAdjust {
  padding: 30px 30px 30px 30px;
}
.leftAdjustAA {
  padding: 30px 30px 30px 30px;
}

.nomineenumber {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
}
.card-scroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #0965da #ffffff;
}
.reviewcenterBox .card-scroll {
  position: relative;
  padding: 0px 10px;
}
.cardfit {
  height: 720px;
  overflow: hidden;
}
.reviewcardfit {
  height: 700px;
  overflow: hidden;
}
.cardfitcommodity {
  height: 700px;
  overflow: hidden;
}
.dialogueconform{
 text-align: center;
 width: 100%;
   font-size: 20px ;
  line-height: 27px ;
  font-weight: 600 ;
  margin-bottom: 10px;
  color: #272727;
}
.dialoguebtn{
 gap: 10px;
  justify-content: center;
  padding: 8px;
  padding-top: 32px;
}
.dialoguecontent {
  font-size: 18px ;
  line-height: 25px ;
  font-weight: 400 ;
  color: rgba(39, 39, 39, 0.8) !important;
}
.tariffLink {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #0965da;
  letter-spacing: 0px !important;
  margin-bottom: 12px;
}
.back-buttonnominee{
   color: #0965da !important;
  background-color: #ffffff !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 56px;
  margin-top: -19px;
}
.back-button {
  color: #0965da !important;
  background-color: #ffffff !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 44px;
  margin-top: -24px;
  /* position: fixed !important;
    top: 98px;
    left: 324px; */
}

.back-buttonsegment, .back-buttonbank, .back-buttonipv{
   color: #0965da !important;
  background-color: #ffffff !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 58px;
  margin-top: -18px;
}
.back-buttonuploadproof{
   color: #0965da !important;
  background-color: #ffffff !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 58px;
  margin-top: -24px;
}

 .back-buttonReview{
   color: #0965da !important;
  background-color: #ffffff !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 61px;
  margin-top: -24px;
}

.backicon {
  margin: 0px 7px 2px 10px;
  width: 12px;
}
.nomineeIcon {
  margin: 4px 7px 0px 0px;
  width: 15px;
}
.resetButton {
  color: #32ba7c !important;
  background-color: #ffffff !important;
  font-size: 15px !important;
  line-height: 22px;
  font-weight: 500 !important;
  border-radius: 9px !important;
  text-transform: capitalize !important;
  border: 1px solid #32ba7c;
}
.deleteButton {
  color: #ff5050 !important;
  background-color: #ffffff !important;
  font-size: 15px !important;
  line-height: 22px;
  font-weight: 500 !important;
  border-radius: 9px !important;
  text-transform: capitalize !important;
  border: 1px solid #ff5050;
}

#ikyc-wrapper .nomineeBox {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 1288px;
  padding: 50px 50px 50px 50px;
  margin: 0 auto;
}
.bankcontent {
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}
.nomineeVisual {
  padding: 41px 0px 23px 0px;
  width: 380px;
}
.alertReason {
  background-color: rgba(255, 115, 115, 0.2) !important;
  width: 500px;
  height: 40px;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #272727 !important;
  padding: 8px 0px 0px 19px !important;
  justify-content: center;
  margin: 0 auto;
  border-radius: 6px !important;
  border-left: 3px solid #ff7373 !important;
}
.reject-card {
  background-color: rgba(255, 115, 115, 0.2) !important;
  max-width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #272727 !important;
  padding: 8px 0px 0px 19px !important;
  justify-content: center;

  border-radius: 6px !important;
  border-left: 3px solid #ff7373 !important;
}
.alertforrejection {
  width: 500px;
  height: 40px;
  font-weight: 500;
  color: #272727;
}

.trashIcon {
  margin: 0px -8px 0px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.reject-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 16px;
}

.banklabel {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.5);
}

.resetanddeletebtn {
  gap: 60px;
  padding: 35px 0px 12px 0px;
}

.nomineeinnerbox {
  border: 1px solid rgba(39, 39, 39, 0.5);
  padding: 35px;
  border-radius: 30px;
  /* -webkit-box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 7px rgba(0, 0, 0, 0.1); */
}
.banksegmentscreen .v-btn-toggle--dense > .v-btn.v-btn {
  padding: 0 10px;
}
.resetIcon {
  width: 19px;
  margin: 0px 10px 3px 0px;
}
.deleteIcon {
  width: 19px;
  margin: 2px 10px 2px 1px;
}

.labelinside {
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 400;
  color: #272727;
}
.stepPageSet {
  padding: 0px 0px 32px 0px;
}
#ikyc-wrapper .button-reupload {
  min-width: 150px;
  min-height: 40px;
  text-transform: capitalize;
  height: 34px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #32ba7c;
  padding: 7px 20px 7px 20px;
  border: 1px solid #32ba7c !important;
  box-shadow: none;
}
#ikyc-wrapper .centerBox .uploadrules {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #3c5f8c;
  padding: 0px 0px 40px 10px;
}

#ikyc-wrapper .centerBox .uploadSize {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(39, 39, 39, 0.5);
  padding: 0px;
}

#ikyc-wrapper .centerBox .uploadlist {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.8);
}
#ikyc-wrapper .button-reupload {
  min-width: 150px;
  min-height: 40px;
  text-transform: capitalize;
  height: 34px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #32ba7c;
  padding: 7px 20px 7px 20px;
  border: 1px solid #32ba7c !important;
  box-shadow: none;
}

.btndownloadIcon {
  width: 19px;
  margin: 5px 10px 0px 1px;
}
.btnuploadIcon {
  width: 19px;
  margin: 2px 10px 0px 1px;
}
.reviewInnerCard {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 1208px;

  margin: 0 auto;
}

.leftsidebtn {
  padding: 44px 0px 25px 0px;
  gap: 30px;
}
.rightsidebtn {
  padding: 144px 0px 20px 0px;
  gap: 30px;
}
.rightsidebtnAA {
  padding: 25px 0px 20px 0px;
  gap: 15px;
}
.uploadProofDownload {
  min-width: 150px !important;
  min-height: 40px !important;
  text-transform: capitalize !important;
  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  padding: 7px 20px 7px 20px !important;
}

.proofcardinside {
  max-width: 500px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(39, 39, 39, 0.5) !important;
  padding: 36px 28px 20px 38px;
  margin: 0 auto;
  box-shadow: none !important;
}

.statement {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #3c5f8c;
}

.ipv-back-button {
  color: #0965da !important;
  background-color: #ffffff;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 400 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin-left: 300px !important;
  margin-top: 4px !important;
}

.ipvimage {
  width: 691px;
  padding: 110px 80px 70px 80px;
}
.selfieicon {
  width: 51px;
  height: 51px;
  margin: 0px 20px 0px 20px;
}
.selfie {
  width: 84px;
  border-radius: 6px;
  padding: 2px 4px 2px 4px;
}
.yourselife {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #272727;
}

.livephoto {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.5);
}
.selfierulebox {
  padding: 0px 0px 0px 0px;
}
.reload-icon {
  position: relative;
  bottom: -3px;
  padding-right: 2px;
  width: 18px;
  height: 18px;
}
.link-icon {
  position: relative;
  padding-right: 3px;
  width: 15px !important;
  height: 15px;
}
.selfie-card {
  border: 1px solid #32ba7c !important;
}
.col {
  flex-basis: auto;
}
.unselectedbtn {
  min-width: 120px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  color: rgba(39, 39, 39, 0.5);
  padding: 7px 20px 7px 20px;
}
.backbtnfix {
  position: fixed !important;
  z-index: 2;
}
.dptarifflinkicon {
  width: 15px;
  margin: 0px 6px 3px 0px;
}
.tradeExchange {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center !important;
}
.revieiwsegmentSelection .whitechanging {
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
}
.revieiwsegmentSelection .v-list-item.whitechanging .tradesegmentChoosen,
.revieiwsegmentSelection .v-list-item.whitechanging .tradeExchange {
  color: #0965da !important; /* your desired active text color */
}

/* Main background */
.segmentSelection .whitechanging {
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(218, 218, 218, 1) 100%
  ) !important;
}

/* Remove Vuetify theme background from internal content */
.segmentSelection.whitechanging .v-list-item__content,
.segmentSelection.whitechanging .v-list-item__title,
.segmentSelection.whitechanging .v-list-item__subtitle,
.segmentSelection.whitechanging .v-list-item__action {
  background-color: transparent !important;
}

/* Remove that extra light grey behind the title */
.segmentSelection .tradesegmentChoosen {
  background: transparent !important;
}

/* Hover */
.segmentSelection.whitechanging:hover {
  background-color: #ffffff !important;
}

/* Active (selected) */
.segmentSelection .v-list-item--active.whitechanging {
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
}

/* Disabled should still use your background */
.segmentSelection .v-list-item--disabled.whitechanging {
  opacity: 1 !important;
  background: #ffffff;
  /* background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 100%) !important; */
}

/* REMOVE Vuetify's overlay when active */
.segmentSelection .theme--light.v-list-item--active::before,
.segmentSelection .theme--light.v-list-item--active:hover::before,
.segmentSelection .theme--dark.v-list-item--active::before,
.segmentSelection .theme--dark.v-list-item--active:hover::before {
  opacity: 0 !important;
  background-color: transparent !important;
}

/* Active list item text */
.segmentSelection .v-list-item--active.whitechanging .tradesegmentChoosen,
.segmentSelection .v-list-item--active.whitechanging .tradeExchange {
  color: #0965da !important; /* your desired active text color */
}

/* Optional: normal (non-active) text */
.segmentSelection .whitechanging .tradesegmentChoosen,
.segmentSelection .whitechanging .tradeExchange {
  color: rgba(39, 39, 39, 0.8) !important;
}

.position-relative {
  position: relative;
}
.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > thead
  > tr:last-child
  > th {
  border-bottom: none !important;
}

.tradesegmentChoosen {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}
.segementpreferred {
  font-size: 18px;
  line-height: 25px;
  color: #3c5f8c;
  font-weight: 500;
  display: block;
  padding: 0px 0px 0px 10px;
}
.tradeSegmentTable {
  background: #ffffff;
  border-radius: 15px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  );
}
.rejct-tradeSegmentTable {
  border-radius: 15px;
  /* background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ); */
}
.tablebrokage {
  border-radius: 15px !important;
}

.tickicon {
  color: #0965da !important;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.ifscData {
  color: rgba(39, 39, 39, 0.7) !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.ifscDataValue {
  color: #272727 !important;
  font-size: 15px !important ;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.tableheader {
  color: #0965da !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding-left: 30px !important;
}
.revieiwsegmentSelection .tableheader {
  padding-left: 15px !important;
}
.revieiwsegmentSelection
  .v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr
  > td {
  padding: 15px !important;
}
.reject-lefttableheader {
  color: rgb(39, 39, 39, 0.6) !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500;
  background-color: rgb(255, 80, 80, 0.3) !important;
  /* border-top-right-radius: 15px; */
  border-top-left-radius: 15px;
  padding-left: 45px !important;
}
.reject-righttableheader {
  color: rgb(39, 39, 39, 0.6) !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500;
  background-color: rgb(255, 80, 80, 0.3) !important;
  border-top-right-radius: 15px;
  /* border-top-left-radius: 15px; */
  padding-left: 30px !important;
}
.top-right-action {
  position: absolute;
  top: 0px;
  right: 10px;
}

.checkoutsetting {
  margin-top: 0;
}
.brokeragePlancard {
  border-radius: 15px !important;
  margin: 25px 325px 25px 325px;
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.review-brokerageCard {
  border-radius: 30px;
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.commodityCard {
  margin: 15px 20px 15px 20px;
}

.commodityCard {
  /* background: #FFFFFF;
background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(220, 238, 252, 1) 100%); */
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); */
  margin: 15px 20px 15px 20px;
}

.proofcardinsides {
  max-width: 500px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(39, 39, 39, 0.5) !important;
  padding: 15px 15px 15px 30px;
  margin: 0 auto;
  box-shadow: none !important;
}
.banner {
  position: relative;
  width: 100%;
}

.banner-img {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* padding: 0px 0px 0px 0px; */
  /* margin: 0px 0px 0px 0px; */
  margin-top: auto; /* Push the image to bottom */
  /* width: 100%; */
  /* height: 150px; */
  object-fit: cover;
}

.banner-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.rightSuccess {
  margin: 100px 0px 0px 72px;
  width: 500px;
  border-radius: 20px !important;
}
.leftSuccess {
  width: 800px;
  border-radius: 20px !important;
  margin: 64px 6px 80px 240px;
  padding: 35px 66px 0px 35px;
  overflow: hidden;
}

.congratsInfo {
  height: 50px;
  color: #272727 !important;
  width: 170px;
  border-radius: 10px !important;
  padding: 2px 0px 2px 0px;
  margin: 0px 0px 0px 60px;

  border: 1px solid #bbdefb !important;
}
.congrats {
  padding: 8px;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.dotted-card {
  border: 1px dashed #0965da !important;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 90%; /* optional: control width */

  margin-bottom: 40px;
}

.userDetails {
  margin: 15px 15px 15px 15px;
  display: flex;
  align-items: center; /* aligns icons + text */
  gap: 10px;
  padding: 0px !important;
}
.mailAndphone {
  display: flex;
  flex-direction: row;
}

.email-row,
.phone-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.userSuccessDetails {
  margin: 30px 0px 30px 30px !important;
}
.down-load {
  position: relative;
  bottom: 1px;
  padding-right: 8px;
}
.button-download {
  min-width: 150px;
  letter-spacing: 0px;
  min-height: 40px;
  text-transform: capitalize !important;
  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 400px !important;
  color: #fff !important;
  padding: 7px 20px 7px 20px !important;
}

.detailsHeading {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 400 !important;

  color: rgba(39, 39, 39, 0.5) !important;
}
.rejectdetail {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #272727;
}
.detailrejct {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #ff5050;
}
.detail {
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  color: #272727;
}
.detailsuccess {
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  color: #32ba7c;
}
.heading1 {
  color: #f88f1c;
  margin: 0px 0px 0px 0px;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}
.heading2 {
  color: #0965da;
  position: relative;
  /* bottom: 51px; */
  /* margin-left: 340px; */
  font-weight: 400;
  font-size: 20px;
}
.success-visual {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 40px !important;
  padding-top: 40px !important ;
}
.verification-msg {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #272727;
}

.card-component {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pass-keyIcon {
  width: 75px;
  margin-right: 50px;
}

.left-content {
  margin-bottom: -7px;
}

.guest-content {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #272727;
}
.bullet-icon ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
}

/* Testing  */
/* ENABLED BUTTON (BLUE) */

.customColorBtn {
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 400 !important;
  text-align: center;
  border-radius: 10px !important;
  margin-right: 18px;
  color: rgba(39, 39, 39, 0.5) !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(218, 218, 218, 1) 100%
  ) !important;
}

/* When selected */
.customColorBtn.v-btn--active {
  color: #0965da !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
}

.customColorBtn.v-btn--disabled {
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 400 !important;
  text-align: center;
  border-radius: 10px !important;
  margin-right: 18px;
  color: rgba(39, 39, 39, 0.5) !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(218, 218, 218, 1) 100%
  ) !important;
}
/* Keep your existing active button style */
.customColorBtn.v-btn--active {
  color: #0965da !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
}

/* Remove Vuetify's active overlay for buttons */
.customColorBtn.v-btn--active::before {
  opacity: 0 !important;
  background-color: transparent !important;
}
/* Testing  */
.bullet {
  margin: 0px 0px -19px -10px;
  width: 5px;
}
.bullet-icon {
  margin: -20px 0px 0px 0px;
}
.review-card {
  border: 2px solid #bbdefb !important;
  /* background-color: #ffffff; */
  width: 94px;
  /* text-align: center !important; */
  /* height: 50px; */
  border-radius: 10px !important;
  background-color: white;
  /* border-radius: 12px; */
  overflow: hidden;
  /* border: 2px solid #bbdefb; */
  height: 50px;
  /* padding: 0px 20px 0px 0px; */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.3);
}
.review-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 25px !important;
}
.review-chip {
  text-align: center;
  justify-content: center;
  padding: 10px 0px 0px 0px;
  font-size: 19px;
  font-weight: 500;
}
.reviewback-button {
  color: #0965da !important;
  background-color: #ffffff;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 400 !important;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-transform: capitalize !important;
  margin: 4px 0px 0px 295px;
}

.review-details {
  font-size: 19px;
  color: #272727;
  line-height: 26px;
  font-weight: 500;
  margin: 30px 0px 0px 0px;
  display: flex;
}
.confirm-details {
  font-size: 16px;
  font-weight: 500;
  color: #3c5f8c;
}
.nominee-details {
  background-color: rgba(248, 143, 28, 0.2) !important;
  max-width: 750px !important;
  /* height: 40px; */
  margin: 20px 0px 30px 0px !important;
  padding: 10px 0px 10px 15px !important;
  border-radius: 6px !important;
  border-left: 3px solid #f88f1c !important;
  color: #272727;
  font-size: 15px;
  font-weight: 400;
}
.makingcenter {
  margin-left: 40% !important;
}

.user-profileDetails {
  width: 100% !important;
  border-radius: 15px !important;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff !important;
}

.mail-icon {
  margin: 0px 0px 0px 9px;
}
.phone-icon {
  margin: 0px 0px 3px 8px;
}
.review-dowloadIcon {
  width: 19px;

  margin-left: 5px;
}
.reviewbtn {
  min-width: 150px !important;
  min-height: 40px !important;
  text-transform: capitalize !important;
  height: 34px !important;
  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 7px 20px 7px 20px !important;
  /* margin: -308px 0px 0px 542px !important; */
}
.review-downloadbtn {
  position: absolute;
  right: 30px;
  top: 40px;
}
.brokerage-txt {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #272727;
}
.review-innerText {
  font-size: 15px !important;
  line-height: 22px !important;

  font-weight: 500 !important;
  color: rgba(39, 39, 39, 0.5);
}
.review-innerDetail {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  color: #272727;
  padding-bottom: 10px !important;
}
.blue-card {
  background-color: rgba(187, 222, 251, 0.6) !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  width: 100%;
  height: 40px;
  color: #0965da !important;
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}
.details-card {
  background-color: rgba(236, 199, 91, 0.3) !important;
  border-radius: 15px !important ;
  padding: 20px 20px 20px 20px;
  width: 569px;
}
.add-link-icon {
  width: 10px;
  height: 10px;
}
.link-iconBtn {
  color: #0965da !important;
  font-size: 12px !important;
  line-height: 19px;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  padding: 0px 0px 0px 0px !important;
}
.round-chip {
  width: 35px;
  height: 35px;
  /* background: #DCEEFC; */
  border-radius: 50%;
  background: #ffffff !important;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
  border: 1px solid rgba(9, 101, 218, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 13px 10px 15px;
}
.chip-txt {
  color: #272727;
  font-size: 18px;
  font-weight: 400;
}
.e-signBtn {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.reviewDetailBox {
  border-radius: 15px !important;
  margin: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
.reviewDetailBox::before {
  display: none;
}
.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  border: transparent !important;
}
.reviewDetailBox .v-expansion-panel-header {
  padding: 0px 15px 0px 0px;
}
#ikyc-wrapper .rightBoxAA {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1) !important;
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1) !important;
  background-color: #fff;
  max-width: 500px;
  padding: 0px 25px 0px 25px;
  min-height: 400px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#ikyc-wrapper .rightBoxCommon {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #fff;
  max-width: 500px;

  min-height: 400px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.rightBoxCommon p {
  font-size: 20px;
  line-height: 29px;
  color: #272727;
  font-weight: 600;
}

.rightBoxCommon p + span {
  font-size: 18px !important;
  line-height: 25px;
  color: #3c5f8c;
  font-weight: 500 !important;
  display: block;
}

.rightBoxAA p {
  font-size: 20px;
  line-height: 29px;
  color: #272727;
  font-weight: 600;
}

.rightBoxAA p + span {
  font-size: 18px;
  line-height: 25px;
  color: #3c5f8c;
  font-weight: 500;
  display: block;
}
.financialProofContent {
  margin: 20px 0px 0px 0px !important;
}

.fasterImg {
  width: 124px;
  border-top-left-radius: 15px !important;
}
.accountAggregator {
  border-radius: 15px !important;
  padding: 0px !important;
  margin: 10px 0px 15px 0px;
}

.financialProof {
  border-radius: 15px !important;
  padding: 0px !important;
  margin: 20px 0px 0px 0px;
}
.accountAggregator label {
  font-size: 15px;
  line-height: 22px;
  color: rgba(39, 39, 39, 0.5);
  font-weight: 400;
}
.financialProof label {
  font-size: 15px;
  line-height: 22px;
  color: rgba(39, 39, 39, 0.5) !important;
  font-weight: 400;
}
.financialProof .uploadtypeDefine {
  font-size: 12px;
  line-height: 19px;
  color: rgba(39, 39, 39, 0.5) !important;
  font-weight: 400;
}
.accountAggregator .v-messages {
  min-height: 0px !important;
}
.AAtypelabel {
  color: #272727 !important;
  padding: 0px 0px 6px 3px !important;
}

.greenTick-icon {
  width: 20px;
  margin: 0px 0px -4px 10px;
}

.reject-icon {
  margin: 0px 0px 0px 20px;
  position: relative;
  bottom: 7px;
}

.round-chip {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviewLeftBox {
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px !important;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(13, 98, 214, 0.1);
  background-color: #ffffff;
}
.reject-review-row {
  margin-top: 30px !important;
  display: flex !important;
  align-items: center !important;
}

.oneStepAway {
  padding: 60px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0965da;
  font-size: 30px;
  font-weight: 500;
}
.successHead {
  padding: 60px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.oneStepImg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 60px !important;
  padding-top: 40px !important ;
}

.approve-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0px 0px 0px !important;

  /* max-width: 100%; */
  color: rgba(39, 39, 39, 0.8);
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
}
.approve-secondtxt {
  padding: 0px 0px 60px 105px !important;
  color: rgba(39, 39, 39, 0.8);
  font-size: 22px;

  font-weight: 400;
}

.error-msg {
  font-size: 12px !important;
  color: #ff5050;
  font-weight: 400;
}

.card-stack {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.OneStepCard {
  height: 50px;
  color: #272727 !important;
  width: 163px;
  border-radius: 10px !important;
  /* padding: 0px 0px 2px 0px; */
  margin: 0px 0px 52px 0px;
  border: 2px solid #bbdefb !important;
  /* -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 98, 214, 0.1) !important;
  box-shadow: 0px 0px 10px 0px rgba(13, 98, 214, 0.1) !important;
  background-color: #ffffff; */
  background-color: white;

  overflow: hidden;

  height: 50px;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.3);
}

.oneStepCardTxt {
  padding: 8px;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.RejectuserDetails {
  margin: 25px 0px 25px 25px !important;
}

.stages-head th {
  background-color: rgba(255, 80, 80, 0.2) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}

.stage-table table {
  width: 100%;
  table-layout: fixed !important; /* forces equal column width */
}

.stage-table th,
.stage-table td {
  width: 50% !important; /* each column gets half */
}


.rightBoxAA .v-messages {
  min-height: 0px !important;
}

.stage-msg {
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.stage-table {
  border-radius: 15px !important;
}
.rejectIndicate {
  width: 15px;
  margin: 0px 6px 0px 0px;
}
.stage-card {
  border-radius: 15px !important;
  margin: 20px 20px 20px 20px !important;
}
.clear-rejection {
  min-width: 310px !important;
  min-height: 40px;
  letter-spacing: 0px;
  text-transform: capitalize !important;
  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 400px !important;
  color: #fff !important;
  padding: 7px 20px 7px 20px !important;
}
.edit-button {
  border-radius: 6px;
  width: 30px !important;
  padding: 10px 5px 10px 5px !important;
  height: 24px !important;
  color: #0965da !important ;
  background-color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  border: 1px solid #0965da !important;
  box-shadow: none !important;
}
.customContainer {
  max-width: 1350px !important;
  width: 100%;
  padding: 12px;
  margin: 0 auto;
}
/* .customAppBar.v-app-bar .v-toolbar__content {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
} */

.reject-reason {
  /* margin: -20px 0px 0px 0px; */
  margin: -26px 0px 10px 0px !important;
  padding: 0px 0px 5px 0px !important;
}
.edit-flex {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.v-text-field .v-input__slot {
  border-radius: 6px !important;
}

.custom-switch.v-input--switch .v-input--switch__track {
  background-color: #0965da !important;
  opacity: 1;
}
.custom-switchNotselect .v-input--switch .v-input--switch__track {
  background-color: rgba(39, 39, 39, 0.5) !important;
  opacity: 1;
  width: 50% !important; /* each column gets half */
}

.stage-msg {
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.stage-table {
  border-radius: 15px !important;
}
.rejectIndicate {
  width: 15px;
  margin: 0px 6px 0px 0px;
}
.stage-card {
  border-radius: 15px !important;
  margin: 0px 20px 20px 20px;
}
.clear-rejection {
  width: 278px !important;
  min-height: 40px;
  text-transform: capitalize !important;
  background-color: #0965da !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 7px 20px 7px 20px;
}
.edit-button {
  border-radius: 6px;
  width: 30px !important;
  padding: 10px 5px 10px 5px !important;
  height: 24px;
  color: #0965da !important ;
  background-color: #fff !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  border: 1px solid #0965da !important;
  box-shadow: none !important;
}

.v-text-field .v-input__slot {
  border-radius: 6px !important;
}

.custom-switch.v-input--switch .v-input--switch__track {
  background-color: #0965da !important;
  opacity: 1;
}
.custom-switchNotselect .v-input--switch .v-input--switch__track {
  background-color: rgba(39, 39, 39, 0.5) !important;
  opacity: 1;
}

.custom-switch.v-input--switch .v-input--switch__thumb {
  background-color: #ffffff !important;
}

.generateipvLink {
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: normal !important;
  color: #0965da !important;
  text-align: center;
  padding: 20px 0px 0px 0px;
  text-transform: capitalize !important;
}
.card-wrapper {
  padding: 0px 0px 0px 0px !important;
}
.radio-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #272727;
}
.time-period {
  font-weight: 400;
  font-size: 15px;
  max-width: 100%;
  color: #272727;
  width: 128px;
  height: 30px;
  border: 1px solid rgba(39, 39, 39, 0.5);
  border-radius: 6px;
  padding: 2px 5px 5px 9px;
}
.linkIcon {
  width: 15px;
  margin: -3px 3px 0px 0px;
}
.link-icons {
  width: 15px !important;
  height: 15px;
  margin-right: 6px;
}

.proof-txt {
  font-size: 15px;
  font-weight: 400;
  color: #0965da;

  text-transform: capitalize !important;
}
.proof-btn {
  max-width: 100%;
}
.statement-chip {
  max-width: 100%;
  min-height: 30px;
  border: 1px solid rgba(39, 39, 39, 0.5);
  color: #272727;
  border-radius: 6px;
  padding: 2px 5px 5px 9px;
}
.commodityheading{
   font-size: 16px ;
   line-height: 22px;
  font-weight: 500 ;
  color: #272727;
}
.review-heading {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #272727;
  margin: 16px 0px 0px 0px;
}
/* Base layout: DESKTOP */
.panel-header {
  display: flex;
  width: 100%;
}

/* Left side group: chip + heading */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* -------- DESKTOP / WEB -------- */
.review-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left-block {
  display: flex;
  flex-direction: column; /* heading then reject reason */
  gap: 4px;
}

.right-block {
  display: flex;
  align-items: center;
}
.actionRequired {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #e3ae2c !important;
  border-radius: 6px !important;
  padding: 10px 5px !important;
  border: 1px solid #e3ae2c !important;
  text-transform: capitalize !important;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 15px !important;
  margin-right: 20px !important;

  height: 24px !important;
}

.OneStepCard {
  height: 50px;
  color: #272727 !important;
  width: 163px;
  border-radius: 10px !important;
  /* padding: 0px 0px 2px 0px; */
  margin: 0px 0px 36px 0px;
  border: 2px solid #bbdefb !important;
}
.congrats-card {
  height: 50px;
  color: #272727 !important;
  width: 163px;
  border-radius: 10px !important;
  /* padding: 0px 0px 2px 0px; */
  margin: 0px 0px 80px 0px;
  border: 2px solid #bbdefb !important;
  /* background-color: #ffffff; */
  background-color: white;
  /* border-radius: 12px; */
  overflow: hidden;
  /* border: 2px solid #bbdefb; */
  height: 50px;
  /* padding: 0px 20px 0px 0px; */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(13, 98, 214, 0.3);
}

.button-primary {
  box-shadow: none !important;
}
/* ----------------------------------------------Mobile View -------------------------------------------------------- */

/*  Media Query for Mobile */

@media (max-width: 600px) {
  #ikyc-wrapper .centerBoxscroll {
    border-radius: 20px;
  }
  .brokeragePlancard {
    margin: 0px 30px 0px 30px !important;
  }

  .instakycimg {
    width: 150px;
    margin: 10px 0px 0px 10px;
  }
  .logoutbtn {
    margin: 10px 0px 8px 0px;
  }
  .card-scroll {
    scrollbar-color: transparent #ffffff;
  }
  .container {
    padding: 12px 0px 12px 0px;
  }
  .Hiddingleftside {
    display: none !important;
  }
  #ikyc-wrapper .maincontent {
    margin-top: 0px;
  }
  .rightBox .v-text-field__slot {
    width: 36px;
    height: 36px !important;
  }
  .v-text-field--outlined > .v-input__control > .v-input__slot {
    align-items: stretch;
    min-height: 36px !important;
  }
  .otpvalue {
    margin-top: 12px;
  }
  .otpnumberchange {
    margin-top: 38px !important;
  }
  #ikyc-wrapper .rightBox {
    min-height: 330px;

    padding: 15px 30px !important;
  }
  #ikyc-wrapper .success-RightBox {
    min-height: 330px;
    margin: 0 auto !important;
    padding: 0px 0px !important;
  }
  .resendWithIn {
    font-size: 12px !important;
  }
  .flattradelogoimg {
    max-width: 130px !important;
  }
  #ikyc-wrapper .openonline {
    font-size: 26px;
    line-height: 54px;
  }
  #ikyc-wrapper .demand {
    font-size: 20px;
    line-height: 24px;
  }
  .fiveminsImg {
    width: 175px;
  }
  .leftImgOTP {
    width: 288px;
  }
  .leftRequiredItem {
    gap: 25px;
  }
  .review-backButton {
    padding: 0px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .rightBox p {
    font-size: 18px;
    line-height: 25px;
  }

  .rightBox p + span {
    font-size: 15px;
    line-height: 22px;
  }

  .otpvalue {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  #ikyc-wrapper .button-primary {
    font-size: 15px;
  }
  #ikyc-wrapper .leftBox .rules {
    font-size: 14px;
    line-height: 21px;
  }
  .pageandContentSpace {
    margin-top: 26px !important;
  }
  .verify-btn {
    margin-top: 0px;
  }

  /* Back Button  */

  .aadharverifying {
    padding: 0px;
  }
  /* Back Button  */

  /* Common App Bar  */
  .appbarcard {
    border-radius: 0px !important;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.8) !important;

    /* opacity: 0.8; */
  }
  /* Common App Bar  */

  /* Personal Screen  */
  #ikyc-wrapper .centerBox {
    padding: 10px 10px 25px 10px;
  }

  #ikyc-wrapper .centerBoxscroll {
    padding: 10px 10px 25px 10px;
  }
  #ikyc-wrapper .centerBoxscroll .labelname {
    font-size: 16px;
    line-height: 22px;
  }
  #ikyc-wrapper .centerBoxscroll .demodata {
    font-size: 16px;
    line-height: 22px;
  }

  #ikyc-wrapper .centerBoxscroll p {
    font-size: 18px;
    line-height: 25px;
  }
  #ikyc-wrapper .centerBoxscroll .v-input__slot .v-select__slot {
    margin-top: 0px;
  }
  /* Personal Screen  */

  /* Nominee Declaration */
  .alertReason {
    width: 301px;
    height: 34px;
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 7px 0px 0px 7px !important;
  }

  #ikyc-wrapper .rightBoxCommon {
    border-radius: 20px;
    min-height: 330px;
    padding: 13px 15px !important;
  }

  .rightBoxCommon p {
    font-size: 18px;
    line-height: 25px;
  }

  .rightBoxCommon p + span {
    font-size: 15px !important;
    line-height: 22px;
  }

  /* Nominee Declaration */

  /* Nominee Adding */
  .resetanddeletebtn {
    gap: 8px;
  }
  .nomineenumber {
    font-size: 16px;
    line-height: 23px;
  }
  .addressSwitch {
    font-size: 13px;
    line-height: 19px;
  }
  .nomineeIcon {
    margin: 4px 7px -2px 0px;
  }
  #ikyc-wrapper .nomineeBox {
    border-radius: 20px;

    padding: 25px;
  }

  /* Nominee Adding */

  /* Bank and Segment  */
  .banklabel {
    font-size: 16px;
    line-height: 23px;
  }
  /* Bank and Segment  */

  /* Bank and Segment Commodity  */
  .v-chip {
    padding: 0px 6px;
  }
  .commodityCard {
    margin: 15px 10px 15px 10px;
  }

  .custom-chip {
    color: rgba(39, 39, 39, 0.5) !important;
    font-size: 10px !important;
    font-weight: 500 !important;
  }
  .tableheader {
    font-size: 15px !important;
    line-height: 22px;
    font-weight: 500;
  }

  /* Bank and Segment Commodity  */

  /* Account Aggregator */
  #ikyc-wrapper .rightBoxAA {
    min-height: 330px;
    border-radius: 20px;
    padding: 13px 22px !important;
  }

  .rightBoxAA p {
    font-size: 18px;
    line-height: 25px;
  }

  .rightBoxAA p + span {
    font-size: 16px !important;
    line-height: 23px;
  }

  #ikyc-wrapper .rightsidebtnAA .button-reupload {
    min-width: 110px;
    min-height: 32px;
    font-size: 14px;
    padding: 0px 3px;
  }

  #ikyc-wrapper .rightsidebtnAA .button-primary {
    min-width: 110px;
    min-height: 32px;
    font-size: 14px;
    padding: 0px 3px;
  }
  .rightsidebtnAA {
    padding: 25px 0px 20px 0px;
    gap: 14px;
  }
  .btndownloadIcon {
    width: 19px;
    margin: 2px 10px 0px 1px;
  }
  /* Account Aggregator */

  /* Bank and Segment Upload Document */
  #ikyc-wrapper .button-reupload {
    padding: 7px 0px 7px 0px;
  }
  .uploadProofDownload {
    min-width: 130px !important;
  }
  #ikyc-wrapper .button-reupload {
    min-width: 130px;
  }
  .proofcardinside {
    padding: 20px 10px 20px 10px;
  }
  .rightsidebtn {
    gap: 9px;
  }
  #ikyc-wrapper .centerBox .uploadrules {
    padding: 0px 0px 20px 10px;
  }

  .proofcardinside {
    margin-left: 0% !important;
  }
  /* Bank and Segment Upload Document */

  /* IPV  */
  .yourselife {
    font-size: 16px;
    line-height: 23px;
  }

  .selfieicon {
    margin: 0px 5px 0px 20px;
  }

  .generateipvLink {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .livephoto {
    font-size: 13px;
    line-height: 17px;
  }

  .re-loadbtn {
    font-size: 16px;
    line-height: 23px;
  }
  /* IPV  */

  /* Step No and Page Name  */
  .stepsHolder {
    height: 43px;
    padding: 0px 10px 0px 0px;
  }
  .stepsHolder .stepsCount {
    width: 55px;
    font-size: 12px !important;
    line-height: 17px;
    height: 45px;
    font-size: 10px !important;
    line-height: 14px;
  }
  .stepsHolder .pageName {
    font-size: 16px;
    line-height: 23px;
  }
  .stepsHolder .stepsCount b {
    font-size: 16px !important;
    line-height: 21px;
  }
  /* Step No and Page Name  */

  /* success page */

  .congrats-card {
    margin-bottom: 30px !important;
  }
  /* success page */

  /* review */

  .stage-msgtxt {
    font-size: 13px !important;
    line-height: 17px;
    padding: 0px 0px 0px 12px !important;
    color: #272727;
  }
  .rejectIndicate {
    font-size: 13px !important;
  }
  .commodityChip {
    width: 45%;
  }

  .card-stack {
    width: 100%;
    padding: 0px 0px !important;
  }

  .selectTradeType {
    display: flex;
    justify-content: center;
  }

  .review-downloadbtn {
    position: inherit;
    margin-bottom: 8px;
    /* margin-left: 18%; */
  }
  .button-download {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .nominee-details {
    max-width: 100% !important;
  }
  .details-card {
    max-width: 100% !important;
  }
  #ikyc-wrapper .reviewcenterBox {
    padding: 0px 10px !important;
  }
  .userDetails {
    align-items: flex-start;
    line-height: 27px;
  }

  .mailAndphone {
    flex-direction: column;
  }

  .email-row,
  .phone-row {
    display: flex;
    flex-direction: row;
  }
  .actionRequired {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  .review-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-block {
    order: 1;
    width: 100%;
  }

  .right-block {
    order: 3;
    margin-top: 6px;
    width: 100%;
  }
  .profile-icon {
    margin: 7px 0px 0px 0px !important;
  }
  .reject-reason {
    order: 2;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .reject-icon {
    margin: 0px !important;
    position: relative;
    bottom: -6px;
  }
  .OneStepCard {
    height: 46px;

    width: 155px;
    border-radius: 10px !important;

    margin: 0px 0px 24px 0px;
  }
  .reject-review-row {
    margin-top: 3px !important;
  }
  .RejectuserDetails {
    margin: 0px !important;
    padding: 10px 0px 0px 0px;
  }
  .stepsHolder .setbtncorrect {
    padding: 0px 40px;
  }
  .stage-msg {
    font-size: 13px !important;
  }
  .review-heading {
    font-size: 13px !important;
  }

  .reject-lefttableheader {
    width: 50%;

    font-size: 16px !important;
    line-height: 25px;
    font-weight: 500;
    padding-left: 16px !important;
    border-top-left-radius: 15px;
    text-align: center !important;
  }
  .reject-righttableheader {
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 500;
    border-top-right-radius: 15px;
  }

  .reject-container
    .v-data-table
    > .v-data-table__wrapper
    > table
    > tbody
    > tr
    > td,
  .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
  .v-data-table > .v-data-table__wrapper > table > thead > tr > td,
  .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
  .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
  .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
    padding: 0px;
  }

  .userSuccessDetails {
    margin: 30px 0px 30px 10px !important;
  }

  /* review */

  /* Success Screen  */
  .successHead {
    display: flex;
    flex-direction: column;
  }
  .guest-content {
    font-size: 15px;
    line-height: 24px;
  }
  .heading1 {
    font-size: 29px;
  }

  .heading2 {
    font-size: 18px;
  }

  .banner-img {
    height: 150px;
  }
  .detailsHeading {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .detail {
    font-size: 19px;
    line-height: 26px;
  }
  .detailsuccess {
    font-size: 21px;
    line-height: 28px;
  }

  /* Success Screen  */
}
@media (max-width: 1130px) {
  .rightBox .v-text-field__slot {
    width: 33px !important;
    height: 33px !important;
  }
  .brokeragePlancard {
  border-radius: 15px !important;
  margin: 25px 100px 25px 100px;
  background: #ffffff;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(220, 238, 252, 1) 100%
  ) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
}
@media (max-width: 950px) {
  .HiddingleftsideTab {
    display: none !important;
  }
}
