/*George*/

.bg-greyDark {
  background-color: var(--mainGreyDark);
}

.bg-greyLight {
  background-color: var(--mainGreyLight);
}

/*News-Listing*/

.my-page {
  min-height: 50vh;
  margin-top: var(--headerHeight);
}

.news-page {
}

.news-page .title {
  text-align: right;
}

.news-page .title h1 {
  padding-top: 1.5rem;
  color: var(--mainYellow);
  margin-bottom: 0;
}

.calendar-subevent {
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
}

.news-page .title span {
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.news-page .title-small {
  text-align: left;
}

.news-page .title-small h2 {
  color: var(--mainGreyDark);
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.news-page .title-small span {
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.news {
}

.news-single {
  position: relative;
  margin-bottom: 5%;
}

.news-single-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50%;
}

.news-single-text {
  position: relative;
  padding: 5%;
  background-color: white;
  border: 1px solid rgba(114, 114, 114, 0.15);
  border-radius: 2px;

  transition: background-color 0.4s ease-in-out;

  margin-right: -7%;
}

.news-single-text:hover {
  background-color: #f0f0f0;
}

.news-single-text.with-image {
  margin-top: -15%;
  margin-right: -7%;
  margin-left: 5%;
}

.news-single-text h4,
.news-single-text h3 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.news-single-text .date-read-more {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

.news-single-text .date {
  color: var(--mainBlue);
  font-size: 0.75rem;
  font-weight: 500;
}

.news-single-text .read-more {
  display: flex;
  align-items: center;
  color: var(--mainBlue);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.news-single-text p {
  color: #464646;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.event-single {
  background-color: var(--mainGreyLight);
  padding: 12%;
  /*min-width: 260px;*/
}

.event-single-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*width: 100%;*/
  padding-top: 70%;
  margin-left: -25%;
  margin-bottom: 10%;
}

.event-single-img .counter {
  position: absolute;
  bottom: 15%;
  left: 7%;
}

.event-single-img span:nth-of-type(1) {
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.event-single-img span:nth-of-type(2) {
  display: block;
  color: white;
  font-size: 0.55rem;
  line-height: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

.event-single-text h5 {
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.event-single-text p {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.event-single-text .date {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.event-single-text .open-gallery {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}

.event-single-text .open-gallery img {
  width: 0.625rem;
}

.event-single.version2 {
  background-color: transparent;
  height: 100%;
}

.event-single.version2 .event-single-img {
  margin-bottom: 0;
  z-index: -1;
}

.event-single.version2 .event-single-text {
  background-color: var(--mainGreyLight);
  padding: 12%;
  margin-left: -14%;
  margin-right: -14%;
  margin-top: -22%;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-single.version2 .read-more {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}

.news-end {
  position: relative;
  text-align: center;
  margin-top: 5%;
}

.news-end button {
  padding: 1rem;
  background-color: white;
  border: 2px dashed var(--mainGreyDark);
  outline: none;
  box-shadow: none;
  transition: background-color 0.3s ease-in-out;
}

.news-end button:hover {
  background-color: var(--mainGreyLight);
}

.news-end::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--mainGreyDark);
}

/*Popup-Gallery*/

.gallery-items {
  width: calc(50% - 15px);
  display: inline-block;
  margin-bottom: 30px;
}

.gallery-items div {
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery-wrapper {
  margin-bottom: 20vh;
  padding-top: 20vh;
}

.video-thumb {
  position: relative;
}

.video-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
}

.video-thumb span::after {
  backface-visibility: hidden;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid rgb(248, 16, 16);
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 7.5px), -50%);
  position: absolute;
}

.gallery-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.gallery-popup.show {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}

.gallery-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  transition: all 500ms linear;
}

.gallery-popup-wrapper {
  width: 59%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: all 500ms linear;
}

.gallery-popup.show .gallery-popup-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallery-popup.show .gallery-popup-overlay {
  opacity: 0.9;
  visibility: visible;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.close-popup::after,
.close-popup::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.close-popup::after {
  transform: rotate(45deg);
}

.close-popup::before {
  transform: rotate(-45deg);
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  /*opacity: 0.4;*/
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--mainGreyLight);
}

@media screen and (max-width: 768px) {
  .gallery-wrapper {
    margin-bottom: 5%;
  }

  .gallery-items {
    width: 100%;
  }

  .video-thumb span {
    width: 50px;
    height: 50px;
  }

  .video-thumb span::after {
    border: 9px solid transparent;
    border-left: 12px solid rgb(248, 16, 16);
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 6px), -50%);
  }

  .swiper-container.gallery-thumbs,
  .swiper-button-next.swiper-button-white,
  .swiper-button-prev.swiper-button-white {
    display: none !important;
  }

  .gallery-popup-wrapper {
    width: 100%;
    height: 45%;
  }
}

/*Popup-Gallery*/

/*News-Listing*/

/*News-Inner*/

.fixed-socials {
  position: fixed;
  top: 36%;
  right: 10%;
}

.fixed-socials h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
}

.fixed-socials-icons {
  display: flex;
  margin-left: 5%;
}

.fixed-socials-icons a {
  cursor: pointer;
}

.fixed-socials-icons a:hover > img {
  box-shadow: 0 0 4px #0000004d;
}

.fixed-socials-icons a img {
  width: 32px;
  margin: 0 0.5rem;
  transition: box-shadow 0.3s;
}

.news-page-inner {
}

.news-inner-banner {
  background-color: var(--mainGreyLight);
}

.news-inner-banner h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.news-inner-banner span {
  display: block;
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 1rem 0;
}

.news-inner-banner-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50%;
}

.news-inner-body {
  margin-top: -7%;
  margin-bottom: 7%;
  padding-top: 7%;
  background-color: white;
}

.news-body-content {
  padding: 3% 0;
}

.news-body-content h2,
.news-body-content h3,
.news-body-content h4,
.news-body-content h5 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.news-body-content p {
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: black;
}

.news-body-content img {
  max-width: 110%;
  min-width: 100%;
  margin: 5% -10% 5% 0;
}

/*News-Inner*/

/*About*/

.page-container {
  /*max-width: 1400px;*/
}

#aboutUs {
  padding-top: 65vh;
}

#section_1 {
  padding-top: 65vh;
}

.about-banner-img {
  padding-top: 60vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.about-page .title {
  margin-bottom: 4%;
}

.about-page .title div a {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  /*display: block;*/
  /*height: 100%;*/
  padding-left: 1rem;
}

.about-page .title div a:hover {
  color: var(--mainBlue);
  text-decoration: none;
}

.about-page .title div a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--mainYellow);
  width: 6px;
}

.about-page .title h2 {
  color: var(--mainBlue);
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
}

.about-page .title h3 {
  color: var(--mainGreyDark);
  font-weight: 900;
  transition: color 0.5s ease;
  will-change: color;
  font-size: 3rem;
}

.about-page .active .title h3 {
  color: var(--mainYellow);
}

.about-page .title span {
  color: rgba(70, 70, 70, 0.6);
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
}

.about-page .title span b {
  color: black;
}

.about-section {
  margin-bottom: 8%;
}

.about-section h4 {
  text-transform: uppercase;
  color: var(--mainGreyLight);
  font-size: 2.2vw;
  font-weight: 900;
}

.about-section p {
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #464646;
  /* text-align: justify; */
}

.about-section .yellow-list {
  display: flex;
  flex-wrap: wrap;
}

.about-section .yellow-list li {
  position: relative;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.about-section .yellow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--mainYellow);
}

.about-section p img {
  max-width: 110%;
  min-width: 100%;
  margin: 5% -10% 5% 0;
}

.about-section-content {
  padding: 8%;
  background-color: var(--mainGreyLight);
}

.tools-wrapper {
  position: relative;
  padding: 2% 0;
}

.tools-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /*width: 21%;*/
  width: calc((100% - 66.666667%) / 2 + 15px);
  height: 120%;
  /*transform: translateY(-50%);*/
  background-color: var(--mainGreyDark);
}

.tools-wrapper .title-text {
  margin-right: 8%;
}

.tools {
  /*display: flex;*/
  /*justify-content: space-between;*/

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.tools div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mainGreyLight);
  padding: 20% 0;
  /*padding: 3%;*/
  /*margin: 0 1%;*/
  /*width: 9vw;*/
  /*height: 9vw;*/
}

.tools div img {
  height: 30px;
  margin-bottom: 15px;
}

.tools div p {
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.tools div p::before {
  content: "";
  position: absolute;
  background-color: var(--mainGreyDark);
  height: 2px;
  width: 2vw;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.tools div span {
  position: absolute;
  bottom: 0;
  transform: translateY(050%);
  color: white;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  background-color: var(--mainBlue);
  border-radius: 2px;
}

.trustee {
  position: relative;
  height: 100%;
}

.top-winner {
  display: flex;
  justify-content: space-between;
}

.top-winner h5 {
  width: 75%;
}

.top-winner h4 {
  width: 20%;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
}

.top-winner h4.one {
  color: var(--mainYellow);
}

.trustee-img {
  position: absolute;
  top: -1.5rem;
  padding-top: 5.5rem;
  width: 25%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  filter: grayscale(1);
  z-index: 1;
}

.trustee-text {
  height: 100%;
  margin-left: auto;
  width: 90%;
  padding: 6% 5% 4% 20%;
  border: 2px dashed var(--mainGreyDark);
  user-select: none;
}

.trustee-text h5 {
  color: #101010;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.trustee-text span {
  display: block;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 0.75rem;
  color: grey;
}

.trustee-text p {
  font-size: 0.7rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #767676;
  text-align: left;
}

.honoraries {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.honorary {
  position: relative;
  display: flex;
  height: 100%;
  transition: all 0.4s;
  border: 2px dashed var(--mainGreyDark);
}

.honorary:hover {
  text-decoration: none;
  background-color: white;
  box-shadow: 0 0 10px #00000021;
}

.honorary-img {
  /*height: 100%;*/
  padding-top: 20%;
  width: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8%;
  background-color: white;
  border: 1px solid transparent;
  /*padding: 5%;*/
}

.honorary-text {
}

.honorary-text h5 {
  color: #101010;
  font-weight: 700;
  font-size: 1rem;
}

.honorary-text p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #767676;
}

.honorary.sponsors .honorary-img {
  width: 100%;
  padding-top: 90%;
  margin-right: 0;
}

.about-section .full-width-img {
  width: 100%;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-sergey {
  width: 100%;
  padding: 8% 10%;
  margin: -10% -10% 10% 10%;
  background-color: white;
  box-shadow: 20px 0 40px #00000054;
  text-align: center;
  /*background-color: var(--mainGreyLight);*/
}

.about-sergey h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.about-sergey span {
  color: #767676;
  font-size: 0.875rem;
}

.about-sergey a {
  font-size: 0.812rem;
}

.my-collapse-btn {
  position: relative;
  color: var(--mainGreyDark);
  font-size: 0.75rem;
  line-height: 3rem;
  background-color: white;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.my-collapse-btn[aria-expanded="true"] {
  display: none;
}

.my-collapse-btn:hover {
  color: var(--mainGreyDark);
  text-decoration: none;
}

.my-collapse-btn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-width: 2px 2px 0 0;
  border-color: var(--mainGreyDark);
  border-style: solid;
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(-45deg);
}

.my-collapse-btn.collapsed::after {
  transform: translateY(-50%) rotate(135deg);
}

.my-collapse-text {
  margin-bottom: 1rem;
}

.my-collapse-text.collapse:not(.show) {
  /* height = lineheight * no of lines to display */
  display: block;
  height: 9em;
  overflow: hidden;
}

.my-collapse-text.collapsing {
  height: 9em;
}

.my-collapse-text.small.collapse:not(.show) {
  height: 3em;
}

.my-collapse-text.small.collapsing {
  height: 3em;
}

.my-collapse-text.big.collapse:not(.show) {
  height: 35.5em;
}

.my-collapse-text.big.collapsing {
  height: 35.5em;
}

.my-collapse-text.hidden.collapse:not(.show) {
  height: 0;
}

.my-collapse-text.hidden.collapsing {
  height: 0;
}

.about-section .innerTitle {
  text-transform: uppercase;
  color: var(--mainBlue);
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.aram-bg-img {
  width: 100%;
  padding-top: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img1 {
  grid-area: aa;
}

.img2 {
  grid-area: bb;
}

.img3 {
  grid-area: cc;
}

.img4 {
  grid-area: dd;
}

.aram-imgs {
  display: grid;
  grid-template-areas: "aa aa bb dd" "aa aa cc dd";
  grid-gap: 10px;
  /*padding: 10px;*/
}

.sub-title {
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.quotes {
  position: relative;
  padding: 6% 8%;
  border: 2px dashed var(--mainGreyDark);
}

.quotes:hover .quote-name {
  color: white;
  background-color: var(--mainBlue);
}

.quotes .quote-name {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -50%);
  /*padding: 1.5rem 3rem 1.5rem 1rem;*/
  padding: 2% 10% 2% 2%;
  color: var(--mainBlue);
  text-transform: capitalize;
  transition: all 0.3s;
  background-color: var(--mainGreyLight);
}

.quote-icon {
  position: relative;
}

.quote-icon::before {
  content: "";
  position: absolute;
  padding-top: 110%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("/img/icons/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quotes .quote-name h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.vacancy {
  background-color: var(--mainGreyLight);
  padding: 3% 5% 3% 3%;
  margin-bottom: 5%;
}

.vacancy:hover .vacancy-text {
  box-shadow: 0 0 50px #00000026;
}

.vacancy h5 {
  font-weight: 800;
}

.vacancy span {
  color: rgba(70, 70, 70, 0.6);
  font-size: 0.75rem;
}

.vacancy .vacancy-text {
  font-size: 0.75rem;
  background-color: white;
  padding: 2%;
  margin-bottom: -6%;
  transition: box-shadow 0.4s;
}

.vacancy .vacancy-text p {
  margin-bottom: 2%;
}

.vacancy .vacancy-text a {
  display: flex;
  align-items: center;
  color: var(--mainBlue);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.my-form {
  width: 100%;
}

.my-form input {
  width: 100%;
  border-width: 0 0 1px 0;
  height: 100%;
  outline: none;
  box-shadow: none;
  font-size: 0.875rem;
}

.my-form input::placeholder {
  color: var(--mainGreyLight);
  text-transform: capitalize;
}

.my-form .upload-file {
  display: flex;
  align-items: center;
  padding: 3%;
  box-shadow: 0 0 40px #00000036;
  background-color: white;
  cursor: pointer;
}

.my-form .upload-file img {
  width: 30px;
  height: 30px;
  margin-right: 5%;
  border: 1px solid var(--mainGreyLight);
}

.my-form .upload-file p {
  width: calc(95% - 30px);
  color: rgba(70, 70, 70, 0.6);
  font-size: 0.75rem;
}

.my-form button {
  position: relative;
  display: block;
  margin-left: auto;
  background-color: var(--mainBlue);
  color: white;
  /*width: calc(100% + 30px);*/
  padding: 5% 30%;
  height: 100%;
  outline: none;
  box-shadow: none;
}

.my-form .btn-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--mainYellow);
  height: calc(100% + 70px);
  width: calc(100% + 70px);
  transform: translateY(-50%);
  right: -15px;
  top: 50%;
}

.fixed-socials.about {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  display: flex;
  align-items: baseline;
}

.mediaInnerSocials {
  display: flex;
  right: 9%;
}

.mediaInnerSocials h5 {
  display: flex;
  align-items: center;
}

.mediaInnerSocials h5 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.mediaInnerSocials .fixed-socials-icons {
  margin-left: 0;
}

.mediaInnerSocials .fixed-socials-icons img {
  margin: 0 1rem;
}

.fixed-socials.about .fixed-socials-icons {
}

/*About*/

/*Calendar*/

.calendar-page .title {
}

.calendar-page .title h1 {
  color: var(--mainYellow);
  margin-bottom: 0;
}

.calendar-page .title span {
  color: black;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.calendar-section {
  margin-bottom: 8%;
}

.calendar-section .event-title {
  text-transform: uppercase;
  margin-bottom: 8%;
}

.calendar-section .event-title p {
  font-size: 0.8rem;
  color: var(--mainGreyDark);
  font-weight: 700;
}

.calendar-section .event-title p span {
  color: var(--mainBlue);
}

.calendar-section .event-title h2 {
  color: var(--mainGreyDark);
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 900;
}

.calendar-event {
  position: relative;
  padding: 2% 4%;
  border: 1px solid var(--mainGreyLight);
  /*margin-bottom: 10%;*/
}

.bottomPadding {
  padding-bottom: 10%;
}

.calendar-event::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -7%;
  width: 8px;
  height: 8px;
  background-color: var(--mainGreyDark);
}

.calendar-event::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -7%;
  height: calc(100% + 50px);
  width: 8px;
  background-image: url("/img/icons/icon_point.png");
  background-repeat: repeat-y;
  background-size: contain;
}

.calendar-event.currentDate {
  background-color: var(--mainGreyLight);
  border: 1px solid transparent;
}

.calendar-event.currentDate::after {
  background-color: var(--mainBlue);
}

.calendar-event.currentDate .event-date {
  color: white;
  background-color: var(--mainBlue);
}

.calendar-event.currentDate .event-date::before {
  border-color: transparent var(--mainBlue) transparent transparent;
}

.calendar-event .event-date {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  /*transform: translate(-30%, -30%);*/
  background-color: var(--mainGreyLight);
  color: var(--mainBlue);
  padding: 1.5% 3% 1.5% 1.5%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0;
}

.calendar-event .event-date::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-style: solid;
  border-width: 0 10px 8px 0;
  border-color: transparent var(--mainGreyLight) transparent transparent;
}

.calendar-event .event-date span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.calendar-event .event-date span:nth-of-type(2) {
  font-size: 0.65rem;
  line-height: 1rem;
}

.calendar-event .event-body h3 {
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 5%;
  margin-bottom: 0;
}

.calendar-event .event-time {
  font-size: 0.875rem;
  font-weight: 600;
}

.calendar-event .event-body p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.calendar-section .title h2 {
  color: var(--mainBlue);
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
}

.calendar-section .title span {
  color: rgba(70, 70, 70, 0.6);
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: none;
}

/*Calendar*/

/*Live Stream*/

#competition_schedule {
  padding-top: 8%;
  margin-top: -8% !important;
}

.live-page {
  /*padding-top: 3%;*/
  padding-top: 7vh;
}

.top-before-bg::before {
  content: "";
  position: absolute;
  top: -7vh;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: calc(100% + 7vh + 30px + 3.6rem);
  background-color: #f8f8f8;
  z-index: -1;
}

#my-live-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  /*transition: all 0.4s;*/
}

#my-live-wrapper .close-live {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}

#my-live-wrapper.fixed {
  position: fixed;
  width: 25%;
  min-width: 270px;
  height: unset;
  bottom: 1rem;
  right: 1rem;
  z-index: 2147483005;
}

#my-live-wrapper.fixed .close-live {
  display: block;
}

#video-poster-hy {
  display: none;
}

.video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-size: 80%;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.video-poster iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.scroll-to-schedule {
  position: relative;
  width: 100%;
  height: 50px;
  /*position: absolute;*/
  /*bottom: 40px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  padding: 0.5rem 0;
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  background-color: var(--mainBlue);
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.6s;
}

.scroll-to-schedule img {
  width: 12px;
  margin-left: 10px;
  transition: transform 0.3s;
}

/*.scroll-to-schedule::after {*/
/*content: "";*/
/*position: absolute;*/
/*bottom: -20%;*/
/*left: 50%;*/
/*width: 1.5rem;*/
/*height: 1.2rem;*/
/*transform: translateX(-50%);*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*background-image: url("/img/icons/icon_scroll_down.svg");*/
/*transition: transform 0.3s;*/
/*}*/

.scroll-to-schedule:hover {
  box-shadow: 0 0 8px 0 #01274c9e;
}

.scroll-to-schedule:hover img {
  transform: translateY(10%);
}

#my-live {
  width: 100%;
  height: 100%;
}

.live-video-wrapper {
  position: relative;
  margin-top: 40px;
  width: 100%;
  /*height: 100%;*/
  /*min-height: 480px;*/
  height: calc(78vh - (var(--headerHeight)));
  background-color: var(--mainBlue);
}

.live-video-wrapper::before {
  content: "";
  position: absolute;
  /*top: -40px;*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mainBlue);
  z-index: -1;
}

.live-video-wrapper.facebookLive {
  margin-top: 0;
}

.live-video-wrapper.facebookLive::before {
  display: none;
}

.fb-video {
  height: 100%;
}

.fb-video span {
  height: 100% !important;
}

.fb-video iframe {
  height: 100% !important;
}

.live-video-wrapper video {
  width: 100% !important;
  height: 100% !important;
}

.live-video-wrapper .left-panel {
  display: none;
  position: absolute;
  z-index: 50;
  left: 10px;
  /*top: 15px;*/
  top: -30px;
  align-items: center;
  pointer-events: none;
}

.live-video-wrapper .all-viewers {
  display: none;
  padding: 0.2rem 0.6rem;
  background-color: black;
  border: 1px solid #585858;
  box-shadow: 0 0 12px -5px white;
}

.live-video-wrapper .all-viewers img {
  width: 1rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}

.live-video-wrapper .all-viewers span {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
}

.live-video-wrapper .live-video {
  padding: 0.2rem 0.6rem;
  display: flex;
  background-color: #d42d20;
  margin-right: 0.5rem;
  border: 1px solid transparent;
}

.live-video-wrapper .live-video img {
  width: 1rem;
  height: 1.125rem;
  margin-right: 10px;
}

.live-video-wrapper .live-video span {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
}

.live-video-wrapper .lng {
  /*display: none;*/
  position: absolute;
  z-index: 50;
  right: 10px;
  top: -30px;
  /*top: 15px;*/
}

.live-video-wrapper .lng button {
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: var(--mainBlue);
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  width: 2.5rem;
  letter-spacing: -0.3px;
  border: 1px solid #585858;
}

.live-video-wrapper .lng button:first-of-type {
  margin-right: 4px;
}

.live-video-wrapper .lng button.selected {
  cursor: default;
  color: var(--mainBlue);
  background-color: white;
  box-shadow: 0 0 12px -5px white;
}

.live-video-wrapper .lng button:hover {
  opacity: 1;
}

.live-video-wrapper .live-icon {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
}

.live-video-wrapper .live-icon::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -12px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100%;
  transform: scale(0.35);
  animation: puls 1.5s infinite;
}

.failed-video {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  text-align: center;
}

.failed-video h3 {
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.reload-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url("/img/icons/icon_reload.svg");
  /*background-color: var(--mainYellow);*/
  background-color: transparent;
  cursor: default;
  padding: 0.5rem;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  /*box-shadow: 0 0 10px #00000061;*/
  transition: background-color 0.3s;
  animation: spin 3.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  animation-delay: 1s;
}

/*.reload-button:hover {*/
/*background-color: #fb9a00;*/
/*}*/

@keyframes puls {
  0% {
    transform: scale(0.35);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(0.35);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(360deg);
  }
}

/*.history-timeLine {*/
/*position: relative;*/
/*width: 100%;*/
/*margin: 1rem 0;*/

/*display: flex;*/
/*justify-content: space-around;*/
/*}*/

/*.history-timeLine::before {*/
/*content: "";*/
/*z-index: -1;*/
/*position: absolute;*/
/*top: 40%;*/
/*!*transform: translateY(-50%);*!*/
/*width: 100%;*/
/*height: 2px;*/
/*background-color: var(--mainGreyDark);*/
/*}*/

/*.history-point {*/
/*position: relative;*/
/*width: 0.8rem;*/
/*height: 0.8rem;*/
/*background-color: var(--mainGreyDark);*/
/*border: 2px solid var(--mainYellow);*/
/*cursor: pointer;*/
/*border-radius: 100%;*/
/*transition: all 0.3s;*/
/*}*/

/*.history-point:hover {*/
/*border: 6px solid var(--mainYellow);*/
/*}*/

/*.history-point:hover div {*/
/*opacity: 1;*/
/*}*/

/*.history-point div {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 50%;*/
/*width: 5rem;*/
/*transform: translate(-50%, -110%);*/
/*opacity: 0;*/
/*text-align: center;*/
/*background-color: white;*/
/*padding: 0.5rem;*/
/*border-radius: 4px;*/
/*transition: all 0.3s;*/
/*border: 2px solid var(--mainBlue);*/
/*}*/

/*.history-point div::before {*/
/*content: "";*/
/*position: absolute;*/
/*width: 0.5rem;*/
/*height: 0.5rem;*/
/*background-color: white;*/
/*transform: translate(-50%, 70%) rotate(45deg);*/
/*bottom: 0;*/
/*left: 50%;*/
/*border-width: 0 2px 2px 0;*/
/*border-style: solid;*/
/*border-color: var(--mainBlue);*/
/*}*/

/*.history-point div h5 {*/
/*font-size: 0.8rem;*/
/*margin-bottom: 0.5rem;*/
/*}*/

/*.history-point div p {*/
/*display: block;*/
/*font-size: 0.5rem;*/
/*margin-bottom: 0;*/
/*}*/

/*.history-point.current {*/

/*}*/

/*.history-point.old {*/

/*}*/

/*.history-point.disabled {*/
/*opacity: 0.7;*/
/*pointer-events: none !important;*/
/*cursor: default !important;*/
/*}*/

.phase {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4% 15%;
  background-color: #e4e4e4;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}

/*.phases .phase:nth-child(1)::after, .phases .phase:nth-child(2)::after {*/
/*content: "";*/
/*position: absolute;*/
/*display: block;*/
/*width: 30%;*/
/*right: 0;*/
/*transform: translateX(calc(100% + 1rem));*/
/*height: 1px;*/
/*border-top: 2px dashed var(--mainGreyDark);*/
/*}*/

.phase.active {
  background-color: var(--mainBlue);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.6);
}

.phase.active h5 {
  color: white;
}

.phase.active span {
  color: white;
}

.phase.active p {
  color: white;
}

.phase.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

.phase.disabled .arrow {
  display: none;
}

.phase.disabled > * {
  opacity: 0.7;
}

.phase.old {
  /*padding: 4% 20%;*/
}

.phase.current {
  /*pointer-events: none !important;*/
  /*cursor: default !important;*/
}

.phase.current span {
  /*color: var(--mainYellow);*/
  /*background-color: var(--mainBlue);*/
}

.phase.old span {
  /*transform: none;*/
}

.phase.old p {
  text-decoration: underline;
}

.phase span {
  /*display: block;*/
  /*width: 2.5rem;*/
  /*height: 2.5rem;*/
  /*padding: 0.35rem;*/
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: var(--mainBlue);
  margin-right: 0.4rem;
  /*background-color: white;*/
  /*transform: translateX(-50%);*/
}

.phase h5 {
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.phase p {
  font-size: 0.6rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #6f6f6f;
}

.phase .arrow {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  background-image: url("/img/icons/arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.phase.active .arrow {
  background-image: url("/img/icons/arrow_yellow.svg");
}

/*.sep-line {*/
/*display: block;*/
/*width: 100%;*/
/*height: 1px;*/
/*border-top: 2px dashed var(--mainGreyDark);*/
/*}*/

/*.sep-line.inactive {*/
/*opacity: 0.7;*/
/*}*/

.live-fb-share {
  position: fixed;
  z-index: 102;
  left: 8px;
  bottom: 36vh;
  background-color: var(--mainBlue);
  padding: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s;
}

.live-fb-share::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 8px;
  background-color: var(--mainBlue);
  transition: background-color 0.3s;
}

.live-fb-share:hover {
  background-color: #044175;
}

.live-fb-share:hover::before {
  background-color: #044175;
}

.live-fb-share span {
  position: absolute;
  right: 0;
  transform: translateY(calc(-100% - 1rem));
  font-size: 0.562rem;
  text-transform: uppercase;
  font-weight: 700;
}

.live-fb-share img {
  height: 100%;
}

.fb-like {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 50px);
  background-color: white;
  padding: 10%;
  text-align: center;
}

.fb-like span {
  position: relative;
  color: #dcdcdc;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.fb-like span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/img/icons/icon_favorite.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(8%, -25%);
}

.fb-like h3 {
  font-size: 2.3rem;
  line-height: 2rem;
  font-weight: 900;
  color: #dcdcdc;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.fb-like p {
  font-size: 0.75rem;
  font-weight: 500;
}

.fb-like a {
  padding: 1rem 1.2rem;
  background-color: var(--mainYellow);
  color: var(--mainBlue);
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
  transition: background-color 0.3s;
}

.fb-like a:hover {
  background-color: #fb9a00;
}

.container-schedule {
  margin-top: 10%;
}

.scheduled-dates-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.scheduled-dates-title.grey {
  color: var(--mainGreyDark);
}

.scheduled-dates {
  display: flex;
  flex-wrap: wrap;
}

.single-date {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.single-date-box {
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.8rem;
  position: relative;
  transition: all 0.3s;
  color: var(--mainGreyDark);
  background-color: var(--mainGreyLight);
}

.single-date-box:hover {
  color: var(--mainGreyLight);
  background-color: var(--mainGreyDark);
}

.single-date h4 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  pointer-events: none;
}

.single-date span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}

.single-date .single-date-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: var(--mainGreyLight);
  font-size: 0.65rem;
  transition: all 0.3s;
  /*display: none;*/
}

.single-date .single-date-more p:nth-of-type(1) {
  color: var(--mainBlue);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.single-date .single-date-more p:nth-of-type(2) {
  color: grey;
  font-weight: 500;
  margin-bottom: 0;
}

.single-date.active {
  margin-right: 11rem;
}

.single-date.active .single-date-box {
  color: white;
  background-color: var(--mainBlue);
}

.single-date.active .single-date-more {
  width: 9rem;
  left: 100%;
  right: -100%;
}

.single-date.small {
  width: calc(100% / 3 - 15px);
  margin: 0 7.5px 15px 7.5px;
}

.single-date.small .single-date-box {
  padding: 0.4rem 0.8rem;
  height: 3.6rem;
  width: 100%;
}

#selectedEvent {
  margin-bottom: 10%;
}

.sub-events {
  border-left: 2px dashed var(--mainGreyDark);
}

.sub-events > * {
  margin-bottom: 3%;
}

.sub-event-wrapper {
  display: flex;
  align-items: center;
}

.sub-event-wrapper .time {
  position: relative;
  font-size: 0.875rem;
  padding-left: 2rem;
  margin-right: 1rem;
  /*padding-left: 0.5rem;*/
  font-weight: 700;
  white-space: nowrap;
  min-width: 34%;
  /*width: 18%;*/
}

.sub-event-wrapper .time.double {
  /*width: 36%;*/
}

.sub-event-wrapper .time::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1.5rem;
  left: 0;
  top: 50%;
  background-color: var(--mainGreyDark);
}

.sub-event-event,
.sub-event-child {
  width: 100%;
  /*width: 65%;*/
}

.sub-event-event {
  position: relative;
  padding: 5%;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--mainBlue);
  background-color: var(--mainGreyLight);
}

.sub-event-event::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 50%;
  right: -10%;
  background-color: var(--mainYellow);
  z-index: -1;
}

.sub-event-wrapper:nth-of-type(even) .sub-event-event::before {
  top: 0;
  transform: translateY(-50%);
}

.sub-event-wrapper:nth-of-type(odd) .sub-event-event::before {
  bottom: 0;
  transform: translateY(50%);
}

.sub-event-child {
  display: flex;
  background-color: var(--mainGreyLight);
}

.sub-event-child h5 {
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.sub-event-child span {
  text-transform: none;
  font-weight: 500;
  font-size: 0.65rem;
  color: grey;
}

.sub-event-child p {
  position: relative;
  font-size: 0.65rem;
  color: grey;
  margin-bottom: 0;
}

.sub-event-child p::after {
  content: "";
  position: absolute;
  top: 25%;
  margin-left: 0.3rem;
  border-style: solid;
  border-width: 0 6px 6px 0;
  transform: scaleX(2.5) rotate(45deg);
  border-color: transparent var(--mainGreyDark) transparent transparent;
}

.sub-event-child .sub-event-child-img {
  width: 5.5rem;
  height: 5.5rem;
  /*margin-right: 1rem;*/
  /*width: 30%;*/
  /*padding-top: 50%;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 6px solid var(--mainYellow);
}

.sub-event-break {
  width: 5.5rem;
  text-transform: uppercase;
  background-color: var(--mainYellow);
  color: var(--mainBlue);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0.2rem;
  text-align: center;
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#displayResults {
  display: none;
}

.video-performance-block {
}

.video-performance {
  width: 100%;
  height: 200px;
  background-color: black;
  object-fit: contain;
}

.day-round {
  display: flex;
  margin: 0 -7.5px;
}

.video-performance-block h5 {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 0.5rem;
}

.video-performance-block p {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0;
  color: grey;
}

/*Live Stream*/

.disabled {
  pointer-events: none !important;
  user-select: none !important;
}

.competition-schedule-block {
  padding-right: 25%;
}

.pdf-view {
  display: inline-block;
  padding: 1rem 1.2rem;
  background-color: var(--mainYellow);
  color: var(--mainBlue);
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
  transition: background-color 0.3s;
  text-align: center;
}

.pdf-view:hover {
  background-color: #fb9a00;
}

.day-title {
  font-weight: 900;
  text-transform: uppercase;
}

.user-avatar {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 285px;
}

.user-video-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  /*height: 100%;*/
}

.user-video {
  width: 100%;
  height: 85px;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-bottom: 15px;
  background-color: white;
  transition: box-shadow 0.15s;
}

.user-video.type2 {
  height: 285px;
}

.user-video.type2 .user-video-thumbnail {
  width: 70px;
  background-image: none !important;
}

.user-video.type2 .user-video-thumbnail img {
  display: none;
}

.user-video.type2 .video-text {
  width: calc(100% - 70px);
}

.user-video.active,
.user-video:hover {
  box-shadow: 0 0 0 3px var(--mainYellow);
}

.user-video.active .video-text,
.user-video:hover .video-text {
  border-color: transparent !important;
}

.user-video:hover .user-video-thumbnail img {
  transform: translate(-50%, -50%) scale(1.15);
}

.user-video-list .user-video:last-of-type {
  margin-bottom: 0 !important;
}

.user-video-thumbnail {
  position: relative;
  height: 100%;
  width: 95px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-video-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 40, 76, 0.8);
}

.user-video-thumbnail img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  transition: transform 0.2s;
}

.user-video .video-text {
  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;
  width: calc(100% - 95px);
  padding-left: 15px;
  border: 1px dashed #cccccc;
  border-left: none;
  text-align: left;
}

.user-video .video-text h5 {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  color: grey;
}

.user-video .video-text p {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--mainBlue);
}

/*.arm-text {*/
/*position: absolute;*/
/*bottom: 70px;*/
/*left: 50%;*/
/*transform: translateX(-50%);*/
/*color: white;*/
/*font-weight: 600;*/
/*font-size: 1rem;*/
/*text-align: center;*/
/*background-color: transparent;*/
/*text-transform: capitalize;*/
/*width: calc(100% - 30px);*/
/*}*/

/*IOS*/
/*#my-live .controls-bar:nth-of-type(1), #my-live .controls-bar:nth-of-type(3) {*/
/*display: none;*/
/*}*/
/*IOS*/

.plyr--video,
.plyr__video-wrapper {
  background: var(--mainBlue) !important;
}


.video-link-card ~ .video-empty-error  {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -25%;
  color: #c62828;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.video-link-card.error ~ .video-empty-error {
  opacity: 1;
  visibility: visible;
}

.form-page .wizard-radio.secondCompositions {
  display: flex;
  flex-direction: column;
}

.form-page .wizard-radio.composition {
  display: flex;
  align-items: flex-start;

}

.form-page  .wizard-radio.composition .wizard-group  {
  width: 100%;
  height: 100%;
}
.form-page  .wizard-radio.composition .wizard-group input {
  min-width: max-content;
  height: inherit;
  opacity: 1;
  transform: unset;
  position: relative;
  overflow: visible;
  display: inline;
}

.form-page  .wizard-radio.composition .wizard-group input.error {
  border-color: red;
}


.form-page .wizard-radio.secondCompositions label,
.form-page .wizard-radio.secondCompositions input {
  width: max-content;
} 


.form-page .wizard-radio.composition label {
  min-width: max-content;
  margin-right: 2em;
}


@media only screen and (max-device-width: 1024px) {
  .fb-like h3 {
    font-size: 1.5rem;
  }

  .live-fb-share {
    display: none;
  }

  .news-page .title h1 {
    font-size: 2rem;
  }

  .competition-schedule-block {
    padding-right: 15%;
  }
}

@media only screen and (max-device-width: 768px) {
  .live-video-wrapper {
    margin-top: 25px;
    height: calc(60vh - (var(--headerHeight)));
  }

  /*.live-video-wrapper .lng {*/
  /*top: -35px;*/
  /*}*/
  /*.live-video-wrapper .left-panel {*/
  /*top: -35px;*/
  /*}*/
  .fb-like {
    flex-direction: row;
    padding: 8% 5%;
  }

  .competition-schedule-block {
    padding-right: 15px;
  }

  .user-video.type2 {
    height: 100px;
  }

  .user-video.type2 .user-video-thumbnail {
    display: none;
  }

  .user-video.type2 .video-text {
    padding: 0 15px;
    width: 100%;
    border: 1px dashed #cccccc;
  }

  .trustee-img {
    padding-top: 10rem;
  }
}

@media only screen and (max-device-width: 480px) {
  .scheduled-dates-title {
    font-size: 1.25rem;
  }

  .calendar-section .title h2 {
    font-size: 1.25rem;
  }

  #my-live-wrapper.fixed {
    width: 35%;
    min-width: 130px;
  }

  #my-live-wrapper.fixed .plyr__controls,
  #my-live-wrapper.fixed .plyr__control {
    display: none;
  }

  .plyr {
    min-width: 130px !important;
  }

  .scheduled-dates {
    /*margin: 20px -15px 0 -15px;*/
    margin: 0 calc((100% - (4rem * 4)) / -6);
    margin-top: 20px;
  }

  .single-date {
    width: 25%;
    margin: 0 0 1rem 0 !important;
  }

  .single-date.small {
    width: calc(100% / 3 - 15px);
    margin: 0 7.5px 15px 7.5px !important;
  }

  .single-date-more {
    display: none;
  }

  .single-date-box {
    margin: auto;
    width: 4rem;
    height: 4rem;
  }

  .sub-event-wrapper {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .sub-event-wrapper .time {
    margin-bottom: 0.5rem;
  }

  .sub-event-event,
  .sub-event-child,
  .sub-event-break {
    margin-left: -3px;
  }

  .my-form {
    width: auto;
  }

  .my-form .btn-wrapper::before {
    width: calc(100% + 30px);
  }

  .phases .col-md-4:nth-child(1) .phase,
  .phases .col-md-4:nth-child(2) .phase {
    border-bottom: 1px solid #c5c5c5;
  }

  .sub-event-event::before {
    right: -15px;
  }

  .video-performance {
    /*height: 210px !important;*/
    /*min-height: 210px;*/
  }

  .user-video-thumbnail {
    width: 60px;
    min-height: 60px;
  }

  .user-video .video-text {
    min-height: 60px;
    width: calc(100% - 60px);
  }

  .user-video .video-text h5 {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: capitalize;
    color: grey;
  }

  .user-video .video-text p {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--mainBlue);
  }

  .video-poster {
    height: auto;
    padding-top: 100%;
  }

  .trustee-img {
    padding-top: 6rem;
  }
}
