@font-face {
  font-family: 'Futura';
  src: url('https://assets.skybound.com/wp-content/uploads/2020/05/08141439/FuturaBold.woff') format('woff');
}
.block {
  display:block;
}
/* Base Classes */
.clear-floats {
  clear: both;
}
.card {
  margin-bottom: 20px;
}
.relative {
  position: relative;
}
p {
  color: white;
  font-size: 16px;
}
body {
  background: url("../img/footer-background.png");
  font-family: 'Nunito', sans-serif;
}
.fine-print {
  color: #333;
  font-size: 12px;
}
.congratulations {
   color: white;
   font-weight: bold;
   margin-bottom: 50px;
   margin-top: 20px;
   font-family: Futura, Arial, sans-serif;
}
.alert.alert-info.alert-dismissable {
  background-color: rgb(22, 100, 232);
  color: white;
  border-radius: 10px;
}
.insiders-account-settings-main-content p {
  color:black;
  font-size: 14px;
}
.insiders-account-settings-main-content ol {
    padding-left: 20px;
}
.insiders-account-settings-main-content li {
    color:black;
    font-size: 14px;
}
.insiders-account-settings-main-content img {
    max-width: 100%;
    height: auto;
}
.insiders-account-settings-main-content h2 {
  text-transform: uppercase;
  font-family: Futura, Arial;
    font-weight: 900;
    text-shadow: 1px 1px #ddd;
    margin-bottom: 30px;
}
.insiders-account-settings-main-content .actions {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.insiders-account-settings-main-content .actions.embed {
    position: static;
    align-items: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .insiders-account-settings-main-content .actions {
        align-items: flex-start;
        margin-bottom: 20px;
        position: static;
    }
}
.insiders-account-settings-main-content .actions .btn {
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
}

.insiders-account-settings-main-content .actions .btn i {
    font-style: normal;
    margin-right: 10px;
    font-size: 24px;
}
.insiders-account-settings-main-content .comic-title {
  font-weight:900;
  margin-bottom: 0;
  font-size:18px;
}
.insiders-account-settings-main-content .points-required {
font-size: 12px;
}
.btn.social {
  min-width:250px;
  margin:0 auto;
}

.login-button {
  margin: 20px auto !important;
clear: right;
}
/* Main Layout */
.insiders-main-content {
  background: rgb(15, 8, 128);
  background: linear-gradient(
    315deg,
    rgba(15, 8, 128, 1) 0%,
    rgba(31, 134, 199, 1) 100%
  );
  min-height: 100vh;
}

.btn.btn-primary {
  background: rgb(8, 174, 234);
  background: linear-gradient(
    270deg,
    rgba(8, 174, 234, 1) 0%,
    rgba(22, 100, 232, 1) 100%
  );
  text-transform: uppercase;
  margin: 30px 15px;
  font-family: Futura, Arial, sans-serif;
}
button.point-value {
  border-radius: 25px;
    height: 50px;
    background: rgb(22, 100, 232);
    background: linear-gradient( 360deg, rgba(22, 100, 232, 1) 0%, rgba(3, 175, 254, 1) 100% );
    border: 0;
    color: white;
    font-weight: bold;
    pointer-events: none;
}
button.select-reward-button {
  border-radius: 10px;
  width: 200px;
  height: 50px;
  background: rgb(22, 100, 232);
  background: linear-gradient( 360deg, rgba(22, 100, 232, 1) 0%, rgba(3, 175, 254, 1) 100% );
  border: 0;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
button.select-reward-button:disabled {
  opacity: 0.5;
  cursor: default;
}

.points-row .col {
  text-align:center;
}
.points-row p{
color: black;
padding-top: 15px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(22, 100, 232);
    background: linear-gradient( 360deg, rgba(22, 100, 232, 1) 0%, rgba(3, 175, 254, 1) 100% );
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#selectRewards .modal-dialog .modal-header {
  border-bottom: none;
}
#selectRewards .modal-dialog .modal-header h5{
  font-weight:900;
}
.comics-list {
  list-style: none;
  padding: 0;
  overflow-x:scroll;
  overflow-y:hidden;
  white-space:nowrap;
}
.comics-list li img {
  padding-top:15px;
  padding-left:10px;
  padding-right: 10px;
  max-height:350px;
}
.comics-list li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
p.reward_select_title {
  font-size: 18px;
  font-weight: 900;
  padding-top: 15px;
}
.reward-label {
  display: block;
  cursor: pointer;
}
.check-reward {
  margin-right: 10px;
  display: none;
}
li.reward {
  cursor:pointer;
}
li.reward.active {
  background: rgb(22, 100, 232);
  background: linear-gradient( 360deg, rgba(22, 100, 232, 1) 0%, rgba(3, 175, 254, 1) 100% );
}
li.reward.active .reward_select_title, li.reward.active .reward_select_value{
  color: white;
}
.modal-header p { color: black;}
span.modal-helper {
  font-size: 14px;
}
.download-reward a {
  display: block;
    margin: 10px auto;
    text-align: center;
    background-color: #007bff;
    width: 100px;
    color: white;
    border-radius: 3px;
    padding: 5px;
}
.download-reward a:hover {
  font-weight: bold;
  text-decoration: none;
}
h5.card-title {
  font-size: 1rem;
  text-transform: uppercase;
  min-height: 57px;
  font-weight: bold;
}
.insiders-logo {
  width: 261px;
  height: 126px;
  background: url("../img/skybound-insiders.png") no-repeat;
  font-size: 0.1px;
  margin: 0 auto 50px auto;
}
h1.insiders-logo a {
  display: flex;
  width: 100%;
  height: 100%;
}
.alert-danger {
  color: rgb(22, 100, 232);;
  background-color: #ffffff;
  border-color: rgb(22, 100, 232);;
}
.form-signin-heading {
  color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2;
}
.form-signin-heading.long-text {
  font-size: 26px;
  line-height: 40px;
}
/* Sign in Form */
.btn.insiders-button {
  background: transparent;
  border: 2px solid #707070;
  color: white;
  text-transform: uppercase;
  margin: 30px auto;
  font-size: 20px;
  padding-left: 25px;
}
.btn.insiders-button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.form-control.insiders-input {
  border-bottom: 2px solid #707070;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 30px;
  border-radius: 0px;
  padding-left: 25px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  background:transparent;
}
.form-control.insiders-input::placeholder {
  color: white;
  font-weight: bold;
}
.form-control.insiders-input:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.insiders-input.username {
  background: url("../img/user.png") transparent no-repeat 0px 7px;
}
.insiders-input.email{
  background: url("../img/mail.png") transparent no-repeat 0px 7px;
}
.insiders-input.password {
  background: url("../img/lock.png") transparent no-repeat 0px 7px;
}
.forgot-password {
  float: right;
  margin-top: 5px;
}
.forgot-password a {
  color: white;
}
.create-account {
  margin: 5px auto;
  text-align: center;
}
.create-account a {
  color: white;
}
.insiders-menu {
  padding-left: 0;
  padding-right: 0;
}
.insiders-dropdown-menu {
  width: 100%;
  text-align: right;
  padding: 20px;
  background-color: transparent;
}
.insiders-dropdown-menu.active {
  background-color: black;
}
.insiders-dropdown-menu .insiders-dropdown-toggle {
  color: white;
  text-decoration: none;
  font-size: 35px;
}
.insiders-dropdown-menu .insiders-dropdown-toggle:after {
  display: none;
}
ul.insiders-desktop-menu {
  list-style: none;
  width: 100%;
  background-color: black;
  padding-left: 0;
  display: none;
}
ul.insiders-desktop-menu.show {
  display: block;
}
ul.insiders-desktop-menu li {
  height: 50px;
  border-bottom: 1px solid #707070;
}
ul.insiders-desktop-menu li a {
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  padding-left: 10px;
}
.insiders-terms {
  margin-top: 10px;
}
.insiders-terms a {
  color: white;
  text-decoration: underline;
}
.insiders-terms-accept {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.insiders-footer-terms {
  text-align: center;
}
.btn.reset-password {
  margin-top: 30px;
}
.card-body button.btn.btn-primary {
  width: 100%;
  margin: 0;
}
.card-body button.btn.btn-secondary {
  font-size:10px;
  text-transform: uppercase;
  width: 100%;
  line-height:21px;
  min-height: 38px;
}
.card-body button.btn.btn-success {
  width: 100%;
  min-height: 38px;
}
select#avatarId {
  display: none;
}
.avatarSelect {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.avatarSelect li img {
  width: 100%;
}
.avatarSelect li:hover {
  cursor: pointer;
}
.avatarSelect li {
  float: left;
  width: 48px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.avatarSelect li.active img{
  border-radius: 50%;
  border: 4px solid rgb(22, 100, 232);
}
.table-dark {
  color: #fff;
  background-color: rgb(22, 100, 232);
  border-radius: 10px;
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: rgb(3, 175, 254);
}
.table-dark .row-1 {
  border-top:none;
}
.comic-image {
  max-height: 400px;
}
.card.confirm {
  width: inherit;
  margin-left: 2rem;
}
.card.confirm .card-body {
  margin-top: -200px;
  background: white;
}
.card.confirm a.btn.btn-primary {
  margin: 20px 0;
  float: right;
}
input#inputConfirmNewPassword {
  margin-bottom: 15px;
}
/* Desktop Styles */
@media only screen and (min-width: 992px){
  .insiders-main-content .insiders-account-settings-container {
    width: 120%;
    margin-left: -10%;}
.insiders-profile-picture {
      border-radius: 50%;
      margin: 10px auto;
      width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .card {
    width: 45%;
    float: left;
    margin-right: 4.5%;
    max-height: 650px;
}
  .insiders-account-settings-container {
    overflow: hidden;
    border-radius: 3px;
  }
  .insiders-account-sidebar {
    padding: 0px;
  }
  .insiders-profile-card {
    background: rgb(22, 100, 232);
    background: linear-gradient(
      360deg,
      rgba(22, 100, 232, 1) 0%,
      rgba(3, 175, 254, 1) 100%
    );
    padding: 20px;
    text-align: center;
  }
  .insiders-profile-card a {
    color: white;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
  }
  .avatar-holder {
    margin-bottom: 0;
    float: none;
  }
  a.update-avatar-button {
    display: block;
    background-color: white;
    width: 50px;
    margin: 10px auto;
    padding: 5px;
    color: rgb(22, 100, 232);
    border-radius: 5px;
  }
  .insiders-profile-username {
    font-size: 24px;
  }
  .insiders-profile-bio {
    font-size: 14px;
  }
  .insiders-desktop-account-menu {
    background-color: black;
    height: 100%;
  }
  .insiders-desktop-account-menu ul {
    list-style: none;
  }
  .insiders-desktop-account-menu ul li {
    height: 50px;
  }
  .insiders-desktop-account-menu ul li a {
    color: white;
    text-transform: uppercase;
    line-height: 50px;
    display: flex;
    width: 100%;
    height:100%;
    font-family:Futura, Arial, sans-serif;
  }
  .insiders-account-settings-main-content {
    padding: 40px;
  }
  .account-settings-nav {
    padding: 0;
  }
  .account-settings-nav li {
    padding-left: 20px;
  }
  .account-settings-nav .active {
    background: rgb(67, 67, 67);
    background: linear-gradient(
      120deg,
      rgba(67, 67, 67, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    position: relative;
  }
  .account-settings-nav .active::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000000;
    border-width: 12px;
    margin-top: -12px;
  }
} /* End Account Settings Desktop Styles */
.account-form h2 {
  text-transform: uppercase;
  margin-top: 10px;
}
.insiders-account-settings-container {
  width: 100%;
  margin-left:0px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.insiders-account-settings-main-content .account-form .insiders-input {
  border-radius: 4px;
  border: 1px solid #707070;
  height: 60px;
  padding: 10px;
  color: black;
}
.insiders-account-placeholder {
  position: relative;
}

.insiders-account-placeholder::after {
  position: absolute;
  left: 25px;
  top: 33px;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 10px;
}
#avatarDisplay img {
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(181,181,181,1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(181,181,181,1);
  box-shadow: 5px 5px 10px 0px rgba(181,181,181,1);
  display:block;
  margin: 10px auto;
}
.avatar-holder p img {
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(71,71,71,1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(71,71,71,1);
  box-shadow: 5px 5px 10px 0px rgba(71,71,71,1);
}
/* Account Settings Mobile */
@media only screen and (max-width: 768px) {
  h2.form-signin-heading.long-text.d-lg-none.d-sm-block.d-md-none {
    display: inline-block !important;
}
h2.d-none.d-sm-none.d-md-block.d-lg-block {
  display: none !important;
}
  .insiders-account-settings-main-content {
    padding-top:15px;
  }
  .insiders-profile-picture {
    width: 75%;
    margin-top: 20px;
    margin-left: 10px;
  }
  .btn.btn-primary {
    margin: 20px auto;
    max-width: 300px;
  }
  .comics-list li img {
    max-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
  .insiders-account-sidebar {
    background: rgb(22, 100, 232);
    background: linear-gradient(
      360deg,
      rgba(22, 100, 232, 1) 0%,
      rgba(3, 175, 254, 1) 100%
    );
  }
  .insiders-profile-card a {
    color: white;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 12px;
  }
  .avatar-holder {
    margin-bottom: 0;
    float: left;
  }
  .avatar-holder p a {
    padding-left: 30px;
  }
  a.update-avatar-button {
    display: block;
    background-color: white;
    width: 50%;
    margin: 20px 10px 10px 30px;
    padding-left: 0px !important;
    color: rgb(22, 100, 232);
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
  .user-information {
    padding-top: 10px;
  }
  .insiders-profile-username {
    font-size: 20px;
    padding-top:15px;
  }
  .insiders-profile-bio {
    font-size: 12px;
  }
}
/* Mobile */
.insiders-mobile-dropdown-menu {
  width: 100%;
  text-align: right;
}
.insiders-mobile-dropdown-menu a {
  color: white;
  font-size: 25px;
}
ul.insiders-mobile-menu-list {
  list-style: none;
  width: 100%;
  background-color: black;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 46px;
  z-index: 2;
}
ul.insiders-mobile-menu-list.show {
  display: block;
}
ul.insiders-mobile-menu-list li {
  height: 50px;
  border-bottom: 1px solid #707070;
}
ul.insiders-mobile-menu-list li a {
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  padding-left: 10px;
  display: flex;
  width: 100%;
  height: 100%;
}
ul.insiders-mobile-menu-list li a:hover {
  cursor: pointer;
}
.insiders-mobile-menu-title.active {
  background: rgb(67, 67, 67);
  background: linear-gradient(
    120deg,
    rgba(67, 67, 67, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.modal-lg {
  color: black;
  background-color: white;
}
.modal-lg p{
  color: black;
}

#avatarDisplay {
  margin-top: 20px;
}
.btn.insiders-button.facebook {
  background-color: #3b5998;
  cursor: pointer;
}
.btn.insiders-button.twitch {
  background-color: #6441a5;
  cursor: pointer;
}
.btn.insiders-button.steam {
  background-color: #000000;
  cursor: pointer;
}
.social-link {
    text-align: center;
    margin: auto;
    display: block;
}
.social_display {
  margin: 50px auto;
  width: 250px;
  color:white;
  background-color:rgb(22, 100, 232);
  border-radius: 20px;
}

.social_display td {
  padding: 10px;
}

.social_display td img {
  width: 100px;
  border-radius: 50%;
}

.generate-message-success.alert.alert-info.alert-dismissable strong {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
}
/* Updates */

.register-heading {
  color: white;
  font-weight: bold;
  font-family:  Futura, Gotham, Arial;
  font-size: 26px;
}
.register-list li {
  font-family: Futura, Gotham, Arial;
  color: white;
  text-transform:uppercase;
}
p.form_helper {
  text-align: right;
  padding: 10px 20px;
  width: 100%;
}
.interests label.form-check-label {
  display: block;
  float: left;
  min-width:120px;
  padding-left: 20px;
}

.form-check.interests {
  width: 50%;
  padding-bottom: 110px;
  padding-left: 0;
}

.interests p {
  font-weight: bold;
}
.insiders-select {
  width: 100%;
  background: transparent;
  border: none;
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: 2px solid gray;
  padding-bottom: 10px;
}
p.register_instructions {
  font-family: Futura,Arial;
  color: White;
  font-weight: bold;
  text-transform: uppercase;
}
#select-first-rewards h5.modal-title {
  font-family: Futura, Arial, sans-serif;
}
#select-first-rewards h5.modal-title span{
  font-family: 'Nunito', Arial, sans-serif;
}

button#remainingRewards {
  display: none;
}

button#submitRewards {
  font-family: Futura, Arial, sans-serif;
  text-transform: uppercase;
}
#comicsList li.reward {
  pointer-events: none;
}
.center-btn {
  margin-left: 0px !important;
}
