/*^^^NOTE: ALSO AFFECTS COLOR OF LOGOUT BUTTON ON ACCOUNT PAGE*/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  font-family: "Oswald", sans-serif;
  background-color: #b6b6b6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

li, a, button {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: white;
  text-decoration: none; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  height: 10vh;
  background-color: black; }

#logo {
  height: 38px;
  width: 264px; }

nav {
  display: flex;
  align-items: center; }

#navbar-user-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.1rem solid white;
  margin-left: 1rem; }

.nav-links {
  list-style: none;
  background-color: black; }
  .nav-links li {
    background-color: black;
    display: inline-block;
    padding: 0px 0px 0px 20px; }
    .nav-links li a {
      background-color: black;
      transition: all 0.3s ease 0s; }
      .nav-links li a:hover {
        color: white; }

.footer {
  width: 100%;
  padding: 1em;
  background-color: black;
  color: black;
  font-weight: 500;
  margin-top: auto; }
  .footer p {
    margin-top: 0.5rem;
    background-color: inherit;
    color: white; }

#footer-logo {
  margin-top: 2rem;
  height: 25px;
  width: 175px;
  margin-left: 2.5rem; }

.link-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .link-list .footer-list-2 {
    margin-left: 1.5rem; }
  .link-list .footer-list-1 p, .link-list .footer-list-2 p, .link-list .footer-list-3 p {
    font-size: 1.25rem; }
  .link-list .footer-list-1 ul li, .link-list .footer-list-2 ul li, .link-list .footer-list-3 ul li {
    text-align: center; }
  .link-list ul li {
    list-style-type: none;
    text-align: left; }
    .link-list ul li a {
      font-size: 1rem;
      list-style-type: none; }

.burger {
  /*margin-left: 0px;*/
  display: none;
  flex-wrap: nowrap;
  cursor: pointer; }

.burger div {
  width: 35px;
  height: 5px;
  border-radius: 10px;
  background-color: white;
  margin: 6px 0px;
  transition: all 0.2s ease; }

.burger-menu {
  height: 91%;
  width: 100%;
  position: absolute;
  background: black;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-in;
  z-index: 1; }

.menu-active {
  transform: translateX(0%); }

.main-wrap {
  min-height: 100%;
  justify-content: space-around;
  align-items: center; }

.nav-links-mobile {
  display: none; }

/* TOGGLES */
.toggle .line1 {
  transform: rotate(-45deg) translate(-9px, 6px); }

.toggle .line2 {
  opacity: 0; }

.toggle .line3 {
  transform: rotate(45deg) translate(-8px, -6px); }

@keyframes burger-slider {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
#copyright-text {
  text-align: center;
  margin-bottom: 1rem; }

* {
  font-family: 'Lato', sans-serif; }

#home-splash {
  text-align: center;
  padding: 7rem 0;
  background-image: linear-gradient(180deg, black, 90%, transparent);
  color: white; }

#welcome {
  line-height: 3rem; }

#home-welcome-message {
  font-size: 3rem; }

.best-sellers, .recently-added {
  margin-top: 1.5rem;
  margin-left: 1rem; }
  .best-sellers h2, .recently-added h2 {
    font-size: 2rem; }
  .best-sellers .game-category-images, .recently-added .game-category-images {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0rem 10rem; }
    .best-sellers .game-category-images a, .recently-added .game-category-images a {
      margin-bottom: 1rem; }
    .best-sellers .game-category-images .addon-preview-container, .recently-added .game-category-images .addon-preview-container {
      border: 3px solid black;
      border-radius: 3px;
      padding-bottom: 0.5rem;
      background: linear-gradient(68deg, #971B1F, 80%, #010101);
      width: 20rem; }
      .best-sellers .game-category-images .addon-preview-container .addon-preview-priceTitle, .recently-added .game-category-images .addon-preview-container .addon-preview-priceTitle {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        .best-sellers .game-category-images .addon-preview-container .addon-preview-priceTitle button, .recently-added .game-category-images .addon-preview-container .addon-preview-priceTitle button {
          color: black;
          border: 0.1rem solid black;
          padding: 0.3rem;
          cursor: pointer; }
      .best-sellers .game-category-images .addon-preview-container #preview-shortDesc, .recently-added .game-category-images .addon-preview-container #preview-shortDesc {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 0.5rem;
        font-size: 0.75rem; }
      .best-sellers .game-category-images .addon-preview-container img, .recently-added .game-category-images .addon-preview-container img {
        border-bottom: solid 3px black;
        margin-bottom: 0.5rem;
        width: 100%;
        height: 15rem; }

.password-reset-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 4rem;
  width: 100%; }
  .password-reset-container h1 {
    font-size: 1.5rem;
    background-color: #971B1F;
    width: 32rem;
    margin: auto;
    color: white; }
  .password-reset-container button {
    font-size: 0.8rem; }
  .password-reset-container #email-password-reset {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 30%;
    background-color: white;
    padding: 1rem 0rem; }
    .password-reset-container #email-password-reset #email-password-reset-input {
      width: 80%;
      margin: auto;
      text-align: center; }
    .password-reset-container #email-password-reset #reset-pwd-submit {
      width: 80%;
      margin: auto; }

/*^^^NOTE: ALSO AFFECTS COLOR OF LOGOUT BUTTON ON ACCOUNT PAGE*/
.text1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem; }
  .text1 .game-category-images {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: row wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0rem 10rem; }
    .text1 .game-category-images img {
      margin-bottom: 1.5rem;
      width: 20rem;
      height: 10rem;
      border: 3px solid black; }
  .text1 .addon-preview-container {
    border: 3px solid black;
    border-radius: 3px;
    padding-bottom: 0.5rem;
    background-color: #971B1F;
    width: 20rem; }
    .text1 .addon-preview-container img {
      border-bottom: solid 3px black;
      margin-bottom: 0.5rem;
      width: 100%;
      height: 15rem; }
    .text1 .addon-preview-container #preview-shortDesc {
      padding-left: 0.5rem;
      font-size: 0.7rem;
      margin-top: 0.5rem; }
    .text1 .addon-preview-container .addon-preview-priceTitle {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-weight: bold; }
      .text1 .addon-preview-container .addon-preview-priceTitle button {
        cursor: pointer; }
      .text1 .addon-preview-container .addon-preview-priceTitle .addon-preview-title {
        padding-left: 0.5rem; }
      .text1 .addon-preview-container .addon-preview-priceTitle button {
        margin-right: 0.5rem;
        font-size: 1rem;
        width: 4rem;
        cursor: pointer;
        color: black;
        border: 0.1rem solid black;
        padding: 0.3rem; }
      .text1 .addon-preview-container .addon-preview-priceTitle button:hover {
        color: grey; }

/*^^^NOTE: ALSO AFFECTS COLOR OF LOGOUT BUTTON ON ACCOUNT PAGE*/
.login_register_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
  margin-bottom: 1rem;
  background-color: #d7d5da;
  padding: 3rem 0rem;
  border-radius: 1rem;
  width: 40%; }
  .login_register_form a {
    margin-top: 1rem; }
  .login_register_form h2 {
    margin-bottom: 1rem; }
  .login_register_form h3 {
    font-size: 1rem;
    background-color: white;
    margin-bottom: 1rem; }
  .login_register_form .rememberMe-Container label {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
    margin-left: 0.5rem; }
  .login_register_form .submit-and-create-account {
    width: 30%; }
  .login_register_form #submit_login, .login_register_form #create-account {
    background-color: #971B1F;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: normal;
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
    justify-content: center; }
  .login_register_form #submit_register {
    background-color: #971B1F;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0.5rem;
    width: 30%; }
  .login_register_form #create-account {
    background-color: #971B1F; }
  .login_register_form input[type=text] {
    margin-top: 0.25rem;
    width: 30%;
    background-color: white;
    color: black;
    margin-bottom: 0.25rem;
    font-size: 20px;
    text-align: center;
    -moz-box-shadow: inset -3px -3px 10px #eee;
    -webkit-box-shadow: inset -3px -3px 10px #eee;
    box-shadow: inset -3px -3px 10px #eee;
    border-radius: 10px; }
  .login_register_form input[type=password] {
    width: 30%;
    background-color: white;
    color: black;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 20px;
    text-align: center;
    -moz-box-shadow: inset -3px -3px 10px #eee;
    -webkit-box-shadow: inset -3px -3px 10px #eee;
    box-shadow: inset -3px -3px 10px #eee;
    border-radius: 10px; }

.addon-main-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-blend-mode: multiply;
  background-color: gray;
  background-repeat: no-repeat;
  background-size: cover; }

.seller-user-info {
  border-bottom: 1.5px solid #971b1f;
  border-left: 1.5px solid #971b1f;
  border-right: 1.5px solid #971b1f;
  background-color: white;
  width: 20rem;
  padding: 1rem 1rem;
  margin-bottom: 1rem; }

.small-addon-banner {
  width: 20rem;
  height: 8rem;
  border-left: 1.5px solid #971b1f;
  border-right: 1.5px solid #971b1f; }

.purchase-box {
  border-top: 1.5px solid #971b1f;
  border-left: 1.5px solid #971b1f;
  border-right: 1.5px solid #971b1f;
  background-color: white;
  display: flex;
  flex-direction: row;
  width: 20rem;
  justify-content: space-between;
  padding: 0.5rem 0.5rem; }
  .purchase-box p {
    margin-right: 2rem; }
  .purchase-box .buy-addon {
    background-color: green;
    width: 4rem;
    border-radius: 1rem;
    border-color: green;
    padding: 0.1rem 0rem;
    text-align: center; }
  .purchase-box .login-to-buy {
    background-color: blue;
    width: 8rem;
    border-radius: 1rem;
    border-color: blue;
    padding: 0.1rem 0rem;
    text-align: center; }

.addon-sidebar-details {
  background-color: white;
  padding: 1rem 1rem;
  border: solid 1.5px #971b1f;
  width: 20rem; }
  .addon-sidebar-details p {
    margin-bottom: 0.5rem; }

.right-side-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.5rem;
  margin-bottom: 1rem; }
  .right-side-column #side-addon-box-title {
    color: white;
    width: 20rem;
    margin-bottom: 0.25rem; }

.left-side-column {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem; }
  .left-side-column .addon-title-container {
    margin-top: 4.5rem;
    width: 50rem;
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: solid 1.5px #971b1f; }
    .left-side-column .addon-title-container p {
      color: black; }

#reviewsContainer {
  width: 50rem;
  margin-top: 1rem;
  min-height: 20vh; }
  #reviewsContainer h1 {
    background-color: white;
    width: 10rem;
    text-align: center;
    border-radius: 1rem;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    border: solid 1.5px #971b1f; }
  #reviewsContainer .review {
    margin-bottom: 1rem;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    border: solid 1.5px #971b1f; }
    #reviewsContainer .review .review-user-and-pic {
      display: flex;
      align-items: center; }
      #reviewsContainer .review .review-user-and-pic .reviewUsername {
        font-size: 1.25rem; }
      #reviewsContainer .review .review-user-and-pic .reviewRating {
        margin-left: 1rem; }
      #reviewsContainer .review .review-user-and-pic img {
        width: 5rem;
        height: 5rem;
        margin-right: 1rem; }
    #reviewsContainer .review .starContainer {
      display: flex;
      flex-direction: column;
      text-align: left; }
      #reviewsContainer .review .starContainer i {
        font-size: 0.75rem; }
  #reviewsContainer .reviewText {
    margin-top: 1rem; }
  #reviewsContainer .reviewTimeSince {
    text-align: right; }

/* Style the tab */
.tab-addon {
  overflow: hidden;
  border: 1px solid black;
  background-color: white;
  width: 50rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border-top: 1.5px solid #971b1f;
  border-left: 1.5px solid #971b1f;
  border-right: 1.5px solid #971b1f; }

/* Style the buttons inside the tab */
.tab-addon button {
  background-color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 0.8rem;
  width: 50rem; }

/* Change background color of buttons on hover */
.tab-addon button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab-addon button.active {
  background-color: #ccc; }

/* Style the tab content */
.tabcontent-addon {
  display: none;
  padding: 6px 12px;
  border: 1px solid black;
  border-top: none;
  background-color: white;
  width: 50rem;
  border-bottom: 1.5px solid #971b1f;
  border-left: 1.5px solid #971b1f;
  border-right: 1.5px solid #971b1f; }

/* Slideshow container */
.slideshow-container {
  min-width: 34rem;
  position: relative;
  margin: auto; }

/* Hide the images by default */
.mySlides {
  display: none; }
  .mySlides img {
    width: 50rem;
    height: 30rem;
    border: 1.5px solid #971b1f; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.active, .dot:hover {
  background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #777;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: black;
  float: left;
  border: 1px solid white;
  border-bottom: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  padding: 1vh 2vw;
  transition: 0.3s;
  min-width: 20vw; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd; }

/* Create an active/current tablink class */
.tab button.active {
  background-color: #aaa; }

/* Style the tab content */
.tabcontent {
  display: none;
  text-align: center;
  margin-top: 1rem;
  border: 5px solid #777;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .tabcontent #session_error {
    background-color: red; }
  .tabcontent #session_success {
    background-color: green; }

.tab-container {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); }

.account-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90vh; }

#account-username-title {
  background-color: #888;
  border-bottom: 2px solid #777;
  color: white; }

#account-tab-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 72vh;
  width: 60rem; }
  #account-tab-container #profile-uploaded-addon-container {
    justify-content: center; }
    #account-tab-container #profile-uploaded-addon-container #addon-container-hr {
      box-shadow: lightgrey 0px 2px; }
    #account-tab-container #profile-uploaded-addon-container h1 {
      margin-top: 0.5rem;
      color: white;
      margin-bottom: 1rem; }
    #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners {
      margin: 0 auto; }
      #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners img {
        width: 14rem;
        height: 9rem;
        margin-bottom: 0.5rem;
        margin-left: 2rem;
        border: 2px solid white;
        border-radius: 3px; }
      #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners #banner1 {
        margin-left: 0px; }
      #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners .slideshow-container {
        display: flex;
        justify-content: center; }

#bio-and-profile-container {
  display: flex;
  flex-direction: row; }

#profile-bio {
  width: 40rem;
  display: flex;
  text-align: left;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0px 3vw; }

#profile-bio-text {
  white-space: pre-wrap;
  letter-spacing: 0.3px; }

#profile-img-group {
  display: flex;
  width: 20vw;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem; }
  #profile-img-group p {
    color: white; }

#profile-img {
  border: 1px solid black;
  border-radius: 3px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 1rem; }

#logout {
  margin-bottom: 1rem;
  border: none;
  padding: 0.25rem 40px;
  background-color: #971B1F;
  border-radius: 3px;
  color: white;
  border: 0.1rem solid white; }
  #logout input {
    background-color: inherit;
    border: none; }

.change_user_picture_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 1rem; }
  .change_user_picture_form #submit_change_profile_picture {
    width: 15rem;
    font-size: 1rem; }
  .change_user_picture_form label :hover {
    background-color: #a51d20; }
  .change_user_picture_form label i {
    margin-right: 0.5rem; }
  .change_user_picture_form p {
    margin-bottom: 0.5rem;
    color: white; }
  .change_user_picture_form input[type="file"] {
    display: none; }
  .change_user_picture_form .custom-file-upload {
    border: 0.2rem solid black;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: white;
    background-color: #971b1f;
    width: 15rem;
    margin-bottom: 0.5rem; }

.download-review-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-width: 90%; }

.download-button {
  width: 3rem;
  cursor: pointer; }

.review-button {
  padding: 0.5rem;
  border: 2px solid white;
  border-radius: 0.5rem;
  color: white;
  margin-left: 0.25rem;
  cursor: pointer;
  width: 12rem;
  height: 3rem; }

.change_user_password_form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  align-items: center; }
  .change_user_password_form p {
    margin-bottom: 0.5rem;
    color: white; }
  .change_user_password_form #change-password-box {
    margin-bottom: 0.5rem;
    width: 15rem;
    text-align: center;
    font-size: 1rem; }
  .change_user_password_form #submit_change_user_password {
    width: 15rem;
    font-size: 1rem; }

.edit-user-bio-form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem; }
  .edit-user-bio-form p {
    margin-bottom: 0.5rem;
    color: white; }

#sell-addon-tab {
  border: none;
  width: 80%; }
  #sell-addon-tab #sell-addon-button {
    padding: 0.25rem 40px;
    background-color: gold;
    border-radius: 3px;
    color: black;
    border: 0.1rem solid black; }

.purchased-addon-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem; }
  .purchased-addon-container .purchasedAddonNameSellerContainer {
    margin-bottom: 0.75rem; }

.rating-star-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background: white; }

.rating {
  border: none;
  align-self: center;
  width: 9rem; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.rating > .half:before {
  content: "\f089";
  position: absolute; }

.rating > label {
  color: #ddd;
  float: right; }

.TFA-Container {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.TFA-Container h3 {
  color: white;
  margin-bottom: 0.5rem; }

.TFA-Container button {
  padding: 0.25rem 40px;
  background-color: gold;
  border-radius: 3px;
  color: black;
  border: 0.1rem solid black; }

#button-2FA-Disabled {
  background-color: lightgray; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700; }

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85; }

.seller-container {
  display: flex;
  flex-direction: row;
  border: none;
  margin-top: 1rem; }
  .seller-container .manage-user-addons {
    width: 100%;
    border: 5px solid #777;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .seller-container .manage-user-addons h1 {
      color: white;
      margin-top: 1rem; }
    .seller-container .manage-user-addons #manage-addons-cell {
      padding-top: 1rem; }
      .seller-container .manage-user-addons #manage-addons-cell .profile-addon-edit-button {
        color: black;
        width: 2rem;
        font-size: 1rem; }
      .seller-container .manage-user-addons #manage-addons-cell .profile-addon-delete-button {
        color: black;
        width: 2rem;
        font-size: 1rem; }
    .seller-container .manage-user-addons #userAddonsTable tbody {
      color: white; }
      .seller-container .manage-user-addons #userAddonsTable tbody tr #customAddonsDeleteTable {
        padding: 1rem; }
      .seller-container .manage-user-addons #userAddonsTable tbody tr th {
        padding: 1rem 4rem; }
    .seller-container .manage-user-addons .profile-my-addons-addon-link {
      color: white;
      font-weight: bold;
      border: 1px solid white;
      padding: 0.7rem;
      font-size: 1rem; }
    .seller-container .manage-user-addons .profile-my-addons-addon-banner {
      width: 10rem;
      height: 8rem; }
  .seller-container .create-an-addon {
    width: 20vw;
    padding: 0.5rem 1rem; }

.addons-waiting-approval h3 {
  background-color: white;
  margin-bottom: 0.5rem; }
.addons-waiting-approval #staffAddons tbody {
  color: white; }

tr th {
  padding: 0rem 4rem; }

.staffAddon-tr td img {
  width: 10rem;
  height: 8rem; }
.staffAddon-tr td .staffAddon-buttonAccept {
  color: green;
  width: 3rem; }
.staffAddon-tr td .staffAddon-buttonDeny {
  color: red;
  width: 3rem; }

/*^^^NOTE: ALSO AFFECTS COLOR OF LOGOUT BUTTON ON ACCOUNT PAGE*/
.main-about {
  margin: 0 auto;
  background-color: #b6b6b6;
  padding: 1rem 1rem 3rem 1rem;
  min-height: 90vh;
  width: 75%;
  display: flex;
  flex-direction: column;
  line-height: 2; }
  .main-about .greeting-h1 {
    text-align: center; }
  .main-about .about-boxes {
    display: flex;
    flex-direction: column;
    margin-bottom: 10vh; }
    .main-about .about-boxes a {
      font-size: 1rem; }
    .main-about .about-boxes .about-text1 {
      display: flex;
      flex-direction: column; }
    .main-about .about-boxes .about-text1, .main-about .about-boxes .about-text2, .main-about .about-boxes .about-text3 {
      width: 100%; }
      .main-about .about-boxes .about-text1 h1, .main-about .about-boxes .about-text2 h1, .main-about .about-boxes .about-text3 h1 {
        font-size: 2rem;
        margin-bottom: 0.25rem; }
      .main-about .about-boxes .about-text1 p, .main-about .about-boxes .about-text2 p, .main-about .about-boxes .about-text3 p {
        font-size: 1rem; }
  .main-about #site-stats-text {
    text-align: center;
    margin-top: 2rem; }
  .main-about .about-stat-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 1rem; }
    .main-about .about-stat-container .stat-1, .main-about .about-stat-container .stat-2, .main-about .about-stat-container .stat-3 {
      width: 30ch;
      height: 15vh;
      text-align: center;
      justify-items: center;
      background: linear-gradient(45deg, #971B1F, 80%, #010101);
      padding: 2rem 5rem;
      color: white;
      font-size: 1.2rem;
      border: solid black 0.25rem; }
    .main-about .about-stat-container .stat-2 {
      margin-left: 4rem;
      margin-right: 4rem; }

/*^^^NOTE: ALSO AFFECTS COLOR OF LOGOUT BUTTON ON ACCOUNT PAGE*/
.main-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.create-an-addon {
  border: 5px solid #777; }
  .create-an-addon h1 {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: white; }
  .create-an-addon #edit-display-banner-image {
    width: 20rem;
    height: 10rem;
    border: 2px solid black;
    margin-bottom: 1rem; }
  .create-an-addon #changeBanner {
    margin-top: 1rem; }
  .create-an-addon .edit-display-images-container {
    display: flex;
    margin-bottom: 1rem; }
    .create-an-addon .edit-display-images-container .display-product-image-individual {
      margin-right: 1rem;
      position: relative; }
      .create-an-addon .edit-display-images-container .display-product-image-individual .product-image-span {
        position: absolute;
        right: 1px;
        top: 1px;
        border: 1px solid black;
        padding: 0.25rem 0.75rem;
        background: red;
        color: black;
        font-weight: bolder;
        cursor: pointer; }
    .create-an-addon .edit-display-images-container #edit-display-product-image {
      width: 20rem;
      height: 10rem;
      border: 2px solid black; }
  .create-an-addon .create_new_addon_form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .create-an-addon .create_new_addon_form input[type="file"] {
      display: none; }
    .create-an-addon .create_new_addon_form .custom-file-upload {
      border: 0.2rem solid black;
      display: inline-block;
      padding: 6px 12px;
      cursor: pointer;
      color: white;
      background-color: #971b1f;
      width: 18rem;
      margin-bottom: 0.5rem;
      text-align: center; }
    .create-an-addon .create_new_addon_form #profitDiv {
      border: black solid 0.2rem; }
    .create-an-addon .create_new_addon_form .profitGroup h3 {
      background-color: #971b1f;
      color: white;
      width: 18rem;
      padding: 0.2rem 0rem; }
    .create-an-addon .create_new_addon_form .profitGroup p {
      color: white;
      background-color: gray;
      padding: 0.4rem 0rem;
      border-top: 0.1rem solid white;
      border-bottom: 0.1rem solid white; }
    .create-an-addon .create_new_addon_form .commissionGroup h3 {
      background-color: #971b1f;
      color: white;
      width: 18rem;
      padding: 0.2rem 0rem; }
    .create-an-addon .create_new_addon_form .commissionGroup p {
      color: white;
      background-color: gray;
      padding: 0.4rem 0rem;
      border-top: 0.1rem solid white;
      border-bottom: 0.1rem solid white; }
    .create-an-addon .create_new_addon_form .processingGroup h3 {
      background-color: #971b1f;
      color: white;
      width: 18rem;
      padding: 0.2rem 0rem; }
    .create-an-addon .create_new_addon_form .processingGroup p {
      color: white;
      background-color: gray;
      padding: 0.4rem 0rem;
      border-top: 0.1rem solid white; }
    .create-an-addon .create_new_addon_form #create-addon-title-label, .create-an-addon .create_new_addon_form #create-addon-sdesc-label, .create-an-addon .create_new_addon_form #create-addon-desc-label, .create-an-addon .create_new_addon_form #create-addon-lang-label, .create-an-addon .create_new_addon_form #create-addon-game-label, .create-an-addon .create_new_addon_form #create-addon-images-label, .create-an-addon .create_new_addon_form #create-addon-mod-files-label, .create-an-addon .create_new_addon_form #create-addon-price-label, .create-an-addon .create_new_addon_form #create-addon-prerequisites-label, .create-an-addon .create_new_addon_form #create-addon-installation-label {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      font-size: 1.25rem;
      color: white; }
    .create-an-addon .create_new_addon_form #description, .create-an-addon .create_new_addon_form #prerequisites, .create-an-addon .create_new_addon_form #installation {
      width: 40rem;
      height: 20rem;
      background-color: gray; }
    .create-an-addon .create_new_addon_form #create-addon-price-box {
      margin-bottom: 1rem;
      width: 18rem; }
    .create-an-addon .create_new_addon_form .sceditor-container {
      margin: 0rem 2rem; }
    .create-an-addon .create_new_addon_form #create-addon-title-input {
      width: 40rem; }
    .create-an-addon .create_new_addon_form textarea {
      width: 40rem;
      height: 6rem;
      font-size: 1.25rem;
      background-color: gray;
      color: white;
      border-radius: 0.5rem;
      border: solid white 0.1rem;
      text-align: center;
      padding: 0.25rem; }
    .create-an-addon .create_new_addon_form select {
      width: 18rem;
      background-color: gray;
      font-size: 1.25rem;
      color: white;
      border-radius: 0.5rem;
      border: solid white 0.1rem;
      padding: 0.25rem;
      text-align: center; }
    .create-an-addon .create_new_addon_form input[type=text] {
      width: 40rem;
      font-size: 1.25rem;
      background-color: gray;
      color: white;
      border-radius: 0.5rem;
      border: solid white 0.1rem;
      text-align: center;
      padding: 0.25rem; }
    .create-an-addon .create_new_addon_form #submit_create_new_addon, .create-an-addon .create_new_addon_form #submit_edit_current_addon {
      margin-bottom: 1rem;
      background-color: gray;
      color: white;
      border-radius: 1rem;
      font-size: 1.25rem;
      border: solid white 0.1rem;
      padding: 0.25rem; }

/* for mobile devices */
@media screen and (max-width: 414px) {
  html, body {
    position: relative;
    overflow-x: hidden; }

  .text1 .game-category-images {
    padding: 0rem 0rem; }
    .text1 .game-category-images img {
      margin-bottom: 1rem; }
    .text1 .game-category-images .addon-preview-container {
      margin-top: 1rem;
      width: 20rem;
      height: 22rem;
      margin-bottom: 1rem; }
      .text1 .game-category-images .addon-preview-container .addon-preview-priceTitle .addon-preview-title {
        font-size: 0.8rem; }

  header {
    align-items: center;
    width: 100%;
    flex-direction: row; }
    header nav {
      display: flex;
      flex-direction: row;
      align-content: space-between; }

  .nav li {
    width: 100%; }

  .nav-links {
    display: none;
    flex-direction: column;
    margin-left: 0rem;
    margin-right: 0rem; }

  .nav-links-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0rem;
    margin-right: 0rem;
    list-style: none;
    background-color: black; }
    .nav-links-mobile li {
      background-color: black; }
      .nav-links-mobile li a {
        font-size: 2rem;
        background-color: black;
        transition: all 0.3s ease 0s; }
        .nav-links-mobile li a:hover {
          color: white; }

  .burger {
    display: inline; }
    .burger div {
      background-color: white;
      margin: 5px; }

  .burger {
    display: block; }

  .recently-added h2, .best-sellers h2 {
    font-size: 1.5rem; }

  .login_register_form {
    width: 90%; }
    .login_register_form input[type=text] {
      width: 90%;
      height: 3rem;
      font-size: 1.5rem; }
    .login_register_form input[type=password] {
      width: 90%;
      height: 3rem;
      font-size: 1.5rem; }
    .login_register_form .submit-and-create-account {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 90%; }
    .login_register_form #create-account {
      padding: 1rem 0.5rem; }
    .login_register_form #submit_login, .login_register_form #submit_register {
      padding: 1rem 0.5rem; }
    .login_register_form #submit_login {
      margin-top: 1.5rem; }

  .main-about {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .main-about .about-boxes {
      flex-direction: column; }
    .main-about .about-stat-container {
      flex-direction: column; }
      .main-about .about-stat-container .stat-1, .main-about .about-stat-container .stat-2, .main-about .about-stat-container .stat-3 {
        width: 15rem;
        margin-bottom: 1rem; }
    .main-about .about-text1, .main-about .about-text2, .main-about .about-text3 {
      width: 17rem;
      height: 17rem;
      margin-bottom: 0.5rem;
      padding: 1rem 0.75rem; }
      .main-about .about-text1 h1, .main-about .about-text2 h1, .main-about .about-text3 h1 {
        font-size: 1.5rem; }
      .main-about .about-text1 p, .main-about .about-text2 p, .main-about .about-text3 p {
        font-size: 0.85rem; }

  #profile-img {
    width: 8rem;
    height: 8rem; }

  .review-button {
    width: 16rem; }

  #my-account-tab {
    width: 90%; }
    #my-account-tab #account-tab-container {
      width: 100%;
      min-height: 49vh; }
      #my-account-tab #account-tab-container #profile-bio {
        margin-bottom: 2rem; }

  #staffAddons tbody tr th {
    padding: 0; }
  #staffAddons tbody tr #hideOnMobile {
    display: none; }

  #userAddonsTable {
    margin: 1rem 0rem; }
    #userAddonsTable tbody tr th {
      padding: 0rem 1.5rem; }
    #userAddonsTable tbody tr #hideOnMobile {
      display: none; }

  #account-tab-container {
    flex-direction: column; }
    #account-tab-container #profile-img-group {
      width: 100%; }
    #account-tab-container #profile-bio {
      width: 100%; }
    #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners {
      display: flex;
      justify-content: center; }
    #account-tab-container #profile-uploaded-addon-container #user-profile-addon-banners img {
      width: 8rem;
      height: 8rem; }
    #account-tab-container #profile-uploaded-addon-container {
      display: flex;
      flex-direction: column; }
      #account-tab-container #profile-uploaded-addon-container h1 {
        font-size: 1.5rem; }

  #sell-addon-tab {
    width: 90%; }

  .seller-container {
    flex-direction: column-reverse; }
    .seller-container .manage-user-addons {
      width: 100%;
      margin-top: 1rem; }
      .seller-container .manage-user-addons h1 {
        font-size: 1.5rem; }
      .seller-container .manage-user-addons #userAddonsTable tbody tr th {
        padding: 1rem 0.7rem; }
      .seller-container .manage-user-addons .profile-my-addons-addon-link {
        padding: 0.3rem;
        margin-right: 0.3rem;
        margin-left: 0.3rem; }
    .seller-container .create-an-addon {
      width: 100%; }
      .seller-container .create-an-addon h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem; }
      .seller-container .create-an-addon .create_new_addon_form #create-addon-title-input {
        width: 95%; }
      .seller-container .create-an-addon .create_new_addon_form textarea {
        width: 95%; }
      .seller-container .create-an-addon .create_new_addon_form .sceditor-container {
        width: 100%; }

  .addon-main-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .addon-main-container .left-side-column {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .addon-main-container .left-side-column .addon-title-container {
        width: 100%;
        margin-left: 2rem;
        margin-right: 0rem; }
      .addon-main-container .left-side-column .slideshow-container {
        min-width: 100%; }
        .addon-main-container .left-side-column .slideshow-container .mySlides img {
          width: 100%;
          height: 20%; }
      .addon-main-container .left-side-column #reviewsContainer {
        width: 100%; }
      .addon-main-container .left-side-column .tab-addon {
        width: 100%; }
      .addon-main-container .left-side-column .tabcontent-addon {
        width: 100%; }

  .password-reset-container #email-password-reset {
    width: 90%; }

  .password-reset-container h1 {
    width: 90%; } }

/*# sourceMappingURL=styles.css.map */
