﻿.ifsea{
position:fixed;
bottom:0px;
left:0px;
width:100%;
height:100%;
}
textarea{border:0px solid #74637f; overflow:auto; resize:none;}textarea:focus{outline: none;}
#dcss{width:50%; height:70vh; position:fixed; right:0; bottom:0; display: none;}
.uhchatboz{
position:fixed;
right:0;
bottom:0;
background:#333;
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 0px;
}
.sidenav {
  height: 95%;
  width: 20vw;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
}
.sidenav a, .dropdown-btn, .tablink {
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
  text-align: left;
  background: none;
  cursor: pointer;
  outline: none;
  font-weight:bold;
}
.dropdown-btn, .tablink{color:Aqua;}
.dropdown-btn:hover, .tablink:hover {
  color: #f1f1f1;background: url(https://i.imgur.com/x5pdxRm.gif);
}
a{
    text-decoration:none;
    color:#fff;
    display:block;
    white-space: nowrap;
}.yt{color:#fff;}
a:hover, .yt:hover{
    color:blue;
    font:18px Verdana,Aria;
    font-weight:bold;
    background: url(https://i.imgur.com/x5pdxRm.gif);
}
.sidenav a.active{color:red;font:18px Verdana,Aria;font-weight:bold;background: url(https://i.imgur.com/x5pdxRm.gif);}
.sidenav a:hover{color:blue;bold;background: url(https://i.imgur.com/x5pdxRm.gif);}
.mq:hover span, .sidenav a.active span {    
    display: inline-block;
    padding-left: 100%;
    animation: scroll 10s linear infinite;
}
@keyframes scroll {
    from 
    {
    transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
        }
}
.tabcontent {
  display: none;
  padding: 0 0;
  border: 0px solid #ccc;
  border-top: none;
    -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 2s;
}
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
table, th, td, iframe {
border: 0px solid white;
border-collapse:collapse;
border-style: dotted;
}
.ifcv{
width:100%;height:100%;
}
.btcvs{
position:absolute;
}
.cvs{
width:100vw;
height:70vh
}
.tab{display:none}
.tbvid{align: right;}
.tbvid:hover { width:380px; .mnu, .has {display: block;}}
.mnu{
color: white;
display: none;
background:#333;
width: 380px;
height: 70vh;
text-align: right;
overflow-x: hidden;
}
.has {width:100%; display: none;}
.bt {
background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 16;
  transition: 0.3s;
  font-size: 17px;
  color: white; width: 50%;
} .bt:hover { background:aqua Url(https://i.imgur.com/x5pdxRm.gif); }
body{background:#333}