.modal-body {
  padding: 1.25rem;
  gap: 1.38rem;
}
.btn-close {
  border: 0.69px solid rgb(116 106 106);
}
.modal-content {
  border-radius: 0.9375rem;
}
.modal-dialog {
  margin-top: 5rem;
}
.w-fit{
    width: fit-content !important;
}
.w-fill{
    width: -webkit-fill-available !important;
}
.btn-qr{
    border-radius: 0.625rem !important;
    border: 1px solid #EAEAEA;


}
.im-fr{
    border-radius: 17px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.rtl{
    direction: rtl;
}
.bg-5d{
    background: #5D2FFB !important;
}
.colo-5d{
  color: #5D2FFB !important;
}
.link-fr
  {
    border-radius: var(--radius-2xl, 1rem);
    box-shadow: 0px 15px 18.75px -3.75px rgba(0, 0, 0, 0.10), 0px 7.5px 7.5px -3.75px rgba(0, 0, 0, 0.04);
}

.bg-e6{
  background: #e6e6e6 !important;
}
.tx-cop{
  margin: 0;
  direction: ltr;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.icon-copy{
  cursor: pointer;
}