body {
    margin: 0;
    font-family: Arial, sans-serif;
	background-color: #f2f2f2;
}
label{
	cursor:pointer;
}input[type="radio"]{
	cursor:pointer;
}
.container-top{
	position:relative;
    width: 90%;
	margin:auto;
    padding: 10px 0;
}.container{
    width: 90%;
	margin:auto;
    padding: 10px 0;
}

main {
	margin-top:100px;
	position:relative;
    padding: 20px 0;
}

/*BODY*/
.quiz-category {
    margin-bottom: 30px;
}.pay-now-button {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 20px;
}

.pay-now-button:hover {
    background: linear-gradient(90deg, #e52e71, #ff8a00);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.pay-now-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.quiz-category h2 {
    color: #004d40;
}

.quiz-category ul {
    list-style-type: none;
    padding: 0;
	
    margin-left: 30px;
}
.quiz-category ul liul li a{
    text-decoration:none;
	color:black;
}.quiz-category ul li a:hover{
	color:orange;
}
.quiz-category ul li {
    margin-bottom: 10px;
}

.quiz-category ul li::before {
    content: "•";
    color: #004d40;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/*END BODY*/

/*AT dashboard 1*/
.exam-options .exam-options {
    margin-bottom: 20px;
}

.exam-options label {
    font-weight: bold;
}

.exam-options select, button {
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.exam-options button {
    background-color: #004d40;
    color: white;
    border: none;
}.exam-options button:hover {
    background-color: #003f33;
}




.btn-next{
	background-color: orange;
	cursor:pointer;
	display:block;
	margin-left:auto;
	margin-right:10px;
  
}.btn-next:hover{
	background-color: #003f33;
	cursor:pointer;
  
}.btn-next a{
	text-decoration:none;  color: white;
}.btn-solution{
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	color:orange;
	text-decoration:underline;
	cursor:pointer;
}
.btn-solution:hover{
	color:black;
	cursor:pointer;
}
/*Exam Selection*/


.selected-items {
    max-width: 90%;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align:justify;
}.selected-items ol li{
	max-width: 100%;
	display:block;
	padding: 10px;
	list-style:none;
	text-align:justify;
}.selected-items ol li label span {
	line-height:1.5em;
    display: inline-block;
    vertical-align: top; 
    width: calc(100% - 30px); /* adjust width based on your layout */
    text-indent: .5em; /* Indent the first line */
    padding-left: 0.1em; /* Optional: Add some padding to align with the radio button */
    /* Use the following property to indent subsequent lines */
    margin-left: -1em; /* Negative margin to pull subsequent lines back */
}@media screen and (max-width: 600px) {
	.selected-items ol li label span {
   line-height:1.5em;
	}
	.selected-items{
	    display:block;
	    margin:auto;
	}
}

.selected-items h1{
	text-align: center;
    margin-bottom: 0;
	font-size: 28px;
    color: #333;
}.selected-items h4{
	text-align: center;
	margin-top:0;
    margin-bottom: 10px;
	font-size: 20px;
    color: #666;
}.selected-items h5{
	padding:0;
}.selected-items hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
@media screen and (max-width: 600px) {
		.selected-items {
			width: 98%;
		}
			.container-top{width: 100%;}
	}
.selected-items #exam-form form {
    margin-top: 20px;
}

.selected-items #exam-form ol {
   margin-left:5px;
    padding: 0;
}

.selected-items #exam-form li {
    margin-bottom: 20px;
}

.selected-items #exam-form h3 {
    margin-bottom: 10px;
	font-size:15px;
}

.selected-items #exam-form label {
    display: block;
}

.selected-items #exam-form input[type="radio"] {
    margin-right: 10px;
}

.selected-items .btn-quiz{
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #004d40;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.btn-quiz:hover {
    background-color: #003f33;
}.btn-quiz:active {
     background-color: #004080;
    transform: translateY(1px);
}
.btn-next-set{
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #004d40;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}.btn-next-set:active{
    background-color: #004080;
    transform: translateY(1px);
}
.btn-next-set[disabled] {
	background-color: #ccc;
	color: #999;
	cursor: not-allowed;
}

.selected-items #result ol .div-questions {
	 max-width: 100%;
	margin-top:15px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align:justify;
}
/*AT dashboard 1*/

/*START dashboard 2*/
.selected-items-2 {
    max-width: 100%;
	padding: 20px;
    margin: 50px auto;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align:justify;
	display:block;
	
}.selected-items-2 ol li{
	max-width: 100%;
	display:block;
	padding: 10px;
	list-style:none;
	text-align:justify;
}.selected-items-2 ol li label span {
    display: inline-block;
    vertical-align: top; 
    width: calc(100% - 30px); /* adjust width based on your layout */
    text-indent: .5em; /* Indent the first line */
    padding-left: 0.1em; /* Optional: Add some padding to align with the radio button */
    /* Use the following property to indent subsequent lines */
    margin-left: -1em; /* Negative margin to pull subsequent lines back */
}@media screen and (max-width: 600px) {
	.selected-items-2 ol li label span {
   line-height:1.5em;
	}
}

.selected-items-2 h1 {
    text-align: center;
    margin-bottom:0;
}.selected-items-2 h4 {
    text-align: center;
	margin-top:0;
    margin-bottom: 10px;
}

.selected-items-2 h1 {
    font-size: 28px;
    color: #333;
}

.selected-items-2 h4 {
    font-size: 20px;
    color: #666;
}

.selected-items-2 hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.selected-items-2 ol {
    padding-left: 30px;
    padding-top: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
}

.selected-items-2 li {
    margin-bottom: 5px;
	font-family: 'Roboto', 'Arial', sans-serif;
	
}

.selected-items-2 li h3 {
    font-size: 18px;
    color: #333;
}

.selected-items-2 li img.text-images {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

.selected-items-2 label {
    display: block;
    margin: 5px 0;
	font-weight:lighter;
}

.selected-items-2 label input {
    margin-right: 10px;
}
.btn-report{
	 background-color: orange;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: auto;
	text-decoration:none;
}.btn-report:hover{
	background-color: #28a745;
    transform: translateY(-2px);
	}
.btn-report:active{
	background-color: #004080;
    transform: translateY(1px);
}
	
	
.selected-items-2 .btn-quiz {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: auto;
}.selected-items-2 .btn-next{
	background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: auto;
}.selected-items-2 .btn-ai{
	background-color: #004d40;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: auto;
}

.selected-items-2 .btn-quiz:hover,  .btn-ai:hover {
    background-color: #28a745;
    transform: translateY(-2px);
}.selected-items-2 .btn-next:hover {
	 background-color: #0056b3;
    transform: translateY(-2px);
}

.selected-items-2 .btn-quiz:active{
    background-color: #004080;
    transform: translateY(1px);
}
.selected-items-2  .btn-next:active {
    background-color: #28a745;
    transform: translateY(1px);
}



.selected-items-2 .titleh3 {
   
    font-size: 20px;
    color: #333;
    margin-top: 30px;
}

.selected-items-2 .titleh3 .fa-crown {
    color: #FFD700; /* Gold color */
    margin-left: 5px;
}

 .btn-next[disabled] {
            background-color: #ccc;
            color: #999;
            cursor: not-allowed;
        }

.d2-specific-topic{
	margin:0;
	color: #008080;
}	
/*START TYPWRITER EFFECT TO THE RATIONALE DASHBOARD -2*/
.div-rationale{
	display:inline-block;
	padding:30px;
	
}.div-rationale .titleh3{
	display:inline-block;
	margin-bottom:0;
	
}.div-rationale i{
	display:inline-block;
}

/*END TYPWRITER EFFECT TO THE RATIONALE DASHBOARD -2*/
		
/*END dashboard 2*/

/*Btn START*/
 .upgrade-container {
            text-align: center;
            padding: 20px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            max-width: 80%;
            margin: auto;
            font-family: Arial, sans-serif;
        }
        .upgrade-heading {
            font-size: 24px;
            color: #333;
            margin-bottom: 10px;
        }
        .upgrade-text {
            font-size: 18px;
            color: #555;
            margin-bottom: 20px;
        }
        .subscribe-button {
            background-color: #ff9900;
            color: white;
            border: none;
            padding: 12px 24px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 4px;
            transition: background-color 0.3s;
        }
        .subscribe-button:hover {
            background-color: #e68a00;
        }
/*Btn Subscription END*/
main a[href],footer a[href] {
  text-decoration: none;
  cursor: pointer;
  color: #007BFF;
}

main a[href]:hover,footer a[href]:hover {
  color: #0056b3;
}

/*START FOR thereis exam*/
.btn{
	text-decoration:none;
	cursor:pointer;
	padding:10px;
	border-radius:5px;
	background-color:green;
	margin-top:5px;
	color:white;
}.thereisexam{
	text-align:center;
}
/*END FOR thereis exam*/

/*FOR Progress.php*/
.btn-progress{
	text-decoration:none;
	cursor:pointer;
	padding:10px;
    background-color: #007bff;
    border-color: #007bff;
	border-radius:5px;
	display:block;
	width:50%;
    text-align:center;
	margin:auto;
}.selected-items-2 a[href]{
    text-decoration:none;
    color:white;
}
.appendhtmlP{
	 
	
	text-align:justify;
	
}.ratingP{
	display:block;
	text-align:justify;
	margin-left:0;
	padding:15px;
	background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display:block;
}.ratingP h4{
	margin:0;
}.ratingP-0{
    width:80%;
    padding:15px;
    text-align:justify;
}


/*END FOR progress.php*/

/*DASHBOARD*/
#exam-form ul li{
    margin-left:25px;
}@media screen and (max-width: 600px) {
        #exam-form ul li{
            margin:auto;
        }
}/* Ensure the container of the select is centered */


/*END DASHBOARD*/


