h3 {
	font-weight: normal;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.7em;
	display: inline-block;
}
hr{
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.title-icon {
	font-size: 1.7em;
}
.product,#Three{
	border-radius: 15px;
	font-family: "Lato", sans-serif;
	text-align: center;
	background: white;
	padding: 10px 20px;
	margin: 15px 0px;
	border-top: 5px solid #EE5479;
}
.product:hover{
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.product h5 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.section p {
	text-align: justify;
	color: #3c3c3c;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	font-size: 1.2em;
	margin: 0;
}
.section {
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	background: white;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

a {
	text-decoration: none !important;
}
.product-active{
	background: #009400;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 10px 0px;
}
.product-active .glyphicon,
.product-upgrade .glyphicon {
	margin-left: -10px;
	margin-right: 10px;
	font-size: 0.9em;
}
.product-upgrade,.btn-upgrade{
	background: #1d3349;
	cursor: pointer;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 10px 0px;
	max-width: 250px;
	margin: 0 auto;
}
.product-total{
	background: #EE5479;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 15px 0;
	font-size: 0.9em;
	font-weight:900;
	border-radius:15px 15px 0px 0px ;
}
.cart-box{
	border-radius: 15px;
	font-family: "Lato", sans-serif;
	text-align: center;
	background: white;
	margin: 15px 0px;
}
.cart{
	padding: 20px;
}
.product-upgrade:hover,.btn-upgrade {
	background: #14a814;
	color: white;
}
#checkout-app .form-horizontal {
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
}
#checkout-app .form-horizontal .modal-header {
	font-weight: 600;
	font-size: 1.6em;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
}

.selected{
	box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 0.9) !important;
}
.section-select {
	display: block;
	background-image: radial-gradient(ellipse at 20% bottom, #132946 0%, rgba(19, 41, 70, 0.5) 60%), radial-gradient(ellipse at 90% bottom, #1d3350 10%, rgba(19, 41, 70, 0.8) 50%);
	width: 100%;
	margin-top: 20px;
	font-family: 'Lato';
	-webkit-font-smoothing: antialiased;
	padding-top: 35px;
	font-size: 1.6em;
	padding-bottom: 35px;
	border-radius: 5px;
	color: white;
  }
.product-price{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:34px !important;
	cursor: pointer;
}
.product-details{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:20px ;
}
.total-price{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:50px !important;
}
.product-cart{
	padding:10px 15px;
	font-family:"Lato", sans-serif;
	font-size:18px;
	color:#000000;
  	background-color: #e2f2f5;
	width: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.product-cancel{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 5px;
}
.show{
	display: block;
}
.hide{
	display: none;
}
@media screen and (min-width:992px) {
	.cart-product{
		min-height: 275px;
		
	}
	.product h5{
		min-height: 100px;
		font-size: 80%;
		font-weight: 400;
	}
	#Three h5{
		font-size: 90%;
		font-weight: 500;
	}
}
@media screen and (max-width:768px) {
 .course-flex{
	flex-direction: column;
 }
}

/* modal */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(72, 74, 75, 0.5);
	transition:  all 0.3s linear;
	visibility: visible;
	z-index: 10;
	
  }

  .close-btn {
	position: absolute;
	top: 0.4rem;
	right: 1rem;
	font-size: 2rem;
	background: transparent;
	border-color: transparent;
	color: hsl(360, 67%, 44%);
	cursor: pointer;
	transition: all 0.3s linear;
  }
  .close-btn:hover {
	color: hsl(360, 71%, 66%);

  }
#info{
	color:  #009400;
}


.modal-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	max-width: 700px;
}

.show{
	display: block;
}
.hide{
	display: none;
}

.course-div{
	background-color:  #f4587f;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	border-radius:15px;
	/* new */
	height: 85%;
	overflow: auto;
	max-height: 600px;
}
.course-flex{
	display: flex;
    justify-content: space-between;
}

.pry-content{
	padding: 25px 15px;
    color: black;
    background-color: white;
    border-radius: 15px;
    margin: 15px;
}
.course-item{
	padding: 0 15px;
	flex: 1;
}
.course-item ul{
	padding: 0px;
}

.course-item li{
	margin: 10px;
}
.course-item iframe{
	max-width: 100%;
    height: 100%;
	max-height: 400px;
}

.course-item img{
	max-width: 100%;
    height: auto;
	max-height: 200px;
}


.c-item{
    flex: 1; 
    box-sizing: border-box;
	margin: 10px 15px;
}

.c-item select{
    width: 100%;  
    height: 100%; 
    background-color: inherit;
    color: #fff; 
	padding: 15px;
}
.c-item select option {
    background-color: #fff; 
    color: #000; 
}
.c-item button {
    width: 100%; 
    height: 100%; 
}

.sell-btn{
    background-color: #1B263B; 
    border: none;
    cursor: pointer;
    color: #fff; 
	padding: 15px;
}

.sell-btn:hover {
    background-color: #223352; 
}

#cc-btn[disabled],#bc-btn[disabled] {
    cursor: not-allowed;
    background-color:  #1B263B; /* Grayed out background */
}

.course-div h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(111, 111, 111);
}
.option-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option-item {
    display: flex;
    align-items: baseline;
    padding: 5px 10px;
    border-radius: 4px;
}

.option-item.correct-answer {
    background-color: rgba(40, 167, 69, 0.1);  /* light green */
    border: 1px solid #28a745;
}

.option-item.wrong-answer {
    background-color: rgba(220, 53, 69, 0.1);  /* light red */
    border: 1px solid #dc3545;
}

.option-letter {
    min-width: 25px;
    font-weight: 500;
}
.product-upgrade.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #ccc;
}

.product-upgrade.disabled:hover {
    background-color: #ccc;
}
/*# sourceMappingURL=account.css.map */
