﻿@charset "UTF-8";
.html-page .page-content {
  text-align: justify;
  padding-bottom: 20px;
}
.html-page .page-content a {
  color: var(--bs-primary);
}

.news.list .page-content {
  color: var(--text-color-light);
}
.news.list .news-item {
  box-shadow: 0 0px 5px 0px #cecece;
  border-radius: 20px;
  overflow: hidden;
}
.news.list .news-item .img-wrap {
  display: block;
  overflow: hidden;
}
.news.list .news-item .img-wrap img {
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.news.list .news-item .content-container {
  text-align: right;
  padding: 15px;
  background: white;
}
.news.list .news-item .content-container .icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.news.list .news-item .content-container .icons .date {
  display: inline-block;
  color: var(--text-color-light);
  font-size: 1.3rem;
}
.news.list .news-item .content-container .icons .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: var(--bs-primary);
  font-size: 1.6rem;
}
.news.list .news-item .content-container .icons .view {
  display: inline-block;
  color: var(--text-color-light);
  font-size: 1.3rem;
}
.news.list .news-item .content-container .icons .view:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: var(--bs-primary);
  font-size: 1.6rem;
}
.news.list .news-item .content-container .more-btn {
  display: block;
  color: var(--bs-primary);
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.4rem;
}
.news.list .news-item .content-container .more-btn:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}
.news.list .news-item .content-container h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.news.list .news-item .content-container p {
  line-height: 2;
  margin-bottom: 10px;
  overflow: hidden;
  color: var(--text-color-light);
}
.news.list .news-item:hover .img-wrap img {
  transform: scale(1.05);
}
.news.detail .page-content {
  margin-bottom: 20px;
}
.news.detail .page-content .icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.news.detail .page-content .icons .date {
  display: inline-block;
  color: var(--text-color-light);
  font-size: 1.3rem;
}
.news.detail .page-content .icons .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: var(--bs-primary);
  font-size: 1.6rem;
}
.news.detail .page-content .icons .view {
  display: inline-block;
  color: var(--text-color-light);
  font-size: 1.3rem;
}
.news.detail .page-content .icons .view:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: var(--bs-primary);
  font-size: 1.6rem;
}
.news.detail .page-content .dscp {
  font-size: 1.6rem;
  text-align: justify;
}
.news.detail .page-content .img-container {
  float: right;
  margin: 0 20px 20px;
}
.news.detail .page-content .img-container img {
  border-radius: 20px;
}

@media (max-width: 992px) {
  .news.detail .page-content .img-container {
    float: none;
    margin: 0 0 20px;
  }
}
.page-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 40px 15px;
}
.page-login .form-group {
  margin-bottom: 10px;
}
.page-login .login-wrapper {
  width: 100%;
  max-width: 460px;
}
.page-login .login-card {
  background: #fff;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.page-login .brand-area {
  text-align: center;
  margin-bottom: 30px;
}
.page-login .brand-area .logo-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-login .brand-area .logo-icon i {
  font-size: 38px;
}
.page-login .brand-area h1 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}
.page-login .brand-area p {
  margin: 0;
  color: #777;
  font-size: 14px;
}
.page-login .form-container {
  animation: fadeIn 0.25s ease;
}
.page-login .custom-alert {
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}
.page-login .social-login {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 576px) {
  .page-login {
    padding: 20px 12px;
  }
  .page-login .login-card {
    padding: 25px 20px;
    border-radius: 16px;
  }
  .page-login .brand-area h1 {
    font-size: 22px;
  }
}

.user-panel .vpd-input-group .form-control {
  border: 1px solid #dadada;
  border-radius: 25px 0 0 25px;
}
.user-panel .vpd-input-group .vpd-clear-btn {
  right: 0;
  left: auto;
}
.user-panel .page-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.user-panel .page-header .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel .page-header .icon i {
  font-size: 25px;
}
.user-panel .page-header h2 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}
.user-panel .page-header p {
  margin: 0;
  color: #777;
  font-size: 14px;
}
.user-panel .paging {
  padding: 20px 0;
  text-align: center;
}
.user-panel .paging .page-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user-panel .paging .page-items .page-item {
  border: 1px solid #dee2e6;
  padding: 2px 15px;
  cursor: pointer;
}
.user-panel .paging .page-items .page-item.active {
  font-weight: 500;
  background: #e8e8e8;
}
.user-panel .paging .page-items .page-item:first-child {
  border-radius: 0 5px 5px 0;
}
.user-panel .paging .page-items .page-item:last-child {
  border-radius: 5px 0 0 5px;
}
.user-panel .paging .page-items .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.user-panel .user-panel-box {
  background: #fff;
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.user-panel .nav-wrapper {
  width: 280px;
  background: #fff;
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.user-panel .nav-wrapper .profile-info {
  padding: 0 10px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.user-panel .nav-wrapper .profile-info .name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .name .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel .nav-wrapper .profile-info .name .icon i {
  font-size: 26px;
}
.user-panel .nav-wrapper .profile-mini-avatar {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.user-panel .nav-wrapper .profile-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-panel .nav-wrapper .profile-mini-avatar i {
  font-size: 35px;
}
.user-panel .nav-wrapper .navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-panel .nav-wrapper .navigation .nav-item {
  margin-bottom: 8px;
}
.user-panel .nav-wrapper .navigation .nav-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 12px;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.25s;
}
.user-panel .nav-wrapper .navigation .nav-item a .icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f6f6f6;
  color: #777;
  transition: 0.25s;
}
.user-panel .nav-wrapper .navigation .nav-item a .icon i {
  font-size: 17px;
}
.user-panel .nav-wrapper .navigation .nav-item a:hover {
  color: #cf1515;
  background: #fff5f5;
}
.user-panel .nav-wrapper .navigation .nav-item a:hover .icon {
  background: #cf1515;
  color: #fff;
}
.user-panel .nav-wrapper .navigation .nav-item.active a {
  background: #cf1515;
  color: #fff;
  box-shadow: 0 8px 20px rgba(207, 21, 21, 0.25);
}
.user-panel .nav-wrapper .navigation .nav-item.active a .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a {
  color: #dc3545;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a .icon {
  background: #fdecec;
  color: #dc3545;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a:hover {
  background: #fdecec;
}
.user-panel.profile .dashboard-page .welcome-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}
.user-panel.profile .dashboard-page .welcome-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin: 0 0 10px;
}
.user-panel.profile .dashboard-page .welcome-card p {
  color: #777;
  margin: 0;
  font-size: 15px;
}
.user-panel.profile .dashboard-page .membership-status {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 22px;
  border-radius: 14px;
}
.user-panel.profile .dashboard-page .membership-status i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
}
.user-panel.profile .dashboard-page .membership-status span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}
.user-panel.profile .dashboard-page .membership-status strong {
  font-size: 17px;
}
.user-panel.profile .dashboard-page .membership-status.active {
  background: #eaf8ef;
}
.user-panel.profile .dashboard-page .membership-status.active i {
  background: #d5f1df;
  color: #198754;
}
.user-panel.profile .dashboard-page .membership-status.active strong {
  color: #198754;
}
.user-panel.profile .dashboard-page .membership-status.inactive {
  background: #fdecec;
}
.user-panel.profile .dashboard-page .membership-status.inactive i {
  background: #fbd4d4;
  color: #cf1515;
}
.user-panel.profile .dashboard-page .membership-status.inactive strong {
  color: #cf1515;
}
.user-panel.profile .dashboard-page .dashboard-box {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}
.user-panel.profile .dashboard-page .dashboard-box .box-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.user-panel.profile .dashboard-page .dashboard-box .box-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.user-panel.profile .dashboard-page .membership-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-panel.profile .dashboard-page .membership-content span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 6px;
}
.user-panel.profile .dashboard-page .membership-content b {
  font-size: 18px;
  color: #222;
}
.user-panel.profile .dashboard-page .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cf1515;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.profile .dashboard-page .primary-btn:hover {
  background: #b81212;
  color: #fff;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership {
  text-align: center;
  padding: 25px;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 21, 21, 0.08);
  color: #cf1515;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership .icon i {
  font-size: 32px;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #222;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership p {
  color: #777;
  max-width: 500px;
  margin: 0 auto 25px;
  line-height: 1.8;
}
.user-panel.addresses .address-container {
  margin-top: 30px;
}
.user-panel.addresses .address-container .address-item {
  border-top: 1px solid var(--bs-border-color);
  padding: 10px 0 5px;
  color: #8c8c8c;
  font-size: 0.8rem;
  position: relative;
}
.user-panel.addresses .address-container .address-item .address {
  font-size: 1rem;
  color: black;
  padding-left: 15px;
}
.user-panel.addresses .address-container .address-item .icon {
  font-size: 1rem;
  vertical-align: sub;
}
.user-panel.addresses .address-container .address-item .dropdown {
  position: absolute;
  top: 10px;
  left: 5px;
  cursor: pointer;
  color: black;
}
.user-panel.addresses .address-container .address-item .dropdown ul {
  font-size: 0.9rem;
}
.user-panel.addresses .address-container .address-item .dropdown ul .icon {
  display: inline-block;
  font-size: 1rem;
  margin-left: 5px;
}
.user-panel.likes .item-container {
  border: 1px solid var(--bs-border-color);
  background: white;
}
.user-panel.likes .item-container .img-container {
  height: 320px;
}
.user-panel.likes .item-container .img-container img {
  object-fit: contain;
  max-height: 100%;
  height: 100%;
}
.user-panel.likes .item-container .title {
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.6;
}
.user-panel.likes .item-container:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.user-panel.orders .orders-page, .user-panel.order .orders-page {
  max-width: 900px;
  margin: 40px auto;
}
.user-panel.orders .orders-page .orders-title, .user-panel.order .orders-page .orders-title {
  margin-bottom: 25px;
}
.user-panel.orders .orders-page .orders-title h2, .user-panel.order .orders-page .orders-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
}
.user-panel.orders .orders-page .order-card, .user-panel.order .orders-page .order-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: 0.25s;
}
.user-panel.orders .orders-page .order-card:hover, .user-panel.order .orders-page .order-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.user-panel.orders .orders-page .order-header, .user-panel.order .orders-page .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.user-panel.orders .orders-page .order-header .order-id, .user-panel.order .orders-page .order-header .order-id {
  font-size: 18px;
  font-weight: 700;
  color: #cf1515;
}
.user-panel.orders .orders-page .order-header .order-date, .user-panel.order .orders-page .order-header .order-date {
  color: #777;
  margin-top: 5px;
  font-size: 14px;
}
.user-panel.orders .orders-page .order-status, .user-panel.order .orders-page .order-status {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.orders .orders-page .order-status.success, .user-panel.order .orders-page .order-status.success {
  background: #e8f7ee;
  color: #198754;
}
.user-panel.orders .orders-page .order-status.failed, .user-panel.order .orders-page .order-status.failed {
  background: #fdecec;
  color: #cf1515;
}
.user-panel.orders .orders-page .order-info, .user-panel.order .orders-page .order-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}
.user-panel.orders .orders-page .order-info .info-box, .user-panel.order .orders-page .order-info .info-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 18px;
}
.user-panel.orders .orders-page .order-info .info-box span, .user-panel.order .orders-page .order-info .info-box span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}
.user-panel.orders .orders-page .order-info .info-box strong, .user-panel.order .orders-page .order-info .info-box strong {
  font-size: 16px;
}
.user-panel.orders .orders-page .order-items, .user-panel.order .orders-page .order-items {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.user-panel.orders .orders-page .order-items h4, .user-panel.order .orders-page .order-items h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.user-panel.orders .orders-page .order-items .item-row, .user-panel.order .orders-page .order-items .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 10px;
}
.user-panel.orders .orders-page .order-items .item-title, .user-panel.order .orders-page .order-items .item-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-panel.orders .orders-page .order-items .item-title .item-icon, .user-panel.order .orders-page .order-items .item-title .item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel.orders .orders-page .order-footer, .user-panel.order .orders-page .order-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.user-panel.orders .orders-page .order-footer a, .user-panel.order .orders-page .order-footer a {
  padding: 11px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
}
.user-panel.orders .orders-page .order-footer .invoice-btn, .user-panel.order .orders-page .order-footer .invoice-btn {
  border: 1px solid #ddd;
  color: #555;
}
.user-panel.orders .orders-page .order-footer .invoice-btn:hover, .user-panel.order .orders-page .order-footer .invoice-btn:hover {
  background: #f5f5f5;
}
.user-panel.orders .orders-page .order-footer .detail-btn, .user-panel.order .orders-page .order-footer .detail-btn {
  background: #cf1515;
  color: #fff;
}
.user-panel.orders .orders-page .order-footer .detail-btn:hover, .user-panel.order .orders-page .order-footer .detail-btn:hover {
  background: #b51212;
}
.user-panel.orders .orders-page .empty-orders, .user-panel.order .orders-page .empty-orders {
  background: #fff;
  border-radius: 16px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.user-panel.orders .orders-page .empty-orders .empty-icon, .user-panel.order .orders-page .empty-orders .empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.08);
  color: #cf1515;
}
.user-panel.orders .orders-page .empty-orders .empty-icon i, .user-panel.order .orders-page .empty-orders .empty-icon i {
  font-size: 35px;
}
.user-panel.orders .orders-page .empty-orders h4, .user-panel.order .orders-page .empty-orders h4 {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}
.user-panel.orders .orders-page .empty-orders p, .user-panel.order .orders-page .empty-orders p {
  color: #777;
  font-size: 15px;
  margin: 0;
}
.user-panel.orders #orderDetail.order-detail-container, .user-panel.order #orderDetail.order-detail-container {
  max-width: 900px;
  margin: 40px auto;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions, .user-panel.order #orderDetail.order-detail-container .event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a, .user-panel.order #orderDetail.order-detail-container .event-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a i, .user-panel.order #orderDetail.order-detail-container .event-actions a i {
  font-size: 16px;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a:hover, .user-panel.order #orderDetail.order-detail-container .event-actions a:hover {
  transform: translateY(-2px);
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .invoice-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .invoice-btn {
  background: #eef2ff;
  color: #4338ca;
  border: 1px solid #c7d2fe;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .invoice-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .invoice-btn:hover {
  background: #4338ca;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .event-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .event-btn {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .event-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .event-btn:hover {
  background: #047857;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .certificate-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .certificate-btn {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .certificate-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .certificate-btn:hover {
  background: #c2410c;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .order-header, .user-panel.order #orderDetail.order-detail-container .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .order-header h2, .user-panel.order #orderDetail.order-detail-container .order-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .order-header h2 b, .user-panel.order #orderDetail.order-detail-container .order-header h2 b {
  color: #cf1515;
}
.user-panel.orders #orderDetail.order-detail-container .order-header p, .user-panel.order #orderDetail.order-detail-container .order-header p {
  margin: 8px 0 0;
  color: #6c757d;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .invoice-btn, .user-panel.order #orderDetail.order-detail-container .order-header .invoice-btn {
  background: #cf1515;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .invoice-btn:hover, .user-panel.order #orderDetail.order-detail-container .order-header .invoice-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.user-panel.orders #orderDetail.order-detail-container .order-header .event-btn, .user-panel.order #orderDetail.order-detail-container .order-header .event-btn {
  background: #198754;
  color: #fff;
  margin-left: 5px;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .event-btn:hover, .user-panel.order #orderDetail.order-detail-container .order-header .event-btn:hover {
  background: rgb(17.03125, 91.96875, 57.225);
}
.user-panel.orders #orderDetail.order-detail-container .order-card, .user-panel.order #orderDetail.order-detail-container .order-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
.user-panel.orders #orderDetail.order-detail-container .order-summary, .user-panel.order #orderDetail.order-detail-container .order-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item.item-full, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item.item-full {
  grid-column: 1/-1;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item span, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item span {
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item b, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box, .user-panel.order #orderDetail.order-detail-container .membership-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box h3, .user-panel.order #orderDetail.order-detail-container .membership-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .content, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .content {
  flex: 1;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-icon, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  font-size: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content h4, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content p, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content p {
  margin: 0 0 10px;
  color: #6c757d;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date {
  display: flex;
  gap: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date span, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date span {
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date b, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history h3, .user-panel.order #orderDetail.order-detail-container .payment-history h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #f8f9fa;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item p, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item p {
  margin: 0 0 8px;
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item b, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item .status-success, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item .status-success {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: #e8f8ee;
  color: #198754;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item .status-failed, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item .status-failed {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: #fdecec;
  color: #cf1515;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.comments .stuff-container .img-container {
  position: relative;
}
.user-panel.comments .stuff-container .img-container .datetime {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.comments .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}
.user-panel.change-password .change-password-page .password-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.user-panel.change-password .change-password-page .custom-alert {
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 20px;
  border: none;
}
.user-panel.change-password .change-password-page .form-row {
  margin-bottom: 25px;
}
.user-panel.change-password .change-password-page .form-row .field-error {
  color: #cf1515;
  font-size: 13px;
  margin-top: 8px;
}
.user-panel.change-password .change-password-page .two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.user-panel.change-password .change-password-page .btn-container {
  text-align: center;
  margin-top: 30px;
}
.user-panel.change-password .change-password-page .btn-submit {
  background: #cf1515;
  border: none;
  color: #fff;
  padding: 13px 35px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.user-panel.change-password .change-password-page .btn-submit i {
  margin-left: 8px;
}
.user-panel.change-password .change-password-page .btn-submit:hover {
  background: #b81212;
  transform: translateY(-2px);
}
.user-panel.settings .settings-page .profile-image-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #aaa;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar-empty i {
  font-size: 45px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f1f1;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-image-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cf1515;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-image-edit:hover {
  transform: scale(1.1);
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title {
  display: flex;
  flex-direction: column;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title strong {
  font-size: 16px;
  margin-bottom: 6px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title span {
  color: #777;
  font-size: 13px;
}
@media (max-width: 576px) {
  .user-panel.settings .settings-page .profile-image-card .profile-image-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.user-panel.settings .settings-page .settings-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.user-panel.settings .settings-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.user-panel.settings .settings-page .full {
  grid-column: 1/-1;
}
.user-panel.settings .settings-page .custom-alert {
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}
.user-panel.settings .settings-page .btn-container {
  text-align: center;
  margin-top: 30px;
}
.user-panel.settings .settings-page .btn-submit {
  background: #cf1515;
  border: none;
  color: white;
  padding: 12px 35px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}
.user-panel.settings .settings-page .btn-submit:hover {
  background: #b81212;
}
.user-panel.settings .settings-page .btn-submit.small {
  padding: 8px 20px;
  margin-top: 20px;
}
.user-panel.settings .settings-page .verification-box {
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.user-panel.settings .settings-page .verification-box .verification-icon {
  width: 80px;
  height: 80px;
  margin: auto auto 20px;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-panel.settings .settings-page .verification-box .verification-icon i {
  font-size: 35px;
}
.user-panel.settings .settings-page .change-info {
  color: #cf1515;
  cursor: pointer;
  margin-right: 8px;
}
.user-panel.settings .settings-page .times-left {
  margin: 25px 0;
}

@media (max-width: 992px) {
  .profile-info {
    padding: 0 5px 15px;
    margin-bottom: 10px;
  }
  .profile-info .name {
    font-size: 17px;
  }
  .profile-info .name .icon {
    width: 38px;
    height: 38px;
  }
  .profile-info .name .icon i {
    font-size: 22px;
  }
  .user-panel .nav-wrapper {
    width: 100%;
    position: relative;
    top: auto;
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .user-panel .nav-wrapper .navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .user-panel .nav-wrapper .navigation::-webkit-scrollbar {
    display: none;
  }
  .user-panel .nav-wrapper .navigation .nav-item {
    flex: 0 0 auto;
    margin: 0;
  }
  .user-panel .nav-wrapper .navigation .nav-item a {
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    gap: 8px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a .icon i {
    font-size: 14px;
  }
  .user-panel .nav-wrapper .navigation .nav-item:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .user-panel .page-header {
    align-items: flex-start;
  }
  .user-panel .page-header h2 {
    font-size: 20px;
  }
  .user-panel #orderDetail .order-detail-container {
    margin: 20px 15px;
  }
  .user-panel #orderDetail .order-detail-container .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .user-panel #orderDetail .order-detail-container .order-summary {
    grid-template-columns: 1fr;
  }
  .user-panel #orderDetail .order-detail-container .membership-content {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .user-panel #orderDetail .order-detail-container .membership-date {
    flex-direction: column;
    gap: 8px !important;
  }
  .user-panel #orderDetail .order-detail-container .payment-item {
    grid-template-columns: 1fr !important;
  }
  .user-panel .orders-page .order-info {
    grid-template-columns: 1fr;
  }
  .user-panel .orders-page .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .user-panel .orders-page .order-footer {
    flex-direction: column;
  }
  .user-panel .orders-page .order-footer a {
    text-align: center;
  }
  .user-panel.profile .welcome-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .user-panel.profile .welcome-card h2 {
    font-size: 22px;
  }
  .user-panel.profile .membership-status {
    width: 100%;
  }
  .user-panel.profile .membership-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .user-panel.profile .membership-content .primary-btn {
    width: 100%;
  }
  .user-panel.profile .dashboard-box {
    padding: 20px;
  }
  .user-panel.change-password .password-card {
    padding: 20px;
    border-radius: 14px;
  }
  .user-panel.change-password .change-password-page .two-column {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .user-panel.change-password .btn-submit {
    width: 100%;
  }
  .user-panel.settings .settings-card {
    padding: 20px;
  }
  .user-panel.settings .settings-page .form-grid {
    grid-template-columns: 1fr;
  }
  .user-panel.settings .btn-submit {
    width: 100%;
  }
}
.article.list .articles-list-page .page-header {
  margin-bottom: 35px;
}
.article.list .articles-list-page .page-header .main-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.article.list .articles-list-page .page-header .page-description {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.article.list .articles-list-page .article-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.article.list .articles-list-page .article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.article.list .articles-list-page .article-card:hover .image-wrapper img {
  transform: scale(1.05);
}
.article.list .articles-list-page .image-wrapper {
  display: block;
  height: 260px;
  overflow: hidden;
}
.article.list .articles-list-page .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.article.list .articles-list-page .card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 260px);
}
.article.list .articles-list-page .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  font-size: 13px;
  margin-bottom: 15px;
}
.article.list .articles-list-page .article-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.article.list .articles-list-page .article-meta i {
  color: #cf1515;
}
.article.list .articles-list-page .article-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 12px;
}
.article.list .articles-list-page .article-title a {
  color: #222;
  text-decoration: none;
}
.article.list .articles-list-page .article-title a:hover {
  color: #cf1515;
}
.article.list .articles-list-page .summary {
  color: #666;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
  flex-grow: 1;
}
.article.list .articles-list-page .more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cf1515;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.article.list .articles-list-page .more-btn i {
  display: none;
}
.article.list .articles-list-page .more-btn:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}
.article.list .articles-list-page .footer {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .article.list .articles-list-page .main-title {
    font-size: 26px;
  }
  .article.list .articles-list-page .image-wrapper {
    height: 220px;
  }
  .article.list .articles-list-page .card-content {
    height: auto;
  }
}
@media (max-width: 576px) {
  .article.list .articles-list-page .article-title {
    font-size: 18px;
  }
}
.article.detail .article-detail-page {
  padding: 40px 0;
}
.article.detail .article-detail-page .article-header {
  margin-bottom: 35px;
}
.article.detail .article-detail-page .article-header .article-title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.article.detail .article-detail-page .article-header .article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777;
  font-size: 14px;
}
.article.detail .article-detail-page .article-header .article-meta i {
  color: #cf1515;
  margin-right: 5px;
}
.article.detail .article-detail-page .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}
.article.detail .article-detail-page .article-content {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  color: #444;
  font-size: 16px;
  line-height: 2;
}
.article.detail .article-detail-page .article-content h1,
.article.detail .article-detail-page .article-content h2,
.article.detail .article-detail-page .article-content h3,
.article.detail .article-detail-page .article-content h4 {
  color: #222;
  font-weight: 700;
  margin: 35px 0 15px;
}
.article.detail .article-detail-page .article-content h2 {
  font-size: 26px;
}
.article.detail .article-detail-page .article-content h3 {
  font-size: 22px;
}
.article.detail .article-detail-page .article-content p {
  margin-bottom: 20px;
}
.article.detail .article-detail-page .article-content ul,
.article.detail .article-detail-page .article-content ol {
  padding-inline-start: 30px;
  margin-bottom: 25px;
}
.article.detail .article-detail-page .article-content ul li,
.article.detail .article-detail-page .article-content ol li {
  margin-bottom: 10px;
}
.article.detail .article-detail-page .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 25px auto;
  display: block;
}
.article.detail .article-detail-page .article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}
.article.detail .article-detail-page .article-content table td,
.article.detail .article-detail-page .article-content table th {
  border: 1px solid #eee;
  padding: 12px;
}
.article.detail .article-detail-page .article-content table th {
  background: #cf1515;
  color: #fff;
}
.article.detail .article-detail-page .sidebar-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.article.detail .article-detail-page .article-image {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
}
.article.detail .article-detail-page .article-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.article.detail .article-detail-page .download-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
.article.detail .article-detail-page .file-item {
  background: #fafafa;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}
.article.detail .article-detail-page .file-item .file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  color: #777;
}
.article.detail .article-detail-page .file-item .file-info b {
  color: #333;
}
.article.detail .article-detail-page .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #cf1515;
  color: #fff;
  padding: 11px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.article.detail .article-detail-page .download-btn:hover {
  background: #a90f0f;
  color: #fff;
}
@media (max-width: 992px) {
  .article.detail .article-detail-page .article-layout {
    grid-template-columns: 1fr;
  }
  .article.detail .article-detail-page .sidebar-card {
    position: static;
  }
}
@media (max-width: 576px) {
  .article.detail .article-detail-page {
    padding: 20px 0;
  }
  .article.detail .article-detail-page .article-title {
    font-size: 25px;
  }
  .article.detail .article-detail-page .article-content {
    padding: 20px;
    font-size: 15px;
  }
  .article.detail .article-detail-page .article-image img {
    height: 220px;
  }
}

.employment.list .employment-list-page .page-header {
  margin-bottom: 40px;
}
.employment.list .employment-list-page .page-header .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.employment.list .employment-list-page .page-header .page-content {
  color: #666;
  line-height: 2;
}
.employment.list .employment-list-page .employment-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.employment.list .employment-list-page .employment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.employment.list .employment-list-page .employment-card:hover .employment-icon {
  background: #cf1515;
  color: #fff;
}
.employment.list .employment-list-page .employment-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #fdeaea;
  color: #cf1515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 25px;
  transition: 0.3s;
}
.employment.list .employment-list-page .employment-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.employment.list .employment-list-page .employment-body .employment-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.employment.list .employment-list-page .employment-body .employment-title a {
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
.employment.list .employment-list-page .employment-body .employment-title a:hover {
  color: #cf1515;
}
.employment.list .employment-list-page .employment-info {
  margin-bottom: 25px;
}
.employment.list .employment-list-page .employment-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
}
.employment.list .employment-list-page .employment-info .info-item i {
  width: 25px;
  color: #cf1515;
}
.employment.list .employment-list-page .employment-footer {
  margin-top: auto;
}
.employment.list .employment-list-page .employment-footer .more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #cf1515;
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.employment.list .employment-list-page .employment-footer .more-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.employment.list .employment-list-page .employment-footer .more-btn i {
  display: none;
}
.employment.list .employment-list-page .employment-footer .more-btn:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .employment.list .employment-list-page .page-header .title {
    font-size: 28px;
  }
  .employment.list .employment-list-page .employment-card {
    padding: 25px;
  }
}
.employment.detail .career-page {
  direction: ltr;
  padding: 50px 0;
  background: #f8f8f8;
}
.employment.detail .career-page .career-sidebar {
  position: sticky;
  top: 10px;
}
.employment.detail .career-page .career-header {
  background: #fff;
  border-radius: 20px;
  padding: 35px 40px;
  margin-bottom: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.employment.detail .career-page .career-header .career-badge {
  display: inline-block;
  background: #fde8e8;
  color: #cf1515;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.employment.detail .career-page .career-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
.employment.detail .career-page .career-header .header-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}
.employment.detail .career-page .career-header .header-meta span i {
  color: #cf1515;
}
.employment.detail .career-page .career-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 30px;
  align-items: start;
}
.employment.detail .career-page .content-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  line-height: 2;
}
.employment.detail .career-page .content-card h2,
.employment.detail .career-page .content-card h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222;
}
.employment.detail .career-page .content-card p {
  color: #555;
}
.employment.detail .career-page .content-card ul {
  padding-left: 20px;
}
.employment.detail .career-page .content-card li {
  margin-bottom: 10px;
}
.employment.detail .career-page .job-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.employment.detail .career-page .job-card h3 {
  font-size: 22px;
  margin-bottom: 25px;
}
.employment.detail .career-page .job-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.employment.detail .career-page .job-item i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fde8e8;
  color: #cf1515;
  border-radius: 10px;
}
.employment.detail .career-page .job-item span {
  display: block;
  color: #888;
  font-size: 13px;
}
.employment.detail .career-page .job-item strong {
  display: block;
  margin-top: 5px;
  color: #333;
}
.employment.detail .career-page .apply-btn {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  background: #cf1515;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.employment.detail .career-page .apply-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.employment.detail .career-page .application-section {
  background: white;
  margin-top: 35px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.employment.detail .career-page .application-section {
  /* .phone-number {


                      .phone-code { display: flex; align-items: center; height: 100%; padding: 0 12px; color: #777; background: #f7f7f7; border-right: 1px solid #ddd; }


                      .about-job { display: block; margin-top: 8px; color: #888; font-size: 13px; }
                  }
  */
}
.employment.detail .career-page .application-section .alert {
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 15px;
}
.employment.detail .career-page .application-section .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.employment.detail .career-page .application-section .content-header .title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.employment.detail .career-page .application-section .content-header .title:before {
  content: "";
  width: 4px;
  height: 22px;
  background: #cf1515;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.employment.detail .career-page .application-section .content-header .clear-section {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #999;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.employment.detail .career-page .application-section .content-header .clear-section i {
  font-size: 13px;
}
.employment.detail .career-page .application-section .content-header .clear-section:hover {
  color: #cf1515;
}
.employment.detail .career-page .application-section .content-body {
  margin-bottom: 35px;
}
.employment.detail .career-page .application-section .content-body .row {
  margin-left: -8px;
  margin-right: -8px;
}
.employment.detail .career-page .application-section .content-body .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.employment.detail .career-page .application-section .content-body custom-input {
  display: block;
  margin-bottom: 15px;
}
.employment.detail .career-page .application-section .phone-number .input-container {
  display: flex;
}
.employment.detail .career-page .application-section .phone-number .input-container .phone-code {
  background: #dee3ea;
  border: 1px solid #d1d8e1;
  padding: 5px 35px 0 20px;
  border-radius: 20px 0 0 20px;
  color: #536173;
  font-size: 18px;
}
.employment.detail .career-page .application-section .phone-number .input-container input {
  border-radius: 0 20px 20px 0;
}
.employment.detail .career-page .application-section .phone-number .about-job {
  color: #526073;
  font-size: 13px;
}
.employment.detail .career-page .application-section .label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}
.employment.detail .career-page .application-section .label .text-red {
  color: #cf1515;
}
.employment.detail .career-page .application-section .files-section {
  margin-top: 25px;
}
.employment.detail .career-page .application-section .files-section .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 12px;
  transition: 0.3s;
}
.employment.detail .career-page .application-section .files-section .file-item:hover {
  border-color: #cf1515;
  background: #fff;
}
.employment.detail .career-page .application-section .files-section .file-item .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.employment.detail .career-page .application-section .files-section .file-item .left i {
  color: #cf1515;
  font-size: 18px;
}
.employment.detail .career-page .application-section .files-section .file-item .left .title a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.employment.detail .career-page .application-section .files-section .file-item .right i {
  color: #999;
  cursor: pointer;
  transition: 0.3s;
}
.employment.detail .career-page .application-section .files-section .file-item .right i:hover {
  color: #cf1515;
}
.employment.detail .career-page .application-section .apply {
  text-align: center;
  margin-top: 40px;
}
.employment.detail .career-page .application-section .apply .btn-apply {
  min-width: 260px;
  padding: 14px 35px;
  border-radius: 12px;
  background: #cf1515;
  border-color: #cf1515;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.employment.detail .career-page .application-section .apply .btn-apply:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
  border-color: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
@media (max-width: 768px) {
  .employment.detail .career-page .application-section .content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .employment.detail .career-page .application-section .content-header .title {
    font-size: 19px;
  }
  .employment.detail .career-page .application-section .content-body .row {
    display: block;
  }
  .employment.detail .career-page .application-section .content-body .row > div {
    width: 100%;
  }
  .employment.detail .career-page .application-section .files-section .file-item {
    padding: 12px 15px;
  }
  .employment.detail .career-page .application-section .files-section .file-item .left {
    max-width: 80%;
  }
  .employment.detail .career-page .application-section .files-section .file-item .left .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .employment.detail .career-page .application-section .apply .btn-apply {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .employment.detail .career-page .career-layout {
    grid-template-columns: 1fr;
  }
  .employment.detail .career-page .career-sidebar {
    order: -1;
  }
}
@media (max-width: 768px) {
  .employment.detail .career-page {
    padding: 25px 0;
  }
  .employment.detail .career-page .career-header {
    padding: 25px;
  }
  .employment.detail .career-page .career-header h1 {
    font-size: 28px;
  }
  .employment.detail .career-page .content-card {
    padding: 25px;
  }
  .employment.detail .career-page .application-section {
    padding: 25px;
  }
}

.education.list .education-list-page .page-header {
  margin-bottom: 35px;
}
.education.list .education-list-page .page-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
.education.list .education-list-page .page-header .page-description {
  color: #666;
  line-height: 2;
  font-size: 15px;
}
.education.list .education-list-page .education-grid .education-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.education.list .education-list-page .education-grid .education-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.education.list .education-list-page .education-grid .education-card:hover .image-wrapper img {
  transform: scale(1.05);
}
.education.list .education-list-page .education-grid .image-wrapper {
  display: block;
  overflow: hidden;
  height: 260px;
}
.education.list .education-list-page .education-grid .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.education.list .education-list-page .education-grid .card-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 260px);
}
.education.list .education-list-page .education-grid .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  color: #777;
}
.education.list .education-list-page .education-grid .meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.education.list .education-list-page .education-grid .meta i {
  color: #cf1515;
}
.education.list .education-list-page .education-grid .education-title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 12px;
}
.education.list .education-list-page .education-grid .education-title a {
  color: #222;
  text-decoration: none;
}
.education.list .education-list-page .education-grid .education-title a:hover {
  color: #cf1515;
}
.education.list .education-list-page .education-grid .description {
  color: #666;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
  flex-grow: 1;
}
.education.list .education-list-page .education-grid .more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cf1515;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.education.list .education-list-page .education-grid .more-btn i {
  font-size: 12px;
  transition: 0.2s;
}
.education.list .education-list-page .education-grid .more-btn:hover i {
  transform: translateX(-4px);
}
.education.list .education-list-page .footer {
  margin-top: 30px;
}
.education.detail {
  /* Video */
  /* Audio */
  /* Image */
  /* Document */
  /* Unknown */
  /* Responsive */
}
.education.detail .page-content {
  margin-bottom: 20px;
  background: #f8f8f8;
}
.education.detail .page-content .education-information {
  direction: ltr;
}
.education.detail .page-content .education-information h1 {
  color: black;
}
.education.detail .page-content .education-information .icon {
  color: #4b4b4b;
  font-size: 1.3rem;
}
.education.detail .page-content .education-information .icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.education.detail .page-content .education-information .icon.icon-calendar:before {
  background-image: url(/images/icons/calendar-icon-red.png);
}
.education.detail .page-content .education-information .icon.icon-date:before {
  background-image: url(/images/icons/time-red.png);
}
.education.detail .page-content .education-information .icon.icon-attachment:before {
  background-image: url(/images/icons/video-red.png);
}
.education.detail .page-content .education-information .icon.icon-audience:before {
  background-image: url(/images/icons/user-video-red.png);
}
.education.detail .page-content .course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.education.detail .page-content .course-meta i {
  margin-left: 10px;
  color: var(--bs-primary);
  font-size: 1.6rem;
}
.education.detail .page-content .dscp {
  font-size: 1.6rem;
  text-align: justify;
}
.education.detail .page-content .education-info-box {
  direction: rtl;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  padding: 20px 20px 30px;
}
.education.detail .page-content .education-info-box .img-container img {
  border-radius: 20px;
}
.education.detail .page-content .education-info-box .btn-actions {
  margin-top: 20px;
}
.education.detail .page-content .content-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.education.detail .page-content .content-section .img-container {
  flex: 0 0 50px;
}
.education.detail .page-content .content-section .img-container .img-box {
  display: inline-block;
  background: var(--bs-primary);
  border-radius: 50%;
  padding: 8px;
}
.education.detail .page-content .content-section .content {
  flex: 1;
  padding-top: 9px;
  border-bottom: 1px solid #d9d9d9;
}
.education.detail .page-content .content-section .content p, .education.detail .page-content .content-section .content li {
  line-height: 1.6;
  color: #4b4b4b;
}
.education.detail .page-content .content-section .content .section-title span {
  color: black;
  font-size: 2rem;
}
.education.detail .page-content .attachment-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.education.detail .page-content .attachment-section-title .summary {
  background: #f6f4f7;
  border-radius: 5px;
  color: var(--bs-primary);
  font-size: 1.4rem;
  padding: 3px 15px;
  display: inline-flex;
  gap: 8px;
}
.education.detail .page-content .nav-pill-container {
  background: white;
  margin: 50px 0;
  border-bottom: 3px solid #d9d9d9;
  border-left: none;
  border-left: none;
  position: sticky;
  top: 0;
}
.education.detail .page-content .nav-pill-container .nav-pills {
  gap: 25px;
}
.education.detail .page-content .nav-pill-container .nav-pills .nav-link.active, .education.detail .page-content .nav-pill-container .nav-pills .show > .nav-link {
  background: white;
  color: black;
  position: relative;
}
.education.detail .page-content .nav-pill-container .nav-pills .nav-link.active.active, .education.detail .page-content .nav-pill-container .nav-pills .show > .nav-link.active {
  color: var(--bs-primary);
}
.education.detail .page-content .nav-pill-container .nav-pills .nav-link.active.active:after, .education.detail .page-content .nav-pill-container .nav-pills .show > .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--bs-primary);
}
.education.detail .page-content .nav-pill-container .nav-link {
  background: white;
  color: black;
  text-transform: capitalize;
  padding: 10px;
}
.education.detail .page-content .nav-pill-container .nav-link:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
  vertical-align: top;
  margin-left: 4px;
}
.education.detail .page-content .nav-pill-container .nav-link.introduction:before {
  background-image: url(/images/icons/book-icon-red.png);
}
.education.detail .page-content .nav-pill-container .nav-link.objectives:before {
  background-image: url(/images/icons/objective-red.png);
}
.education.detail .page-content .nav-pill-container .nav-link.attachment:before {
  background-image: url(/images/icons/video-red.png);
}
.education.detail .page-content .nav-pill-container .nav-link.recommendedFor:before {
  background-image: url(/images/icons/user-video-red.png);
}
.education.detail .page-content .attachment-container {
  border: 1px solid #f0f0f0;
  margin: 20px 0 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  overflow: hidden;
}
.education.detail .page-content .attachment-container .attachment-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 10px;
}
.education.detail .page-content .attachment-container .attachment-item.active {
  background: #ffe9ea;
}
.education.detail .page-content .attachment-container .attachment-item.is-lock {
  color: rgba(0, 0, 0, 0.4);
  cursor: auto;
}
.education.detail .page-content .attachment-container .attachment-item .attachment-title {
  flex: 1;
}
.education.detail .page-content .attachment-container .attachment-item .attachment-icon {
  flex: 0 0 30px;
  background: var(--light-primary);
  padding: 1px 3px;
  border-radius: 5px;
}
.education.detail .page-content .attachment-container .attachment-item .attachment-time {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  display: block;
  direction: rtl;
  text-align: end;
  margin: 0;
}
.education.detail .page-content .attachment-container .attachment-item .actions {
  flex: 0 0 30px;
}
.education.detail .page-content .attachment-container .attachment-item .actions .play {
  color: var(--bs-primary);
  font-size: 1.4rem;
}
.education.detail .page-content .attachment-container .attachment-item .actions .lock {
  color: #7a7a7a;
  font-size: 1.4rem;
}
.education.detail .page-content .attachment-container .attachment-item:hover {
  background: #eee;
}
.education.detail .page-content .price-box-container {
  position: sticky;
  top: 10px;
}
.education.detail .page-content .price-box-container .price-section {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 10px;
  margin-bottom: 50px;
}
.education.detail .page-content .price-box-container .price-section .price {
  font-size: 3rem;
  color: var(--bs-primary);
  font-weight: 500;
}
.education.detail .page-content .price-box-container .price-section .unit {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}
.education.detail .page-content .price-box-container .price-section:after {
  content: "";
  background-image: url(/images/icons/card-payment.png);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 50px;
  vertical-align: middle;
  background-color: #cf1515;
  background-position: center;
  border-radius: 50%;
  margin-left: 5px;
}
.education.detail .page-content .price-box-container .btn {
  padding: 10px 0;
}
.education.detail .page-content .price-box-container .course-meta {
  flex-direction: column;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
.education.detail .page-content .price-box-container h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.education.detail .page-content .show-btn {
  display: block;
}
.education.detail .page-content .hide-btn {
  display: none;
}
.education.detail .course-media-wrapper {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.education.detail .course-video-wrapper {
  background: #000;
}
.education.detail .course-video-wrapper .course-video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.education.detail .course-audio-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
}
.education.detail .course-audio-wrapper .course-media-icon {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.education.detail .course-audio-wrapper .course-audio-content {
  flex: 1;
}
.education.detail .course-audio-wrapper .course-audio-content h6 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}
.education.detail .course-audio-wrapper .course-audio-content .course-audio {
  width: 100%;
}
.education.detail .course-image-wrapper {
  padding: 15px;
  text-align: center;
}
.education.detail .course-image-wrapper .course-image {
  width: 100%;
  max-height: 700px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}
.education.detail .course-document-wrapper {
  padding: 30px;
  background: linear-gradient(135deg, #fff, #f8f9fa);
  border: 1px solid #eee;
  transition: 0.3s;
}
.education.detail .course-document-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.education.detail .course-document-wrapper .course-document {
  display: flex;
  align-items: center;
  gap: 25px;
}
.education.detail .course-document-wrapper .course-document .course-document-icon {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.education.detail .course-document-wrapper .course-document .course-document-info .course-document-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}
.education.detail .course-document-wrapper .course-document .course-document-info .course-document-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 10px;
  background: #cf1515;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.education.detail .course-document-wrapper .course-document .course-document-info .course-document-btn:hover {
  background: #a91111;
  color: #fff;
}
.education.detail .course-file-alert {
  padding: 25px;
  border-radius: 16px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 768px) {
  .education.detail .course-audio-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .education.detail .course-document-wrapper {
    padding: 20px;
  }
  .education.detail .course-document-wrapper .course-document {
    flex-direction: column;
    align-items: flex-start;
  }
  .education.detail .course-document-wrapper .course-document .course-document-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .education.detail .container {
    max-width: 1150px;
  }
  .education.detail .page-content .nav-pill-container {
    font-size: 1.4rem;
  }
  .education.detail .page-content .nav-pill-container .nav-pills {
    gap: 5px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .education.detail .page-content .nav-pill-container .nav-link:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (max-width: 992px) {
  .education.detail .page-content h1 {
    margin: 0px 0 30px;
    font-size: 2rem;
  }
  .education.detail .page-content .education-info-box {
    padding: 10px 10px 30px;
  }
  .education.detail .page-content .course-meta {
    flex-direction: column;
  }
  .education.detail .page-content .nav-pill-container {
    margin: 30px 0 50px;
  }
}
@media (max-width: 768px) {
  .education.detail .page-content .content-section {
    flex-direction: column;
  }
  .education.detail .page-content .content-section .img-container {
    display: none;
  }
  .education.detail .page-content .attachment-item .attachment-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .education.detail .page-content .attachment-section-title {
    flex-direction: column;
  }
  .education.detail .page-content .attachment-section-title .summary {
    padding: 3px;
  }
  .education.list .page-header .title {
    font-size: 26px;
  }
  .education.list .education-grid .image-wrapper {
    height: 220px;
  }
  .education.list .education-grid .card-content {
    height: auto;
  }
}
.event.list .events-page {
  background: #f8f8f8;
}
.event.list .events-page .event-filter {
  background: white;
  padding: 25px;
  border-radius: 20px;
}
.event.list .events-page .event-filter label {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
  display: block;
}
.event.list .events-page .event-card {
  background: white;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.event.list .events-page .event-card:hover {
  transform: translateY(-5px);
}
.event.list .events-page .event-card .event-image {
  width: 220px;
  min-height: 250px;
  background: linear-gradient(135deg, #cf1515, #8f0c0c);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.event.list .events-page .event-card .event-image .img-wrap {
  height: 100%;
}
.event.list .events-page .event-card .event-image .img-wrap img {
  height: 100%;
  object-fit: cover;
}
.event.list .events-page .event-card .event-body {
  padding: 30px;
  flex: 1;
}
.event.list .events-page .event-card .event-body .event-badge {
  background: #fde2e2;
  color: #cf1515;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 13px;
}
.event.list .events-page .event-card .event-body h3 {
  margin: 20px 0 10px;
  font-size: 26px;
}
.event.list .events-page .event-card .event-body p {
  color: #6b7280;
  line-height: 1.8;
}
.event.list .events-page .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.event.list .events-page .event-meta span {
  color: #4b5563;
  font-size: 14px;
}
.event.list .events-page .event-footer {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event.list .events-page .event-status {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.event.list .events-page .event-status.open {
  background: #dcfce7;
  color: #15803d;
}
.event.list .events-page .event-status.upcoming {
  background: #fef3c7;
  color: #b45309;
}
.event.list .events-page .event-status.closed {
  background: #fee2e2;
  color: #b91c1c;
}
.event.list .events-page .event-btn {
  background: #cf1515;
  color: white;
  padding: 12px 25px;
  border-radius: 12px;
  text-decoration: none;
}
.event.list .events-page .event-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.event.detail .page-content {
  margin-bottom: 20px;
  background: #f8f8f8;
}
.event.detail .page-content .container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}
.event.detail .page-content .hero {
  background: white;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.event.detail .page-content .hero .hero-content {
  flex: 1;
}
.event.detail .page-content .hero .badge {
  display: inline-block;
  background: rgb(250.1644736842, 207.3355263158, 207.3355263158);
  color: var(--bs-primary);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
}
.event.detail .page-content .hero h1 {
  font-size: 45px;
  line-height: 1.2;
  margin: 25px 0;
}
.event.detail .page-content .hero .description {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.9;
}
.event.detail .page-content .hero .btn {
  margin-top: 25px;
  background: var(--bs-primary);
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.event.detail .page-content .hero .btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.event.detail .page-content .event-status {
  display: inline-flex;
  margin-top: 25px;
  align-items: center;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.event.detail .page-content .event-status.open {
  background: #dcfce7;
  color: #15803d;
}
.event.detail .page-content .event-status.upcoming {
  background: #fef3c7;
  color: #b45309;
}
.event.detail .page-content .event-status.closed {
  background: #fee2e2;
  color: #b91c1c;
}
.event.detail .page-content .event-card {
  width: 320px;
  background: var(--bs-primary);
  color: white;
  border-radius: 25px;
  padding: 30px;
}
.event.detail .page-content .event-card h3 {
  margin-top: 0;
}
.event.detail .page-content .event-card h3 .details-label {
  float: right;
  margin-left: 5px;
}
.event.detail .page-content .event-card .event-row {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 12px;
  margin: 15px 0;
}
.event.detail .page-content .features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.event.detail .page-content .features .feature {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.event.detail .page-content .features .feature span {
  color: #9ca3af;
  display: block;
  margin-bottom: 10px;
}
.event.detail .page-content .layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}
.event.detail .page-content .section {
  background: white;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
}
.event.detail .page-content .section h2 {
  border-right: 4px solid var(--bs-primary);
  padding-right: 12px;
}
.event.detail .page-content .session-title {
  background: var(--bs-primary);
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: normal;
}
.event.detail .page-content .ticket {
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.event.detail .page-content .ticket.active {
  border: 2px solid var(--bs-primary);
}
.event.detail .page-content .ticket .price {
  color: var(--bs-primary);
  font-size: 24px;
  font-weight: bold;
}
.event.detail .page-content .buy {
  display: block;
  text-align: center;
  background: var(--bs-primary);
  color: white;
  padding: 15px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}
.event.detail .page-content .buy:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}

@media (max-width: 1200px) {
  .event.detail .container {
    max-width: 1150px;
  }
  .event.detail .page-content .nav-pill-container {
    font-size: 1.4rem;
  }
  .event.detail .page-content .nav-pill-container .nav-pills {
    gap: 5px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .event.detail .page-content .nav-pill-container .nav-link:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (max-width: 992px) {
  .event.detail .page-content h1 {
    margin: 0px 0 30px;
    font-size: 2rem;
  }
  .event.detail .page-content .event-info-box {
    padding: 10px 10px 30px;
  }
  .event.detail .page-content .course-meta {
    flex-direction: column;
  }
  .event.detail .page-content .nav-pill-container {
    margin: 30px 0 50px;
  }
}
@media (max-width: 768px) {
  .event.detail .page-content .content-section {
    flex-direction: column;
  }
  .event.detail .page-content .content-section .img-container {
    display: none;
  }
  .event.detail .page-content .attachment-item .attachment-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event.detail .page-content .attachment-section-title {
    flex-direction: column;
  }
  .event.detail .page-content .attachment-section-title .summary {
    padding: 3px;
  }
  .event.list .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .event.list .event-header h1 {
    font-size: 26px;
  }
  .event.list .event-header div {
    font-size: 14px;
    line-height: 1.9;
  }
  .event.list .events-page .event-card {
    flex-direction: column;
    border-radius: 18px;
  }
  .event.list .events-page .event-card .event-image {
    width: 100%;
    height: 220px;
    min-height: 220px;
  }
  .event.list .events-page .event-card .event-image .img-wrap {
    width: 100%;
  }
  .event.list .events-page .event-card .event-image .img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .event.list .events-page .event-card .event-body {
    padding: 20px;
  }
  .event.list .events-page .event-card .event-body .event-badge {
    font-size: 12px;
    padding: 5px 12px;
  }
  .event.list .events-page .event-card .event-body h3 {
    font-size: 21px;
    margin: 15px 0 10px;
    line-height: 1.6;
  }
  .event.list .events-page .event-card .event-body p {
    font-size: 14px;
  }
  .event.list .event-meta {
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }
  .event.list .event-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
  }
  .event.list .event-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 20px;
  }
  .event.list .event-footer .event-status {
    justify-content: center;
    width: 100%;
  }
  .event.list .event-footer .event-btn {
    text-align: center;
    width: 100%;
    padding: 12px 20px;
  }
}
@media (max-width: 480px) {
  .event.list .event-card .event-image {
    height: 180px;
    min-height: 180px;
  }
  .event.list .event-card .event-image .img-wrap img {
    height: 180px;
  }
  .event.list .event-card .event-body {
    padding: 16px;
  }
}
body.checkout.cart .content-wrapper {
  background: #f8f8f8;
  padding: 20px 0 50px;
}
body.checkout.cart .page-title-container {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
body.checkout.cart .page-title-container:before {
  content: "";
  background-image: url(/images/icons/cart-red.png);
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 45px;
  margin-left: 20px;
  background-color: var(--light-primary);
  background-position: center;
  border-radius: 50%;
}
body.checkout.cart .page-title-container .content-box .content-title {
  font-size: 4rem;
  color: black;
  font-weight: 500;
  line-height: 1;
}
body.checkout.cart .page-title-container .content-box .content-dscp {
  color: #4b4b4b;
  padding-left: 5px;
  font-size: 1.4rem;
}
body.checkout.cart .box-shadow-container {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  padding: 20px 20px 30px;
}
body.checkout.cart .cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 5px 5px 0 0;
}
body.checkout.cart .cart-item:hover {
  background: var(--light-primary);
}
body.checkout.cart .cart-item .cart-img-box {
  flex: 0 0 100px;
}
body.checkout.cart .cart-item .cart-img-box img {
  border-radius: 10px;
}
body.checkout.cart .cart-item .content-box {
  flex: 3;
}
body.checkout.cart .cart-item .content-box .title {
  font-weight: bold;
}
body.checkout.cart .cart-item .content-box .sub-info {
  display: flex;
  gap: 20px;
  color: #4b4b4b;
  margin-top: 10px;
}
body.checkout.cart .cart-item .content-box .sub-info .icon {
  color: #4b4b4b;
  font-size: 1.3rem;
}
body.checkout.cart .cart-item .content-box .sub-info .icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}
body.checkout.cart .cart-item .content-box .sub-info .icon.icon-date:before {
  background-image: url(/images/icons/time-red.png);
}
body.checkout.cart .cart-item .content-box .sub-info .icon.icon-attachment:before {
  background-image: url(/images/icons/video-red.png);
}
body.checkout.cart .cart-item .price-box {
  flex: 1;
  color: var(--bs-primary);
  font-weight: bold;
}
body.checkout.cart .cart-item .price-box span {
  font-size: 1.2rem;
  color: black;
}
body.checkout.cart .cart-item .action-box i {
  color: #535353;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  padding: 10px;
  border-radius: 10px;
}
body.checkout.cart .cart-item .action-box i:hover {
  background: white;
}
body.checkout.cart .order-summary .order-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
body.checkout.cart .order-summary .order-title:before {
  content: "";
  background-image: url(/images/icons/summary-red.png);
  display: inline-block;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 5px;
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
}
body.checkout.cart .order-summary .order-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
body.checkout.cart .order-summary .order-item.total-price {
  font-weight: bold;
  border-top: 1px solid #f9f9f9;
}
body.checkout.cart .order-summary .order-item.total-price span:last-child {
  color: var(--bs-primary);
}
body.checkout.cart .order-summary .checkout-btn {
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px;
}
body.checkout.subscription .subscription-container {
  max-width: 567px;
  margin: 30px auto;
}
body.checkout.subscription .subscription-container .membership-status-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 25px;
}
body.checkout.subscription .subscription-container .membership-status-box .status-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15803d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
body.checkout.subscription .subscription-container .membership-status-box .status-text {
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}
body.checkout.subscription .subscription-container .membership-status-box .status-text strong {
  color: #15803d;
  font-weight: 700;
}
body.checkout.subscription .subscription-container .membership-status-box .renew-note {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 12px 15px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.8;
}
body.checkout.subscription .subscription-container .box-shadow-container {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  padding: 20px 20px 30px;
}
body.checkout.subscription .subscription-container .order-summary .order-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
body.checkout.subscription .subscription-container .order-summary .order-title:before {
  content: "";
  background-image: url(/images/icons/summary-red.png);
  display: inline-block;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 5px;
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
}
body.checkout.subscription .subscription-container .order-summary .order-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
body.checkout.subscription .subscription-container .order-summary .order-item.total-price {
  font-weight: bold;
  border-top: 1px solid #f9f9f9;
}
body.checkout.subscription .subscription-container .order-summary .order-item.total-price span:last-child {
  color: var(--bs-primary);
}
body.checkout.subscription .subscription-container .order-summary .checkout-btn {
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px;
}
body.checkout.subscription .subscription-container .summary-container {
  border: 2px solid var(--bs-primary);
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 30px;
}
body.checkout.subscription .subscription-container .summary-container h3 {
  font-size: 24px;
  color: #1e293b;
  margin-bottom: 20px;
}
body.checkout.subscription .subscription-container .summary-container .duration {
  color: #64748b;
  margin-bottom: 25px;
}
body.checkout.subscription .subscription-container .summary-container .features {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  text-align: right;
}
body.checkout.subscription .subscription-container .summary-container .features li {
  margin-bottom: 14px;
  color: #475569;
}
body.checkout.subscription .subscription-container .summary-container .features li:before {
  content: "✓";
  color: #cf1515;
  font-weight: bold;
  margin-left: 8px;
}
body.checkout.event .event-container {
  max-width: 567px;
  margin: 30px auto;
}
body.checkout.event .event-container .membership-status-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 25px;
}
body.checkout.event .event-container .membership-status-box .status-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15803d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
body.checkout.event .event-container .membership-status-box .status-text {
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}
body.checkout.event .event-container .membership-status-box .status-text strong {
  color: #15803d;
  font-weight: 700;
}
body.checkout.event .event-container .membership-status-box .renew-note {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 12px 15px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.8;
}
body.checkout.event .event-container .box-shadow-container {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  padding: 20px 20px 30px;
}
body.checkout.event .event-container .order-summary .order-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
body.checkout.event .event-container .order-summary .order-title:before {
  content: "";
  background-image: url(/images/icons/summary-red.png);
  display: inline-block;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-right: 5px;
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
}
body.checkout.event .event-container .order-summary .order-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
body.checkout.event .event-container .order-summary .order-item.total-price {
  font-weight: bold;
  border-top: 1px solid #f9f9f9;
}
body.checkout.event .event-container .order-summary .order-item.total-price span:last-child {
  color: var(--bs-primary);
}
body.checkout.event .event-container .order-summary .checkout-btn {
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px;
}
body.checkout.callback-bank .content-wrapper {
  background: #f8f8f8;
  padding: 20px 0 50px;
}
body.checkout.callback-bank .box-shadow-container {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 3px 10px #d8d8d8;
  padding: 20px 20px 30px;
}
body.checkout.callback-bank h2 {
  font-size: 2rem;
}
body.checkout.callback-bank .payment-success-container {
  max-width: 850px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
body.checkout.callback-bank .payment-success-container .success-header {
  text-align: center;
  margin-bottom: 35px;
}
body.checkout.callback-bank .payment-success-container .success-header .success-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
body.checkout.callback-bank .payment-success-container .success-header .success-icon span {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
body.checkout.callback-bank .payment-success-container .success-header h2 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 700;
  color: #cf1515;
}
body.checkout.callback-bank .payment-success-container .success-header p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
}
body.checkout.callback-bank .payment-success-container .order-info-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 25px;
}
body.checkout.callback-bank .payment-success-container .order-info-card .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
}
body.checkout.callback-bank .payment-success-container .order-info-card .info-item.item-full {
  grid-column: 1/-1;
}
body.checkout.callback-bank .payment-success-container .order-info-card .info-item span {
  color: #6c757d;
  font-size: 14px;
}
body.checkout.callback-bank .payment-success-container .order-info-card .info-item strong {
  color: #212529;
  font-size: 15px;
  font-weight: 600;
}
body.checkout.callback-bank .payment-success-container .message-box {
  padding: 18px 20px;
  background: rgba(207, 21, 21, 0.05);
  border-right: 4px solid #cf1515;
  border-radius: 8px;
  color: #495057;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
}
body.checkout.callback-bank .payment-success-container .section-title {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}
body.checkout.callback-bank .payment-success-container .table-wrapper {
  overflow-x: auto;
}
body.checkout.callback-bank .payment-success-container .payment-table {
  width: 100%;
  border-collapse: collapse;
}
body.checkout.callback-bank .payment-success-container .payment-table th {
  background: #f8f9fa;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  text-align: right;
  border-bottom: 1px solid #dee2e6;
}
body.checkout.callback-bank .payment-success-container .payment-table td {
  padding: 15px;
  font-size: 14px;
  color: #212529;
  border-bottom: 1px solid #eeeeee;
}
body.checkout.callback-bank .payment-success-container .payment-table tbody tr {
  transition: 0.2s;
}
body.checkout.callback-bank .payment-success-container .payment-table tbody tr:hover {
  background: rgba(207, 21, 21, 0.03);
}
body.checkout.callback-bank .payment-success-container .actions {
  text-align: center;
  margin-top: 35px;
}
body.checkout.callback-bank .payment-success-container .actions .view-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 40px;
  background: #cf1515;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.25s;
}
body.checkout.callback-bank .payment-success-container .actions .view-order-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
  transform: translateY(-2px);
}
body.checkout.callback-bank .payment-failed-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
body.checkout.callback-bank .payment-failed-container .failed-header {
  text-align: center;
  margin-bottom: 30px;
}
body.checkout.callback-bank .payment-failed-container .failed-header .failed-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fde8e8;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.checkout.callback-bank .payment-failed-container .failed-header .failed-icon span {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
body.checkout.callback-bank .payment-failed-container .failed-header h2 {
  color: #dc2626;
  margin-bottom: 10px;
  font-size: 24px;
}
body.checkout.callback-bank .payment-failed-container .failed-header div {
  color: #666;
  font-size: 15px;
}
body.checkout.callback-bank .payment-failed-container .order-info-card {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
body.checkout.callback-bank .payment-failed-container .order-info-card .info-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
body.checkout.callback-bank .payment-failed-container .order-info-card .info-item:last-child {
  border-bottom: none;
}
body.checkout.callback-bank .payment-failed-container .order-info-card .info-item span {
  color: #666;
}
body.checkout.callback-bank .payment-failed-container .order-info-card .info-item strong {
  color: #333;
}
body.checkout.callback-bank .payment-failed-container .failed-message-box {
  background: #fff1f2;
  color: #be123c;
  border: 1px solid #fecdd3;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
}
body.checkout.callback-bank .payment-failed-container .section-title {
  margin-bottom: 15px;
  font-size: 20px;
}
body.checkout.callback-bank .payment-failed-container .table-wrapper {
  overflow-x: auto;
}
body.checkout.callback-bank .payment-failed-container .payment-table {
  width: 100%;
  border-collapse: collapse;
}
body.checkout.callback-bank .payment-failed-container .payment-table th {
  background: #f9fafb;
  padding: 14px;
  text-align: center;
  color: #555;
}
body.checkout.callback-bank .payment-failed-container .payment-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
body.checkout.callback-bank .payment-failed-container .payment-table .failed-status {
  background: #fee2e2;
  color: #dc2626;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
}
body.checkout.callback-bank .payment-failed-container .actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
body.checkout.callback-bank .payment-failed-container .actions button, body.checkout.callback-bank .payment-failed-container .actions a {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
}
body.checkout.callback-bank .payment-failed-container .actions .retry-payment-btn {
  background: #cf1515;
  color: #fff;
}
body.checkout.callback-bank .payment-failed-container .actions .retry-payment-btn:hover {
  opacity: 0.9;
}
body.checkout.callback-bank .payment-failed-container .actions .view-order-btn {
  background: #f3f4f6;
  color: #333;
}
body.checkout.callback-bank .payment-failed-container .actions .view-order-btn:hover {
  background: #e5e7eb;
}

@media (max-width: 768px) {
  .payment-success-container {
    margin: 20px 15px;
    padding: 25px;
  }
  .payment-success-container .success-header h2 {
    font-size: 21px;
  }
  .payment-success-container .order-info-card {
    grid-template-columns: 1fr;
  }
  .payment-success-container .order-info-card .info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .payment-success-container .payment-table {
    min-width: 600px;
  }
}
.user-panel .vpd-input-group .form-control {
  border: 1px solid #dadada;
  border-radius: 25px 0 0 25px;
}
.user-panel .vpd-input-group .vpd-clear-btn {
  right: 0;
  left: auto;
}
.user-panel .page-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.user-panel .page-header .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel .page-header .icon i {
  font-size: 25px;
}
.user-panel .page-header h2 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}
.user-panel .page-header p {
  margin: 0;
  color: #777;
  font-size: 14px;
}
.user-panel .paging {
  padding: 20px 0;
  text-align: center;
}
.user-panel .paging .page-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.user-panel .paging .page-items .page-item {
  border: 1px solid #dee2e6;
  padding: 2px 15px;
  cursor: pointer;
}
.user-panel .paging .page-items .page-item.active {
  font-weight: 500;
  background: #e8e8e8;
}
.user-panel .paging .page-items .page-item:first-child {
  border-radius: 0 5px 5px 0;
}
.user-panel .paging .page-items .page-item:last-child {
  border-radius: 5px 0 0 5px;
}
.user-panel .paging .page-items .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.user-panel .user-panel-box {
  background: #fff;
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.user-panel .nav-wrapper {
  width: 280px;
  background: #fff;
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 20px;
}
.user-panel .nav-wrapper .profile-info {
  padding: 0 10px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.user-panel .nav-wrapper .profile-info .name {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.user-panel .nav-wrapper .profile-info .name .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel .nav-wrapper .profile-info .name .icon i {
  font-size: 26px;
}
.user-panel .nav-wrapper .profile-mini-avatar {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.user-panel .nav-wrapper .profile-mini-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-panel .nav-wrapper .profile-mini-avatar i {
  font-size: 35px;
}
.user-panel .nav-wrapper .navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-panel .nav-wrapper .navigation .nav-item {
  margin-bottom: 8px;
}
.user-panel .nav-wrapper .navigation .nav-item a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 12px;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.25s;
}
.user-panel .nav-wrapper .navigation .nav-item a .icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f6f6f6;
  color: #777;
  transition: 0.25s;
}
.user-panel .nav-wrapper .navigation .nav-item a .icon i {
  font-size: 17px;
}
.user-panel .nav-wrapper .navigation .nav-item a:hover {
  color: #cf1515;
  background: #fff5f5;
}
.user-panel .nav-wrapper .navigation .nav-item a:hover .icon {
  background: #cf1515;
  color: #fff;
}
.user-panel .nav-wrapper .navigation .nav-item.active a {
  background: #cf1515;
  color: #fff;
  box-shadow: 0 8px 20px rgba(207, 21, 21, 0.25);
}
.user-panel .nav-wrapper .navigation .nav-item.active a .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a {
  color: #dc3545;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a .icon {
  background: #fdecec;
  color: #dc3545;
}
.user-panel .nav-wrapper .navigation .nav-item:last-child a:hover {
  background: #fdecec;
}
.user-panel.profile .dashboard-page .welcome-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}
.user-panel.profile .dashboard-page .welcome-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin: 0 0 10px;
}
.user-panel.profile .dashboard-page .welcome-card p {
  color: #777;
  margin: 0;
  font-size: 15px;
}
.user-panel.profile .dashboard-page .membership-status {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 22px;
  border-radius: 14px;
}
.user-panel.profile .dashboard-page .membership-status i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
}
.user-panel.profile .dashboard-page .membership-status span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}
.user-panel.profile .dashboard-page .membership-status strong {
  font-size: 17px;
}
.user-panel.profile .dashboard-page .membership-status.active {
  background: #eaf8ef;
}
.user-panel.profile .dashboard-page .membership-status.active i {
  background: #d5f1df;
  color: #198754;
}
.user-panel.profile .dashboard-page .membership-status.active strong {
  color: #198754;
}
.user-panel.profile .dashboard-page .membership-status.inactive {
  background: #fdecec;
}
.user-panel.profile .dashboard-page .membership-status.inactive i {
  background: #fbd4d4;
  color: #cf1515;
}
.user-panel.profile .dashboard-page .membership-status.inactive strong {
  color: #cf1515;
}
.user-panel.profile .dashboard-page .dashboard-box {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}
.user-panel.profile .dashboard-page .dashboard-box .box-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.user-panel.profile .dashboard-page .dashboard-box .box-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.user-panel.profile .dashboard-page .membership-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-panel.profile .dashboard-page .membership-content span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 6px;
}
.user-panel.profile .dashboard-page .membership-content b {
  font-size: 18px;
  color: #222;
}
.user-panel.profile .dashboard-page .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cf1515;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.profile .dashboard-page .primary-btn:hover {
  background: #b81212;
  color: #fff;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership {
  text-align: center;
  padding: 25px;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 21, 21, 0.08);
  color: #cf1515;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership .icon i {
  font-size: 32px;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #222;
}
.user-panel.profile .dashboard-page .membership-required .empty-membership p {
  color: #777;
  max-width: 500px;
  margin: 0 auto 25px;
  line-height: 1.8;
}
.user-panel.addresses .address-container {
  margin-top: 30px;
}
.user-panel.addresses .address-container .address-item {
  border-top: 1px solid var(--bs-border-color);
  padding: 10px 0 5px;
  color: #8c8c8c;
  font-size: 0.8rem;
  position: relative;
}
.user-panel.addresses .address-container .address-item .address {
  font-size: 1rem;
  color: black;
  padding-left: 15px;
}
.user-panel.addresses .address-container .address-item .icon {
  font-size: 1rem;
  vertical-align: sub;
}
.user-panel.addresses .address-container .address-item .dropdown {
  position: absolute;
  top: 10px;
  left: 5px;
  cursor: pointer;
  color: black;
}
.user-panel.addresses .address-container .address-item .dropdown ul {
  font-size: 0.9rem;
}
.user-panel.addresses .address-container .address-item .dropdown ul .icon {
  display: inline-block;
  font-size: 1rem;
  margin-left: 5px;
}
.user-panel.likes .item-container {
  border: 1px solid var(--bs-border-color);
  background: white;
}
.user-panel.likes .item-container .img-container {
  height: 320px;
}
.user-panel.likes .item-container .img-container img {
  object-fit: contain;
  max-height: 100%;
  height: 100%;
}
.user-panel.likes .item-container .title {
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.6;
}
.user-panel.likes .item-container:hover {
  -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.user-panel.orders .orders-page, .user-panel.order .orders-page {
  max-width: 900px;
  margin: 40px auto;
}
.user-panel.orders .orders-page .orders-title, .user-panel.order .orders-page .orders-title {
  margin-bottom: 25px;
}
.user-panel.orders .orders-page .orders-title h2, .user-panel.order .orders-page .orders-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
}
.user-panel.orders .orders-page .order-card, .user-panel.order .orders-page .order-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transition: 0.25s;
}
.user-panel.orders .orders-page .order-card:hover, .user-panel.order .orders-page .order-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.user-panel.orders .orders-page .order-header, .user-panel.order .orders-page .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.user-panel.orders .orders-page .order-header .order-id, .user-panel.order .orders-page .order-header .order-id {
  font-size: 18px;
  font-weight: 700;
  color: #cf1515;
}
.user-panel.orders .orders-page .order-header .order-date, .user-panel.order .orders-page .order-header .order-date {
  color: #777;
  margin-top: 5px;
  font-size: 14px;
}
.user-panel.orders .orders-page .order-status, .user-panel.order .orders-page .order-status {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.orders .orders-page .order-status.success, .user-panel.order .orders-page .order-status.success {
  background: #e8f7ee;
  color: #198754;
}
.user-panel.orders .orders-page .order-status.failed, .user-panel.order .orders-page .order-status.failed {
  background: #fdecec;
  color: #cf1515;
}
.user-panel.orders .orders-page .order-info, .user-panel.order .orders-page .order-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}
.user-panel.orders .orders-page .order-info .info-box, .user-panel.order .orders-page .order-info .info-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 18px;
}
.user-panel.orders .orders-page .order-info .info-box span, .user-panel.order .orders-page .order-info .info-box span {
  display: block;
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}
.user-panel.orders .orders-page .order-info .info-box strong, .user-panel.order .orders-page .order-info .info-box strong {
  font-size: 16px;
}
.user-panel.orders .orders-page .order-items, .user-panel.order .orders-page .order-items {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.user-panel.orders .orders-page .order-items h4, .user-panel.order .orders-page .order-items h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.user-panel.orders .orders-page .order-items .item-row, .user-panel.order .orders-page .order-items .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 10px;
}
.user-panel.orders .orders-page .order-items .item-title, .user-panel.order .orders-page .order-items .item-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-panel.orders .orders-page .order-items .item-title .item-icon, .user-panel.order .orders-page .order-items .item-title .item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
}
.user-panel.orders .orders-page .order-footer, .user-panel.order .orders-page .order-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.user-panel.orders .orders-page .order-footer a, .user-panel.order .orders-page .order-footer a {
  padding: 11px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
}
.user-panel.orders .orders-page .order-footer .invoice-btn, .user-panel.order .orders-page .order-footer .invoice-btn {
  border: 1px solid #ddd;
  color: #555;
}
.user-panel.orders .orders-page .order-footer .invoice-btn:hover, .user-panel.order .orders-page .order-footer .invoice-btn:hover {
  background: #f5f5f5;
}
.user-panel.orders .orders-page .order-footer .detail-btn, .user-panel.order .orders-page .order-footer .detail-btn {
  background: #cf1515;
  color: #fff;
}
.user-panel.orders .orders-page .order-footer .detail-btn:hover, .user-panel.order .orders-page .order-footer .detail-btn:hover {
  background: #b51212;
}
.user-panel.orders .orders-page .empty-orders, .user-panel.order .orders-page .empty-orders {
  background: #fff;
  border-radius: 16px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.user-panel.orders .orders-page .empty-orders .empty-icon, .user-panel.order .orders-page .empty-orders .empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.08);
  color: #cf1515;
}
.user-panel.orders .orders-page .empty-orders .empty-icon i, .user-panel.order .orders-page .empty-orders .empty-icon i {
  font-size: 35px;
}
.user-panel.orders .orders-page .empty-orders h4, .user-panel.order .orders-page .empty-orders h4 {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}
.user-panel.orders .orders-page .empty-orders p, .user-panel.order .orders-page .empty-orders p {
  color: #777;
  font-size: 15px;
  margin: 0;
}
.user-panel.orders #orderDetail.order-detail-container, .user-panel.order #orderDetail.order-detail-container {
  max-width: 900px;
  margin: 40px auto;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions, .user-panel.order #orderDetail.order-detail-container .event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a, .user-panel.order #orderDetail.order-detail-container .event-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a i, .user-panel.order #orderDetail.order-detail-container .event-actions a i {
  font-size: 16px;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions a:hover, .user-panel.order #orderDetail.order-detail-container .event-actions a:hover {
  transform: translateY(-2px);
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .invoice-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .invoice-btn {
  background: #eef2ff;
  color: #4338ca;
  border: 1px solid #c7d2fe;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .invoice-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .invoice-btn:hover {
  background: #4338ca;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .event-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .event-btn {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .event-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .event-btn:hover {
  background: #047857;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .certificate-btn, .user-panel.order #orderDetail.order-detail-container .event-actions .certificate-btn {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}
.user-panel.orders #orderDetail.order-detail-container .event-actions .certificate-btn:hover, .user-panel.order #orderDetail.order-detail-container .event-actions .certificate-btn:hover {
  background: #c2410c;
  color: #fff;
}
.user-panel.orders #orderDetail.order-detail-container .order-header, .user-panel.order #orderDetail.order-detail-container .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .order-header h2, .user-panel.order #orderDetail.order-detail-container .order-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .order-header h2 b, .user-panel.order #orderDetail.order-detail-container .order-header h2 b {
  color: #cf1515;
}
.user-panel.orders #orderDetail.order-detail-container .order-header p, .user-panel.order #orderDetail.order-detail-container .order-header p {
  margin: 8px 0 0;
  color: #6c757d;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .invoice-btn, .user-panel.order #orderDetail.order-detail-container .order-header .invoice-btn {
  background: #cf1515;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .invoice-btn:hover, .user-panel.order #orderDetail.order-detail-container .order-header .invoice-btn:hover {
  background: rgb(160.6973684211, 16.3026315789, 16.3026315789);
}
.user-panel.orders #orderDetail.order-detail-container .order-header .event-btn, .user-panel.order #orderDetail.order-detail-container .order-header .event-btn {
  background: #198754;
  color: #fff;
  margin-left: 5px;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.user-panel.orders #orderDetail.order-detail-container .order-header .event-btn:hover, .user-panel.order #orderDetail.order-detail-container .order-header .event-btn:hover {
  background: rgb(17.03125, 91.96875, 57.225);
}
.user-panel.orders #orderDetail.order-detail-container .order-card, .user-panel.order #orderDetail.order-detail-container .order-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
.user-panel.orders #orderDetail.order-detail-container .order-summary, .user-panel.order #orderDetail.order-detail-container .order-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item.item-full, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item.item-full {
  grid-column: 1/-1;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item span, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item span {
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .order-summary .info-item b, .user-panel.order #orderDetail.order-detail-container .order-summary .info-item b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box, .user-panel.order #orderDetail.order-detail-container .membership-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box h3, .user-panel.order #orderDetail.order-detail-container .membership-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .content, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .content {
  flex: 1;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-icon, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  font-size: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content h4, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content p, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content p {
  margin: 0 0 10px;
  color: #6c757d;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date {
  display: flex;
  gap: 25px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date span, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date span {
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .membership-box .membership-content .membership-date b, .user-panel.order #orderDetail.order-detail-container .membership-box .membership-content .membership-date b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history h3, .user-panel.order #orderDetail.order-detail-container .payment-history h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #f8f9fa;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item p, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item p {
  margin: 0 0 8px;
  color: #6c757d;
  font-size: 14px;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item b, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item b {
  color: #212529;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item .status-success, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item .status-success {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: #e8f8ee;
  color: #198754;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.orders #orderDetail.order-detail-container .payment-history .payment-item .status-failed, .user-panel.order #orderDetail.order-detail-container .payment-history .payment-item .status-failed {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: #fdecec;
  color: #cf1515;
  font-size: 14px;
  font-weight: 600;
}
.user-panel.comments .stuff-container .img-container {
  position: relative;
}
.user-panel.comments .stuff-container .img-container .datetime {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #e8e8e8;
  padding: 1px 10px;
  border-radius: 0 5px 0 0;
}
.user-panel.comments .stuff-container .content-container p {
  margin-bottom: 10px;
  font-size: 1rem;
}
.user-panel.change-password .change-password-page .password-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.user-panel.change-password .change-password-page .custom-alert {
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 20px;
  border: none;
}
.user-panel.change-password .change-password-page .form-row {
  margin-bottom: 25px;
}
.user-panel.change-password .change-password-page .form-row .field-error {
  color: #cf1515;
  font-size: 13px;
  margin-top: 8px;
}
.user-panel.change-password .change-password-page .two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.user-panel.change-password .change-password-page .btn-container {
  text-align: center;
  margin-top: 30px;
}
.user-panel.change-password .change-password-page .btn-submit {
  background: #cf1515;
  border: none;
  color: #fff;
  padding: 13px 35px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.user-panel.change-password .change-password-page .btn-submit i {
  margin-left: 8px;
}
.user-panel.change-password .change-password-page .btn-submit:hover {
  background: #b81212;
  transform: translateY(-2px);
}
.user-panel.settings .settings-page .profile-image-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #aaa;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar-empty i {
  font-size: 45px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f1f1;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-image-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cf1515;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-avatar-wrapper .profile-image-edit:hover {
  transform: scale(1.1);
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title {
  display: flex;
  flex-direction: column;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title strong {
  font-size: 16px;
  margin-bottom: 6px;
}
.user-panel.settings .settings-page .profile-image-card .profile-image-container .profile-image-title span {
  color: #777;
  font-size: 13px;
}
@media (max-width: 576px) {
  .user-panel.settings .settings-page .profile-image-card .profile-image-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.user-panel.settings .settings-page .settings-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.user-panel.settings .settings-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.user-panel.settings .settings-page .full {
  grid-column: 1/-1;
}
.user-panel.settings .settings-page .custom-alert {
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}
.user-panel.settings .settings-page .btn-container {
  text-align: center;
  margin-top: 30px;
}
.user-panel.settings .settings-page .btn-submit {
  background: #cf1515;
  border: none;
  color: white;
  padding: 12px 35px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}
.user-panel.settings .settings-page .btn-submit:hover {
  background: #b81212;
}
.user-panel.settings .settings-page .btn-submit.small {
  padding: 8px 20px;
  margin-top: 20px;
}
.user-panel.settings .settings-page .verification-box {
  max-width: 450px;
  margin: auto;
  text-align: center;
}
.user-panel.settings .settings-page .verification-box .verification-icon {
  width: 80px;
  height: 80px;
  margin: auto auto 20px;
  border-radius: 50%;
  background: rgba(207, 21, 21, 0.1);
  color: #cf1515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-panel.settings .settings-page .verification-box .verification-icon i {
  font-size: 35px;
}
.user-panel.settings .settings-page .change-info {
  color: #cf1515;
  cursor: pointer;
  margin-right: 8px;
}
.user-panel.settings .settings-page .times-left {
  margin: 25px 0;
}

@media (max-width: 992px) {
  .profile-info {
    padding: 0 5px 15px;
    margin-bottom: 10px;
  }
  .profile-info .name {
    font-size: 17px;
  }
  .profile-info .name .icon {
    width: 38px;
    height: 38px;
  }
  .profile-info .name .icon i {
    font-size: 22px;
  }
  .user-panel .nav-wrapper {
    width: 100%;
    position: relative;
    top: auto;
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .user-panel .nav-wrapper .navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .user-panel .nav-wrapper .navigation::-webkit-scrollbar {
    display: none;
  }
  .user-panel .nav-wrapper .navigation .nav-item {
    flex: 0 0 auto;
    margin: 0;
  }
  .user-panel .nav-wrapper .navigation .nav-item a {
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    gap: 8px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .user-panel .nav-wrapper .navigation .nav-item a .icon i {
    font-size: 14px;
  }
  .user-panel .nav-wrapper .navigation .nav-item:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .user-panel .page-header {
    align-items: flex-start;
  }
  .user-panel .page-header h2 {
    font-size: 20px;
  }
  .user-panel #orderDetail .order-detail-container {
    margin: 20px 15px;
  }
  .user-panel #orderDetail .order-detail-container .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .user-panel #orderDetail .order-detail-container .order-summary {
    grid-template-columns: 1fr;
  }
  .user-panel #orderDetail .order-detail-container .membership-content {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .user-panel #orderDetail .order-detail-container .membership-date {
    flex-direction: column;
    gap: 8px !important;
  }
  .user-panel #orderDetail .order-detail-container .payment-item {
    grid-template-columns: 1fr !important;
  }
  .user-panel .orders-page .order-info {
    grid-template-columns: 1fr;
  }
  .user-panel .orders-page .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .user-panel .orders-page .order-footer {
    flex-direction: column;
  }
  .user-panel .orders-page .order-footer a {
    text-align: center;
  }
  .user-panel.profile .welcome-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  .user-panel.profile .welcome-card h2 {
    font-size: 22px;
  }
  .user-panel.profile .membership-status {
    width: 100%;
  }
  .user-panel.profile .membership-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .user-panel.profile .membership-content .primary-btn {
    width: 100%;
  }
  .user-panel.profile .dashboard-box {
    padding: 20px;
  }
  .user-panel.change-password .password-card {
    padding: 20px;
    border-radius: 14px;
  }
  .user-panel.change-password .change-password-page .two-column {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .user-panel.change-password .btn-submit {
    width: 100%;
  }
  .user-panel.settings .settings-card {
    padding: 20px;
  }
  .user-panel.settings .settings-page .form-grid {
    grid-template-columns: 1fr;
  }
  .user-panel.settings .btn-submit {
    width: 100%;
  }
}
.top-advertisement {
  width: 100%;
  margin: 0px 0 10px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.top-advertisement a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-advertisement img,
.top-advertisement video {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.top-advertisement img {
  transition: transform 0.4s ease;
}
.top-advertisement:hover img {
  transform: scale(1.03);
}

.research.list .research-list .research-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.research.list .research-list .research-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.research.list .research-list .research-card:hover img {
  transform: scale(1.06);
}
.research.list .research-list .research-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.research.list .research-list .research-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.4s;
}
.research.list .research-list .research-type {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.research.list .research-list .research-type.registry {
  background: #2563eb;
}
.research.list .research-list .research-type.collaborativeresearch {
  background: #16a34a;
}
.research.list .research-list .research-type.researchcall {
  background: #cf1515;
}
.research.list .research-list .research-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.research.list .research-list .research-body h2 {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.5;
}
.research.list .research-list .research-body h2 a {
  color: #222;
  text-decoration: none;
}
.research.list .research-list .research-body h2 a:hover {
  color: #cf1515;
}
.research.list .research-list .research-body p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 25px;
  flex: 1;
}
.research.list .research-list .research-meta {
  margin-bottom: 22px;
}
.research.list .research-list .research-meta div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}
.research.list .research-list .research-meta div i {
  width: 22px;
  color: #cf1515;
  margin-right: 8px;
}
.research.list .research-list .research-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 18px;
}
.research.list .research-list .research-footer .views {
  color: #777;
  font-size: 14px;
}
.research.list .research-list .research-footer .views i {
  margin-right: 6px;
  color: #cf1515;
}
.research.list .research-list .research-footer .btn {
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  background: #cf1515;
  border-color: #cf1515;
}
.research.list .research-list .research-footer .btn:hover {
  background: rgb(169.9578947368, 17.2421052632, 17.2421052632);
  border-color: rgb(169.9578947368, 17.2421052632, 17.2421052632);
}
@media (max-width: 991px) {
  .research.list .research-list .research-image img {
    height: 220px;
  }
  .research.list .research-list .research-body {
    padding: 20px;
  }
}
.research.detail .research-page {
  margin: 30px 0;
}
.research.detail .research-page .research-hero {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #eee;
  margin-bottom: 35px;
}
.research.detail .research-page .research-hero .research-title {
  flex: 1;
}
.research.detail .research-page .research-hero .research-title .research-badge {
  display: inline-block;
  background: #cf1515;
  color: white;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 12px;
  margin-bottom: 20px;
}
.research.detail .research-page .research-hero .research-title h1 {
  font-size: 38px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 20px;
}
.research.detail .research-page .research-hero .research-title p {
  color: #666;
  font-size: 17px;
  line-height: 2;
}
.research.detail .research-page .research-hero .research-image {
  width: 420px;
}
.research.detail .research-page .research-hero .research-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
}
.research.detail .research-page .research-stats {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.research.detail .research-page .research-stats div {
  background: #fafafa;
  border-radius: 12px;
  padding: 15px 20px;
  min-width: 130px;
}
.research.detail .research-page .research-stats div i {
  color: #cf1515;
  display: block;
  margin-bottom: 8px;
}
.research.detail .research-page .research-stats div span {
  display: block;
  font-size: 12px;
  color: #999;
}
.research.detail .research-page .research-stats div strong {
  font-size: 14px;
  color: #333;
}
.research.detail .research-page .research-body {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}
.research.detail .research-page .research-body .research-description {
  background: white;
  padding: 35px;
  border-radius: 20px;
  border: 1px solid #eee;
}
.research.detail .research-page .research-body .research-description .section-title {
  font-size: 24px;
  color: #cf1515;
  font-weight: 700;
  margin-bottom: 25px;
}
.research.detail .research-page .research-body .research-description p, .research.detail .research-page .research-body .research-description li {
  color: #555;
  line-height: 2;
  font-size: 16px;
}
.research.detail .research-page .research-body .research-panel .panel-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #eee;
}
.research.detail .research-page .research-body .research-panel .panel-card h3 {
  margin-bottom: 25px;
  font-size: 20px;
}
.research.detail .research-page .research-body .research-panel .panel-card .panel-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.research.detail .research-page .research-body .research-panel .panel-card .panel-item label {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.research.detail .research-page .research-body .research-panel .panel-card .panel-item strong {
  color: #333;
  font-size: 14px;
}
.research.detail .research-page .research-body .research-panel .research-action {
  margin-top: 20px;
  background: #cf1515;
  color: white;
  padding: 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition: 0.3s;
}
.research.detail .research-page .research-body .research-panel .research-action i {
  display: none;
}
.research.detail .research-page .research-body .research-panel .research-action:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.3s ease;
  margin-right: 8px;
  vertical-align: middle;
}
.research.detail .research-page .research-body .research-panel .research-action:hover {
  background: #a30f0f;
}
@media (max-width: 992px) {
  .research.detail .research-page .research-hero {
    flex-direction: column;
  }
  .research.detail .research-page .research-hero .research-image {
    width: 100%;
  }
  .research.detail .research-page .research-body {
    grid-template-columns: 1fr;
  }
}
