/* General */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Cookie banner */
.cbanner-background {
  
}

.cbanner-background--selected {	
  display: block;
	position: fixed;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(169, 169, 169, .4);	
	z-index: 100000;
}

.cbanner {
    position: fixed;
    left: 2em;
    bottom: 2em;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 1em;
    color: #333;
    z-index: 100000;
    -webkit-box-shadow: 3px 9px 27px -2px #61666E;
    box-shadow: 3px 9px 27px -2px #61666E;
    max-width: 450px;
}

.cbanner-background--selected .cbanner {
  left: 50%;
  top: 25%;
  bottom: unset;  
	transform: translate(-50%, -25%);
}

.cbanner-title {
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}

.cbanner-instructions {
    margin: 0.5em 0;
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-weight: normal;
    color: #000;
}

#cbanner_acceptall,
#cbanner_save {
    margin: 0.5em 0; 
    padding: 0.3em;
    color: #fff;
    background-color: #20688F;
    border-radius: 5px;   
    font-size: 1em;     
    font-weight: bold;      
    flex-grow: 1;               
}

.cbanner_buttons_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 1em;
}

#cbanner_dismiss {
  display: none;
  margin: 0; 
  padding: 0.3em;
  color: #20688F;
  background-color: #fff;
  border-radius: 5px;   
  font-size: 1em;    
  border: 2px solid #fff;  
  flex-grow: 2;      
  font-weight: bold;    
  flex-basis: 100%;
}

#cbanner_dismiss:hover {
  border: 2px solid #20688F;
}

.cbanner-background--selected #cbanner_dismiss {
  display: block;
}

/*#cbanner_dismiss,
#cbanner_save {
    margin: 0; 
    padding: 0.3em;
    color: #20688F;
    background-color: #fff;
    border-radius: 5px;   
    font-size: 1em;    
    border: 2px solid #fff;  
    flex-grow: 1;      
    font-weight: bold;      
}*/

/*#cbanner_dismiss:hover,
#cbanner_save:hover {
    border: 2px solid #20688F;
}*/

.banner-option {
    font-weight: normal;
    line-height: 2em;
}

.cbanner-options {
    clear: both;
    margin: 1em 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;            
}

.cbanner-option {
    margin: 0.8em 1em;
    padding: 0;
    line-height: 1;
}

.cbanner-switch {
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    margin-right: 1em;
    padding: 2px;
    background-color: darkred;
    border-radius: 1em;
    color: #fff;         
    width: 2em;
    height: 1em;
    vertical-align: top;
    cursor: pointer;
}

.cbanner-switch-inner {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;  
    border-radius: 1em;  
    width: 1em;            
}

.cbanner-switch-enabled {
    background-color: green;
    justify-content: flex-end;
}

.cbanner-switch-disabled {
    background-color: gray;
    cursor: not-allowed;
}

.cbanner-link {
    color: darkgreen;
    text-decoration: none;
}

.cbanner-link:hover {
    text-decoration: underline;
}

/* */

/* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.test {
    border: 1px solid red;
    margin: 0;
    padding: 0;
}

.test-tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid red;
    padding: 0.3em 1em;
    font-size: 1.2em;
    line-height: 1.4;
}*/

html, body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.wave {
    position: absolute;
    z-index: 1;
}

.wave + .wave {
    z-index: 2;
}

.feel-the-wave {
    background-color: yellow;
    z-index: 1;
}

.feel-the-wave-two {
    background-color: blue;
    z-index: 2;
}

.meapp-container {
    margin-top: 80px;
    margin-bottom: 250px;       
}

.meapp-container-footer {
    background-color: #fff;
    height: 250px;                    
}

.meapp-wrapper {
    /*position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    z-index: 2;*/
}

.meapp-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 80px;
}

.meapp-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 250px;
    background-color: rgba(150, 97, 255, 1);
}

.menu-item {
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    fill: #fff;
}

.toolbar {
    position: absolute;
    top: 1em;
    right: 4em;
    list-style: none;
    list-style-position: inside;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.toolbar-link {
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.account {
    display: inline-flex;
    background-color: gray;
    font-size: 1.5em;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.logo {
    position: absolute;
    top: 0.5em;
    left: 2em;
    font-size: 2em;
    font-weight: normal;
    color: #4B587C;
    font-family: impact;
    letter-spacing: 0.05em;
    font-style: italic;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    z-index: 10;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    font-family: Lato;
}

.footer-column {
    padding: 1em 1em;
    min-width: 10%;
}

.footer-title {
    margin-bottom: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 0.15em;
}

.footer-list {
    list-style: none;
    list-style-position: inside;
}

.footer-list-item {
    margin: 0.5em 0;
}

.footer-list-link {
    padding: 0;
    text-decoration: none;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    line-height: 1;    
    color: #fff;                
}

.footer-list-link i {
    margin-right: 1em;
}

.footer-deco-left {
    position: absolute;
    left: 1em;
    bottom: 1em;
    border-left: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-bottom-left-radius: 1em;
    z-index: 11;
    height: 50px;
    width: 50px;
}                

.footer-deco-right {
    position: absolute;
    right: 1em;
    bottom: 1em;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-bottom-right-radius: 1em;
    z-index: 11;
    height: 50px;
    width: 50px;
}

.test {                    
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    min-height: calc(100vh - 80px - 250px);
}

.hero-text {
    margin: 0.5em 0 0.5em 0;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 0.8;
}

.hero-text--tiny {
    font-size: 0.5em;
    color: #F36944;          
}

.hero-text--huge {
    font-size: 2em;  
    color: #F36944;                  
}

.hero-text--sub {
    margin-bottom: 4em;
    font-size: 1.1em;
}

.hero-drop,
.hero-result {                    
    padding: 0;
    margin: 2em auto;
    max-width: 800px;
    border-radius: 2em;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: gray;
    cursor: pointer;
}

.hero-icons {
    margin: 0 auto;
    max-width: 800px;
}

.hero-icon-list {
    list-style: none;
    list-style-position: inside;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3em;
}

.hero-icon-item {
    display: none;
    font-size: 2em;
    color: #333;
}

.hero-icon-item--selected {
    display: inline-block;
}

.hero-icon-item i {
    color: #F36944;   
    margin-right: 0.5em;
}

.hero-flow {
    margin-top: 1em;
    text-align: center;
    font-size: 2em;
    color: gray;
}

.hero-flow-title {
    
}

.hero-flow-icon {
    
}

/* Link */
.hero-link {
    display: flex;
    flex-direction: row;    
    flex-wrap: nowrap;
    width: 100%;    
    justify-content: center;
    align-content: center;
    align-items: center;
}

.hero-link .upload-url {
    padding: 0.2em 0.4em;
    flex-grow: 1;
    word-wrap: nowrap;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
    font-size: 1em;
}

.hero-link i {
    padding: 0.2em 0.4em;
    font-size: 1.2em;
    cursor: pointer;
}

.upload-url-visible {
    display: none;
}

.hero-container:not([url=""]) .upload-url-hidden {
    display: none;
}

.hero-container:not([url=""]) .upload-url-visible {
    display: block;
}

/* General */
.nomargin {
    margin: 0;
}

.center {
    text-align: center;
}

/* Rainbow effect */
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;

    &::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -950%;
        width: 200%;
        height: 2000%;
        background-color: #399953;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#399953, #399953), linear-gradient(#377af5, #377af5);
        animation: rotate 4s linear infinite;
    }

    &::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        background: white;
        border-radius: 5px;
    }
}

/* */
#tus-files {
    display: none;
}