    
@charset "UTF-8";
/* CSS Document */
/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

    
/* Updates Specific to Dental Genius */   
    
:root {
    --brand-color-1: gray;
    --primary-color: #4011DD;
    --font-color-1: #364357;
    --link-color-1: #7F98BA;
    --hover-color-1: #B29FFB;
    --hover-color-2: #364357;
    --accent-color-1: #C46F5D;
    --accent-color-1-rgb: 87, 207, 206;
    --light-gray: #eef4f7;
    --med-gray: rgba(0,0,0,0.25);
    --dark-gray: #364357;
    --shadow: rgba(54, 67, 87, 0.15);
}
    
#main-bg-graphic {
  background-image: url(../img/VisionGenius-Ophthalmology/bg-gradient-desktop-vision.png);
}
   
.register-nav a {
    background: var(--primary-color) !important;
    /*border: 1px solid #DED6FE;*/
    color: white;
}

.register-nav a:hover {
  background: var(--hover-color-1) !important;
  color: white !important;
}

nav ul li ul {
  background: #DED6FE;
}

.dropdown-content li a {
    color: var(--primary-color) !important;
}

.dropdown-content li a:hover {
  background: rgba(255, 255, 255, 0.75);
}
  
.widget-style h2, .form-page h1 {
    color: var(--primary-color);
}

.sidebar-content {
    background: #DED6FE;
}

.catagories-sidebar-content {
    background: #DED6FE;
}

#categories{
    padding: 6rem 5%;
}

.accordion-button:not(.collapsed) {
    background: #d4e0f3;
}

a.button-color-1 {
    background: var(--hover-color-1);
}

.banner {
  background: var(--hover-color-1);
}

input[type="button"].form-btn, input[type="submit"].form-btn, input[type="reset"].form-btn {
  background: var(--hover-color-1);
}
    
@media screen and (max-width: 700px) {
  #main-bg-graphic {
    background-image: url(../img/VisionGenius-Ophthalmology/bg-gradient-mobile-vision.png);
  }
}
    
@media screen and (max-width: 459px) {
  #main-bg-graphic {
    background-image: url(../img/VisionGenius-Ophthalmology/bg-gradient-desktop-vision.png);
  }
}





html {}
body {
  font-family: 'Mulish', sans-serif;
  color: var(--font-color-1);
  background: white;
  font-size: 16px;
  line-height: 1.3;
}

/* bootstrap overides */

.btn {
    color: white!important;
}
.table {
    font-size: 14px!important;
}

/* form */
.form-control {
  background-color: #fff !important;
}
.primary-color {
  color: var(--primary-color) !important;
}
#main-bg-graphic {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 85%
}
p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
p:last-child {
  margin: 0 0 0 0;
}
h1 {
  font-size: 35px;
  margin: 0 0 40px 0;
  line-height: 1.2;
  font-weight: bold;
}
h2 {
  font-weight: bold;
  margin-top: 0;
}
h3 {
  font-weight: bold;
  margin-top: 0;
}
h4 {
  font-weight: bold;
  margin-top: 0;
}
h5 {
  font-weight: bold;
  margin-top: 0;
}
a:link, a:visited, a:active {
  color: var(--link-color-1);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--hover-color-1);
}
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content-width {
  max-width: 1600px;
  padding: 0 5%;
  margin: 0 auto;
}
.main-content {
  background: white;
  padding: 40px;
  box-shadow: 0px 6px 30px 0px var(--shadow);
  border-radius: 25px;
  margin: 0 0 50px 0;
}
.main-sidebar-content {
  display: grid;
  grid-template-columns: auto 340px;
  grid-gap: 30px;
  margin: 0 0 0 0;
  align-items: flex-start;
  background: white;
  padding: 40px;
  box-shadow: 0px 6px 30px 0px rgba(64, 17, 221, 0.20);
  border-radius: 25px;
}

.more-quizzes-widget {
  padding: 50px 0 0 0;
  text-align: left;
}
.more-quizzes-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.more-quizzes-columns article {
  display: grid;
  align-content: flex-start;
  grid-template-columns: 1fr;
}

.main-sidebar-content > .main-content {
  background: white;
  padding: 0px;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 0 0;
}

.widget-style-fill {
  /*background: white;*/
  /*padding: 40px;*/
  /*box-shadow: 0px 6px 30px 0px var(--shadow);*/
  /*border-radius: 25px;*/
}
.widget-style h2, .form-page h1 {
  line-height: 1;
  font-size: 24px;
  letter-spacing: .5px;
  position: relative;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-family: 'Dela Gothic One', sans-serif;
  color: var(--primary-color);
}
.widget-style h3 {
  line-height: 1.2;
  font-size: 25px;
}
.widget-style h3 a:link, .widget-style h3 a:visited, .widget-style h3 a:active {
  color: var(--font-color-1);
}
.widget-style h3 a:hover {
  color: var(--hover-color-1);
}
.widget-style h4 {
  line-height: 1.2;
  font-size: 19px;
}
.widget-style h4 a:link, .widget-style h4 a:visited, .widget-style h4 a:active {
  color: var(--font-color-1);
}
.widget-style h4 a:hover {
  color: var(--hover-color-1);
}
    

/* banner slide */
.banner {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 6px 30px 0px var(--shadow);
}
.banner-content {
  padding: 15px 5%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.banner-text {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: white;
  width: 100%;
}
.banner-text a {
  color: white;
  text-decoration: underline;
}
.banner-close {
  background: none;
  border: none;
  cursor: pointer;
}
.banner-text, .banner-close > span {
  color: #ffffff;
}
#slide {
  position: fixed;
  bottom: -100px;
  animation: slide 750ms forwards;
  animation-delay: 250ms;
}
@-webkit-keyframes slide {
  100% {
    bottom: 0;
  }
}
@keyframes slide {
  100% {
    bottom: 0;
  }
}
/* elements */
.label-catagory {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.label-catagory > a {
  color: var(--primary-color);
}
a.button-text-1 {
  font-size: 14px;
  margin: 15px 0 15px 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  background: var(--accent-color-1);
  display: inline-block;
  border-radius: 100px;
  color: white;
  transition: all 250ms;
}
a.button-text-2 {
  font-size: 14px;
  margin: 15px 0 15px 0;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  background: var(--light-gray);
  display: inline-block;
  border-radius: 100px;
  color: var(--accent-color-1);
  transition: all 250ms;
}
a.button-text-1:hover {
  background: var(--primary-color);
  transition: all 250ms;
}
.button-text-1:first-of-type {
  margin: 10px 0 0 0;
}
a.button-1 {
  padding: 15px 30px;
  width: 250px;
  text-align: center;
  border-radius: 100px;
  transition: all .250s;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
a.button-color-1 {
  color: white;
}
a.button-color-1:hover {
  background: var(--primary-color);
  transition: all .250s;
}
a.button-color-2 {
  background: var(--light-gray);
  color: var(-font-color-1);
  -moz-font-color-: ;
  -ms-font-color-: ;
  -o-font-color-: ;
  font-color-: ;
}
a.button-color-2:hover {
  background: var(--hover-color-2);
  transition: all .250s;
  color: white;
}
.view-more-link-top {
  margin: 0 0 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Mulish', sans-serif;
  color: var(link-color-1) !important;
}
/* advertisements */
.ad-hide {
  display: none;
}
.ad-container {
  display: table;
  margin: 0 auto 30px auto;
  padding: 0;
}
.ad-container:last-child {
  margin-bottom: 0;
}
.ad-container p {
  text-align: center;
  margin: 0 0 5px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.ad-300x250 img {
  width: 300px;
  height: 250px;
}
.ad-728x90 img {
  width: 728px;
  height: 90px;
}
.ad-320-50 {
    display: none;
    /*height: 50px;*/
    /*width: 320px;*/
    margin: 5px auto 20px auto;
    text-align: center;
}
.show-featured-mobile {
    display: none;
}
.home-featured-show .show-featured-mobile {
    display: block;
}
@media screen and (max-width: 900px) {
    .show-featured-mobile {
    display: block;

}
}
@media screen and (max-width: 727px) {
  .ad-728x90 {
    display: none;
  }
  .ad-320-50 {
    display: block;
}
}
    
    
    
/* navivation */
header input[type=checkbox] {
  display: none;
}
label.open-icon, label.close-icon {
  display: none;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5%;
  margin: 0 auto 0 auto;
  position: relative;
  max-width: 1600px;
}
.username-header {
  position: absolute;
  right: 0;
  top: -35px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}
.username-header a {
  color: #ffffff;
}
.username-header a:hover {
    background: none;
    text-decoration: underline;
}
.header-logo {
  padding: 0;
  margin: 0;
  max-width: 260px;
}
.header-logo img {
  display: block;
  width: 100%;
}
nav {
  background: none !important;
  position: absolute !important;
  padding: 0 !important;
  z-index: 9997;
  right: 5% !important;
  left: auto;
  float: right;
  margin: 0;
}
nav a:hover, .dropdown-menu:hover ~ label {
  background: rgba(255, 255, 255, 0.35);
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  display: inline-block;
}
.login-nav a {
  padding: 6px 12px;
  border: solid 1px #fff;
  font-size: 15px !important;
  margin: 0px 10px !important;
}
.register-nav a {
  padding: 6px 12px;
  font-size: 15px !important;
}

nav ul li a, .dropdown label {
  padding: 10px 15px;
  display: block;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  color: white !important;
  font-size: 17px !important;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold !important;
}
nav ul li ul {
  width: 200px;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 6px 30px 0px var(--shadow);
}
nav ul li ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.fade-in-drop {
  animation: fadeInDrop 250ms;
}
@keyframes fadeInDrop {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
}
.dropdown {
  position: relative;
}
.dropdown-content a {
  float: none;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.dropdown i {
  margin-left: 5px;
  font-size: inherit;
}
.dropdown-menu:hover ~ label i {
  transform: rotate(180deg);
  display: inline-block;
  transition: all 250ms;
}
/* mobile */
@media only screen and (min-width: 1100px) {
  .dropdown:hover > .dropdown-content {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  @keyframes navSlide {
    0% {
      opacity: 0;
      transform: translateX(3rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInDrop {
    0% {
      opacity: 0;
      transform: translateX(-3rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .dropdown-menu:checked ~ .dropdown-content {
    display: block;
  }
  .dropdown-menu:hover ~ label i {
    transform: none;
  }
  .dropdown-menu:checked ~ label i {
    transform: rotate(180deg);
    display: inline-block;
    transition: all 250ms;
  }
  .login-nav a {
    margin: 20px 8px 15px 8px !important;
  }
  .register-nav a {
    margin: 0px 8px 0px 8px !important;
  }
  .username-header {
    position: relative;
    right: 0;
    top: 0;
    padding: 15px 28px 20px 28px;
  }
  .nav-slide {
    animation: navSlide 250ms;
  }
  nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 300px !important;
    height: 100% !important;
    background: #1d205f !important;
    margin: 0;
    padding-top: 30px !important;
    display: none;
    z-index: 9998;
    border-radius: 0;
    overflow-y: scroll;
  }
  nav {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
  }
  nav::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .open-menu:checked ~ nav {
    display: block;
  }
  label.open-icon {
    display: inline-block;
    cursor: pointer;
    z-index: 9998;
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
  }
  label.close-icon {
    display: block;
    cursor: pointer;
    z-index: 9999;
    margin-bottom: 0px;
    margin: 0;
    text-align: right;
    padding-bottom: 30px;
  }
  .open-icon i, .close-icon i {
    font-size: 30px;
    margin: 0;
    color: white!important;
  }
  .open-menu:checked ~ .nav-overlay {
    opacity: 1;
        width: 100%;
}
  .nav-overlay {
    position: fixed !important;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 250ms;
    z-index: 9997;
  }
  nav ul {
    padding: 15px 30px !important;
  }
  nav ul li {
    display: block;
    width: 100%;
  }
  nav ul li ul {
    width: auto;
    padding: 0 0 0 30px;
    box-shadow: none;
    background: none;
  }
  nav ul li ul li {
    display: block;
    width: 100%;
  }
  .dropdown {
    float: none;
  }
  .dropdown-content {
    position: relative;
    top: 0px;
  }
  .dropdown-content a {
    border: 0px;
    border-bottom: 0px;
  }
  .dropdown label {
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .header-logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  nav {
    width: 100% !important;
  }
}
/* navigation END */
  
    
/* home featured section */
.home-featured-hero-large article, .home-featured-hero-small article, .latest-quizes-widget article {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.home-featured-hero-large article:last-child, .home-featured-hero-small article:last-child, .latest-quizes-widget article:last-child {
  margin: 0 0 0 0;
}
.home-featured {}
.home-featured-hero-large article {
  border-bottom: solid 1px var(--light-gray);
}
.home-featured-hero-large article:last-child {
  border-bottom: none;
}
.sidebar-content {
  padding: 20px;
  border-radius: 15px;
}
.sidebar-content article {
  border-bottom: solid 1px var(--med-gray);
}
.sidebar-content article:last-child {
  border-bottom: none;
}
.home-featured-columns {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-gap: 30px;
}
.home-featured h2 {}
/* home images */
.home-image-thumb {
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  padding-top: 55%;
  /* Aspect Ratio */
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: var(--primary-color);
  /*border: solid 1px #f2f5f9;*/
}
.home-image-thumb img {
  position: absolute;
    opacity: .95;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.home-featured-hero-small article {
  display: grid;
  align-content: flex-start;
  grid-template-columns: 1fr;
}
.zoom {
  transition: transform 250ms; /* Animation */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 250ms;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  opacity: .35;
  transition: all 250ms;
}
/* trending */
/*.home-trending-wrapper {*/
/*    width: 100%;*/
/*    background: #d7f4e9;*/
/*    margin: 0 0 50px 0;*/
/*}*/


.home-trending {
  padding: 50px 0;
}
.home-trending-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.home-trending-columns article {
  display: grid;
  align-content: flex-start;
  grid-template-columns: 1fr;
}
.home-trending h2 {
  grid-column: 1/-1;
}
.home-trending h4 a:link, .home-trending h4 a:visited, .home-trending h4 a:active {}
.home-trending h4 a:hover {
  color: var(--hover-color-1);
}
/* citations */
.citations a {
  word-break: break-all
}
.citations p a {
  word-break: break-all
}
/* coming soon */
.coming-soon-cta {
  background: var(--primary-color);
  color: white;
  margin: 50px 0 0 0;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
}
.coming-soon-cta h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Dela Gothic One', sans-serif;
  letter-spacing: .5px;
}
.coming-soon-cta-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 15px;
}
.coming-soon-cta-columns i {
  clear: both;
  display: block;
  font-size: 40px;
  margin: 0 0 5px 0;
}
/* catagories section */
.home-categories-wrapper {
  width: 100%;
  background: #d7f4e9;
  margin: 0 0 50px 0;
}
.catagories-sidebar-content {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 30px;
  margin: 0 0 50px 0;
  padding: 40px;
  border-radius: 25px;
  /*box-shadow: 0px 6px 30px 0px var(--shadow);*/
}
.catagories-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0rem 1rem;
}
.catagories-list li {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
/* quiz widget */
.quiz-text-incorrect {
  color: crimson !important;
}
.quiz-text-correct {
  color: forestgreen !important;
}
.quiz-fill-correct {
  background: rgba(34, 139, 34, 0.25) !important;
}
.quiz-fill-incorrect {
  background: rgba(220, 20, 60, .25) !important;
}
.quiz-widget {
  /*padding: 40px;*/
  margin: 0 0 0 0;
}
.quiz-widget h3 {
  margin: 0 0 15px 0;
  color: var(--dark-gray);
  font-size: 20px;
  margin: 40px 0 15px 0;
  font-weight: normal;
}
.quiz-widget h1 {
  margin: 0 0 30px 0;
  font-size: 28px;
  line-height: 1.2;
}
.quiz-widget h4 {
  margin: 0 0 15px 0;
}
.quiz-answer-widget-wrapper {
  margin: 0 0 40px 0;
}
.quiz-answer-widget {
  display: grid;
  grid-template-columns: 35px auto;
  grid-gap: 30px;
  align-items: center;
  padding: 15px;
  border: solid 1px var(--med-gray);
  margin: 0 0 15px 0;
  border-radius: 15px;
  transition: all 250ms;
  color: var(--font-color-1);
  font-size: 18px;
  line-height: 1.3;
}
a .quiz-answer-widget:hover {
  background: var(--light-gray);
  transition: all 250ms;
  border: solid 1px var(--light-gray);
  box-shadow: 0px 6px 10px 0px var(--shadow);
}
.quiz-letter {
  border-radius: 100px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  margin: 0;
  background: var(--light-gray);
  transition: all .250s;
  display: block;
}
a .quiz-answer-widget:hover > .quiz-letter {
  background: var(--primary-color);
  transition: all .250s;
  color: white;
}
.correct-color {
  background: forestgreen !important;
  color: white;
}
.incorrect-color {
  background: crimson !important;
  color: white;
}
.quiz-widget-finish {
  text-align: center;
  padding: 40px 0;
}
.quiz-widget-finish h1 {
  font-size: 40px;
  font-family: 'Dela Gothic One', sans-serif;
  letter-spacing: 1px;
  color: var(--accent-color-1);
}
.quiz-widget-finish h2 {
  font-size: 18px;
  line-height: 1.3;
  
  font-weight: normal;
  margin: 0 0 40px 0;
}
.quiz-widget-finish h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.quiz-widget-finish h3 a {
  color: var(--primary-color);
    
}
.quiz-widget-finish-buttons {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}
.quiz-widget-finish-buttons .button-1:first-child {
    margin-bottom: 15px;
}
.quiz-widget-finish-buttons-spacer {}
.quiz-score-color-1 {
  color: var(--accent-color-1);
}
/* list page */
.list-results {
  margin: 0 0 50px 0;
}
.list-results article {
  margin: 0 0 30px 0;
  border-top: solid 1px var(--light-gray);
  padding: 30px 0 0 0;
}
.list-results p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 0;
}
.list-results p a {
  color: var(--font-color-1);
}
.catagories-list-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.catagories-list-page li {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
}
/* footer section */
footer {
  padding: 50px 5%;
  background: var(--primary-color);
  color: white;
}
footer a:link, footer a:active, footer a:visited {
  color: white;
}
footer a:hover {
  text-decoration: underline;
}
footer small {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 50px 0 0 0;
}
footer ul {
  margin: 0 auto;
  display: block;
  text-align: center;
}
footer li {
  display: inline-block;
  padding: 0 15px 0 15px;
  border-right: solid 1px white;
}
footer li:last-child {
  border-right: none;
}
.footer-logo-hbside-secton {
    margin: 0 auto;
    padding: 50px 0 50px 0;
}
.footer-logo-hbside-secton p {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.footer-logo-hbside {
    max-width:200px;
    display: block;
    margin: 0 auto;
}
.footer-logo-hbside img {
    display: block;
    width: 100%;
}

.quiz-text-incorrect {
  color: crimson !important;
}
.quiz-text-correct {
  color: forestgreen !important;
}
.quiz-fill-correct {
  background: rgba(34, 139, 34, 0.25) !important;
}
.quiz-fill-incorrect {
  background: rgba(220, 20, 60, .25) !important;
}
/* form page */
input[type=button].form-btn, input[type=submit].form-btn, input[type=reset].form-btn {
  border: none;
  color: white;
  padding: 16px 32px;
  cursor: pointer;
}
/* animations */
.doc-animation-container {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  padding:
}
/* user score */
.user-score-container {
  /*padding: 30px;*/
  /*background: var(--light-gray);*/
  font-size: 18px;
  margin: 50px 0 0 0;
}
.user-score-item {
  border-radius: 100px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  background: white;
  margin-bottom: 15px;
  overflow: hidden;
}
.user-score-label {
  padding: 15px 5%;
  background-color: rgba(var(--primary-color-rgb), 0.15);
}
.user-score-amount {
  background: var(--primary-color);
  padding: 15px 5%;
  text-align: left;
  color: white;
}
/* leaderboard */
.leaderboard-global-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: right;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 40px 0;
}
.leaderboard-global-stats span {
    color: var(--hover-color-1);
    margin: 0 5px 0 0;
    padding: 0;
}
.lb-stats-text-sm {
    font-size: 14px;
}
.leaderboard-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}
.leaderboard-current {
    padding: 15px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.lb-current-place {
    font-weight: bold;
    color: var(--hover-color-1);
}
.lb-current-name {
    font-weight: bold;
}
.leaderboard-current-icon {
    margin: 0 auto 15px auto;
    max-width: 85px;
    text-align: center;
}
.leaderboard-current-icon img {
    display: block;
    width: 100%;
}
.leaderboard-current-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.lb-current-detials-text-md span {
    color: #999;
}
.lb-current-detials-text-sm {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.leaderboard {
    font-weight: bold;
    font-size: 14px;
}
.leaderboard-header {
    display: grid;
    grid-template-columns: 65% 15% 20%;
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.lb-row {
    display: grid;
    grid-template-columns: 10% 10% 45% 15% 20%;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    text-align: left;
}
.lb-trophy {
    max-width: 30px;
    margin: 0 auto;
}
.lb-trophy img {
    width: 100%;
    display: block;
}
.lb-place {
    color: var(--hover-color-1);
}
.lb-score span {
    color: #999;
}
.lb-time {
    text-align: right;
}

/* accordian */

.accordian-oncg-style {
background: var(--primary-color);
margin-top: 30px;
font-size: 15px;
color: white;
border-radius: 5px!important;
}
.accordion-button:not(.collapsed) {
color: var(--primary-color);
box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button::after {
background-image: none!important;
font-family: 'Material Icons';
content: "expand_more";
}       


/**************************************************** mobile screen **********************************************************/
@media screen and (max-width: 1200px) {
  .catagories-list {
    grid-template-columns: 1fr 1fr;
  }
  #main-bg-graphic {
    width: 100%;
    height: 70%
  }
  .more-quizzes-columns {
  grid-template-columns: 1fr;
}
 .more-quizzes-columns article {
  grid-template-columns: 1fr 2fr;
  grid-gap: 15px;
  align-content: flex-start;
} 
}
@media screen and (max-width: 1000px) {
  .home-featured-columns {
    grid-template-columns: 1fr;
  }
  .home-featured-hero-small article {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
  }
  #main-bg-graphic {
    width: 100%;
    height: 60%
  }
}
@media screen and (max-width: 900px) {
  .main-sidebar-content {
    grid-template-columns: auto;
  }
  .home-featured-columns {
    grid-template-columns: 2fr 1fr;
  }
  .home-featured-hero-small article {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .home-trending-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .home-trending-columns article {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .catagories-sidebar-content {
    grid-template-columns: 1fr;
  }
  .catagories-list {
    grid-template-columns: 1fr 1fr;
  }
  
  .leaderboard-container {
    grid-template-columns: 1fr;  
      
  }
  
}
@media screen and (max-width: 700px) {
  .header-logo {
    max-width: 300px;
    /*margin-top: 80px;*/
  }
  .home-featured-columns {
    grid-template-columns: 1fr;
  }
  .home-featured-hero-small article {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
  }
  .home-trending-columns article {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
  }
  .home-trending-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .catagories-list {
    grid-template-columns: 1fr 1fr;
  }
  .main-content {
    padding: 30px 8%;
  }
  .main-sidebar-content {
    padding: 30px 8%;
  }
  .widget-style-fill {
    /*padding: 30px 8%;*/
  }
  .leaderboard-global-stats {
 
    grid-template-columns: 0fr 1fr 1fr;
    text-align: center;
}
  
  
}
@media screen and (max-width: 500px) {
  .catagories-list {
    grid-template-columns: 1fr;
  }
  .quiz-widget h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
  }
  .header-logo {
    max-width: 250px;
    /*margin-top: 80px;*/
  }
  .sidebar-content {}
  .quiz-widget h1 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 459px) {
  #main-bg-graphic {
    background-position: top;
    position: absolute;
    width: 100%;
    height: 40%
  }
  .content-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-content {
    padding: 30px 15px;
  }
  .catagories-sidebar-content {
  padding: 30px 15px;
}

  .main-sidebar-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: none;
    border-radius: 0;
  }
  .sidebar-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 389px) {
  #main-bg-graphic {
    height: 52%
  }
  .main-sidebar-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-content {
    padding: 30px 10px;
  }
  .main-sidebar-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidebar-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 359px) {
  .sidebar-content {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .coming-soon-cta-columns {
  display: grid;
  grid-template-columns: 1fr;
}
.widget-style h4 {
  font-size: 15px;
}
.widget-style h2, .form-page h1 {
  font-size: 20px;
}
.widget-style h3 {
    font-size: 20px;
}
.catagories-list li {
    font-size: 16px;
}
}


/* THE END */    
    