#main #main-content {
  padding-top: 0;
}

.multiselect.btn {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Multiselect custom styles */
.multiselect-container.dropdown-menu {
  width: 100% !important;
  /* Ensure full width */
  border: 1px solid #ced4da;
  /* Bootstrap border color */
  border-radius: .25rem;
  /* Bootstrap border radius */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /* Bootstrap box shadow */
}

.multiselect-container>li>a>label {
  margin: 0;
  /* Remove margins to align with Bootstrap */
}

.boolean-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.boolean-circle.true {
  background-color: green;
}

.boolean-circle.false {
  background-color: #FF3636;
}

.webcarealert {
  margin: 15px;
  padding: 5px;
}

.webcarealert ul li,
.webcarealert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaremsg ul li,
.webcaremsg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaredot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
}

.webcaresmalldot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.explanation {
  font-size: 12px;
  color: gray;
}

.question {
  padding: 15px;
  background-color: #fefefe;
  border: 1px solid #efefef;
  border-radius: 4px;
}

.textareaSize {
  height: 120px;
}

.shadow-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Adjust the values for more or less shadow */
  padding: 20px;
  /* Optional: Add some padding inside the box */
  background-color: white;
  /* Optional: Set a background color to enhance the effect */
  border-radius: 5px;
  /* Optional: Add rounded corners */
}

table.dataTable td {
  white-space: normal !important;
  /* Ensures that content wraps within the cell */
  word-wrap: break-word;
  /* Forces long words to break and wrap to the next line */
}

.modal-top .modal-dialog {
  top: 10%;
  /* Adjust this value to control how far from the top the modal appears */
  transform: translate(0, 0);
  /* Disable vertical centering */
}

.modal-top {
  display: flex;
  align-items: flex-start;
  /* Align the modal to the top */
}

.bold {
  font-weight: bold;
}

/* Add CSS for styling the slider to look like Bootstrap */
.native-slider {
  width: 100%;
  margin: 10px 0;
  max-width: 300px;
}

.slider-labels {
  font-size: 12px;
  color: #6c757d;
  max-width: 300px;
}

.slider-value {
  font-weight: bold;
  margin-left: 10px;
}

.tab-pane-participants.active {
  border: 4px solid #f2f7ff !important;
  padding: 15px;
  border-radius: 4px;
}

.thickhr {
  border: 4px solid #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.smallTooltip {
  font-size: 14px;
}

.slider-tooltip .tooltip-inner {
  max-width: 460px;
  width: 460px !important;
  text-align: left !important;
}

.modal-fullscreen .modal-content {
  height: 90vh;
  max-width: 1200px;
  margin: auto;
}

.full-height-scroll {
  height: calc(100vh - 56px - 56px);
  overflow-y: auto;
}

.sidebar-wrapper .sidebar-header img {
  height: 2.5rem;
}

.hoursevtable {
  font-size: 14px;
}

.hoursevtable tr,
.hoursevtable td,
.hoursevtable th {
  padding: 0;
  padding-left: 10px;
}

@media (max-width: 800px) {
  .hideinsmall {
    display: none;
  }
}

/* WebCare custom styles - PV Colors */

body {
  color: black;
  background-color: #e8f5f7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#auth #auth-right {
  background: url(../../images/bg/4853433.jpg), linear-gradient(90deg, #447488, #447488);
}

.btn-primary {
  color: #fff;
  background-color: #447488 !important;
  border-color: #447488 !important;
}

.table {
  --bs-table-striped-color: black;
  color: black;
}

#auth #auth-left .auth-subtitle {
  color: gray;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
  background-color: #447488;
}

.sidebar-wrapper .menu .sidebar-link {

  color: #447488;
}

.stats-icon.purple {
  background-color: #447488;
}

.text-muted {
  color: #447488 !important;
}

.btn-info {
  color: #000;
  background-color: #447488;
  border-color: #f3e50c;
}

.btn-secondary {
  background-color: darkgreen;
  border-color: #6c757d;
}


.bg-secondary {
  background-color: brown;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link span {
  color: #f3e50c;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

#periodFilter {
  font-weight: 700;
  font-size: 1.2rem;
  color: green;
  background-color: aliceblue;
}

.card .card-body {
  border: 1px solid #f3e50c;
  border-radius: 10px;
}


.nav-tabs .nav-link.active {
  border: none;
  position: relative;
  color: #447488;
}


.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f3e50c;
}

.form-control {
  color: #000;
  border: 2px solid #447488;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*  ENDDDDD WebCare custom styles - PV Colors */


.invalid,
.invalid:focus {
  border: 2px solid red;
  background-color: #ffe6e6;
  /* Optional: Light red background */
}

.tab-invalid {
  color: red !important;
  font-weight: bold;
  text-decoration: underline;
}

 /* CSS for the blinking effect */
 .blinking {
  animation: blink 1s linear infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

#pauseIcon {
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000; 
  cursor: pointer;
  display: none; /* Hidden by default */
  z-index: 1000;
}

.auth-logo a img {
  max-width: 300px;
}