
.abp-modal-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 99999;
}
.abp-modal{
  width: min(600px, 100%);
	font-size: 18px;
	background: #FFFEED;
  padding: 40px;
  position: relative;
  max-height: 85vh;
  overflow: auto;
}
.abp-modal h2{
	text-align: center;
	padding-bottom:20px;
	color: #376040;
	margin: 0 36px 12px 0;
  font-size: 18px;
	font-weight: bold;
  line-height: 1.35;
}
.abp-modal ol{
    margin: 0;
    padding-left: 18px;
    font-size: 16px;
		font-weight: bold;
	color: #666;
}
.abp-modal li{ margin: 0 0 10px; }
.abp-modal-close{
	color: black;
	position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    font-size: 22px;
    line-height: 34px;
}
.abp-modal-close:hover{ background: rgba(0,0,0,.06); }

body.abp-modal-open { overflow: hidden; }

.exam-entry-page .notice {
	background:#FFF;
	padding:20px;
	border-radius: 25px;
}

.exam-entry-page button, .abp-button {
	background: #376040 !important;
    color: white !important;
    border: 0px !important;
}

.exam-entry-page button:hover, .abp-button:hover {
	background: #447050 !important;
    color: white !important;
}

.feedback-button {
    position: fixed;
    right: 20px;
    top: 50%;
}

.exam-question-page button {
	background:#376040;
	border-radius: 0px;
}
.exam-question-page .question-text {
	font-size: 20px;
	color: black;
}
.category-label {
	color: #376040;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 20px;
}
.exam-question-page .choices-list {
	background: #F8FAF5;
	padding: 10px;
	border: 1px solid #376040;
	margin: 20px 0px 20px 0px;
}
.exam-question-page .choices-list ul {
 	list-style: none; 
}
.exam-question-page .choices-list ul li {
	padding: 2px;
}
.exam-question-page .choices-list ul li label {
    font-size: 20px;
    font-weight: normal;
}
.exam-question-page .choices-list ul li input {
	margin-right: 10px;
}
.exam-question-page .submit {
	display: flex;
}
.exam-question-page .submit .left {
	flex: 1;
}
.exam-question-page .submit .right {
	flex: 1;
	text-align: right;
}
.abp-qnav {
    background: #eee;
    padding: 10px;
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.abp-qnav a.abp-qnum, .abp-qnav a.abp-result {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #999;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    user-select: none;
}
.abp-qnav a.abp-qnum:hover,.abp-qnav a.abp-result:hover { background: #f7f7f7; }
.abp-qnav a.abp-qnum.is-answered,.abp-qnav a.abp-result.is-answered { background: #dff3df; } /* light green */
.abp-qnav a.abp-qnum.is-current,.abp-qnav a.abp-result.is-current  { outline: 2px solid #2271b1; outline-offset: 1px; }
.abp-qnav a.abp-qnum.is-bookmarked,.abp-qnav a.abp-result.is-bookmarked  { background: #ffd9a8; } /* orange */
.abp-legend {
    display:flex;
    gap: 10px;
    padding: 0px 0px 10px 0px;
    align-items: center;
}
.abp-legend .is-answered {
    display: inline;
    background: #dff3df; 
    width: 20px;
    height: 20px;
    border: 1px solid #999;
} /* light green */
.abp-legend .is-bookmarked { 
    display: inline;
    background: #ffd9a8; 
    width: 20px;
    height: 20px;
    border: 1px solid #999;
} /* orange */

