@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;400&display=swap');

body {
	margin: 0;
	background-color: black;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

button {
	cursor: pointer;
	text-transform: uppercase;
    height: 35px;
}


#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
	pointer-events: auto;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

/* #overlay {
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0,0,0,0.7);
} 

	#overlay button {
	background: transparent;
	border: 0;
	border: 1px solid rgb(3, 148, 46);
	border-radius: 4px;
	color: #ffffff;
	padding: 12px 18px;
	text-transform: uppercase;
	cursor: pointer;
}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
} */

/*INDEX.HTML*/

a {
	color: #8ff;
}

#menu {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.element {
	width: 120px;
	height: 160px;
	/* box-shadow: 0px 0px 12px rgba(0,255,255,0.5); */
	box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
	border: 1px solid rgba(127,255,255,0.25);
	font-family: Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	cursor: default;
}

.element:hover {
	box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
	border: 1px solid rgba(127,255,255,0.75);
	
}

.element:active {
	border: 3px solid rgba(0,255,255,0.75);
	box-shadow: 0px 0px 19px rgba(0,255,255,0.75);
}
	.element .number {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 12px;
		color: rgba(127,255,255,0.75);
	}

	.element .symbol {
		position: absolute;
		top: 40px;
		left: 0px;
		right: 0px;
		font-size: 60px;
		font-weight: bold;
		color: rgba(255,255,255,0.75);
		text-shadow: 0 0 10px rgba(0,255,255,0.95);
	}
	.element .details {
		position: absolute;
		bottom: 15px;
		left: 0px;
		right: 0px;
		font-size: 12px;
		color: rgba(127,255,255,0.75);
	}

    /*CARD INFO*/
    
	.elementInfo {
		width: 230px;
		height: 160px;
		box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
		border: 1px solid rgba(127,255,255,0.75);
		font-family: Helvetica, sans-serif;
		text-align: center;
		line-height: normal;
		cursor: default;
	}

	.elementInfo:hover {
		box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
		
	}

    /* CONTENU CARD INFO*/

        #buttonClose
        {
	        color: #8ff;
            background: transparent;
            border: 0px;
            cursor: pointer;
            height: 12px;
            width: 12px;
            text-align: center;
        }

        #buttonClose:hover
        {
	        text-shadow: 0px 0px 12px rgba(0,255,255,0.75);
        }

        .elementInfo>.buttonClose {
            margin-left: 10px !important;
            position: relative;
            }

		.elementInfo #name {
			position: absolute;
			top: 10px;
			left: 0px;
			right: 0px;
			font-size: 10px;
			font-weight: bold;
			color: rgba(255,255,255,0.75);
			text-shadow: 0 0 10px rgba(0,255,255,0.95);
		}

        #name
        {
            text-align: center;
        }

        #buttonClose>button 
        {
            color: yellow !important;
            margin-top: 0px;
        }

        #xero
        {
            font-size: 6px;
            margin-top: 10px;
            margin-bottom: 0px;
            margin-left: 10px;
            margin-right: 10px;
            text-align: left;
        }

        #nftInfo
        {
            font-size: 6px;
            margin-top: 5px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 0px;
            text-align: left;
        }

        #fusions
        {
            font-size: 6px;
            margin-top: 5px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 0px;
            text-align: left;
        }

        .infoTable
        {
            border-collapse: collapse;
            width: 100%;
        }
        td, th /* Mettre une bordure sur les td ET les th */
        {
            border: 0.2px solid rgba(127,255,255,0.75);
            height: 12px;
            text-align: center;
        }
        .code
        {
            color: white;
            background-color: #000;
            text-align: right;
            height: 100px;
            font-family: 'Source Code Pro', monospace;
        }

        .code:hover
        {
            text-shadow: 0 0 10px rgb(0,255,255);
        }

		.ownedBy {
			position: absolute;
			bottom: 0px;
			left: 0px;
			right: 0px;
			font-size: 5px;
		}

        #divButton
        {
            text-align: center;
            margin-top: 0.25rem;
        }

        #buttonBuy
        {
            color: #8ff;
            background-color: rgba(0,0,0,0.75);
            width: 50%;
            height: 20px;
            font-size: 5px;
            outline: 1px solid rgba(127,255,255,0.75);
            border: 0px;
            cursor: pointer;
        }
        
        #buttonBuy:hover
        {
            box-shadow: 0px 0px 12px rgba(0,255,255,0.75);
	        border: 1px solid rgba(127,255,255,0.75);
        }

        .openseaLogo
        {
            width: 10px;
            height: 10px;
        }

#info button, .modal-footer button, #menu button, .modal-body button {
	color: #8ff;
	background: transparent;
	outline: 1px solid rgba(127,255,255,0.75);
	border: 0px;
	padding: 5px 10px;
	cursor: pointer;
}

#info button:hover, .modal-footer button:hover, #menu button:hover, .modal-body button:hover {
	background-color: rgba(0,255,255,0.5);
	border-radius: 0;
}

button:active {
	color: #000000;
	background-color: rgba(0,255,255,0.75);
}

/*Modal*/

.modalTheme{
	border: 1px solid white ;
	text-align: center;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.9);
}

#metamask{
	color: orange;
	font-weight: bold;

}

a:hover {
	text-decoration: none;
	color: #8ff;
}

#closeModal{
	background-color: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255) !important;
}

/*LABORATORY CARDS SEARCH BAR*/

* {
	box-sizing: border-box;
  }
  
  /* Create a column layout with Flexbox */
  .row {
	display: flex;
  }
  
  /* Left column (menu) */
  .left {
	flex: 35%;
	padding: 15px 0;
  }
  
  .left h2 {
	padding-left: 8px;
  }
  
  /* Right column (page content) */
  .right {
	flex: 65%;
	padding: 15px;
  }
  
  /* Style the search box */
  #mySearch {
	width: 10%;
	font-size: 18px;
	padding: 11px;
	border: 1px solid #ddd;
  }
  
  /* Style the navigation menu inside the left column */
  #myMenu {
	width: 10%;
	list-style-type: none;
	padding: 0;
	margin: 0;
  }
  
  #myMenu li a {
	padding: 12px;
	text-decoration: none;
	color: white;
	display: block;
  }
  
  #myMenu li a:hover {
	background-color: #eee;
  }
  /*LABORATORY CARDS SEARCH BAR END*/

  /* CARDS TEMPLATE */
  :root{
	--background-dark: #000000;
	--text-light: rgba(255,255,255,0.6);
	--text-lighter: rgba(255,255,255,0.9);
	--spacing-s: 8px;
	--spacing-m: 16px;
	--spacing-l: 70px;
	--spacing-xl: 1001px;
	--spacing-xxl: 160px;
	--width-container: 1400px;
  }
  
  *{
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  .hero-section{
	align-items: flex-start;
	display: flex;
	min-height: 100%;
	justify-content: center;
	padding: var(--spacing-xxl) var(--spacing-l);
  }
  
  .card-grid{
	display: grid;
	grid-template-columns: repeat(1, fr);
	grid-column-gap: var(--spacing-l);
	grid-row-gap: var(--spacing-l);
	max-width: var(--width-container);
	width: 35%;
  }
  
  @media(min-width: 540px){
	.card-grid{
	  grid-template-columns: repeat(1, 1fr); 
	}
  }
  
  @media(min-width: 960px){
	.card-grid{
	  grid-template-columns: repeat(2, 1fr); 
	}
  }
  
  .card{
	list-style: none;
	position: relative;
	background-color: #000000;
  }
  
  .card:before{
	content: '';
	display: block;
	padding-bottom: 150%;
	width: 100%;
  }
  
  .card__background{
	background-size: cover;
	background-position: center;
	bottom: 0;
	filter: brightness(0.75) saturate(1.2) contrast(0.85);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center;
	transform: scale(1) translateZ(0);
	transition: 
	  filter 200ms linear,
	  transform 200ms linear;
  }
  
  .card:hover .card__background{
	transform:  translateZ(0);
  }
  
  .card-grid:hover > .card:not(:hover) .card__background{
	filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .card__content{
	left: 0;
	padding: var(--spacing-l);
	position: absolute;
	top: 0;
  }
  
  .card__category{
	color: var(--text-light);
	font-size: 0.9rem;
	margin-bottom: var(--spacing-s);
	text-transform: uppercase;
  }
  
  .card__heading{
	color: var(--text-lighter);
	font-size: 1.9rem;
	text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	line-height: 1.4;
	word-spacing: 100vw;
  }
/* CARDS TEMPLATE END*/

/* GENERATE KASAR BUTTON */

#c
{
    display: none;
}

#fusion_app 
{
    display: block;
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 180px;
    height: 42px;
    transform: translateY(-50%);
    transition: 0.3s ease width;
    cursor: pointer;
	border: #000;
    display: none;
}



#app 
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: 2px solid white;
    overflow: hidden;
    z-index: 2;
}



#app:before
{
    content: "Fusion elements";
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    left: 0;
    color: black;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    z-index: 1;
}



#app:after
{
	border: black;
}



#arrow 
{
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 2;
}

#arrow:before, #arrow:after
{
    content: "";
    position: absolute;
    top: 18px;
    width: 10px;
    height: 2px;
    background-color: black;
}

#arrow:before
{
    right: 17px;
    transform: rotateZ(-45deg);
}

#arrow:after
{
    right: 11px;
    transform: rotateZ(45deg);
}

#success
{
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    margin: -8px;
    background-color: black;
    transform: scale(0);
    border-radius: 50%;
    z-index: 3;
}

#success i
{
    font-size: 20px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    margin: 17px auto;
    transform: scale(0);
}

#c:checked + #fusion_app
{
    width: 42px;
}

#c:checked + #fusion_app #arrow:before
{
    animation: _a 0.2s ease 0.2s forwards, _incHeight 2s ease 0.5s forwards;
}

#c:checked + #fusion_app #arrow:after
{
    animation: _b 0.2s ease 0.2s forwards, _incHeight 2s ease 0.5s forwards;
}

#c:checked + #fusion_app #success
{
    animation: _success 0.2s cubic-bezier(0, 0.74, 0.32, 1.21) 2.6s forwards;
}

#c:checked + #fusion_app #success i
{
    animation: _success 0.1.5s cubic-bezier(0, 0.74, 0.32, 1.21) 2.6s forwards;
}

@keyframes _a
{
    0%{
        top: 18px;
        right: 17px;
        width: 10px;
        transform: rotateZ(-45deg);
        background-color: #143240;
    }
    100%
    {
        top: 36px;
        right: 19px;
        width: 19px;
        transform: rotateZ(0deg);
        background-color: black;
    }
}

@keyframes _b
{
    0%{
        top: 18px;
        right: 11px;
        width: 10px;
        transform: rotateZ(45deg);
        background-color: #143240;
    }
    100%
    {
        top: 36px;
        right: 0;
        width: 19px;
        transform: rotateZ(0deg);
        background-color: black;
    }
}

@keyframes _incHeight
{
    0%{
        top: 36px;
        height: 2px;
    }
    60%{
        top: 21px;
        height: 18px;
    }
    100%{
        top: 0;
        height: 39px;
    }
}

@keyframes _success
{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}

/*MINT NFT BUTTOM*/
#mint_app 
{
    display: block;
    position: absolute;
    top: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 125px;
    height: 42px;
    transform: translateY(-50%);
    transition: 0.3s ease width;
    cursor: pointer;
	border: #000;
    display: none;
}

#app_mint
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: 2px solid white;
    overflow: hidden;
    z-index: 2;
}

#app_mint:before
{
    content: "Mint NFT";
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    left: 0;
    color: black;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    z-index: 1;
}

#app_mint:after
{
	border: black;
}

#c:checked + #mint_app
{
    width: 42px;
}

#c:checked + #mint_app #arrow:before
{
    animation: _a 0.2s ease 0.2s forwards, _incHeight 2s ease 0.5s forwards;
}

#c:checked + #mint_app #arrow:after
{
    animation: _b 0.2s ease 0.2s forwards, _incHeight 2s ease 0.5s forwards;
}

#c:checked + #mint_app #success
{
    animation: _success 0.2s cubic-bezier(0, 0.74, 0.32, 1.21) 2.6s forwards;
}

#c:checked + #mint_app #success i
{
    animation: _success 0.1.5s cubic-bezier(0, 0.74, 0.32, 1.21) 2.6s forwards;
}

#warningMsg
{
    position: absolute;
    top: 84%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    display: none;
}

/* BUTTON BACK */
#buttonBack
{
    display: none;
    color: #8ff;
	background: transparent;
	outline: 1px solid rgba(127,255,255,0.75);
	border: 0px;
	padding: 5px 10px;
	cursor: pointer;
    position: absolute;
    top: 80%;
    right: 0;
    left: -17%;
    margin: 0 auto;
    text-align: center;
    display: none;
    height: 42px;
}

#buttonBack:hover
{
    background-color: rgba(0,255,255,0.5);
	border-radius: 0;
}



/* SELECT FORM */

*
{
    user-select: none;
}

*:focus
{
    outline: none;
}

.brd
{
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

#app-cover
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
}

#select-button
{
    position: relative;
    height: 16px;
    padding: 12px 14px;
    background-color: black;
    border-radius: 4px;
    cursor: pointer;
}

#options-view-button
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#selected-value
{
    font-size: 13px;
    line-height: 0.1;
    margin-right: 26px;
}

.option i
{
    width: 16px;
    height: 16px;
}

.option, .label
{
    color: #2d3667;
    font-size: 16px;
}

#chevrons
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    padding: 7px 20px;
}

#chevrons i
{
    display: block;
    height: 50%;
    color: #d1dede;
    font-size: 12px;
    text-align: right;
}

#options-view-button:checked + #select-button #chevrons i
{
    color: white;
}

.options
{
    position: absolute;
    left: 0;
    width: 250px;
}

#options
{
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    width: 298px;
    margin: 0 auto;
    background-color: white;
    border-radius: 4px;
}

#options-view-button:checked ~ #options
{
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

.option
{
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}

.option i
{
    position: absolute;
    left: 14px;
    padding: 0;
    display: none;
}

#options-view-button:checked ~ #options .option i
{
    display: block;
    padding: 12px 0;
}

.label
{
    display: none;
    padding: 0;
    margin-left: 27px;
}

#options-view-button:checked ~ #options .label
{
    display: block;
    padding: 12px 14px;    
}

.s-c
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.s-c.top
{
    top: 0;
}

.s-c.bottom
{
    bottom: 0;
}

input[type="radio"]
{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.s-c:hover ~ i
{
    color: #fff;
    opacity: 0;
}

.s-c:hover
{
    height: 100%;
    z-index: 1;
}

.s-c.bottom:hover + i
{
    bottom: -25px;
    animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover ~ i
{
    top: -25px;
    animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup
{
    0%{ bottom: -25px; opacity: 0;}
    100%{ bottom: 0; opacity: 1;}
}

@keyframes movedown
{
    0%{ top: -25px; opacity: 0;}
    100%{ top: 0; opacity: 1;}
}

.label
{
    transition: 0.3s ease all;
}

.opt-val
{
    position: absolute;
    left: 14px;
    width: 217px;
    height: 21px;
    opacity: 0;
    background-color: black;
    transform: scale(0);
	color: white;
}

.option input[type="radio"]:checked ~ .opt-val
{
    opacity: 1;
    transform: scale(1);
}

.option input[type="radio"]:checked ~ i
{
    top: 0;
    bottom: auto;
    opacity: 1;
    animation: unset;
}

.option input[type="radio"]:checked ~ i, .option input[type="radio"]:checked ~ .label
{
    color:#fff;
}

.option input[type="radio"]:checked ~ .label:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#options-view-button:not(:checked) ~ #options .option input[type="radio"]:checked ~ .opt-val
{
    top: -30px;
}

.option:nth-child(1) input[type="radio"]:checked ~ .label:before
{
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.option:nth-child(1) input[type="radio"]:checked ~ .opt-val
{
    top: -31px;
}

.option:nth-child(2) input[type="radio"]:checked ~ .label:before
{
    background-color: #ea4c89;
}

.option:nth-child(2) input[type="radio"]:checked ~ .opt-val
{
    top: -71px;
}

.option:nth-child(3) input[type="radio"]:checked ~ .label:before
{
    background-color: #0057ff;
}

.option:nth-child(3) input[type="radio"]:checked ~ .opt-val
{
    top: -111px;
}

.option:nth-child(4) input[type="radio"]:checked ~ .label:before
{
    background-color: #32c766;
}

.option:nth-child(4) input[type="radio"]:checked ~ .opt-val
{
    top: -151px;
}

.option:nth-child(5) input[type="radio"]:checked ~ .label:before
{
    background-color: #f48024;
}

.option:nth-child(5) input[type="radio"]:checked ~ .opt-val
{
    top: -191px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .label:before
{
    background-color: #006400;
    border-radius: 0 0 4px 4px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .opt-val
{
    top: -231px;
}

.option .fa-codepen
{
    color: #000;
}

.option .fa-dribbble
{
    color: #ea4c89;
}

.option .fa-behance
{
    color: #0057ff;
}

.option .fa-hackerrank
{
    color: #32c766;
}

.option .fa-stack-overflow
{
    color: #f48024;
}

.option .fa-free-code-camp
{
    color: #006400;
}

#option-bg
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    transition: 0.3s ease all;
    z-index: 1;
    display: none;
}

#options-view-button:checked ~ #options #option-bg
{
    display: block;
}

.option:hover .label
{
    color: #fff;
}

.option:nth-child(1):hover ~ #option-bg
{
    top: 0;
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.option:nth-child(2):hover ~ #option-bg
{
    top: 40px;
    background-color: #ea4c89;
}

.option:nth-child(3):hover ~ #option-bg
{
    top: 80px;
    background-color: #0057ff;
}

.option:nth-child(4):hover ~ #option-bg
{
    top: 120px;
    background-color: #32c766;
}

.option:nth-child(5):hover ~ #option-bg
{
    top: 160px;
    background-color: #f48024;
}

.option:nth-child(6):hover ~ #option-bg
{
    top: 200px;
    background-color: #006400;
    border-radius: 0 0 4px 4px;
}

#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: #143240;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(20, 50, 64, 0.76);
}

/* LABORATORY */

.laboCard {
	width: 120px;
	height: 160px;
	/* box-shadow: 0px 0px 12px rgba(0,255,255,0.5); */
	box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
	border: 1px solid rgba(127,255,255,0.25);
	font-family: Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	cursor: default;
}



#buttonAdd1 
{
    color: #8ff;
    background: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
}

#buttonAdd2
{
    color: #8ff;
    background: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
}

#buttonCloseList1
{
    color: #8ff;
    background: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 70px;
    margin-left: 50px;
}

#buttonCloseList2
{
    color: #8ff;
    background: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-top: 70px;
    margin-left: 50px;
}

#buttonAdd1:hover 
{
    text-shadow: 0px 0px 12px rgba(0,255,255,1);
}

#buttonAdd2:hover 
{
    text-shadow: 0px 0px 12px rgba(0,255,255,1);
}

#buttonCloseList1:hover 
{
    text-shadow: 0px 0px 12px rgba(0,255,255,1);
}

#buttonCloseList2:hover 
{
    text-shadow: 0px 0px 12px rgba(0,255,255,1);
}

#buttonAdd1:active
{
    font-size: 10px;
}

#buttonAdd2:active 
{
    font-size: 10px;
}

#buttonCloseList1:active
{
    font-size: 10px;
}

#buttonCloseList2:active
{
    font-size: 10px;
}

#selectElem1
{
    display: none;
}

#selectElem2
{
    display: none;
}

/*SEARCH FILTER*/
  
  /* The search field */
  #myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: absolute;
    left: 755px;
	bottom: 300px;
	text-align: center;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    background-color: #f6f6f6;
    min-width: 300px;
    border: 1px solid #ddd;       
    min-height: 360px;
    overflow-y: auto;
    width: 325px;
    height: 430px;
    margin-bottom: 110px;
    cursor: pointer;
  }
  
  /* Links inside the dropdown */
  .dropdown-content>.listElements{
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content .listElements:hover 
  {
    background-color: #f1f1f1
  }
  .hoverCss:hover
  {
    background-color: #f1f1f1 !important
  }
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;} 