/* Resets */

input[type="button"]{
  outline:none!important;
  outline-style: none!important;
  outline:0!important;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}

select:focus {
  outline:0!important;
}

button:focus, input:focus {
  outline-color:rgba(0, 103, 244, 0)!important;
  outline: 0px auto -webkit-focus-ring-color;
}

.h-half-screen {
  height: 50vh;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

body {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  /* Page animation onload */
  animation: fadein .8s;
  -moz-animation: fadein .8s; /* Firefox */
  -webkit-animation: fadein .8s; /* Safari and Chrome */
  -o-animation: fadein .8s; /* Opera */
}

#app {
  overflow-x: hidden;
}

.sText {
  font-size: 0.8em;
}

/* Smartclip top banner fix */
#sc-top, #sc-top div, #sc-top iframe {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* Aspect ratios */

.horizontal-aspectRatio {
  width: 100%;
  padding-top: calc(100% / (1.5)); /* Clubbin card header image in horizontal aspect ratio 455/294 */
  position: relative;
}

.vertical-aspectRatio {
  width: 100%;
  padding-top: calc(100% / (0.64)); /* 0.64 vertical image aspect ratio (Content vertical) 267/414 */
  position: relative;
}

.background-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-cover {
  background-color: #0000001c;
}

.video-cover .text-4xl {
  font-size: 2.25rem!important;
}

/* Common UI elements */

.card {
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  border-radius: 8px;
}

.box-shadow {
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.btn {
  border-radius: 2px;
  animation-delay: 2s;
}

.white-btn {
  background-color: white;
  font-weight: bold;
  border-radius: 2px;
  animation-delay: 2s;
}
.black-btn {
  background-color: black;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  animation-delay: 2s;
}

.primary-btn {
  background-color: black;
  color: white;
  font-weight: bold;
  border-radius: 2px;
  animation-delay: 2s;
}

.primary-btn:hover { 
  background-color: #1a202cfc;
}

.fb-btn {
  border: 2px solid #3578e5;
  font-weight: bold;
  animation-delay: 2s;
  color: #3578e5;
  border-radius: 4px;
}

.underlined {
  overflow: hidden;
  text-align: center;
}

.underlined:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #ddd;
  margin-left: -50%;
  text-align: right;
}
.underlined:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 48%;
  height: 1px;
  content: '\a0';
  background-color: #ddd;
}

.content_new {
  background-color: #B40404;
}

.border-top {
  border-top: 1px solid #d0d0d06b;
}

.border-bottom {
  border-bottom: 1px solid #d0d0d06b;
}

.border-right {
  border-right: 1px solid #d0d0d06b;
}

.shadow {
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.shadow-bottom {
  box-shadow: 0px 2px rgba(0, 0, 0, 0.02);
}

.shadow-top {
  box-shadow: 0 -2px 0px rgb(0 0 0 / 3%);
}
button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.disabled-overlay {
  background: repeating-linear-gradient(45deg, #f7fafc, #f7fafc 10px, #c4ccd6 10px, #c4ccd6 20px);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.9;
}

/* Transitions utils */

.transition-in-out-8 {
  transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
}

.transition-in-out-6 {
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
}

.transition-in-out-2 {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.animation-fadein-2 {
  animation: fadein .2s;
  -moz-animation: fadein .2s; /* Firefox */
  -webkit-animation: fadein .2s; /* Safari and Chrome */
  -o-animation: fadein .2s; /* Opera */
}

.animation-fadein-8 {
  animation: fadein .8s;
  -moz-animation: fadein .8s; /* Firefox */
  -webkit-animation: fadein .8s; /* Safari and Chrome */
  -o-animation: fadein .8s; /* Opera */
}

.container {
  max-width: 1080px!important;
  margin: auto;
}

/* Menu */

img.menu-logo {
  max-width: 300px;
  width: 100px;
}

#menu {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  max-width: 1080px;
  margin: auto;
  background-image: linear-gradient(white, #ffffff94);
  background: -moz-linear-gradient(white, #ffffff94);
  background: -webkit-linear-gradient(white, #ffffff94);
  background: -o-linear-gradient(white, #ffffff94);
  background-image: -ms-linear-gradient(white, #ffffff94);
}

#menu.navBarOnScroll {
  background-color: white;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}

#menu ul#mainMenu li {
  position: relative;
}

#menu ul li.sub ul.subMenu {
  background-color: white;
  width: auto;
  position: absolute;
  top: 25px;
  right: 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#profileMenu .subMenu {
  background-color: white;
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 140px;
}

#menu ul li.sub:hover > ul.subMenu,
#menu ul li.sub ul.subMenu:hover {
  opacity: 1;
  background-color:#fffffff7;
  border-radius: 2px;
}

#menu ul.subMenu img, .footer-channels img {
  width: 75px;
  max-height: 40px;
}

#menu ul li.sub ul.subMenu {
  display: flex;
  max-height: 450px;
  overflow: auto;
  flex-wrap: wrap;
  right: -265%;
}

#menu ul li.sub ul.subMenu .subMenuItem {
  width: auto;
  display: flex;
  clear: none;
  min-width: 145px;
}

#menu ul li.sub ul.subMenu.channelMenu .subMenuItem {
  width: auto;
  min-width: auto;
  justify-content: center;
}

.innerMenu::-webkit-scrollbar {
  display: none;
}

.blue-footer {
  background-color: #282828;
  color: white;
}

.footer-logo {
  max-width: 80%;
}

/* Profile Menu */

#profileMenu {
  animation-delay: 1s;
}

.profileMenuItems {
  border-radius: 2px;
}

@media (min-width: 769px) {
  #profileMenu:hover ul.subMenu {
    background-color:#fffffff7;
    border-radius: 2px;
    visibility: visible;
    display: block;
    width: 140px;
  }
  #menu ul li.sub ul.subMenu.channelMenu {
    right: -274%;
  } 
  #menu ul li.sub ul.subMenu {
    opacity: 0;
    visibility: hidden;
  }
  #menu ul li.sub:hover ul.subMenu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  #profileMenu .profileMenuItems {
    display: none;
  }
  #profileMenu .subMenu.display-profile-menu {
    display: block;
  }
  .sub {
    border-top: 1px solid #d0d0d06b;
  }
  .subMenu {
    border-bottom: 1px solid #d0d0d06b;
  }
  #main .menuIcon {
    display: flex;
  }
  #menu ul li ul#mainMenu {
    display: block;
  }
  #menu ul li ul#mainMenu {
    background: white;
    min-width: 5rem;
    position: absolute;
    transition: all .8s;
    margin-top: 1rem;
    top: 52px;
    left: 0;
  }
  #menu ul#mainmenu li.sub ul.subMenu, #menu ul#mainmenu li.sub ul.subMenu, #menu ul li.sub ul.subMenu {
    position: static;
  }
  #menu ul li.sub ul.subMenu {
    display: flex;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0);
    min-width: inherit;
  }
  #menu ul li.sub ul.subMenu.channelMenu {
    position: relative;
    max-height: fit-content;
    width: inherit;
    max-width: inherit;
    right: 0;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  #menu ul.subMenu img {
    width: 65px;
  }
  .innerMenu {
    position: fixed;
    display: block;
    top: 55px;
    left: -280px;
    bottom: 0;
    width: 280px;
    max-width: 430px;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 8px 8px rgba(0, 0, 0, 0.02);
    transition: 0.5s;
    z-index: 10000;
  }  
  .innerMenu.display-menu {
    transition: 0.5s;
    left:0;
    width: 100%;
  }
  #menu .sub i {
    display: none;
  }
  #menu li.main {
    width: inherit;
  }

  #menu #main ul.subMenu {
    width: 100%;
  }
  #menu ul li.sub ul.subMenu .subMenuItem {
    width: 100%;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  #menu ul li.sub ul.subMenu.channelMenu .subMenuItem {
    width: auto;
    min-width: auto;
    justify-content: center;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 14px 4px;
  }
}

#btnMenuMobile {
  width: 70px;
}

/* Platforms & Channels */

.channelItem {
  width: fit-content;
}


.platforms .platformItem {
  margin: 2%;
  width: 21%; /* 4 items for column */
  width: 46%;  /* 2 items for column */
  min-height: 65px;
  max-width: 125px;
}

form .platforms .platformItem {
  min-height: 55px;
  max-width: 80px;
}

.platformItem img {
  max-height: inherit;
  width: 100%;
}

@media (min-width: 1024px) {  /* Ipad Landscape (1024px) and above */
  .platforms .platformItem {
    width: 29.3%; /* 3 items for column */
  }
}
@media (max-width: 768px) {  /* Ipad Portrait (768px) and above */
  .platforms .platformItem {
    width: 46%;  /* 2 items for column */
  }
}
@media (max-width: 414px) { /* Iphone 6-7 + (414px) 5,5'' */
  .platforms .platformItem {
    width: 29.3%;  /* 3 items for column */
  }
}
@media (max-width: 320px) { /* Iphone 5 */
   .platforms .platformItem {
    width: 46%;  /* 2 items for column */
  }
}

/* Actions */
.checkboxes i.checkbox_checked {
  display: none;
}

.checkboxes .checked i.checkbox_checked  {
 display: flex;
}

.checkboxes .checked i.checkbox_not_checked  {
  display: none;
}

.checkboxes .checked.positive i.checkbox_checked.positive  {
  display: flex;
}

.checkboxes .checked.negative i.checkbox_checked.positive  {
  display: none;
}

.checkboxes .checked.positive i.checkbox_checked.negative  {
  display: none;
}

.checkboxes .checked.negative i.checkbox_checked.negative  {
  display: flex;
}

.content_actions button {
  color: #718096;
}

.content_actions button.checked {
  color: #000;
}
.content_actions button .rating-menu  {
  color: #718096;
  padding: 0px 9px;
}

.content_actions button.checked.positive .rating-menu .checked-positive {
  color: #000;
}
.content_actions button.checked.negative .rating-menu .checked-negative {
  color: #000;
}

.content_actions button .rating-menu .checked-positive:hover , .content_actions button .rating-menu .checked-negative:hover {
  color: #000;
}

.content img {
  border-radius: 2px;
}

.checkboxes .platformItem, .checkboxes .filterItem {
  /* box-shadow: 0 2px 8px rgba(0,0,0,.02);
  box-shadow: 0 2px 8px rgb(0 0 0 / 2%);
  opacity: 0.5; */
  border: 1px solid #e2e8f0;
  box-shadow: none;
}

/* .checkboxes .platformItem:hover {
  opacity: 1;
  box-shadow: 0 2px 16px rgba(0,0,0,.1);
} */

.checkboxes .platformItem.checked {
  /* box-shadow: 0 0px 10px rgba(0, 0, 0, 20%);
  opacity: 1; */
  border: 2px solid #000;
} 

.checkboxes .filterItem {
  opacity: 0.2;
  box-shadow: inset 0 0 15px #cececef0;
}

.checkboxes .filterItem.checked:hover {
  opacity: 1;
  box-shadow: 0 2px 16px rgba(0,0,0,.1);
}

.checkboxes .filterItem.checked {
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0px 8px rgb(0, 0, 0,20%);
}

.chip {
  background-color: #ACB8C7;
  color: white;
  cursor: pointer;
}

.chip-selected {
  background-color: black;
}

/* Footer */

footer {
  box-shadow: 0 -2px 40px rgba(0, 0, 0, 0.04);
  border-top: 1px solid #e8e8e8;
  background-color: white;
  max-width: 1080px;
  margin: auto;
}

.footer-menu li{
  line-height: 2em;
}

.footer-channels {
  display: flex;
  flex-wrap: wrap;
}


.footer-channels li {
  display: flex;
  padding: 0.4rem;
}

.social {
  border-top: 1px solid #e8e8e8;
}

/* Modal */

.modal-bg {
  background-color: #00000069;
  max-height: 100%;
}

.modal-content {
  max-height: 100%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content-m {
  max-height: 100%;
  max-width: 90%;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content-l {
  max-height: 100%;
  max-width: 90%;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content-full {
  max-height: 95%;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

@media (max-width: 320px) { /* Iphone 5 */
  .modal-content-m {
    max-width: 95%;
  }
}

/* Scrolls */

.leftBlur {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  background: rgb(244, 244, 244);
  background: linear-gradient(90deg, rgb(247, 250, 252) 0%, rgba(247, 250, 252,0%) 100%);
  z-index: 10;
}

.rightBlur {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5em;
  background:rgb(244, 244, 244);
  background: linear-gradient(90deg, rgba(247, 250, 252, 80%) 0%, rgba(247, 250, 252, 100%) 100%);
  z-index: 10;
}

.rightBlur button span, .leftBlur button span {
  font-size: 2em;
}

.offset-0 button {
  display: none;
}

/* Expandables */

.expandable p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.expandable.expanded p {
  -webkit-line-clamp: inherit;
  overflow: visible;
}

.expandable .open {
  display: flex;
}

.expandable.expanded .open {
  display: none;
}

.expandable .close {
  display: none;
}

.expandable.expanded .close {
  display: flex;
}


.expandable .editorHtml {
  height: 300px;
  overflow: hidden;
}

.expandable .editorHtml {
  height: 300px;
  overflow: hidden;
}

.expandable.expanded .editorHtml {
  height: auto;
  overflow: visible;
}

.expand-button {
  background: linear-gradient(
0deg, rgb(255 255 255) 0%, rgb(237 242 247) 100%);
}

/* Season picker */


#seasonsSelect input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
}

#seasonsSelect label {
  border-radius: 4px;
  padding: 6px 15px;
  color: #888;
}

#seasonsSelect input:checked + div>label {
  background: #fff;
  color: #000;
}


/* Loaders */

.loader-circle {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #ddd;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite; /* Safari */
  animation: spin 0.8s linear infinite;
}

.loading-line {
  position:relative;
  width: 99%;
  height: 4px;
  overflow-x: hidden;
}

.line{
  position:absolute;
  opacity: 0.4;
  background:#ddd;
  width:150%;
  height:5px;
}

.subline{
  position:absolute;
  background:#ddd;
  height:5px; 
}
.inc{
  animation: increase 2s infinite;
}
.dec{
  animation: decrease 2s 0.5s infinite;
}

/* Skeletons */

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #e8e8e8;
  border-radius: 4px;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: '';
}

.vjs-title-bar, .vjs-dock-text {
  display: none;
}


/* Keyframes */


/* Skeleton */
@-webkit-keyframes shimmer { 
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* Loading line */
@keyframes increase {
  from { left: -5%; width: 5%; }
  to { left: 130%; width: 100%;}
 }
 @keyframes decrease {
  from { left: -80%; width: 80%; }
  to { left: 110%; width: 10%;}
 }
 

/* Loading circle */
@keyframes spin {
  0% { transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
  }
  100% { transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}



/* Onloads */
@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}

.block-content img {
  max-height: -webkit-fill-available;
}


#form select {
  border: 2px solid #e2e8f0;
}

button#diplomaBtn.disabled {
  background-color: #acb8c7;
}

.diplomaHint {
  background-color: #d9e0e74f;
  border-radius: 4px;
  color: #4c5156;
  max-width: 243px;
}

@media (max-width: 640px) {
  #diplomaHint, .diplomaHint {
    max-width: 100%;
  }

}

.accordion {
  cursor: pointer;
}

.accordion .accordion-content {
  display: block;
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
}
.accordion.closed .accordion-content {
  display: none;
}

.accordion.closed .accordion-icon-up {
  display: none;
}
.accordion.closed .accordion-icon-down {
  display: flex;
}
.accordion .accordion-icon-down {
  display: none;
}
.accordion .accordion-icon-up {
  display: flex;
}


.accordion-header {
  min-height: 100px;
}

.alkiplayer {
  width: 100%;
}

ol.list, ul.list {
  list-style: auto!important;
  margin-left: 20px!important;
}


/* Loading dots */

.loading-dots { 
  display: none;
  position: relative;
}

.loading button span, .loading a span  {
  display: none;
}

.loading {
  pointer-events: none;
  opacity: 0.8;
}

.loading .loading-dots {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}
.loading-dots div {
  position: absolute;
  top: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-dots div:nth-child(1) {
  left: 8px;
  animation: loading-dots1 0.6s infinite;
}
.loading-dots div:nth-child(2) {
  left: 8px;
  animation: loading-dots2 0.6s infinite;
}
.loading-dots div:nth-child(3) {
  left: 32px;
  animation: loading-dots2 0.6s infinite;
}
.loading-dots div:nth-child(4) {
  left: 56px;
  animation: loading-dots3 0.6s infinite;
}

@keyframes loading-dots1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-dots3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading-dots2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* Loading spinner (radar) */

.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(360deg);
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

@media(max-width:1024px){
  #register-image{background:#010e1f!important;width:100%!important;}
  #register-image > img.mx-auto{
    max-width:100%!important;
    content:url("https://amcselekt.es/static/img/tuamc/club-amc-selekt-mobile.jpg");
  }

  form[name=registration] > h1{
    margin:20px;
  }
}

/* OneTrust Cookie floating icon */
.ot-sdk-btn-floating{
  display:none;
}