/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
#label-pur {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 10vw;
  max-width: 200px;
  height: 10vw;
  max-height: 200px;
  cursor: pointer;
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
#label-pur:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: black;
}

.flip-card-front > img {
  height: 100%;
  width: 100%;
}

/* Style the back side */
.flip-card-back {
  background-color: var(--mainColor);
  color: white;
  transform: rotateY(180deg);
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300)));
}
ngb-modal-window .playlist {
  display: flex;
  flex-direction: column;
}

ngb-modal-window .video-sharing-container {
  margin-bottom: 25px;
}

ngb-modal-window .video-sharing {
  margin-right: 10px;
  cursor: pointer;
}

ngb-modal-window .video-sharing:last-child {
  margin-right: 0;
}

ngb-modal-window .video-sharing:hover,
ngb-modal-window .video-sharing:active,
ngb-modal-window .video-sharing:focus,
ngb-modal-window .video-sharing:focus-within {
  text-decoration: none !important;
  outline: none !important;
}

ngb-modal-window .video-sharing span svg {
  width: 40px;
  height: 40px;
  fill: var(--greyForegroundColor);
  stroke: transparent;
  transition: fill 0.2s ease-in;
}

ngb-modal-window .video-sharing.facebook:hover span svg,
ngb-modal-window .video-sharing.facebook:active span svg,
ngb-modal-window .video-sharing.facebook:focus span svg,
ngb-modal-window .video-sharing.facebook:focus-within span svg {
  fill: #1877F2;
}

ngb-modal-window .video-sharing.twitter:hover span svg,
ngb-modal-window .video-sharing.twitter:active span svg,
ngb-modal-window .video-sharing.twitter:focus span svg,
ngb-modal-window .video-sharing.twitter:focus-within span svg {
  fill: #1DA1F2;
}
.top-menu .panel-block .custom-link {
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: var(--menuForegroundColor);
    cursor: pointer;
    min-height: 40px;
    font-size: 16px;
    transition: background-color .1s ease-in-out;
    white-space: normal;
    word-break: break-word;
    padding-right: 20px;
}
.video-js.vjs-watermark {
  display: block;
}
.video-js .vjs-watermark-content {
  opacity: 0.99;
  position: absolute;
  padding: 5px;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js .vjs-watermark-top-right {
  right: 0;
  top: 0;
}
.video-js .vjs-watermark-top-left {
  left: 0;
  top: 0;
}
.video-js .vjs-watermark-bottom-right {
  right: 0;
  bottom: 30px;
}
.video-js .vjs-watermark-bottom-left {
  left: 0;
  bottom: 30px;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-watermark-fade {
  opacity: 0;
}
.vjs-watermark-content > a:nth-child(1) img,
.vjs-watermark-content > img:nth-child(1) {
  max-width: 100%;
  width: 20vw;
  max-height: 12vh;
  position: relative;
  top: 1rem;
}
/* Color Variables */
body {
    --airtimeIconHover: #00abff;
    --commentActions: #585858;
}
/* Link Account title */
.airtime-linking-account-title{
    text-transform: uppercase;
    color: var(--mainColor);
    font-weight: 700;
}
.account-title{
    text-transform: uppercase;
    color: var(--mainColor);
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 10px;
}
.airtime-linkAccount-content{
    min-height: 100px;
}
/* Link Account button */
#airtime-linking-account-btn .am-linkaccount-button{
    cursor: pointer !important;
}

.am-linkaccount-button .am-linkaccount-text.enabled{
    color: var(--mainForegroundColor) !important;
}
.airtime-linking-extra-links-with-icon{
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    text-decoration: none;
    color: var(--mainForegroundColor);
}
.airtime-linking-extra-links-with-icon span{
    margin-left: 10px;
}
.airtime-linking-extra-links-with-icon:hover{
    text-decoration: none;
    color: var(--mainForegroundColor);
}
.airtime-linking-extra-links-with-icon svg{
    height: auto;
    width: 32px;
    fill: var(--mainForegroundColor);
}
.airtime-linking-extra-links-with-icon svg path{
    fill: var(--mainForegroundColor);
}
.airtime-linking-extra-links-with-icon-div{
    margin-top: 20px !important;
}
/* Link Account icon */
.airtime-linking-extra-links-with-icon:hover #Pfad_936,
.airtime-linking-extra-links-with-icon:hover .cls-3{
    fill: var(--airtimeIconHover) !important;
}
/* Link Account tooltip */
.am-linkaccount-button .details{
    top: 34px;
    left: 140px;
}
/* Airtime Module icon */
#am-PoweredByBitTubeContainer div svg{
    height: 24px !important;
}
.am-linkaccount-button{
    display: inline-flex !important;
}
.am-linkaccount-text{
    padding: 4px 20px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
}

/* Airtime install extension suggest blue header */
.airtime-install-extension-suggestion-header{
    position: fixed;
    width: 100%;
    height: 30px;
    background: #fff;
    z-index: 2;
    background-color: #00ABFF;
    z-index: 100;
    left: 0px;
}
.airtime-message-top-header{
    position: relative;
    float: left;
    left: 27px;
    top: 6px;
    color: #ffffff;
}
.airtime-message-top-header a{
    color: #ffffff8f;
    outline: none;
    text-decoration: none;
}
.airtime-close-top-header{
    position: relative;
    float: right;
    top: 5px;
    margin-right: 15px;
    color: #ffffff;
}
.airtime-close-top-header img{
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.airtime-header-top-distance{
    top: 30px !important;
}
.airtime-body-margin-top{
    margin-top: 80px;
}

/* Left-menu footer icons */
.airtime-footer-padding{
    padding-bottom: 45px !important;
}

/* Donation button (video) */
.p_donateTubes{
    padding: 4px 15px 0px 15px;
    text-align: center;
    /* color: #66757f; */
    cursor: pointer !important;
    display: inline-block;
    margin-top: -4px;
    border: none;
}
.p_donateTubes .am-donate-main{
    min-height: 30px !important;
    cursor: pointer !important;
}
.p_donateTubes .am-donate-main .button{
    height: auto !important;
    padding: .25rem .5rem !important;
    /* padding-right: 4px !important; */
    cursor: pointer !important;
    border-radius: 3px !important;
    border: none !important;
    font-family: "Source Sans Pro",sans-serif !important;
    font-weight: 600;
    background-color: var(--mainColor) !important;
}
.p_donateTubes .am-donate-main .button svg{
    display: none !important; /* Hide annoying hearth */
}
.p_donateTubes .am-donate-main .donation-amount svg{
    height: 13px !important;
    width: 20px !important;
    display: inline-block;
    margin-top: -2px;
    cursor: pointer !important;
}
.donation-details-icon{
    top: 0px !important;
}
.donation-donate-text{
    /* display: inline-block; */
    text-transform: capitalize !important;
    font-size: 15px !important;
}

/* Donate button for comments */
.p_donateTubes.donateToComment{
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
.p_donateTubes.donateToComment .am-donate-main{
    min-height: unset !important; 
}
.p_donateTubes.donateToComment .am-donate-main .button{
    height: auto !important;
    font-size: 15px !important;
    padding: 0px !important;
    padding-right: 2px !important;
    border: none !important;
    background-color: transparent !important;
    color: var(--commentActions);
    line-height: 1.5;
    font-family: "Source Sans Pro",sans-serif !important;
    font-weight: 400;
}
.p_donateTubes.donateToComment .am-donate-main .button:hover{
    color: var(--mainForegroundColor);
}
.p_donateTubes.donateToComment .am-donate-main .button svg:not(.donation-details-icon){
    fill: var(--commentActions);
    margin-top: -4px;
}
.p_donateTubes.donateToComment .am-donate-main .donation-info svg.donation-details-icon{
    /* fill: var(--commentActions); */
    margin-top: -4px;
}

/* MOBILE MEDIA QUERIES */
@media (max-width: 500px){
    .airtime-install-extension-suggestion-header{
        height: 45px;
    }
    .airtime-header-top-distance{
        top: 45px !important;
    }
    .airtime-body-margin-top{
        margin-top: 95px;
    }
    menu .top-menu{
        max-height: calc(100% - 35px);
    }
    .airtime-closed-footer-padding{
        padding-bottom: 60px !important;
    }
    .airtime-close-top-header {
        top: -10px;
    }
    .info-circle-animated-BT,
    .am-PoweredByBitTube{
        display: none;
    }
}