@import 'select2.css';
.admin-object-list {
  padding: 20px;
  background: #fff;
}
.admin-object-list__heading {
  font-size: 20px;
  line-height: 1.2em;
}
.admin-object-list__content {
  margin-top: 30px;
}
.admin-object-list__buttons {
  margin-top: 30px;
}
.admin-object-list__button,
.admin-object-list__button:visited {
  background: #3898EC;
  color: #fff;
  padding: 10px 15px;
  margin-top: 30px;
}
.admin-object-list__table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
.admin-object-list__table td,
.admin-object-list__table th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.admin-object-list__table th {
  border: 0;
}
.admin-object-detail {
  padding: 20px;
  background: #fff;
}
.admin-object-detail__heading {
  font-size: 20px;
  line-height: 1.2em;
}
.admin-object-detail__content {
  margin-top: 30px;
}
.admin-object-detail__buttons {
  margin-top: 30px;
}
.admin-object-detail__button,
.admin-object-detail__button:visited {
  background: #3898EC;
  color: #fff;
  padding: 10px 15px;
}
.admin-object-detail__form {
  margin-top: 30px;
}
.admin-object-detail__field {
  margin-top: 20px;
}
.admin-object-detail__label {
  font-weight: bold;
}
.admin-object-detail__preview {
  margin-bottom: 5px;
}
.loading {
  cursor: progress;
}
.loading * {
  pointer-events: none;
}
.error {
  pointer-events: none;
  display: none;
  position: absolute;
  background: #ff7777;
  color: #fff;
  padding: 5px 10px;
  z-index: 999999;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px rgba(50,50,50,0.25);
}
.error.error_active {
  pointer-events: auto;
}
.error a {
  color: #fff;
}
.error:before {
  content: ' ';
  position: absolute;
  left: 10px;
  top: 100%;
  margin-top: -1px;
  border: 8px solid transparent;
  border-top: 8px solid #ff7777;
}
.w-form-done_active {
  display: block;
}
.links-menu {
  text-align: center;
  margin: 15px;
}
.links-menu div {
  margin-bottom: 10px;
}
.links-menu div:last-child {
  margin-bottom: 0;
}
.links-menu a {
  color: #fff;
}
.links-menu_active {
  font-weight: bold;
}
.select2-container--default .select2-selection {
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  font-size: 16px;
  padding: 8px 12px;
  color: #333333;
  border-radius: 0;
  outline: none;
  height: auto;
}
.select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 20px;
  padding: 0px;
}
.select2-container--default .select2-selection .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-search__field {
  border-color: #cccccc;
  border-radius: 3px;
  background-color: #f7f7f7;
  color: #333333;
  outline: none;
  border-radius: 0;
}
.select2-container--default .select2-dropdown {
  border-color: #cccccc;
  border-radius: 0;
}
.select2-container--default .select2-results__option {
  margin: 0;
}
.panel__title,
.panel__title:visited {
  display: block;
  color: #4f4f4f;
}
.card-item__cover {
  display: block;
}
.card-cover__image {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.js-flashmob-task-detail {
  display: none;
}
.e-banner-bigtext {
  min-height: 40px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__txt--small_margin-top {
  margin-top: 10px;
}
.rating-table__points_progressbar {
  padding: 0;
  margin-right: 0;
  padding-top: 4px;
}
.panel-profile-text__rating_progressbar {
  width: 100%;
  margin-bottom: 0;
}
.panel-profile__icon--eye_center {
  bottom: auto;
  top: 50%;
  transform: translate(0,-50%);
}
.progressbar {
  display: block;
  background: #f77;
  position: relative;
  height: 30px;
}
.progressbar__scale {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #6fcf97;
}
.progressbar__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #fff;
}
.w-button:visited {
  color: #fff;
}
.trash {
  position: fixed;
  top: 0;
  left: 0;
  bottom: -130px;
  right: 0;
  pointer-events: none;
  z-index: 1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.trash_stage_1 {
  background-image: url('../images/trash/trash_1.png');
}
.trash_stage_2 {
  background-image: url('../images/trash/trash_2.png');
}
.trash_stage_3 {
  background-image: url('../images/trash/trash_3.png');
}
.delete-profile {
  text-align: right;
  margin-top: 30px;
}
.footer__logo-link--grantymsk {
  margin-right: 10px;
}
.utility-page-content {
  z-index: 2;
}
.panel__pagination {
  justify-content: space-between;
}
.pael-pagination__item_free-width {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.pael-pagination__item_disabled {
  pointer-events: none;
  opacity: 0;
}
.rating-table__name--rating {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
  text-align: right;
}
.popup__close {
  margin-top: 30px;
  text-align: center;
}
.panel__title_center {
  text-align: center;
}
.panel--games,
.panel--isfullheight {
  background-color: rgba(255,255,255,0.5);
}
.panel__row--alleft_padding-top-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
.w-button_gray {
  background: #afafaf;
}
.panel__subtitle--isdark_small-margin-bottom {
  margin-bottom: 10px;
}
.flashmob-report-link {
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #6fcf97;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.flashmob-report-link a {
  color: #829fec;
}
.js-flashmob-filter {
  display: flex;
  flex: 1;
  justify-content: space-around;
}
.js-flashmob-filter.btn--white {
  color: #4f4f4f;
}
._w-flashmob-meta {
  align-items: center;
}
