/* ~~~~~ Global CSS ~~~~~~ */
/* ~~ Used on all pages ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */

html {
   overflow-y: scroll;
}

body {
   color:white;
   background: url('../images/ExFLogoRotated.png'), #040404;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: -15% 150%;
}

/* Keep the Bootstrap 4 desktop content width after moving to Bootstrap 5. */
@media only screen and (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

/* Adding !important forces the browser to overwrite the default style applied by Bootstrap */

a:link {
   color: #FFFFFF;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
a:visited {color: #FFFFFF;}

a:hover {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
a:active {color: #336699;}

.recent-active-users a.username:link,
.recent-active-users a.username:visited {
   color: #98fb98;
}

.vp-verified-badge {
   display: inline-block;
   width: 14px;
   height: 14px;
   margin-left: 0;
   background-color: transparent;
   background-image: url('../forums/ext/danieltj/verifiedprofiles/styles/all/theme/images/verifiedprofiles/tick.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: 14px;
   font-size: 0;
   vertical-align: text-bottom;
}

.Paragraph{
   padding: 10px 30px 10px 30px;
}

.content-page {
   padding: 32px 0 48px;
}

.content-panel {
   background: rgba(0, 0, 0, 0.42);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 22px;
   margin-bottom: 20px;
}

.content-panel p,
.content-panel li {
   color: #e8e8e8;
   line-height: 1.55;
}

.content-panel strong {
   color: #ffffff;
}

.content-panel__meta {
   color: #98fb98;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 14px;
}

.cheat-list {
   margin: 18px 0 0;
   padding: 0;
   list-style: none;
}

.cheat-list li {
   display: grid;
   grid-template-columns: minmax(150px, 220px) 1fr;
   gap: 12px;
   padding: 10px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cheat-code {
   color: #98fb98;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
}

.content-banner-crop {
   display: block;
   width: 100%;
   height: 180px;
   object-fit: cover;
   object-position: center;
}

@media only screen and (max-width: 600px) {
   .content-panel {
      padding: 16px;
   }

   .cheat-list li {
      grid-template-columns: 1fr;
      gap: 4px;
   }
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue.otf') format("opentype");
}

@media only screen and (max-width: 768px) {
   input[type=text] {
      width: 100%;
   }

   input[type=password] {
      width: 100%;
   }

   button[type=submit] {
      width: 30%;
      color:#98fb98;
      margin-top:10px;
      margin-bottom:15px;
   }
}

input[type=text] {
   width: 40%;
}
input[type=password] {
   width: 40%;
}

.forum-login__button {
    color: #98fb98 !important;
}


/* ~~~~~ Titles CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.title {
   font-family: 'BebasNeue','Verdana','Arial';
   font-size: 30px;
   color: white;
   text-align: left;
   z-index: 1;
}

.titleSection {
   font-family: oswald,roboto,sans-serif;
   text-transform: uppercase;
   font-size: 26px;
   color: white;
   text-align: left;
   z-index: 1;
}

.titleSectionInv {
   font-family: oswald,roboto,sans-serif;
   text-transform: uppercase;
   font-size: 26px;
   color: black;
   text-align: left;
   z-index: 1;
}

@media only screen and (max-width: 600px) {
   .title {
      font-family: 'BebasNeue','Verdana','Arial';
      font-size: 25px;
      padding-top: 10px;
      color: white;
      text-align: center;
      z-index: 1;
   }
}


/* ~~~~~~ Login CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.loginHelp {
   width:100%;
}

/* ~~~~~~ dayImage CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.ss-of-the-day {
   padding-top:7px;
}


/* ~YoutubeResponse CSS ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* ~~~~ Scroll Bar CSS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.4);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(23,255,0,0.9);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
}
::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(23,255,0,0.4);
}






.site-footer {
   margin-top: 28px;
   margin-bottom: 24px;
}

.site-footer__inner {
   background: rgba(10, 10, 10, 0.80);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 20px 24px;
   text-align: center;
}

.site-footer__copy,
.site-footer__credit,
.site-footer__top {
   margin: 0;
}

.site-footer__copy,
.site-footer__credit {
   color: #d8d8d8;
   line-height: 1.6;
   font-size: 14px;
}

.site-footer__credit {
   margin-top: 8px;
}

.site-footer__credit a,
.site-footer__top a {
   color: #e07d02;
}

.site-footer__credit a:hover,
.site-footer__top a:hover {
   color: #18ff0a;
}

.site-footer__top {
   margin-top: 12px;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 14px;
}



/* History */
.credits {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.credits h2 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.credit-item {
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
    max-width: 900px;
}

.credit-item span {
    width: 45px;
    color: #888;
    flex-shrink: 0;
}

.credit-item a,
.credit-item {
    color: #ddd;
    text-decoration: none;
}

.credit-item a:hover {
    text-decoration: underline;
}
.history-milestones {
   margin-top: 64px;
}

.history-milestones__grid {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 22px;
   margin-top: 16px;
}

.history-milestones__grid::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 50%;
   width: 1px;
   background: rgba(255, 255, 255, 0.1);
   transform: translateX(-50%);
}

.history-track {
   position: relative;
}

.history-track__header {
   min-height: 84px;
   margin-bottom: 16px;
   padding: 16px 18px;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
}

.history-track__header h3 {
   margin: 0;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 21px;
   color: #fff;
}

.history-track__header p {
   margin: 8px 0 0;
   color: #b9b9b9;
   font-size: 13px;
   line-height: 1.5;
}

.history-track--development .history-track__header {
   border-left: 4px solid #e07d02;
}

.history-track--community .history-track__header {
   border-left: 4px solid #18ff0a;
}

.history-track__items {
   display: grid;
   gap: 14px;
}

.history-event {
   position: relative;
   padding-left: 70px;
}

.history-event__year {
   position: absolute;
   left: 0;
   top: 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 54px;
   height: 30px;
   padding: 0 10px;
   background: #101010;
   border: 1px solid rgba(255, 255, 255, 0.12);
   color: #fff;
   font-family: oswald, roboto, sans-serif;
   font-size: 13px;
   line-height: 1;
}

.history-event__body {
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 14px 16px;
}

.history-track--development .history-event__body {
   box-shadow: inset 3px 0 0 #e07d02;
}

.history-track--community .history-event__body {
   box-shadow: inset 3px 0 0 #18ff0a;
}

.history-event__body h4 {
   margin: 0;
   font-family: oswald, roboto, sans-serif;
   font-size: 18px;
   color: #fff;
}

.history-event__body p {
   margin: 8px 0 0;
   color: #d0d0d0;
   font-size: 13px;
   line-height: 1.55;
}

.history-event__gallery {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 12px;
}

.history-event__thumb {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   flex: 0 0 auto;
   gap: 12px;
   margin-top: 0;
   color: #d8d8d8;
   text-decoration: none;
}

.history-event__thumb img {
   width: 92px;
   height: 58px;
   object-fit: cover;
   border: 1px solid rgba(255, 255, 255, 0.12);
}

.history-event__thumb span {
   color: #e07d02;
   font-family: oswald, roboto, sans-serif;
   font-size: 13px;
   text-transform: uppercase;
}

.history-track--community .history-event__thumb span {
   color: #98fb98;
}

.history-event__thumb:hover span {
   color: #fff;
}

.history-event--feature .history-event__body {
   background: rgba(255, 255, 255, 0.045);
}

@media only screen and (max-width: 991px) {
   .history-milestones__grid {
      grid-template-columns: 1fr;
   }

   .history-milestones__grid::before {
      display: none;
   }
}

@media only screen and (max-width: 600px) {
   .history-event {
      padding-left: 0;
      padding-top: 38px;
   }

   .history-event__year {
      top: 0;
   }

   .history-event__thumb {
      align-items: flex-start;
      flex-direction: column;
   }

   .history-event__thumb img {
      width: 100%;
      height: auto;
      max-width: 180px;
   }
}






.history-track--development .history-event__year {
   color: #e07d02;
   border-color: #e07d02;
   box-shadow: inset 0 0 0 1px rgba(224, 125, 2, 0.15);
}

.history-track--community .history-event__year {
   color: #18ff0a;
   border-color: #18ff0a;
   box-shadow: inset 0 0 0 1px rgba(24, 255, 10, 0.15);
}




.history-page .content-panel__meta {
   margin: 28px 0 12px;
   color: #98fb98;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 14px;
   line-height: 1.2;
   letter-spacing: 0;
}

.history-page .history-track__header h3 {
   font-size: 14px;
   line-height: 1.2;
}

.history-page .history-track__header p {
   font-size: 14px;
   line-height: 1.55;
}

.history-page .history-event__body h4 {
   font-size: 14px;
   line-height: 1.25;
}

.history-page .history-event__body p {
   font-size: 14px;
   line-height: 1.6;
}

.history-page .history-event__year {
   font-size: 14px;
}





.site-comments {
   margin-top: 22px;
}

.site-comments__summary,
.site-comments__empty,
.site-comments__login p,
.site-comments__hint {
   color: #cfcfcf;
   font-size: 13px;
}

.site-comments__alert {
   margin: 14px 0 18px;
   padding: 12px 14px;
   border: 1px solid rgba(255, 255, 255, 0.08);
   background: rgba(255, 255, 255, 0.03);
   color: #f2f2f2;
}

.site-comments__alert code {
   color: #98fb98;
}

.site-comments__alert--success {
   border-left: 3px solid #18ff0a;
}

.site-comments__alert--error {
   border-left: 3px solid #e07d02;
}

.site-comments__alert--setup {
   border-left: 3px solid #98fb98;
}

.site-comments__form {
   margin-top: 18px;
}

.site-comments__identity {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 12px;
}

.site-comments__identity strong,
.site-comment__author-name {
   color: #fff;
   font-family: oswald, roboto, sans-serif;
   font-size: 14px;
   text-transform: uppercase;
   text-decoration: none;
}

.site-comments__identity span,
.site-comment__date {
   display: block;
   color: #c4c4c4;
   font-size: 11px;
}

.site-comments__avatar {
   display: inline-flex;
   flex: 0 0 auto;
}

.site-comments__avatar img {
   width: 50px;
   height: 50px;
   object-fit: cover;
   border: 1px solid rgba(255, 255, 255, 0.08);
   background: #050505;
}

.site-comments__textarea {
   width: 100%;
   min-height: 132px;
   padding: 12px;
   border: 1px solid #2c2c2c;
   background: #050505;
   color: #fff;
   resize: vertical;
}

.site-comments__textarea:focus {
   outline: none;
   border-color: #777;
   box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.site-comments__form-footer,
.site-comments__login-actions {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 12px;
   flex-wrap: wrap;
   margin-top: 12px;
}

.site-comments__button {
   border: 1px solid #3a3a3a;
   background: #111;
   color: #fff;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 14px;
   padding: 7px 16px;
}

.site-comments__button:hover {
   background: #222;
   color: #fff;
   text-decoration: none;
}

.site-comments__button--secondary {
   color: #e07d02;
}

.site-comments__list {
   display: grid;
   gap: 14px;
   margin-top: 22px;
}

.site-comment {
   padding: 16px 20px;
   background: rgba(0, 0, 0, 0.52);
   border-left: 2px solid rgba(255, 255, 255, 0.1);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-comment__header {
   margin-bottom: 10px;
}

.site-comment__author {
   display: flex;
   align-items: center;
   gap: 12px;
}

.site-comment__author-name:hover {
   color: #18ff0a;
}

.site-comment__body {
   color: #e8e8e8;
   font-size: 14px;
   line-height: 20px;
}

@media only screen and (max-width: 600px) {
   .site-comments__form-footer,
   .site-comments__login-actions,
   .site-comment__author {
      align-items: flex-start;
      flex-direction: column;
   }
}
.site-comment__header {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 14px;
   margin-bottom: 10px;
}

.site-comment__actions {
   flex: 0 0 auto;
}

.site-comments__button--delete {
   color: #e07d02;
}






