.modal-content-details-course{
	border-radius: 12px !important;
	background-color: #fafafa;
}

.header-modal-details-course{
    position: relative;
	height: 280px;
	background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.header-modal-details-course::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    pointer-events: none;
}

.header-modal-details-course .close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
}

.info-header-card-details-course{
    z-index: 1;
    color: #fff;
}

.span-info-header-card-details-course{
    font-size: 14px;
    font-weight: 200;
}

.btn-nav-modal-details{
    background-color: #f8fafc;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 500;
}

.active-btn-details{
    background-color: #ffffff !important;
}

.description-course-details{
    font-size: 15px;
    font-weight: 200;
}

.content-other-info-details{
    font-weight: 200;
}

.title-contents-details{
    font-size: 17px;
    font-weight: 500;
}

.span-title-contents-details{
    color: #4a5565;
    font-weight: 200;
}

.button-area-name{
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 10px !important;
    white-space: unset;
    text-align: left;
}

.button-area-name:focus,
.button-area-name:active {
    outline: none !important;
    box-shadow: none !important;
}

.card-area-details{
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
}

.card-header-area-details{
    background-color: #fff;
    border-radius: 10px !important;
}

.text-muted-details{
    color: #6a7282 !important;
    font-size: 14px;
    font-weight: 500;
}

.text-title-content{
    background-color: #fff;
    color: #99a1af;
    font-weight: 500;
}

.badge-category-course{
    background-color: #f1f5f9;
    color: #000;
    font-weight: 500;
    font-size: 11.5px;
    border-radius: 6px;
    padding: 6px 10px 4px 10px;
}

.card-plan-modal-details{
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
}

.btn-buy-course{
    background-color: #2563eb;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

.btn-buy-course:hover{
    background-color: #3870eb;
    border: 1px solid #3870eb;
    color: #fff;
}

.text-old-price{
    color: red;
    text-decoration: line-through;
}

@media (max-width: 767.98px) {
    .text-muted-details{
        margin-left: 15px;
    }

    .header-modal-details-course{
        height: 220px;
    }
}