:root {
  --background-color-light: #edf3f7;
  --background-component-color-light: rgb(247.5923076923, 250.0615384615, 251.7076923077);
  --text-color-light: #071f36;
  --text-highlight-light: #303a0b;
  --button-outline-light: var(--button-background-color-light);
  --button-background-color-light: #255d86;
  --button-highlight-color-light: rgb(14.9298245614, 37.5263157895, 54.0701754386);
  --button-text-color-light: #f4f7e8;
  --selection-highlight-color-light: #2f3b02;
  --selection-area-highlight-color-light: #336699;
  --message-sent-color-light: rgb(38.25, 76.5, 114.75);
  --border-color-light: rgb(18.7049180328, 82.8360655738, 144.2950819672);
  --scroll-color-thumb-light: rgb(24.5573770492, 108.7540983607, 189.4426229508);
  --scroll-color-thumb-hover-light: rgb(1.1475409836, 5.0819672131, 8.8524590164);
  --scroll-color-background-light: #edf3f7;
  --hover-background-color-light: rgb(201.6923076923, 219.4615384615, 231.3076923077);
  --selected-hover-background-color-light: rgb(38.25, 76.5, 114.75);
  --separator-color-light: rgb(166.3846153846, 195.9230769231, 215.6153846154);
  --mandatory-color-light: rgb(18.7049180328, 82.8360655738, 144.2950819672);
  --mandatory-background-color-light: var(--background-component-color-light);
  --banner-color-light: rgb(25.9649122807, 65.2631578947, 94.0350877193);
  --readonly-color-light: rgb(109.8923076923, 158.2615384615, 190.5076923077);
  --alert-color-light: #da5909;
  --shadow1-light: 2px 2px 3px rgba(0, 0, 0, 0.5);
  --shadow2-light: 2px 4px 6px rgba(0, 0, 0, 0.5);
  --border1-light: 0px solid rgb(18.7049180328, 82.8360655738, 144.2950819672);
  --border2-light: 0px solid #2f3b02;
  --background-color-dark: #1f1e1e;
  --background-component-color-dark: rgb(38.7754098361, 37.5245901639, 37.5245901639);
  --text-color-dark: #ababab;
  --text-highlight-dark: #99c466;
  --button-outline-dark: snow;
  --button-background-color-dark: #99c466;
  --button-highlight-color-dark: rgb(101.6981132075, 141.4528301887, 54.5471698113);
  --button-text-color-dark: snow;
  --selection-highlight-color-dark: #99c466;
  --selection-area-highlight-color-dark: rgba(48, 95, 50, 0.8823529412);
  --message-sent-color-dark: rgba(30.8811188811, 61.1188811189, 32.1678321678, 0.8823529412);
  --border-color-dark: rgb(82.8360655738, 80.1639344262, 80.1639344262);
  --scroll-color-thumb-dark: rgb(56.9180327869, 55.0819672131, 55.0819672131);
  --scroll-color-thumb-hover-dark: rgb(108.7540983607, 105.2459016393, 105.2459016393);
  --scroll-color-background-dark: #1f1e1e;
  --hover-background-color-dark: rgb(5.0819672131, 4.9180327869, 4.9180327869);
  --selected-hover-background-color-dark: rgba(30.8811188811, 61.1188811189, 32.1678321678, 0.8823529412);
  --separator-color-dark: rgb(82.8360655738, 80.1639344262, 80.1639344262);
  --mandatory-color-dark: yellow;
  --mandatory-background-color-dark: rgb(56.9180327869, 55.0819672131, 55.0819672131);
  --banner-color-dark: rgb(56.9180327869, 55.0819672131, 55.0819672131);
  --readonly-color-dark: rgb(56.9180327869, 55.0819672131, 55.0819672131);
  --alert-color-dark: red;
  --shadow1-dark: 2px 2px 3px rgb(59.358490566, 82.5622641509, 31.8377358491);
  --shadow2-dark: 2px 4px 6px #99c466;
  --border1-dark: 0px solid #dedede;
  --border2-dark: 1px solid #99c466;
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  height: 100%;
  position: fixed;
  padding-bottom: 20px;
}

html, body, input, textarea, select, option {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  text-align: left;
  -ms-touch-action: none;
  touch-action: none;
  font-size: 15px;
  box-shadow: var(--shadow1);
}

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.smaller {
  font-size: smaller;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.larger {
  font-size: larger;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

.panel.title {
  font-size: large;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

#main {
  position: fixed;
  background-color: var(--background-color);
  width: 100%;
  left: 0%;
  height: 100%;
  top: 0%;
}

.panel {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0);
}

.banner {
  border: 2px solid var(--border-color);
  border-radius: 5px;
}

.label {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0);
}

.label.bannertitle {
  color: var(--button-text-color);
  font-size: 28px;
}

input {
  border: var(--border1);
  border-radius: 5px;
  outline: none;
  margin: 0;
  padding: 5px 2px;
  color: var(--text-color);
  background-color: var(--background-component-color);
  box-sizing: border-box;
}

/* Specific states of input */
input:hover {
  box-shadow: var(--shadow2);
}

input:disabled {
  background-color: var(--readonly-color);
  color: var(--button-text-color);
  cursor: not-allowed;
}

input:valid,
input[readonly]:valid,
input[required]:valid {
  background-color: var(--background-component-color);
}

/* For required fields that are blank */
input[required]:placeholder-shown {
  border: var(--border1);
  background-color: var(--mandatory-background-color);
}

/* For invalid fields with content entered */
input:invalid {
  border: 2px solid red;
}

input[required]:invalid:not(:placeholder-shown) {
  border: var(--border1);
}

/* Focus styles */
input:focus,
input[readonly]:focus,
input[required]:focus {
  border: var(--border2);
  box-shadow: var(--shadow2);
}

/* Readonly styles */
input[readonly] {
  background-color: var(--readonly-color);
  border: var(--border1);
}

.floating-label-group {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}

.floating-label-group input,
.floating-label-group textarea {
  padding: 8px 10px 8px 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.floating-label-group label {
  position: absolute;
  font-size: 15px;
  color: var(--text-color);
  pointer-events: none;
  left: 10px;
  top: 8px;
  transition: 0.2s ease all;
}

.floating-label-group input:focus ~ label,
.floating-label-group input:not(:placeholder-shown) ~ label,
.floating-label-group textarea:focus ~ label,
.floating-label-group textarea:not(:placeholder-shown) ~ label {
  top: 0;
  left: 5px;
  display: block;
  color: var(--button-background-color);
  background-image: linear-gradient(to bottom, var(--background-color), var(--background-component-color));
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  transform: translateY(-50%);
}

/* Ensure the transform applies when autofill is present */
.floating-label-group input:-webkit-autofill ~ label,
.floating-label-group textarea:-webkit-autofill ~ label {
  top: 0;
  left: 5px;
  color: var(--button-background-color);
  background-color: var(--background-color);
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  transform: translateY(-50%);
}

#logindiv {
  overflow: hidden;
  display: flex;
}

.login-pane {
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  max-height: 500px;
}

.login-label, .login-field {
  position: relative;
  width: 100%;
}

.login-label {
  box-sizing: border-box;
  color: var(--button-background-color);
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.login-response {
  text-align: center;
  color: var(--alert-color);
  border: 1px dotted var(--alert-color);
  border-radius: 5px;
  background-color: var(--readonly-color);
  margin-top: 10px;
  padding: 5px;
}

#login-qrcode {
  min-width: 300px;
}

textarea {
  border: var(--border1);
  border-radius: 5px;
  outline: none;
  margin: 0;
  padding: 15px 5px;
  color: var(--text-color);
  background-color: var(--background-component-color);
  box-sizing: border-box;
  resize: none;
}

textarea:valid,
textarea[readonly]:valid,
textarea[required]:valid {
  border: var(--border1);
  background-color: var(--background-component-color);
}

textarea:invalid {
  border: var(--border1);
}

textarea:focus,
textarea[readonly]:focus,
textarea[required]:focus {
  border: var(--border2);
  box-shadow: var(--shadow2);
}

textarea[required] {
  border: var(--border1);
  background-color: var(--mandatory-background-color);
}

textarea[readonly] {
  background-color: var(--readonly-color);
}

textarea:hover {
  box-shadow: var(--shadow2);
}

.image-scroller::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-corner {
  background: var(--scroll-color-background);
}

::-webkit-scrollbar-track {
  background: var(--scroll-color-background);
  border-radius: 5px;
  margin-left: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--scroll-color-thumb);
  border-radius: 5px;
  margin-left: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-color-thumb-hover);
  border-radius: 5px;
}

input[type=checkbox] {
  margin-right: 5px;
  transform: scale(1.2);
}

.checkbox-container {
  padding-top: 5px;
}

.logo-icon {
  position: relative;
  content: url(./PacspostLogo.svg);
  height: 100%;
  width: auto;
  left: 10px;
}

.pj-button {
  margin: 0;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-outline);
  padding: 8px 10px 8px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 15px;
  box-shadow: var(--shadow1);
}

.pj-button:not(:disabled):hover {
  background-color: var(--button-highlight-color);
  box-shadow: var(--shadow2);
}

.pj-button:disabled {
  background-color: var(--readonly-color);
  color: var(--button-text-color);
  cursor: not-allowed;
}

.login-button {
  position: relative;
  width: 100%;
  padding: 8px;
  margin-top: 12px;
}

.pj-label {
  color: var(--text-color);
  position: relative;
  font-size: large;
}

.pj-profile {
  width: 24px;
  height: 24px;
  position: relative;
  right: 160px;
  border-radius: 50%;
  display: inline-block;
  background-size: 24px 24px;
}

.case-message-container {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}

.pj-message-label {
  color: var(--text-color);
  position: relative;
  font-size: small;
  display: inline;
}

.pj-message-icon {
  position: relative;
  font-size: small;
  display: inline;
  width: 24px;
  height: 24px;
}

.pj-message-title {
  display: flex;
  gap: 10px; /* Adds space between each component */
  align-items: center; /* Aligns items vertically in the center */
  justify-content: flex-start;
  margin-left: -20px;
  padding-top: 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.pj-message-box {
  font-size: 15px;
  color: var(--button-text-color);
  position: relative;
  background-color: var(--selection-area-highlight-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px;
  margin: 4px;
  width: 90%;
  box-shadow: var(--shadow1);
}

.pj-message-title.sent {
  margin-left: 0px;
  justify-content: flex-end;
  padding-right: 10px; /* Adjust as needed for alignment */
}

.pj-message-box.sent {
  margin-left: auto; /* Align message box to the right */
  background-color: var(--message-sent-color);
}

.pj-message-link.sent {
  margin-left: auto; /* Align message box to the right */
  background-color: var(--message-sent-color);
}

.pj-message-box:focus {
  border: 2px solid var(--selection-highlight-color);
}

.pj-message-link {
  font-size: 15px;
  color: var(--button-text-color);
  position: relative;
  background-color: var(--selection-area-highlight-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px;
  margin: 4px;
  width: 93%;
  box-shadow: var(--shadow1);
  text-align: left; /* Ensures text remains left-aligned */
}

.pj-message-link:focus {
  border: 2px solid var(--selection-highlight-color);
}

.pj-message-link-file {
  font-size: 15px;
  font-weight: 600;
  color: var(--button-text-color);
  position: relative;
  background-color: var(--button-background-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px;
  margin: 20px auto; /* Centers the link horizontally */
  margin-bottom: 10px;
  width: auto;
  height: auto;
  box-shadow: var(--shadow1);
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pj-message-link-file:hover {
  cursor: pointer;
  background-color: var(--button-highlight-color);
  box-shadow: var(--shadow2);
}

.menu-panel {
  position: absolute;
  height: auto;
  width: 15%;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  z-index: 101;
  display: flex; /* Enables flexbox */
  flex-direction: column; /* Horizontal stacking */
  justify-content: space-around; /* Optional: Adjust spacing between items */
}

.hover-menu-panel {
  position: absolute;
  height: 32px;
  width: 150px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  z-index: 101;
  display: flex; /* Enables flexbox */
  flex-direction: row; /* Horizontal stacking */
  justify-content: space-around; /* Optional: Adjust spacing between items */
  transition: opacity 0.1s ease, transform 0.1s ease;
}

.hover-menu-panel.selected {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-panel-item {
  width: 100%;
  color: var(--text-color);
  cursor: pointer;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.05s ease;
}

.menu-panel:hover .menu-panel-item {
  opacity: 0.3;
}

.menu-panel:hover .menu-panel-item:hover {
  opacity: 1;
  color: var(--text-highlight);
  box-shadow: var(--shadow1);
}

.menu-panel-title {
  background-color: var(--background-color);
  color: var(--text-color);
  border-bottom: 1px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  pointer-events: none;
  padding: 12px 16px;
}

.combo-focused {
  border: 2px solid var(--selection-highlight-color);
}

.combo-blurred {
  border: 1px solid var(--border-color);
}

select {
  background-color: var(--background-component-color);
  color: var(--text-color);
  border: var(--border1);
  border-radius: 5px;
  outline: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 10px 8px 10px;
  box-sizing: border-box;
  box-shadow: var(--shadow1);
}

select:hover {
  box-shadow: var(--shadow2);
}

select:valid,
select[disabled]:valid,
select[required]:valid {
  background-color: var(--background-component-color);
}

select:invalid {
  border: 2px solid red;
}

select:focus,
select[disabled]:focus,
select[required]:focus {
  box-shadow: var(--shadow2);
}

select[required] {
  border: var(--border1);
  background-color: var(--mandatory-background-color);
}

select[disabled] {
  background-color: var(--readonly-color);
  box-shadow: var(--shadow1);
}

select[multiple] {
  outline: none;
  height: auto;
  max-height: 150px;
  overflow: auto;
  overflow-y: auto;
  backface-visibility: hidden;
  box-shadow: var(--shadow1);
}

select[multiple] option {
  padding-right: 2px;
}

select[multiple]:focus {
  outline: none; /* Removes the default focus outline */
}

select[multiple] option:focus {
  background-color: var(--selected-hover-background-color); /* Resets to default or inherit from select */
  color: var(--text-color);
}

select[multiple]:focus option:checked {
  background-color: var(--selection-area-highlight-color);
  color: var(--text-color);
}

select[multiple]:focus option:focus:checked {
  background-color: var(--selection-area-highlight-color);
  color: var(--text-color);
}

select[multiple] option:hover {
  background-color: var(--hover-background-color);
  cursor: pointer;
}

select[multiple] option:checked {
  background-color: var(--selection-area-highlight-color);
  color: var(--text-color);
}

select[multiple] option:checked:hover {
  background-color: var(--selected-hover-background-color);
  color: var(--text-color);
}

.snackbar {
  display: flex;
  visibility: hidden;
  min-width: 250px;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  border-color: var(--button-text-color);
  text-align: center;
  border-radius: 8px;
  padding: 14px 20px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  font-family: "Arial", sans-serif;
  font-size: 18px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.5s ease;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.snackbar-text {
  flex-grow: 1;
  padding: 0 10px;
  word-wrap: break-word;
}

.snackbar.show {
  visibility: visible;
  opacity: 1;
}

.close-btn {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 20px;
  cursor: pointer;
  outline: none;
}

.close-btn:hover {
  color: var(--text-highlight);
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 600px) {
  #Company_Logo {
    width: 100%;
  }
}
thead {
  display: table-row-group; /* Set thead to be full width */
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--button-background-color);
}

table tr:first-child th {
  border-top: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

.table-header {
  background-color: var(--button-background-highlight-color);
  color: var(--button-text-color);
  font-weight: bold;
  text-align: left;
  border: 1px solid var(--text-color);
  box-shadow: var(--shadow1);
}

.table-header-cell {
  padding: 5px 10px;
}

.table-row {
  color: var(--text-color);
  background-color: var(--background-color);
  filter: brightness(95%);
  box-shadow: var(--shadow1);
  border-radius: 5px;
  padding: 2px;
}

.table-row-cell {
  padding: 2px 10px;
}

.table-row.selected {
  color: var(--text-color);
  filter: brightness(60%);
  box-shadow: var(--shadow2);
}

.table-row:hover {
  filter: brightness(80%);
  cursor: pointer;
  box-shadow: var(--shadow2);
}

.table-row.selected:hover {
  filter: brightness(70%);
  box-shadow: var(--shadow2);
}

.action-column {
  display: flex; /* Enable horizontal alignment */
  align-items: center; /* Center items vertically */
  text-align: left;
}

.action-column .left-icon {
  width: 24px; /* Icon size */
  height: 24px;
  background-size: 24px 24px; /* Proper scaling */
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px; /* Spacing between icon and text */
  flex-shrink: 0; /* Prevent icon from shrinking */
}

.action-column .text-container {
  display: flex;
  flex-direction: column; /* Stack "top-comp" and "bottom-comp" vertically */
}

.action-column .top-comp {
  font-weight: 500;
}

.action-column .bottom-comp {
  font-size: 0.9em;
}

.pj-table-container {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* Full width within left-panel */
}

.pj-table {
  font-size: 15px;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}

.pj-table td, .pj-table th {
  box-sizing: border-box;
  border: 0;
  border-left: 0;
  border-right: 0;
  width: auto;
  padding: 5px 10px;
}

.pj-table th {
  padding: 15px 10px;
  font-weight: 600;
}

.hidden-header {
  display: block; /* Ensures the table structure remains intact */
  visibility: hidden; /* Hides the header content but keeps space for alignment */
  height: 0; /* Removes any additional height */
}

.pj-table-inner-container {
  box-sizing: border-box;
  overflow: auto;
  overflow-wrap: anywhere;
  width: 100%; /* Ensures it takes the full width of left-panel */
  max-width: 100%; /* Prevents it from growing beyond container width */
  max-height: 100%;
  padding-right: 2px; /* Optional padding */
}

.login-base {
  width: 100vw; /* Full width of the viewport */
  height: 100vh; /* Full height of the viewport */
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns: left 50%, right 50% */
  grid-template-rows: 40px 1fr 1fr; /* Add a row for the banner */
  height: 100vh; /* Full height of the viewport */
  box-sizing: border-box;
}

.top-panel {
  display: flex;
  grid-column: 1/3; /* Span both columns */
  grid-row: 1/2; /* Occupy the first row */
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  color: var(--button-text-color);
  background-color: var(--banner-color);
}

.flex-panel {
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Stack children vertically */
  overflow: hidden; /* Prevent overflow from table */
  height: 100%;
  width: 100%;
  padding: 5px;
}

.pj-table-inner-container .pj-table {
  width: 100%; /* Makes the table take only the width of its container */
  box-sizing: border-box; /* Ensures padding/border are included within the width */
  max-width: 100%; /* Prevents table from growing beyond its container */
}

.pj-container-bar {
  flex-shrink: 0; /* Prevent filter bar from expanding */
  display: flex;
  text-align: center;
  gap: 10px; /* Adds space between each component */
  box-sizing: border-box;
}

.pj-container-bar > * {
  flex: none; /* Each component takes only the space it needs */
}

.action-submission-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.text-area-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 5px;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}

.text-area-container textarea {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.icon-button {
  display: inline-block;
  background-color: transparent;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}

.background-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 99;
}

.sliding-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: var(--background-color);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
}

.contacts-container {
  width: 550px;
  height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.profile-card {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content-small {
  background-color: var(--background-color);
  width: 80%;
  max-width: 600px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.modal-content {
  background-color: var(--background-color);
  width: 70%;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  height: 85%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.settings-field {
  width: 85%;
  font-weight: normal;
  padding-bottom: 10px;
}

.settings-modal {
  width: 100%;
  height: 100%;
}

.pj-slider-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.slider-circle {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.pj-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ccc;
  border-radius: 24px;
  transition: 0.4s;
}

.tab-layout {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.tab-buttons {
  flex: 1;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-color);
}

.tab-buttons.selected {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--text-highlight);
  color: var(--text-highlight);
}

.progresscontainer {
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: -webkit-fill-available;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.progress-bar {
  width: 500px;
  background-color: #f0f0f0;
  height: 30px;
  border-radius: 15px;
}

.progress {
  width: 0px;
  height: 100%;
  background-color: #4caf50;
  transition: width 0.3s ease;
  border-radius: 15px;
}

.progress.paused {
  width: 0px;
  height: 100%;
  background-color: red;
  transition: width 0.3s ease;
  border-radius: 15px;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=pjwc.css.map */
