/* Ensure mobile devices default click / dictionary thing is disabled for long press*/
body, html {
	padding-bottom: 40px;
	font-family: 'Poppins', serif;
  	color: #5a5a5a;
	overflow-x:hidden;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

/* Globally remove column padding for bootstrap */
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
  .row-sm-no-padding {
    [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
}

/*Ensure mobile devices default click / dictionary thing is disabled for long press*/
.selected_ones .select_a_guy .list_group_item .pick .potentials {
	-webkit-touch-callout: none !important;
	 -webkit-user-select: none !important;
	 -khtml-user-select: none !important;
	 -moz-user-select: none !important;
	 -ms-user-select: none !important;
	 user-select: none !important;
}

/* To Ensure JQUERY MOBILE UI doesn't bust the page with a loader */
.ui-loading .ui-loader { display: block; }
.ui-loader {display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }

/* Body classes */
a:link {color:#1ab8fa;font-weight:bold;cursor:pointer;border:none;}      /* unvisited link */
a:visited {color:#1ab8fa;cursor:pointer;text-decoration:none;border:none;}  /* visited link */
a:hover {color:#1ab8fa;cursor:pointer;text-decoration:none;border:none;}  /* mouse over link */
a:active {color:#1ab8fa;cursor:pointer;text-decoration:none;border:none;}  /* selected link */

i{border:none;}
i:hover {color:black;border:none;}

/* override for all btn class css */
.btn{
	font-size:1.3em;
	font-weight:bold;
}

.btn-primary{
	color: white;
	background-color:#979595;
	border-color:#2d0103;
}

/* Main area for all pages */
#contentArea{
	overflow-x:hidden !important;
	overflow-y:hidden;
	height:100vh;
	margin-top: 4rem;
}

/* Used in ranktherumble and score for view header text */
.donateText{
	font-weight: bold;
	color: #528B8B;
	padding: 1em;
}

/* floats to lists on left score / ranktheruble */
.pick_left{
	float:left;
	/*margin-right:5px;*/
	margin-right: 2em;
}

/* floats to lists on right score / ranktheruble */
.pick_right{
	float:right;
	/*margin-left:5px;*/
	margin-left: 2em;
}
/* used in some lists ? */
.expected{
	background-color: #dbf5d0;
}

.coolTitle{
	font-family: 'Bangers', cursive;
	font-size:4em;
}
.titleIcons{
	margin-top:3em;
}
.titleIcons i{
	padding:1em;
}

/* HOME PAGE CSS */

/* initial for buttons int top right */
.btn-top{
	width:3.5em;
}

/*used paceing on home */
.buttonSpace{
	/*padding:10px;*/
	padding:3em;
}

/* alerter used on home */
#new_alerter{
 z-index: 10000;
 width: 100%;
 position: absolute;
 top:2em;
 text-align: center;
 display:none;
}

#modal_txt{
	/*padding-bottom:10px;*/
	padding-bottom:3em;
}

/* home page for info */
#infoModal{
 z-index: 10000;
 width: 100%;
 opacity: 95%;
 position: absolute;
 top:6em;
 text-align: center;
 background-color: #f8d5d5;
 display:none;
 /*padding:20px;
 border-radius: 10px;*/
 padding:4em;
 border-radius: 2em;
 color: black;
}

/* info table for info modal */
.scenarioTable{
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid black;
}

/* info table for info modal */
.scenarioTable th {
	background-color: black;
	color:white;
	padding: 10px;
}

/* info table for info modal */
.scenarioTable td{
	padding:10px;
	background-color: #b3cde0;
	color: black;
	border: 1px solid grey;
}

.titleBanner{
	color: white;
	/*
	background: rgb(184,29,35);
	background: linear-gradient(180deg, rgba(184,29,35,1) 35%, rgba(18,1,2,1) 100%);
	*/
	background: rgb(215, 2, 197);
	background: linear-gradient(180deg, rgb(250, 150, 207) 35%, rgb(30, 203, 241) 100%);

}

/* Background black for creating modals */
#the_backdrop{
	display: none;
	opacity: .788888888;
	z-index:5000;
	background-color:black;
	color:black;
	width:105%;
	height:400%;
	position:absolute;
	left:0px;
	top:0px;
}

.green{
	color: green;
}
.blue{
	color: blue;
}
.red {
	color: red;
}
.black {
	color: black;
}

h2 {
	/*color: #6a0404;*/
	color: #030645;
}

h3 {
	/*color: #6a0404; */
	color: #030645;
}
.selected_nav_button{
	color:white !important;
	/*background-color:#b81d23 !important;*/
	background-color:#030645 !important;
}

/* navbar bottom custom */
.navli{
	width:20%;
	padding: 0.75em;
	border-top:1px solid #888;
	border-right:2px solid #ccc;
	color:#333;
	cursor: pointer;
	background-color:white;
}

#topNav {
  background-color: #dedede;
  border-bottom:2px solid black;
}

.titleMenu{
	/*font-size:20px;*/
	font-size: 4em;
	text-align: center;
}

navli:hover{ color:white; }
navli:active{ color:white; }
icoNav:visited{ color:white;}
icoNav:hover{color:white;}
icoNav:visited{color:white;}

/* RESPONSIVE CSS
    -------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
	.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
		background-color:transparent !important;
		color:black;
	}
}

@media (min-width: 980px) and (max-width: 1199px){
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.wordNav{ font-size:1em;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.wordNav{ font-size:1em;}
	body{ overflow:hidden; }
}
.navTable{
  text-align:center;
	width:100%;
  border-collapse:collapse;
}

.topNavTable{
  text-align:center;
	width:100%;
  border-collapse:collapse;
}


/* Landscape phones and down */
/* IPHONE 5 size */
@media (max-width: 480px) {
	#contentArea{
		margin-left:0px;
		padding-left:0px;
	}
	.wordNav{ font-size:1em ;}
	input{
		/*font-size:8px;*/
		font-size:1em;
	}
	select{
		/*width:150px;*/
		width:30em;
	}
	radio{
		/*margin-top:-4px;*/
		margin-top:-2em;
	}
	.selecto{
		/*width:110px;*/
		width: 20em;
	}
}

.logo{
	width:100px;
	height:100px;
	position:absolute;
	top:.15em;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

/*Top level for notifications indiviual notifiactions get appended here */
.notificationWindowShell{
	position: fixed;
	z-index:10000000;
	width: 100%;
	text-align: center;
	margin:auto;
	bottom:0px;
}

/* Notifications css */
.notificationWindow{
	position:relative;
	text-align: center;
	width: 100%;
	display: none;
	margin-top:.2em;
	border-radius: .8em;
	padding: .8em;
}

/* For red notifications */
.notificationRemove{
	color: white;
	background-color: #ae0e30;
}

/* For blue notifications */
.notificationNeutral{
	color: white;
	background-color: #045cdf;
}

/* For green notifications */
.notificationAdd{
	color: black;
	background-color: #0eae16;
}

#statsTable{
    width: 100%;
    border-radius: 10px;
    text-align: left;
}

td {
    padding:7px;
}

#character {
    margin-top: 8vh;
}
@media screen and (max-height: 720px) {
  #character {
    margin-top: 0vh;
  }
}

.main {
  display: none !important;
}

.scanner-button {
    position: fixed;
    bottom: 1rem; /* Adjust this value based on your navbar height */
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1000; /* Ensure it's above other elements */
    text-align: center;
    cursor: pointer;
}

.scanner-circle {
    width: 8rem;
    height: 8rem;
    background-color: white;
    border-radius: 50%;
    border:5px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.scanner-button .fa-camera {
    color: #000000; /* Or any color you prefer */
}

#bottomBarScan{
  position: absolute;
  bottom: 0rem;
  height: 8svh;
  color: white;
  width: calc(100vw + 6px);
	background: rgb(3,6,69);
	background: linear-gradient(180deg, rgb(6, 163, 215) 35%, rgba(3,6,69,1) 100%);
}

html, body {
    height: 100%;
    overflow: hidden;
}

#qr-reader {
    position: absolute;
    top:0rem;
    left:0rem;
    opacity: 80%;
    width: calc(100vw + 1rem);
    height: calc(100svh + 1rem);
    z-index:90000000001 ;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

#qr-video {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.float-button {
    position: fixed;
    top: 92.1svh;
    left: 3vw;
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 40000000;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000000001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 5rem;
    border: 1px solid #888;
    width: 80%;
    max-width: 90vw;
    border-radius: 5px;
    text-align: center;
}

.modal-buttons {
    margin-top: 2rem;
}

.modal-buttons button {
    margin: 0 1rem;
    padding: 1rem;
    cursor: pointer;
    border-radius: 10px;
}

#confirmReset {
    background-color: #dc3545;
    color: white;
    border: none;

}

#cancelReset {
    background-color: #6c757d;
    color: white;
    border: none;
}


.fightWenBox{
    float:left;
}

#enemyDiv {
    display:none;
}


.fightSkelly{
    width: 40%;
}

#character{
    width: 22em !important;
}
#character2{
    width: 5em !important;
}
#ememy{
    width: 7em !important;
}

#fightScreen {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: none; /* Will be shown via JavaScript */
}

#fightWindow {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display:none;
}

#combatants {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-bottom: 20px; /* Space between images and text box */
}

.combatant-box {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.combatant-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#fightText {
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
  height: 400px;
  color: white;
  background-color:black;
  padding: 15px;
  border-radius: 10px;
  min-height: 100px; /* Adjust as needed */
}

@media (max-width: 768px) {
  #combatants {
    flex-direction: row;
  }

  .combatant-box {
    height: 50%;
  }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

.icon-column-left {
  position: fixed;
  left: 0;
  top: 43svh;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  justify-content: center;
  z-index: 2000;
}

.icon-column-left-lock {
    position: fixed;
    left: 0;
    top: 43svh;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    z-index: 3000;
    margin-top:-0.75em;
  }

.icon-column-right-lock {
    position: fixed;
    top: 43svh;
    left: calc(100vw - 80px);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    z-index: 3000;
    margin-top:-0.6em;
  }

.icon-column-right {
    position: fixed;
    left: calc(100vw - 80px);
    top: 43svh;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    z-index: 2000;
  }

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px; /* Adjust based on your needs */
  height: 80px; /* Divides viewport height by number of icons */
  padding: 5px;
}

.icon-wrapper-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem; /* Adjust based on your needs */
    height: 8rem; /* Divides viewport height by number of icons */
    padding: .3rem;
  }

.side-icon {
  width: 100%;
  height: auto;
  max-width: 200px; /* Adjust based on your needs */
  object-fit: contain;
}

/* Make sure characterDiv has a margin-left to accommodate the icon column */
#characterDiv {
  margin-left: 0px; /* Adjust based on icon-wrapper width + padding */
}

.locked {
    position: relative !important;
}

.lock-overlay {
    width: 6.5rem !important;
    height: 6.5rem !important;
    border-radius:10px;
    background-color: rgba(0, 0, 0, 0.87) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 6000 !important;
    pointer-events: auto !important;
    color:white;
    margin-left: .7rem;
    margin-top: 1.5rem;
}

.unlock-overlay {
    width: 6.5rem !important;
    height: 6.5rem !important;
    border-radius:10px;
    background-color: rgba(0, 0, 0, 0.0) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 6000 !important;
    pointer-events: auto !important;
    color:white;
    margin-left: .7rem;
    margin-top: 1.5rem;
}

.lock-overlay i {
    color: white !important;
    font-size: 1.2rem !important;
    z-index:500000;
}

.judgeMe {
    background-color: #333;
    color: white;
    border: none;
    padding:1rem;
    margin: .7rem;
    width: 80%;
    max-width: 300px;
    display: block;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}

.judgeMe:hover {
    background-color: #444;
    color: white;
}

#stars_div{
  position: absolute;
  top:2.5vh;
  z-index: 10000;
  color:rgb(245, 215, 20);
  text-align:center;
  left: calc(50vw - 1em);
  font-size:3rem;
}

.fa-border{
  border-color: black; /* Set border color */
  color:rgb(163, 155, 9);
  border-width: 2px;   /* Set border width */
  border-style: solid; /* Set border style */
  padding: 10px;       /* Adjust padding inside the border */
  border-radius: 50%;  /* Optional: Makes the border circular */
}

#introOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw + 5px);
    height: calc(100vh + 5px);
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10000000;
}

#nem1 {
  position: fixed;
  left: -200%;
  top: 85%; /* Adjusted to move character up, showing mid-chest up */
  transform: translateY(-50%);
  z-index: 100000001;
  animation: slideInLeft 1s ease-out forwards;
  animation-delay: 0.5s;
  display: none;
  transition: all 0.5s ease-in-out;
}

#nem2 {
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translate(0, -50%); /* Changed from translateY to handle right alignment */
    z-index: 100000001;
    animation: slideInRight 1s ease-out forwards;
    animation-delay: 0.5s;
    text-align: right; /* Align content to the right */
    display: none;
    transition: all 0.5s ease-in-out;
}

#nem2 img {
    height: auto;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

@keyframes slideInRight {
    from {
        right: -100%;
    }
    to {
        right: 0; /* This will stop at the screen edge */
    }
}


#nem1 img {
    height: auto;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes slideInLeft {
    from {
        left: -250%;
    }
    to {
        left: -35%;
    }
}

@keyframes slideInRight {
    from {
        right: -100%;
    }
    to {
        right: 0;
    }
}

@keyframes slideInRightAnthony {
  from {
      right: -100%;
  }
  to {
      right: -20%;
  }
}

/* After animations are complete, hide elements */
#nem1.hide, #nem2.hide {
    display: none;
}

#textBox {
    position: fixed;
    top: 2svh;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
    max-width: 90vw;
    min-height: 30svh;
    background: linear-gradient(to bottom, #ffffff, #e0e0e0);
    border: 3px solid #333;
    border-radius: 15px;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 100000000;
    display: none;
}

#talkTitle {
  background-color:#6d0000; 
  color: #fff;  
  padding: .5em .5em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: bold;
  font-size: 2.2rem;
  height: 2.3em;
}

#talkText {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    margin: 0;
    padding: 1.1rem;
}

/* Optional: Add a typing animation effect */
.typing {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3s steps(60, end);
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* Optional: Add a small arrow/triangle at the bottom */
#textBox::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #333;
}

#continueButtonDiv{
  position: fixed;
  top: 3svh;
  left: 83vw;
  z-index: 300000000001;
  color:yellow;
  display:none;
}

@keyframes flash-three-times {
    0%, 33% {
        opacity: 1;
    }
    16.5%, 49.5% {
        opacity: 0;
    }
    66%, 82.5% {
        opacity: 1;
    }
    74.25%, 90.75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.flash-animation {
  animation: flash-three-times 5.5s ease-in-out;
}

#anthony {
  position: fixed;
  right: -300%;
  top: 85%; /* Adjusted to move character up, showing mid-chest up */
  transform: translateY(-50%);
  z-index: 100000001;
  animation: slideInRightAnthony 1s ease-out forwards;
  animation-delay: 0.5s;
  display: none;
  transition: all 0.5s ease-in-out;
}

#anthony img {
  height: auto;
  width: 120%;
  transition: all 0.5s ease-in-out;
  opacity: .2;
}

#startButtonDiv{
  position: fixed;
  top: 29svh;
  left: 50% !important;
  transform: translateX(-50%);
  /*left: 17vw;*/
  z-index: 100000001;
  color:black;
  display: none;
}

.btn {
  background: #f716d6;
  background: linear-gradient(180deg, rgba(247, 22, 214, 1) 0%, rgba(224, 16, 172, 1) 50%, rgba(83, 155, 237, 1) 100%);
  color: rgb(0, 0, 0);
  border: 2px solid black;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  min-width: 28rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.btn:active {
  background: #4f3a4c;
background: linear-gradient(180deg,rgba(79, 58, 76, 1) 0%, rgba(99, 64, 90, 1) 50%, rgba(67, 81, 97, 1) 100%);

  color: rgb(0, 0, 0);
  border: 2px solid black;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.7em;
  font-weight: bold;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  min-width: 200px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.btn:hover{
  background: #f716d6;
  background: linear-gradient(180deg, rgba(247, 22, 214, 1) 0%, rgba(224, 16, 172, 1) 50%, rgba(83, 155, 237, 1) 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  color: rgb(0, 0, 0);
}

#judge{
  position:fixed;
  z-index: 200000000;
  margin-left:-1rem;
  bottom: -16rem;
  display:none;
}

#judge img{
  height: auto;
  width: 95%;
  transition: all 0.5s ease-in-out;
}

#loser{
  position:fixed;
  z-index: 200000000;
  margin-left:-3rem;
  top:20rem;
  display:none;
}

#loser img{
  height: auto;
  width: 110%;
  transition: all 0.5s ease-in-out;
}

#loserButtonDiv{
  position: fixed;
  top: 85svh;
  /*left: 15vw;*/
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 100000001;
  color:black;
  display: none;
}

#loserText{
  position: fixed;
  left: 3.2rem;
  top: -1svh;
  font-size:14rem;
  z-index: 100000001;
  color:white;
  font-weight:bold;
  display: none;
}

.winnerBox{
  background-color:white;
  color:black;
  width:80vw;
  height:20vh;
  border:4px solid black;
  margin:auto;
  padding:1.5rem;
  border-radius:15px;
  text-align:center;
  font-size:2rem;
}

#trophy{
  position: fixed;
  left:9vw;
  top:43svh;
  z-index: 100000001;
  display: none;
}

#trophy img{
  width: 160%;
}

.bouncy{
  animation: gentleBounce 3s ease-in-out infinite;
}

@keyframes gentleBounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}

#judgeMeButton{
  top: 77svh;
  z-index: 9000000000;
  position:fixed;
  left: 50% !important;
  transform: translateX(-50%);
  /*left: 15vw;*/
  display:none;
}

#cancelQR{
  top: 77svh;
  z-index: 9000000001;
  position:fixed;
  left: 50% !important;
  transform: translateX(-50%);
  /*left: 15vw;*/
  display:none;
}

.cancelCode{
  background-color: #dc3545;
  color: white;
  padding: 1rem;
  margin: .6rem;
}

#skipIntroButton{
  position:fixed;
  top: 93svh;
  right: 3vw;
  color:white;
  font-weight:bold;
  text-decoration: underline;
  z-index: 100000000000000;
  border: 2px dashed #aaa;
  padding: .5rem;
  display:none;
}