*:focus {
  box-shadow: none !important;
}

*::-moz-placeholder {
  color: #B7B7B8 !important;
}

*::placeholder {
  color: #B7B7B8 !important;
}

a {
  color: #845adf;
  opacity: 0.9;
}
a:hover {
  opacity: 1;
}

small {
  font-size: 80%;
}

.alert-primary {
  color: #845adf;
  background: #E5E1F5;
  border: 1px solid #E5E1F5;
}

.attention {
  color: red;
}

.border-primary {
  border-color: #e8deff !important;
}

.text-violet {
  color: #845adf !important;
}

.text-primary {
  color: #845adf !important;
  text-decoration: none;
}

.text-green {
  color: #26bf94;
}

.text-sky {
  color: #23b7e5;
}

.text-success {
  color: #26bf94 !important;
}

.bg-violet {
  background: #F2EEFC !important;
}

.bg-sky {
  background: #E9F8FC !important;
}

.bg-success {
  background: #E9F8F4 !important;
}

.bg-danger {
  background: #FCEDEB !important;
}

body {
  background: #f0f1f7;
  min-height: 100dvh;
}

.white-bg {
  background-color: white;
}

.btn-primary {
  background: #845adf;
  border-color: #845adf;
  color: white;
}
.btn-primary:hover, .btn-primary:active {
  background: rgba(132, 90, 223, 0.9019607843) !important;
}

.btn-outline-success {
  border-color: #26bf94;
  color: #26bf94;
}
.btn-outline-success:hover, .btn-outline-success:active {
  background: #26bf94 !important;
  border-color: #26bf94 !important;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.authentication .desktop-logo {
  height: 2rem;
  line-height: 2rem;
  margin: 20px 0;
}

#captchaImg {
  cursor: pointer;
  height: 42px;
}

#formMessage {
  font-size: 14px;
  display: none;
  color: red;
  margin-bottom: 10px;
}

.form-label {
  font-size: 0.8rem;
}

.form-control {
  font-size: 0.875rem;
}

.btn {
  font-size: 0.95rem;
  font-weight: 600;
}

.protect {
  font-size: 18px;
}
.protect__img {
  margin-right: 5px;
  cursor: pointer;
}
.protect .symbol {
  display: block;
  padding: 15px 20px;
  border: 1px solid #e9edf6;
  border-radius: 10px;
  line-height: 1;
}
.protect__link {
  display: block;
  text-align: center;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  background-color: #845adf;
  border-color: #845adf;
  color: #fff;
  text-decoration: none;
  width: 100%;
  box-shadow: none;
  border: 0;
}
.protect__link:hover {
  background-color: rgba(132, 90, 223, 0.9019607843);
}

.cpanel .container-fluid {
  width: 94%;
}
.cpanel__btn {
  margin-right: 15px;
}
.cpanel__btn i {
  font-size: 20px;
}
.cpanel__cart {
  padding: 40px 20px;
  width: 300px;
}
.cpanel__pic {
  text-align: center;
  font-size: 30px;
  padding: 10px;
  line-height: 1;
  background: #FEF8EC;
  color: #FCC343;
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.cpanel__title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.cpanel__text {
  text-align: center;
  margin-bottom: 10px;
}
.cpanel__action {
  background: #845ADF;
  width: auto;
  font-size: 12px;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
}
.cpanel__ava {
  display: block;
  padding: 12px 14px;
  background: #E6DEF9;
  border-radius: 50%;
  line-height: 1;
  font-size: 12px;
  margin: 10px;
  color: #FCC343;
  font-weight: bold;
}
.cpanel__login {
  text-align: left;
  font-size: 14px;
  color: #536485;
  line-height: 1;
  font-weight: bold;
}
.cpanel__rate {
  color: #536485;
  font-size: 12px;
  opacity: 0.7;
}
.cpanel .dropdown-menu li {
  margin: 5px 0;
}
.cpanel .dropdown-item i {
  margin-right: 10px;
}

.logo img {
  width: 187px;
}

.topNav {
  font-weight: bold;
  border-top: 1px solid #f3f3f3;
  padding-top: 0;
  padding-bottom: 0;
}
.topNav .nav-item {
  padding: 5px 10px;
}
.topNav .nav-item:hover {
  background: #F3F6F8;
}
.topNav .nav-item a {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #536485;
  font-weight: 500;
}
.topNav .nav-item i {
  font-size: 16px;
  margin-right: 7px;
  color: #536485;
}

.h1 {
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0 20px 0;
  line-height: 1;
}

.breadcrumbs {
  font-size: 14px;
  font-weight: normal;
  padding: 40px 0 20px 0;
}
.breadcrumbs a {
  text-decoration: none;
}

.alert__icon {
  margin-left: 20px;
  font-size: 30px;
  font-weight: bold;
  color: red;
}
.alert ul {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}

.card {
  margin-top: 20px;
}
.card__title {
  margin-bottom: 20px;
}
.card__title b {
  margin-right: 10px;
}
.card__alert {
  font-size: 14px;
  color: #845ADF;
  font-weight: 500;
}
.card__wallet {
  cursor: pointer;
}
.card__icon {
  margin-right: 10px;
}
.card__adr {
  font-size: 18px;
  font-weight: 500;
}
.card__username {
  font-weight: 500 !important;
  font-size: 24px !important;
}
.card__link a {
  font-size: 13px;
  text-decoration: none;
}

.att__subtitle {
  background: #F5B849;
  color: white;
  padding: 15px 20px;
}
.att__text {
  background: #FEF8EC;
  color: #F5B849;
  padding: 15px 20px;
  font-size: 14px;
}
.att p {
  padding: 0 !important;
  margin: 0;
}
.att__link {
  color: #845adf;
}
.att a {
  text-decoration: none;
}

.post__subtitle {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
.post p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.update {
  font-size: 14px;
  font-weight: 500;
}
.update .badge {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.update__btn a {
  display: block;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.update__btn a:hover {
  background: #845adf !important;
  color: white !important;
}

.table .avatar img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.symbols input {
  text-align: center;
  font-size: 20px;
}

footer {
  background: white;
  padding: 15px;
  font-size: 13px;
}
footer .col {
  text-align: center;
  color: #8c9097;
}/*# sourceMappingURL=style.css.map */