<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Icons
*/

@import "../icons/font-awesome/css/font-awesome.min.css";
@import "../icons/themify-icons/themify-icons.css";
@import "../icons/material-design-iconic-font/css/material-design-iconic-font.min.css";
@import "../icons/simple-line-icons/css/simple-line-icons.css";
@import "../icons/ionicons/css/ionicons.min.css";
@import "../icons/weather-icons/less/weather-icons.min.css";
@import "../icons/typicons/typicons.min.css";
@import "../icons/dripicons/dripicons.css";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);

.fixed-chronometer {
  position: fixed;
  top: 90px;
  z-index: 5;
  padding: 10px;
  background-color: white;
  border: 1px dashed silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.sticky-modal {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .1);

  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-modal &gt; .congrats-content {
  color: #fff;
  padding: 30px 50px;
  text-align: center;
  margin-left: 240px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.sticky-modal &gt; .congrats-content * {
  color: #063763;
}

.sticky-modal &gt; .congrats-content p {
  font-size:  1.2em;
  display: flex;
  gap: 20px;
  margin: 0;
}

.sticky-modal &gt; .congrats-content h2 { margin-bottom: 20px; }
.sticky-modal &gt; .congrats-content .big-score { font-size: 3em; font-weight: bold; }
.sticky-modal &gt; .congrats-content .section-name { flex: 1 0 auto; text-align: left; }
.sticky-modal &gt; .congrats-content .section-score { width: 4em; }
.sticky-modal &gt; .congrats-content .section-correct { width: 8em; }

.sticky-modal &gt; .congrats-content button {
  margin-top: 20px;
}

.score-list {
  list-style-type: none;
  padding: 0 0 0 20px;
}

.score-bar {
  width: 25px;
  height: 12px;
  overflow: hidden;
  border-radius: 5px;
}

.score-item {
  align-items: center;
  cursor: default;
  display: flex;
  opacity: .8;
  gap: 20px;
}
.score-item:hover {
  opacity: 1;
}

.score-value {
  background-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  padding: 0 .3em;
}

.group-set + .group-set {
  margin-top: 10px;
}
.group-set summary {
  cursor: pointer;
  display: flex;
  gap: 10px;
}
.group-set summary::before {
  content:  'â–¹';
}
.group-set[open] summary::before {
  content:  'â–¿';
}

.note-heading{
    margin-left: 10px;
    display: inline-block !important;
}

.title-detail {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.topbar .topbar-left {
    height: 70px !important;
}


.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.p-left-0 {
    padding-left: 0 !important;
}

.p-top-0 {
    padding-top: 0 !important;
}

.scroll-parent {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.answer-custom-width {
    width: auto;
    text-align: center;
}

.scroll-parent .card-box {
    border: none;
    overflow-y: unset !important;
}

.scroll-parent .card-box.SAT-3-4 {
    overflow-y: scroll !important;
}

#remove-file, .exam_page_png {
    display: inline-block !important;
}
.exam_page_png {
    width: 50%;
}

#remove-file {
    width: auto !important;
}

.exam_page {
    width: 100%;
}

.question {
    float: left;
    left: 25px !important;
}

.card-box.SAT-3-4 .question {
    float: none;
    left: 10px !important;
}

.card-box.SAT .question {
    margin-bottom: 10px;
}

.card-box.FB .question {
    float: none;
    left: 0 !important;
}

.number-question {
    float: left;
    font-weight: bold;
    display: inline-block;
}

.card-box.FB input[type="text"] {
    width: 100%;
}

.subject-theme {
    width: 150px !important;
}

.clear {
    width: auto !important;
}

@media (min-width: 1024px) {
    .answer-custom-width {
        width: 15vw;
    }
}

@media (min-width: 1366px) {
    .card-box.FB input[type="text"] {
        width: 75%;
        float: left;
    }
    .overflow-y-hidden {
        overflow-y: clip !important;
    }
}

.exam-title-container {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-right: 20px;
} 
.more-exam:hover {
    cursor: pointer;
}
.exam-title-container b {
    font-size: x-large;
    color: #244f79;
}
.accordion {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(54, 64, 74, 0.05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.accordion-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.padding  {
    padding: 1rem;
}
.accordion hr {
    width: 100%;
}
.title-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
    width: 100%;
}

.exam-img{
    width: 100%;
}
.exam-details {
    width: 100%;
}

.spacer-icon {
    padding-left: 25px!important;
}

@media (min-width: 900px) {
    .exam-img{
        width: 50%;
    }
    .exam-details {
        width: 45%;
    }
}

.btn-take-again {
    color: #fff;
    background-color: #81c868;
    border: 1px solid #81c868;
}
.exam-empty-state {
    background: #4c79a6;
    border-radius: 5px;
    padding: 3rem;
    margin: 10vw;
}
.tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3rem;
}
.tags span {
    align-items: center;
    border-radius: 4px;
    background-color: #244f79;
    color: whitesmoke;
    display: inline-flex;
    font-size: 1.5rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.btn-hidden {
    border : none;
    background : none;
}
.align-end {
    float: right;
}
.space-between {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.link {
    color: #438ee1;
    text-decoration: none;
}
</pre></body></html>