.download-qr-modal .modal-dialog {
  width: 100%;
  max-width: 850px;
}
.download-qr-modal .modal-dialog .modal-content {
  background: url(/images/bestwallet-modal/qr_background.png) no-repeat;
  background-size: cover;
  border: 4px solid #83ffcb;
  border-radius: 16px;
  overflow: visible;
}
.download-qr-modal .modal-dialog .modal-content .modal-header .btn-close {
  background-color: #83ffcb;
  border: 3px solid #1b3145;
  border-radius: 28px;
  height: 30px;
  opacity: 1;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
}
.download-qr-modal .modal-dialog .modal-content .modal-body {
  padding: 44px;
}
.download-qr-modal .modal-dialog .modal-content .modal-body .title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item {
  background: rgba(234, 236, 240, 0.2);
  border-radius: 12px;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item
  .bw-download-modal-item-image {
  height: 100%;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item
  .bw-download-modal-item-image
  img {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item
  .bw-download-modal-item-content {
  padding: 0 5px 0 10px;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item
  .bw-download-modal-item-content
  h4 {
  color: #83ffcb;
  font-size: 17px;
  font-weight: 600;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-item
  .bw-download-modal-item-content
  p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-qr {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(234, 236, 240, 0.2);
  border-radius: 16px;
  padding: 16px;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-qr
  img {
  width: 100%;
  height: auto;
}
.download-qr-modal
  .modal-dialog
  .modal-content
  .modal-body
  .bw-download-modal-qr
  p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
  line-height: 20px;
}
@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url(../media/revicons.ff59b316.woff) format("woff"),
    url(../media/revicons.b96bdb22.ttf) format("ttf"),
    url(../media/revicons.652e7269.eot) format("ttf");
}
.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, transition;
}
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer;
}
.react-multiple-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.react-multiple-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}
.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left:before {
  content: "\e824";
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right:before {
  content: "\e825";
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  transition: background 0.5s;
  border: 2px solid grey;
  padding: 0;
  margin: 0 6px 0 0;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-item {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}
.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--right:before {
  content: "\e824";
}
.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--left:before {
  content: "\e825";
}
.dropdown-menu {
  inset: 100% 0 auto auto;
  transform: translateY(0);
}
