@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

#checkout-ui ,#checkout-ui > *{
    font-family: 'Lexend', sans-serif;
}
.form-group{
	flex: 1;
	padding: 10px;
}

.btn-primary {
    background-color: #121113;
    color:white;
    border: none;

}
.btn-primary:hover {
    background-color: #fee100;
    color: white;
}

.btn-primary:disabled {
	background-color: #121113;
	color:white;
    opacity: .65;
}

#course_image{
    width: 100px;
    height: 50px;
}

.swal-title{
	font-size: 1.25em !important;

}
.swal2-container{
    font-family: 'Lexend', sans-serif !important;    
		font-size: 1em !important;
}
.swal2-confirm{
    background-color: #fee100 !important;
    color: white;
}

.cart{
	border-left: 1px solid #eeeeee;
}