[v-cloak] {
  display: none;
}

.top {
  background-color: #1976d2;
  text-transform: lowercase;
  font-weight: 300;
}

#nav-menu-l {
  font-size: 1.145rem;
}

#make-blue {
  color: #1976d2;
}

.brand-logo {
  font-weight: 500;
  text-transform: capitalize;
  font-color: #1976d2;
  color: #1976d2;
}

html {
  font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

p,
div {
  font-family: "Nunito", sans-serif;
}

.header_img {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#landing_text {
  font-size: 5.02857143rem;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
  text-transform: uppercase;
}

#fixed {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.block-inverse {
  color: #ffffff;
  background-color: #262f36;
}

#nav-menu-l {
  font-size: 1.455rem;
}

/*.btn#landing{
    background-color: white;
    color: #3769cc;
    border: 1px solid white;
  }
.btn#landing:hover{
    background-color: white;
    color: #3769cc;
    border: 1px solid black;
  }*/
.block-inverse {
  color: #ffffff;
  background-color: #1976d2;
}

#footer {
  background-color: #1976d2;
}

a {
  /*color: #333333;*/
  text-decoration: none;
}

#landing_text_sub {
  font-size: 2.42857143rem;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
  text-transform: uppercase;
}

.header_img#main_header {
  background-image: url("/images/homepage-min-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header_img#course_header {
  background-image: url("/images/course-min.jpg");
}

.header_img#free_header {
  background-image: url("/images/City-New-York-Arial-blue.jpg");
}

body {
  padding-bottom: 0px;
}

section#free_header {
  background-color: rgba(25, 118, 210, 0.75);
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

.full_background {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#old_table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

#course_price {
  color: #26b67c;
  font-size: 1.8rem;
  font-weight: 300;
  /*background: rgba(255,255,255,.85);*/
}

#enroll_button {
}

section#hero {
  /*background-color: rgba(25,118,210,0.75);*/
  color: #fff;
  /*padding: 100px 0 50px;*/
  height: auto;
}

section#full {
  /*background-color: rgba(25,118,210,1);*/
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

#footer_links {
  color: white;
}

section#how_it_works {
  background-color: white;
  color: #5c5c5c;
}

section#sign_up {
  background-color: white;
}

.stubbed {
  border: 1px dashed blue;
  padding: 10px;
}

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
  display: inline;
  font-weight: bold;
}

.credit-card-box .form-control.error {
  border-color: red;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}

.credit-card-box label {
  display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
  display: table;
}

.credit-card-box .display-tr {
  display: table-row;
}

.credit-card-box .display-td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
  min-width: 180px;
}

#here-video2 {
  background-image: url("images/ReviewVideo1.jpg");
  height: 400px;
  background-position: 65% center;
}

.dark {
  background-color: #333;
  color: #fff;
}

.video-module {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 356px;
}

.play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.play-button > span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 36px;
}

.play-button > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  overflow: hidden;
  border: 24px solid transparent;
  border-width: 12px 24px;
  border-left-color: #fff;
}

.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase,
.pull-quote > cite,
.statcard-desc,
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
  letter-spacing: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Nunito', sans-serif; */
}

.navbar-brand {
  float: left;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}

#search-form:focus {
  border-color: #93ccee;
  box-shadow: 0 0 0 3px #d5ecfb;
  transition-duration: 200ms;
}

#search-form {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 44px;
  background: #fff 18px 15px no-repeat;
  background-image: url("/images/svg+xml-1.svg");
  border: 1px solid #e4e9ec;
  border-radius: 100px;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #292e31;
  text-rendering: optimizeLegibility;
  transition: border-color, box-shadow;
  transition-duration: 400ms;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}

/*#support-button:hover{
background-color: rgba(228,233,236,0.3);
border-color: #e4e9ec;
color: #4c555a;
}*/

#support-button {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 25%;
  height: 180px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #6f7c82;
  transition-property: border-color, background-color, color, transform;
  transition-duration: 150ms;
}

#support-blocks:hover {
  background-color: rgba(228, 233, 236, 0.3);
  border-color: #e4e9ec;
  color: #4c555a;
  border-radius: 10px;
  text-decoration: none;
}

#support-blocks {
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #6f7c82;
  background-color: transparent;
  transition-property: border-color, background-color, color, transform;
  transition-duration: 150ms;
  height: 215px;
}

p,
div {
  /* font-family: 'Nunito', sans-serif; */
}

#white_text {
  color: white;
}

.header_img {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#landing_text {
  font-size: 5.02857143rem;
  /*line-height: 1;*/
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: none;
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
}

#fixed {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.block-inverse {
  color: #ffffff;
  background-color: #262f36;
}

.text-danger {
  color: #f44336;
}

.text-warning {
  color: #ff9800;
}

.text-info {
  color: #2196f3;
}

.p-t-lg,
.p-y-lg {
  padding-top: 20px !important;
}

.p-y-lg {
  padding-bottom: 20px !important;
}

.block {
  padding: 80px 0;
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #ff1854;
}

.m-b-lg,
.m-y-lg {
  margin-bottom: 0px !important;
}

.m-b-md,
.m-y-md {
  margin-bottom: 0px !important;
}

#bigger-buttons {
  width: 75%;
}

#incease-date-size {
  font-size: 1.75rem;
}

#old_table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.list-bordered li {
  border-top: 1px solid white;
}

.list-bordered li:last-child {
  border-bottom: 0px solid #aaa;
}

#course_price {
  color: #e3f2fd !important;
  font-size: 2.6rem;
  font-weight: 300;
  /* background: rgba(255,255,255,.85); */
}

#nav-menu-l {
  font-size: 1.785rem;
}

/*.btn#landing{
  background-color: white;
  color: #3769cc;
  border: 1px solid white;
}
.btn#landing:hover{
  background-color: white;
  color: #3769cc;
  border: 1px solid black;
}*/
.block-inverse {
  color: #ffffff;
  background-color: #1976d2;
}

#footer {
  color: #b0bfc7;
  background-color: white;
  font-size: 0.95em;
}

a {
  color: #008cdd;
  text-decoration: none;
}

#watch-button:hover {
  background-color: #31b0d5;
}

#watch-button {
  background-color: transparent;
  border-color: white;
}

#landing_text_sub {
  font-size: 2.42857143rem;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: none;
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
}

.header_img#main_header {
  background-image: url("/images/homepage-min-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header_img#course_header {
  background-image: url("/images/course-min.jpg");
}

.header_img#free_header {
  background-image: url("/images/City-New-York-Arial-blue.jpg");
}

body {
  padding-bottom: 0px;
}

section#free_header {
  background-color: rgba(25, 118, 210, 0.75);
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

.full_background {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#old_table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

#enroll_button {
  width: 80%;
}

section#hero {
  /*background-color: rgba(25,118,210,0.75);*/
  color: #fff;
  /*padding: 100px 0 50px;*/
  height: auto;
}

section#full {
  /*background-color: rgba(25,118,210,1);*/
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

#footer_links {
  color: #b0bfc7;
}

section#how_it_works {
  background-color: white;
  color: #5c5c5c;
}

section#sign_up {
  background-color: white;
}

/*footer#bottom {
margin-top: 0px;
}
footer.page-footer{
margin-top: 0px;
padding-top: 0px;
}*/

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.kb-question {
  padding-top: 22px;
  border-top: 1px solid #eee;
  margin-top: 22px;
}

/*2nd style*/

#here-video2 {
  background-image: url("images/ReviewVideo1.jpg");
  height: 400px;
  background-position: 65% center;
}

.dark {
  background-color: #333;
  color: #fff;
}

.video-module {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 356px;
}

.play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.play-button > span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 36px;
}

.play-button > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  overflow: hidden;
  border: 24px solid transparent;
  border-width: 12px 24px;
  border-left-color: #fff;
}

.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase,
.pull-quote > cite,
.statcard-desc,
h1.text-uppercase,
h2.text-uppercase,
h3.text-uppercase,
h4.text-uppercase,
h5.text-uppercase,
h6.text-uppercase {
  letter-spacing: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Nunito', sans-serif; */
}

.navbar-brand {
  float: left;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}

#search-form:focus {
  border-color: #93ccee;
  box-shadow: 0 0 0 3px #d5ecfb;
  transition-duration: 200ms;
}

#search-form {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 14px 44px;
  background: #fff 18px 15px no-repeat;
  background-image: url("/images/svg+xml-1.svg");
  border: 1px solid #e4e9ec;
  border-radius: 100px;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  color: #292e31;
  text-rendering: optimizeLegibility;
  transition: border-color, box-shadow;
  transition-duration: 400ms;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
}

/*#support-button:hover{
                                                   background-color: rgba(228,233,236,0.3);
                                                   border-color: #e4e9ec;
                                                   color: #4c555a;
                                                 }*/

#support-button {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 25%;
  height: 180px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #6f7c82;
  transition-property: border-color, background-color, color, transform;
  transition-duration: 150ms;
}

#support-blocks:hover {
  background-color: rgba(228, 233, 236, 0.3);
  border-color: #e4e9ec;
  color: #4c555a;
  border-radius: 10px;
  text-decoration: none;
}

#support-blocks {
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #6f7c82;
  background-color: transparent;
  transition-property: border-color, background-color, color, transform;
  transition-duration: 150ms;
}

p,
div {
  /* font-family: 'Nunito', sans-serif; */
}

#white_text {
  color: white;
}

.header_img {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#landing_text {
  font-size: 5.02857143rem;
  /*line-height: 1;*/
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: none;
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
}

#fixed {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}

.block-inverse {
  color: #ffffff;
  background-color: #262f36;
}

.text-danger {
  color: #f44336;
}

.text-warning {
  color: #ff9800;
}

.text-info {
  color: #2196f3;
}

.p-t-lg,
.p-y-lg {
  padding-top: 20px !important;
}

.p-y-lg {
  padding-bottom: 20px !important;
}

.block {
  padding: 80px 0;
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #ff1854;
}

.m-b-lg,
.m-y-lg {
  margin-bottom: 0px !important;
}

.m-b-md,
.m-y-md {
  margin-bottom: 0px !important;
}

#bigger-buttons {
  width: 75%;
}

#incease-date-size {
  font-size: 1.75rem;
}

#old_table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.list-bordered li {
  border-top: 1px solid white;
}

.list-bordered li:last-child {
  border-bottom: 0px solid #aaa;
}

#course_price {
  color: #e3f2fd !important;
  font-size: 2.6rem;
  font-weight: 300;
  /* background: rgba(255,255,255,.85); */
}

#nav-menu-l {
  font-size: 1.785rem;
}

/*.btn#landing{
                                                     background-color: white;
                                                     color: #3769cc;
                                                     border: 1px solid white;
                                                   }
                                                 .btn#landing:hover{
                                                     background-color: white;
                                                     color: #3769cc;
                                                     border: 1px solid black;
                                                   }*/
.block-inverse {
  color: #ffffff;
  background-color: #1976d2;
}

#footer {
  color: #b0bfc7;
  background-color: white;
  font-size: 0.95em;
}

a {
  color: #008cdd;
  text-decoration: none;
}

#watch-button:hover {
  background-color: #31b0d5;
}

#watch-button {
  background-color: transparent;
  border-color: white;
}

#landing_text_sub {
  font-size: 2.42857143rem;
  line-height: 1;
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: none;
  /*font-family: "DharmaGothicE-RegularItalic",Helvetica Neue,Arial,sans-serif;*/
}

.header_img#main_header {
  background-image: url("/images/homepage-min-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header_img#course_header {
  background-image: url("/images/course-min.jpg");
}

.header_img#free_header {
  background-image: url("/images/City-New-York-Arial-blue.jpg");
}

body {
  padding-bottom: 0px;
}

section#free_header {
  background-color: rgba(25, 118, 210, 0.75);
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

.full_background {
  background-position: 60% center;
  background-size: cover;
  height: auto;
  margin-top: -64px;
}

#old_table {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

#enroll_button {
  width: 80%;
}

section#hero {
  /*background-color: rgba(25,118,210,0.75);*/
  color: #fff;
  /*padding: 100px 0 50px;*/
  height: auto;
}

section#full {
  /*background-color: rgba(25,118,210,1);*/
  color: #fff;
  padding: 100px 0 50px;
  height: auto;
}

#footer_links {
  color: #b0bfc7;
}

section#how_it_works {
  background-color: white;
  color: #5c5c5c;
}

section#sign_up {
  background-color: white;
}

/*footer#bottom {
                                                   margin-top: 0px;
                                                 }
                                                 footer.page-footer{
                                                   margin-top: 0px;
                                                   padding-top: 0px;
                                                 }*/

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.btn-modal-success {
  margin-right: 5px;
}

.btn-modal-cancel {
  margin-left: 5px;
}

.watch-video-wrap {
  cursor: pointer;
  display: inline-block;
  margin: 2px 0px 0 0;
}

.watch-video-wrap:hover {
  color: yellow;
}

/*3rd style*/

@font-face {
  font-family: "Verdana";
  src: url("/fonts/Verdana/Verdana.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Verdana/Verdana.otf") format("opentype"),
    /* IE6-IE8 */ url("/fonts/Verdana/Verdana.woff") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/Verdana/Verdana.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/fonts/Verdana/Verdana.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Verdana Bold";
  src: url("/fonts/Verdana-Bold/Verdana-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Verdana-Bold/Verdana-Bold.ttf") format("truetype"),
    /* IE6-IE8 */ url("/fonts/Verdana-Bold/Verdana-Bold.woff") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/Verdana-Bold/Verdana-Bold.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/fonts/Verdana-Bold/Verdana-Bold.svg")
      format("svg");
  /* Legacy iOS */
}

#protected {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
html,
p,
div,
span,
h4 {
  font-family: "Verdana", serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: normal;
}

body {
  overflow-x: hidden;
}

span {
  letter-spacing: 0px;
}

.custom-ellipsis-h::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/clear-ellipsis.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}

body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                                                                                                                        not supported by any browser */
}

.highlight-text {
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Chrome/Safari/Opera */
  -khtml-user-select: text;
  /* Konqueror */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently
                                                                                                                                                                          not supported by any browser */
}

.verdana-bold {
  font-family: "Verdana Bold", serif;
  display: inline-flex;
  align-items: center;
}

strong {
  font-family: "Verdana Bold", serif;
}

#examHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 118px;
  width: 100%;
  /*        overflow:hidden;
                                                                                                                                                     background-color: #4D4C4D;*/
  z-index: 1;
}

#examContent {
  position: fixed;
  top: 110px;
  bottom: 40px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: #006daa;
}

#examFooter {
  position: fixed;
  bottom: 0px;
  height: 40px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: #006daa;
  color: #fff;
}

.btn-exams {
  white-space: nowrap;
  background-color: #eaeaea;
  color: #1e1e1e;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 0;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #686868;
  border-bottom: 2px solid #686868;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
}

.btn-exams span {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

.btn-exams-sm {
  white-space: nowrap;
  background-color: #eaeaea;
  color: #1e1e1e;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  border-right: 1px solid #686868;
  border-bottom: 1px solid #686868;
  cursor: pointer;
}

.exam-btn-container {
  margin-top: 4px;
}

.btn-exams:hover {
  text-decoration: none;
  color: #1e1e1e;
}

/* Show All button popup design start cut to extraCSS*/
.modal-background {
  background: rgba(0, 0, 0, 0.6);
}

.show-pop {
  margin-top: 8%;
}

.pop-content {
  background: #417fd0;
  color: white;
  border-radius: 10px;
  border: none;
  font-family: "Nunito", sans-serif;
}

.pop-content p,
.pop-content a,
.pop-content button,
.pop-content input {
  font-family: "Nunito", sans-serif;
}

.pop-header {
  border-bottom: none;
}

.pop-header .close {
  width: 25px;
  opacity: 0.8;
}

.pop-body .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.pop-body .title h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 30px;
}

.pop-body .title p {
  font-size: 18px;
}

.pop-body button span {
  font-family: "Nunito", sans-serif;
}

.subscribe-form input {
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1.6;
  color: black;
  border-radius: 20px 0 0 20px;
  height: 45px;
}

.subscribe-form button {
  background: #59c279;
  border-radius: 0 20px 20px 0;
  border: 1px solid #59c279;
  height: 45px;
}

.subscribe-form button:hover {
  background: #4bb767;
  border: 1px solid #4bb767;
}

.login-text {
  margin: 45px auto 30px auto;
}

.login-text a {
  color: white;
  text-decoration: underline;
}

.strikethrough-img {
  vertical-align: baseline !important;
}

/* small device */
@media (max-width: 767px) {
  #examContent {
    top: 110px;
    bottom: 29px;
  }

  p.daily-title {
    font-size: 10pt !important;
  }

  .content-wrap #passage {
    padding-bottom: 50px !important;
  }

  .strikethrough {
    margin-left: 14px !important;
    font-size: 12px !important;
  }

  .device-small {
    display: block;
  }

  .tab-content {
    padding-bottom: 60px;
  }

  .square {
    width: 16px !important;
    height: 16px !important;
  }
}

/* big device */
@media only screen and (min-width: 768px) {
  #examContent
    > span
    > .content-wrap
    > .tab-content
    > .tab-pane.col-xs-12.col-sm-6.bg-white.custom-scroll {
    width: calc(50% - 5px) !important;
  }

  .content-wrap #passage {
    /* middle blue vertical line */
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .device-small {
    display: none;
  }

  .tab-content > .tab-pane {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .setting-solution {
    width: 48% !important;
  }
}

.ui-resizable-se {
  background: url(/images/exams/resizable.gif) no-repeat;
}

.ui-resizable-sw {
  background: url(/images/exams/resizable.gif) no-repeat;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-bottom: 9px;
  margin-left: 9px;
  width: 10px;
  height: 10px;
}

.unseen {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
}

.unseen {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
}

ul.daily-tabs li {
  width: 50%;
  text-align: center;
}

#feedbackTrigger {
  cursor: pointer;
}

#feedback input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
}

/* New design from exams */
.nav-1 {
  /*background: #135699;*/
  background: #006daa;
  color: #fff;
  font-family: Times;
  height: 47px;
  padding: 0px 24px;
}

.nav-1 h4 {
  font-size: 25px;
  margin: 0;
  margin-top: 8px;
}

.nav-1 .current-time {
  text-align: right;
}

.nav-2 {
  background: #60a5fa;
  color: #fff;
  font-size: 18px;
  border-top: 2px solid #fff;
  height: 32px;
  padding: 0px 24px;
}

.flag {
  padding: 2px;
}

.flag:hover {
  color: yellow;
  cursor: pointer;
}

.nav-3 {
  background: #a1a1aa;
  height: 36px;
  border-top: 2px solid #fff;
  padding: 0px 24px;
}
.nav-3.show-review-section {
  background: white;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-review-section2 {
  padding: 5px;
}
.show-review-section2 .col-sm-4 {
  border: 1px solid #ccc;
  padding: 20px;
}

.on-hover:hover {
  cursor: pointer;
  color: yellow;
}

.on-hover img.icon-yellow {
  display: none;
}

.on-hover:hover img.icon-yellow {
  display: inline-block;
}

.on-hover:hover img.icon-no-color {
  display: none;
}

.pagecount {
  display: block;
  /*margin-top: -5px;*/
}

.timing {
  display: block;
}

/* 2nd Nav */
.highlight-dropdown {
  top: 30px;
  margin-bottom: 0;
  height: 67px;
  list-style-type: none;
  padding: 2px 10px;
  display: block;
  position: absolute;
  background: #006daa;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  z-index: 1;
  width: 200px;
}

.square {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: yellow;
  border: 2px solid white;
  margin-top: 2px;
  vertical-align: middle;
}

.highlight-dropdown > li > .square {
  width: 23px;
  height: 23px;
}

.square.white {
  background: white;
}

.square.transparent {
  background: transparent;
  border-color: white;
}

.focus {
  border-color: transparent;
}

.focus.yellow .square {
  border-color: black;
}

.focus.blank {
  border: 1px solid white;
}

.highlighter-toggle {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
}

.focus.highlighter-toggle {
  border: 1px solid white;
}

/* Below: Pop up Navigation modal */
.nav-window {
  width: 1000px;
  min-height: 600px;
  max-height: 819px;
  margin-top: 120px;
}

.nav-content {
  border-radius: 0;
  background: #006daa;
}

table.all th,
table.all td {
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
}

table.all th {
  background: #80aee0;
  text-align: center;
  color: #fff;
}

table.all td {
  width: 33.333333333%;
}

table.all tr:hover {
  background: yellow;
}

table.all tr:hover td.index {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

table.all td {
  padding: 0 0 0 10px !important;
}

.nav-body {
  min-height: 98px;
  overflow-y: scroll;
  background: #fff;
  margin: 0 10px 10px 10px;
  padding: 0;
  min-width: 567px;
  overflow-x: hidden;
  max-height: 700px;
  height: 450px;
}

.nav-header {
  padding: 6px 10px 0 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

button.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
}

button.close:hover {
  color: #fff;
  opacity: 1;
}

.red-text {
  color: red;
}

.nav-footer {
  border-top: none;
}

.navigation ul {
  padding: 0;
  margin: 0;
}

.navigation ul li {
  display: inline-block;
  cursor: pointer;
  /*border-left: 1px solid #e3e3e3;*/
  font-size: 18px;
  font-family: sans-serif;
  padding-left: 8px;
}

.navs.pull-right > li > span > .fa-arrow-right {
  margin-left: 14px;
}

.navigation ul li > span {
  padding: 8px 2px 8px 12px;
  border-left: 1px solid #e3e3e3;
  line-height: 30px;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 3rd Nav */
button.exam-pause {
  background: #f1f1f1;
  font-family: Verdana;
  font-size: 12pt;
  margin-top: 1px;
  padding: 2px 8px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 3px;
}

.styled-button {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}

.styled-button:hover {
  background-color: #f1f1f1;
  outline: 1px solid white;
}

button.exam-pause:hover {
  text-decoration: none;
}

/* making blue border around */
.content-wrap {
  margin: 0 1% 0 1%;
  overflow-y: hidden;
  height: 100%;
}

.setting {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 12px !important;
  padding: 0px 4px;
}

.setting-btn {
  margin-left: auto;
}

.feedback {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .content-wrap {
    margin: 0;
  }

  .setting-solution {
    width: 59% !important;
  }

  .nav-1 {
    padding: 0px 16px !important;
  }

  .nav-2 {
    border-top: none !important;
    padding: 0px 16px !important;
  }

  .nav-2 span {
    font-size: 12px !important;
  }

  .nav-3 {
    border-top: none !important;
    padding: 0px 16px !important;
  }

  .flag-for-review-image {
    width: 10px;
    /*margin-right: -1px;*/
    margin-right: 5px;
  }

  .strikethrough-img {
    width: 12px;
    vertical-align: baseline !important;
  }

  .highlighter-toggle i {
    vertical-align: sub !important;
  }

  .hamburger-menu span {
    font-size: 12px;
    margin-right: 5px !important;
  }

  .hamburger-menu img {
    width: 13px !important;
  }

  .page-count {
    font-size: 10px !important;
  }

  .countdown {
    font-size: 10px;
  }

  .btn-exams-sm {
    font-size: 8px;
  }

  .clock {
    margin-top: 3px;
    width: 10px !important;
  }

  .setting-icon {
    margin-top: 3px;
    width: 10px !important;
  }

  button.exam-pause {
    font-size: 12px !important;
  }
}

.setting-solution {
  width: 28%;
  display: flex;
  justify-content: flex-end;
}

.title-mobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75ch;
}

.bg-white {
  background: #fff;
}

/* Footer design */
.daily-footer ul.left,
.daily-footer ul.right {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.daily-footer ul.left li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 5px 10px;
  font-size: 17px;
}

.daily-footer ul.right {
  margin-top: -4px;
}

.daily-footer ul.right li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 8px 2px 8px 12px;
}

.right.pull-right > li > .fa-arrow-right {
  margin-left: 14px;
}

/* Custom scrollbar design */
.custom-scroll::-webkit-scrollbar {
  width: 17px;
  -webkit-appearance: none;
  /*to show all the time on OSX*/
}

.custom-scroll::-webkit-scrollbar-thumb {
  visibility: visible;
  background: #c6c6c6;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-button:single-button {
  display: block;
  background: #e3e3e3;
  background-size: 100%;
  height: 17px;
  width: 17px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7;
}

.custom-scroll::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(/images/exams/up-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 4.5px 4.5px, 0 0;
}

.custom-scroll::-webkit-scrollbar-button:vertical:increment {
  background-image: url(/images/exams/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 4.5px 4.5px, 0 0;
}

::selection {
  background: #d4d4d4;
  /* WebKit/Blink Browsers */
  color: black;
}

::-moz-selection {
  background: #d4d4d4;
  /* Gecko Browsers */
  color: black;
}

.table-full {
  width: 100%;
}

.table-striped {
  margin: 20px 0;
  font-size: 0.9em;
}

.table-striped td {
  padding: 5px 10px;
}

.table-striped th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  padding-bottom: 2px;
  padding: 5px 10px;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

.flag-for-review-image {
  width: 12px;
  margin-right: -1px;
}

.flag-for-review-image > img {
  max-width: 100%;
}

.white-outline {
  display: inline-block;
  margin: 2px 0px 0 0;
  font-size: 0.625em;
}

.watch-video {
  font-size: 0.625em;
}

.watch-video-wrap {
  width: 50%;
}

.white-outline,
.watch-video-wrap > span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icons-container {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}

.icons-container .watch-video-wrap {
  flex: 1;
}

@media (max-width: 734px) {
  .nav-body {
    min-width: calc(100% - 20px);
  }
}

@media (min-width: 540px) {
  .white-outline {
    font-size: 1em;
  }

  .watch-video {
    font-size: 1em;
  }

  .icons-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .watch-video-wrap {
    width: auto;
  }

  .white-outline,
  .watch-video-wrap > span {
    max-width: initial;
  }
}

@media (min-width: 600px) {
  .pagecount-number {
    font-size: 14px !important;
  }
}

@media (max-width: 670px) {
  table.all td,
  table.all td > span > span {
    font-size: 12px;
    line-height: 2;
  }

  .table > thead > tr > th {
    font-size: 12px;
    line-height: 2;
  }
}

@media (max-width: 520px) {
  table.all td,
  table.all td > span > span {
    font-size: 12px;
    line-height: 2;
  }

  .table > thead > tr > th {
    font-size: 10px;
    line-height: 1;
  }
}

@media (max-height: 770px) {
  .nav-body {
    height: 100%;
  }
}

@media (max-height: 530px) {
  .nav-window {
    min-height: auto;
    margin-top: 70px;
  }
}

@media (max-width: 1100px) {
  .nav-window {
    width: 80%;
  }
}

.tab-content img {
  max-width: 100% !important;
  height: auto;
}

#passage > div.range > div[ref="base"] > div p {
  text-indent: 1.3rem;
}

#question p:not(.q-cars-answer p) {
  padding: 0 !important;
  margin: 0 !important;
}

.fit-image {
  max-width: 100% !important;
  height: auto;
}

#preview-bar {
  display: block;
  background: #f7e771;
  width: 100%;
  text-align: center;
  padding: 0.2rem;
  margin: 0 !important;
}

.without-indent p {
  text-indent: 0 !important;
}

.float-right {
  float: right !important;
}

.dda-review-full-height {
  height: 90vh;
}

#dda-review-table {
  width: 95%;
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
}

#dda-review-table th {
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  background-color: #f2eef4;
}

#dda-review-table tr td {
  width: 25%;
  font-family: Arial;
  font-size: 14px;
}

#dda-review-table tr:hover {
  background: #e7e7e7;
}

#dda-review-table tbody tr {
  border: 0px;
  margin: 1px;
  padding: 1px;
}

#dda-review-table tbody tr td {
  font-family: Arial;
  font-size: 14px;
}

#sortable-table.table-striped {
  margin-top: 0 !important;
}

#aamc-configuration {
  position: absolute;
  display: block;
  background: #f8f9fa;
  width: 300px;
  height: 100vh;
  right: -300px;
  z-index: 9990;
  transition: all 200ms ease;
  padding: 1rem;
}

#aamc-configuration.active {
  right: 0px;
}

.dark {
  background: #1e1e1e;
  color: #dfdfdf;
}

#aamc-configuration.dark {
  background: #3c4042;
  color: #dfdfdf;
}

#aamc-configuration .content-wrap {
  width: 100% !important;
  z-index: 9991;
  clear: both;
  overflow-y: auto;
  border-radius: 0.5rem;
  height: calc(100% - 24vh);
  background: white;
  border: 1px solid #e7e7e7;
}

#aamc-configuration .content-wrap .list-group-flush .list-group-item {
  background: none !important;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

#aamc-configuration.dark .content-wrap .list-group-flush .list-group-item {
  border-top: 1px solid #1e1e1e;
}

#aamc-configuration.dark .content-wrap {
  background: #2d2d2d;
  border: 1px solid #1e1e1e;
}

#close-btn {
  float: right;
  display: block;
}

body.dark .bg-white,
body.dark #passage,
body.dark #question,
body.dark .range,
body.dark .base {
  background: #1e1e1e;
}

body.dark .hl-yellow {
  color: #1e1e1e;
}

body.dark .q-area-icon-solution svg path,
body.dark #solution-btn {
  fill: #ffffff;
  color: white;
}

body.dark .answer-correct span > p {
  color: #059669 !important;
}

body.dark .answer-wrong span > p {
  color: #eb5757 !important;
}

body.dark .q-area-body {
  color: white;
}

body.dark .input-border::before {
  background: #3f3f46 !important;
  border: 1px solid #fff;
}

body.dark .hamburger-menu svg path {
}

body.dark .hl-strike {
  text-decoration: line-through;
}

body.dark .mini_sub_menu svg > path {
  fill: #fff;
}

.hamburger-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

.hamburger-menu span {
  display: inline-block;
  margin-right: 11px;
}

.hamburger-menu img {
  margin-bottom: 1px;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

#correct-answer {
  color: #003399;
  margin-top: 15px;
  margin-bottom: 23px;
  position: relative;
}

body.dark #correct-answer {
  color: #80aee0;
}

#overly {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#sun,
#moon {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  /* transform: scale(2, 2) */
}

#sun.disable,
#moon.disable {
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform: translateX(-40px) rotate(180deg);
  -moz-transform: translateX(-40px) rotate(180deg);
  -ms-transform: translateX(-40px) rotate(180deg);
  -o-transform: translateX(-40px) rotate(180deg);
  transform: translateX(-40px) rotate(180deg);
  -webkit-animation: spin1 2s infinite linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-right: -20px;
}

#dark-mode-btn {
  cursor: pointer;
}

#aamc-menu li > span {
  font-size: 0.8rem;
}

.btn-dark {
  background: #343a40;
  color: #dfdfdf;
}

.btn-dark:hover,
.btn-dark:focus {
  color: white;
}

.radio-wrapper {
  float: left;
  position: relative;
}

.radio-wrapper input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .input-border {
  width: 21px;
  height: 21px;
  position: absolute;
  display: block;
  border: 1px solid #000;
  left: -6px;
  padding-top: 4px;
  padding-left: 4px;
}

input[type="radio"] + .input-border {
  cursor: pointer;
}

input[type="radio"] + .input-border:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  color: #a6a6a6;
  border: 1px solid #000;
  top: 4px;
}

body.dark input[type="radio"] + .input-border:before {
  border: 1px solid #fff;
}

input[type="radio"]:checked + .input-border::after {
  border: 1px solid white;
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

body.dark .answer-correct input[type="radio"]:checked + .input-border::after {
  border: 1px solid #1e1e1e;
}

body.dark .answer-wrong input[type="radio"]:checked + .input-border::after {
  border: 1px solid #1e1e1e;
}

input[type="radio"]:checked + .input-border:before {
  background: #000;
  border: 1px solid #000;
  transition: all 100ms ease;
}

body.dark input[type="radio"]:checked + .input-border:before {
  background: #fff !important;
  border: 2px solid #1e1e1e;
}

body.dark input[type="radio"]:checked + .input-border {
  border: 1px solid #ffffff;
}

body.dark .q-secondary-wrapper {
  color: #fff;
}

/* Switch Button */
.m-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.m-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.m-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.m-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .m-slider {
  background-color: #2196f3;
}

input:focus + .m-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .m-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.m-slider.round {
  border-radius: 34px;
}

.m-slider.round:before {
  border-radius: 50%;
}

#review-wrapper {
  overflow: auto;
  height: 80vh;
  padding: 20px;
  background: white;
}

body.dark #review-wrapper {
  background: #1e1e1e;
}

body.dark #dda-review-table th {
  color: #1e1e1e !important;
}

body.dark .nav-body,
body.dark .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: #1e1e1e !important;
}

input[type="radio"]:disabled + .input-border {
  cursor: not-allowed;
}

body.dark *[style*="color: blue;"],
body.dark *[style*="color: rgb(17, 85, 204);"],
body.dark *[style^="color: rgb(0, 0, 0);"],
body.dark *[style*="color: rgb(0, 0, 0)"] {
  color: #80aee0 !important;
}

body.dark *[style^="color: rgb(0, 0, 0);"] {
  color: #dfdfdf !important;
}

.bg-transparent,
body.dark .bg-transparent {
  background: transparent !important;
}

a {
  text-decoration: underline;
}

.nav-tabs > li a {
  text-decoration: none;
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 700;
}

.nav-tabs > li.active > a {
  background-color: #f4f4f5 !important;
  color: #60a5fa !important;
  border-bottom: 1px solid #e4e4e7 !important;
}

/*4th style*/

@font-face {
  font-family: "Verdana";
  src: url("/fonts/Verdana/Verdana.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Verdana/Verdana.otf") format("opentype"),
    /* IE6-IE8 */ url("/fonts/Verdana/Verdana.woff") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/Verdana/Verdana.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/fonts/Verdana/Verdana.svg") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Verdana Bold";
  src: url("/fonts/Verdana-Bold/Verdana-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Verdana-Bold/Verdana-Bold.ttf") format("truetype"),
    /* IE6-IE8 */ url("/fonts/Verdana-Bold/Verdana-Bold.woff") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/Verdana-Bold/Verdana-Bold.woff2")
      format("woff"),
    /* Pretty Modern Browsers */ url("/fonts/Verdana-Bold/Verdana-Bold.svg")
      format("svg");
  /* Legacy iOS */
}

#protected {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
html,
p,
div,
span,
h4 {
  font-family: "Verdana", serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: normal;
}

body {
  overflow-x: hidden;
}

span {
  letter-spacing: 0px;
}

.custom-ellipsis-h::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/clear-ellipsis.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}

body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                                                                                                                                        not supported by any browser */
}

.highlight-text {
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Chrome/Safari/Opera */
  -khtml-user-select: text;
  /* Konqueror */
  -moz-user-select: text;
  /* Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently
                                                                                                                                                                          not supported by any browser */
}

.verdana-bold {
  font-family: "Verdana Bold", serif;
  display: inline-flex;
  align-items: center;
}

strong {
  font-family: "Verdana Bold", serif;
}

#examHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 118px;
  width: 100%;
  /*        overflow:hidden;
                                                                                                                                                     background-color: #4D4C4D;*/
  z-index: 1;
}

#examContent {
  position: fixed;
  top: 110px;
  bottom: 40px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: #006daa;
  /* Allow popups to show up */
  z-index: -1;
}

#examFooter {
  position: fixed;
  bottom: 0px;
  height: 40px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  background: #006daa;
  color: #fff;
}

.btn-exams {
  white-space: nowrap;
  background-color: #eaeaea;
  color: #1e1e1e;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  border-radius: 0;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  border-right: 2px solid #686868;
  border-bottom: 2px solid #686868;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
}

.btn-exams span {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

.btn-exams-sm {
  white-space: nowrap;
  background-color: #eaeaea;
  color: #1e1e1e;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  border-right: 1px solid #686868;
  border-bottom: 1px solid #686868;
  cursor: pointer;
}

.exam-btn-container {
  margin-top: 4px;
}

.btn-exams:hover {
  text-decoration: none;
  color: #1e1e1e;
}

/* Show All button popup design start cut to extraCSS*/
.modal-background {
  background: rgba(0, 0, 0, 0.6);
}

.show-pop {
  margin-top: 8%;
}

.pop-content {
  background: #417fd0;
  color: white;
  border-radius: 10px;
  border: none;
  font-family: "Nunito", sans-serif;
}

.pop-content p,
.pop-content a,
.pop-content button,
.pop-content input {
  font-family: "Nunito", sans-serif;
}

.pop-header {
  border-bottom: none;
}

.pop-header .close {
  width: 25px;
  opacity: 0.8;
}

.pop-body .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.pop-body .title h3 {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 30px;
}

.pop-body .title p {
  font-size: 18px;
}

.pop-body button span {
  font-family: "Nunito", sans-serif;
}

.subscribe-form input {
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 18px;
  line-height: 1.6;
  color: black;
  border-radius: 20px 0 0 20px;
  height: 45px;
}

.subscribe-form button {
  background: #59c279;
  border-radius: 0 20px 20px 0;
  border: 1px solid #59c279;
  height: 45px;
}

.subscribe-form button:hover {
  background: #4bb767;
  border: 1px solid #4bb767;
}

.login-text {
  margin: 45px auto 30px auto;
}

.login-text a {
  color: white;
  text-decoration: underline;
}

.strikethrough-img {
  vertical-align: baseline !important;
}

/* small device */
@media (max-width: 767px) {
  #examContent {
    top: 110px;
    bottom: 29px;
  }

  p.daily-title {
    font-size: 10pt !important;
  }

  .content-wrap #passage {
    padding-bottom: 50px !important;
  }

  .strikethrough {
    margin-left: 14px !important;
    font-size: 12px !important;
  }

  .device-small {
    display: block;
  }

  .tab-content {
    padding-bottom: 60px;
  }

  .square {
    width: 16px !important;
    height: 16px !important;
  }
}

/* big device */
@media only screen and (min-width: 768px) {
  #examContent
    > span
    > .content-wrap
    > .tab-content
    > .tab-pane.col-xs-12.col-sm-6.bg-white.custom-scroll {
    width: calc(50% - 5px) !important;
  }

  .content-wrap #passage {
    /* middle blue vertical line */
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .device-small {
    display: none;
  }

  .tab-content > .tab-pane {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .setting-solution {
    width: 48% !important;
  }
}

.ui-resizable-se {
  background: url(/images/exams/resizable.gif) no-repeat;
}

.ui-resizable-sw {
  background: url(/images/exams/resizable.gif) no-repeat;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-bottom: 9px;
  margin-left: 9px;
  width: 10px;
  height: 10px;
}

.unseen {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
}

.unseen {
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
}

ul.daily-tabs li {
  width: 50%;
  text-align: center;
}

#feedbackTrigger {
  cursor: pointer;
}

#feedback input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
}

/* New design from exams */
.nav-1 {
  /*background: #135699;*/
  background: #006daa;
  color: #fff;
  font-family: Times;
  height: 47px;
  padding: 0px 24px;
}

.nav-1 h4 {
  font-size: 25px;
  margin: 0;
  margin-top: 8px;
}

.nav-1 .current-time {
  text-align: right;
}

.nav-2 {
  background: #60a5fa;
  color: #fff;
  font-size: 18px;
  border-top: 2px solid #fff;
  height: 32px;
  padding: 0px 24px;
}

.flag {
  padding: 2px;
}

.flag:hover {
  color: yellow;
  cursor: pointer;
}

.nav-3 {
  background: #a1a1aa;
  height: 36px;
  border-top: 2px solid #fff;
  padding: 0px 24px;
}

.on-hover:hover {
  cursor: pointer;
  color: yellow;
}

.on-hover img.icon-yellow {
  display: none;
}

.on-hover:hover img.icon-yellow {
  display: inline-block;
}

.on-hover:hover img.icon-no-color {
  display: none;
}

.pagecount {
  display: block;
  /*margin-top: -5px;*/
}

.timing {
  display: block;
}

/* 2nd Nav */
.highlight-dropdown {
  top: 30px;
  margin-bottom: 0;
  height: 67px;
  list-style-type: none;
  padding: 2px 10px;
  display: block;
  position: absolute;
  background: #006daa;
  color: white;
  border: 1px solid black;
  cursor: pointer;
  z-index: 1;
  width: 200px;
}

.square {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: yellow;
  border: 2px solid white;
  margin-top: 2px;
  vertical-align: middle;
}

.highlight-dropdown > li > .square {
  width: 23px;
  height: 23px;
}

.square.white {
  background: white;
}

.square.transparent {
  background: transparent;
  border-color: white;
}

.focus {
  border-color: transparent;
}

.focus.yellow .square {
  border-color: black;
}

.focus.blank {
  border: 1px solid white;
}

.highlighter-toggle {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
}

.focus.highlighter-toggle {
  border: 1px solid white;
}

/* Below: Pop up Navigation modal */
.nav-window {
  width: 1000px;
  min-height: 600px;
  max-height: 819px;
  margin-top: 120px;
}

.nav-content {
  border-radius: 0;
  background: #006daa;
}

table.all th,
table.all td {
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
}

table.all th {
  background: #80aee0;
  text-align: center;
  color: #fff;
}

table.all td {
  width: 33.333333333%;
}

table.all tr:hover {
  background: yellow;
}

table.all tr:hover td.index {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

table.all td {
  padding: 0 0 0 10px !important;
}

.nav-body {
  min-height: 98px;
  overflow-y: scroll;
  background: #fff;
  margin: 0 10px 10px 10px;
  padding: 0;
  min-width: 567px;
  overflow-x: hidden;
  max-height: 700px;
  height: 450px;
}

.nav-header {
  padding: 6px 10px 0 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

button.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
}

button.close:hover {
  color: #fff;
  opacity: 1;
}

.red-text {
  color: red;
}

.nav-footer {
  border-top: none;
  margin-left: 10px;
}

.navigation ul {
  padding: 0;
  margin: 0;
}

.navigation ul li {
  display: inline-block;
  cursor: pointer;
  /*border-left: 1px solid #e3e3e3;*/
  font-size: 18px;
  font-family: sans-serif;
  padding-left: 8px;
}

.navs.pull-right > li > span > .fa-arrow-right {
  margin-left: 14px;
}

.navigation ul li > span {
  padding: 8px 2px 8px 12px;
  border-left: 1px solid #e3e3e3;
  line-height: 30px;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 3rd Nav */
button.exam-pause {
  background: #f1f1f1;
  font-family: Verdana;
  font-size: 12pt;
  margin-top: 1px;
  padding: 2px 8px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 3px;
}

.styled-button {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}

.styled-button:hover {
  background-color: #f1f1f1;
  outline: 1px solid white;
}

button.exam-pause:hover {
  text-decoration: none;
}

/* making blue border around */
.content-wrap {
  /*margin: 0 1% 0 1%;*/
  margin: 0;
  overflow-y: hidden;
  height: 100%;
}

.setting {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 12px !important;
  padding: 0px 4px;
}

.setting-btn {
  margin-left: auto;
}

.feedback {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .content-wrap {
    margin: 0;
  }

  .setting-solution {
    width: 59% !important;
  }

  .nav-1 {
    padding: 0px 16px !important;
  }

  .nav-2 {
    border-top: none !important;
    padding: 0px 16px !important;
  }

  .nav-2 span {
    font-size: 12px !important;
  }

  .nav-3 {
    border-top: none !important;
    padding: 0px 16px !important;
  }

  .flag-for-review-image {
    width: 10px;
    margin-right: -1px;
  }

  .strikethrough-img {
    width: 12px;
    vertical-align: baseline !important;
  }

  .highlighter-toggle i {
    vertical-align: sub !important;
  }

  .hamburger-menu span {
    font-size: 12px;
    margin-right: 5px !important;
  }

  .hamburger-menu img {
    width: 13px !important;
  }

  .page-count {
    font-size: 10px !important;
  }

  .countdown {
    font-size: 10px;
  }

  .btn-exams-sm {
    font-size: 8px;
  }

  .clock {
    margin-top: 3px;
    width: 10px !important;
  }

  .setting-icon {
    margin-top: 3px;
    width: 10px !important;
  }

  button.exam-pause {
    font-size: 12px !important;
  }
}

.setting-solution {
  width: 28%;
  display: flex;
  justify-content: space-between;
}

.title-mobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75ch;
}

.bg-white {
  background: #fff;
}

/* Footer design */
.daily-footer ul.left,
.daily-footer ul.right {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.daily-footer ul.left li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 5px 10px;
  font-size: 17px;
}

.daily-footer ul.right {
  margin-top: -4px;
}

.daily-footer ul.right li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 8px 2px 8px 12px;
}

.right.pull-right > li > .fa-arrow-right {
  margin-left: 14px;
}

/* Custom scrollbar design */
.custom-scroll::-webkit-scrollbar {
  width: 17px;
  -webkit-appearance: none;
  /*to show all the time on OSX*/
}

.custom-scroll::-webkit-scrollbar-thumb {
  visibility: visible;
  background: #c6c6c6;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-button:single-button {
  display: block;
  background: #e3e3e3;
  background-size: 100%;
  height: 17px;
  width: 17px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7;
}

.custom-scroll::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(/images/exams/up-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 4.5px 4.5px, 0 0;
}

.custom-scroll::-webkit-scrollbar-button:vertical:increment {
  background-image: url(/images/exams/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 4.5px 4.5px, 0 0;
}

::selection {
  background: #d4d4d4;
  /* WebKit/Blink Browsers */
  color: black;
}

::-moz-selection {
  background: #d4d4d4;
  /* Gecko Browsers */
  color: black;
}

.table-full {
  width: 100%;
}

.table-striped {
  margin: 20px 0;
  font-size: 0.9em;
}

.table-striped td {
  padding: 5px 10px;
}

.table-striped th {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  padding-bottom: 2px;
  padding: 5px 10px;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

.flag-for-review-image {
  width: 12px;
  margin-right: -1px;
}

.flag-for-review-image > img {
  max-width: 100%;
}

.white-outline {
  display: inline-block;
  margin: 2px 0px 0 0;
  font-size: 0.625em;
}

.watch-video {
  font-size: 0.625em;
}

.watch-video-wrap {
  width: 50%;
}

.white-outline,
.watch-video-wrap > span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icons-container {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}

.icons-container .watch-video-wrap {
  flex: 1;
}

@media (max-width: 734px) {
  .nav-body {
    min-width: calc(100% - 20px);
  }
}

@media (min-width: 540px) {
  .white-outline {
    font-size: 1em;
  }

  .watch-video {
    font-size: 1em;
  }

  .icons-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .watch-video-wrap {
    width: auto;
  }

  .white-outline,
  .watch-video-wrap > span {
    max-width: initial;
  }
}

@media (min-width: 600px) {
  .pagecount-number {
    font-size: 14px !important;
  }
}

@media (max-width: 670px) {
  table.all td,
  table.all td > span > span {
    font-size: 12px;
    line-height: 2;
  }

  .table > thead > tr > th {
    font-size: 12px;
    line-height: 2;
  }
}

@media (max-width: 520px) {
  table.all td,
  table.all td > span > span {
    font-size: 12px;
    line-height: 2;
  }

  .table > thead > tr > th {
    font-size: 10px;
    line-height: 1;
  }
}

@media (max-height: 770px) {
  .nav-body {
    height: 100%;
  }
}

@media (max-height: 530px) {
  .nav-window {
    min-height: auto;
    margin-top: 70px;
  }
}

@media (max-width: 1100px) {
  .nav-window {
    width: 80%;
  }
}

.tab-content img {
  max-width: 100% !important;
  height: auto;
}

#passage > div.range > div[ref="base"] > div p {
  text-indent: 1.3rem;
}

#question p:not(.q-cars-answer p) {
  padding: 0 !important;
  margin: 0 !important;
}

.fit-image {
  max-width: 100% !important;
  height: auto;
}

#preview-bar {
  display: block;
  background: #f7e771;
  width: 100%;
  text-align: center;
  padding: 0.2rem;
  margin: 0 !important;
}

.without-indent p {
  text-indent: 0 !important;
}

.float-right {
  float: right !important;
}

.dda-review-full-height {
  height: 90vh;
}

#dda-review-table {
  width: 95%;
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
}

#dda-review-table th {
  border: 1px solid black;
  margin: 1px;
  padding: 1px;
  background-color: #f2eef4;
}

#dda-review-table tr td {
  width: 25%;
  font-family: Arial;
  font-size: 14px;
}

#dda-review-table tr:hover {
  background: #e7e7e7;
}

#dda-review-table tbody tr {
  border: 0px;
  margin: 1px;
  padding: 1px;
}

#dda-review-table tbody tr td {
  font-family: Arial;
  font-size: 14px;
}

#sortable-table.table-striped {
  margin-top: 0 !important;
}

#aamc-configuration {
  position: absolute;
  display: block;
  background: #f8f9fa;
  width: 300px;
  height: 100vh;
  right: -300px;
  z-index: 9990;
  transition: all 200ms ease;
  padding: 1rem;
}

#aamc-configuration.active {
  right: 0px;
}

.dark {
  background: #1e1e1e;
  color: #dfdfdf;
}

#aamc-configuration.dark {
  background: #3c4042;
  color: #dfdfdf;
}

#aamc-configuration .content-wrap {
  width: 100% !important;
  z-index: 9991;
  clear: both;
  overflow-y: auto;
  border-radius: 0.5rem;
  height: calc(100% - 24vh);
  background: white;
  border: 1px solid #e7e7e7;
}

#aamc-configuration .content-wrap .list-group-flush .list-group-item {
  background: none !important;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

#aamc-configuration.dark .content-wrap .list-group-flush .list-group-item {
  border-top: 1px solid #1e1e1e;
}

#aamc-configuration.dark .content-wrap {
  background: #2d2d2d;
  border: 1px solid #1e1e1e;
}

#close-btn {
  float: right;
  display: block;
}

body.dark .bg-white,
body.dark #passage,
body.dark #question,
body.dark .range,
body.dark .base {
  background: #1e1e1e;
}

body.dark .hl-yellow {
  color: #1e1e1e;
}

body.dark .q-area-icon-solution svg path,
body.dark #solution-btn {
  fill: #ffffff;
  color: white;
}

body.dark .answer-correct span > p {
  color: #059669 !important;
}

body.dark .answer-wrong span > p {
  color: #eb5757 !important;
}

body.dark .q-area-body {
  color: white;
}

body.dark .input-border::before {
  background: #3f3f46 !important;
  border: 1px solid #fff;
}

body.dark .hamburger-menu svg path {
}

body.dark .hl-strike {
  text-decoration: line-through;
}

body.dark .mini_sub_menu svg > path {
  fill: #fff;
}

.hamburger-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
}

.hamburger-menu span {
  display: inline-block;
  margin-right: 11px;
}

.hamburger-menu img {
  margin-bottom: 1px;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

#correct-answer {
  color: #003399;
  margin-top: 15px;
  margin-bottom: 23px;
  position: relative;
}

body.dark #correct-answer {
  color: #80aee0;
}

#overly {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#sun,
#moon {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  /* transform: scale(2, 2) */
}

#sun.disable,
#moon.disable {
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform: translateX(-40px) rotate(180deg);
  -moz-transform: translateX(-40px) rotate(180deg);
  -ms-transform: translateX(-40px) rotate(180deg);
  -o-transform: translateX(-40px) rotate(180deg);
  transform: translateX(-40px) rotate(180deg);
  -webkit-animation: spin1 2s infinite linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-right: -20px;
}

#dark-mode-btn {
  cursor: pointer;
}

#aamc-menu li > span {
  font-size: 0.8rem;
}

.btn-dark {
  background: #343a40;
  color: #dfdfdf;
}

.btn-dark:hover,
.btn-dark:focus {
  color: white;
}

.radio-wrapper {
  float: left;
  position: relative;
}

.radio-wrapper input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .input-border {
  width: 21px;
  height: 21px;
  position: absolute;
  display: block;
  border: 1px solid #000;
  left: -6px;
  padding-top: 4px;
  padding-left: 4px;
}

input[type="radio"] + .input-border {
  cursor: pointer;
}

input[type="radio"] + .input-border:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background: #fff;
  color: #a6a6a6;
  border: 1px solid #000;
  top: 4px;
}

body.dark input[type="radio"] + .input-border:before {
  border: 1px solid #fff;
}

input[type="radio"]:checked + .input-border::after {
  border: 1px solid white;
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

body.dark .answer-correct input[type="radio"]:checked + .input-border::after {
  border: 1px solid #1e1e1e;
}

body.dark .answer-wrong input[type="radio"]:checked + .input-border::after {
  border: 1px solid #1e1e1e;
}

input[type="radio"]:checked + .input-border:before {
  background: #000;
  border: 1px solid #000;
  transition: all 100ms ease;
}

body.dark input[type="radio"]:checked + .input-border:before {
  background: #fff !important;
  border: 2px solid #1e1e1e;
}

body.dark input[type="radio"]:checked + .input-border {
  border: 1px solid #ffffff;
}

body.dark .q-secondary-wrapper {
  color: #fff;
}

/* Switch Button */
.m-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.m-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.m-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.m-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .m-slider {
  background-color: #2196f3;
}

input:focus + .m-slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .m-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.m-slider.round {
  border-radius: 34px;
}

.m-slider.round:before {
  border-radius: 50%;
}

#review-wrapper {
  overflow: auto;
  height: 80vh;
  padding: 20px;
  background: white;
}

body.dark #review-wrapper {
  background: #1e1e1e;
}

body.dark #dda-review-table th {
  color: #1e1e1e !important;
}

body.dark .nav-body,
body.dark .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: #1e1e1e !important;
}

input[type="radio"]:disabled + .input-border {
  cursor: not-allowed;
}

body.dark *[style*="color: blue;"],
body.dark *[style*="color: rgb(17, 85, 204);"],
body.dark *[style^="color: rgb(0, 0, 0);"],
body.dark *[style*="color: rgb(0, 0, 0)"] {
  color: #80aee0 !important;
}

body.dark *[style^="color: rgb(0, 0, 0);"] {
  color: #dfdfdf !important;
}

.bg-transparent,
body.dark .bg-transparent {
  background: transparent !important;
}

a {
  text-decoration: underline;
}

.nav-tabs > li a {
  text-decoration: none;
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 700;
}

.nav-tabs > li.active > a {
  background-color: #f4f4f5 !important;
  color: #60a5fa !important;
  border-bottom: 1px solid #e4e4e7 !important;
}

/*5th style*/

/*.customizeDisabled {*/
/*    pointer-events: none;*/
/*    opacity: 0.4;*/
/*}*/

/*.customizeEnabled {*/
/*    pointer-events: all;*/
/*    opacity: 1;*/
/*}*/

/*p {*/
/*    color: #666666;*/
/*    font-weight: 600;*/
/*    font-size: 12px;*/
/*    font-family: Verdana;*/
/*}*/

/*fieldset {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    padding-left: 10px;*/
/*    margin: 0px;*/
/*    border: 1px solid #AAA;*/
/*}*/

/*legend {*/
/*    color: #666666;*/
/*    font-weight: normal;*/
/*    font-size: 12px;*/
/*    font-family: Verdana;*/
/*    border: 0;*/
/*    width: 40px;*/
/*    margin-bottom: 0px;*/
/*}*/

/*6th style*/
td {
  border: 1px solid grey;
  padding: 2px;
}

tr,
table {
  border: 1px solid black;
}

/*7th style*/

/* p {
                                                          margin-bottom: 16px;
                                                      } */

em > span {
  font-style: italic !important;
}

.btnSave {
  position: absolute;
  left: -45px;
  max-width: 60px;
  color: black;
  font-size: 0.7em;
  text-align: center;
}

.btnSave span {
  font-size: 1em;
}

.btnSaveQuestion {
  top: 50px;
  left: -10px;
}

.btnSavePassage {
  top: 25px;
}

.ul-solution-padding {
  padding-top: 0 !important;
}

.mini_sub_menu {
  position: relative;
}

.mini_sub_menu #mini_menu {
  background-color: #006daa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  text-align: center;
  line-height: 10px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}

.wrap-sub_menu {
  color: black;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
  padding: 5px;
  background-color: #006daa;
  border-radius: 10px;
  min-width: 170px;
  text-align: left;
}

.wrap-sub_menu div {
  padding: 5px 0;
  color: white;
}

.wrap-sub_menu div span i {
  width: 20px;
}

.wrap-sub_menu div span .fa:before {
  font-size: 20px;
}

.answer-list {
  list-style-type: none;
  padding-left: 0;
}

input[type="checkbox"] {
  -webkit-appearance: radio;
  /* Chrome, Safari, Opera */
  -moz-appearance: radio;
  /* Firefox */
  -ms-appearance: radio;
  /* not currently supported */
}

.showBtnSave:hover {
  text-decoration: none;
}

.q-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
}

.q-area-icon {
  flex-basis: 60px;
  padding-right: 10px;
}

.q-area-icon-checkmark,
.q-area-icon-solution,
.q-area-icon-solution > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.q-area-icon-checkmark {
  height: 30px;
}

.q-area-icon-solution > a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.q-area-icon-solution > a > span {
  padding-top: 0.4em;
  font-size: 0.75em;
}

.q-area-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gray-600 {
  color: #52525b;
}

.q-area-title {
  margin-bottom: 28px;
}

.answer-correct {
  color: #059669 !important;
}

.answer-correct .input-border {
  border-color: #059669 !important;
}

.selected-answer-correct .input-border::before,
.selected-answer-correct .input-border::after {
  background: #059669 !important;
}

.selected-answer-correct .input-border::before {
  border-color: #059669 !important;
}

.answer-wrong {
  color: #eb5757;
}

.answer-wrong .input-border {
  border-color: #eb5757 !important;
}

.answer-wrong .input-border::before,
.answer-wrong .input-border::after {
  background: #eb5757 !important;
}

.answer-wrong .input-border::before {
  border-color: #eb5757 !important;
}

.statistic-info {
  display: inline-block;
  margin-top: 14px;
  padding-left: 25px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.question-item-correct,
.question-item-correct span {
  color: #059669;
}
.question-item-incorrect,
.question-item-incorrect span {
  color: #eb5757;
}
.solution-area {
  /* margin-top: 30px; */
  background: white;
  padding: 5px;
}
.solution-area-left {
  width: 60%;
  float: left;
  padding: 5px;
}
.solution-area-right {
  width: 40%;
  float: right;
  padding: 5px;
  text-align: right;
}
.solution-area-correct {
  color: #059669;
}
.solution-area-incorrect {
  color: #eb5757;
}

.solution-area > a {
  text-decoration: none;
  color: #3b72f6;
}

.close-collapse i {
  margin-left: 15px;
  vertical-align: top;
}

.open-collapse i {
  margin-left: 15px;
  vertical-align: sub;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.solution-wrapper {
  background: #fafafa;
  border-radius: 5px;
}

.accordion-btn {
  display: block;
}

.accordion-btn:not(.collapsed) {
  margin-bottom: 17px;
}

.solution-body {
  padding: 20px 0px;
}

.p-box {
  padding: 0px 16px;
}

.font-weight-700 {
  font-weight: 700;
}

.d-flex-space {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail-header {
  gap: 14px;
}

.detail-header span {
  font-size: 14px;
}

.detail-body {
  margin: 8px 0px 16px 0px !important;
}

.detail-body span {
  font-size: 12px;
  display: block;
}

.detail-body__item {
  flex: 1 1 33%;
  display: flex;
}

.detail-body__item:nth-child(1n + 4) {
  margin-top: 16px;
}

.detail-body__item img {
  margin-right: 21px;
  margin-top: auto;
  margin-bottom: auto;
}

.gray-500 {
  color: #71717a;
}

.detail-body__sub {
  display: inline !important;
}

.highlight-success-text {
  display: inline !important;
  padding: 3px 8px;
  background: #e6f4ef;
  border-radius: 5px;
  color: #059669;
}

.highlight-fail-text {
  display: inline !important;
  padding: 3px 8px;
  background: #fbdddd;
  color: #eb5757;
  border-radius: 5px;
}

.highlight-danger-text {
  display: inline !important;
  padding: 3px 8px;
  background: #f4e6e6;
  border-radius: 5px;
  color: #960505;
}

.detail-body__text {
  display: flex;
  flex-direction: column;
}

.detail-header__item {
  display: flex;
  margin: 0 16px;
}

.detail-body__sub {
  margin-top: 5px;
}

@media (min-width: 767px) and (max-width: 1080px),
  only screen and (max-width: 576px) {
  .detail-body__sub {
    margin-top: 0;
    text-align: right;
  }

  .detail-body__item {
    flex: 1 1 100%;
    display: flex;
    margin-top: 25px;
  }

  .detail-body__item:nth-child(1n + 4) {
    margin-top: 25px;
  }

  .detail-body__item:first-child {
    margin-top: 0px !important;
  }

  .detail-body__text {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .detail-body__item img {
    width: 15px !important;
    height: 15px !important;
  }
}

@media (min-width: 1028px) {
  .topics {
    white-space: nowrap;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.q-cars-answer {
  margin: 32px 0;
}

.q-cars-answer * {
  font-size: 14px;
}

.q-cars-answer > p {
  margin: 0;
}

.q-cars-answer > p:not(:last-child) {
  margin-bottom: 10px !important;
}

.q-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (min-width: 767px) and (max-width: 1080px),
  only screen and (max-width: 576px) {
  .q-footer {
    flex-direction: column;
    gap: 16px;
  }

  .q-purple-btn {
    width: 100%;
    text-decoration: none;
    justify-content: center;
  }
}

.q-purple-btn {
  padding: 14px 24px;
  border-radius: 5px;
  font-family: gotham, sans-serif;
  display: flex;
  align-items: center;
  transition: background 0.3s;
  text-decoration: none;
}

.q-purple-btn:hover {
  text-decoration: none;
}

.q-purple-btn--outline {
  background: white;
  border: 1px solid #4338ca;
  color: #4338ca;
}

.q-purple-btn--outline:hover {
  background-color: #f9f9f9;
}

.answers-detail-item {
  display: flex;
}

.answers-detail-item:not(:first-child) {
  margin-top: 32px;
}

.correct-answer__show {
  color: #059669;
  font-weight: 700;
}

.incorrect-answer__show {
  color: #eb5757;
  font-weight: 700;
}

.answer-content {
  margin-left: 16px !important;
}

.answer-content p {
  display: inline;
}

.answer-content p > * {
  color: #000 !important;
}

.q-divider {
  margin: 18px 0;
  border-bottom: 1px solid rgba(171, 171, 171, 0.4);
}

.q-primary-wrapper {
  padding: 16px;
}

.correct-message span {
  font-size: 12px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) {
  .q-secondary-wrapper {
    padding: 11px 8px;
  }
}

.accordion-btn:focus {
  outline: 0;
}

.test-finished .accordion-btn {
  display: none;
}

.test-finished .solution-area {
  margin-top: 0;
}

.question-count {
  margin-left: 56px;
}

body.dark .solution-wrapper {
  background-color: #27272a;
  color: #fafafa;
}

body.dark .detail-body__item span.gray-600,
body.dark .detail-body__item span.gray-500,
body.dark .comment-section-header,
body.dark .answer-content p > * {
  color: #fafafa !important;
}

body.dark .highlight-success-text,
body.dark .highlight-danger-text {
  background-color: #fafafa;
  color: #27272a;
}

body.dark .q-purple-btn {
  border: none;
  color: #52525b;
}

body.dark .q-purple-btn svg path {
  fill: #52525b;
}

body.dark .correct-answer__show,
body.dark .answer-correct {
  color: #00d392;
}

body.dark .incorrect-answer__show {
  color: #eb5757;
}

body.dark .solution-area > a {
  color: #60a5fa;
}

body.dark #end-test-dialog {
  color: #52525b;
}

.mini_sub_menu svg {
  vertical-align: middle;
  cursor: pointer;
}

.question-percentage {
  margin-left: -3.65rem;
  width: 3.3rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1622px) {
  .question-percentage {
    margin-left: -3.65rem;
    width: 3.2rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}

#mcat-prep #examContent li {
  margin: 20px;
}
