@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");





::-moz-selection { /* Code for Firefox */
  color: white;
  background: #e84b03;
}

::selection {
  color: white;
  background: #e84b03;
}

* {margin: 0; padding: 0; outline: none; box-sizing: border-box;}
html * {max-height: 999999px;}
html, body {height: 100%; overflow: hidden;}
body {scrollbar-color: var(--border-color) var(--background-color); background: var(--background-color); color: var(--text-color); font-size: 14px; line-height: 24px; font-family: -apple-system,BlinkMacSystemFont,"Roboto",Arial,Verdana,Tahoma,Helvetica,sans-serif;}

a {text-decoration: none; color: #2173af;}
a:hover {text-decoration: none;}
a img {border: none;}

img {max-width: 100%; height: auto; vertical-align: middle;}
ul {list-style: none;}

h1,h2,h3,h4,h5,h6 {font-weight: 700; color: #000;}
h1 {font-size: 39px; line-height: 42px;}
h2 {font-size: 30px; line-height: 39px;}
h3 {font-size: 19px; line-height: 34px;}
h4 {font-size: 16px; line-height: 26px;}
h5 {font-size: 14px; line-height: 23px;}

article, aside, footer, header, hgroup, main, nav, section {display: block;}

button {font-size: 16px; font-family: -apple-system,BlinkMacSystemFont,"Roboto",Arial,Verdana,Tahoma,Helvetica,sans-serif; border: 0; line-height: 21px; cursor: pointer;}


select, input[type=datetime-local], input[type=email], input[type=number], input[type=date], input[type=password], input[type=tel], input[type=text], input[type=search], textarea {background: var(--background-color); appearance: none; display: block; border-radius: 5px; padding: 8px 12px; border: 1px solid var(--input-border-color); line-height: 20px; font-size: 14px; color: var(--text-color); width: 100%; resize: none; font-family: -apple-system,BlinkMacSystemFont,"Roboto",Arial,Verdana,Tahoma,Helvetica,sans-serif;}
input[type=date]::-webkit-calendar-picker-indicator {opacity: 0;}
select {cursor: pointer;}


table {table-layout: fixed; border-collapse: collapse; width: 100%; background: #fff; overflow: hidden;}
td, th {text-align: left;}
thead th {position: sticky; z-index: 3; top: 0; height: 50px; font-size: 13px; line-height: 18px; font-weight: 400; color: #000; border-right: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; vertical-align: baseline;}
tbody td {font-size: 13px; line-height: 16px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; vertical-align: baseline;}


tbody tr td:last-child .table-value, thead tr th:last-child .table-value {border-right: 0;}







/* АНИМАЦИЯ */
.rocket, .form-tag-custom-checkbox+label:before, .form-tag-custom-checkbox+label, .table-pagination-list > li > a, .table-value, .sidebar-navigation-item > a, .button, .sidebar-point-icon svg, .sidebar-point-title, .home-link-title {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}

/* КОНТЕНТ */
.button {font-size: 14px; line-height: 36px; padding: 0 12px; border-radius: 5px; background: #3b93d8; color: #fff; display: inline-block;}
.button:hover {background: #3f9feb;}
.button-icon {border-radius: 50px;}
.button-icon-image {width: 12px; fill: #fff;}
.button-icon-image svg {vertical-align: middle;}

.button-red {background: #eb5b54;}
.button-yellow {background: #f7bb33;}
.button-green {background: #68c943;}

.button-red:hover {background: #ff6f68;}
.button-yellow:hover {background: #ffcd5c;}
.button-green:hover {background: #79e650;}


.wrapper {position: absolute; width: 100%; overflow: auto; background: var(--background-color); height: 100%;}

.auth {display: flex; width: 100%; align-items: center; overflow: auto; justify-content: center;}
.auth-logo {width: 50px; margin: 0 auto 30px auto;}
.auth-logo svg {fill: var(--text-color);}
.auth-form-button {text-align: center;}
.auth-form-button > .button {width: 100%;}
.auth-error {padding: 12px 15px; text-align: center; background: #d24a54; border-radius: 5px; font-size: 14px; line-height: 22px; color: #fff;}
.auth-wrapper {padding: 20px;}
.auth-container {background-color: var(--container-color); padding: 35px 40px; width: 450px; box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%); border-radius: 18px;}
.auth-title {text-align: center; font-size: 23px; font-weight: 500; margin-bottom: 20px;}
.auth-form-row, .auth-error {margin-bottom: 20px;}
.auth-form-info {font-size: 14px; line-height: 22px; color: #808080; text-align: center;}
.auth-form-info a {color: #808080; text-decoration: underline;}
.auth-form-info a:hover {text-decoration: none;}
.auth-form-row:last-child {margin-bottom: 0;}


.add-form-container {width: 100%; background: var(--container-color); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 15px; padding: 20px;}



.main {width: 100%; height: 100%;}
.main-items {display: flex; align-items: stretch; flex: 1 1; min-width: 0; min-height: 0; max-height: 100%; max-width: 100%; height: 100%; width: 100%;}
.main-sidebar {background: var(--container-color); box-shadow: 0 0rem 0.4rem rgb(0,0,0,5%); position: relative; z-index: 10; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; height: 100%;}
.main-content {display: flex; flex: 1 1; position: relative; flex-direction: column; min-width: 0; min-height: 0; max-width: 100%; height: 100%; background: var(--background-color);}

.header {display: flex; justify-content: space-between; align-items: center; padding: 0 95px; min-height: 60px; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%); background: var(--container-color); position: relative; z-index: 6;}
.header-menu {width: 100%;}
.header-menu-items {display: flex; align-items: center; justify-content: space-between; margin: -10px;}
.header-menu-item {padding: 10px;}
.header-menu-navigation-items {display: flex; align-items: center; margin: -10px;}
.header-menu-navigation-item {color: var(--text-color); padding: 10px;}

.header-pay-items {display: flex; align-items: center;}
.header-pay-icon {width: 18px; margin-right: 20px;}
.header-pay-icon > svg {display: block; fill: var(--text-color);}


.home {padding: 20px 95px 0 95px;}
.home-container {background: var(--container-color); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 15px; padding: 20px;}
.home-title {margin-bottom: 15px;}
.home-link-items {display: flex; align-items: center;}


.sidebar-navigation {flex: 0 0 auto; flex-shrink: 1;}
.sidebar-navigation:last-child {margin-bottom: 30px;}
.sidebar-navigation-item > a {margin: 5px auto; border-radius: 15px; display: block; width: 55px;}
.sidebar-navigation-item > a:hover, .sidebar-navigation-item > .active {background: #3b93d8;}
.sidebar-navigation-item > .disable {opacity: .2;}
.sidebar-navigation-item > .disable:hover {background: transparent;}

.sidebar-logo {flex: 1 1 60px; position: relative; height: 65px; display: flex; align-items: center; margin: 0 22px 15px 22px; cursor: pointer;}
.sidebar-logo > a {display: block; fill: var(--text-color); width: 30px;}

.sidebar-point-items {flex: 1 1 50px; position: relative; height: 55px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.sidebar-point-icon {width: 20px; height: 20px; fill: var(--text-color); stroke: var(--text-color);}
.sidebar-point-title {opacity: 0; pointer-events: none; padding: 4px 15px; box-shadow: 0 1px 3px 0 rgb(0,0,0,15%); background: var(--container-color); border-radius: 50px; transform: translate(0%, -50%); position: absolute; top: 50%; left: 80px; color: var(--text-color);}

.sidebar-navigation-item a:hover .sidebar-point-icon svg, .sidebar-navigation-item .active .sidebar-point-icon svg {fill: #fff;}
.sidebar-navigation-item a:hover .sidebar-point-title {opacity: 1;}

.setting:first-child {margin-top: 40px;}
.setting {max-width: 700px; padding: 0px 95px 0px 95px; margin-bottom: 20px;}
.setting:last-child {margin-bottom: 70px;}
.setting-container {background: var(--container-color); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 15px; padding: 20px;}
.setting-title {font-size: 16px; margin-bottom: 30px;}

.setting-row, .form-row {margin-bottom: 8px;}
.setting-input-title, .form-input-title {font-size: 13px; margin-bottom: 8px;}




.setting-button, .form-button {margin-top: 20px;}





.setting-input-file {opacity: 0; visibility: hidden; position: absolute;}
.setting-input-file-wrapper {width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.setting-input-file-fake {line-height: 20px; width: calc(100% - 130px); display: flex; align-items: center; padding: 8px 12px; border: 1px solid var(--border-color); border-radius: 5px 0 0 5px; border-right: none;}
.setting-input-file-button {width: 130px; line-height: 20px; padding: 9px 12px; background: #3b93d8; color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; border-radius: 0 5px 5px 0; cursor: pointer;}

.setting-list {display: flex; flex-direction: column;}
.setting-list-item {display: inline-block; color: var(--text-color); text-decoration: underline; margin-bottom: 10px;}
.setting-list-item:last-child {margin-bottom: 0;}
.setting-list-item:hover {text-decoration: none;}

.setting-button-items {display: flex; margin: -5px;}
.setting-button-item {padding: 5px;}


.setting-table {margin-top: 20px;}
.setting-table-header {display: flex; align-items: center; border-bottom: 1px solid var(--border-color);}
.setting-table-header-item {width: 50%; padding: 10px; background: var(--border-color); border-right: 1px solid var(--border-color);}
.setting-table-header-item:last-child {border-right: 0;}
.setting-table-body-row {display: flex; align-items: center; border-bottom: 1px solid var(--border-color);}
.setting-table-body-item {width: 50%; padding: 10px; border-right: 1px solid var(--border-color);}
.setting-table-body-item:last-child {border-right: 0;}
.setting-table-body-row:last-child {border-bottom: 0;}


.setting-inner-row {margin-bottom: 20px;}
.setting-inner-row:last-child {margin-bottom: 0;}
.setting-verify-false {background: #eb5b54; color: #fff; padding: 2px 7px; border-radius: 5px;}
.setting-verify-true {background: #68c943; color: #fff; padding: 2px 7px; border-radius: 5px;}
.setting-verify-unknown {background: #f7bb33; color: #fff; padding: 2px 7px; border-radius: 5px;}
.setting-inner-title {margin-bottom: 20px;}
.setting-inner-checkbox {display: flex; margin: -10px 10px -10px -10px;}
.setting-inner-checkbox:last-child {margin: -10px;}
.setting-inner-checkbox-item {padding: 10px;}
.setting-verify {display: flex; align-items: center; margin: -5px;}
.setting-verify-status, .setting-verify-title {padding: 5px;}

.status {padding: 0px 95px 20px 95px;}
.status-items {display: flex; align-items: center;}
.status-icon {margin-right: 20px;}
.status-point {width: 15px; height: 15px; border-radius: 50px;}
.status-container {background: var(--container-color); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 15px; padding: 20px;}
.status-active {background: #33bb33; animation: pulse-active 2s infinite,pulsar 2s infinite;}
.status-disabled {background: #ff2b2b;}
.status-moderate {background: #ffd42b;}


.select-label {margin-bottom: 10px;}
.select-input {position: relative;}
.select-input select {padding: 8px 40px 8px 12px;}
.select-input:after {pointer-events: none; content: ""; width: 14px; height: 7px; vertical-align: middle; transform: translate(0%, -50%); position: absolute; right: 10px; top: 50%; background-repeat: no-repeat;}


.content {height: 100%; position: relative;}
.content-inner {width: 100%; height: 100%; top: 0; left: 0; position: absolute; overflow: auto; overscroll-behavior: contain;}

.content-header {position: sticky; left: 0; z-index: 4; margin-bottom: 20px; padding: 20px 95px 0px 95px;}


.content-header-items {display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;}
.content-title {font-size: 26px; font-weight: 500; line-height: 38px;}
.content-block {margin-bottom: 20px;}
.content-container {background: var(--container-color); border-radius: 15px; padding: 20px;}


.content-add {margin-bottom: 20px;}



.column-items {display: flex; flex-wrap: wrap; margin: -10px;}
.column-item {padding: 10px; width: 33.333%;}
.column-container {background: var(--container-color); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 15px; padding: 20px;}
.column-header {margin-bottom: 20px;}
.column-balance {font-size: 28px;}



.checkbox, .radio {display: inline-block; background: var(--background-color); height: 25px; width: 25px; overflow: hidden; cursor: pointer; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; background-repeat: no-repeat; background-position: 50% 50%; background-size: 12px; transition: .2s ease-in-out; transition-property: background-color,border;}
.checkbox {border-radius: 5px;}
.radio {border-radius: 50%;}

.checkbox:checked, .radio:checked {
    border-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDM4NCI+PHBhdGggZD0iTTAgMjA4LjMzTDE3NS4zMyAzODQgNTEyIDQ3LjY2IDQ2My42NyAwIDE3NS4zMyAyODggNDcuNjYgMTYwLjMzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-color: #3b93d8;
}




.filter {padding: 0px 95px 20px 95px;}
.filter-items {display: flex; align-items: center; flex-wrap: wrap; margin: -7px;}
.filter-item {display: flex; align-items: center; padding: 7px;}
.filter-label {margin-right: 10px;}


.title-header {margin: 0 95px 0 95px; border-bottom: 1px solid var(--border-color);; position: relative;}
.title-header:after {content: ""; background: var(--container-color); position: absolute; width: 100%; height: 30px; bottom: -31px; left: 0; z-index: 0;}
.title-header-container {background: var(--container-color); border-radius: 15px 15px 0 0; padding: 20px;}



.table {margin: 0 95px 20px 95px; position: relative; z-index: 9; overflow: hidden; background: var(--container-color); border-radius: 15px; scrollbar-width:auto}
.table-container {overflow: auto; position: relative; align-content: center;}
.table-header-row, .table-body-row {display: flex; flex-grow: 1; justify-content: space-between; flex-shrink: 0; width: max-content; overflow: hidden;}
.table-header-row {text-align: center; font-weight: bold;}
.table-header {position: sticky; top: 0; z-index: 4;}
.table-body {max-height: 450px; position: relative; z-index: 3;}
.table-footer {padding: 15px 0; border-top: 1px solid var(--border-color);}
.table-header-column, .table-body-column {/*background: var(--container-color);*/ width: 290px; padding: 20px; border-bottom: 1px solid var(--border-color);; border-right: 1px solid var(--border-color);;}
.table-header-column:last-child, .table-body-column:last-child {border-right: 0;}
.table-body-row:last-child .table-body-column {border-bottom: 0;}
.table-title {font-size: 16px;}
.table-value {display: block; color: #000; overflow: hidden; background: #fff; position: relative; padding: 20px;}
.table-pagination {padding: 0 10px;}
.table-pagination-list {font-size: 0;}
.table-pagination-list > .active-page {background: #3b93d8; color: #fff; border-radius: 5px;}
.table-pagination-list > li {cursor: pointer; padding: 0 12px; line-height: 30px; display: inline-block; text-align: center; font-size: 14px;}
.table-pagination-list > li > a, .table-pagination-list > li {color: #999;}
.table-pagination-list > li:hover > a {color: var(--text-color);}
.table-no-data {display: flex; align-items: center; justify-content: center; height: 100px; width: 100%;}
.table-button-items {display: flex; align-items: center; margin: -2px;}
.table-button-item {padding: 2px;}
.table-footer-items {display: flex; align-items: center;}



.table-column-1 {width: 150px;}
.table-column-2 {width: 220px;}
.table-column-3 {width: 320px;}
.table-column-4 {width: 400px;}
.table-column-5 {width: 500px;}


.table-disable-container {width: 100%; margin-top: 10px; background: #fff; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%); width: 100%; border-radius: 6px; padding: 20px;}
.table-disable-title {margin: 30px 0; text-align: center;}

.form-description {margin-bottom: 20px;}

.form-column-items {display: flex; justify-content: space-between; margin: -15px;}
.form-column-item {padding: 15px; width: 33.3333%;}
.form-tag-items {flex-wrap: wrap; display: flex; align-items: center; margin: -5px;}
.form-tag-item {padding: 5px;}

.form-tag-checkbox {position: relative;}
.form-tag-custom-checkbox {position: absolute; width: 100%; height: 100%; opacity: 0; z-index: 1;}
.form-tag-custom-checkbox+label, .home-link-title {position: relative; display: inline-flex; align-items: center; color: #6e7073; border: 1px solid var(--border-color); user-select: none; padding: 3px 10px 3px 8px; border-radius: 6px 5px 5px 6px;}
.form-tag-custom-checkbox:hover+label, .form-tag-custom-checkbox:checked+label {border: 1px solid #3b93d8; background: #3b93d8; color: #fff;}



.preloader {background: var(--background-color); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center;}
.preloader-image {width: 100px;}


/*.modal-content {text-align: left;}
.modal-form {overflow: scroll;}
.modal-table {background: #f5f6f7; min-width: 600px;}
.modal-title {margin-left: 20px; margin-bottom: 20px; font-size: 19px;}
.modal-subtitle {margin-left: 20px; margin-bottom: 20px;}*/


.input-1 {max-width: 60px; width: 100%;}
.input-2 {max-width: 195px; width: 100%;}
.input-3 {max-width: 180px; width: 100%;}
.input-4 {max-width: 250px; width: 100%;}


.rocket {cursor: pointer; opacity: 1; pointer-events: auto; display: flex; align-items: center; justify-content: center; position: fixed; bottom: 0; right: 25px; width: 60px; height: 60px; background: #3b93d8; border-radius: 15px 15px 0 0; overflow: hidden; z-index: 50;}
.rocket-icon {width: 30px; height: 16px;}
.rocket-icon img {display: block;}
.rocket-hide {opacity: 0; pointer-events: none;}

@keyframes pulsar {
  from {
    transform: scale(.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(.85);
  }
}

@keyframes pulse-active {
  0% {
    box-shadow: 0 0 0 0 rgba(51,187,51, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(51,187,51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51,187,51, 0);
  }
}










@media (max-width: 959px) {
    .main-items {position: relative; flex-direction: column;}
    .main-sidebar {flex: 0 0 auto; flex-direction: row; order: 1; height: 50px; width: auto;}
    .sidebar-logo, .sidebar-point-title {display: none;}
    .sidebar-navigation {flex-grow: 1; display: flex; overflow-x: auto; overflow-y: hidden;}
    .sidebar-navigation:last-child {display: none;}
    .sidebar-navigation-item {width: 40px; flex: 1 1 40px;}
    .sidebar-point {padding-left: 0;}
    .sidebar-point-items {justify-content: center;}
    .sidebar-point-icon {margin: 0;}
    .header {padding: 0 20px;}
    .content-header {padding: 30px 20px 10px 20px;}
    .table {margin: 0 20px 20px 20px;}
    .content-header-items {flex-direction: column; align-items: flex-start;}
    .content-title {margin-bottom: 20px;}
    .column-items {flex-direction: column;}
    .column-item {width: 100%;}
    .form-column-item {width: 100%; padding: 0;}
    .form-column-items {flex-direction: column; margin: 0;}
    .form-tag-items {align-items: flex-start;}
    .setting {padding: 40px 20px 10px 20px;}
    .home {padding: 20px 20px 0 20px;}
    .auth-container {width: 100%;}
    .status, .filter {padding: 0px 20px 0px 20px;}
    .title-header {margin: 0 20px 0px 20px;}
    .sidebar-navigation-item > a {width: 100%; margin: auto; border-radius: 0;}
    .filter-item {width: 100%;}
    .input-1, .input-2, .input-3, .input-4, .input-5 {max-width: none;}
    .filter-button, .filter-button .button {width: 100%;}
    .filter-label {min-width: 100px;}
}

.deal-bonus-row .table-body-column {background: var(--deal-bonus-color);}
.deal-bonus-alert-row .table-body-column {background: var(--deal-bonus-alert-color);}


/*
  Штуки из нового функционала
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
*/

/*Окна*/
.modal-wrapper {z-index: -1; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; backdrop-filter: blur(10px); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: 0.2s;}
.modal-window  {overflow: auto; padding: 10px; background-image: linear-gradient(var(--modal-gradient-light-color), var(--modal-gradient-dark-color)); border-radius: 18px; min-width: 500px; min-height: 300px; border-width: 3px; border-color: var(--border-color); border-style: solid;}
.modal-window-title-text-header {display:grid; justify-self: center; margin: 10px; grid-row: 1; grid-column: 1; width: 80%; text-align: center;}
.modal-inner-wrapper {display: grid; height: 100%; width: 100%; grid-gap: 25px; padding: 25px;border-style: solid; border-radius: 25px; border-width: 1px; border-color: var(--border-color);}
.modal-title   {grid-row: 1; display: grid; align-items: center; justify-items: center; font-weight:bold; font-size:150%; padding: 10px;}
.modal-content {grid-row: 2 / 4; display: grid; align-items: center; justify-items: center; font-size: 120%; padding: 10px;}
.modal-buttons {grid-row: 4; display: grid; align-items: center; justify-items: center; padding: 10px;}
.modal-grid-table {display: grid; align-items: center; justify-items: center; grid-gap: 25px; margin-top:20px; }
.modal-grid-row-header {display: grid; grid-gap: 10px; background-color: var(--background-color);}
.modal-grid-row-item   {display: grid; grid-gap: 10px; /*background-color: var(--container-color);*/ border-left-style: solid; border-left-width: 1px; border-left-color: var(--text-color); padding-left: 5px;}
.modal-input-field {margin:5px;}
.modal-content-inner-wrapper {border-style: solid; border-radius: 25px; border-width: 1px; border-color: var(--border-color);}

/*Элементы псевдотаблицы модального окна. Заголовок и содержимое*/
.modal-grid-row-header{justify-self: left; font-weight: bold}
.modal-grid-row-item{justify-self: left;}


/*Подсветка интерактивных строк в таблице*/
.element-clickable:hover div{background-color: var(--input-border-color); cursor: pointer;}

/*Текстовые поля в состоянии "выкл"*/
input[disabled], textarea[disabled]{
  
  color: var(--text-color);
  background-color: var(--border-color);
}