	.modal-body input, .modal-body select{
		width:100%;
		border:1px solid #ccc !important;
		padding:5px 10px !important;
	}
.psm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1000;
}

.modal-on {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal content box */
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
  width: 90%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


  /* Modal body (optional if you want extra spacing) */
  .modal-body {
    margin: 0;
  }

  /* Form styling */
  .form-group {
    margin-bottom: 15px;
  }
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
  }

  /* Form actions (buttons) */
  .form-actions {
    text-align: right;
  }
  .form-actions .button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
  }
  .form-actions .cancel {
    background: #ccc;
    color: #333;
  }
  .form-actions .save {
    background: #0073aa;
    color: #fff;
  }

:root {
    --sea-green: #41BA90;
	--muted-teal: #33D2A7;
    --dark-gray: #2a2a2a;
    --light-gray: #f1f1f1;
    --white: #ffffff;
    --black: #000000;
    --sea-green-highlight: #48C9B0; 
}
body.psm-dark-mode .notice{
	background-color:#383838;
	border-top:0;
	border-bottom:0;
	border-right:0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
body.high-contrast .notice{
	background-color:var(--black);
	border-top:1px solid var(--sea-green);
	border-left:4px solid var(--sea-green);
	border-right:1px solid var(--sea-green);
	border-bottom:1px solid var(--sea-green);
}
.button:hover{
	cursor:pointer;
}
.psm-renewal-date{
	cursor:pointer;
}
.psm-trials {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.psm-trials th,
.psm-trials td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.psm-trials th {
  background-color: #f4f4f4;
}

.psm-trials td {
  vertical-align: middle;
}

/* Dropdown menu styles (if not already defined) */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
}

.vertical-dots {
  font-size: 18px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu div {
  padding: 8px 12px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  background-color: #f4f4f4;
}
.palmss_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  /* Optional styling for the parent container */
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.psm-view-tabs,
.palmsst_controls {
  display: flex;
  gap: 10px;
}

/* Example button styles (preserve your existing ones) */
.button {
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-primary {
  background-color: #0056b3;
  color: #fff;
}

.button-primary:hover {
  background-color: #004494;
}

.button-secondary {
  background-color: #e0e0e0;
  color: #333;
}

.button-secondary:hover {
  background-color: #ccc;
}

/* Example styling for psm-view-tab buttons */
.psm-view-tab {
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.psm-view-tab.active {
  background-color: #0056b3;
  color: #fff;
}
#psm-view-table table tr, #psm-view-table table td, #psm-view-table tbody{
	border:none !important;
	outline:none !important;
}
th{
	margin:0;
	padding:8px 0 !Important;
}
.psm-accessibility-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 00px;
    background-color: var(--light-gray);
    gap: 20px;
    flex-wrap: wrap;
}
.psm-accessibility-bar h1 {
    font-size: 22px;
	font-weight:bold;
    margin: 0;
    flex: 1;
    color: #007cba;
}
.psm-accessibility-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#psm-table-view table{
	margin:16px;
	border:none !important;	
}
#psm-table-view thead tr th{
	border:none !important;
	font-size:16px;
	font-weight:bold;
}
#psm-table-view td{
	font-size:14px;
	padding:16px 4px;
	background-color:white;
}
#psm-table-view td:first-child{
	font-weight:bold;
}

.accessibility-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #007cba;
    color: var(--white);
    border-radius: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.accessibility-button svg {
    fill: var(--white);
    transition: fill 0.2s;
}
/* Ensure buttons don't change size on interaction */
.accessibility-button:active {
    transform: scale(1);
}
/* Hover Effect */
.accessibility-button:hover {
    background-color: #005a8f;
    transform: scale(1.05);
}
.accessibility-button:focus {
    outline: 2px solid var(--white);
    outline-offset: 2px;
}
/* Font Size Adjust Buttons */
.psm-font-size-adjust .accessibility-button {
    font-weight: bold;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

/* Dark Mode Toggle */
.psm-dark-mode-toggle input {
    display: none;
}
.psm-dark-mode-toggle .icon-sun,
.psm-dark-mode-toggle .icon-moon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: opacity 0.3s, visibility 0.3s, fill 0.3s;
}
.psm-dark-mode-toggle .icon-moon {
    opacity: 0;
    visibility: hidden;
    fill: var(--white);
}
.psm-dark-mode-toggle.dark-mode-active .icon-sun {
    opacity: 0;
    visibility: hidden;
}
.psm-dark-mode-toggle.dark-mode-active .icon-moon {
    opacity: 1;
    visibility: visible;
    fill: var(--sea-green);
}
/* High Contrast Toggle */
.psm-high-contrast-toggle .accessibility-button {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #007cba;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Dark Mode Styles */
body.psm-dark-mode {
    background-color: var(--dark-gray);
    color: var(--white);
}
body.psm-dark-mode .psm-report-item,
body.psm-dark-mode .psm-views-container{
    background-color: #383838;
    color: #ffffff; 
    border: 1px solid #444444; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    border-radius: 8px;
}
body.psm-dark-mode .psm-view-tabs button{
	background-color:transparent;
	color:var(--sea-green);
	border:1px solid var(--sea-green)
}
body.psm-dark-mode .psm-view-tabs .active{
		background-color:var(--sea-green);
		color:var(--white);
}

body.psm-dark-mode .fc-toolbar-title{
	color:white;
}
body.psm-dark-mode .fc-day{
	background-color:var(--dark-gray) !important;
}
body.psm-dark-mode .fc-day a{
	color:var(--sea-green);
}
body.psm-dark-mode .psm-accessibility-bar {
    background-color: var(--dark-gray);
    border-bottom-color: var(--black);
}
body.psm-dark-mode .accessibility-button {
    background-color: var(--sea-green);
    color: var(--white);
}
body.psm-dark-mode .accessibility-button svg {
    fill: var(--white);
}
body.psm-dark-mode .psm-dark-mode-toggle.dark-mode-active .icon-moon {
    fill: var(--sea-green);
}
body.psm-dark-mode h1{
	color:var(--white);
}
body.psm-dark-mode .psm-report-item,
body.psm-dark-mode .psm-report-value,
body.psm-dark-mode .psm-report-label{
	color:var(--white);
}
body.psm-dark-mode .psm-view-buttons .button {
    background-color: var(--sea-green);
    color: var(--white);
}
body.psm-dark-mode .psm-view-buttons .button:hover {
    background-color: var(--sea-green);
    color: var(--white);
}
 .fc-scrollgrid td,  .fc-scrollgrid{
	border:none !important;
}
body.psm-dark-mode .fc-scrollgrid-sync-table, body.psm-dark-mod .fc-col-header{
	border:none !important;
	border-collapse: separate;
    border-spacing: 10px; 
}
body.psm-dark-mode .fc-scrollgrid-sync-table td, body.psm-dark-mod .fc-col-header th{
	border-radius:5px;	
	border:none !important
}
body.psm-dark-mode #psm-table-view table, body.psm-dark-mode #psm-table-view td{
    background-color: #383838 !important;
	color: var(--white) !important;
}
body.psm-dark-mode #psm-table-view thead tr th{
	color:var(--white);
	border-bottom:1px solid var(--muted-teal);
}
.fc-theme-standard th{
	border:none !important;
	border-radius:5px;
}
body.psm-dark-mode .fc-col-header {
    border-collapse: separate !important;
	border-spacing: 10px 0 !important; 
}
.fc .fc-scrollgrid-section-sticky > *{
		background:unset;	
}
body.high-contrast {
    background-color: var(--black);
    color: var(--muted-teal);
}
body.high-contrast .psm-report-item{
	background-color:var(--black);
	border:1px solid var(--muted-teal);
}
body.high-contrast .psm-report-value,
body.high-contrast .psm-report-label{
	color:var(--muted-teal);
}
body.high-contrast .psm-view-tabs button{
	border:1px solid var(--muted-teal);
	color:var(--muted-teal);	
}
body.high-contrast .psm-view-tabs .active{
	background-color:var(--muted-teal);
	color:black;	
}
body.high-contrast .fc-scrollgrid{
	border: 1px solid var(--muted-teal);	
}
.fc-scrollgrid-sync-inner{
	padding:5px;	
}
body.high-contrast .fc-toolbar-title{
	color:var(--sea-green);
}
body.high-contrast .fc-scrollgrid-sync-inner a{
	text-decoration:none	
}
body.high-contrast .psm-views-container{
	background-color:var(--black);
	border:1px solid var(--muted-teal);
}
body.high-contrast .psm-accessibility-bar {
    background-color: #000;
    border-bottom-color: #333;
}
body.high-contrast .accessibility-button {
    background-color: var(--muted-teal);
    color: var(--black);
}
body.high-contrast .accessibility-button svg {
    stroke: var(--black) !important;
}
body.high-contrast .psm-accessibility-bar h1, body.high-contrast h2 {
    color: var(--muted-teal);
}
body.high-contrast a {
    color: var(--muted-teal);
    text-decoration: underline;
}
body.high-contrast a:hover {
    color: #63a4ff;
}
body.high-contrast table {
    background-color: var(--black) !important;
	color: var(--muted-teal) !important;
}
body.high-contrast #psm-table-view td{
    background-color: var(--black) !important;
	color: var(--muted-teal) !important;
}
body.high-contrast #psm-table-view thead tr th{
	color:var(--muted-teal);
	background-color:black;
	border-bottom:1px solid var(--muted-teal);
}
body.high-contrast .fc-day{
	border:1px solid var(--sea-green) !important;
}
body.high-contrast .fc-scrollgrid-sync-table, body.high-contrast .fc-col-header{
	border:none !important;
	border-collapse: separate;
    border-spacing: 10px; 
}

body.high-contrast .fc-scrollgrid-sync-table td, body.high-contrast .fc-col-header th{
	border-radius:5px;	
	border:1px solid var(--sea-green) !important;
	background-color:unset ;
}
body.high-contrast .fc-col-header {
    border-collapse: separate !important;
	border-spacing: 10px 0 !important; 
}
select, input{
	width:70%;
	border:none !important;
	outline:none !important;
	text-indent:none;
	padding:0 !important;
	transition:0.2s ease;
}
select:focus, input:focus{
	text-indent:5px;
}
body.psm-dark-mode select, body.psm-dark-mode input{
	text-indent:5px;
}
input:focus::placeholder,
select:focus {
    color: #aaa; 
}
input,select {
    padding: 10px; 
    background: none;
    outline: none; 
}
body.high-contrast select,
body.high-contrast option,
body.high-contrast input {
    border: 1px solid var(--muted-teal);
    color: var(--muted-teal) !important;
    background-color: var(--black);
}
/* Focused options */
body.high-contrast option:focus {
    outline: 1px solid var(--muted-teal);
    background-color: var(--muted-teal);
    color: var(--black); 
}
body.high-contrast select,
body.high-contrast option {
    color: var(--muted-teal);
    background-color: var(--black);
    border: 1px solid var(--muted-teal);
}
body.high-contrast option:hover,
body.high-contrast option:focus {
    background-color: var(--muted-teal);
    color: var(--black);
}
body.high-contrast select:disabled,
body.high-contrast option:disabled,
body.high-contrast input:disabled {
    color: #333333;
    background-color: #333333;
    border-color: #555555; 
    cursor: not-allowed;
    opacity: 0.5; 
}
body.high-contrast select {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
body.high-contrast .button {
    background-color: var(--muted-teal);
    color: var(--black);
}
body.high-contrast .button:hover {
    color: var(--black);
}
body.high-contrast select,
body.high-contrast input {
    color: var(--muted-teal);
    background-color: var(--black);
    border: 1px solid var(--muted-teal);
}
body.high-contrast select:focus,
body.high-contrast input:focus {
    border-color: var(--sea-green);
    background-color: #1a1a1a; 
    outline: none; 
}
body.high-contrast option:focus {
    background-color: var(--sea-green); 
    color: var(--black);
}

body.high-contrast select:hover,
body.high-contrast input:hover {
    border-color: var(--sea-green); 
}

body.high-contrast option:hover {
    background-color: var(--sea-green);
    color: var(--black);
}
/* Default Font Size for PSM Container */
.psm-container {
    font-size: 18px;
    transition: font-size 0.2s ease-in-out;
}

.psm-views-container{
	background-color:var(--white);
	border:1px solid #ccc;
	padding:16px;
	border-radius:10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.fc-toolbar-title{
	font-size:20px !important;
}
.psm-view-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin:10px;
}
.psm-view-tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #007cba;
    border: 1px solid #007cba;
    background: none;
    outline: none;
    transition 0.2s, border-bottom 0.2s;
	border-radius:5px;
	background-color:
}
.psm-view-tab.active {
    color: #fff;
	background-color: #007cba;
}
.psm-report-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
	gap:16px;
}
.psm-report-item {
    text-align: center;
    flex: 1;
    padding: 10px !important;
	background-color:white;
	border:1px solid #ccc;
	border-radius:10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.psm-report-value {
    font-size: 20px;
    font-weight: bold;
    color: #007cba;
}
.psm-report-label {
	margin-top:10px;
    font-size: 16px;
    color: #666;
}
@media (max-width: 768px) {
    .psm-accessibility-bar {
        flex-direction: column;
        gap: 10px;
    }
    .psm-view-buttons {
        display: flex;
        gap: 10px;
    }
    .psm-accessibility-bar h1 {
        text-align: center;
        flex: 1 100%;
    }

    .psm-report-bar {
        flex-wrap: wrap;
    }

    .psm-report-item {
        flex: 0 0 50%; 
        border-right: none;
        margin-bottom: 10px;
    }
}

 .fc-button{
	 font-size:20px;
	 border:none !important;
	padding:5px 10px !important;
	background-color:var(--sea-green) !important;
}
.fc-header-toolbar{
	margin:0 10px !important;
}
.fc-day-today {
	background-color:var(--sea-green-highlight) !important;
}
.fc-day-today a{
	color:white !important;
	font-weight:bold;
}
.high-constrast .fc-day-today {
	background-color:var(--sea-green-highlight) !important;
}
body.psm-dark-mode .fc-day-today,
body.high-constrast .fc-day-today{
	background-color:var(--sea-green-highlight) !important;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--sea-green);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
select:disabled,input:disabled {
    color: #f0f0f0 !important;
    background-color: #f0f0f0 !important; 
    border: 1px solid #ccc; 
}
input:disabled::placeholder {
    color: #f0f0f0 !important; 
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


