* {
  font-family: 'Golos Text', sans-serif;
  box-sizing: border-box;
}

body {
  
  margin: 0;
  padding: 0;
}

.main-content {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.welcome-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.welcome-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #17a2b8, #138496);
  border-radius: 2px;
}

.form-card {
  background: white;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.form-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc6c05;
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.required {
  color: #ff6363;
  margin-left: 4px;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 16px;
  transition: all 0.3s ease;
  height: auto;
}

.form-control:focus {
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.15);
  transform: translateY(-2px);
}

.categories-section {
  margin-top: 25px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}

.tag {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: relative;
  overflow: hidden;
}

.tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.5s ease;
}

.tag:hover::before {
  left: 100%;
}

.tag:hover,
.tag.selected {
  background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(23, 162, 184, 0.3);
}

.btn-apply {
  background: linear-gradient(135deg, #17a2b8 0%, #20c997 100%) !important;
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(23, 162, 184, 0.2);
}

.btn-apply::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
}

.btn-apply:hover::before {
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.btn-apply:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(23, 162, 184, 0.3);
}

.section-card {
	background: white;
	border-radius: 16px;
	padding: 20px 20px 20px 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border: none;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

.section-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #fc6c05;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #17a2b8, #20c997);
  border-radius: 2px;
}

.table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.table th {
  border-top: none;
  border-bottom: 2px solid #e9ecef;
  font-weight: 700;
  color: #17a2b8;
  padding: 15px;
  background-color: #f8f9fa;
  position: sticky;
  top: 0;
}

.table td {
  padding: 15px;
	border-top: 1px solid #f1f3f4;
	color: #555;
	transition: all 0.2s ease;
	font-size: 15px;
}

.table tbody tr {
  transition: all 0.2s ease;
}

.table tbody tr:hover td {
  color: #333;
}

.no-data {
  text-align: center;
  padding: 50px 20px;
  color: #999;
  font-style: italic;
  font-family: 'Golos Text', sans-serif;
}

.no-data::before {
  content: "😊";
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .main-content {
    padding: 20px 0;
  }
  
  .welcome-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .form-card {
    padding: 25px;
  }
  
  .tags {
    justify-content: start;
  }
  
  .table-responsive {
    border: none;
  }
  
  
  .section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .btn-apply {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


@media (max-width: 767px) {
 
.table td {
	font-size: 13px;
}
}
td:has(> .up-n) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.up-n {
  display: inline-flex !important;
  align-items: center !important;
  
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 4px 6px 4px 6px;
  transition: all 0.2s ease-in-out;
  font-size: 0.9rem;
}

.up-n:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #17a2b8;
  background-color: #e0f7fa;
}

.up-n span.bg-danger {
  background: #ff6363 !important;
  color: white;
  font-weight: 700;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin-right: 6px;
}

.up-n img {
  margin-left: 0 !important; 
}