.top_nav {
  background-image: url("../myPictures/pizza_bground2_single.png");
  background-attachment: fixed;
  background-repeat: repeat-x;
}

.pointer:hover {
  cursor: pointer;
  background-color: rgba(26, 99, 71, 0.1);
}
.forum_pointer:hover {
  cursor: pointer;
  background-color: rgba(26, 99, 71, 0.1);
  border:1px solid rgba(128, 128, 128, 0.425);
}

.pointer:focus-within {
  /*background: cyan;*/
}

.addPizzaButton {}

.myBorder {}

.single_pizza_profile_pic {
  height: 500px;
}

.preview {
  background-color: #393939;
  border-radius: 5px;
  padding: 5px;
  min-width: 300px;
}

.preview:hover {
  cursor: pointer;
  background-color: #2E5A65;
}

.dropdownResults {
  position: absolute;
}

.myFavoritePizzaBox {
  border: 5px solid red;
}





.carousel-inner img {
  width: 100%;
  height: 100%;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 0px;
}

#custCarousel .carousel-indicators>li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {
  width: 100%;
}

.single_pizza_page_area {
  background-color: rgba(0, 0, 0, 0.493);
}

.photo_and_thumbnails_area {
  /*border: 5px solid red;*/
}

.pizza_photo_container {
  /*border: 5px solid purple;*/
  width: 100%;
}

.singlePizzaWindow {
  /*border: 5px solid blue;*/
  /*border: 5px solid blue;*/
  height: 600px;
  /*background-color:rgba(0, 0, 0, 0.493);*/
}

.singlePizzaWindow img {
  /*fit-content;*/
  /*border: 5px solid blue;*/
  max-height: 600px;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.singlePizzaWindow p {
  width: 100%;
  position: absolute;
  bottom: 0;
}


.singlePizzaWindow .deletePizzaPicButton {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  /* above carousel right left arrows */
}

.mini_pizza_photos {
  height: 100px;
}

.single_pizza_title {
  text-align: center;
}

.view_single_pizza_details {
  border: 5px solid black;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
}


.deletePizzaPicButton {}

.deletePizzaPicButton:hover {
  background: rgba(255, 255, 255, 0.075);
}

.coa_button {
  cursor: pointer;
  width: fit-content;
}

.coa_button img:hover {
  border: 3px solid white;
  border-radius: 100%;
}

.entire_comment_area {
  padding: 10px;
}

.post_comment_area {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.384);
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 5px solid black;
  height: 100%;
}

.comment_picture_side {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.384);
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 5px solid black;
  height: 100%;
}

.view_comment_area {
  width: 100%;
  border-top: 1px solid black;

}

.inner_comment_area {
  border-left: 1px solid blue;
  padding: 10px;
  max-width: 800px;
}

.comment_reply_button {
  text-align: left;
  padding-top: 10px;
}


.reply {
  font-size: .8rem;
}

.comment_header {
  color: gray;
  font-size: .8rem;
}





.checkbox-menu li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  margin: 0;
  transition: background-color .4s ease;
}

.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.checkbox-menu li.active label {
  background-color: #cbcbff;
  font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
  background-color: #be8686;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
  background-color: #8f8fca;
}














/* our gadget's background is rainbow */
.rating_gadget {
  display: flex;
  flex-direction: row-reverse;
  /* make label start on right side */
  background: linear-gradient(to right, #f00, #ff0, #0f0)
}

/* hide the radio buttons */
.rating_gadget input {
  display: none;
}

/* put a black label over the background */
.rating_gadget label {
  display: flex;
  height: 80px;
  width: 100%;
  /* why does 7px fit */
  background: black;
}

/* on hover or checked, make black label invisible */
.rating_gadget input:hover~label,
input:checked~label {
  background: transparent;
}



.split_plain {
  background-image: url("../myPictures/plainScale.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 650px 90px;
  width: 1%;
  height: 90px;
  display: inline-block;
}









/* for slider rater */
.slider {
  border-radius: 5px;
  background-image: url("../myPictures/rainbowScale.png");
  background-size: 100% 100%;
  width: 100%;
  height: 90px;
}

.thumb {
  width: 20px;
  height: 50px;
  top: 45px;
  border: 1px solid gray;
  border-radius: 3px;
  position: relative;
  background: rgb(0, 0, 0);
  cursor: pointer;
}




.my_rating_input {
  max-width: 60px;
  font-size: 2em;
  background-color: #222222;
  color: rgb(86, 230, 230);
  text-align: center;
  display: inline-block;
}

.new_rating_input {
  max-width: 60px;
  font-size: 2em;
  background-color: #222222;
  color: #009999;
  text-align: center;
  display: none;
}

.accept_rating_button {
  cursor: pointer;
  height: 40px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.accept_rating_button:hover {
  border-radius: 100%;
  border: 3px solid white;

}

.rating_area {
  height: 125px;
  /* 90 + 35 */
  border-radius: 5px;
  /*background:black;*/
  z-index: 1;
  transform-style: preserve-3d;
  /* put our child pizza image behind this*/
}

.rating_meter {
  height: 90px;
  width: 100%;
  background-image: url("../myPictures/rainbowScale4.png");
  background-size: 100% 100%;
  border-radius: 10px;
  border: 3px solid black;
}

.rating_meter input {
  display: none;
}

/* can only be one color */
.scale_chunk_shell {
  width: .99%;
  /* 101 values */
  height: 100%;
  background: transparent;
  display: inline-block;
  position: relative;

  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.scale_chunk_shell:hover {
  background: rgba(255, 255, 255, 0.603);
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  transition: all 0s ease-in;
}

.rating_meter label {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 72px;

  /*padding-left: 40px;*/
  /* increases size of background image*/
  /* prevent hightlighting label */
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}



.rating_meter input:checked~label {
  /*background:black;*/
  /*background-image: url("../myPictures/black_up_arrow3.png");*/
  /*background-image: url("../myPictures/black_up_arrow2.png"); */
  /*background-size: 100% 100%;*/
}

.rating_meter input:checked~label img {
  visibility: visible;
}

.rating_meter label img {
  position: absolute;
  visibility: hidden;
  width: 60px;
  height: 72px;
  margin-left: -25px;
  /* how to center our 60px width arrow picture */
  margin-right: -25px;

  /* prevent hightlighting image */
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  transform: translateZ(-10px)
    /* put this display behind our label */
}








/* for dashboard sliding pictures */
:root {
  --no-of-slides: 6;
  --slides-in-view: 4;
  --slide-width: 300px;
  --slide-height: 300px;
  --iteration-time: 10s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  width: 100%;
  /* calc(var(--slides-in-view) * var(--slide-width)); */
  overflow: hidden;
  /*border: 1px dashed gray;*/
  background: #00000036;
  padding: 10px;
  margin: 0 auto;
}

.carousel {
  overflow: hidden;
  width: calc(2 * var(--no-of-slides));
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: var(--slide-width);
  height: var(--slide-height);
  box-sizing: border-box;
  padding: 20px;
}

.carousel__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}


.comment_dashboard {
  background: rgba(255, 255, 255, 0.048);
  border-radius: 5px;
  padding: 20px;
}

.popupLoginBox {
  /*border:5px solid black;*/
  background-color: rgba(24, 7, 0, 0.377);
  border-radius: 5px;
  padding: 15px;

  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;


  max-width: 600px;
  z-index: 1000;
}


.popupAddThreadBox {
  display: none;

  background-color: rgb(24, 7, 0);
  border-radius: 5px;
  padding: 15px;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  z-index: 1000;

}

.exitButton {
  color: gray;
}

.exitButton:hover {
  color: white;
}

.searchIcon:hover {
  opacity: .6;
}

.display_pizza_dashboard_description {
  min-width: 200px;
}

.display_pizza_dashboard_img img {
  width: 60px;
}

.profile_select:hover {
  background-color: #1e373f;
  border-radius: 0 20px 20px 0;

}

.notif_box {
  padding: 3px;
  background: rgb(32, 32, 32);
  cursor: pointer;
  border-radius:5px;
  display:inline-block;
}

.notif_box:hover {
  background: black;
}

.deleteNotification:hover{
  cursor:pointer;
color:lightpink
}


#pizzaSearchTable {
  /*font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;*/
  width: 100%;
}

#pizzaSearchTable td,
#pizzaSearchTable th {
  border: 1px solid #050505;
  padding: 8px;
}

#pizzaSearchTable tr {
  color: rgb(212, 134, 134);
}

#pizzaSearchTable tr:hover {
  color: rgb(0, 0, 0);
}

#pizzaSearchTable tr:nth-child(odd) {
  background-color: rgb(59, 59, 59);
}

#pizzaSearchTable tr:nth-child(even) {
  background-color: rgb(51, 32, 32);
}

#pizzaSearchTable tr:hover {
  background-color: #af7e7e;
}

#pizzaSearchTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2e0401;
  color: rgb(177, 177, 177);
  cursor: pointer;
  caret-color: transparent;
}

#pizzaSearchTable th:hover {
  color: rgb(86, 76, 136);
}









#left_ad_space {
  background-image: linear-gradient(to left, #0003b333, #00ffc83f);
  border-radius: 5px;
  padding: 10px;
  margin: 15px;
  height: 450px;
  cursor: pointer;
}


#comment_input_col {
  background: rgb(36, 36, 36);
  padding: 10px;
  border-radius: 5px;
  border: 5px solid gray;
}

.forum_comment_box {
  width: 100%;
  /*border-radius: 10px;*/
  background: #eee url(images/entrybg.png) repeat-x;
  padding: 20px;
  box-shadow: 8px 8px 10px rgba(33, 33, 33, .7);
}
.forum_comment_box2 {
  width: 100%;
  border-radius: 10px;
  background: #d6d5d5 url(images/entrybg.png) repeat-x;
  padding: 20px;
}


.forum_reply_box {
  background-color: gray;
  padding: 20px;
}

.thread_background_area {
  background-color: rgb(212, 208, 208);
  padding: 20px;
  border-radius: 10px;
  color: black;
}


.main_post_area {
  background-color: rgb(241, 236, 236);
  padding: 20px;
}

.main_post_area p {
  font-size: 1.2em;
  color: black;
}

#toggle_comment_button {
  padding: 15px;
  width: 50%;
  border-radius: 10px;
}


.ad{
  position:relative;
  width:100%;

  text-align:center;
  padding: 5px;

  overflow:scroll;

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ad::-webkit-scrollbar {
  display: none;
}

#forum_body{
  margin:0;
  padding:0;
  font:76% tahoma,verdana,sans-serif;
  background:pink; /*#e6e6e6 /*url(images/bodybg.png) repeat-x*/;
  color:#333;
  text-align:center;
  }

#forum_container{
width:100%;
/*min-width:700px;*/
padding:0 20px;
margin:0 auto;
background:blue; /*#f0f0f0 /*url(images/contentbg.png) repeat-x*/;
text-align:left;
border-left:1px solid #eef;
border-right:1px solid #eef;
}


#forum_content{
margin-top:30px;
width:100%;
clear:both;
/*background:url(images/globebottom.gif) bottom left no-repeat;*/
}

#forum_content h2{
margin:0 0 10px 0;
color:#555;
border-bottom:2px solid #abb;
}

#forum_content h2 a{
color:#555;
font-weight:normal;
}

#forum_content h2 a:hover{
color:#269;
text-decoration:none;
background:none;
}

#forum_content p{
margin:0 0.5em 1.2em 0.5em;
}

#forum_left{
width:100%; /**/
float:left;
}

.forum_entry{
position:relative;
margin:0 0 20px 0;
border:2px solid #fff;
background:#eee /*url(images/entrybg.png) repeat-x*/;
color:#333;
padding:10px 10px 0 10px;
box-shadow: 8px 8px 10px rgba(33, 33, 33, .7);
}

.forum_entry a:hover, .intro a:hover{
text-decoration:none;
padding-bottom:2px;
background:url(images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}


.forum_meta{
clear:both;
border-top: 2px solid #ccc;
padding: 5px 1px 0 0;
margin:10px 0 0 0;
text-align:right;
font-size:0.9em;
color: #567;
}

.forum_pagenav{
color: #888;
text-align:center;
}

.forum_entry img{
position:relative;
}


.forum_date{
display:block;
float:left;
font-weight:bold;
}

.forum_entry .the_comment{
  color:black;
}

.thread_image_input_area{
  padding:10px; background:lightgray; width:50%;
  box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
}