@import "fonts/iran yekan/css/fontiran.css";
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover, a:focus, a:active {
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

small {
  font-size: 11px;
}

textarea {
  resize: none;
}

.ltr {
  text-align: left !important;
  direction: ltr !important;
}

.rtl {
  text-align: right !important;
  direction: rtl !important;
}

ul {
  list-style: none;
  padding: 0;
}

.text-main {
  color: #FFFFFF;
}

.text-justify {
  text-align: justify;
}

.container-fluid {
  --bs-gutter-x: 2.5rem;
}

.right-col {
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}

.left-col {
  padding-right: calc(var(--bs-gutter-x) * 0.25);
}

.btn {
  height: 58px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0f5f96 !important;
  border-color: #0f5f96 !important;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover.disabled, .btn-primary:hover:disabled, .btn-primary:focus.disabled, .btn-primary:focus:disabled, .btn-primary:active.disabled, .btn-primary:active:disabled {
  opacity: 0.3;
}

.bg-black {
  background: #000000;
}

.error-message {
  color: #ff0000;
  font-size: 12px;
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: #eef3f1;
  --bs-alert-border-color: #c9dbd3;
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

body {
  font-family: iranyekan, cursive;
  font-size: 14px;
  font-weight: 400;
  margin: auto;
  max-width: 480px;
  line-height: 1.7;
  padding-bottom: 120px;
  position: relative;
  height: 100vh;
}
body .height-100 {
  height: 100vh;
}
body .wallet-list {
  border: 1px solid #D8D8D8;
  border-top: 0;
  border-bottom: 0;
  padding: 20px;
  height: 100%;
  position: relative;
  min-height: 500px;
}
body .wallet-list .header {
  text-align: center;
}
body .wallet-list .header img {
  width: 120px;
}
body .wallet-list .header img.small {
  width: 90px;
}
body .wallet-list h6 {
  margin-bottom: 20px;
  font-weight: 400;
}
body .wallet-list button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
body .wallet-list .list-group .list-group-item {
  padding: 15px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
body .wallet-list .list-group .list-group-item .wallet-details {
  display: flex;
}
body .wallet-list .list-group .list-group-item .wallet-details img {
  width: 50px;
  border-radius: 5px;
}
body .wallet-list .list-group .list-group-item .wallet-details .info {
  margin-right: 10px;
}
body .wallet-list .list-group .list-group-item .wallet-details .info .name {
  font-size: 15px;
  display: block;
}
body .wallet-list .list-group .list-group-item .wallet-details .info .desc {
  font-size: 12px;
  color: #767676;
  display: block;
}
body .wallet-list .list-group .list-group-item .form-check-input[type=radio] {
  background: transparent;
  border: 1px solid #D8D8D8;
  width: 22px;
  height: 22px;
  position: relative;
}
body .wallet-list .list-group .list-group-item .form-check-input[type=radio]:checked {
  border-color: rgba(15, 95, 150, 0.6);
}
body .wallet-list .list-group .list-group-item .form-check-input[type=radio]:checked:before {
  content: "";
  background: #0f5f96;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
}

/*# sourceMappingURL=main.css.map */
