.pagenavtabs {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0.5em; }
  .pagenavtabs .page_navs {
    display: inline-block;
    padding: 0 1em;
    cursor: pointer; }
  .pagenavtabs .page_navs.active {
    color: #1890ff;
    font-weight: 700; }

.tckt-main-section {
  padding: 24px;
  box-sizing: border-box; }

.tckt_header {
  min-height: 64px;
  height: auto;
  padding: 0 70px 0 24px;
  line-height: 24px;
  margin: 16px 0px 0px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.tckt-list-content-wrapper {
  overflow: auto;
  margin: 10px 0; }

.tckt-list-content-wrapper-small {
  height: calc(100vh - 310px);
  overflow: auto;
  margin: 0; }

.tckt-list-item {
  padding: 12px 24px; }
  .tckt-list-item:hover {
    background-color: #f9f9f9; }

.tckt-list-item-skeleton {
  margin: 20px;
  width: 700px; }

.tckt-list-btn {
  margin-right: 8px;
  margin-left: 8px; }

.tckt-modal-btn-wrapper {
  margin-top: 30px; }

.tckt-modal-btn {
  margin-right: 8px; }

.thumbnail-img {
  overflow: hidden;
  object-fit: cover;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }

.image-preview-modal {
  object-fit: contain;
  width: 100%; }

.radio-option-container {
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer; }
  .radio-option-container.radio-option-description {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .radio-option-container:hover {
    border-color: #1890ff;
    background: #f9f9ff; }

.modal-title {
  display: flex;
  align-items: center; }

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.view-container {
  padding: 24px; }
  .view-container.popup {
    max-height: 500px;
    overflow-y: auto; }

.search-container {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa; }

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f5ff 100%);
  border-bottom: 1px solid #91d5ff; }

.header-left {
  display: flex;
  align-items: center;
  gap: 12px; }

.switch-button {
  background: #1890ff;
  border-color: #1890ff;
  border-radius: 16px;
  font-size: 12px;
  height: 28px;
  font-weight: 500; }
  .switch-button:hover {
    background: #40a9ff !important;
    border-color: #40a9ff !important; }

.close-button {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.center-item {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 20px; }
  .center-item:last-child {
    border-bottom: none; }
  .center-item:hover {
    background: #fafafa; }

.center-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.center-name {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }

.migration-info {
  background: #fff7e6;
  border: 1px solid #ffd591;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  color: #d46b08;
  display: inline-block; }

.property-tag {
  border-radius: 12px;
  font-size: 11px;
  padding: 2px 8px;
  font-weight: 500; }
  .property-tag.blue {
    background: #e6f7ff;
    color: #1890ff;
    border: 1px solid #91d5ff; }
  .property-tag.green {
    background: #e6f7ff;
    color: #1890ff;
    border: 1px solid #91d5ff; }

.results-info {
  padding: 8px 24px;
  background: #f0f7ff;
  border-bottom: 1px solid #d6f7ff;
  font-size: 12px;
  color: #666; }

