body {
  background: #ededed;
}

button:focus, button:active {
  outline: none !important;
  border: none;
}

.navbar {
  height: 71px;
  background: #000;
  margin-bottom: 40px;
}
.navbar .navbar-brand img {
  width: 130px;
}
.navbar .navbar-collapse {
  z-index: 9;
  position: relative;
  background: black;
}
.navbar .navbar-collapse .navbar-nav li {
  color: #FFF;
  line-height: 70px;
  padding: 0 20px;
}
.navbar .navbar-collapse .navbar-nav li a {
  color: #FFF;
  line-height: 70px;
  display: inline;
  padding: 0;
}
.navbar .navbar-collapse .navbar-nav li.balance {
  color: #f12027;
  line-height: 70px;
}
.navbar .navbar-collapse .navbar-nav li.balance a {
  color: #f12027;
  text-decoration: underline;
}
.navbar .navbar-collapse .navbar-nav li.balance a:hover {
  text-decoration: none;
}
.navbar .navbar-collapse .navbar-nav li.logout {
  padding: 0;
}
.navbar .navbar-collapse .navbar-nav li.logout a {
  background: #f12027;
  padding: 0 20px;
  height: 70px;
  display: block;
  transition: all 0.3s linear;
}
.navbar .navbar-collapse .navbar-nav li.logout a img {
  height: 30px;
}
.navbar .navbar-collapse .navbar-nav li.logout a:hover {
  background: #d10d14;
  transition: all 0.3s linear;
}

.partner-table {
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.partner-table h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 14px;
}
.partner-table h3 a {
  text-decoration: underline;
  color: #000;
}
.partner-table h3 a:hover {
  text-decoration: none;
}
.partner-table .table {
  margin: 0;
}
.partner-table .table tr th {
  background: #dfdfdf;
  color: #989898;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.partner-table .table tr .light-middle {
  color: #a2a2a2;
}
.partner-table .table tr td {
  border: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.partner-table .table tr td .copy-link {
  background: #f12027;
  color: #FFF;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  border: none;
  padding: 0 30px;
  margin-left: 15px;
  transition: 0.3s all;
}
.partner-table .table tr td .copy-link:hover {
  background: #191919;
  transition: 0.3s all;
}
.partner-table .table tr td.light {
  color: #cbcbcb;
}
.partner-table .table tr td.middle {
  color: #363636;
}
.partner-table .table tr td.colored {
  color: #9f4455;
}
.partner-table .table tr:nth-child(odd) td {
  background: #fff;
}
.partner-table .table tr:nth-child(even) td {
  background: #f9f9f9;
}

.link-generator {
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 20px;
}
.link-generator .card-header {
  background: #f12027;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
.link-generator .card-body {
  color: #000;
  font-size: 14px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 240px;
}
.link-generator .card-body h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.link-generator .card-body .percents {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.link-generator .card-body .percents span {
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  font-size: 18px;
  background: #ededed;
  cursor: pointer;
}
.link-generator .card-body .percents span.active {
  background: #f12027;
  color: #FFF;
  cursor: default;
}
.link-generator .card-body .generate {
  background: #f12027;
  color: #FFF;
  width: 200px;
  text-transform: uppercase;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 40px;
  margin: 0;
  font-weight: bold;
  transition: 0.3s all;
}
.link-generator .card-body .generate:hover {
  background: #191919;
  transition: 0.3s all;
}
.link-generator .card-body p {
  color: #a2a2a2;
}

.wrap {
  min-height: calc(100vh - 165px);
}

.footer {
  padding: 30px 0;
  background: #000;
}
.footer .footer-logo {
  max-width: 130px;
}
.footer .copy {
  display: block;
  color: #FFF;
  margin-top: 20px;
}

.login-page {
  background: #191919;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.login-page .login-form {
  text-align: center;
  background: #000;
  min-width: 300px;
  padding: 30px;
  border-radius: 10px;
}
.login-page .login-form img {
  width: 200px;
}
.login-page .login-form h2 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 20px;
}
.login-page .login-form input {
  background: #FFF;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 20px;
  border: none;
  margin-bottom: 20px;
  width: 100%;
}
.login-page .login-form input:focus {
  border: none !important;
  outline: none !important;
}
.login-page .login-form button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  background: #de1c24;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s linear;
}
.login-page .login-form button:hover {
  background: #f4232b;
  transition: all 0.3s linear;
}

.back {
  display: inline-block;
  margin-bottom: 20px;
  height: 30px;
  background: #dfdfdf;
  color: #989898;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 20px 0 35px;
  vert-align: top;
  position: relative;
  transition: all 0.3s linear;
}
.back span {
  display: block;
  top: -1px;
  left: 15px;
  position: absolute;
}
.back:hover {
  text-decoration: none;
  color: #FFF;
  background: #000;
  transition: all 0.3s linear;
}

.withdraw-btn {
  float: right;
  display: inline-block;
  margin-bottom: 20px;
  height: 30px;
  background: #00b67a;
  color: #fff;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 20px;
  vert-align: top;
  position: relative;
  transition: all 0.3s linear;
}
.withdraw-btn:hover {
  text-decoration: none;
  color: #FFF;
  background: #00d08b;
  transition: all 0.3s linear;
}

.payed {
  color: #00b67a;
}

.language-widget {
  margin-top: 30px;
  color: white !important;
  display: flex;
  justify-content: center;
  font-size: 16px !important;
}
.language-widget .languages-list {
  list-style: none;
  color: white;
  padding: 0;
}
.language-widget .languages-list li a {
  color: #de1c24;
}
.language-widget .languages-list .drop {
  padding-left: 10px;
  font-weight: bold;
}

.range {
  width: 100%;
}
.range .range-value {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.range input[type=range] {
  width: 100%;
  background: #ededed;
  -webkit-appearance: none;
  height: 25px;
}
.range input[type=range]:active, .range input[type=range]:focus {
  outline: none;
  border: none;
}
.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #f12027;
  cursor: pointer;
}
.range input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #f12027;
  cursor: pointer;
}
.range .lables {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.range .lables span {
  color: #a2a2a2;
}

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