.psd-tabs ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.psd-tabs ul li {
    padding: 10px 20px;
    cursor: pointer;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
}
.psd-tabs ul li:hover,
.psd-tabs ul li.active {
    background: #572179;
    color: white;
}

.psd-dashboard {
    gap: 20px;
}

.psd-card {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.psd-tabs ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 10px;
}

.psd-tab {
  margin-right: 10px;
  cursor: pointer;
  padding: 5px 10px;
  background: #e0e0e0;
  font-size: 14px;
}



.psd-dashboard {
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: 20px auto;
}


.psd-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.psd-normal {
    background: #27ae60 !important;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 2px;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
}

.psd-planned {
    background: #e67e22 !important;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 2px;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
}

.psd-unplanned {
    background: #c0392b !important;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 2px;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
}

.psd-label {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.9em;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.psd-label-normal {
    background-color: #27ae60;
}

.psd-label-planned {
    background-color: #e67e22;
}

.psd-label-unplanned {
    background-color: #c0392b;
}

em{
    font-style: normal;
    font-size: 13pt;
    font-weight: 600;
}
small{
    font-size: small;
}

p.details{
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    font-size: 14px;
}

.psd-time, .psd-details {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

.psd-search-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.psd-search-filter input,
.psd-search-filter select {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    font-size: 12px;
    width: 50%;
}

.psd-search-filter select {
    padding-right: 30px; /* adds space for the dropdown icon */
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
}


#psd-search, #psd-status-filter {
    font-size: 12px;
    width: 49%;
    background: #f2f2f2;
    padding: 0px 20px;
}

.psd-card {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.psd-normal { color: white; }
.psd-planned { color: white; }
.psd-unplanned { color: white; }

