.tcl-card-event {
  background: #ffffff;
  -webkit-box-shadow: 2px 0px 10px 5px rgba(35, 31, 32, 0.05);
          box-shadow: 2px 0px 10px 5px rgba(35, 31, 32, 0.05);
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-card-event--finished .tcl-card-event__button, .tcl-card-event--finished .tcl-card-event__more, .tcl-card-event--finished .tcl-card-event__hero {
  background-color: #bbbcbd !important;
}
.tcl-card-event__delete {
  width: 50px;
  height: 50px;
  background-color: #231f20;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -20px;
  top: -25px;
  z-index: 1;
  cursor: pointer;
}
.tcl-card-event__delete.registration {
  cursor: no-drop;
  background-color: #d7d7d7 !important;
}
.tcl-card-event__hero {
  -webkit-clip-path: ellipse(140% 100% at 50% 0%);
          clip-path: ellipse(140% 100% at 50% 0%);
  padding: 20px 45px 20px 45px;
  margin-bottom: 25px;
  min-height: 140px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-card-event__hero {
    padding: 20px 20px 20px 20px;
  }
}
.tcl-card-event__theme {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  font-size: 12px;
  margin-bottom: 5px;
}
.tcl-card-event__heading {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 18px;
  font-weight: 700;
}
.tcl-card-event__type {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  font-size: 12px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231f20;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 15px;
  padding: 3px 7px;
}
.tcl-card-event__type svg {
  position: absolute;
  height: 100%;
  width: auto;
  right: calc(100% - 1px);
  top: 0;
}
.tcl-card-event__more {
  -webkit-mask-image: url("/wp-content/themes/unwomen/images/mask__cart-event-footer.svg");
          mask-image: url("/wp-content/themes/unwomen/images/mask__cart-event-footer.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  color: #fff;
  text-decoration: none;
}
.tcl-card-event__more:hover {
  color: #fff;
}
.tcl-card-event__content {
  padding: 0 35px;
}
@media (max-width: 1199px) {
  .tcl-card-event__content {
    padding: 0 20px;
  }
}
.tcl-card-event__organizer {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.tcl-card-event__organizer a {
  color: #0397d6;
}
.tcl-card-event__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .tcl-card-event__status {
    padding-left: 0px;
  }
}
.tcl-card-event__external-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-card-event__external-status .event-status__circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 15px;
  border: 1.5px solid #000;
}
.tcl-card-event__external-status .event-status__label {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231f20;
}
.tcl-card-event__description {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #231f20;
  margin-bottom: 17px;
}
.tcl-card-event__description-label {
  font-weight: 700;
  margin-bottom: 15px;
}
.tcl-card-event__description-text {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tcl-card-event__footer {
  margin-top: auto;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-card-event__footer {
    padding: 0 20px;
  }
}
.tcl-card-event__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-card-event__button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(var(--card-event), 1);
  cursor: pointer;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.tcl-card-event__button svg {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.tcl-card-event__button:hover {
  background-color: rgba(var(--card-event), 0.8);
}
.tcl-card-event__button:hover svg {
  opacity: 0.8;
}
.tcl-card-event__button:active {
  background-color: rgba(var(--card-event), 1);
}
.tcl-card-event__button:active svg {
  opacity: 0.8;
}
.tcl-card-event__button:first-child {
  margin-right: 10px;
}
.tcl-card-event__button:first-child.animation svg g {
  -webkit-animation: eLkRlxjHsW03_ts__ts 1500ms linear 1 normal forwards;
          animation: eLkRlxjHsW03_ts__ts 1500ms linear 1 normal forwards;
}
.tcl-card-event__button:first-child.animation svg g path {
  -webkit-animation: eLkRlxjHsW03__m 1500ms linear 1 normal forwards;
          animation: eLkRlxjHsW03__m 1500ms linear 1 normal forwards;
}
.tcl-card-event__button:first-child.active:not(.animation) svg path {
  fill: #fff;
}
.tcl-card-event__button:first-child.button-status-finished {
  cursor: no-drop;
}
.tcl-card-event__button:first-child.button-status-finished svg path {
  stroke: #fff;
}
.tcl-card-event__button:first-child.button-status-closed {
  background-color: #d7d7d7 !important;
  cursor: no-drop;
}
.tcl-card-event__button:first-child.button-status-closed svg path {
  stroke: #fff;
}
.tcl-card-event__button:first-child.registration {
  background-color: #d7d7d7 !important;
  cursor: no-drop;
}
.tcl-card-event__button:first-child.registration svg path {
  fill: #fff;
}
.tcl-card-event__dettails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-card-event__dettails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tcl-card-event__dettails-right, .tcl-card-event__dettails-left {
  width: calc(50% - 10px);
}
@media (max-width: 1199px) {
  .tcl-card-event__dettails-right, .tcl-card-event__dettails-left {
    width: 100%;
  }
}
.tcl-card-event__dettail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-size: 14px;
  color: #231f20;
  margin-bottom: 5px;
}
.tcl-card-event__dettail p {
  margin: 0 0;
}
.tcl-card-event__dettail:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .tcl-card-event__dettail:last-child {
    margin-bottom: 5px;
  }
}
.tcl-card-event__dettail-icon {
  width: 20px;
  margin-right: 13px;
}
.tcl-card-event__dettail-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 33px);
}
.tcl-card-event__dettail-value .tcl-notice {
  margin-left: 10px;
}

.tcl-contrast-mode .tcl-card-event {
  background: #000;
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__type {
  background-color: #000;
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__type svg path {
  fill: #000;
}
.tcl-contrast-mode .tcl-card-event__organizer {
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__organizer a {
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__description {
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__status .event-status {
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__dettail {
  color: #fff;
}
.tcl-contrast-mode .tcl-card-event__dettail-icon svg rect {
  fill: transparent;
}