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

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.body__bg {
  background: url("../img/money.jpg");
  background-size: cover;
  font-family: "Roboto", sans-serif;
}

.admin__bg {
  background: url("../img/pattern1.png");
}

.vh100 {
  height: 100vh;
}

.validate__form .card-header {
  border-radius: 5px 5px 0 0;
  text-align: center;
  background: darkslateblue;
  padding: 5px;
}
.validate__form .card-body {
  padding: 20px;
}

#login__table {
  background: white;
  border-radius: 6px;
}

.floating-label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.setting__icon {
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 0;
}

label {
  font-size: 12px;
  color: #a0aec0;
  position: absolute;
  left: 50px;
  top: 5px;
}

.captcha__field {
  height: 50px;
  padding-left: 50px;
  padding-top: 20px;
}

.form__field {
  height: 50px;
  padding-left: 50px;
  padding-top: 20px;
}

#bot__img img {
  width: 160px;
  height: 75px;
  cursor: pointer;
}

#formMessage {
  color: red;
}

.divider-text {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #a0aec0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 15px 0;
}

.divider-text::before, .divider-text::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.login__alert {
  display: none;
  font-size: 13px;
  color: #dc3545;
  border-left: 4px solid #dc3545;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #f8d7da;
}

.billing__alert {
  font-size: 16px;
  color: #dc3545;
  border-left: 4px solid #dc3545;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #f8d7da;
}

.main__wrap {
  background: white;
  max-width: 94%;
}
.main__wrap .header__link {
  font-size: 18px;
  color: #4a5568;
  position: relative;
}
.main__wrap .header__link .count {
  background: orange;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.main__wrap .header__support {
  font-size: 30px;
  color: green;
  padding: 0.5rem 0 0.5rem 1rem;
}
.main__wrap .header .tickets {
  padding-left: 10px;
  margin-right: 10px;
}
.main__wrap .header .profile__btn {
  color: #4a5568;
  text-decoration: none;
}
.main__wrap .header .profile__btn:hover {
  background: #c9d8f0;
  color: #3367b5;
}
.main__wrap .header .profile__avatar {
  margin-right: 10px;
}
.main__wrap .header .profile__avatar img {
  border-radius: 100px;
  width: 34px;
  height: 34px;
}
.main__wrap .header .profile__avatar_big img {
  width: 50px;
  height: 50px;
}
.main__wrap .header .profile__name {
  font-size: 18px;
  line-height: 1.1;
}
.main__wrap .header .profile__name span {
  font-size: 14px;
}
.main__wrap .header .profile .dropdown-menu {
  min-width: 12rem;
  padding-top: 0;
}
.main__wrap .header .profile .dropdown-menu .dropitem {
  color: white;
  padding: 10px 15px;
}
.main__wrap .header .profile .dropdown-menu .dropitem_blue {
  border-radius: 5px 5px 0 0;
  background: #467bcb;
  margin-bottom: 10px;
}
.main__wrap .header .profile .dropdown-menu .droplink {
  font-size: 16px;
}
.main__wrap .header .profile .dropdown-menu .droplink i {
  margin-right: 5px;
  font-size: 22px;
}
.main__wrap .header .profile .dropdown-menu .droplink_orange {
  color: #d35f41;
}
.main__wrap .topnav {
  font-size: 17px;
  font-weight: 400;
  background: linear-gradient(to bottom, #606c88, #3f4c6b) !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main__wrap .topnav .nav-item {
  margin-right: 5px;
}
.main__wrap .topnav .nav-item a {
  padding: 5px 10px;
  display: flex;
}
.main__wrap .topnav .nav-item a i {
  font-size: 20px;
  margin-right: 5px;
}
.main__wrap .topnav .nav-item a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.main__wrap .topnav .nav-item .active {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.main__wrap .content {
  margin-top: 20px;
}
.main__wrap .content_ml15 {
  margin-left: 15px;
}
.main__wrap .content__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.main__wrap .content .card {
  margin-bottom: 20px;
}
.main__wrap .content .card_sky {
  color: #007c82;
  background-color: #ebf5f6;
  border-color: #66b7bb;
}
.main__wrap .content .card_gold {
  color: #b78415;
  background-color: #fef9ed;
  border-color: #f2b42d;
}
.main__wrap .content .card .topline__img {
  margin-right: 20px;
}
.main__wrap .content .card .topline_w24 {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.main__wrap .content .card .topline_w32 {
  width: 32px;
  height: 32px;
}
.main__wrap .content .card .topline__smile {
  margin-left: 5px;
}
.main__wrap .content .card .main {
  margin-top: 20px;
}
.main__wrap .content .card .title {
  font-size: 22px;
  line-height: 1.1;
}
.main__wrap .content .card .title_mono {
  font-family: "Roboto Mono", monospace;
}
.main__wrap .content .card .title_red {
  color: #c10300;
}
.main__wrap .content .card .title_black {
  color: #2d3748;
}
.main__wrap .content .card .text {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.1;
}
.main__wrap .content .card .text_mono {
  font-family: "Roboto Mono", monospace;
}
.main__wrap .content .card .text_red {
  color: #c10300;
}
.main__wrap .content .card .text_black {
  color: #2d3748;
}
.main__wrap .content .card .text_violet {
  color: #9a00b2;
}
.main__wrap .content .card .text_green {
  color: #02be44;
}
.main__wrap .content .card .text_normal {
  text-decoration: none;
}
.main__wrap .content .card .text_normal:hover {
  text-decoration: underline;
}
.main__wrap .content .card .text_small {
  font-size: 14px;
  margin-bottom: 5px;
}
.main__wrap .content .card .sup__img {
  width: 32px;
  height: 32px;
}
.main__wrap .content .card .flag {
  font-size: 14px;
  margin: 0 20px 30px 0;
}
.main__wrap .content .card .flag img {
  border-radius: 3px;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}
.main__wrap .content__table {
  margin-bottom: 10px;
  font-size: 13px;
}
.main__wrap .content__table .invoice {
  margin-bottom: 5px;
}
.main__wrap .content__th {
  padding: 5px;
  background: beige !important;
  border: 1px solid #cbd5e0;
  margin-bottom: 5px;
}
.main__wrap .content__td {
  padding: 5px;
  border: 1px solid #cbd5e0;
}
.main__wrap .content__td_yell {
  background: beige !important;
}
.main__wrap .content__td_w60 {
  min-width: 80px !important;
}
.main__wrap .content__td_bt0 {
  border-top: 0 !important;
}
.main__wrap .content__td_br0 {
  border-right: 0 !important;
}
.main__wrap .content__td i {
  cursor: pointer;
  font-size: 20px;
}
.main__wrap .content .trans {
  width: 100%;
  font-size: 13px;
  text-align: center;
  display: none;
}
.main__wrap .content .trans th {
  padding: 5px;
  background: beige !important;
  border: 1px solid #cbd5e0;
  margin-bottom: 5px;
}
.main__wrap .content .trans td {
  border: 1px solid #cbd5e0;
}
.main__wrap .content .trans__details {
  width: 45% !important;
}
.main__wrap .content .trans .inner__tb .left {
  min-width: 100px;
  border-bottom: 1px solid #cbd5e0;
  padding: 5px;
}
.main__wrap .content .trans .inner__tb .right {
  border-bottom: 1px solid #cbd5e0;
  padding: 5px;
}
.main__wrap .content .trans .inner__tb .right .sum {
  margin-right: 20px;
}
.main__wrap .content .trans .inner__tb .right .coin__img img {
  width: 24px;
}
.main__wrap .content .trans .inner__tb .right #wallet {
  max-width: 150px;
  margin-right: 40px;
}
.main__wrap .content .trans .inner__tb .right .wallet, .main__wrap .content .trans .inner__tb .right .coin__sum {
  font-weight: bold;
}
.main__wrap .footer {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  border-top: 1px solid #cbd5e0;
  text-align: right;
  min-height: 3.5rem;
}/*# sourceMappingURL=style.css.map */