
body {
        position: relative;
 
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: white;
}
.border {border: solid black thin;}

.record {background-color: rgb(245, 245, 245,0.5) }
.top1 {margin-top: 1%;}

.top2 {margin-top: 2%;}

.top3 {margin-top: 3%;}

.top10{margin-top: 10%;}

.left1 {margin-left: 1%;}
.left2 {margin-left: 2%;}

.left {text-align: left;}
.right {text-align: right;}
.centre {text-align: center;}

.justify-centre {justify-content: center;}
.justify-left {justify-content: left;}
.justify-right {justify-content: right;}

a, a:visited,a:active,a:hover {color: black; text-decoration: none;}

/* .current {color:lightseagreen} */

.button {cursor: pointer;}

.btn-input {
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.03);

}
.btn-input:hover {
    color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.03);
}
.hidden {display: none;}



.selected {color: darkorange; }


.selected2 {color: grey;}




.margin-v-auto {margin-top: auto; margin-bottom: auto;}
.margin-h-auto {margin-left: auto; margin-right: auto;}

button:focus{outline: none;}




/* .btn-primary{
            background-color: rgb(31, 178, 170,0.1);
            color: rgb(31, 178, 170,1);
            border: solid rgba(0,0,0,0) thin;                
            } */

/* .btn-primary:hover{
    background-color: rgb(31, 178, 170,1);
    border: solid rgba(0,0,0,0) thin;   
} */


/* .lightblue {
    color: rgb(31, 178, 170,0.5);
} */

/* 

/* 


 */


.logo {max-width: 80px;}
.logoContainer {position: relative; border: solid red thin;}

:focus { outline: 0; }

.error{color: red;}

.success {color:green;}

.red {color:red;}

.lightgrey{
    color: rgba(0,0,0,0.4);
}
.background-light {background-color: rgb(0, 0, 0,0.03);}

.black {color:rgba(0,0,0,0.7)}

.disabled{color: rgba(0,0,0,0.5)!important;}


.favourite, .notFavourite{
    color: darkorange;    
}


.fullPage {height: 100%;           
}
.section {background-color: none;}
.app-logo-main {width: 30%;}

.player-logo {
    max-width:100px ;
}

/* video {max-height: 50vh!important;} */
video {
    position:relative;
    width: 100%;
     height: 70vh;     
     
    }

.radioPlayer {
    height: 30vh;    
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    
}


#sidemenu {
    position: absolute;
    z-index: 1;
    left: 0px;
    height: 100vh;
    background-color: rgb(255, 255, 255,0.99);

}


/* Transition */
.v-enter-active {    
    transition: opacity 0.3s,transform 0.3s;      
    transform: translateX(0px);
}

.v-leave-active {
  transition: opacity 0.2s,transform 0.2s;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
  transform: translateX(-10px);
}


.fade-enter-from{
    opacity: 0;
    
}

.fade-enter-to{
    opacity: 1;
    
}

.fade-enter-active{
    transition: all 0.3s;
}

.fade-leave-from {
    opacity: 0;
}

.fade-leave-to{
    opacity: 0;
}

.fade-leave-active{
    transition: all 0s;
}


.membrane {    
    background-color: rgb(245, 245, 245,0.5);
    height: auto;
}

.shadow {box-shadow: 0px 5px black;}

.system {color:rgba(0,0,0,0.4);}