.kyc-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  z-index: 10000;
  /* make sure it's on top */
}

.kyc-modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* ------------investment-modal---------------- */
.investment-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 999; 
}

.investment-modal-content {
  width: 100%;
  max-width: 650px;
  height: 500px;
  overflow-x: auto;
  background: white;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 12px;
  margin: 20px 0px 20px 0px;
}

/* .investment-modal-content p{
    margin: 0px;
  } */
.investment-modal-content .close-btn {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.investment-modal-content h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
}

.investment-modal-content .shares-sec {
  display: flex;
  gap: 50px;
  align-items: center;
}

.investment-modal-content .shares-sec p {
  font-size: 16px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 24px;
}

.investment-modal-content .shares-sec p span {
  font-weight: 700;
  display: block;
  color: #e0221e;
}

.investment-modal-content .benefits .ques-ans {
  display: flex;
  align-items: center;
  gap: 10px;
}

.investment-modal-content .benefits .ques-ans .border {
  width: 30px;
  height: 20px;
  padding: 5px;
  background-color: #e0221e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "poppins";
  font-weight: 700;
  line-height: 17.5px;
  font-size: 13px;
  margin-top: -10px;
}

.investment-modal-content .benefits .ques-ans .content {
  margin-bottom: 20px;
}

.investment-modal-content .benefits .ques-ans .content p {
  margin: 0px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  font-size: 15px;
}

.investment-modal-content h3 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  margin-top: 10px;
}

.investment-modal-content .input-investment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.investment-modal-content .input-investment input {
  width: 250px;
  height: 40px;
  border-radius: 11px;
  border: 1px solid #d9d9d9;
  padding: 8px;
  outline: none;
}

.investment-modal-content .input-investment input::placeholder {
  color: #666666;
  font-family: "poppins";
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
}

.investment-modal-content .input-investment button:nth-child(2) {
  width: 250px;
  height: 60px;
  background-color: #e0221e;
  color: #ffffff;
  font-family: "poppins";
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}

.investment-modal-content .input-investment button:nth-child(3) {
  width: 250px;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  font-family: "poppins";
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}

/* --------------------------terms-cond-modal--------------------------- */
.terms-cond-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

.terms-cond-modal-content {
  width: 90%;
  max-width: 650px;
  height: auto;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 8px;
  height: 550px;
  overflow-y: auto;
  padding: 10PX 0PX 10PX 0PX;
}

.terms-cond-modal-content .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: 80px;
}

.terms-cond-modal-content .inner-content h3 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 20px;
}

.terms-cond-modal-content .inner-content p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin: 5px;
}

.terms-cond-modal-content .inner-content button {
  width: 220px;
  height: 67px;
  background-color: #e0221e;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "poppins";
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.terms-cond-modal .close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

/* ----------------------------------------withdraw-modal---------------------------- */

.withdraw-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.withdraw-modal-content {
  width: 100%;
  max-width: 558px;
  height: 600px;
  background: white;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 8px;
  overflow-y: auto;
}

.withdraw-modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

.withdraw-modal-content h2 {
  font-family: "poppins";
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
}

.withdraw-modal-content h5 {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  margin-top: 50px;
}

.withdraw-modal-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  text-align: center;
  color: #e0221e;
  font-family: "poppins";
}

.withdraw-modal-content input {
  width: 100%;
  max-width: 95%;
  height: 20px;
  padding: 10px;
  border-radius: 11px;
  background-color: #fcfcfc;
  border: 1px solid #d9d9d9;
  outline: none;
}

.withdraw-modal-content select {
  border: none;
  outline: none;
  background: none;
  width: 100%;
}

.withdraw-modal-content label {
  font-family: "poppins";
  display: block;
  padding: 10px 0px 10px 0px;
}

.withdraw-modal-content .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.withdraw-modal-content .buttons button:nth-child(1),
.withdraw-modal-content .buttons button:nth-child(2) {
  background-color: #000000;
  outline: none;
  border: none;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 225px;
  height: 67px;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.withdraw-modal-content .buttons button:nth-child(2) {
  background-color: #e0221e;
}

/* ----------------------delete-modal=--------------------------- */
.delete-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.delete-modal-content {
  width: 100%;
  max-width: 258px;
  height: auto;
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 58px;
}

.delete-modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

.delete-modal-content h2 {
  margin-top: 30px;
  font-family: "poppins";
  font-size: 20px;
}

.delete-modal-content .buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.delete-modal-content .buttons button:nth-child(1),
.delete-modal-content .buttons button:nth-child(2) {
  background-color: #000000;
  outline: none;
  border: none;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 225px;
  height: 57px;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 30px;
  cursor: pointer;
}

.delete-modal-content .buttons button:nth-child(2) {
  background-color: #e0221e;
}

/* -----------------Identification-modal------------------------ */
.Identification-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.Identification-modal-content {
  width: 100%;
  max-width: 818px;
  height: auto;
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 58px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.Identification-modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

.Identification-modal .card-flex {
  display: flex;
  gap: 70px;
}

.modal-doc-card {
  margin-top: 40px;
  position: relative;
  width: 317px;
}

.modal-doc-card .modal-doc-card-status {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #20bf55;
  border-radius: 20px;
  width: max-content;
  height: 17px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
}

.modal-doc-card .modal-doc-card-status span {
  color: #ffffff;
  font-family: "poppins";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}

.modal-doc-card .modal-NFT-image-holder {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px;
  border-radius: 11px;
  background-color: #faf8f8;
}

.modal-doc-card .modal-NFT-image-upload-txt {
  display: flex;
  margin-top: 10px;
  width: 317px;
  height: 47px;
  justify-content: center;
  background-color: #e0221e;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}

.modal-doc-card .modal-NFT-image-upload-txt button {
  border: none;
  background: none;
  outline: none;
  color: #ffffff;
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
}

.modal-doc-card .modal-type-of-file {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.modal-type-of-file div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal-type-of-file div p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.modal-type-of-file .file-jpg {
  color: #666666;
  font-family: "poppins";
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
}

/* ----------------------------kyc-request-modal------------- */
.kyc-request-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent background */
  z-index: 200;
  /* make sure it's on top */
}

.kyc-request-modal-content {
  width: 100%;
  max-width: 400px;
  height: auto;
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 58px;

}

.kyc-request-modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

.kyc-request-modal-content h2 {
  font-family: "poppins";
  font-size: 26px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  margin: 30px 0px 30px 0px;
}

.kyc-request-modal-content form div {
  display: flex;
  justify-content: space-between;
  background-color: #FCFCFC;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 11px;
}

.kyc-request-modal-content form div:nth-child(5) {
  /* flex-direction: column; */
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.kyc-request-modal-content form div select {
  border: none;
  outline: none;
  background: none;
  font-weight: 400;
  font-family: "poppins";
  font-size: 16px;
  line-height: 16px;
}

.kyc-request-modal-content form div input {
  border: none;
  outline: none;
  background: none;
  width: 70%;
}

.kyc-request-modal-content form div input::placeholder {
  font-weight: 400;
  font-family: "poppins";
  font-size: 16px;
  line-height: 16px;
}

.kyc-request-modal-content .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  justify-content: start !important;
}

.kyc-request-modal-content .checkbox .form-check-input {
  width: 10px;
}

.form-check-input:checked {
  background-color: #e0221e;
}

.kyc-request-modal-content .checkbox span {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #E0221E;
}

.kyc-request-modal-content .buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.kyc-request-modal-content .buttons button {
  width: 183px;
  height: 67px;
  background-color: #E0221E;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
}

/* -------------------------------------------------custom-modal---------------------- */
.custom-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

.custom-modal-content {
  width: 90%;
  max-width: 500px;
  height: auto;
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 10px;
}

.custom-modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}

.custom-modal-content h2 {
  font-weight: 500;
  color: #404040;
  font-size: 23px;
  font-family: "poppins";
  /* margin-top: 20px; */
}

.custom-modal-content h4 {
  font-weight: 500;
  color: #404040;
  font-size: 16px;
  font-family: "poppins";
  margin-top: 5px;
}

.custom-modal-content p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  font-family: "poppins";
  margin: 5px;
}

.custom-modal-content .buttons {
  display: flex;
  justify-content: center;
}

.custom-modal-content .buttons button {
  background-color: #e11f1c;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 500;
  /* margin-top: 25px; */
  padding: 2%;
  width: 100%;
}


.profile-modal {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.profile-modal-content {
  position: absolute;
  right: 150px;
  top: calc(100px + 10px);
  /* Adjust for profile image height */
  width: 300px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  border-radius: 48px;
}

.profile-modal-content .center,
.sidebar-profile-modal-content .center {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.profile-modal-content .center h2,
.sidebar-profile-modal-content .center h2 {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.profile-modal-content .center span,
.sidebar-profile-modal-content .center span {
  font-family: "poppins";
  font-weight: 400;
  color: #e0221e;
  font-size: 16px;
}

.profile-modal-content .bottom div,
.sidebar-profile-modal-content .bottom div {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e0221e;
  color: #FCFCFC;
  margin-bottom: 10px;
  border-radius: 12px;
  padding-left: 20px;
  cursor: pointer;
}

.profile-modal-content .bottom div p,
.sidebar-profile-modal-content .bottom div p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
}

.profile-modal-content .button,
.sidebar-profile-modal-content .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-modal-content .button button,
.sidebar-profile-modal-content .button button {
  background-color: #e0221e;
  width: 129px;
  height: 60px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
}

.edit-profile-modal{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 999; 
}

.edit-profile-modal-content {
  width: 90%;
  max-width: 400px;
  height: auto;
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 48px;
  margin-inline: 20px;
}
.edit-profile-modal-content .close-btn {
  position: absolute;
  right: 30px;
  cursor: pointer;
}

.edit-profile-con form .edit-profile-input{
  display: flex;
  justify-content: space-between;
  width: 90%;
  border: 2px solid #d9d9d9;
  border-radius: 11px;
  padding: 10px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 30px;
}
.edit-profile-con form .edit-profile-input input{
  border: none;
  outline: none;
  background: none;
  width: 50%;
}
.edit-profile-con form .edit-profile-input select{
  border: none;
  background: none;
  outline: none;
}
.edit-profile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.edit-profile-button button {
  width: 160px;
  height: 60px;
  background-color: #E0221E;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
}

/* --------------------notification-modal-------------------------- */

.notification-modal {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 1;
}

.notification-modal-content {
  position: absolute;
  right: 200px;
  top: calc(100px + -18px);
  /* Adjust for profile image height */
  width: 320px;
  max-width: 90%;
  background-color: white;
  padding: 20px 0px 20px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  border-radius: 20px;
  height: auto;
  min-height: 150px;
}

.notification-modal-content .info-title {
  text-align: center;
  font-family: "poppins";
  font-weight: 700;
  color: #e11f1c;
}

.notification-header {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  padding: 10px;
}

.notification-header:hover {
  background-color: #e0221e;
  color: #ffffff;
}

.notification-header .text-area .msg-txt p {
  margin: 0;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 400;
}


.notification-header .text-area .msg-txt p{
margin: 0;
font-family: "poppins";
font-size: 10px;
font-weight: 400;
}
.notification-header .text-area .msg-txt span{
  margin: 0;
  font-family: "poppins";
  font-size: 13px;
  font-weight: 700;
  }
.viewAll{
  font-family: "poppins";
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* --------------sidebar-profile-modal------------------------ */
.sidebar-profile-modal {
  display: flex;
  /* justify-content: flex-end; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-profile-modal-content {
  max-width: 90%;
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 300px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  border-radius: 20px;
}

.discount-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.discount-modal-content {
  width: 100%;
  max-width: 450px;
  height: auto;
  background: white;
  /* padding: 30px 30px 30px 30px; */
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 48px;
  margin: 20px 0px 20px 0px;
}

.discount-modal-content .close-btn {

  position: absolute;
  right: 30px;
  cursor: pointer;
}

.profile-modal-content .close-btn {

  position: absolute;
  right: 30px;
  cursor: pointer;
}
.notification-modal-content .close-btn {

  position: absolute;
  right: 30px;
  cursor: pointer;
}

.sidebar-profile-modal-content .close-btn {

  position: absolute;
  right: 30px;
  cursor: pointer;
}
.offer-modal-sec{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer-modal-sec h6{
  transform: rotate(-5deg);
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
  font-family: "poppins";
}
.offer-modal-sec .offer-modal-img img{
  width: 200px;
  
}

.offer-modal-img {
  position: relative;
}
.offer-modal-img .text{
  position: absolute;
  top: 10px;
left: 30px;
align-items: center;
}
.offer-modal-img .text p{
  font-size: 20px;
  color: #fff;
  width: 130px;
  text-align: center;
  transform: rotate(-10deg);
  font-weight: bold;
  line-height: 23px;
font-family: "poppins";
}

.offer-modal-img .text span{
  margin-top: 20px;
  font-size: 15px;
  display: block;
  text-align: 3enter;
  font-weight: bold;
  line-height: 23px;
font-family: "poppins";
transform: rotate(-10deg);
color: #fff;
margin-left: 20px;
}

.offer-modal-sec button{
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  min-width: 80px;
  padding: .2em 1.2em;
  text-decoration: none;
  border: none;
  background-color: #E0221E;
  height: 40px;
}
.offer-modal-sec .bottom-img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.invest-options-modal{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.invest-options-modal-content{
  width: 100%;
  max-width: 550px;
  height: auto;
  background: white;
  /* padding: 30px 30px 30px 30px; */
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 48px;
  margin: 20px 0px 20px 0px;
  padding: 15px 15px 15px 20px;
}
.invest-options-modal-content .close-btn {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.invest-options-modal-content .Login-btn-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.invest-options-modal-content .Login-btn-container button{
  width: 250px;
  height: 60px;
  background-color: #e0221e;
  color: #ffffff;
  font-family: "poppins";
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.invest-options-modal-content h6{
  font-size: 23.3px;
  font-family: "poppins";
  color: #404040;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
}
.invest-options-modal-content div{
  font-size: 12px;
  color: #404040;
  font-family: "poppins";
}
/* {---------------------------------responsive---------------------------------------------} */
@media (max-width:991px) {
  .notification-modal-content {
    right: 100px;
    top: calc(100px + -30px);
  }
  .edit-profile-modal-content{
    top: calc(100px + -80px);

  }
}


@media (max-width:768px) {

  .custom-modal-content {
    width: 85%;
  }

  .terms-cond-modal-content {
    width: 85%;
  }


  .investment-modal-content {
    width: 85%;
  }

  .investment-modal-content .benefits .ques-ans .content {
    margin-bottom: 10px;
  }

  .notification-modal-content {
    right: 62px;
    top: calc(100px + -30px);
  }
  .withdraw-modal-content{
    width: 80%;
  }
}

@media (max-width:600px) {

  .custom-modal-content p {
    margin-top: 0px;
  }

  .investment-modal-content .input-investment {
    flex-direction: column;
  }

  .investment-modal-content .input-investment input {
    width: 95%;
  }

  .investment-modal-content .input-investment button:nth-child(2),
  .investment-modal-content .input-investment button:nth-child(3) {
    width: 100%;
  }

  .investment-modal-content .shares-sec p {
    margin: 0;
  }

  .investment-modal-content .benefits .ques-ans .content p {
    margin: 0px;
    line-height: 22px;
    font-size: 12px;
    margin-top: 5px;
  }

  .investment-modal-content .shares-sec p {
    font-size: 12px;
    line-height: 20px;
  }

  .investment-modal-content h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .investment-modal-content .input-investment {
    gap: 5px;
  }

  .profile-modal-content .center h2,
  .sidebar-profile-modal-content .center h2{
    font-family: "poppins";
    font-size: 15px;
    font-weight: 600;
    color: #000000;
  }
.custom-modal-content p{
  margin-top: 0px;
}
.investment-modal-content .input-investment{
  flex-direction: column;
}
.investment-modal-content .input-investment input{
width: 95%;
}
.terms-cond-modal-content .inner-content{
  padding-inline: 30px;
}
.edit-profile-modal-content {
  max-width: 70%;
  /* right: 20px; */
}
.invest-options-modal-content{
  max-width: 400px;
}
.invest-options-modal-content h6{
  line-height: 22px;
  font-size: 19px;
}
}


@media (max-width:500px) {
 
  .custom-modal-content p {
    font-size: 14px;
  }

  .custom-modal-content {
    width: 80%;
    padding: 20px;
  }

  .terms-cond-modal-content {
    width: 88%;
    padding: 30px 10px 30px 10px;
  }

  .terms-cond-modal-content .inner-content button {
    width: 170px;
    height: 50px;
    font-size: 14px;
  }


  .investment-modal-content {
    width: 70%;
    padding: 10px 30px 20px 30px;
  }

  .sidebar-profile-modal-content {
    left: 10px;
    max-width: 80%;
  }
  
  .profile-modal-content {
    left: 15px;
    max-width: 80%;
  }
  .kyc-request-modal-content {
    max-width: 232px;
    padding: 20px;
    border-radius: 35px;
  }

  .kyc-request-modal-content form div {
    padding: 5px;
  }

  .kyc-request-modal-content h2 {
    font-size: 20px;
    line-height: 7px;
    margin: 30px 0px 16px 0px;
  }

  .kyc-request-modal-content .buttons button {
    height: 55px;
  }

  .kyc-request-modal-content .checkbox span {
    font-size: 12px;
    line-height: 15px;
  }

  .custom-modal-content h2 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 20px;
    /* margin-top: 30px; */
  }

  .investment-modal-content h2{
    font-size: 20px;
  }
  .terms-cond-modal-content .inner-content h3 {
    font-size: 14px;
    line-height: 23px;
}
.terms-cond-modal-content .inner-content p {
  font-size: 12px;
  line-height: 18px;
}
.withdraw-modal-content h2{
  font-size: 20px;
}
.withdraw-modal-content label {
  padding: 5px 0px 5px 0px;
}
}
@media (max-width:450px) {
  .invest-options-modal-content {
    max-width: 300px;
}
.invest-options-modal-content h6 {
  line-height: 20px;
  font-size: 16px;
}
}

@media (max-width:400px) {

  .custom-modal-content p {
    font-size: 12px;
  }

  .signup-con .right form .signup-btn {
    margin-top: 20px;
  }

  
  .investment-modal-content .benefits .ques-ans .content {
    margin-bottom: 0px;
  }

  .investment-modal-content .benefits .ques-ans .content p {
    line-height: 14px;
    font-size: 10px;
  }

  .investment-modal-content .input-investment input {
    height: 30px;
  }

  .investment-modal-content .input-investment button:nth-child(2),
  .investment-modal-content .input-investment button:nth-child(3) {
    height: 45px;
  }

  .notification-modal-content {
    max-width: 70%;
    right: 45px;
    padding: 10px 0px 10px 0px;
  }

  .notification-header .text-area .msg-txt p {
    font-size: 12px;
    right: 65px;
  }
  
  .withdraw-modal-content h2{
    font-size: 16px;
    margin-top: 10px;
  }
  .withdraw-modal-content{
    padding: 20px;
  }
  .withdraw-modal-content p {
    font-size: 12px;
    line-height: 15.5px;
}
.notification-modal-content .close-btn{
  right: 15px;
}
.invest-options-modal-content {
  max-width: 250px;
}
.invest-options-modal-content h6 {
  line-height: 18px;
  font-size: 12px;
}
.invest-options-modal-content .Login-btn-container button {
  width: 200px;
  height: 50px;
}
}