@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;500;700&display=swap");
@keyframes toups {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(0.8);
  }
}
.site {
  background-color: rgb(233.7692307692, 240.8461538462, 241.7307692308);
  min-height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.auth {
  padding: 20px;
  width: 100%;
  max-width: 280px;
}
.auth .logo {
  margin: 20px auto;
  background-size: 100px auto;
}
.auth {
  border-radius: 5px;
}

.button-google {
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 5px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}
.button-google p {
  text-transform: uppercase;
  font-size: 12px;
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  -moz-flex: 1;
  flex: 1;
}
.button-google span {
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.button-google:hover span {
  margin-right: 0px;
  margin-left: 10px;
}

.cabinet {
  background-color: rgb(233.7692307692, 240.8461538462, 241.7307692308);
  min-height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.cabinet .menu {
  width: 100%;
  padding: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-bottom: 2px solid rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.cabinet .menu > i {
  -moz-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.cabinet .menu > div {
  margin-left: 10px;
}
.cabinet .menu .button-exit {
  margin-left: 20px;
}
.cabinet .content {
  -moz-flex: 1;
  flex: 1;
  padding: 20px;
}
.cabinet .footer {
  background-color: #889BAF;
  padding: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.cabinet .footer .logo {
  font-size: 24px;
  margin-right: 20px;
}
.cabinet .footer > div {
  margin-right: 20px;
  color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
}

.summary {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.summary > div {
  margin-right: 20px;
}
.summary > div:last-child {
  margin-right: 0px;
}

.stats-sorting {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.stats-sorting ::-webkit-input-placeholder {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.stats-sorting ::-moz-placeholder {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.stats-sorting :-moz-placeholder {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.stats-sorting :-ms-input-placeholder {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.stats-sorting .icon-filter {
  margin-right: 20px;
  font-size: 20px;
  cursor: pointer;
  color: rgb(94.6153846154, 145.0769230769, 151.3846153846);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.stats-sorting .icon-filter:hover {
  background-color: rgb(249.4615384615, 251.3076923077, 251.5384615385);
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
}

.stats {
  width: 100%;
  border-spacing: 0px;
}
.stats thead td {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  font-size: 12px;
  padding: 10px;
}
.stats tbody tr {
  border-radius: 5px;
}
.stats tbody tr.status-success {
  color: rgb(64.7260273973, 124.2739726027, 74.2191780822);
}
.stats tbody tr.status-success .payment-status:before {
  font-family: "icomoon" !important;
  content: "\e91e";
  padding-right: 10px;
}
.stats tbody tr.status-failure {
  color: rgb(119.4170212766, 13.5829787234, 13.5829787234);
}
.stats tbody tr.status-pending {
  color: #4b7378;
}
.stats tbody tr.total {
  background-color: #fff;
  font-weight: bold;
}
.stats tbody tr.total > td {
  white-space: nowrap;
}
.stats tbody tr.total > td:first-child {
  border-radius: 5px 0px 0px 5px;
}
.stats tbody tr.total > td:last-child {
  border-radius: 0px 5px 5px 0px;
}
.stats tbody .stat-row > td {
  border-bottom: 1px solid rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.stats tbody .stat-row:last-child > td {
  border-bottom: 0px;
}
.stats tbody .advanced {
  background-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.stats tbody .advanced > td > div {
  width: 100%;
}
.stats tbody .advanced > td > div > div {
  -moz-flex: 1;
  flex: 1;
}
.stats tbody td {
  padding: 10px;
}
.stats tbody td.white {
  background-color: #fff;
  text-align: center;
}
.stats .stats-id span {
  font-size: 11px;
}
.stats .stats-id p {
  font-size: 14px;
  font-weight: bold;
}
.stats .stats-amount {
  font-weight: bold;
  font-size: 16px;
}
.stats .stats-buyer {
  font-size: 16px;
}
.stats .stats-buyer > p {
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308) !important;
}
.stats .stats-buyer > p:before {
  font-family: "icomoon" !important;
  padding-right: 4px;
}
.stats .stats-buyer > p.megafon:before {
  content: "\e942";
}
.stats .stats-buyer > p.beeline:before {
  content: "\e941";
}
.stats .stats-buyer > p.mts:before {
  content: "\e940";
}
.stats .stats-buyer > p.tele2:before {
  content: "\e93e";
}
.stats .stats-buyer > p.qiwi:before {
  content: "\e93f";
}
.stats .stats-buyer > p.yoomoney:before {
  content: "\e93d";
}
.stats .stats-buyer > p.card:before {
  content: "\e905";
}
.stats .stats-buyer > p.abank:before {
  content: "\e905";
}
.stats .more {
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  cursor: pointer;
  width: 20px;
  padding: 10px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.stats .more:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  text-align: center;
  font-family: "icomoon" !important;
  display: block;
  content: "\e91c";
}
.stats .more.open:before {
  transform: rotate(180deg);
}
.stats .more:hover {
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
}

.tcenter {
  text-align: center;
}

.primary-button {
  font-size: 20px;
  cursor: pointer;
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.primary-button:hover {
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
}

.white-button {
  background-color: #fff;
  padding: 10px;
  display: block;
  cursor: pointer;
  font-size: 19px;
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 5px;
}
.white-button:hover {
  background-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.white-button.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #6FB47A;
  border: 3px solid #fff;
  margin-top: -36px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 10px;
}
.white-button.active:hover:after {
  border-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
}

.service-list {
  background-color: #fff;
}
.service-list > button {
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
  width: 100%;
  min-width: 190px;
  text-transform: uppercase;
  padding: 15px 0px;
  font-weight: bold;
  background-color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  -webkit-text-shadow: 1px 1px 0px rgb(186.6923076923, 209.4615384615, 212.3076923077);
  -moz-text-shadow: 1px 1px 0px rgb(186.6923076923, 209.4615384615, 212.3076923077);
  text-shadow: 1px 1px 0px rgb(186.6923076923, 209.4615384615, 212.3076923077);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-list > button > span {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
}
.service-list > button > p {
  -moz-flex: 1;
  flex: 1;
  display: inline-block;
  line-height: 1;
}
.service-list > button:hover {
  background-color: rgb(94.6153846154, 145.0769230769, 151.3846153846);
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  -webkit-text-shadow: 1px 1px 0px rgb(123.9230769231, 167.6153846154, 173.0769230769);
  -moz-text-shadow: 1px 1px 0px rgb(123.9230769231, 167.6153846154, 173.0769230769);
  text-shadow: 1px 1px 0px rgb(123.9230769231, 167.6153846154, 173.0769230769);
}
.service-list > button:hover > span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-list > div {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.service-list > div > div {
  padding: 10px;
  font-size: 10px;
}
.service-list > div .service-name {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #4b7378;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.service-list > div .service-name > small {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
.service-list > div .service-name:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 3px solid rgb(218.0769230769, 230.3846153846, 231.9230769231);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 10px;
}
.service-list > div .service-name:hover {
  color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
}
.service-list > div .service-name:hover:before {
  background-color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  border-color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.service-list > div:first-child {
  -moz-flex: 1;
  flex: 1;
  border-top: none;
}
.service-list > div .service-edit {
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-list > div .service-edit:hover {
  color: #4b7378;
}
.service-list > div .service-select {
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
  padding: 10px;
}
.service-list > div .service-select:hover:after {
  background-color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  border-color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
}
.service-list > div.selected .service-name:before {
  background-color: rgb(94.6153846154, 145.0769230769, 151.3846153846);
  border-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.service-list > div {
  border-top: 1px solid rgb(218.0769230769, 230.3846153846, 231.9230769231);
}

.service-key {
  background-color: rgb(233.7692307692, 240.8461538462, 241.7307692308);
  overflow: hidden;
  border-radius: 5px;
}
.service-key > div {
  background-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
  border-top: 1px solid rgba(35.7692307692, 54.8461538462, 57.2307692308, 0.2);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.service-key > div > p {
  -moz-flex: 1;
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  color: rgb(155.3076923077, 188.5384615385, 192.6923076923);
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.service-key > div > p:hover {
  background-color: rgb(186.6923076923, 209.4615384615, 212.3076923077);
  color: rgb(94.6153846154, 145.0769230769, 151.3846153846);
}
.service-key > input {
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
}
.service-key .eye:before {
  font-family: "icomoon" !important;
  content: "\e924";
}
.service-key .eye.show:before {
  content: "\e925";
}
.service-key .refresh:before {
  font-family: "icomoon" !important;
  content: "\e947";
}
.service-key .copy:before {
  font-family: "icomoon" !important;
  content: "\e948";
}

.brief {
  background-color: #fff;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.brief > span {
  background-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
  padding: 11px;
  padding-right: 0px;
  font-size: 17px;
  color: #6FB47A;
}
.brief > p {
  line-height: 1;
  background-color: rgb(218.0769230769, 230.3846153846, 231.9230769231);
  padding: 11px;
  font-size: 17px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  color: #6FB47A;
}
.brief > i {
  display: block;
  border: 18px solid transparent;
  border-left: 18px solid rgb(218.0769230769, 230.3846153846, 231.9230769231);
}
.brief > h2 {
  font-size: 20px;
  line-height: 1;
  padding-right: 10px;
  padding-top: 2px;
}

.notfound {
  text-align: center;
  background-color: rgb(35.7692307692, 54.8461538462, 57.2307692308);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
}
.notfound h1 {
  font-size: 156px;
  display: block;
}
.notfound > div {
  padding: 20px;
  box-sizing: border-box;
}
.notfound > div:first-child {
  text-align: left;
  width: 100%;
}
.notfound a {
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
.notfound a::before {
  content: "\e902";
  font-family: "icomoon" !important;
}/*# sourceMappingURL=style.css.map */