 body {
    margin: 0;
    font-family: 'Montserrat Alternates', sans-serif;
    touch-action: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background: #23262a;
}
input:focus:not([type="checkbox"]), textarea:focus, select:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
}
* {
    scrollbar-color: #fff #d6f7ff;
    scrollbar-width: thin;
}
.hidden{
	visibility: hidden !important;
	display:none !important;
}
#fullscreen {
    width: 100%;
    height: 100%;
}
#cookie_note_vpn,
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
#cookie_note_vpn{
	bottom: 50%;
}

#cookie_note_vpn p,
#cookie_note p{
    margin: 0;
    font-size: 0.7em;
    text-align: left;
    color: black;
    width: 100%;
}

#cookie_note_vpn p{
    font-size: 1em;
}
.cookie_accept_vpn,
.cookie_accept{
    width: 100px;
    background-color: #916278;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat Alternates';
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7em;
    min-height: 32px;
    margin-top: 20px;
}
@media (min-width: 576px){
	#cookie_note_vpn.show,
    #cookie_note.show{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    }
}

@media (max-width: 575px){
	#cookie_note_vpn.show,
    #cookie_note.show{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    }
}
#fullscreen,
content,
#scanner {
    width: 100%;
    height: 100%;
    display: block;
}
#fullscreen{
    overflow: hidden;
}

#video {
height:100%;
}
#scanner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    overflow: hidden;
}
content {
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}
.branding{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-family: sans-serif, monospace;
    text-align: center;
    font-size: 20px;
    height: 50px;
    font-weight: 300;
    line-height: 50px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    color: white;
    z-index: 1001;
    align-items: center;
}
.branding  img:not(a img) {
    display: block;
    width: 50px;
    height: 50px;
    /* border: 4px double #00ceff29; */
    padding: 10px;
    background-color: #00ceff29;
    position: relative;
    top: 10px;
    border-radius: 50em;
}
.ads {
    background-color: #00ceff29;
    width: 100%;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}
.ads.ads-left {
    margin-right: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ads.ads-right {
    margin-left: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ads.ads-right:before,
.ads.ads-left:before {
  content: '';
  display: block;
  position: absolute;
  width: 35px; height: 50px;
  top: 0;
}
.ads-left::before {
    background-image: radial-gradient(circle at 40px 35px, transparent 35px, #00ceff29 15px);
    right: -35px;
}
.ads-right::before {
    background-image: radial-gradient(circle at -5px 35px, transparent 35px, #00ceff29 15px);
    left: -35px;
}
#add-apps-icon,
#maximize{
    font-size: 22px;
    cursor: pointer;
    color: #00ceff;
    padding: 8px;
    text-align: center;
    width: 22px;
    height: 22px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #00ceff24;
    border-radius: 50%;
	z-index: 5 ;
}
.branding img, .share, .abs-share,#playaudio, #pauseaudio, .share, .share-icon-vm, .share-icon-m, .share-like, .share-dislike{
	transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#add-apps,
.maximize-block{
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.span-icon-one{
    border: 1px solid;
    border-radius: 50%;
    border-color: transparent #00ceff;
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 1;
    top: 8px;
    left: 8px;
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation: ring-one-animate 6s ease-in-out infinite alternate;
    border-top: none;
    border-bottom: none;
}
.span-icon-two{
    border: 1px solid;
    border-radius: 50%;
    color: #00ceff;
    border-color: transparent #00ceff;
	position:absolute;
	width:42px;
	height:42px;
	z-index:0;
	top:5px;
	left:5px;
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	animation: ring-two-animate 6s ease-in-out infinite alternate;
    border-top: none;
    border-bottom: none;
}
@keyframes ring-one-animate {
    0% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes ring-two-animate {
    0% {
        transform: rotate(400deg)
    }

    30% {
        transform: rotate(40deg)
    }

    to {
        transform: rotate(40deg)
    }
}
#label {
    display: flex
;
    background: #00ceff;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #0000004a;
    position: fixed;
    z-index: 1000;
    bottom: 90px;
    min-width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
footer {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}
.statistics {
    color: inherit;
    text-shadow: inherit;
    font-family: inherit;
    width: 100%;
    text-align: right;
}
.footer-info > span a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    text-transform: lowercase;
    font-size: 0.8em;
}
.footer-info span {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pub-map {
    height: 45px;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: fixed;
    z-index: 1001;
    bottom: 20px;
    left: calc(50% - 22px);
}
.pub-map i{
    font-size: 32px;
}
.footer-info {
    display: flex;
    position: relative;
    height: 25px;
    background-color: transparent;
    color: #00ceff;
    text-transform: none;
    box-sizing: border-box;
    font-family: 'Montserrat Alternates';
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

@media all and (display-mode: standalone) {
  #add-apps-icon {
    display: none !important;
  }
}