html {
  overflow: hidden;
}

body {
    margin: 0px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /* background-color: #000000; */
    background-color: #ffffff;

    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
   /*position: absolute;*/

    position: fixed;
    bottom: 0;
    overflow: hidden;
}

* {
    user-select: none !important;
    box-sizing: border-box;
}

canvas {
    user-select: none;
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; 
    width: 100%;
    height: 100%;
    */
}


.ml-5 {
    margin-left: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.tc {
    text-align: center !important;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radar {
    position: absolute;
    right:10px;
    bottom: 0;
    z-index: 20;
    box-sizing: border-box;
    margin: 10px;
}

.radar .content {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

.radar .content canvas {
    position: absolute;
    margin: auto;
    padding: 0;
    left: 0;
    top: 0;
}

.radar .expand {
    background-size: cover;
    background-position: center;
    background-image: url(../img/buttons/expand-white.svg);
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -24px;
}

.minimap {
    position: relative;
    z-index: 650;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 25px;
    max-width: 750px;
    max-height: calc(100vh - 20px);
    text-align: center;
    box-sizing: border-box;
    margin: 10px; 


}

.minimap .content {    
    overflow: hidden;  
    position: relative;
    display: flex;
    max-height: calc(100vh - 60px);
    align-items: center;
    align-content: center;
}

.minimap canvas {
    width: 100% !important;
    height: auto !important;
}

.minimap.hide {
        display: none;
}

.minimap-reset,
.minimap-go-to-current {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.minimap-go-to-current {
    left: 70px;  
}

.minimap-reset:hover,
.minimap-go-to-current:hover {
    text-decoration: none;
}

.minimap-plan-button {
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url(../img/map.svg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    cursor: pointer;
    background-size: contain;
}

.minimap-plan-button.hide {
    display: none;
}

.minimap-buttons {
    top: -41px;
    height: 26px;
    background-color: transparent;
    position: absolute;    
}

.minimap-buttons div {
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.minimap-buttons .close {
    background-image: url(../img/close-round.svg);
}

.minimap-buttons .toggle {
    background-image: url(../img/plusminus-round.svg);
}

.minimap-buttons .toggle.toggled {
    background-position: -26px;
}


.toggle-size:hover {
    transform: scale(1.2);   
}

.right-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 500;
}

.right-menu > .icon {
    cursor: pointer;
    float: right;
    clear: right; 
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    margin-bottom: 22px;     
}

.drop-shadow {
    /*filter: drop-shadow( 0px 2px 1px rgba(0, 0, 0, .35));*/
    filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.2));
}

.icon-fullscreen {
    background-image: url(../img/fullscreen.svg);
}

.icon-fullscreen.toggled {
    background-position: right;
}

.icon-screenshot {
    background-image: url(../img/screenshot.svg);
}

.icon-ruler {
    background-image: url(../img/ruler.svg);
}

.icon-ruler.active {
    background-image: url(../img/close.svg);
}

.icon-share {
    background-image: url(../img/share.svg);
}

.icon-help {
    background-image: url(../img/help.svg);
}

#progress-bg {
    /*background-color: #151515;*/
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: visible;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#progress-wrapper {      
    position: absolute; 
    text-align: center;   
    display: flex;
    flex-flow: column;
    align-items: center; 
    max-width: 100vw;
    max-height: 100vh;
    padding: 10px;
}

#progress-logo {
    width: 180px;
    max-width: 100%;
    max-height: calc(100vh - 20px);
}

#progress-container {   
    background-color: #CDCDCD;
    height: 2px;
    width: 100%;   
    margin-top: 8px;  
}

#progress-bar {
    height: 100%;
    width: 0%;
    position: relative;
    transition: 1s linear;
    background-color: #F6CD00;
}

.hide {
    display: none !important;
}

#help-bg, 
#share-bg,
#snapshot-bg,
#minimap-bg
 {
    z-index: 600;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;  
    background-color: transparent;  
   
}

#minimap-bg {
    top: 70px;
}

.top-0 {
    top: 0 !important;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    #help-bg, 
    #share-bg,
    #snapshot-bg {
        background-color: rgba(0, 0, 0, .2); 
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
  }

#qr-mobile-bg,
#help-mobile-bg  {
    background: transparent;
    z-index: 600;
    position: absolute;
    top: 0;
    left: 0;  
    width: 100%;
    height: 100%;     
}
#qr-mobile-screen,
#help-mobile-screen {  
    display: flex;  
    justify-content: center;
    align-items: center; 
    z-index: 601; 
    position: absolute;    
}

#help-mobile-screen img {

}

#help-mobile-screen .info {
    padding: 20px;
    z-index: 601;
    text-align: center;
}

#help-mobile-screen .text {
    display: inline-block;
    vertical-align: bottom;
    color: #FFF;
    font-size: 18px;
    line-height: 17px;        
    width: 155px;
    text-align: left;
}


#help-screen,
#share-screen,
#snapshot-screen {
    background-color: #f2f2f2;
    z-index: 601;
    
    /*
    width: 90%;
    height : 90%;
    
    
    max-width: 100%;
    max-height: 95%;
    */
    
    position: absolute;
    border-radius: 5px;
    padding: 20px 15px;
    color: #505050;
    font-size: 20px;
    float:left;
}


#snapshot-body {
    background-color: #000;
    z-index: 602;
    vertical-align: middle;
}


#snapshot-canvas {
    z-index: 603;
    background-color: #9c8989;
    border: 0px solid rgb(168, 157, 157);
    position: absolute;
    top:0px;
    left:0px;
  }

.snapshot-canvas-point-add{
    cursor:crosshair;
}

.snapshot-canvas-point-default{
    cursor:default;
}

.snapshot-canvas-point-move{
    cursor:move;
}

.snapshot-canvas-point-wait{
    cursor:wait;
}

  
#snapshot-img {
    /*background-color: #f00; */
    z-index: 602;
    position: absolute;
    
}

#snapshot-img img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }

#snapshot-list {
    background-color: #F2F2F2;
    z-index: 602;
    position: absolute;
    right: 0px;
    top: 57px;
    border-left: solid 1px;
    border-top: solid 1px;
    border-color :rgba(127, 127, 127, 0.5);

    /* width, height, top : main_Menu_Sublist.js */
}

.snapshot_dummy{
    height:20px;
}


#snapshot-ZoomBox {
    min-height: 210px;
    /* height, top : main_Menu_Sublist.js */
}

#snapshot-ZoomBox-Title {
    margin-left:5px;
    width:95%;
    left:5px;
    top : 10px;
    border-bottom: solid 1px;
    border-color :rgba(0, 0, 0, 0.5);
}

#snapshot-ZoomBox-image {
    background-color: #3518b4;
    margin-left:5px;
    margin-top : 5px;
    border : 1px solid;
}

#snapshot-ZoomBox-Button {
    text-align: center;
    margin-top:10px;
    margin-left:5px;
    width:100%;
    font-size: 14px;
    display: flex;
}

#snapshot-ZoomBox-Button1 {
    flex:1;
    box-sizing: border-box;
}
#snapshot-ZoomBox-Button2 {
    flex:1;
    box-sizing: border-box;
}
#snapshot-ZoomBox-Button3 {
    flex:1;
    box-sizing: border-box;
}
#snapshot-ZoomBox-Button4 {
    flex:1;
    box-sizing: border-box;
}

#snapshot-ZoomBox-Button a.ZoomButtonA{
    display:block;
    width:50px;
    height:25px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    /* cursor: pointer; */
    margin-top: 0px;
    padding-top: 3px;
}

#snapshot-ZoomBox-Button a.ZoomButtonSel{
    background-color: #3518b4;
    color: white;
    cursor: default;
}

#snapshot-ZoomBox-Button a.ZoomButtonA:hover{
    background-color: #3518b4;
    color: white;
    cursor: pointer;
}





 
.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

#help-screen {
    padding: 20px 0; 
}

#share-screen {
    max-width: 470px;
    font-size: 14px;
    min-height: 450px;  
}

#snapshot-screen {
    padding: 0;
}

.screen-close {
    background-size: cover;
    background-position: center;
    background-image: url(../img/buttons/close.svg);
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.screen-close.white {
    background-image: url(../img/buttons/close-white.svg);
}

.screen-close.black {
    background-image: url(../img/buttons/close.svg);
}

.minimap-close-mobile {
    width: 35px;
    height: 35px;
    top: 15px;
    left: 15px;
    position: absolute;
}

.minimap-close-mobile.hide {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

#help-screen .divider {
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    border-right: 1px solid #CCC;
}

.title {
    font-size: 24px;
    text-align: center;
}

.section-50 {
    float: left;
    width: 50%;
    min-height: 1px;
}

.section-30 {
    float: left;
    width: 30%;
    min-height: 1px;
}

.section-40 {
    float: left;
    width: 40%;
    min-height: 1px;
}

.text-center {
    text-align: center;
}

.content {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 1px;
    height: auto; 
    overflow: hidden;   
}

.clerfix::after {
    content: "";
    clear: both;
    display: table;
}

.input {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 8px 5px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    color: #505050;
    outline: none;
    height: 32px;
    border: 1px solid #505050;
}

.p-10 {
    padding: 10px;
}

.btn-flat_nonclick {
    background-color: transparent;
    border-radius: 2px;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #505050;
    text-decoration: none;
    display: inline-block;
    outline: none;
    text-transform: capitalize;
}


.btn-flat {
    background-color: transparent;
    border-radius: 2px;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #505050;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    cursor: pointer;
}

.btn-flat:hover {
    background-color: #505050;
    text-decoration: none;
    color: #FFF;
}

.btn {
    background-color: #999999;
    padding: 10px 15px;
    color: #FFF;
    border-radius: 2px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    outline: none;
}

.btn:hover {
    background-color: #808080;
    text-decoration: none;
}

.copy-status {
    position: absolute;
    vertical-align: middle;
    padding: 11px;
    opacity: 0;
}

.copy-status.active {
    animation-name: copy-active;
    animation-duration: 1s;
}

@keyframes copy-active {
    from {opacity: 1.0;}
    to {opacity: 0;}
}

.copyright {
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    position: absolute;
    bottom: 0;
    display: block;
    width: 30%;
    text-align: center;
    left: 0;
}

.copyright a {
    color: #000;
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: underline;
}


.hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
}

.hotspot > span {
    background-color: #f0c500;
    color: #ffffff;
    padding: 6px 12px;
    margin-right: 31px;
    font-family: Verdana;
    white-space: nowrap;
    float: left;
    text-shadow: 1px 1px 0px #000000;
    font-size: 16px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.27);
}

.hotspot > i {
    background-color: #D1524C;
    height: 31px;
    width: 31px;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    line-height: 22px;
    cursor: pointer;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.27);
    background-image: url(../img/buttons/close-white.svg);
    background-position: center;
    /* background-size: 50%; */
    background-repeat: no-repeat;
    margin-left: -31px;
}

.hotspot > i:hover {
    background-color: #C02D26;
}
   
#measure-msg {
    position: absolute;
    bottom: 0;        
    z-index: 499;
    text-align: center;
    display: none;
    margin: auto 0;
    color: #312602;
    text-shadow: 0px 1px 0 #ffe485;
    font-size: 16px;
    margin: 10px;
    padding: 3px;
    background-color: #FACD00;
    padding: 10px 25px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: inset 0px 0px 22px #b99100;
    border-top: 1px solid #fbce2d;
}

#measure-msg.active {
    display: block;
}

.qr-code {
    margin: 0;
    padding: 0;
    user-select: none;
    /*width: 196px;
    height: 196px;*/
    overflow: hidden;
    border: 0;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#fast-loading {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    height: 10px;
} 


@keyframes dummy-animate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}  
}

#load-dummy div {
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid #FACB00;
    border-left-color: transparent;
    border-radius: 50%;
    animation-name: dummy-animate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.28, 0.29, 0.76, 0.28);
}
    

#load-dummy {   
    position: absolute;
    width: 46px;
    height: 46px;
    margin: auto;
    display: flex;
    z-index: 501;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

#load-progress {
    background-color: #FACB00;
    display: block;
    left: 0;
    bottom: 0;
    height: 30px;
    transition: 1s linear;
    width: 0;
    height: 10px;
}

.top-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 500;
    background-image: url(../img/header-gradient.png);
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
     background-color: #000;
}

.logo {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 46px;
}

.project {
    display: block;
    width: 600px;
    animation-duration: 5s;
}

.project-name, .project-desc{
    color: #FFF;
    font-family: Verdana, Tahoma, sans-serif;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-name {
    font-size: 16px;
}

.top-menu .menu {
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    display: flex;
}



.icon-btn2 {
    display: flex;    
    border-radius: 50%;
    width: 200px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    transition: 0.2s linear background-color;
    cursor: pointer;
}

.icon-btn2 img {
    width: 200px;
    height: 50px;
}

.icon-btn {
    display: flex;    
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    transition: 0.2s linear background-color;
    cursor: pointer;
}

.icon-btn img {
    width: 24px;
    height: 24px;
}

.icon-btn:hover {
    background-color: rgba(0,0,0,.5);
}

.icon-btn:active {
    
}

.icon-btn:active img {
    
}

.hint {
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 5px 10px;    
    position: absolute;
    z-index: 501;
    display: none;
    user-select: none;
    opacity: 0.0; 
    transition: 0.2s linear opacity;
    color: #505050;
}

.hint.show {
    opacity: 1.0;
    transition: 0.2s linear opacity;
}

.hint:before {
    content: "";
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    margin-top: -5px;
    margin-right: 9px;
    border-right: 11px solid #f2f2f2;
    border-top: 11px solid #f2f2f2;
}

.custom-logo {
    z-index: 500;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 160px;
    /*mix-blend-mode: difference;
    fill: #969696;*/
}

.custom-logo img {
    width: 100%;
    vertical-align: bottom;
}




.dropdown-sub {

    background-color: #f2f2f2;
    color: #505050;
    padding: 5px 20px;
    list-style: none;
    display: block;
    margin: 0;
    z-index: 505;
    
    top: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: solid 1px;
    border-color :rgba(0, 0, 255, 0.2);
}

.dropdown-sub img {

    margin-right: 10px;
    vertical-align: middle;
    border-radius: 5px;
    
    width: 50px;
    height : 28px;
}

.dropdown-sub a.SubSelect {
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 3px 0;
    display: block;
}

.dropdown-sub a.SubSelect:hover {
    color: red;
    font-weight: bold;
}

.dropdown-sub a.SubSelect_New {
    color: rgb(170, 83, 83);
    cursor: pointer;
    padding: 3px 0;
    display: block;
    font-weight: bold;
}

.dropdown-sub a.SubSelect_New:hover {
    color: red;
    font-weight: bold;
}





.dropdown-menu:before {
    content: "";
    display: block;
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    margin-top: -5px;
    margin-right: 9px;
    border-right: 11px solid #f2f2f2;
    border-top: 11px solid #f2f2f2;    
}

.dropdown-menu {
    position: absolute;
    background-color: #f2f2f2;
    color: #505050;
    padding: 10px 20px;
    list-style: none;
    display: block;
    border-radius: 5px;
    margin: 0;
    z-index: 505;
    min-width: 300px;
    /*max-height: 300px; */
    top: 100%;
    margin-top: 15px;
    white-space: nowrap; 
    /* transform: scaleY(0); */
    opacity: 1.0;
    transform-origin: center top;
    transition: 0.18s linear all;
    will-change: transform;
    overflow-y:auto; 
}

.dropdown-menu.open {
    display: block;
}

.dropdown-menu.animate {
    /*transform: scaleY(1.0);*/
    opacity: 1.0;
}

.dropdown-menu-plate {
    z-index: 504;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    cursor: default;
}

.dropdown-menu.right {
    right: 9px;
}

.dropdown-menu.left {
    left: 9px;
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 0;
    display: block;
}

.dropdown-menu a.select {
    
    color : blue;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;

    border: 1px solid;
    border-radius: 5px;
    font-weight: bold;
    
}

.dropdown-menu a.selectmenu {
    color : blue;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0;
    display: block; 
    font-weight: bold;
}


.dropdown-menu a.select:hover {
    color: blue;
    font-weight: bold;
}

.dropdown-menu a.new {
    border: 1px solid;
    border-radius: 5px;
    color : #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #e570e7 0%,#79f1fc 100%);
    box-sizing: border-box;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 0;
    display: block;
}
.dropdown-menu a.new:hover {
    font-weight: bold;
}

.dropdown-menu a {
    color: #505050;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0;
    display: block;
}

.dropdown-menu a:hover {
    color: #000000;
    font-weight: bold;
}

.dropdown-menu .icon, 
.mobile-menu .icon {
    margin-right: 10px;
    vertical-align: middle;    
}

.mobile-menu {
    background-color: #f2f2f2;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
    margin: 0;
    padding-top: 70px;
    line-height: 50px;
    font-size: 18px;
    transform: translateX(-120%);
    transition: 0.2s linear all;
    will-change: transform;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

.mobile-menu li {
    list-style: none;
}

.mobile-menu li a {
    display: flex;
    justify-content: center;
}

.mobile-menu .close {
    position: absolute;
    height: 70px;
    width: 46px;
    top: 0;
    right: 10px;
    vertical-align: middle;
    position: absolute;
    height: 70px;
    width: 46px;
    top: 0;
    right: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu.open {
    transform: translateX(0);
}

.tabs {
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
.tabs:after {
    border-bottom: 1px solid #505050;
    display: table;
    content: " ";
    width: 100%;
}

.tabs li {
    list-style: none;
    display: block;
    padding: 10px 20px;
    float: left;
    margin: 0;
    margin-right: 2px;
    border-radius: 2px 2px 0 0;
    margin-bottom: -1px;
    cursor: pointer;
}

.tabs li:hover {
    background-color: #FFF;
}

.tabs li.active {
    border: 1px solid #505050;
    background-color: #F2F2F2;
    border-bottom: none;  
}

.textarea {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 8px 5px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    color: #505050;
    outline: none;   
    border: 1px solid #505050;
}

#pause-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

#pause-bg {    
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);    
}

#pause-wrapper {      
    transition: 0.07s linear all;
    text-decoration: none;
    opacity: 0.8;
}

#pause-wrapper:hover {
    opacity: 1;
}

@media (min-width: 0px) and (max-width: 1024px) {
    .hidden-sm {
        display: none;
    }    
}

.visible-sm {
    display: none;
} 

@media (max-width: 1024px) {
    .visible-sm {
        display: block;
    }    
}

#progress-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px);
    transform: scale(1.1);
    background-color: #151515;
    background-position: center;
}

#progress-text {
    text-align: center;
    text-align: center;
    padding-bottom: 10px;
    color: white;
    font-size: 20px;
}

.play-pause-button {
    max-height: 100vh;
    max-width: 100%;
    padding: 10px;
}

a:focus,
button:focus,
input:focus,
textarea:focus 
canvas:focus {
    outline: none;
}


#Legal_Of_Hoop {
    display:none;
    width:800px;
    height:600px;
    z-index:1002;
    border: 4px solid #000;
    background-color: #000;
}
