/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #0069db;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #161619;
    --light: #e9eaeb;
    
    --default_body_bg: #000000;
    --default_body: #ffffff;
    --default_link: #00d2ff;
    --default_link_hover: #008fff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: #008fff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #000000;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #38f2f4;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);background-color: var(--default_body_bg);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family: "arboria", sans-serif;
  font-size: 18px
}
h1, h2, h3, h4, h5, h6{
  
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 75px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 100px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #316531;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

 .hero-section {
            background-color: #e6f9ff;
            padding: 20px 0;
            text-align: center;
        }
        .hero-section h1 {
            color: #1a5c8a;
            font-weight: bold;
            margin-bottom: 0;
        }
        .quiz-item {
            border-bottom: 1px solid #e6e6e6;
            padding: 20px 0;
        }
        .quiz-item img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .quiz-item h3 {
            font-weight: bold;
            margin-top: 10px;
        }
        .quiz-description {
            color: #555;
        }
        .neon-logo {
            background-color: #000;
            text-align: center;
            padding: 20px 0;
        }
        .neon-logo img {
            max-width: 350px;
        }
        .neon-footer {
            background-color: #000;
            color: white;
            padding: 40px 0;
        }
        .neon-footer a {
            color: white;
            text-decoration: none;
        }
        .neon-footer ul {
            list-style: none;
            padding-left: 0;
        }
        .neon-footer li {
            margin-bottom: 10px;
        }
        .how-it-works {
            background-color: #f5f5f5;
            padding: 40px 0;
        }
        .how-it-works h2 {
            color: #1a5c8a;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .how-it-works ol {
            margin-bottom: 20px;
        }
        .how-it-works li {
            margin-bottom: 10px;
            font-weight: bold;
        }
        .signup-form {
            margin-top: 20px;
        }
        .signup-form input {
            margin-bottom: 15px;
        }
        .btn-signin {
            background-color: #6bdfff !important;
            border: none;
            color: #000 !important;
            font-weight: bold;
            text-transform:uppercase !important;
        }
        .btn-signup {
            background-color: #ff8f8f !important;
            border: none;
            color: #000 !important;
            font-weight: bold;
          text-transform:uppercase !important;
        }
        .btn-signup-bottom {
            background-color: #ff8f8f;
            border: none;
            color: #000;
            font-weight: bold;
            padding: 10px 30px;
            font-size: 18px;
        }
        .advertisement {
            padding: 15px;
            background-color: #f9f9f9;
            text-align: center;
            margin-bottom: 20px;
        }
footer img.logo {
    position: relative;
    top: -20px;
}
.navbar-brand {
    max-width: 220px;
    position: relative;
    left: -15px;
}

.btn-signin:hover {
    background-color: #00fbff;
}

.btn-signup:hover {
    background-color: #f66969;
}
.object .object-content .btn-group input {
    margin: 0 10px 0px 0;
  display:none;
}
/*.correct:after {
    font-family:"Font Awesome 6 Pro";
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    color: #187400;
    content: /f2d3;
    margin-left: 10px;
    padding: 4px;
    font-weight: 700;
    position: absolute;
    right: -40px;
    top: 2px;
    box-shadow: 1px 0 7px 3px 
}*/

label.correct {
  position: relative; /* To position the pseudo-element absolutely inside */
}

label.correct:after {
  content: "\f14a"; /* Unicode for fa-square-check */
  font-family: "Font Awesome 6 Pro"; /* FA6 font family */
  font-weight: 900; /* For solid icons */
  position: absolute;
  top: 50%;
  right: 2px; /* Adjust for spacing from right edge */
  transform: translateY(-50%); /* Vertically center */
  font-size: 2.2em; /* Adjust icon size */
  color: #28a745; /* Bootstrap success color or your preference */
  pointer-events: none; /* Icon shouldn't interfere with clicks */
}



  .image-map-container img {
    display: block;
    max-width: 100%;
  }
  
  .image-map-container {
    position: relative;
  }
  
  .image-map-container img {
    display: block;
    max-width: 100%;
  }
  
  .image-map-container .image-map-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .image-map-container .hotspot {
    position: absolute;
    width: 36px;
    height: 36px;
    min-width: 26px;
    min-height: 26px;
    background: transparent;
    z-index: 1;
  }
  
  .image-map-container .hotspot.selected {
    border: 2px solid rgba(102, 175, 233, 1);
  }
  
  .image-map-container .hotspot.correct {
    border: 2px solid #4CAE4C;
  }
  
  .image-map-container .hotspot.incorrect {
    border: 2px solid #F00;
  }
  
  .image-map-container .hotspot.ui-draggable-dragging,
  .image-map-container .hotspot.ui-resizable-resizing {
    z-index: 3;
  }
  
  .image-map-container .hotspot a.edit-hotspot,
  .image-map-container .hotspot a.remove-hotspot {
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #66AFE9;
    color: white !important;
    top: 1px;
    font-size: 10px;
    text-align: center;
  }
  
  .image-map-container .hotspot a.edit-hotspot:hover,
  .image-map-container .hotspot a.edit-hotspot:active,
  .image-map-container .hotspot a.edit-hotspot:visited,
  .image-map-container .hotspot a.remove-hotspot:hover,
  .image-map-container .hotspot a.remove-hotspot:active,
  .image-map-container .hotspot a.remove-hotspot:visited {
    color: inherit;
  }
  
  .image-map-container .hotspot .edit-hotspot {
    left: 1px;
  }
  
  .image-map-container .hotspot .remove-hotspot {
    right: 1px;
  }
  
  .image-map-container .hotspot .ui-icon {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #66AFE9 transparent;
    right: 2px;
    bottom: 2px;
  }
  
  .btn.correct {
    background-color: #5CB85C;
    border-color: #5CB85C;
  }
  
  .btn.incorrect {
    background-color: #D9534F;
    border-color: #D9534F;
  }
  
  #html_output {
    position: relative;
  }
  
  #html_output .submitted-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
  }
label.btn-primary.btn {
    background-color: #18b4be !important;
    border-color: #07838b;
}

button#submitButton {
    background-color: #242424 !important;
    border-color: #000000;
}

label.btn-primary.btn {
    background-color: #1d878f !important;
    border-color: #07838b;
}

button#submitButton {
    background-color: #00000000 !important;
    border-color: #ffffff;
}

label.btn-primary.btn.active {
    background-color: #ffffff !important;
    border-color: #00c7ff !important;
    box-shadow: 0px 0px 14px 5px #befaff;
    color: #003e42 !important;
  	font-weight: 700;
}

label.btn-primary.btn:hover {
    box-shadow: 0px 0px 14px 5px #baffff;
}

label.btn-primary.btn.active:hover {box-shadow: 0px 0px 14px 5px #00ebff;}


#quiz_question_answer_explanation .panel-heading {
    display: none;
}

#quiz_question_answer_explanation {
    background-color: #000 !important;
}

#quiz_question_answer_explanation .panel-body {
    background: #000;
    box-shadow: none;
    padding: 10px 15px 1px;
    margin: 0 0 20px 0;
}


@keyframes neonFlickerTight {
  0%, 8%, 16%, 24%, 32%, 40%, 48%, 56%, 64%, 72%, 80%, 88%, 100% {
    box-shadow:
      0 0 5px #0ff,
      0 0 10px #0ff,
      0 0 20px #0ff,
      0 0 40px #0ff;
    opacity: 1;
  }

  4%, 12%, 20%, 52%, 60%, 68%, 76%, 84%, 92% {
    box-shadow:
      0 0 2px #0ff,
      0 0 8px #0ff,
      0 0 15px #0ff,
      0 0 35px #0ff;
    opacity: 0.95;
  }
}

.neon {
  border: 2px solid #0ff;
  border-radius: 5px;
  box-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  animation: neonFlickerTight 3s infinite;
}

.neon-hover{
  border: 2px solid #0ff;
  transition:.5s ease all;
}
.neon-hover:hover,
.submit-answer:hover{
  border: 2px solid #0ff;
  border-radius: 5px;
  box-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  animation: neonFlickerTight 3s infinite;
}
#submitButton:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.submit-answer#submitButton:disabled:hover {
  cursor: not-allowed;
  opacity: .65 !important;
  box-shadow:none;
  animation:none;
  border: 1px solid;
}
#quiz-answer-form .btn-group {
    width: 100%;
}


hint.muted {
    font-size: 14px;
    text-align: right;
    display: block;
    opacity: .5;
    position: relative;
    top: -11px;
}


label.incorrect {
  position: relative; /* To position the pseudo-element absolutely inside */
}

label.incorrect:after {
  content: "\f2d3"; /* Unicode for fa-square-check */
  font-family: "Font Awesome 6 Pro"; /* FA6 font family */
  font-weight: 900; /* For solid icons */
  position: absolute;
  top: 50%;
  right: 2px; /* Adjust for spacing from right edge */
  transform: translateY(-50%); /* Vertically center */
  font-size: 2.2em; /* Adjust icon size */
  color: #ff0000; /* Bootstrap success color or your preference */
  pointer-events: none; /* Icon shouldn't interfere with clicks */
}

.incorrect {
    background-color: #000 !important;
}

label.btn-primary.btn.active.incorrect {
    background-color: #002466 !important;
   color: #fff !important;
}

label.btn-primary.btn.correct {
    background-color: #d2edf1 !important;
    color: #10525d !important;
    font-weight: 700;
   border: 2px solid #0ff !important;
  border-radius: 5px;
  box-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  animation: neonFlickerTight 3s infinite;
}

.full-pad h2 {
    text-transform: uppercase;
    color: #2ab5be;
}

#html_output h2 {
    color: #fff;
    text-transform: none;
    margin: 0 0 30px 0;
      font-size: 29px;
}

input[type=checkbox], input[type=radio] {
    margin: 0 10px 0px 0px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    display: inline-block;
}

.radio label {
    line-height: 30px;
}

input[type='radio'] {

  border: 2px solid #ffffff;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  transition: 0.3s;
}

input[type='radio']:hover:before {
    box-shadow: 0px 0px 0 9px #3bf5f8;
    border-radius: 50%;
    opacity: 1;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;    
  border-radius: 50%;
}
    
input[type='radio']:checked:before {
  background: #28a1b9;
}
.radio label:hover {
    cursor: pointer;
    color: #3bf8fb;
}
.black-box-privacy {
    background-color: #373434 !important;
}








.off-content {
    margin: 0 auto;
    text-align: center;
}
.navbar-toggler {
    z-index: 999999;
}
.positioner {
    padding-top: 120px !important;
}



.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

.bg-glass {
    background-color: rgb(0 0 0 / 85%) !important;
}

#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

@media (max-width: 10000px) {
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@media (max-width: 10000px){
.offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 99999;
}
}


@media (max-width: 991px) {
  .sign-in-link.nav-link.btn-signin{
  margin-right: 0 !important;
    margin-bottom: 10px;
  }
}


.leaderboard-table tbody tr:nth-child(odd) {
  background-color: #3a3f44 !important; /* lighter gray */
}

.leaderboard-table tbody tr:nth-child(even) {
  background-color: rgb(0 0 0 / 35%) !important; /* darker gray */
}
@media only screen and (max-width: 767px) {
  
  /* Scope under quiz-leaderboard */
  .quiz-leaderboard table,
  .quiz-leaderboard thead,
  .quiz-leaderboard tbody {
    display: block;
    width: 100%;
  }

  /* Hide header row */
  .quiz-leaderboard thead {
    display: none;
  }

  /* Each row acts as a flex container */
  .quiz-leaderboard tr {
    display: flex;
    justify-content: space-between; /* Username left, Score right */
    align-items: center;
    background: #2f3338;
  }

  /* Cells side by side */
  .quiz-leaderboard td {
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
  }

  /* Username styling */
  .quiz-leaderboard td:first-child {
    font-weight: bold;
    color: #ccc;
  }

  /* Score styling */
  .quiz-leaderboard td:last-child {
    text-align: right;
    color: #fff;
  }
  .leaderboard-table tbody:nth-of-type(odd) tr {
  background-color: #3a3f44 !important; /* lighter gray */
}

.leaderboard-table tbody:nth-of-type(even) tr {
  background-color: rgb(0 0 0 / 35%) !important;
}
}
/* Alternate background colors for tbody rows */


label.correct {
    position: relative;  /* Needed for absolute positioning */
    display: inline-block;
    padding-right: 40px; /* Add space for the icon */
}

label.correct:after {
    content: "\f14a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px; /* Keep some space from the edge */
    transform: translateY(-50%);
    font-size: 1.5em; /* Slightly smaller for better fit */
    color: #28a745;
    pointer-events: none;
}

label.incorrect {
    position: relative;  /* Needed for absolute positioning */
    display: inline-block;
    padding-right: 40px; /* Add space for the icon */
}

label.incorrect:after {
    content: "\f2d3";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px; /* Keep some space from the edge */
    transform: translateY(-50%);
    font-size: 1.5em; /* Slightly smaller for better fit */
    
    pointer-events: none;
}


.neon a h2 {color: #fff;}

.neon a:hover {
    text-decoration: none !important;
}

.neon a:hover h2 {
    color: #3dfcff;
}

.hide-until-loaded {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

h2.text-info.text-transform-uppercase {
    text-transform: uppercase;
    color: #2ab5be !important;
}

 .quiz-content h2{
    display: none;
}

.col-lg-12.object-content h2 {
    display: block !important;
}

h5#quiz-progress-score {
    position: relative;
    top: -32px;
}

.bg-subfoot svg {
    width: 20px;
}



.thumbs-feed-01-delta .syndicatedItem .video-title {
    color: #fff!important;
}

.thumbs-feed-01-a-delta .syndicatedItem .video-title {
    color: #fff !important;
}

.videoCube a {
    color: #fff !important;
}

.syndicatedItem .video-title {
    color: #fff !important;
}

.syndicatedItem .video-description {
    color: #a2a0a0 !important;
}