.btn:visited {
	color: inherit;
}

a#btn-confirm {
	color: #f26100;
}

a#btn-confirm:hover {
	color: #003d6e;
}


.btn-group-sm>.btn, .btn.btn-sm {
    padding: .7rem .9rem;
    font-size: 1.2rem;
}

.btn-group-sm>.btn i, .btn.btn-sm i {
    font-size: 1.2rem;
}

.btn.small-file-delete-btn{ padding: 1px 4px; font-size: 14px; font-weight: normal;}
.btn.small-file-delete-btn i{ font-size: 13px; }

.dashed-bottom {
	border-bottom: 1px dashed #e1d7b7;
	padding-bottom: 5px;
}

.shadow-box {
    background-color: #f9f9f9; /* Light background color for the div */
    border: 1px solid #ddd; /* Light border color */
    padding: 20px; /* Padding inside the div */
    margin: 20px; /* Margin outside the div */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
}

.inset-shadow {
	background-color: #e2e7ea;
	border: 1px solid #ccc;
	box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.2); /* Adjust the values as needed */
	color: #646464;
  }

.text-white {
	color: #fff;
}

.bg-blue {
	background: #003d6e;
	color: #fff;
}

.bg-light-blue {
	background: #dbefff;
}

.bg-light-orange {
	background: #fffcf2;
}

.light-gray{background-color:#f0f0f0;color:#1e1e1e;}
.light-silver{background-color:#e6e6e6;color:#1e1e1e;}
.light-ash{background-color:#dcdcdc;color:#1e1e1e;}
.light-blue{background-color:#add8e6;color:#1e1e1e;}
.light-sky-blue{background-color:#87cefa;color:#1e1e1e;}
.light-cyan{background-color:#e0ffff;color:#1e1e1e;}
.light-green{background-color:#e5fff8;color:#1e1e1e;}
.light-sea-green{background-color:#78d4a6;color:#fff}
.light-mint{background-color:#f5fffa;color:#1e1e1e;}
.light-pink{background-color:#ffb6c1;color:#1e1e1e;}
.light-salmon{background-color:#ffa07a;color:#1e1e1e;}
.light-rose{background-color:#fff0f0;color:#1e1e1e;}
.light-yellow{background-color:#ffffe0;color:#1e1e1e;}
.light-gold{background-color:#fafad2;color:#1e1e1e;}
.light-khaki{background-color:#f0e68c;color:#1e1e1e;}
.light-lavender{background-color:#e6e6fa;color:#1e1e1e;}
.light-thistle{background-color:#d8bfd8;color:#1e1e1e;}
.light-violet{background-color:#dda0dd;color:#1e1e1e;}
.light-orange{background-color:#fc9;color:#1e1e1e;}
.light-peach{background-color:#ffe5b4;color:#1e1e1e;}
.light-apricot{background-color:#fbceb1;color:#1e1e1e;}
.light-beige{background-color:#f5f5dc;color:#1e1e1e;}
.light-tan{background-color:#d2b48c;color:#1e1e1e;}
light-sand{background-color:#f4a460;color:#1e1e1e;}

ul.list-items li {
	border-bottom: 1px dashed #cccccc70;
}
ul.list-items li:last-child{
	border-bottom: 0;
}


/* file upload button */
input[type="file"]::file-selector-button {
	border-radius: 4px 0 0 4px;
	padding: 0.375rem 0.75rem;
	cursor: pointer;
	background-color: #eaecef;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	margin-right: 16px;
	transition: background-color 200ms;
  }

  /* file upload button hover state */
  input[type="file"]::file-selector-button:hover {
	background-color: #f3f4f6;
  }

  /* file upload button active state */
  input[type="file"]::file-selector-button:active {
	background-color: #e5e7eb;
  }

  .col-wrapper {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 25px 15px 15px;
}

.form-title {
	font-size: 3.2rem;
}

.form-subtitle {
	font-size: 2.8rem;
}

.form-sub-subtitle {
	font-size: 2.2rem;
}

p.fst-italic {
	color: rgba(0, 0, 0, 0.5);
}

.section-heading {
	font-size: 2rem;
	padding: 10px 10px;
	border-radius: 5px;
	background: #003d6e;
	color: #fff;
}

.section-sub-heading {
    font-size: 1.5rem;
    padding: 7px 10px;
    border-radius: 5px;
    background: #eee;
    color: #666666;
}

.list-group.vertical-steps .list-group-item.active a {
	font-weight: bold;
	text-shadow: none;
	opacity: 1;
}

.list-group.vertical-steps .list-group-item.active::before {
	background-color: #394a64;
	border-color: #394a64;
	color: #ffffff;
	font-weight: 600;
}

.card-border {
	border: 1px solid #d0dff1;
	border-radius: 6px;
}

.flex-between-center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.form-group {
	margin-bottom: 1.5rem;
}

.form-select {
	display: block;
	font-size: 1.6rem;
}

.sticky-sidebar {
	position: sticky;
	z-index: 1;
	top: calc(40px + 1rem);
}


.rwd-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.rwd-table tr:first-child {
	border-top: none;
	background: #003d6e;
	color: #fff;
}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
	background-color: #ebf3f9;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:first-child {
	margin-top: .5em;
}

.rwd-table td:last-child {
	margin-bottom: .5em;
}

.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 120px;
	display: inline-block;
	color: #000;
}

.rwd-table th,
.rwd-table td {
	text-align: left;
}

.rwd-table {
	color: #333;
	border-radius: .4em;
	overflow: hidden;
}

.rwd-table tr {
	border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
	padding: .5em 1em;
}

@media screen and (max-width: 600px) {
	.rwd-table tr:nth-child(2) {
		border-top: none;
	}

	.rwd-table {
		border: 0;
	}

	.rwd-table caption {
		font-size: 1.3em;
	}

	.rwd-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.rwd-table tr {
		display: block;
		margin-bottom: .625em;
	}

	.rwd-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
	}

	.rwd-table td::before {
		content: attr(data-th) ": ";
		text-align: left;
		float: left;
		font-weight: bold;
	}

	.rwd-table.full-width-caption-sm td {
		text-align: left;
	}

	.rwd-table.full-width-caption-sm td::before {
		width: 100%;
		margin-bottom: 5px;
	}

	.rwd-table tr:first-child {
		border-bottom: 0;
	}

	.rwd-table tr:last-child,
	.rwd-table td:last-child {
		border-bottom: 0;
	}
}

@media screen and (min-width: 601px) {
	.rwd-table tr:hover:not(:first-child) {
		background-color: #d8e7f3;
	}

	.rwd-table td:before {
		display: none;
	}

	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}

	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}

	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}

	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
}

@media screen and (max-width: 600px) {
	.form-group-sm {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 601px) {
	.form-group-sm {
		margin-bottom: 0;
	}
}


form .valid-field-label {
	color: #009688;
}

form .invalid-field-label {
	color: #ff0000;
}

form .valid-field {
	border-color: #009688;
	color: #009688;
	font-weight: normal;
}

form .invalid-field {
	border-color: #ff0000;
	color: #ff0000;
	font-weight: normal;
	font-style: italic;
}

form .form-group .control-label {
	margin-bottom: 3px;
}

.invalid-field.radio-fields .form-check-input[type=radio],
.invalid-field.checkbox-fields .form-check-input[type=checkbox] {
	border-color: #ff0000;
}

.invalid-field.radio-fields .form-check-input[type=radio]+label,
.invalid-field.checkbox-fields .form-check-input[type=checkbox]+label {
	font-style: normal;
}


#form-errormsg {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #f3c1c1;
	background: #fff9f9;
	font-style: italic;
}

ul.error-list {
	list-style: none;
	padding-left: 0;
}

ul.error-list li {
	color: #ff0000;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #ffcdcd;
}

ul.error-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}


.alert-simple.alert-danger{
	background: #fff9f9;
	font-style: italic;
}



.accordion-content {
	display: none;
	/* Hide content by default */
	padding: 10px;
	border: 1px solid #ddd;
}

.accordion-header {
	cursor: pointer;
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}

.accordion-header.active {
	background-color: #ccc;
}

#form-review-details .form-control:disabled,
#form-review-details .form-select:disabled {
	border: 0;
	background: #f8f8f8cc;
}

#form-review-details .form-check-input {
	background-color: transparent;
}

#form-review-details .form-check-input:checked {
	background-color: #73767a;
	border-color: transparent;
}

#form-review-details .fw-bold {
	color: #898989;
}

#form-review-details .form-control:disabled,
#form-review-details .form-select:disabled,
#form-review-details .form-check-input[disabled] ~ .form-check-label,
#form-review-details .form-check-input:disabled ~ .form-check-label {
	color:#0072b3;
	font-weight: 600;
}


/* QUIZ STYLE */
.top-section-info-box,
#quiz-question-holder .row .form-group:nth-child(1) {
    margin-bottom: 1.5rem;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
	background: #f9fcff;
}
#quiz-question-holder .row .form-group:nth-child(1) p{
 	background: transparent !important;
}

#quiz-question-holder .qmn_btn.mlw_qmn_quiz_link{
border: 0;
}

#quiz-question-holder .qmn_btn.mlw_qmn_quiz_link.mlw_previous{
	background: #bdc3c8 !important;
	color: #fff;
}

.quiz_section.qsm-question-wrapper .mlw_qmn_new_question {
	font-size: 1.7rem;
}

.quiz_section.qsm-question-wrapper .qsm-input-label {
	font-size: 1.5rem;
}

#quiz-question-holder .qmn_pagination {
	margin-top: 20px 0;
    padding: 5px 10px 10px 10px !important;
    border-radius: 6px;
}

#quiz-question-holder .qsm-quiz-container .quiz_section.qmn_error {
    color: #e46767;
}