/* Tabs Navigation */
.nav-tabs {
    border-bottom: 2px solid #0b8e44;
}
.nav-tabs > li > a {
    color: #0b8e44;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #0b8e44;
    color: #fff;
}

/* Panels */
.panel {
    border-radius: 8px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    background-color: white !important;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    border: none !important;
}
.panel-body {
    padding: 0 !important;
}

/* Download section */
.download a {
    color: #0b8e44;
    font-weight: bold;
}
.download a:hover {
    text-decoration: underline;
}

/* Info alert */
.alert-danger {
    background-color: #ffebee;
    border-color: #f44336;
    color: #c62828;
    font-weight: bold;
}

/* Rating stars */
.hover-star {
    accent-color: #0b8e44;
    transform: scale(1.2);
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Comment Section */
#menu2 .panel-body {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
}
dl.dl-horizontal {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 10px 20px;
    padding: 20px;
}

dl.dl-horizontal dt {
    font-weight: bold;
    color: #0b8e44;
    text-align: right;
    white-space: nowrap;
}

dl.dl-horizontal dd {
    margin: 0;
    color: #333;
    font-weight: 500;
}

dl.dl-horizontal dd#download_hits {
    font-weight: bold;
    color: #0b8e44;
}


.register-btn {
    background: red;
    color: white !important;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.register-btn:hover {
    background: #097a3a;
}
.price{
    color: red;
}


/* Modal Body Styling */
.modal-body {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}


/* Label Styling */
.modal-body label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
}

/* Input & Textarea Styling */
.modal-body input, 
.modal-body textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border 0.3s;
}

.modal-body input:focus, 
.modal-body textarea:focus {
    border: 1px solid #0b8e44;
    outline: none;
    box-shadow: 0 0 5px rgba(11, 142, 68, 0.5);
}

/* Textarea Styling */
.modal-body textarea {
    resize: vertical;
    height: 80px;
}

/* Submit Button */
.submit-btn {
    background: #0b8e44;
    color: white;
    padding: 12px;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    transition: background 0.3s, transform 0.2s;
}

.submit-btn:hover {
    background: #097a3a;
    transform: scale(1.05);
}

/* Tiêu đề Modal */
.tieu_de_modal {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #0b8e44;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0b8e44;
    text-transform: uppercase;
}







































/* Hiệu ứng nền mờ khi hiển thị Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

/* Hiển thị Modal khi có class "show" */
.modal.show {
    display: flex;
}

/* Khung Modal */
.modal-dialog {
    background: white;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

/* Hiệu ứng mở Modal */
@keyframes fadeIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Nội dung Modal */
.modal-content {
    padding: 20px;
    position: relative;
    text-align: center;
}

/* Nút đóng Modal */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #666;
}

.close:hover {
    color: red;
}



/* Thông tin chuyển khoản */
.payment-info {
    font-size: 16px;
}

.payment-info h4 {
    color: #0b8e44;
    margin-bottom: 10px;
}

/* Mã QR */
.qr-code {
    width: 150px;
    height: 150px;
    margin: 10px 0;
    border-radius: 5px;
    border: 2px solid #0b8e44;
}




















.read_more_right{
    float: right;
}

.courses-height{
   margin-bottom: 15px;
}
.border{
    width: 80px;
    height: 2px;
    background:#0B8E44;
    margin-bottom: 10px;
}
.courrse-contai-img{
    padding: 0;
    margin-bottom:0;
    position: relative;
}
.courses-title{
    font-size: 20px;
}
.courrses-container-description{
    padding-top: 10px;
    border: solid 1px #f0eeee;
    min-height: 155px;
    position: relative;

}
.list-sub-coures{
    position: absolute;
    bottom: 10px;
}

.name-author{
    font-size: 18px;
    font-weight: 200;
    width: 100%;
    text-align: center;
    font-style: italic;
    color: #7a7a7a;
}
.container-description{
    padding: 0px 10px;
}
.courses-title>a{
    color: #0B8E44;
}
.view-all-courses{
    margin-right: 15px;
}
.view-all-icon{
    font-size: 16px;
    color: #252121 !important;
}
.title-link{
    font-size: 16px;
    font-weight: bold;
    color: black !important;
}
.push-courses{
    font-size: 25px;
    margin-top: 20px;
}
.file{
    font-size: 16px;
    margin-bottom: 10px;
}
.icon{

    color: #7a7a7a;
}
.tieu_de {
    color: #0b8e44;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #0b8e44;
    display: inline-block;
    padding-bottom: 5px;
}

.upload_time {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.course-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 10px;
    border-left: 4px solid #0b8e44;
    margin-bottom: 20px;
}

.tuition-fee {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.border-green-contai{
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3px;
    border-bottom: solid 1px #f0eeee;
}
.border-green{
    width: 50px;
    height: 2px;
    background-color: #10c407;
    margin: auto;
}
.tab_detail{
    padding-top: 10px;
}
