body {
  background-color: black;
  color: white;
  font-family: Trebuchet MS,Arial,sans-serif;

}

h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 40px;
}

h2 {
  font-size: 2.5rem;
  text-align: center;
  /* margin-bottom: 30px; */
  margin-top: 30px ;
}

h3 {
  font-size: 2rem;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
img {
  width: 100%;
}
.red-color {
  color: #ff0000;
  font-weight: 500;
}
.footer-links li {
  display: inline-block;
  padding: 4px 14px;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links li {
    display: flex;
    padding: 4px 14px;
    background: #4a4a4ac9;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.footer-area {
  background: #2f2f2f;
}
.banner-overlay {
  position: relative;
  z-index: 1;
}
.banner-overlay:before {
  content: "";
  position: absolute;
  background: #510d0d80;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.py-100 {
  padding: 100px 0px;
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}

@media (max-width: 767px) {
  #featureContainer .carousel-inner .carousel-item > div {
    display: none;
  }
  #featureContainer .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  
  #featureContainer .carousel-inner .carousel-item-end.active,
  #featureContainer .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  
  #featureContainer .carousel-inner .carousel-item-start.active, 
  #featureContainer .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }

  #featureContainer .card img{
    width: 90%;
    height: 40vh;
  }

  #featureContainer .carousel-item{
    justify-content: space-between;
  }
  .origin-story-img img {
    width: 74%;
  }

}

@media (max-width: 767px) {
  #featureContainer .card img{
    width: 100%;
    height: 75vh;
  }
}

#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

#featureContainer .card{
  border: 0;
}

#featureContainer .card{
  position: relative;
}

#featureContainer .card .card-img-overlays{
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: #fff;
  font-weight: bolder;
}

#featureContainer a{
  text-decoration: none;
}

#featureContainer .indicator{
  border: 1px solid rgb(202, 202, 202);
  padding: 3px 6px 3px 6px;
}

#featureContainer .indicator:hover{
  background-color: blue;
  border: 1px solid blue;
  transition: 200ms;
}

#featureContainer .indicator:hover{
  color: white;
  transition: 200ms;
}

#featureContainer .indicator {
  color: lightgray;
}

#featureContainer .float-end{
  padding-top: 10px;
}

.centered {
  text-align: center;
}

.comic-box {
  background-color: whitesmoke;
  padding: 10px;
  margin: 10px;
  width: 260px;
  height: auto;
}

.shadow-demo-2 {
  padding: 10px;
  margin: 10px;
  width: 260px;
  height: auto;
  background-color: #000;
}

.table-image img {
  width: 60px;
  height: auto;
}

.clickable-table-row {
  cursor: pointer;
}

.fa-trash {
  cursor: pointer;
  color: #1266f1;
}

#pedigree-select {
  background-color: black;
  color: white;
}

#cartoon_girl {
  position: absolute;
  left: 0px;
  top: -125px;
  width: 300px;
  height: auto;
}

.unclickable {
  pointer-events: none;
}

.invisible {
  display: none;
}

.wtfforms {
  background-color: black;
  color:white;
  width: 100%;
}

.state-drop-down option{
  background-color: black;
}

#state {
  border-color: white !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 2%;
}

/* input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
  color: fieldtext !important;
  background: transparent !important;
} */


.content-block input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
  color: fieldtext !important;
}

/* input:-internal-autofill-selected {
  background-color: transparent !important;
  } */

/* .wtfnotes {
  height: 150px;
  text-align: top;
} */

/* 15/06/2023 */

.reciever-details {
  width: 100%;
  display: inline-block;
}

.reciever-details ul {list-style: none;padding: 0;margin: 0;}

.reciever-details ul li {
  float: left;
  width: 32.33%;
  margin-right: 1%;
  color: #cdcdcd;
}

.reciever-details ul li b {
  color: #fff;
}

h4.offer-heading {
  border-bottom: 1px solid #3c3c3c;
  margin-bottom: 20px !important;
  padding: 10px;
  background: #3c3c3c;
  border-radius: 4px;
}

.sender {
  border-bottom: 1px dashed #525252;
  margin-bottom: 50px;
}

.collection-table {
  height: calc(100vh - 415px);
}

.offers-detail {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}

.offers-detail .primary, .offers-detail .secondary {
  float: left;
  width: 49%;
  margin: 0 .5%;
  border: 1px solid #4c4c4c;
  padding: 20px;
  border-radius: 9px;
}

.offers-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;

}

.offers-detail ul li {
  float: left;
  width: 50%;
}

.offer-card {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
}

.offers-detail .card-detail {
  background: #ffffff1c;
  padding: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #424242;
  margin: 0;
}

.offers-detail .card-detail .table-image {
  float: left;
  width: 80px;
  margin-right: 10px;
  height: 80px;
  border: 1px solid #858585;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background: #3c3c3c;
}

.offers-detail .card-detail .table-detail {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.offers-detail .total-price {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.offers-detail .card-detail .table-detail li {
  width: 100%;
}

.offers-detail .card-detail .table-detail li b {
  width: 80px;
  float: left;
  position: relative;
  margin-right: 10px;
}

.offers-detail .card-detail .table-detail li b:after {
  content: ':';
  position: absolute;
  right: 0;
}

.offers-detail .card-detail .table-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  width: 100%;
}

.offers-detail .card-detail .table-detail li span {
  width: calc(100% - 100px);
  float: left;
  word-wrap: break-word;
  line-height: normal;
}

.offers-detail ul.detailing li b {
  width: 90px;
  float: left;
  position: relative;
}

.offers-detail ul.detailing li b:after {
  content: ':';
  position: absolute;
  right: 0;
}

.offers-detail ul.detailing li span {
  float: right;
  width: calc(100% - 100px);
  margin-left: 10px;
  line-height: normal;
  word-wrap: break-word;
}

.table-img-wrap {
  width: 60px;
  height: 60px;
  position: relative;
  border: 1px solid #ffffff26;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.table-img-wrap img {
  max-width: 1000%;
  object-fit: cover;
  object-position: center;
}

.offer-image {
  width: 250px;
  height: 250px;
  display: flex;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #ffffff73;
  overflow: hidden;
}

.offer-image img {
  object-fit: cover;
  object-position: top;
}

section.comic-details {
  padding: 60px 0;
}

div#success_modal {
  top: 50%;
  left: 50%;
  max-width: 40%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 250px;
  background: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
  border-radius: 8px;
}

div#success_modal .modal-content {
  background: transparent;
  box-shadow: none;
  text-align: center;
}

div#success_modal .modal-header {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  padding: 0;
  background: transparent;
}

div#success_modal .modal-header span.close {
  background: #ffffff47;
  opacity: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  text-shadow: none;
  color: #fff;
}

div#success_modal.fade {
  visibility: hidden;
}

.pagination a {
  color: #fff !important;
  padding: 0 10px;
  font-size: 16px;
}

.pagination a i.fas {
  font-size: 14px;
}

section.send-message-pop {
  text-align: center;
  padding: 60px 0;
  min-height: calc(100vh - 415px);
  display: flex;
  width: 100%;
  align-items: center;
}

section.send-message-pop a {
  background-color: #1266f1;
  color: #fff !important;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
  font-weight: 500;
  padding: 0.625rem 1.5rem 0.5rem;
  font-size: .75rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0.25rem;
  margin-top: 10px;
  display: inline-block;
}

section.send-message-pop a:focus, section.send-message-pop a:hover {
  background-color: #0c56d0;
  color: #fff;
}

section.send-message-pop a:hover i.fas {
  right: -6px;
}

section.messages-inbox {
  min-height: calc(100vh - 415px);
  padding: 60px 0;
}

section.trade-offers {
  padding: 60px 0;
  min-height: calc(100vh - 415px);
}

.trade-offers select#comic-select {
  background: transparent;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}

.trade-offers select#comic-select option {
  color: #fff;
  text-transform: capitalize;
  padding: 4px;
  transition: .3s ease-in-out;
}

.trade-offers select#comic-select option:hover {
  background: #fff;
  color: #000;
}

.trade-offers ul.offer-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
}

.trade-offers ul.offer-list li {
  position: relative;
  padding-left: 20px;
}

.trade-offers ul.offer-list li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1266f1;
  top: 11px;
  border-radius: 40px;
  left: 0;
}

.trade-offers .form-outline {
  margin-top: 20px;
}

button.delete-btn {
  background: transparent;
  box-shadow: none;
  color: #72a4f7;
  padding: 0;
}

button.delete-btn:hover {
  color: #5a95f5;
  background: transparent;
  box-shadow: none;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-wrap table {
  margin: 0;
}

section.reply-section {
  padding: 60px 0;
}

section.mail-details {
  padding: 60px 0;
  min-height: calc(100vh - 415px);
}

div#loggedin_modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 400px;
  width: 100%;
  min-height: 200px;
  background: #424242;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

div#loggedin_modal.fade {
  visibility: hidden;
  opacity: 0;
}

div#loggedin_modal .modal-content {
    background: transparent;
    box-shadow: none;
}

div#loggedin_modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div#subscription_modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 400px;
  width: 100%;
  min-height: 200px;
  background: #424242;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

div#subscription_modal .modal-body {
  justify-content: center;
  align-items: center;
  display: flex;
}

div#subscription_modal .modal-content {
  box-shadow: none;
  border: none;
}

div#subscription_modal.fade {
  visibility: hidden;
}

div#loggedin_modal .modal-content .modal-body i.fa-solid {
  font-size: 50px;
  margin-bottom: 10px;
}

section.comic-edit {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}

section.page-wrap, section.trades-view {
  min-height: calc(100vh - 415px);
  padding:20px 0;
  display: inline-block;
  width: 100%;
}

.message-pop {
  text-align: center;
}

.message-pop h1 {
  margin-bottom: 10px;
}

.navbar-dark .navbar-nav .nav-link span.badge.rounded-pill.badge-notification {
  display: none;
}
.custom-swap-img img {
  max-height: 700px;
  width: auto;
}

div#search_modal, #password_message, #newmessage_modal, #newmsg_modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 400px;
  width: 100%;
  min-height: 200px;
  background: #424242;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

div#search_modal .modal-content, #password_message .modal-content, #newmessage_modal .modal-content, #newmsg_modal .modal-content {
  box-shadow: none;
  border: none;
  background: transparent;
  text-align: center;
}

/* Responsive */

@media only screen and (max-width: 991px) {

  .offers-detail .primary, .offers-detail .secondary {
      width: 99%;
      margin: 5px 0.5%;
  }

}

@media only screen and (max-width: 567px) {
  .offer-card {
      grid-template-columns: 100%;
  }
  .offers-detail ul li {
      width: 100%;
  }
}
section.page-wrap.forgot-password, section.page-wrap.email-sent {
  padding: 60px 0;
}

.email-sent i.fa-solid {
  font-size: 5rem;
}

.email-sent p.text-center {
  margin-top: 20px;
  margin-bottom: 0;
}

.email-sent .login-section {
  margin-top: 20px;
}

.email-sent .login-section a {
  margin: 0 5px;
}

.logo-wrap {
  max-width: 180px;
  margin: 0 auto;
}

.logo-wrap img {
  width: auto;
  max-width: 100%;
}

.content-hero-home h1 span {
  display: block;
}