/* --- MATCH CENTER STYLE --- */

.match-center__header {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  /*
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
*/
  /* padding: 0 24px; */
  /* height: 101px; */
  height: auto;
}
.match-center__header h1 {
  padding: 0;
  padding-right: 9px;
}
.match-center h2 {
  /*    margin-top: 40px;*/
}
.match-center__header-row {
  box-sizing: border-box;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;

  border-bottom: 1px solid #d9eafa;
}
.match-center__bar {
  display: flex;
  justify-content: space-between;
  border: 1px #d9eafa solid;
  border-radius: 16px;
  padding: 20px 24px;
}
.match-center__toggle {
  display: flex;
}

.match-center__toggle label {
  display: flex;
  align-items: center;
}
.match-center__toggle input:checked + .match-center__toggle-btn::after {
  left: auto;
  right: 3px;
}

.match-center__toggle-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: #262f56;
}

.match-center__toggle-btn {
  display: block;
  position: relative;
  background: #f4f6fc;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 1000px;

  width: 48px;
  height: 24px;
  margin: 0 5px;
  transition: 0.5s all ease-in;
}

.match-center__toggle-btn:focus,
.match-center__toggle-btn:hover,
.match-center__toggle-btn:active {
  cursor: pointer;
}

.match-center__toggle-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  right: auto;
  transform: translateY(-50%);
  background: radial-gradient(50% 50% at 50% 50%, #03ec6c 0%, #00c659 100%);
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 50%;
  width: 19px;
  height: 19px;

  transition: 0.5s all ease-in;
}
.match-center__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

/* .match-center__select-block {
    display: flex;
    align-items: center;
} */

.match-center__calendar-block {
  position: relative;
  /*
    margin-left: auto;
    margin-right: 4px;
*/
}

.match-center__select-calendar {
  display: flex;
  align-items: center;
  height: 34px;
  width: 150px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  color: #69707f;
}

.match-center__select-calendar:hover {
  cursor: pointer;
}

.match-center__calendar {
  position: absolute;
  z-index: 2;
  left: 43%;
  transform: translateX(-50%);
  top: 130%;
  width: 320px;
  display: none;
}
.match-center__calendar.opened {
  display: block;
}

.match-center__select-calendar::before,
.match-center__select-calendar::after {
  font-family: "Betru";
  color: #a6bcbc;
}

.match-center__select-calendar::before {
  content: "\e905";
  margin-right: 5px;
  font-size: 18px;
}

.match-center__select-calendar::after {
  content: "\e906";
  margin-left: auto;
  font-size: 6px;
}

.match-center__filter {
  display: flex;
  margin-left: auto;
  margin-right: 4px;
  /*
    position: absolute;
    right: 0;
    bottom: -70px;
*/
}
.match-center__filter_item {
  background-color: #fff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #262f56;
  width: 110px;
  height: 34px;
  display: flex;
  justify-content: center;
  margin: 0 4px;
}
.match-center__filter_item:hover,
.match-center__filter_item.active {
  color: #fff;
  background-color: #00c659;
}

.match-center-container {
  margin-top: 28px;
  margin-top: 0;
  margin-bottom: 40px;
}
.match-center-container__header {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: flex-start;
  /*    width: 60%;*/
  width: auto;
}
.mc-select {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #262f56;
  cursor: pointer;
}
.mc-select_tournament {
  margin-right: 10px;
}
.mc-select_tournament::after {
  content: ">";
  margin-left: 7px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;

  color: #7c7c7c;
}
.mc-select span > img {
  margin-right: 8px;
  height: 20px;
  width: auto;
}
.mc-select span {
  display: flex;
  align-items: center;
  height: 18px;
}
.mc-select span > a {
  display: flex;
  align-items: center;
}
/*
.mc-select::after {
    font-family: 'Betru';
    content: '\e906';
    color: #ADADAD;
    font-size: 6px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    margin-left: 5px;
}
*/

.match-center-container__body {
  background-color: #fff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
.match-center-container__body_link {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #262f56;
  padding: 32px;
  text-align: center;
  display: block;
}
.event-item {
  display: flex;
  padding: 15px 16px 14px 14px;
  flex-direction: row;
  border-bottom: 1px solid #d9eafa;
}
.match-center .event-item.last {
  border-bottom: 0;
}
.event-item__spot {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9eafa;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #262f56;
  height: 21px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 46px;
  height: 34px;
  margin: auto 0;
  cursor: pointer;
}
.event-item__time-date {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  width: 45px;
  flex: none;
  justify-content: center;
  text-align: center;
}
.event-item__time-date_time {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #262f56;
}
.event-item__time-date_date {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #7c7c7c;
  background-color: #fff;
  border: 1px solid #d9eafa;
  border-radius: 4px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-item__teams {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  color: #262f56;
  width: 100%;
  margin: auto 20px auto 32px;
}

.event-item__value-block {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9eafa;
  border-radius: 8px;
  height: 34px;
  padding: 0 20px;
  margin: auto 32px auto 0;
}

.event-item__row {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  width: 33px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 40px;
}

.event-item__row span {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 3px;
  background: #00c659;
  border-radius: 40px;
}

.event-item__value {
  position: relative;
  margin: 0 2px;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  text-align: center;
}

.event-item__teams_team {
  flex: 1 0 auto;
  margin: 2px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.event-team__name {
  margin-left: 8px;
  width: auto;
  text-align: left;
}
.event-team__logo {
  width: 20px;
  align-items: center;
  display: flex;
}
.event-team__logo img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.event-item__teams.person .event-team__logo,
.event-item__teams.person .event-team__logo img {
  border-radius: 50%;
}
.event-item__info-block {
  display: flex;
  flex: none;
  width: 397px;
  margin-left: auto;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 15px;
}
.event-item__spot.event-item__info-block_tv {
  display: flex;
  width: 98px;
  flex: none;
  font-size: 12px;
  position: relative;
  display: none;
}
.event-item__spot.event-item__info-block_tv::after {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #00c659;
  position: relative;
  left: 5px;
}
.event-item__spot.event-item__info-block_tv::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  z-index: 1;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left: 5px solid #fff;
}
.event-item__info-block_kfs {
  display: flex;
  justify-content: center;
  width: 100%;
  width: auto;
}

.event-item__info-block_kfs .event-item__spot {
  margin: auto 2px;
  position: relative;
}
.event-item__spot_hide-element {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  width: 115px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 40px;
  top: 42px;
}
.event-item__spot_hide-element::before {
  content: "";
  position: absolute;
  top: -17px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 17px;
  border-left-width: 17px;
  border-bottom: 17px solid #fff;
  /* box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1); */
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.event-item__spot_hide-element img {
  height: auto;
  width: 100%;
  max-width: 105px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.event-item__info-block_kfs .event-item__spot:hover {
  z-index: 1;
  background-color: #00c659;
  color: #ffffff;
}
.event-item__info-block_kfs
  .event-item__spot:hover
  .event-item__spot_hide-element {
  display: block;
}

.event-item.live .event-item__time-date_date,
.event-item.canceled .event-item__time-date_date {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #00c659;
  text-transform: uppercase;
}
.event-item.canceled .event-item__time-date_date {
  color: #ec6f6f;
}
.event-item__button {
  background-color: #00c659;
  color: #fff;
  height: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-radius: 8px;
  width: 90px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
.event-item__empty {
  width: 90px;
  flex: none;
  margin: auto 0;
  height: 34px;
}
.event-item_lite {
  position: absolute;
  border: 0;
  padding: 0;
  top: -30px;
  right: 16px;
}

.event-item_lite .event-item__info-block {
  width: 285px;
}

.event-item_lite span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7c7c7c;
}
.event-item_lite .event-item__info-block_kfs span {
  height: 21px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 46px;
  margin: auto 2px;
}
.event-item_lite .event-item__button {
  background-color: transparent;
  height: auto;
}

/* mc-tournaments */

.mc-tournaments {
  background: #ffffff;
  border: 1px solid #d9eafa;
  border-radius: 16px;
  overflow: visible;
}

.mc-tournaments__caption {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  margin-bottom: 34px;
  font-weight: 500;
  font-size: 25px;
  line-height: normal;
  min-height: 51px;
  border-bottom: 1px solid #d9eafa;
  color: #262f56;
  background: none;
  height: auto;
}

.mc-tournaments__btn {
  padding: 0;
  background: none;
  border: 1px solid #d9eafa;
  border-radius: 8px;
  padding: 9px 16px;
  width: 100%;
  min-height: 54px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #262f56;
  display: none;
}

.mc-tournaments__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.mc-tournaments__btn::after {
  content: "\e906";
  margin-left: auto;
  font-size: 6px;
  font-family: "Betru";
  color: #d9eafa;
}

.mc-tournaments__sport-caption {
  display: block;
  margin: 0 16px 17px;
  padding-top: 26px;
  border-top: 1px solid #d9eafa;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #262f56;
}

.mc-tournaments__sport-caption:hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: underline;
}

.mc-tournaments__sport-caption--no-border {
  padding-top: 0;
  border-top: none;
}

.mc-tournaments__liga-list {
  margin: 16px 10px;
  margin-top: 0;
}

.mc-tournaments__liga-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 0;
}
.mc-tournaments__liga-item:hover {
  background-color: #f8fcff;
}

.mc-tournaments__liga-item svg,
.mc-tournaments__liga-item img {
  width: 20px;
  height: 20px;
}

.mc-tournaments__flag {
  margin-right: 12px;
}

.mc-tournaments__flag,
.mc-tournaments__number,
.mc-tournaments__text {
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #262f56;
}
.mc-tournaments__text {
  margin-right: 10px;
}
.mc-tournaments__number {
  margin-left: auto;
  font-weight: 500;
}

.mc-tournaments__flag:hover {
  cursor: pointer;
  opacity: 0.6;
}

.mc-tournaments__text:hover,
.mc-tournaments__number:hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .match-center__header {
    overflow: unset;
  }
  .mc-tournaments {
    border-radius: 0;
    border: none;
    /*        flex: 0 0 100%;*/
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 20px;
  }

  .mc-tournaments__content {
    display: flex;
  }
  .mc-tournaments__sports-block,
  .mc-tournaments__liga-block {
    /* flex: 0 0 346px; */
    /*        width: 346px;*/
    /*        margin: 0 auto 9px;*/
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
  }
  .match-center__bar {
    flex-wrap: wrap;
  }

  .mc-tournaments__caption,
  .tournaments-widget__content {
    display: none;
  }

  .mc-tournaments__btn {
    display: flex;
  }

  .mc-tournaments__sport-caption {
    display: none;
    /*
        margin: 0;
        padding-top: 0;
        border-top: none;

        font-family: "Rubik";
        font-weight: 300;
        font-size: 14px;
        line-height: 2.25;
    
        color: #262F56;
*/
  }

  .mc-tournaments__btn.active {
    border-radius: 4px 4px 0 0;
  }

  .mc-tournaments__sports-list,
  .mc-tournaments__liga-list {
    margin: 0;
    border: 1px solid #d9eafa;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 9px 16px;
    /*        position: absolute;*/
    z-index: 2;
    /*        top: 100%;*/
    /*        left: 0;*/
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
  }

  .mc-tournaments__sports-list,
  .mc-tournaments__liga-list {
    display: none;
  }

  .mc-tournaments__sports-list.active,
  .mc-tournaments__liga-list.show.active {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .match-center__header-row {
    flex-wrap: wrap;
  }

  .match-center__header h1 {
    padding-right: 0;
  }
  .mc-tournaments {
    margin-top: 15px;
    margin-bottom: 9px;
  }
  .match-center__toggle {
    /*        margin: 20px auto;*/
  }
  .match-center__select-calendar {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .mc-tournaments {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .match-center__title {
    flex-wrap: wrap;
  }
  .match-center__tours-widget {
    width: 100%;
    height: 63px;
  }
  .mc-tournaments {
    order: 3;
    border: none;
    background: none;
    padding-bottom: 0;
    padding-top: 0;
  }

  .match-center-container__header {
    width: 100%;
  }

  .mc-select span {
    height: auto;
  }

  .mc-tournaments__btn {
    background-color: #fff;
  }

  .mc-tournaments__sports-block,
  .mc-tournaments__liga-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .match-center-container__header {
    flex-wrap: wrap;
  }
  .mc-select {
    width: 100%;
  }
  .mc-select_tournament {
    margin: 0;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1180px) {
  .event-item__teams {
    width: auto;
    font-size: 12px;
    margin-left: 12px;
  }
  .event-item__time-date_time {
    font-size: 14px;
  }
  .match-center-container__body_link {
    padding: 25px;
    font-size: 14px;
  }
  .evet-item_lite {
    top: -40px;
    right: 0;
  }
  .event-item__spot {
    font-size: 13px;
  }

  .event-item__value-block {
    display: none;
  }

  .event-item__info-block {
    width: auto;
    margin-right: 15px;
  }

  /* .event-item__info-block_kfs {
        width: auto;
        margin-right: 15px;
    } */

  .event-item__spot.event-item__info-block_tv {
    margin-right: 12px;
  }

  .match-center__calendar {
    left: auto;
    right: -11px;
    transform: translateX(0);
  }

  .event-item_lite .event-item__info-block {
    width: auto;
  }

  .event-item_lite .event-item__info-block_tv {
    margin-right: 17px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .evet-item_lite {
    top: 0;
    background: linear-gradient(181.37deg, #f6f6f6 1.18%, #ffffff 145.23%);
    border-radius: 16px 16px 0px 0px;
    position: relative;
  }
  .evet-item_lite span {
    color: #262f56;
  }
}
@media screen and (max-width: 767px) {
  .evet-item_lite {
    top: 0;
    background: linear-gradient(181.37deg, #f6f6f6 1.18%, #ffffff 145.23%);
    border-radius: 16px 16px 0px 0px;
    position: relative;
  }
  .evet-item_lite span {
    color: #262f56;
  }

  .event-item_lite {
    display: none;
  }

  .event-item__spot.event-item__info-block_tv {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
  }

  .event-item__spot.event-item__info-block_tv::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);

    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 8px solid #fff;
  }

  .event-item__spot.event-item__info-block_tv::after {
    left: 0;
    width: 100%;
    height: 100%;
  }

  .match-center__calendar {
    width: 100%;
    height: 100%;
  }
  .match-center__calendar-block {
    width: 49%;
    margin-top: 15px;
    margin-bottom: 9px;
  }

  .match-center__select-calendar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 54px;
    color: #262f56;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 650px) {
  .match-center__calendar-block {
    width: 100%;
  }
}
.match-center__bk-top.content-block {
  padding-bottom: 0;
}
.match-center__bk-top.content-block .loadmore {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #262f56;
  display: block;
  padding: 25px 0;
}

@media screen and (max-width: 576px) {
  .match-center-container__body {
    border-radius: 0;
    border-right: none;
    border-left: none;
    background: none;
  }

  .event-item {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .event-item__time-date {
    order: 2;
    flex: 1 0 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    margin-top: 11px;
  }

  .event-item__time-date_time {
    margin-right: 11px;
  }

  .event-item__time-date_date {
    position: relative;
    border: none;
    background: none;
    font-size: 14px;
  }

  .event-item.live .event-item__time-date_date {
    font-size: 14px;
  }

  .event-item.live .event-item__time-date_date::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);

    width: 51px;
    height: 6px;
    background: #d9eafa;
    border-radius: 3px;
  }

  .event-item.live .event-item__time-date_date::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 115%;
    transform: translateY(-50%);

    width: 23px;
    height: 6px;
    background: #00e051;
    border-radius: 3px;
  }

  .event-item__time-date_time,
  .event-item__time-date_date {
    flex: 0 0 auto;
  }

  .event-item__teams {
    margin-left: 0;
    margin-right: 1%;
    width: 69%;
  }

  .event-item__spot {
    width: 40px;
    /*        height: 40px;*/
  }

  .event-item__button,
  .event-item__empty {
    display: none;
  }

  .event-item__info-block {
    margin-right: 0;
    margin-left: auto;
    width: 30%;
    justify-content: flex-end;
  }

  .event-item__spot.event-item__info-block_tv {
    margin-right: 4px;
  }

  .event-item__info-block_kfs {
    justify-content: flex-end;
    width: auto;
  }

  .event-item__teams_team {
    margin: 0;
  }

  /* header */

  .match-center__filter {
    align-items: center;
  }
  /*
    .match-center__filter {
         bottom: auto;
        top: 122%; 
        position: static;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto 15px;
    }

    .match-center__filter_item {
        margin: 0;
        margin-bottom: 12px;

        flex: 0 0 49%;
    }
*/

  .match-center__select-calendar::before {
    display: none;
  }

  .match-center__select-calendar::after {
    content: "\e905";
    color: #262f56;
    font-size: 20px;
  }

  .match-center__toggle {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
  .match-center__filter {
    margin: 0;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .match-center__bar {
    padding: 20px 10px;
  }
  .match-center__filter_item {
    font-size: 12px;
    width: 90px;
  }
}
@media screen and (max-width: 374px) {
  .match-center__calendar {
    /*        width: auto;*/
    right: 0;
  }
}

/* Admin Part */
.event-item.admin {
  position: relative;
}
.event-item.admin {
  border-left-width: 2px;
  border-left-style: solid;
}
.event-item.admin.last {
  border-radius: 0px 0px 0px 16px;
}
.event-item.admin.first {
  border-radius: 16px 0px 0px 0px;
}
.event-item.admin.have_info {
  border-left-color: #06cb5e;
}
.event-item.admin.nothing {
  border-left-color: #ec6f6f;
}
.admin_block {
  position: absolute;
  background-color: #f4f6fc;
  border: 1px #d9eafa solid;
  top: 0;
  left: 80px;
  padding: 10px;
  z-index: 1;
  display: none;
  border-top: 0;
}
.admin_block a {
  font-size: 12px;
  color: #422f56;
  padding: 5px 10px;
  border: 1px #d9eafa solid;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 5px;
}
.admin_block a:hover {
  background-color: #422f56;
  color: #fff;
}
.event-item.admin:hover .admin_block {
  display: flex;
}
