html {
  font-size: 10px;
}

.dayContainer {
  justify-content: unset !important;
  -webkit-justify-content: unset !important;
}

* {
  font-family: BWHaasGroteskWeb, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-variation-settings: normal;
  font-feature-settings: normal;
  font-size: 1.35rem;
}

a {
  color: #337ab7;
  text-decoration: none;
}

th {
  font-weight: unset !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 10px;
}

h2,
.h2 {
  font-size: 30px;
  margin-top: 20px;
}

h3 {
  font-size: 2.4rem;
  padding-top: 10px;
}

hr {
  margin: 20px 0 0 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  opacity: 1;
}

strong {
  font-weight: unset;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

label {
  display: inline-block;
  max-width: 100%;
  /* margin-bottom: 5px; */
  color: #333333;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Global placeholder styles - make placeholder text clearly faded */
.form-control::placeholder {
  color: #adb5bd;
  opacity: 0.65;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 0.65;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.65;
  font-style: italic;
}

.form-control::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 0.65;
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #EFEFEF;
}

.btn:active,
.btn:hover,
.btn:focus {
  background-color: #EFEFEF !important;
}

.btn-info {
  background-color: #023499 !important;
  border-color: #023499 !important;
  color: white;
}

button.btn-info:hover,
button.btn-info:active,
button.btn-info:focus,
button.btn-info[disabled] {
  background-color: #2a53a5 !important;
  border-color: #2a53a5 !important;
  color: white !important;
}

.btn-primary {
  padding: 3px 14px;
  background-color: #023499;
  border-color: #032e84;
}

.btn-primary-lg {
  background-color: #023499;
  border-color: #032e84;
  color: white;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary[disabled] {
  background-color: #2a53a5 !important;
  border-color: #2a53a5 !important;
  color: white !important;
}

.btn-primary-lg:hover,
.btn-primary-lg:active,
.btn-primary-lg:focus,
.btn-primary-lg[disabled] {
  background-color: #2a53a5 !important;
  border-color: #2a53a5 !important;
  color: white !important;
}

.btn-primary a {
  color: white;
  width: 100%;
  height: 100%;
  display: block;
}

.btn-primary a:hover {
  text-decoration: none;
}

.btn-secondary {
  color: #000 !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #000 !important;
}

.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-close {
  --bs-btn-close-bg: none;
}

.alert {
  padding: 15px 3rem 15px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 1.35rem;
  word-wrap: break-word;
}

.alert-dismissible .btn-close {
  padding: 1.4rem 1rem;
  --bs-btn-close-bg: none;
}

.alert-close-icon {
  font-size: 2.1rem;
  color: #a94442;
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.modal-dialog {
  --bs-modal-width: 50vw;
}

@media screen and (max-width: 1000px) {
  .modal-dialog {
    --bs-modal-width: 90vw;
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
  border-bottom: none;
  padding: 15px;
}

.modal-title {
  font-size: 1.8rem;
}

.modal-body {
  padding: 15px;
  overflow: auto;
}

.modal-footer {
  padding: 15px;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0 0 8px auto;
  outline: none;
  border: none;
}

.btn-close:focus {
  box-shadow: none;
}

.modal-header .btn-close:active,
.modal-header .btn-close:focus-visible {
  outline: none;
  border: none;
}

.modal-close-icon {
  font-size: 2.1rem;
  color: #a94442;
}

.progress-bar {
  background-color: #0d6efd;
}

.progress,
.progress-stacked {
  border-radius: 0;
  height: 1.5rem;
  max-width: 300px;
}

legend {
  border-bottom: none;
  font-size: 13.5px;
  margin-bottom: 10px;
  width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  color: #6f6f6f;
  float: unset;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.hidden-input {
  display: none;
}

.modal-body-btn-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

/* header message css */
.header-message {
  width: 100%;
}


/* input configuration */
/* disable input number arrow*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* login page css */
/* Login and Auth related css */
.auth-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.auth-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 1.35rem;
}

.auth-form {
  width: 100%;
}

.auth-title {
  width: 100%;
  text-align: center;
}

.auth-btn {
  width: 100%;
}

.login-consent {
  font-size: 1.0125rem;
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}

.form-group {
  margin-bottom: 15px;
}

.forget-pass-container {
  margin-top: 10px;
  margin-bottom: 25px;
}

.auth-sso {
  margin-bottom: 15px;
}

.sso-btn {
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
}

.okta-sso-logo {
  width: 100%;
  height: 40px;
  object-fit: cover;
}

/* css related to mfa page */
.mfa-footer {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.resend-mfa-code-btn {
  color: #337ab7;
  border: none;
  background-color: transparent;
}

.resend-mfa-code-btn:hover {
  text-decoration: underline;
}

/* css related to save mfa page */
.auth-contents.save-mfa {
  width: 450px;
  min-width: 300px;
}

.save-mfa-checkbox-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

#save-mfa-checkbox {
  /* margin :-5px 0 0 0; */
}

.save-mfa-btn-container {
  text-align: center;
  margin-bottom: 15px;
}

.save-mfa-btn {
  width: 80%;
}


@media screen and (max-width: 350px) {
  .user-auth-contents {
    width: 100%;
    padding: 15px;
  }

}

input[type="file"]:focus {
  outline: none;
  border: none;
}

ul {
  list-style-type: disc;
}

.app-logo {
  width: 85%;
}

.hidden {
  display: none;
}

.success {
  color: #3c763d;
}

.error {
  color: #a94442;
  font-weight: bold;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ddd;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ddd;
}

.container {
  margin-top: 35px;
}

.container-fluid {
  padding: 0;
}

.bold {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.container {
  margin-top: 35px;
}

.row {
  margin: 0;
}

fieldset {
  border: 1px solid #ddd;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}

/* Loading spinner styles */
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  border: 10px solid rgba(0, 0, 0, 0.1);
  /* Border color and size */
  border-top: 10px solid #3498db;
  /* Change this to match your preferred spinner color */
  border-radius: 50%;
  /* Creates a circle */
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
  /* Animation duration and type */
}

/* Keyframe animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  /* Start position */
  100% {
    transform: rotate(360deg);
  }

  /* End position */
}

input[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

input[type=checkbox] {
  margin: 1px 0 0;
}

body {
  font-size: calc(1rem * 1.35);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  --bs-body-font-family: BWHaasGroteskWeb, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  /* Increases the base font size by 30% */
}

/* dashboard css */
.ds-sb-container {
  margin-bottom: 10px;
}

.graph-panel {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  width: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);

}

.ds-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.graphs {
  margin-bottom: 20px;
}

.ds-table {
  width: 100%;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.ds-table-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.ds-table-header {
  padding: 5px 12px;
  text-decoration: underline;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.ds-table-data {
  display: flex;
  justify-content: space-between;
  padding: 5px 12px;
  cursor: pointer;
}

.ds-table-data:hover {
  background-color: #fff5cf;
}

.metric-value {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.envelope-container {
  position: relative;
  margin-right: 20px;
}

.envelope-icon {
  width: 25px;
  height: 25px;
}

.badge {
  background-color: #023499;
  border-color: #032e84;
  color: white;
  font-size: 1rem;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

/* Notification badge positioned absolutely (use on icon containers) */
.badge-notification,
.envelope-container .badge {
  position: absolute;
  top: -8px;
  right: -10px;
}



/* css related to dropdown(applied for all bs dropdown */
.bs-dropdown {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.bs-dd-toggle-btn {
  height: 34px;
}

.dropdown-container {
  display: inline-block;
}

.dropdown-container.inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.restore-db-dropdown-container,
.sst-dropdown-container,
.ecs-dropdown-container {
  width: 100%;
  margin-bottom: 10px;
}

.dropdown-menu {
  min-width: 230px;
  overflow-y: hidden;
  cursor: pointer;
  padding: 0px;
  font-size: 1.4rem;
  box-shadow: none;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border: 1px solid #ddd;
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.3s;
  /* don't forget to set a duration! */
  z-index: 9999;
}

.dropdown-menu li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

#dropdown-menu-input-li {
  position: sticky;
  top: 0;
  background-color: #fff;
}

#dropdown-menu-input-container {
  display: flex;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

#dropdown-menu-input {
  padding-left: 25px;
}

.dropdown-menu li a {
  padding: 10px 0 10px 8px;
  width: 100%;
  display: block;
  color: #000;
}

.dropdown-menu li a:hover {
  background-color: #ddd;
}

.dropdown-icon {
  margin-right: 8px;
}

/* css related to detail form page */
.detail-container {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.2s;
  /* don't forget to set a duration! */
}

.detail-form-wrapper {
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  /* For Firefox */
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  /* For Edge */
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.detail-form-panel {
  display: flex;
  flex-wrap: wrap;
}

.feedback-form-panel .detail-form-box {
  width: 50%;
}

.feedback-form-panel .detail-form-box:nth-child(2) {
  padding: 0px;
}

.detail-form-panel>.detail-form-box:last-child {
  padding: 0px;
}

.detail-form-box {
  padding: 0px 30px 0px 0px;
  box-sizing: border-box;
}

.text-field {
  word-wrap: break-word;
}

.btn-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 950px) {
  .feedback-form-panel .detail-form-box {
    padding: 0px;
  }

  .feedback-form-panel .detail-form-box {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .detail-form-panel>.detail-form-box:last-child {
    padding-right: 30px;
  }

  .detail-form-panel>.detail-flex-box {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .detail-flex-box {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 880px) {
  .detail-form-panel .col-sm-6 {
    width: 100%;
    padding: 0px;
  }

  .detail-form-panel>.detail-form-box:last-child {
    padding-right: 0px;
  }
}

.text-danger {
  color: #a94442 !important;
}

.input-container,
.btn-container {
  margin-bottom: 10px;
}

textarea.input_textarea {
  width: 100%;
  resize: none;
  height: 200px;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: none;
  padding: 15px;
}

#use_prv_pem,
#use_ca_pem,
#use_pub_pem,
#pem_csr {
  font-family: 'Courier New', Courier, monospace !important;
  /* Monospaced font */
  font-size: 14px;
  /* Font size */
  line-height: 1.5;
  /* Line height for readability */
  color: #333;
  /* Text color */
  background-color: #f9f9f9;
  /* Light background color */
  padding: 10px;
  /* Inner spacing */
  resize: vertical;
  /* Allow vertical resizing */
  overflow: auto;
  /* Scrollbar for overflow */
}

/* Optional: Add focus styling */
#use_prv_pem:focus,
#use_ca_pem:focus,
#use_pub_pem:focus,
#pem_csr:focus {
  border-color: #007bff;
  /* Change border color on focus */
  outline: none;
  /* Remove default outline */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  /* Add shadow for better visibility */
}

.view-container {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.input-text,
.input-btn-text,
.datepicker {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  box-shadow: none;
  height: 28px;
  padding: 0 0 0 8px;
}

.input-btn-container {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.password-input-container {
  display: flex;
  gap: 5px;
}

.password-input-wrapper {
  position: relative;
  width: 100%;
}

.password-input {
  width: 100%;
  padding-right: 30px;
}

.password-hidden-username-input {
  display: none;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 30;
  display: none;
}

.visible-icon {
  cursor: pointer;
}

.copy-icon {
  cursor: pointer;
  position: absolute;
  height: 1.35rem;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}

.form-single-select~.select2-container {
  width: 100% !important;
  min-width: 100%;
  font-size: 1.35rem;
}

.form-multiple-select~.select2-container {
  width: 100% !important;
}

.form-single-select~.select2-container--default .select2-selection--single {
  border: solid 1px #ccc;
}

.form-multiple-select~.select2-container .selection .select2-selection--multiple {
  border: solid 1px #ccc;
}

.select2-readOnly,
.readOnly {
  pointer-events: none !important;
  /* Prevent interaction */
  background-color: #eee !important;
  /* Change the color */
  user-select: text !important;
  /* Allow text selection */
}

.custom-checkbox {
  margin: 0;
}

.form-checkbox-container {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.form-checkbox-container label {
  background-color: #dddddd;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.folder-btn {
  margin-bottom: 10px;
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.ui-datepicker .ui-icon {
  text-indent: 0px;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  cursor: pointer;
  user-select: none;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  text-decoration: none;
  color: #333333;
}

.drp-custom-option {
  position: relative;
}

.drp-custom-popup {
  position: absolute;
  padding: 10px;
  top: -50%;
  right: 0;
  transform: translate(100%, 0);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  z-index: 30;
  display: none;
}

.drp-custom-range {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.drp-custom-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.drp-custom-input {
  width: auto;
  text-align: right;
}

#db-con-test {
  width: 150px;
  text-align: center;
}

.email-info-list {
  list-style: none;
  padding: 0;
  display: flex;
}

.email-info-list li {
  display: inline-block;
  margin-right: 10px;
}

.email-message {
  font-size: 16px;
}

#sublist-tabs .nav-link,
#detail-tabs .nav-link {
  padding: 10px 15px;
  color: #337ab7;
}

#sublist-tabs .nav-link.active,
#detail-tabs .nav-link.active {
  color: #555;
  background-color: var(--bs-nav-tabs-border-color);
}

.detail-tabs.nav-tabs {
  border-bottom: none;
}







/* css related to error message of form validation */
label.error {
  color: red;
}

.error_placement {
  color: red;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  margin-top: 5px;
}

.body-container {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 60px);
}

/* css related to contents */
.contents {
  width: calc(100% - 240px);
  height: calc(100vh - 60px);
  box-sizing: border-box;
  position: relative;
  padding: 0 20px;
  overflow-y: auto;
  scrollbar-color: #ddd #f9f9f9;
}


.contents-fluid {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .contents {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
}

/* css related to sidebar */
.sidebar {
  width: 240px;
  display: block;
  box-sizing: border-box;
  background-color: #F9F9F9;
  height: calc(100vh - 70px);
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #ececec #f9f9f9;
  font-size: 1.35rem;
}

.sidebar-search-box {
  padding: 10px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #F9F9F9;
  z-index: 10;
}

.sidebar-search-icon,
.menu-dropdown-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.sidebar-search-input {
  padding-left: 25px;
}

@media screen and (max-width: 1300px) {
  .sidebar {
    /* width:0px; */
    display: none;
  }
}

.sidebar-close {
  /* width:0px; */
  display: none;
}

.sidebar-link {
  width: 240px;
  background-color: #F9F9F9;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

@keyframes pulse-larger {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    /* Adjust the scale to make the pulse larger */
  }

  100% {
    transform: scale(1);
  }
}

.sidebar-badge {
  background-color: #023499;
  border-color: #032e84;
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.badge-pulse {
  animation: pulse-larger 2s infinite;
  /* Corrected animation property */
}

.sidebar-listTitle {
  width: 240px;
  padding: 15px 0px 15px 15px;
  background-color: #F9F9F9;
  color: #0d0d0d;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.sidebar-listTitle:hover {
  background-color: #ececec;
  color: #0d0d0d;
  text-decoration: none;
}

.sidebar-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  background-color: #F9F9F9;
  box-sizing: border-box;
}

.sidebar-list li a,
.sidebar-link a {
  color: #0d0d0d;
  display: block;
  padding: 15px 0px 15px 20px;
  cursor: pointer;
  text-decoration: none;
}

.sidebar-list li a:hover,
.sidebar-link a:hover {
  background-color: #ececec;
  color: #0d0d0d;
  text-decoration: none;
}

.current-page {
  background-color: #ececec;
  border-left: 10px solid #013499;
}

/* css related to .navbar */
.custom-navbar {
  height: 60px;
  display: flex;
  justify-content: space-between;
  background-color: #F9F9F9;
  padding: 0 0px;
  box-sizing: border-box;
}

.custom-navbar-left {
  display: flex;
}

.logo-container {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 240px;
}

img.logo {
  width: 150px;
}

img.logo2 {
  display: none;
}

@media screen and (max-width: 980px) {
  img.logo {
    display: none;
  }

  img.logo2 {
    display: block;
  }
}

.header-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.tenant-title {
  font-size: 1.62rem;
  color: #333;
}

.archive-title {
  font-size: 1.45rem;
  color: #333;
}

@media screen and (max-width: 980px) {
  .archive-title {
    display: none;
  }
}

.guide-btn,
.close-menu-btn {
  margin-top: 10px;
  margin-left: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  padding: 8px;
}

.guide-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.close-menu-btn:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.guide-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in, visibility 200ms ease;
}

.guide-menu-open {
  opacity: 1;
  visibility: visible;
}

.guide-menu-header {
  height: 60px;
  background-color: #F9F9F9;
}

.guide-menu-content {
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-240px);
  background-color: #F9F9F9;
  transition: transform 300ms ease;
}

.guide-menu-body {
  height: calc(100vh - 70px);
}

.guide-menu-content-open {
  transform: translateX(0);
}

.custom-navbar-list,
.custom-navbar-list-right {
  display: flex;
  list-style: none;
  padding: 0;
  padding-top: 0px;
  height: 100%;
}

.custom-navbar-list li {
  display: flex;
  height: 100%;
}

.navbar-link {
  color: white;
}

/* css related to menu */
.custom-navbar-menu {
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  display: flex;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #023499;
}

.employment-history {
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  color: #555555;
}

.employment-history a {
  color: #555555;
}

.employment-history a:hover {
  color: #555555;
  text-decoration: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-company-name {
  color: black;
  font-size: 20px;
  margin-top: 3px;
}

.highlight {
  background-color: #ddd;
}

/* css related to login and register links  */
.login-link,
.register-link {
  height: 100%;
  padding: 15px;
}

.login-link a,
.register-link a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}

.login-link a:hover,
.register-link a:hover {
  color: white;
  text-decoration: underline;
}



/* css related to data table */
.dataTable-container {
  width: 100%;
  padding-top: 0px;
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.2s;
  /* don't forget to set a duration! */
  position: relative;
}

.page {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.4s;
  /* don't forget to set a duration! */

}

.select2-container--open {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.4s;
  /* don't forget to set a duration! */
}

.daterangepicker {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.4s;
  /* don't forget to set a duration! */
}


.dataTable-header {
  padding-bottom: 10px;
  padding-top: 10px;
}

.dataTable-header.sublist-header {
  padding-left: 15px;
}

.table-container {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  scrollbar-color: #ddd #f9f9f9;
  box-sizing: border-box;
}

.record-table {
  color: rgb(51, 51, 51);
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;

}

.record-table thead {
  border-bottom: 1px solid #ccc;
}

.record-table thead th {
  position: sticky;
  top: 0;
  background-color: #eaeaea;
  color: #333;
  z-index: 30;
  text-transform: uppercase;
  /* font-size: 12px; */
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  padding: 4px 10px;
  white-space: nowrap;
}

.record-table thead th.action-header {
  width: 50px;
  text-align: center;
}

.record-table thead tr {
  background-color: #eaeaea;
  color: #333;
}


.record-table tr {
  border-bottom: 1px solid #ddd;
}

.archive-table-cell-text,
.record-table td,
.archive-details-box-value {
  font-size: 1.3rem;
  font-family: BWHaasGroteskWeb, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif !important;
}

.record-table td {
  font-size: 13px;
  font-weight: normal;
  padding: 4px 10px;
  text-indent: 0px;
  box-sizing: border-box;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}

.record-table td.checkbox-cell {
  position: relative;
}

label.table-cell-checkbox-label {
  margin-bottom: 0px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.record-table.wrap-cells td {
  white-space: normal;
}

.overflow-td {
  overflow-wrap: anywhere !important;
}

.value-name {
  overflow-wrap: anywhere !important;
  width: fit-content;
  position: relative;
}




.record-table th span {
  cursor: pointer;
  font-size: 1.2rem;
  user-select: text;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.record-table th span.sortDisabled {
  cursor: default;
}

table.record-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

table.record-table tbody tr:hover {
  background-color: #e0e0e0;
}

/* Bulk add templates - existing row highlight */
table.record-table tbody tr.existing-row {
  background-color: #fff3cd;
}

table.record-table tbody tr.existing-row:hover {
  background-color: #ffe69c;
}

.column-align-right,
.cell-align-right {
  text-align: right;
  padding: 3px 10px 3px 0px !important;
  box-sizing: border-box;
}

.tableCell-link a {
  color: #333333;
  cursor: pointer;
  font-size: 1.3rem;
}

.tableCell-link a:hover {
  color: #333333;
  text-decoration: underline
}

.edit-cell {
  max-width: 50px;
}

.datetime-cell {
  width: 200px;
}

.date-cell {
  width: 100px;
}

.delete-link {
  cursor: pointer;
}

.delete-link:hover {
  text-decoration: underline;
}

.array-cell-text::after {
  content: ",";
  margin-right: 3px;
}

.array-cell .array-cell-text:last-child::after {
  content: '';
}

.line-number-cell-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination-container {
  background-color: #eaeaea;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px 15px 5px 0px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

.item-pagination-container {
  justify-content: flex-end;
}

.pagination-btn-container {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-right: 15px; */
}

.prev-btn,
.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 34px;
  box-sizing: border-box;
}

.prev-btn[disabled],
.next-btn[disabled] {
  cursor: pointer;
}

.next-caret {
  transform: rotate(-90deg) scale(1.8);
  color: #555353;
  margin-left: -4px !important;
}

.previous-caret {
  transform: rotate(90deg) scale(1.8);
  margin-left: -4px !important;
  color: #555353;

}

.page-dropdown-btn {
  width: 100%;
}

.btn .caret {
  /* override bs for page-caret */
  margin-left: 5px;
}

.page-menu {
  width: 100%;
  min-width: 125px;
}

.pageMenu-item {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.pageMenu-item:hover {
  background-color: #ddd;
}

.filters {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filters.sp-between {
  justify-content: space-between;
  align-items: center;
}

.seats-info {
  font-size: 1.2em;
}


.filter-checkbox-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hidden-datepicker {
  opacity: 0;
  height: 0px;
}

.dataTable-checkbox-label {
  display: flex;
  align-items: center;
  background-color: #dddddd;
  gap: 5px;
  padding: 7.3595px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0px;
  font-size: 1.35rem;
}

.reset-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.reset-btn {
  font-size: 1.35rem;
  padding: 6.3595px 12px;
  box-sizing: border-box;
}

.reset-btn:hover,
.reset-btn:focus,
.reset-btn:active,
.reset-btn:first-child:active {
  background-color: #efefef;
}

.search-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.search-btn {
  font-size: 1.35rem;
  padding: 6.3595px 16px;
  box-sizing: border-box;
  background-color: #0d6efd;
  color: white;
  border: 1px solid #0d6efd;
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-btn:first-child:active {
  background-color: #4d94ff !important;
  color: white !important;
  border-color: #4d94ff !important;
}

.searchForm {
  display: inline-block;
}

.text-filter {
  display: inline-block;
}

.search-input {
  height: auto;
  border-radius: 4px;
}

.label-text {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
  display: block;
  width: fit-content;
  position: relative;
  margin-bottom: 5px;
}

.label-text.view {
  margin-bottom: 0px;
}

.label-text.inline {
  margin-top: 5px;
  min-width: 150px;
}

.label-text.astarisk:after {
  content: '*';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e54c0;
}

.label-text.negation:after {
  content: '\00AC';
  position: absolute;
  right: -10px;
  top: 0%;
  transform: translateY(-30%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #b5a214;
}

.search-btn {
  display: inline-block;
}

.listheadersortup {
  width: 6px;
  height: 6px;
  font-size: 0px;
  background: url('/img/sort_up.png');
  display: inline-block;
}

.listheadersortdown {
  width: 6px;
  height: 6px;
  font-size: 0px;
  background: url('/img/sort_down.png');
  display: inline-block;
}

.record-info {
  color: 333;
  padding: 0 15px;
  font-size: 1.35rem;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.select-multiple-ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-multiple-ul li:after {
  content: ",";
  margin-right: 3px;
}

.select-multiple-ul li:last-child:after {
  content: '';
}


.notification-msg {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  margin-right: 10px;
}


/* css related to left top dropdowns */
.header-dropdown {
  height: 100%;
  color: white;
}

.header-dropdown-btn {
  border-radius: 0;
  height: 100%;
  color: white;
  background-color: #023499;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}

.header-btn {
  border-radius: 0;
  height: 100%;
  color: white;
  background-color: #023499;
  font-size: 16px;
  padding: 0;
  border: none;
}

.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  padding: 0 12px;
  text-decoration: none;
}

.header-btn a:hover {
  color: white;
  background-color: #2a53a5;
  text-decoration: none;
}

.header-dropdown-menu {
  max-height: calc(100vh - 103.67px);
  overflow-y: auto;
  scrollbar-color: #ececec #f9f9f9;
}

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

.header-dropdown-btn:hover,
.header-dropdown.open-on-hover .dropdown-menu {
  background-color: #2a53a5;
  color: white;

}

.header-dropdown:hover .header-dropdown-btn,
.header-dropdown.open-on-hover .header-dropdown-btn {
  background-color: #2a53a5;
}

.header-dropdown-label {
  color: white;
}

.btn.header-dropdown-btn.active.focus,
.btn.header-dropdown-btn.active:focus,
.btn.header-dropdown-btn.focus,
.btn.header-dropdown-btn:active.focus,
.btn.header-dropdown-btn:active:focus,
.btn.header-dropdown-btn:focus {
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

.highlight-table-name {
  background-color: #ddd;
}

/* css related to right top dropdown */
.custom-navbar-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.right-dropdown {
  padding: 0px;
  height: 100%;
  min-width: 250px;
}

.right-dropdown-caret {
  color: black;
  margin-left: 15px;
  margin-right: 5px;
}

.right-dropdown-btn {
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  padding: 0 5px;
  font-size: 13.5px;
  height: 100%;
  user-select: none;
}

.right-dropdown:hover .dropdown-menu {
  display: block;
  color: black;
  word-wrap: break-word;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 70px);

}

.right-dropdown:hover .right-dropdown-btn {
  background-color: #ddd;
}

.rdm-highlight {
  background-color: #ddd;
}

.rdm-app-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.user-info-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;

}

.user-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.navbar-email .navbar-tenant {
  font-size: 12px;
}

.navbar-user {
  font-size: 15px;
  text-transform: uppercase;
}

.navigateByRole,
.navigateByTenant,
.navigateToArchive {
  padding: 10px 0 10px 8px;
  display: flex;
}

.navigateByRole:hover,
.navigateByTenant:hover,
.navigateToArchive:hover {
  background-color: #ddd;
}

.navigateToArchive a {
  text-decoration: none;
  color: #333333;
  word-wrap: break-word;
}

.tenant-name {
  padding: 10px 0 10px 8px;
}

.tenant-name:hover,
.access-list-item:hover {
  background-color: #ddd;
}

.other-list-item {
  padding: 10px 0 10px 8px;
}

.access-list {
  list-style: none;
  padding: 0;
}

.access-list-item {
  padding: 10px 0 10px 16px;
}

/* css related to dropdown for datatable filter */
.dropdown-menu-filter {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #ececec #f9f9f9;
}

.dropdown-menu-item {
  padding: 5px 0 5px 5px;
  width: 100%;
}

.dropdown-menu-item:hover {
  background-color: #ddd;
}

.ddl-container {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.35rem;
  position: relative;
}

/* css related to dropdown Lookup (selectSingle) filter for datatable filter */
.form-dropdown-lookup~.select2-container {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px !important;
  width: 200px !important;
}

.form-ddl-link {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.unrendered {
  visibility: hidden;
  opacity: 0;
}

.rendered {
  transition: opacity 1s ease;
  visibility: visible;
  opacity: 1;
}

.full-width {
  width: 100%;
}

.select2-container .select2-results__option {
  font-size: 1.35rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1.35rem;
}

.form-select-dropdown-aggregate~.select2-container {
  width: 100% !important;
}

/* .filter-dropdown-lookup{
  width:100%;
} */
.filter-dropdown-lookup-container .selection {
  margin-top: -5px;
  font-size: 1.35rem;
}

.filter-dropdown-lookup,
.saveSearch-select {
  height: 40px !important;
}

.filter-dropdown-lookup-label {
  display: block;
}

.filter-dropdown-lookup~.select2-container .select2-selection--single,
.select-single~.select2-container .select2-selection--single {
  height: 34px;
  border: 1px solid #ccc;
}

.filter-dropdown-lookup~.select2-container--default .select2-selection--single .select2-selection__arrow,
.select-single~.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.filter-dropdown-lookup~.select2-container--default .select2-selection--single .select2-selection__clear,
.select-single~.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 34px;
}

.select-single~.select2-container,
.select-multiple~.select2-container {
  width: 100% !important;
}

.filter-dropdown-lookup~.select2-container {
  width: 250px !important;
}

.parentId_single_select~.select2-container {
  width: 400px !important;
}

.select2-container--open {
  z-index: 9999 !important;
}

@media screen and (max-width: 600px) {
  .ar-filter-dd-container {
    width: 100%;
  }

  .archive-filter-dropdown~.select2-container {
    width: 100% !important
  }

  .archive-search-form {
    width: 100%;
  }

  .archive-date-fitler {
    width: 100%;
  }
}


.filter-date-range {
  min-width: 250px;
}

.saveSearch-select~.select2-container {
  /* width:500px !important; */
  width: 100% !important;
}

#savedSearch-dropdown~.select2-container {
  width: 100% !important;
}

.full-width~.select2-container {
  width: 100% !important;
}

/* css related to dropdown lookup for datatable filter */
.date-input {
  min-width: 200px;
}

.submit-btn:disabled {
  background-color: red;
}

.delete-btn-container {
  text-align: left;
}


/* css related to setting page */
.settings-form,
.preference-form {
  width: 50%;
}

.setting-tab-link {
  color: white;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
}

.setting-tab-link:hover {
  color: white;
  text-decoration: none;
  background-color: #2a53a5;
}

/* css related to Feedback */
.feedback-container {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 0 auto 15px auto;
}

.feedback-header {
  color: #333333;
  text-align: center;
}

.feedback-list {
  color: #555555;
  margin: 20px 0;
}

/* css related to main .handlebars*/
.no-dropdown {
  display: none;
}

.page-menu {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #c7c7c7 #f9f9f9;
}

/* form hiding related css */
.toggleDatesLink {
  cursor: pointer;
  color: rgb(50, 50, 50);
  text-decoration: underline;
}

/* archive index related css */
.archive-index-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;

}

.archive-index-box-container {
  animation: fadeIn;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.2s;
  /* don't forget to set a duration! */
  border-style: solid;
  border-color: #333333;
  border-width: 0px 0px 0px 1px;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

.archive-index-container .row {
  display: flex;
  flex-wrap: wrap;
}

.archive-index-title {
  text-align: center;
  font-size: 24px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  margin-bottom: 20px;
}

.archive-index-box {
  border-style: solid;
  border-color: #333333;
  border-width: 1px 1px 1px 0px;
  padding: 0px;
}

.archive-index-box-container .archive-index-box:nth-child(n + 4) {
  border-top: none;
}


/* @media screen and (max-width: 768px){
  .archive-index-box-container .archive-index-box:nth-child(n + 3){
    border-top: none;
  }
} */

@media screen and (max-width: 575px) {
  .archive-index-box-container .col-xs-6 {
    width: 100%;
    border: 1px solid #333333;
    margin-bottom: 10px;
  }

  .archive-index-box-container {
    animation: fadeIn;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.2s;
    /* don't forget to set a duration! */
    border-style: none;
    border-color: none;
    border-width: none;
    margin: 10px 0px 0 0px;
  }

  .archive-index-box-container .archive-index-box:nth-child(n + 3) {
    border-top: 1px solid #333333;
  }
}

.archive-index-box-title {
  padding: 15px 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: white;
  font-size: 18px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  position: relative;
}

.expand-all {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  cursor: pointer;
}

.archive-index-box-ul {
  list-style: none;
  margin: 0px;
  padding: 10px 0px;
}

.archive-index-box-ul li {
  padding: 0 20px;
  margin-bottom: 1px;
}

.archive-index-box-ul li .main-table-link {
  display: flex;
}

.archive-index-box-ul li .main-table-link.no-sub-tables {
  padding-left: 15px;
}

.archive-index-box-ul li .main-table-link a:hover {
  background-color: #fff5cf;
}

.collapse-plus-btn {
  cursor: pointer;
  min-width: 15px;
  color: #333333;
}

.sub-table-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-table-ul li {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}

.sub-table-ul li a:hover {
  background-color: #fff5cf;
}

.archive-index-box-ul li a {
  color: #333333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.archive-index-tableName {
  text-decoration: underline;
}

.archive-index-box-ul li a:hover {
  color: #333333;
  text-decoration: none;
}

/* css related to file archive */
.fc-refresh-btn {
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.fc-refresh-btn:hover {
  background-color: #efefef;
}

.fc-breadcrumb {
  margin-top: 10px;
  background-color: white;
  padding: 10px 0;
}

.breadcrumb>.active a {
  color: #777;
}

.fc-total-count-container {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.fc-total-count,
.fc-total-count strong {
  font-size: 2.5rem;
}

.fc-total-meta {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.fc-table-header {
  cursor: pointer;
}

.fc-pg-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background-color: #eaeaea;
  padding: 5px 15px 5px 0px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.breadcrumbs {
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.fc-table-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}

.fc-table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.fc-table-container tbody tr {
  border-bottom: 1px solid #ccc;
}

.fc-table-container tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.fc-table-container tbody tr:hover {
  background-color: #e0e0e0;
}

.fc-table-container th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #eaeaea;
}

.fc-table-container td.filename-cell {
  width: 75%;
  min-width: 500px;
}

.fc-delete-cell {
  text-align: center;
  cursor: pointer;
}

#fc-delete-input.form-control::placeholder {
  font-style: italic !important;
}

#fc-delete-input.form-control::-webkit-input-placeholder {
  font-style: italic;
}

#fc-delete-input.form-control:-ms-input-placeholder {
  font-style: italic;
}

#fc-delete-input.form-control::-ms-input-placeholder {
  font-style: italic;
}

.delete-object-body p {
  font-weight: bold;
}

.delete-object-body div {
  margin-bottom: 1px;
}

.fc-table-container th,
.fc-table-container td {
  padding: 5px 10px;
  box-sizing: border-box;
}

.filecabinet-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.totalCount {
  font-size: 25px;
}

.file-list-name-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  word-wrap: break-word;
}

.file-list-name-link:hover,
.file-list-name-link:focus,
.file-list-name-link:active {
  text-decoration: none;
}

.file-upload-input {
  margin-bottom: 10px;
}

.fc-input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.file-search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-icon {
  position: absolute;
  top: 17px;
  left: 10px;
  transform: translateY(-50%);
}

.fc-search-input {
  padding: 6px 12px 6px 30px;
  width: 400px;
  min-width: 200px;
  max-width: 300px;
}

label[for="fc-checkbox"] {
  background-color: #efefef;
  display: flex;
  align-items: center;
  padding: 7px 12px;
  gap: 5px;
  border-radius: 4px;
  max-width: unset;
  margin-bottom: 0px;
  font-size: 1.4rem;
  min-width: 210px;
  font-weight: normal;
}

label[for="fc-checkbox"] span {
  font-size: 1.4rem;
}

#fc-checkbox {
  margin-top: 3px;
}

.folder-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 3px;
}

.folder-icon-md {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
}

.folder-icon-sm {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}

.filecabinet-file-input {
  display: none;
}

.fc-file-input {
  display: none;
}

.fc-modal-table-container {
  margin-top: 10px;
}

.fc-progress-container {
  margin-top: 10px;
  width: 100%;
}

.fc-progress {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.fc-progress-track {
  margin-bottom: 3px;
}

.fc-input-label {
  margin-top: 10px;
}

.fc-upload-instruction {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  gap: 5px;
  flex-wrap: wrap;
}

.upload-location {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
}

.upload-location span {
  font-weight: bold;
}

.upload-location div {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  min-width: 150px;
  width: fit-content;
  max-width: 100%;
  height: 34px;
  box-sizing: border-box;
  white-space: pre;
  overflow: auto;
}

.fc-spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.folder-name-invalid {
  color: red;
  font-size: 1.2rem;
  margin-top: 5px;
}

.fc-modal-table {
  width: 100%;
  border-collapse: collapse;
}

.fc-modal-table th,
.fc-modal-table td {
  padding-right: 10px;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
}

.filecabinet-radio-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.fc-modal-table label {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* css related to archive page */
.archive-dt-header {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.archive-dt-title {
  font-size: 2.4rem;
}

.archive-dt-header.sublist-header {
  padding-left: 10px;
  padding-right: 10px;
}

.archive-dataTable-header {
  margin-bottom: 10px;
}

.archive-dataTable-filters {
  margin-bottom: 10px;
}

.archive-filter-astarisk {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e54c0;
  position: absolute;
  top: -3px;
  right: -10px;
}

.archive-filter-negation {
  font-size: 1.5rem;
  font-weight: bold;
  color: #b5a214;
  position: absolute;
  top: -6px;
  right: -10px;
}

.archive-filter-astarisk.desc {
  position: static;
  margin-right: 5px;
}

.archive-filter-negation.desc {
  position: static;
  margin-right: 5px;
}

.symbol-desc {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.filter-options-container {
  max-width: 300px;
}

.filter-options {
  margin-bottom: 10px;
}

.num-type-filter {
  border: 1px solid #ccc;
  padding: 5px;
}

.num-filter-container {
  display: flex;
  gap: 5px;
}

.num-operator {
  min-width: 100px;
}

.between-area {
  display: none;
}

.data-table-pills {
  display: flex;
  background-color: #eaeaea;
  position: relative;
  width: 100%;
  overflow-x: auto;
  color: #333;
}

.data-table-pills .nav-link {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #333;
  padding: 8px;
  border-radius: 0;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 600px) {
  .data-table-pills .nav-item {
    width: 100%;
  }
}

.data-table-pills .nav-link span {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.data-table-pills .nav-link.active {
  color: #013499;
  background-color: #dddddd;
  border-bottom: 2px solid #013499;
}

.data-table-pills .nav-link.active>svg {
  fill: #013499;
}

.data-table-pills .nav-link.active .sigma-path {
  stroke: #013499;
  fill: none;
}

.data-table-pills .nav-link.close-pill-link {
  display: none;
}

.archive-filter-submit-btn {
  background-color: #013499;
  color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #dddddd;
  color: #013499;
  border-bottom: 2px solid #013499;
}

.filter-collapse-wrapper {
  padding: 10px;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

.filter-add-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.join-table-link-wrapper {
  padding: 10px;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
}

.join-table-link {
  display: flex;
  align-items: center;
  gap: 3px;
}

.special-data {
  margin-left: 5px;
}

#columns #select-multiple-container {
  max-height: 200px;
  overflow-y: auto;
}

#purge-modal .modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.purge-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.purge-list li {
  width: 100%;
  padding: 5px 0 5px 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.purge-list li:only-child {
  border-bottom: none;
}

.purge-caution {
  border: 3px double #a94442;
  padding: 17px;
  margin-bottom: 5px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #a94442;
}

.purge-checkbox {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.purge-list li label {
  margin-bottom: 0;
}

.purge-list li div {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  max-width: 100%;
  width: 100%;
}

.purge-spinner-container,
.spinner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.saved-search-title {
  font-size: 2.4rem;
}

.saved-search-container,
.summary-search-container {
  padding: 10px;
  border: 1px solid #ccc;
}

.saved-search-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.saved-search-dropdown {
  width: 300px;
  min-width: 200px;
}

#saved-search-edit-input {
  height: 34px;
  width: 300px;
  min-width: 200px;
}

.saved-search-btn {
  height: 34px;
}

@media screen and (max-width: 470px) {
  .saveSearch-select-container {
    width: 100%;
    min-width: unset;
  }
}

.summary-mode-checkbox-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.summary-mode-checkbox-container label {
  cursor: pointer;
}

#summary-mode-checkbox {
  margin-bottom: 1.5px;
  cursor: pointer;
}

.summary-search-body {
  display: none;
}

.add-function {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.agg-columns-select-container,
.agg-operations-select-container {
  min-width: 150px;
  width: 200px;
}

.agg-alias-input-container {
  width: 200px;
  min-width: 150px;
}

.agg-alias-input {
  height: 34px;
}

.agg-add-function-btn {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
  outline: none;
  margin-top: 23px;
  border-radius: 4px;
  height: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.agg-select-multiple-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.agg-functions-select-container,
.agg-groupby-select-container {
  width: calc(50% - 5px)
}

textarea.sqlquery-textarea.form-control {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  font-family: monospace !important;
}

.filter-collapse-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.archive-btn-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.archive-table-cell {
  min-width: 100px;
  max-width: 200px;
  white-space: wrap !important
}

.archive-table-view-column {
  text-align: center;
  max-width: 50px;
}

.archive-table-view-cell {
  text-align: center;
  max-width: 70px;
}

/* .archive-table-cell,
.archive-table-view-cell {
  user-select: none;
}

/* only the inner text is selectable */
.archive-table-cell .archive-table-cell-text,
.archive-table-view-cell a,
.archive-table-cell-text {
  user-select: text;
}

*/ .archive-table-cell a {
  width: 100%;
}

.archive-table-cell-text {
  user-select: text;
}

.custom-tooltip {
  position: absolute;
  background-color: #333;
  transform: translate(-25%, 0);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1000;
  text-align: center;
  max-width: 300px;
}

.custom-detail-tooltip {
  position: absolute;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1000;
}

.tooltip-inner {
  display: block;
  max-width: 500px;
  text-align: left;
  text-transform: uppercase;
}

/* css related to archive detail page */
.details-pills {
  background-color: #eaeaea;
}

.archive-details-tab-pane-wrapper {
  padding: 0px;
}

.details-tab-content {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px 0px;
}

.archive-details-box-container {
  display: flex;
  flex-wrap: wrap;
  scrollbar-color: #ececec #f9f9f9;

}

.archive-details-box-value {
  overflow-wrap: break-word;
}

.archive-details-box {
  margin-bottom: 10px;
  box-sizing: border-box;

}

.archive-details-box span:nth-child(1) {
  position: relative;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.sublist-spinner-container {
  padding: 15px 0;
  text-align: center;
}

#sublist {
  border: 1px solid #DEE2E6;
  border-top: none;
  box-sizing: border-box;
}

/* css related to archive settings  page */
.ar-settings-container {
  display: flex;
  justify-content: center;
}

.ar-settings-form-container {
  width: 50%;
  min-width: 250px;
}

.ar-settings-form-wrapper {
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ar-settings-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.ar-settings-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.rounding-mode-dropdown-container {
  width: auto;
  min-width: 100px;
}

.display-decimal-places-container {
  width: 100px;
}

#display-decimal-places {
  text-align: right;
  ;
}

.ar-settings-btn-container {
  text-align: right;
}

.update-tables-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.update-tables-checkbox input[type="checkbox"] {
  cursor: pointer;
}

.update-tables-checkbox label {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}

/* css related to toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 21px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* css related to query runner and access restriction , message page*/
.qr-header {
  margin-top: 0;
}

.qr-back-btn {
  margin: 10px 0 10px 0;
  font-size: 1.35rem;
}

.qr-select-box-container,
.cs-select-box-container {
  max-width: 400px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.ua-rest-select-container {
  margin: 15px 0;
}

.recordTypes_multiple_select+.select2-container .select2-selection,
.folders_multiple_select+.select2-container .select2-selection {
  min-height: 150px;
}

.ua-rest-add-container {
  display: flex;
  justify-content: flex-end;
}

.ua-rest-table-header {
  font-size: 24px;
  margin-bottom: 20px;
}

.ua-rest-pills {
  width: 100%;
  background-color: #eee;
}

.ua-rest-pills .nav-link {
  border-radius: 0px;
  color: #333;
  padding: 5px;
}

.ua-rest-pills .nav-link.active {
  background-color: #eee;
  color: #333;
}

label[for="denyFullAccess"] input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 2px;
}

.tox-promotion,
.tox-statusbar {
  display: none !important;
}

.tox .tox-spinner {
  display: none !important;
}

.tox .tox-throbber__busy-spinner {
  background-color: rgba(238, 238, 238, 0.5) !important
}

/* create server page */
.cs-input-container {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-bottom: 20px;
}

.cs-exec-btn {
  margin-top: 5px;
  margin-left: auto;
}

/* css related to doc page */
.kb-breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb-link {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}

.current-category {
  font-size: 18px;
}

.doc {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-top: 30px;
}

.doc-wrapper {
  width: 100%;
  min-width: 600px;
  height: 100%;
}

.doc-main {
  display: flex;
  margin: 0 auto;
  height: calc(100% - 56.391px - 58px);
}

.kb-sidebar {
  flex: 2;
  overflow-y: scroll;
}

.kb-sidebar-list {
  list-style: none;
  margin: 0;
  padding-left: 5px;
}

.kb-sidebar-list li a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 0 10px 5px;
}

.kb-sidebar-list li a:hover {
  background-color: #f5f5f5;
}

.kb-list-highlight {
  background-color: #f5f5f5;
}

.doc-item {
  margin-bottom: 40px;
}

.doc-contents {
  flex: 8;
  overflow-y: auto;
  padding-left: 20px;
}

@media screen and (max-width: 1800px) {
  .doc-wrapper {
    width: 100%;
    min-width: unset;
  }
}

@media screen and (max-width: 800px) {
  .doc-contents {
    padding-left: 0;
  }
}

.doc-desc {
  font-size: 18px;
  white-space: pre-wrap;
}

.sst-dropdown-container {
  margin-bottom: 10px;
}

.sst-restore-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.sst-pg-container {
  height: 46px;
}

.sst-option-list {
  list-style: none;
  padding: 5px 5px 0 0;
  margin: 0;
}

.sst-option-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.sst-option-list label {
  margin-bottom: 0;
  font-weight: normal;
}

.sst-modal-msg {
  color: #a94442;
  padding: 15px;
}

.sst-refresh-btn {
  padding: 3px 14px;
  box-sizing: border-box;
}

.no-metadata-checkbox-container {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.no-metadata-checkbox-container label {
  margin-bottom: 0;
}

.file-upload-container {
  padding: 10px 0;
}

.input-file {
  margin-bottom: 10px;
}

.cancel-upload-btn {
  display: none;
}

/* .progress{
  margin-bottom: 0px;
  position: relative;
} */
/* .progress-bar{
  background-color: #1D8102;
} */
/* .percentage{
 color:#333333
} */

/* css related to project page */
.project-detail {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  /* gap:10px; */
}

.project-detail>div {
  flex: 1 1 calc(100% / 2);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.status-container {
  margin-bottom: 10px;
}

.project-status {
  background-color: #8BC435;
  color: white;
  font-family: bold;
  border-radius: 10px;
  padding: 5px 10px;
}

/* css related to ticket message page */
.ticket-header {
  display: flex;
  align-items: center;
}

.status-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.highlighted-comment {
  background-color: #f5f5f5;
}

.first-comment {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.comment,
.first-comment {
  border-radius: 4px;
  min-height: 200px;
  padding: 20px;
}

.comment:not(.first-comment):not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ticket-body,
.ticket-footer {
  margin-bottom: 20px;
}

.comment-btn-container {
  text-align: right;
}

.ticket-err-msg {
  background-color: #F2DEDE;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  border-color: #ebccd1;
  display: none;
}

.numOfComments {
  margin-bottom: 20px;

}

/* css related to message page */
.msg-btn-container {
  margin-bottom: 10px;
}

.mark-read-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* css related to ticket page (test) */
.tk-status-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.tk-status {
  background-color: #8BC435;
  color: white;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  border-radius: 20px;
  padding: 3px 15px;
}

.tk-status.tk-status-closed {
  background-color: #eee;
  color: #333
}

.tk-header {
  margin-bottom: 20px;
}

.tk-body {
  display: flex;
  gap: 20px;
}

.tk-main {
  flex: 7.5;
}

.tk-sidebar {
  flex: 2.5;
}


.tk-detail {
  min-height: 200px;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
}

.tk-detail-header,
.tk-message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tk-middle {
  margin-bottom: 20px;
}

.tk-timeline {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  margin-bottom: 20px;
}

.tk-message {
  display: flex;
  margin-bottom: 20px;
}

.tk-message-img-container,
.tk-detail-img-container {
  margin-right: 5px;
  flex-shrink: 0;
}

.tk-message-contents,
.tk-detail-contents {
  padding-top: 5px;
  flex-grow: 1;
  max-width: 100%;
}

.tk-sidebar-header {
  margin-bottom: 20px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.tk-list {
  list-style: none;
  padding-left: 20px;
}

.tk-sort {
  display: flex;
  gap: 10px;
}

.tk-pills {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 4px;
  overflow: hidden;
}

.tk-pills li {
  background-color: #ccc;
}

.tk-pills li.active {
  background-color: white;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 4px;
}

.tk-pills li.active a {
  color: #333333;
}

.tk-pills li a {
  display: block;
  padding: 3px 14px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  color: #333333;
  border-radius: 4px;
}

.tk-pills li a active {
  background-color: #f5f5f5;
}

.tk-list li {
  margin-bottom: 10px;
}

.tk-notification {
  background-color: #F2DEDE;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  display: none;
}

.tk-highlight {
  background-color: #fff5cf;
}

.tk-highlight .tableCell-link .recordTitle-link {
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.action-cell {
  width: 50px;
  text-align: center;
}

.support-tk-btn-container {
  text-align: right;
}

.upload-file-btn {
  margin-bottom: 10px;
}

.attached-image-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attachedImages-list,
.tk-attachedImages-list,
#attachedImages,
.attachedImages {
  padding: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.attachmentImages-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.remove-img-btn {
  color: #333333;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-family: "BW Haas Grotesk Web 65", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.attach-img-note {
  background-color: #f9e9a8;
  padding: 2px;
}

@media screen and (max-width: 768px) {
  .tk-main {
    flex: 1;
  }

  .tk-sidebar {
    display: none;
  }
}

.sow-item-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bs-dropdown.sow-item-actions {
  width: 95.55px;
  height: 27.6px;
}

/* Copy Button Styles - for input groups with copy functionality */
.input-group .btn-copy {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

.input-group .btn-copy:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.input-group .btn-copy:active,
.input-group .btn-copy:focus {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
  box-shadow: none;
}