.header_menu {
    padding-bottom: 30px;
}

.content__nav2 {
    background-color: #FFFFFF;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}


div.dt-container .dt-search input {
    outline: none;
    width: 300px !important;
}

.modal-info {
    margin-bottom: 10px;
}

.order-summary-row {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto auto 20px;
}

.order-summary-col {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
    margin: 0 10px;
    max-width: 31%;
    padding: 20px;
}

.order-summary-col {
    background: linear-gradient(113deg, #98ffff 1.34%, #9cf 99.03%);
}

.order-summary-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.order-summary-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.order-summary-left h2 {
    font-size: 2rem;
    font-weight: 700;
}

.order-summary-right {
    align-items: center;
    display: flex;
}

.order-summary-right i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.order-summary-change {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Đặt style cho tiêu đề Lịch sử mua hàng */
.order-history-title {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Badge styling cho trạng thái đơn hàng */
.badge {
    border-radius: 10px;
    font-size: 0.875rem;
    padding: 5px 10px;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #000;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

.align-items-end {
    padding-bottom: 15px;
}

.btn-dropdown {
    background-color: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    padding: 8px;
}

.dropdown-container {
    display: inline-block;
    position: relative;
}

.dropdown-menu {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 160px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 85%;
    z-index: 99;
}

.dropdown-menu.show {
    display: block;
    /* Hiển thị dropdown khi có class 'show' */
}

.dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.drop-item {
    align-items: center;
    background-color: white;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: clamp(14px, 2vw, 16px);
    gap: 5px;
    padding: 10px 16px;
    text-align: left;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    width: 100%;
}

.drop-item:hover {
    background-color: #eee;
}

.btn-delete-course-order {
    color: #e74c3c;
}

.popup-window-btn-badge {
    align-items: center;
    background: none;
    border: none;
    color: #333;
    display: flex;
    font-size: clamp(14px, 2vw, 16px);
    justify-content: center;
    padding: 10px;
    text-align: left;
}

.radio-item {
    align-items: center;
    display: flex;
    position: relative;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    align-items: center;
    display: flex;
    font-size: clamp(14px, 2vw, 16px);
}

.radio-item label:before {
    background-color: transparent;
    border: 2px solid #4937e4;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 0;
    position: relative;
    width: 20px;
}

.modal-content {
    border-radius: 1rem;
    overflow: hidden;
}

.detail-label {
    font-weight: 600;
    color: #6c757d;
}

.detail-value {
    font-size: 1rem;
    color: #212529;
}

.status-card {
    border-radius: 12px;
    background-color: #f8f9fa;
    padding: 1rem;
}

.badge {
    font-size: 0.9rem;
    padding: 0.45em 0.6em;
    border-radius: 0.5rem;
}

hr {
    border-color: #e0e0e0;
    margin: 1rem 0;
}


@media (max-width: 576px) {
    .order-summary-row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .order-summary-col {
        margin: 10px 0;
        max-width: 100%;
    }

    .order-summary-left h2 {
        font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-row {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .order-summary-col {
        margin: 10px 0;
        max-width: 100%;
    }


}


@media (min-width: 1200px) and (max-width: 1399.98px) {

}