
body {
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857;
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
}
h1 {
    margin-top: 10px;
}

h4 {
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.css-tt {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 550;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(233, 30, 99, 0.5);
    color: rgb(233, 30, 99);
	font-size: 14px!important;
}
.text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.btn {
    display: inline-block;
    line-height: 50px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

img {
    max-width: 100%;
}

.page {
    padding: 10px;
}
input[type="radio"]{
  accent-color:#1b9737;
}
.has-menu {
    margin-bottom: 60px;
}
#q-image{padding-bottom:10px;}
.menu {
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #1b9737;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .item+.item {
    border-left: 1px solid #fff;
}

.menu .item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 34px;
}

.menu .item:active {
    background-color: #909090;
}

.toast-top-center {
    top: 10px;
}

.page-home {
    padding: 0px;
}

.page-home .item {
    display: block;
    align-items: center;
    justify-content: flex-start;
    color: #28456a;
    border-radius: 10px;
    height: 150px;
    padding: 10px 10px 10px 10px;
	width: 100%;
    text-align: center;
}

.page-home .fa-home-page {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#list-page #list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

#list-page #list a {
    display: inline-block;
    border: 1px solid #a0a0a0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
	width: 100px;
}

#list-page #list a:active {
    background-color: #d0d0d0;
}

#list-page #list a.correct {
    background-color: #449d44;
    border-color: #449d44;
    color: #fff;
}

#list-page #list a.danger {
    border-color: #ff9400;
}

#list-page #list a.correctdanger {
    background-color: #449d44;
    border-color: #ff9400;
    color: #fff;
}

#list-page #list a.correct:active {
    background-color: #1f471f;
    border-color: #1f471f;
}

#list-page #list a.wrong {
    background-color: #dc1354;
    border-color: #dc1354;
    color: #fff;
}

#list-page #list a.wrongdanger {
    background-color: #dc1354;
    border-color: #ff9400;
    color: #fff;
}

#list-page #list a.wrong:active {
    background-color: #922420;
    border-color: #922420;
}

#details-page #q-details {
    padding: 5px;
    font-size: 16px;
    padding-bottom: 65px;
}

#details-page .answer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    border-bottom: 1px dashed #a0a0a0;
    cursor: pointer;
}

#details-page .answer.correct {
    color: blue;
}

#details-page .answer.wrong {
    color: red;
}

#details-page .answer:first-child {
    border-top: 1px dashed #a0a0a0;
}

#details-page .answer .a-text {
    margin-left: 7px;
}

#details-page .nav {
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#details-page .nav .item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 30px;
}

#details-page .nav .item:active {
    background-color: #909090;
}

#details-page .nav .item+.item {
    border-left: 1px solid #909090;
}

#reset-page a {
    display: inline-block;
    line-height: 50px;
    width: 100px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
}

#list-wrong-page {
    padding: 0px;
}

#list-wrong-page #list {
    padding: 5px;
    font-size: 16px;
}

#list-wrong-page #list .item+.item {
    margin-top: 30px;
}

#list-wrong-page .answer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    border-bottom: 1px dashed #a0a0a0;
}

#list-wrong-page .answer.correct {
    color: blue;
}

#list-wrong-page .answer.wrong {
    color: red;
}

#list-wrong-page .answer:first-child {
    border-top: 1px dashed #a0a0a0;
}

#list-danger-page {
    padding: 0px;
}

#list-danger-page #list {
    padding: 5px;
    font-size: 16px;
}

#list-danger-page #list .item+.item {
    margin-top: 10px;
}

#list-danger-page .answer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    border-bottom: 1px dashed #a0a0a0;
}

#list-danger-page .answer.correct {
    color: blue;
}

#list-danger-page .answer.danger {
    color: red;
}

#list-danger-page .answer:first-child {
    border-top: 1px dashed #a0a0a0;
}

#list-exam-page #list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

#list-exam-page #list #exam {
    display: inline-block;
    border: 1px solid #a0a0a0;
    height: 150px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    padding: 10px;
}

#list-exam-page #list a:active {
    background-color: #d0d0d0;
}

#list-exam-page #list a.correct {
    background-color: #449d44;
    border-color: #449d44;
    color: #fff;
}

#list-exam-page #list a.danger {
    border-color: #ff9400;
}

#list-exam-page #list a.correctdanger {
    background-color: #449d44;
    border-color: #ff9400;
    color: #fff;
}

#list-exam-page #list a.correct:active {
    background-color: #1f471f;
    border-color: #1f471f;
}

#list-exam-page #list a.wrong {
    background-color: #dc1354;
    border-color: #dc1354;
    color: #fff;
}

#list-exam-page #list a.wrongdanger {
    background-color: #dc1354;
    border-color: #ff9400;
    color: #fff;
}

#list-exam-page #list a.wrong:active {
    background-color: #922420;
    border-color: #922420;
}


/* Put your css in here */

#details-page .overlap {
    position: absolute;
    position: 0px 0px 0px 0px;
}

#details-page .ng-enter {
    animation-name: swipeLeft;
    -webkit-animation-name: swipeLeft;
    -o-animation-name: swipeLeft;
    animation: swipeLeft 0.25s ease-in-out;
    -o-animation: swipeLeft 0.25s ease-in-out;
    -webkit-animation: swipeLeft 0.25s ease-in-out;
}

#details-page .ng-leave {
    animation-name: swipeRight;
    -webkit-animation-name: swipeRight;
    -o-animation-name: swipeRight;
    animation: swipeRight 0.25s ease-in-out;
    -o-animation: swipeRight 0.25s ease-in-out;
    -webkit-animation: swipeRight 0.25s ease-in-out;
}

@keyframes swipeRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes swipeLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes swipeRight {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes swipeLeft {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-o-keyframes swipeRight {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        -o-transform: translateX(-100%);
    }
}

@-o-keyframes swipeLeft {
    0% {
        -o-transform: translateX(-100%);
    }
    100% {
        -o-transform: translateX(0);
    }
}
/*
     FILE ARCHIVED ON 11:52:16 Jul 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:10:57 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.539
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.034
  esindex: 0.009
  cdx.remote: 11.412
  LoadShardBlock: 182.324 (3)
  PetaboxLoader3.datanode: 106.882 (5)
  PetaboxLoader3.resolve: 136.499 (3)
  load_resource: 119.954
  loaddict: 47.566
*/