/* 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:auto;
	height:auto;
	padding-top:4.32em;
}

/* 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(3,6,69);
	background: linear-gradient(180deg, rgb(6, 163, 215) 35%, rgba(3,6,69,1) 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;
}

.rsvpHeader{
    margin-top:6em;
    display:none;
}

#rsvpSubmit{
    display: none;
}

#rsvpToggle{
    /*
    margin-top: 30px;
    margin-bottom: 30px;
    */
    margin-top: 5em;
    margin-bottom: 5em;
}

#peopleCount{
    display:none;
}

#totalCommited{
    font-weight: bold;
    color:green;
}

#totalCharity{
    margin-top:5em;
    display: none;
}

#additionalCharity{
    display:none
}

.desText{
    text-align:center;
    width:95%;
    margin:auto;
    color:#6a0404;
}

.inviteIntro{
    width:95%;
    margin:auto;
    color:#6a0404;
    font-size: 1em;
    
}

.invdes{
    font-size:1em;

}

.invt{
    width: 6em
    height: 2em
}

#nextSection{
    opacity: .7;
    z-index: 10000;
    position: fixed;
    bottom:2em;
    left:0px;
    border:1px solid black;
    /*background-color:#6a0404;*/
    background-color:#030645;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color:white;
    padding: 1em;
    text-align:center;
}

.removeUser{
    margin-top:1em;
}


.invited {
	font-family: 'Dancing Script', serif;
    font-size: 1.4em;
}

.rejection{
    display: none;
}

#cashDiv{
    display: none;
    font-weight:bold;
    color: black
}

#venmoDiv{
    display:none;
    font-weight:bold;
    color: black
}

.tsize{
    font-size: .6em;
    padding-bottom: 1em;
}
.charityImage{
    border-radius:10px;
    width: 4em;
    border: 2px solid black;
}

.imageTD{
    width: 12em;
}

.charityImageSm{
    border-radius:10px;
    width: 5em;
    border: 2px solid black;
}

.itemTable{
    text-align:left;
    width:98%;
    margin:.2em;
}

.itemTitle{
    font-size:2em;
    color:#5a5a5a;
}

.itemCost{
    font-size:2em;
    color: #5a5a5a;
    padding-top:1em;
}

.itemLeft{
    text-align:left;
    /*width:200px;*/
    width:10em;
}

.itemRight{
    text-align:left;
    width: 40%;
}

.charityInterest{
  font-size:3.5em;
  text-align:center;
}
  
.charityInterest:hover{
   color: #333;
}
  

.counter-button {
    font-size: .4em;
    border: 1px solid black;
    margin:0px;
  }

.cbl{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*padding: 5px;*/
    padding: .7em;
}
.cbr{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding: 5px;*/
    padding: .7em;
}
.cbc{
    /*padding: 5px;*/
    padding: .7em;
    margin: auto;
    text-align:center;
}

#showAdditionalCharity{
    /*padding:5px;*/
    padding: 2em;
    margin-top:4em;
    margin-bottom:4em;
    background-color:#aaa;
    border:1px solid black;
    border-radius: 5px;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    /*color:#6a0404;*/
    color:#030645;
}

#showAdditionalCharity:hover{
    color:#333
}

.charityImages{
    width: 10em;
    text-align:center;
}

.charityImages2{
    width: 3em;
}

.charityText{
    padding-left: 2em;
    vertical-align: top;
}
.ingredients {
  width:80%;
  text-transform: uppercase;
}

.menuItem{
/*
 border-bottom:2px solid #6a0404;
 border-right: 1px solid #6a0404;
 */
 border-bottom:2px solid #030645;
 border-right: 1px solid #030645;
 border-radius: 5px;
 padding-top: 10px;
}

.foodTitle{
  font-weight:bold;
  /*color:#6a0404;*/
  color:#030645;
}

.foodTypeTitle{
  color:black;
  text-transform: uppercase;
  margin-left: -10px;
}

.wenImgDiv{
  display:none;
  width:100%;
  text-align:center;
  margin:auto;
}

.wenImg{
  margin-top:1em;
  margin-bottom:1em;
  max-width:90%;
  border-radius:30px;
}

.interested{
  /*
  float: right;
  margin-top:-2.8em;
  margin-right:.2em;
  */
  font-size:3.5em;
  width: 0.9em;
  text-align:right;
  margin:.3em;
}

.interested:hover{
  color: #333;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

/*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;
    border: 2px solid black;
}

td {
    padding:7px;
    border-bottom: 1px solid grey;
}

#character {
    width: 18em !important;
}

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

.scanner-circle {
    width: 60px;
    height: 60px;
    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: 0px;
    height: 50px;
    color: white;
    width:100%;
	/*
	background: rgb(184,29,35);
	background: linear-gradient(180deg, rgba(184,29,35,1) 35%, rgba(18,1,2,1) 100%);
	*/
	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;
    opacity: 60%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

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

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

.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    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: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    text-align: center;
}

.modal-buttons {
    margin-top: 20px;
}

.modal-buttons button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
}

#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;
}
