@import url(https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kadwa:wght@400;700&display=swap);
/** @format */

body {
  box-sizing: border-box;
  margin: 0;
  font-family: Poppins;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected .k-link {
  background-image: linear-gradient(#01203a, #0358a0) !important;
  border: #01203a !important;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
  color: #01203a !important;
}

.k-checkbox + .k-label,
.k-checkbox-wrap + .k-label,
.k-checkbox + .k-checkbox-label,
.k-checkbox-wrap + .k-checkbox-label {
  display: inline;
  margin-inline-start: 4px;
}

.k-checkbox-label {
  font-size: 13px !important;
  font-weight: 500px;
  line-height: 21px;
}

.k-checkbox:checked,
.k-checkbox.k-checked {
  border-color: #03559a !important;
  color: white;
  background-color: #03559a !important;
}

.k-button-md {
  padding-block: 0.375rem;
  padding-inline: 0.375rem;
}

.k-overlay {
  opacity: 0.8;
}

.text-break {
  max-width: 80% !important;
  overflow-wrap: break-word !important;
  flex-wrap: wrap !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #eae5e5;
}

::-webkit-scrollbar-thumb {
  background: #bababe;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.k-clear-value {
  color: red;
}
.upload-dialog .k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
  justify-content: end !important;
}

.k-drawer-item {
  line-height: 1 !important;
}

.k-grid-header .k-sort-icon,
.k-grid-header .k-sort-order {
  color: #ffffff;
}

.k-filtercell-operator {
  display: none;
}

/** @format */

.req-for-demo {
  display: flex;
  justify-content: space-between;
  background-size: cover;
  height: auto;
  min-height: 87vh;
}

.company-title {
  font-size: 60px;
  font-family: kadwa;
  color: #01203a;
  margin: 0;
  padding: 0;
  line-height: 60px;
}
.company-sub-title {
  font-size: 28px;
}

.demos-field {
  margin-right: 20px;
}

#start_date_label,
.demo-checkbox-title {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.33px;
  color: #212121;
}

.date-time-demo-field {
  width: 300px;
}

.demo-checkbox {
  margin-right: 6px;
}
.req-for-demo .k-checkbox-label {
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 0.27px !important;
}
.req-for-demo .k-form-field {
  margin: 10px 0px;
}
.req-for-demo .k-form .k-form-field > .k-label,
.k-form .k-form-field > kendo-label,
.k-form .k-form-label {
  margin-bottom: 0;
}

.k-checkbox-md {
  width: 20px;
  height: 20px;
  border: 1px solid #01203a;
}
.demo-checkbox {
  margin: 12px 8px 12px 0px;
}
.req-demo-right-container {
  background: #ffffff;
  position: relative;
  padding-top: 40px;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.15);
  padding-left: 30px;
}
.demo-left-image {
  width: 557px;
  height: 557px;
  margin: auto;
}
.demo-width-110 {
  width: 110%;
}
.demo-width-100 {
  width: 100%;
}
.demo-width-90 {
  width: 90%;
}
.req-demo-left-container {
  align-self: center;
  height: 100%;
}
.request-success-msg {
  text-align: center;
  margin: 30px 10px;
  font-size: 16px;
}
.k-dialog {
  border-radius: 10px;
}
.form-padding {
  padding-left: 60px;
}

@media (max-width: 900px) {
  .req-for-demo {
    display: block;
    background-size: cover;
    height: auto;
    min-height: 87vh;
  }
  .req-demo-left-container {
  }
  .req-demo-right-container {
    padding: 0px;
  }
  .demo-left-image {
    width: 100%;
    height: 100%;
  }
  .demo-width-110 {
    width: 100%;
  }
  .demo-width-90 {
    width: 100%;
  }
  .demo-width-100 {
    width: 100%;
  }
  .form-padding {
    padding-left: auto;
  }
}

#start_date-popup-id .k-datetime-wrap {
  width: 300px;
}
#start_date-popup-id .k-calendar-infinite .k-calendar-view {
  padding-inline: 0px;
  height: 290px;
}

#start_date-popup-id .k-calendar-infinite .k-calendar-header {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
}

#start_date-popup-id .k-datetime-calendar-wrap,
.k-datetime-time-wrap {
  flex: 0 0 calc(304px);
}
#start_date-popup-id .k-button-group {
  height: 35px;
}

#start_date-popup-id .k-popup .k-actions,
#start_date-popup-id .k-popup .k-edit-buttons,
#start_date-popup-id .k-popup .k-action-buttons,
#start_date-popup-id .k-popup .k-columnmenu-actions,
#start_date-popup-id .k-popup .k-form-buttons {
  margin-top: 0;
  padding-top: 0;
}

#start_date-popup-id .k-button-solid-base.k-selected,
.k-button-solid-primary {
  border: #01203a;
  background: linear-gradient(to right, rgb(1, 32, 58), rgb(3, 88, 160));
}

/** @format */

.group-popup .common-title {
  margin-top: 0 !important;
}

/** @format */

.role-popup .common-title {
  margin-top: 0 !important;
}

/** @format */

.create-instance-form .k-form-field,
.create-instance-form .k-form-buttons {
  margin: 5px 0px !important;
}

.create-instance-form .k-form .k-form-field > .k-label,
.k-form .k-form-field > kendo-label,
.k-form .k-form-label {
  margin-bottom: 2px !important;
}

.create-instance-form .required-star {
  color: red;
}

.create-instance-dialog .common-title {
  font-size: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.create-instance-form .create-instance-label {
  font-family: Poppins;
  color: #555555;
  font-size: 14px;
}
.create-instance-form .k-checkbox-label {
  text-transform: uppercase;
  padding-left: 10px;
}

.create-instance-form .k-card-header {
  font-size: 20px;
  font-weight: 600;
}

/** @format */

.projects .k-radio-label {
  text-transform: uppercase;
}

.projectt .k-form-field,
.projectt .k-form-buttons {
  margin: 10px 0px !important;
  width: 50%;
}

.projectt .k-form-field > .k-label,
.projectt .k-form-field > kendo-label,
.projectt .k-form-label {
  margin: 0px !important;
}

/** @format */

.assign-group .k-checkbox-label {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: normal;
}

.k-dialog {
  border-radius: 4px !important;
}

/** @format */

.dashboard-drawer .k-breadcrumb-root-link,
.dashboard-drawer .k-breadcrumb-link,
.dashboard-drawer.k-breadcrumb {
  text-decoration: none;
  border: none;
}

/** @format */

.demo-req .k-form-md .k-form-field,
.demo-req .k-form-md .k-form-buttons {
  margin-top: 0;
}
.demo-req .k-paragraph {
  font-weight: 600;
}

/** @format */
.create-new-assesment .k-external-dropzone {
  max-height: 136px !important;
}
.create-new-assesment .k-dropzone-inner {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.create-new-assesment .k-upload {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.create-new-assesment .k-label {
  margin-bottom: 4px !important;
  font-family: Poppins !important;
  color: #555555 !important;
  font-size: 14px !important;
}
.create-new-assesment .k-dropzone-hint,
.assesment-hint {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}

.create-new-assesment .k-svg-icon.k-icon-xxxl {
  width: 38px;
  height: 38px;
}
.create-new-assesment .k-dropzone-inner .k-dropzone-icon {
  margin-bottom: 1rem;
}

.assesment-note,
.create-new-assesment .k-dropzone-inner .k-dropzone-note {
  font-family: Roboto;
  font-size: 10px !important;
  font-weight: 400;
  text-align: left;
}

.create-new-assesment .k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
  padding-inline: 5px;
  padding-block: 5px;
}
.create-new-assesment .k-upload .k-upload-files {
  max-height: 53px;
}

.create-new-assesment .k-upload .k-upload-files .k-file {
  padding: 0.3rem 0.3rem calc(0.3rem + 1px) !important;
}
.create-new-assesment .k-upload .k-upload-files .k-file-name {
  font-size: 12px !important;
}
.create-new-assesment .k-upload .k-file-success .k-file-validation-message {
  font-size: 9px !important;
}

.create-new-assesment .k-upload .k-upload-files .k-file-single {
  padding-bottom: 3px !important;
}

.create-new-assesment .k-svg-icon.k-icon-xxl {
  width: 30px;
  height: 30px;
}

.create-new-assesment .k-dropzone-hint {
  padding-left: 20px;
}
.create-new-assesment .k-button-text {
  font-size: 13px;
}

@keyframes blinkingAndFlashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/** @format */

.risk-management .k-table-th,
.risk-management .k-header,
.control-view .k-table-th,
.control-view .k-header,
.evidence-view .k-table-th,
.evidence-view .k-header {
  background-color: #03559a;
}
.risk-management .k-hierarchy-cell,
.control-view .k-hierarchy-cell,
.evidence-view .k-hierarchy-cell {
  color: #03559a;
}

.create-control-dialog .k-form-md .k-form-field {
  margin-top: 0px;
}

.dropdown-score {
  width: 110px !important;
  height: fit-content !important;
  border-width: 0.1 !important;
  border-color: #bcbcbc !important;
  background-color: white !important;
}

.risk-management .k-floating-label-container > .k-label {
  font-size: 14px !important;
}

.risk_view .title,
.control-view .title,
.evidence-view .title {
  color: #555555;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.risk_view .title .title-value,
.control-view .title-value,
.evidence-view .title-value {
  font-weight: 400;
  padding-left: 5px;
  text-transform: capitalize;
}

.evidence-view .reject-button .k-button-text,
.evidence-view .link-assignment-button .k-button-text {
  display: flex;
  align-items: center;
}

.risk-dialog .k-checkbox-label {
  font-size: 15px !important;
  margin-left: 10px !important;
}

.create-control-dialog .k-form .k-form-field > .k-label,
.create-control-dialog .k-form .k-form-field > kendo-label,
.create-control-dialog .k-form .k-form-label {
  margin-bottom: 1px;
}

.create-new-button .k-button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.create-control-dialog div [dir="ltr"] {
  padding-top: 7px;
}

.k-checkbox-label {
  max-width: 80% !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
  word-break: break-all !important;
}

 .loader-3 {
 display: block;
  height: 32px;
  width: 32px;
 }
  .loader-3 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
  }
  .loader-3 span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-3-1 {
    0% {
      -webkit-transform: rotate(0deg);
    }
    40% {
      -webkit-transform: rotate(180deg);
    }
    60% {
      -webkit-transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes loader-3-1 {
    0% {
      transform: rotate(0deg);
    }
    40% {
      transform: rotate(180deg);
    }
    60% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loader-3 span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  }
  @-webkit-keyframes loader-3-2 {
    0% {
      -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
      opacity: 0;
    }
    50% {
      -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
      opacity: 0;
    }
  }
  @keyframes loader-3-2 {
    0% {
      transform: translate3d(0, -32px, 0) scale(0, 2);
      opacity: 0;
    }
    50% {
      transform: translate3d(0, 0, 0) scale(1.25, 1.25);
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 8px, 0) scale(0, 0);
      opacity: 0;
    }
  }
/** @format */

.evidence-management .k-table-th,
.evidence-management .k-header,
.control-view .k-table-th,
.control-view .k-header,
.evidence-view .k-table-th,
.evidence-view .k-header {
  background-color: #03559a;
}
.evidence-management .k-hierarchy-cell,
.control-view .k-hierarchy-cell,
.evidence-view .k-hierarchy-cell {
  color: #03559a;
}

.create-Evidence-dialog .k-form-md .k-form-field {
  margin-top: 0px;
}

.dropdown-score {
  width: 110px !important;
  height: fit-content !important;
  border-width: 0.1 !important;
  border-color: #bcbcbc !important;
  background-color: white !important;
}

.evidence-management .k-floating-label-container > .k-label {
  font-size: 14px !important;
}

.risk_view .title,
.control-view .title,
.evidence-view .title,
.course-view .title {
  color: #555555;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.risk_view .title .title-value,
.control-view .title-value,
.evidence-view .title-value {
  font-weight: 400;
  padding-left: 5px;
  text-transform: capitalize;
}
.course-view .title-value {
  font-weight: 400;
  padding-left: 5px;
}
.evidence-view .reject-button .k-button-text,
.evidence-view .link-assignment-button .k-button-text {
  display: flex;
  align-items: center;
}

.risk-dialog .k-checkbox-label {
  font-size: 15px !important;
  margin-left: 10px !important;
}

.create-Evidence-dialog .k-form .k-form-field > .k-label,
.create-Evidence-dialog .k-form .k-form-field > kendo-label,
.create-Evidence-dialog .k-form .k-form-label {
  margin-bottom: 1px;
}

.create-new-button .k-button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.create-Evidence-dialog div [dir="ltr"] {
  padding-top: 7px;
}

.evidence-view .k-button-lg {
  line-height: 1;
}

/** @format */
.upload-dialog .k-external-dropzone {
  max-height: 136px !important;
}
.upload-dialog .k-dropzone-inner {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.upload-dialog .k-label {
  margin-bottom: 4px !important;
  font-family: Poppins !important;
  color: #555555 !important;
  font-size: 14px !important;
}
.upload-dialog .k-dropzone-hint,
.assesment-hint {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}

.upload-dialog .k-svg-icon.k-icon-xxxl {
  width: 38px;
  height: 38px;
}
.upload-dialog .k-dropzone-inner .k-dropzone-icon {
  margin-bottom: 1rem;
}

.assesment-note,
.upload-dialog .k-dropzone-inner .k-dropzone-note {
  font-family: Roboto;
  font-size: 10px !important;
  font-weight: 400;
  text-align: left;
}

.upload-dialog .k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
  padding-inline: 5px;
  padding-block: 5px;
}
.upload-dialog .k-upload .k-upload-files {
  max-height: 53px;
}

.upload-dialog .k-upload .k-upload-files .k-file {
  padding: 0.3rem 0.3rem calc(0.3rem + 1px) !important;
}
.upload-dialog .k-upload .k-upload-files .k-file-name {
  font-size: 12px !important;
}
.upload-dialog .k-upload .k-file-success .k-file-validation-message {
  font-size: 9px !important;
}

.upload-dialog .k-upload .k-upload-files .k-file-single {
  padding-bottom: 3px !important;
}

.upload-dialog .k-svg-icon.k-icon-xxl {
  width: 30px;
  height: 30px;
}

.upload-dialog .k-dropzone-hint {
  padding-left: 20px;
}
.upload-dialog .k-button-text {
  font-size: 13px;
}

@keyframes blinkingAndFlashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.approve-button {
  background: #ffffff !important;
  border: 1px solid #37b400 !important;
  color: #37b400 !important;
}

.reject-button {
  background: #ffffff !important;
  border: 1px solid #ff0202 !important;
  color: #ff0202 !important;
}

.approved-button {
  background: #37b400 !important;
  border: 1px solid #37b400 !important;
  color: #ffffff !important;
}

.rejected-button {
  background: #ff0202 !important;
  border: 1px solid #ff0202 !important;
  color: #ffffff !important;
}

.approve-button .k-button-text,
.reject-button .k-button-text,
.approved-button .k-button-text,
.rejected-button .k-button-text {
  display: flex;
  align-items: center;
}

.approve-button:hover {
  background: #37b400 !important;
  border: 1px solid #37b400 !important;
  color: #ffffff !important;
}

.reject-button:hover {
  background: #ff0202 !important;
  border: 1px solid #ff0202 !important;
  color: #ffffff !important;
}

.approved-button:hover {
  background: #ffffff !important;
  border: 1px solid #37b400 !important;
  color: #37b400 !important;
}

.rejected-button:hover {
  background: #ffffff !important;
  border: 1px solid #ff0202 !important;
  color: #ff0202 !important;
}

/** @format */

.suggestion-item-list {
  border: solid 1px #dce3e5;
  background-color: #ffffff;
  cursor: text;
  text-align: center;
  width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 20px auto;
}

.suggestion-item {
  padding: 10px 15px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  color: #333;
  border-bottom: 1px solid #ececec;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item-active {
  background-color: #cce7ff;
  font-weight: bold;
  color: #003366;
}

.suggestion-item:hover {
  background-color: #f0f8ff;
}

.mention-node {
  color: #f76056;
  font-weight: bold;
}

.k-editor {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.k-editor-toolbar-wrap {
  order: 1; /* Ensure toolbar is placed at the bottom */
}

.k-editor-content {
  order: 2; /* Ensure content is above the toolbar */
  flex-grow: 1; /* Allow content to take up remaining space */
}

.k-toolbar {
  border-color: #dee2e6;
  color: #212529;
  background-color: #f8f9fa;
  width: 100%;
}

.comment-list-data p {
  margin-block-start: 1px;
  margin-block-end: 1px;
}

/** @format */

.tiptap {
  /* border: 2px solid red; */
}
.mention {
  box-decoration-break: clone;
  padding: 0.1rem 0.3rem;
}

.tiptap .ProseMirror .ProseMirror-focused {
  border: 2px solid green;
}

.ProseMirror {
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  min-height: 100px;
  margin: auto;
  height: 100%;
  border: 1px solid #ccc;
}
.ProseMirror p {
  margin-block-start: 1px;
  margin-block-end: 1px;
}
.CommentBox {
  background-color: #e4e7eb;
  padding: 5px;
}

.CommentBox .k-button-solid-base {
  background-color: #ffffff;
  color: #000;
}

.CommentBox .k-button-text {
  padding: 0 5px;
}

/** @format */

.items {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  overflow: hidden;
  padding: 0.2rem;
  position: relative;
  border: 1px solid blue;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.item {
  background: transparent;
  border-radius: 0px;
  display: block;
  margin: 0;
  padding: 0.2rem 0.4rem;
  text-align: left;
  width: 100%;
  &.is-selected {
    border-color: #000;
  }
}
.mention {
  /* border: 1px solid #000; */
  font-size: 16px;
  color: red;
  font-weight: 500;
}

.item:hover {
  background-color: #f0f0f0;
}

/** @format */

.riskChart,
.AssetsChart,
.PolicyChart {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.riskChartLegend,
.AssetsChartLegend,
.PolicyChartLegend {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
}

.riskChartLegendMap,
.AssetsChartLegendMap,
.PolicyChartLegendMap {
  flex-direction: row;
  display: flex;
  gap: 10px;
}

@media (max-width: 1193px) {
  .riskChartLegend,
  .AssetsChartLegend,
  .PolicyChartLegend {
    margin-top: 10px;
    flex-direction: row;
    justify-content: center;
  }
}

/** @format */

.k-external-dropzone {
  height: 175px;
}

.custom .k-dropzone-hint {
  display: none;
}
.framework-screen #start_date-popup-id .k-button-solid-base.k-selected,
.framework-screen .k-button-solid-primary {
  background: #03559a !important;
  border: #03559a !important;
}
.framework-screen .k-button-md {
  padding-inline: 1.4rem;
}

/** @format */

.risk-management .k-table-th,
.risk-management .k-header,
.control-view .k-table-th,
.control-view .k-header,
.evidence-view .k-table-th,
.evidence-view .k-header {
  background-color: #03559a;
}
.risk-management .k-hierarchy-cell,
.control-view .k-hierarchy-cell,
.evidence-view .k-hierarchy-cell {
  color: #03559a;
}

.create-risk-dialog .k-form-md .k-form-field {
  margin-top: 0;
}

.dropdown-score {
  width: 110px !important;
  height: fit-content !important;
  border-width: 0.1 !important;
  border-color: #bcbcbc !important;
  background-color: white !important;
}

.risk-management .k-floating-label-container > .k-label {
  font-size: 14px !important;
}

.risk_view .title,
.control-view .title,
.evidence-view .title {
  color: #555555;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.risk_view .title .title-value,
.control-view .title-value,
.evidence-view .title-value {
  font-weight: 400;
  padding-left: 5px;
  text-transform: capitalize;
}

.evidence-view .reject-button .k-button-text,
.evidence-view .link-assignment-button .k-button-text {
  display: flex;
  align-items: center;
}

.risk-dialog .k-checkbox-label {
  font-size: 15px !important;
  margin-left: 10px !important;
}

.create-new-button .k-button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.create-risk-dialog div [dir="ltr"] {
  padding-top: 7px;
}

/** @format */
.upload-dialog .k-external-dropzone {
  max-height: 136px !important;
}
.upload-dialog .k-dropzone-inner {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.upload-dialog .k-label {
  margin-bottom: 4px !important;
  font-family: Poppins !important;
  color: #555555 !important;
  font-size: 14px !important;
}
.upload-dialog .k-dropzone-hint,
.assesment-hint {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0px;
}

.upload-dialog .k-svg-icon.k-icon-xxxl {
  width: 38px;
  height: 38px;
}
.upload-dialog .k-dropzone-inner .k-dropzone-icon {
  margin-bottom: 1rem;
}

.assesment-note,
.upload-dialog .k-dropzone-inner .k-dropzone-note {
  font-family: Roboto;
  font-size: 10px !important;
  font-weight: 400;
  text-align: left;
}

.upload-dialog .k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
  padding-inline: 5px;
  padding-block: 5px;
}
.upload-dialog .k-upload .k-upload-files {
  max-height: 53px;
}

.upload-dialog .k-upload .k-upload-files .k-file {
  padding: 0.3rem 0.3rem calc(0.3rem + 1px) !important;
}
.upload-dialog .k-upload .k-upload-files .k-file-name {
  font-size: 12px !important;
}
.upload-dialog .k-upload .k-file-success .k-file-validation-message {
  font-size: 9px !important;
}

.upload-dialog .k-upload .k-upload-files .k-file-single {
  padding-bottom: 3px !important;
}

.upload-dialog .k-svg-icon.k-icon-xxl {
  width: 30px;
  height: 30px;
}

.upload-dialog .k-dropzone-hint {
  padding-left: 20px;
}
.upload-dialog .k-button-text {
  font-size: 13px;
}

@keyframes blinkingAndFlashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/** @format */

.personnel_page_breadcrumb {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  font-size: 1.3125rem;
  padding: 4px;
  margin-right: 15px;
}
.form-container-assets {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.input-group-assets {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .input-group-assets {
    width: 100%;
  }
}

.csv-main-css {
  color: white;
  text-decoration: none;
  margin-left: 5;
  font-size: 16px;
}
.create-course .k-form-field {
  margin-top: 5px !important;
}

/** @format */

.assign-course-search-box-combo-box {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: center;
}

/** @format */

/* Azure Config Modal Styles */
.azure-config-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px;
}

.modal-header {
  text-align: center;
  margin-bottom: 28px;
}

.modal-subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 1.6;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-divider {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #e6e6e6;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #5e5e5e;
}

.required {
  color: #db1500;
  margin-left: 4px;
}

.credential-input {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 11px 16px;
  font-size: 14px;
  transition: all 0.2s;
  width: 100%;
  background-color: #ffffff;

  &:hover:not(:disabled):not(:focus) {
    border-color: #a0a0a0;
  }

  &:focus {
    border-color: #03559a;
    box-shadow: 0 0 0 3px rgba(3, 85, 154, 0.08);
    outline: none;
  }

  &:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f5f5f5;
  }
}

.input-with-toggle {
  position: relative;
  display: flex;
  align-items: center;
}

.toggle-password-btn {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #5e5e5e;

  svg {
    display: block;
  }

  &:hover:not(:disabled) {
    background: rgba(3, 85, 154, 0.08);
    color: #03559a;
  }

  &:active:not(:disabled) {
    background: rgba(3, 85, 154, 0.15);
  }

  &:disabled {
    cursor: not-allowed;
    opacity: 0.4;
  }
}

.field-error {
  color: #db1500;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.status-indicator {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 4px solid rgba(3, 85, 154, 0.2);
  border-top-color: #03559a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.status-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(3, 85, 154, 0.2);
  border-top-color: #03559a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.info-banner {
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 13px;
  background-color: rgba(3, 85, 154, 0.03);
  border: 1px solid rgba(3, 85, 154, 0.15);

  strong {
    font-weight: 600;
    color: #2d2d2d;
  }

  p {
    margin: 0;
    line-height: 1.6;
    color: #5e5e5e;
  }
}

.modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .azure-config-modal {
    padding: 16px;
  }

  .credential-input {
    font-size: 13px;
    padding: 10px 14px;
  }

  .modal-subtitle {
    font-size: 13px;
  }
}

/* AI Discovery Card Styles */
.ai-discovery-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ai-discovery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.configure-azure-btn {
  background: linear-gradient(#01203a, #0358a0);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;

  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(3, 85, 154, 0.3);
  }

  &:active {
    transform: translateY(0);
  }

  &:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Tab Navigation Styles */
.tab-navigation {
  display: flex;
  gap: 8px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 0;
  margin-top: 24px;
}

.tab-button {
  padding: 12px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-weight: 600;
  color: #808080;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  bottom: -2px;

  &:hover {
    color: #03559a;
  }

  &.active {
    color: #03559a;
    border-bottom-color: #03559a;
  }
}

.tab-content {
  padding: 24px 0;
  min-height: 400px;
}

/* Auto Discovery Styles */
.auto-discovery-container,
.ai-analysis-container {
  padding: 24px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.discovery-header,
.analysis-header {
  margin-bottom: 24px;
}

.discovery-actions,
.analysis-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.discovery-not-configured {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.info-card {
  max-width: 500px;
  padding: 32px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.scan-result-card,
.analysis-result-card {
  margin-top: 24px;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
}

.result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.result-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;

  .label {
    font-weight: 600;
    color: #5e5e5e;
  }

  .value {
    color: #2d2d2d;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 13px;
  }
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.result-card {
  padding: 20px;
  background: white;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

  .result-count {
    font-size: 32px;
    font-weight: 700;
    color: #03559a;
    margin-bottom: 8px;
  }

  .result-label {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
  }
}

/* AI Analysis Styles */
.query-input-section {
  margin-bottom: 24px;
}

.sample-queries {
  margin-top: 12px;
}

.sample-query-btn {
  padding: 6px 12px;
  background: #f8f9fa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 12px;
  color: #5e5e5e;
  cursor: pointer;
  transition: all 0.2s;

  &:hover:not(:disabled) {
    background: #03559a;
    color: white;
    border-color: #03559a;
  }

  &:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}

.result-section {
  margin-top: 24px;
  padding: 20px;
  background: white;
  border-radius: 8px;
}

.insights-list,
.recommendations-list {
  list-style: none;
  padding-left: 0;

  li {
    padding-left: 24px;
    position: relative;

    &:before {
      content: '•';
      position: absolute;
      left: 8px;
      color: #03559a;
      font-weight: 700;
    }
  }
}

.risks-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

/* Floating Chatbot Styles */
.chatbot-float-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(#01203a, #0358a0);
  color: white;
  border: none;
  box-shadow: 0 4px 16px rgba(3, 85, 154, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 1000;

  &:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(3, 85, 154, 0.5);
  }

  &:active {
    transform: scale(0.95);
  }
}

.chatbot-window {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 380px;
  height: 550px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

.chatbot-header {
  background: linear-gradient(#01203a, #0358a0);
  color: white;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.close-button {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.8;
  transition: opacity 0.2s;

  &:hover {
    opacity: 1;
  }
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f8f9fa;
}

.message {
  display: flex;
  max-width: 80%;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-message {
  align-self: flex-end;

  .message-content {
    background: #03559a;
    color: white;
    padding: 12px 16px;
    border-radius: 16px 16px 4px 16px;
  }
}

.bot-message {
  align-self: flex-start;

  .message-content {
    background: white;
    color: #2d2d2d;
    padding: 12px 16px;
    border-radius: 16px 16px 16px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
}

.message-time {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  margin-top: 4px;
}

.typing-indicator {
  display: flex;
  gap: 4px;
  align-items: center;

  span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #03559a;
    animation: typing 1.4s infinite;

    &:nth-child(2) {
      animation-delay: 0.2s;
    }

    &:nth-child(3) {
      animation-delay: 0.4s;
    }
  }
}

@keyframes typing {
  0%,
  60%,
  100% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
}

.chatbot-input {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #e6e6e6;
  background: white;
  align-items: center;
}

/* Error Message Styles */
.error-message {
  background-color: rgba(219, 21, 0, 0.1);
  color: #db1500;
  padding: 12px 16px;
  border-radius: 8px;
  margin-top: 16px;
  border: 1px solid #db1500;
  font-size: 14px;
}

/* Scanning Indicator */
.scanning-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(3, 85, 154, 0.05);
  border-radius: 8px;
  margin-top: 16px;
  border: 1px solid rgba(3, 85, 154, 0.2);

  .spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(3, 85, 154, 0.2);
    border-top-color: #03559a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  span {
    color: #03559a;
    font-weight: 500;
  }
}

/* Scan Results Container */
.scan-results-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Summary Section */
.results-summary-section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e6e6e6;
}

.summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.summary-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;

  &:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }

  .summary-icon {
    font-size: 32px;
  }

  .summary-icon-professional {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .summary-content {
    display: flex;
    flex-direction: column;
  }

  .summary-value {
    font-size: 24px;
    font-weight: 700;
    color: #03559a;
  }

  .summary-label {
    font-size: 13px;
    color: #808080;
    font-weight: 500;
    margin-top: 4px;
  }
}

/* Status Section */
.scan-status-section {
  background: white;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;

  &:last-child {
    border-bottom: none;
  }

  .status-label {
    font-weight: 600;
    color: #5e5e5e;
    min-width: 120px;
  }

  .status-value {
    color: #2d2d2d;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 13px;
  }
}

.status-badge {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  &.status-completed {
    background: rgba(50, 162, 0, 0.1);
    color: #32a200;
  }

  &.status-partial {
    background: rgba(230, 173, 0, 0.1);
    color: #e6ad00;
  }

  &.status-running {
    background: rgba(3, 85, 154, 0.1);
    color: #03559a;
  }

  &.status-failed {
    background: rgba(219, 21, 0, 0.1);
    color: #db1500;
  }
}

/* Endpoints Section */
.endpoints-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f8f9fa;
  cursor: pointer;
  transition: background 0.2s;

  &:hover {
    background: #f0f2f5;
  }
}

.category-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.category-details {
  display: flex;
  flex-direction: column;
}

.category-name {
  font-weight: 700;
  font-size: 16px;
  color: #2d2d2d;
}

.category-meta {
  font-size: 13px;
  color: #808080;
  margin-top: 4px;
}

.category-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.endpoint-count {
  padding: 4px 12px;
  background: #03559a;
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.toggle-icon {
  color: #808080;
  transition: transform 0.2s;
  font-size: 12px;

  &.expanded {
    transform: rotate(180deg);
  }
}

.category-content {
  border-top: 1px solid #e6e6e6;
}

.endpoint-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;

  &:last-child {
    border-bottom: none;
  }

  &:hover {
    background: #fafbfc;
  }

  &.endpoint-error {
    background: rgba(219, 21, 0, 0.03);
  }
}

.endpoint-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.endpoint-name {
  font-weight: 500;
  color: #2d2d2d;
}

.cache-badge {
  padding: 2px 8px;
  background: rgba(3, 85, 154, 0.1);
  color: #03559a;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.endpoint-stats {
  display: flex;
  align-items: center;
  gap: 10px;
}

.endpoint-count-value {
  font-weight: 600;
  color: #03559a;
  font-size: 15px;
}

.endpoint-error-msg {
  font-size: 13px;
  color: #db1500;
  font-weight: 500;
}

.endpoint-status {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;

  &.success {
    background: rgba(50, 162, 0, 0.1);
    color: #32a200;
  }

  &.error {
    background: rgba(219, 21, 0, 0.1);
    color: #db1500;
  }
}

/* Errors Section */
.errors-section {
  background: rgba(219, 21, 0, 0.03);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(219, 21, 0, 0.2);
}

.errors-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.error-item {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: white;
  border-radius: 8px;
  border-left: 3px solid #db1500;

  .error-endpoint {
    font-weight: 600;
    color: #db1500;
    min-width: 150px;
  }

  .error-message {
    color: #5e5e5e;
    font-size: 13px;
  }
}

/* Responsive Design for New Components */
@media (max-width: 768px) {
  .chatbot-window {
    width: calc(100vw - 32px);
    height: calc(100vh - 100px);
    bottom: 16px;
    right: 16px;
  }

  .tab-button {
    padding: 10px 16px;
    font-size: 14px;
  }

  .auto-discovery-container,
  .ai-analysis-container {
    padding: 16px;
  }

  .results-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .summary-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-header {
    padding: 12px 16px;
  }

  .endpoint-row {
    padding: 12px 16px;
  }

  .status-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;

    .status-label {
      min-width: auto;
    }
  }

  .charts-grid {
    grid-template-columns: 1fr;
  }

  .chart-wide {
    grid-column: span 1;
  }
}

/* Discovery Charts Styles */
.discovery-charts {
  margin-top: 24px;
  margin-bottom: 24px;
}

.charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.chart-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  min-width: 0; /* Prevent overflow */
  overflow: hidden;

  &.chart-wide {
    grid-column: span 2;
  }

  /* Kendo Chart responsive container */
  .k-chart {
    width: 100% !important;
  }
}

.chart-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-title {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.chart-summary {
  text-align: center;
  font-size: 13px;
  color: #808080;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}

/* Kendo Chart Tooltip Styling */
.k-chart-tooltip {
  background: white !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  padding: 8px 12px !important;
  max-width: 200px !important;
  font-size: 13px !important;
  color: #2d2d2d !important;
}

/* Kendo Chart Legend and Axis Text Color Override */
.chart-card {
  .k-chart-legend-text,
  .k-chart text {
    fill: #2d2d2d !important;
  }

  .k-chart-axis-label {
    fill: #2d2d2d !important;
  }
}

/* Responsive breakpoints for charts */
@media (max-width: 1200px) {
  .charts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chart-card.chart-wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .charts-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .chart-card {
    padding: 16px;

    &.chart-wide {
      grid-column: span 1;
    }
  }

  .chart-title {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .chart-summary {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .charts-grid {
    gap: 12px;
  }

  .chart-card {
    padding: 12px;
    border-radius: 8px;
  }
}

/* Snapshots Section */
.snapshots-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.snapshot-card {
  background: #fafbfc;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 8px;
  overflow: hidden;
}

.snapshot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  transition: background 0.2s;

  &:hover {
    background: #f0f2f5;
  }
}

.snapshot-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.snapshot-name {
  font-weight: 600;
  color: #2d2d2d;
  font-size: 14px;
}

.snapshot-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.record-badge {
  padding: 2px 8px;
  background: rgba(3, 85, 154, 0.1);
  color: #03559a;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.time-badge {
  font-size: 11px;
  color: #808080;
}

.snapshot-toggle {
  display: flex;
  align-items: center;
}

.snapshot-content {
  border-top: 1px solid #e6e6e6;
  padding: 16px;
  background: white;
}

.snapshot-metadata {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.meta-item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;

  .meta-label {
    font-size: 11px;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .meta-value {
    font-size: 16px;
    font-weight: 700;
    color: #03559a;
    margin-top: 4px;
  }
}

/* Data Preview Styles */
.data-preview {
  margin-top: 16px;
}

.preview-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e6e6e6;

  .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #2d2d2d;
  }

  .stat-label {
    font-size: 11px;
    color: #808080;
    margin-top: 4px;
    text-transform: uppercase;
  }

  &.success {
    background: rgba(50, 162, 0, 0.05);
    border-color: rgba(50, 162, 0, 0.2);

    .stat-value {
      color: #32a200;
    }
  }

  &.error {
    background: rgba(219, 21, 0, 0.05);
    border-color: rgba(219, 21, 0, 0.2);

    .stat-value {
      color: #db1500;
    }
  }

  &.warning {
    background: rgba(230, 173, 0, 0.05);
    border-color: rgba(230, 173, 0, 0.2);

    .stat-value {
      color: #b38600;
    }
  }
}

.progress-bar-container {
  width: 100%;
  height: 8px;
  background: #e6e6e6;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(to right, #03559a, #0677d4);
  border-radius: 4px;
  transition: width 0.3s;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;

  thead {
    background: #f8f9fa;

    th {
      padding: 10px 12px;
      text-align: left;
      font-weight: 600;
      color: #5e5e5e;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0.5px;
      border-bottom: 2px solid #e6e6e6;
    }
  }

  tbody {
    tr {
      &:hover {
        background: #fafbfc;
      }

      &:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
      }
    }

    td {
      padding: 10px 12px;
      color: #2d2d2d;

      &.mono {
        font-family: 'Consolas', 'Monaco', monospace;
        font-size: 12px;
        color: #5e5e5e;
      }
    }
  }
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;

  &.success {
    background: rgba(50, 162, 0, 0.1);
    color: #32a200;
  }

  &.error {
    background: rgba(219, 21, 0, 0.1);
    color: #db1500;
  }

  &.warning {
    background: rgba(230, 173, 0, 0.1);
    color: #b38600;
  }
}

.more-records {
  text-align: center;
  padding: 12px;
  background: #f8f9fa;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  color: #808080;
  margin-top: 8px;
  border-radius: 0 0 8px 8px;
}

.json-preview {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 16px;
  overflow-x: auto;

  pre {
    margin: 0;
    color: #9cdcfe;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
  }
}

.no-data-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  color: #808080;

  span {
    font-size: 32px;
    opacity: 0.5;
  }

  p {
    margin-top: 8px;
    font-size: 14px;
  }
}

.errors-note {
  font-size: 13px;
  color: #5e5e5e;
  margin: 8px 0 16px 0;
  line-height: 1.5;
}

/* User-friendly Warnings Section */
.warnings-section {
  background: #fefefe;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.warnings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e6e6e6;
}

.warnings-title {
  display: flex;
  align-items: center;
  gap: 10px;

  .warnings-icon {
    font-size: 20px;
  }
}

.warnings-count {
  padding: 4px 12px;
  background: #f0f0f0;
  color: #666;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
}

.warnings-info-box {
  padding: 16px 20px;
  background: rgba(3, 85, 154, 0.04);
  border-bottom: 1px solid #e6e6e6;

  p {
    margin: 0;
    font-size: 13px;
    color: #5e5e5e;
    line-height: 1.6;

    &:not(:last-child) {
      margin-bottom: 8px;
    }

    strong {
      color: #2d2d2d;
    }
  }
}

.warnings-list {
  padding: 12px 20px;
}

.warning-item {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #ebebeb;

  &:not(:last-child) {
    margin-bottom: 8px;
  }
}

.warning-item-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.warning-item-icon {
  font-size: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.warning-item-name {
  font-weight: 600;
  color: #2d2d2d;
  font-size: 14px;
}

.warning-item-details {
  margin-top: 6px;
  padding-left: 22px;
}

.warning-item-reason {
  font-size: 12px;
  color: #808080;
}

.warnings-help {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  color: #5e5e5e;

  .help-icon {
    font-size: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
  }

  a {
    color: #03559a;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }
}

/* Responsive for Snapshots */
@media (max-width: 768px) {
  .snapshot-metadata {
    grid-template-columns: 1fr;
  }

  .preview-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .data-table {
    font-size: 12px;

    thead th,
    tbody td {
      padding: 8px;
    }
  }
}

/* AI Analysis Professional Styles */
.info-card-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-card-description {
  margin-top: 16px;
  color: #5e5e5e;
  line-height: 1.6;
  font-size: 14px;
}

.header-subtitle {
  margin-top: 8px;
  color: #5e5e5e;
  line-height: 1.6;
  font-size: 14px;
}

.analysis-ready-card {
  margin-top: 24px;
  padding: 32px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ready-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 600px;
}

.ready-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f5e9;
  border-radius: 50%;
}

.ready-text {
  flex: 1;
}

.ready-description {
  margin-top: 8px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.6;
}

.analyze-btn {
  min-width: 200px;
}

.analysis-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.feature-card {
  padding: 24px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  transition: all 0.2s;

  &:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #03559a;
  }
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f7ff;
  border-radius: 10px;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0 0 8px 0;
}

.feature-description {
  font-size: 13px;
  color: #5e5e5e;
  line-height: 1.5;
  margin: 0;
}

.analyzing-card {
  padding: 64px 32px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.analyzing-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #e6e6e6;
  border-top-color: #03559a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.analyzing-description {
  color: #5e5e5e;
  font-size: 14px;
  margin: 0;
}

.error-card {
  padding: 48px 32px;
  background: #fff8f8;
  border-radius: 12px;
  border: 1px solid #ffcdd2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.error-icon {
  margin-bottom: 8px;
}

.error-message {
  color: #5e5e5e;
  font-size: 14px;
  max-width: 500px;
  margin: 0;
}

.error-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

/* Responsive Design for AI Analysis */
@media (max-width: 992px) {
  .analysis-features {
    grid-template-columns: 1fr;
  }

  .ready-card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .analysis-ready-card {
    padding: 24px 16px;
  }

  .error-card,
  .analyzing-card {
    padding: 32px 16px;
  }

  .error-actions {
    flex-direction: column;
    width: 100%;
  }

  .error-actions button {
    width: 100%;
  }
}

/* Gap Analysis Dashboard Styles */
.gap-analysis-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gap-analysis-header {
  background: linear-gradient(135deg, #01203a 0%, #03559a 100%);
  padding: 32px 24px;
  border-radius: 12px;
  color: #ffffff;

  .header-content {
    color: #ffffff;
  }

  .header-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin: 8px 0 0 0;
    color: #ffffff;
  }
}

.summary-section {
  margin-bottom: 8px;
}

.summary-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.filter-section {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.results-count {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 500;
}

.gap-cards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gap-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  transition: all 0.2s;

  &:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
  }
}

.gap-card-header {
  transition: all 0.2s;
  user-select: none;
}

.gap-card-content {
  animation: slideDown 0.3s ease-out;
}

.severity-badge {
  transition: transform 0.2s;

  &:hover {
    transform: scale(1.05);
  }
}

.entity-badge:hover {
  background-color: #d1e9ff !important;
}

.remediation-timeline {
  margin-top: 16px;
}

.no-gaps-card {
  padding: 48px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.no-gaps-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f5e9;
  border-radius: 50%;
}

.no-gaps-description {
  color: #5e5e5e;
  font-size: 14px;
  margin: 0;
}

.no-results-card {
  padding: 48px 24px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #d0d0d0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.no-results-icon {
  margin-bottom: 8px;
}

.no-results-title {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 500;
}

.no-results-subtitle {
  font-size: 12px;
  color: #808080;
}

/* Responsive Design for Gap Analysis */
@media (max-width: 1200px) {
  .summary-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gap-analysis-header {
    padding: 24px 16px;
  }

  .summary-cards-grid {
    grid-template-columns: 1fr;
  }

  .filter-section {
    padding: 16px;
  }
}

/* Discovery Capabilities Section */
.capabilities-section {
  margin-top: 24px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.capabilities-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e6e6e6;
}

.capabilities-summary {
  font-size: 13px;
  color: #5e5e5e;
  font-weight: 500;
}

.capabilities-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  color: #5e5e5e;
  font-size: 14px;
}

.capabilities-content {
  padding: 20px;
}

.capabilities-error {
  padding: 40px 20px;
  text-align: center;
  color: #db1500;
  font-size: 14px;
}

.permission-overview {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.permission-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border-radius: 10px;

  &.accessible {
    background: rgba(50, 162, 0, 0.08);
    border: 1px solid rgba(50, 162, 0, 0.2);

    .permission-count {
      color: #32a200;
    }
  }

  &.restricted {
    background: rgba(230, 173, 0, 0.08);
    border: 1px solid rgba(230, 173, 0, 0.2);

    .permission-count {
      color: #b38600;
    }
  }
}

.permission-count {
  font-size: 32px;
  font-weight: 700;
}

.permission-label {
  font-size: 12px;
  color: #5e5e5e;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.endpoints-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.capability-category {
  background: #fafbfc;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.capability-category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f0f2f5;
  font-weight: 600;
  color: #2d2d2d;
}

.category-access-badge {
  margin-left: auto;
  padding: 4px 10px;
  background: #03559a;
  color: white;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.capability-endpoints {
  display: flex;
  flex-direction: column;
}

.capability-endpoint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;

  &:last-child {
    border-bottom: none;
  }

  &:hover {
    background: #f8f9fa;
  }

  &.accessible {
    .endpoint-status-icon {
      color: #32a200;
    }
  }

  &.restricted {
    background: rgba(230, 173, 0, 0.03);

    .endpoint-status-icon {
      color: #b38600;
    }

    .endpoint-name {
      color: #5e5e5e;
    }
  }
}

.endpoint-status-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;

  svg {
    display: block;
  }
}

.endpoint-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.endpoint-name {
  font-size: 13px;
  font-weight: 500;
  color: #2d2d2d;
}

.endpoint-permissions {
  font-size: 11px;
  color: #808080;
}

/* Responsive for Capabilities */
@media (max-width: 768px) {
  .capabilities-header {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .permission-overview {
    flex-direction: column;
    gap: 12px;
  }

  .capability-category-header {
    flex-wrap: wrap;
  }
}

// ============================================================================
// Floating Help Button (for opening HelpChat)
// ============================================================================

.floating-help-button {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  width: 60px !important;
  height: 60px !important;
  background: linear-gradient(135deg, #0677d4 0%, #03559a 100%) !important;
  border: none !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(3, 85, 154, 0.4) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;

  &:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(3, 85, 154, 0.5);
  }

  &:active {
    transform: scale(0.95);
  }

  svg {
    width: 28px;
    height: 28px;
  }

  // Notification badge
  .help-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    background: #dc3545;
    border-radius: 50%;
    border: 2px solid white;
  }

  @media (max-width: 768px) {
    bottom: 16px;
    right: 16px;
    width: 56px;
    height: 56px;

    svg {
      width: 24px;
      height: 24px;
    }
  }
}
/** @format */

// Help Chat Overlay
.help-chat-overlay {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 420px;
  max-width: calc(100vw - 48px);
  height: 600px;
  max-height: calc(100vh - 100px);
  z-index: 1000;
  animation: slideInFromRight 0.3s ease-out;

  &.minimized {
    height: 56px;

    .help-chat-messages,
    .help-chat-input-container {
      display: none;
    }
  }
}

// Main Container
.help-chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

// Header
.help-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #01203a 0%, #03559a 100%);
  color: white;
  flex-shrink: 0;

  .header-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .header-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
  }

  .header-title {
    font-size: 16px;
    font-weight: 600;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .header-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;

    &:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: scale(1.05);
    }

    &:active {
      transform: scale(0.95);
    }
  }
}

// Messages Container
.help-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 16px;

  &::-webkit-scrollbar {
    width: 6px;
  }

  &::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  &::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 3px;

    &:hover {
      background: #a0a0a0;
    }
  }
}

// Empty State
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  flex: 1;

  .empty-icon {
    margin-bottom: 16px;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 8px;
  }

  p {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .example-questions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;

    button {
      padding: 12px 16px;
      background: white;
      border: 1px solid #e6e6e6;
      border-radius: 8px;
      font-size: 13px;
      color: #03559a;
      cursor: pointer;
      text-align: left;
      transition: all 0.2s;

      &:hover {
        background: #f0f7ff;
        border-color: #03559a;
        transform: translateX(4px);
      }
    }
  }
}

// Individual Message
.help-chat-message {
  display: flex;
  gap: 12px;
  animation: messageSlideIn 0.2s ease-out;

  &.user {
    flex-direction: row-reverse;

    .message-avatar {
      background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
    }

    .message-content {
      background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
      color: white;
      border-radius: 12px 12px 4px 12px;

      p {
        color: white;
      }
    }

    .message-timestamp {
      color: rgba(255, 255, 255, 0.8);
      text-align: right;
    }
  }

  &.assistant {
    .message-avatar {
      background: linear-gradient(135deg, #01203a 0%, #03559a 100%);
    }

    .message-content {
      background: white;
      color: #2d2d2d;
      border: 1px solid #e6e6e6;
      border-radius: 12px 12px 12px 4px;
    }

    .message-timestamp {
      color: #808080;
      text-align: left;
    }
  }
}

.message-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.message-content {
  max-width: 75%;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  word-wrap: break-word;

  p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
  }

  .markdown-renderer {
    font-size: 14px;

    p:last-child {
      margin-bottom: 0;
    }
  }
}

.message-timestamp {
  font-size: 11px;
  margin-top: 6px;
  opacity: 0.7;
}

// Typing Indicator
.help-chat-typing-indicator {
  display: flex;
  gap: 4px;
  padding: 4px 0;

  span {
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out;

    &:nth-child(1) {
      animation-delay: 0s;
    }

    &:nth-child(2) {
      animation-delay: 0.2s;
    }

    &:nth-child(3) {
      animation-delay: 0.4s;
    }
  }
}

// Input Container
.help-chat-input-container {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  background: white;
  border-top: 1px solid #e6e6e6;
  flex-shrink: 0;
}

.help-chat-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  resize: none;
  max-height: 100px;
  transition: all 0.2s;

  &:focus {
    outline: none;
    border-color: #03559a;
    box-shadow: 0 0 0 3px rgba(3, 85, 154, 0.1);
  }

  &:disabled {
    background: #f8f9fa;
    cursor: not-allowed;
  }

  &::placeholder {
    color: #a0a0a0;
  }
}

.help-chat-send-btn {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(3, 85, 154, 0.3);

  &:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(3, 85, 154, 0.4);
  }

  &:active:not(:disabled) {
    transform: scale(0.95);
  }

  &:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
  }
}

// Animations
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typingBounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}

// Responsive
@media (max-width: 768px) {
  .help-chat-overlay {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    height: calc(100vh - 80px);
  }

  .message-content {
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  .help-chat-header {
    padding: 12px 16px;

    .header-title {
      font-size: 14px;
    }
  }

  .help-chat-messages {
    padding: 16px;
  }

  .message-content {
    max-width: 90%;
    padding: 10px 14px;
    font-size: 13px;
  }

  .help-chat-input-container {
    padding: 12px 16px;
  }
}
/** @format */

// Modal Overlay
.chat-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.2s ease-out;
}

// Modal Container
.chat-modal {
  width: 100%;
  max-width: 700px;
  max-height: 80vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  animation: modalSlideIn 0.3s ease-out;
}

// Modal Header
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: linear-gradient(135deg, #01203a 0%, #03559a 100%);
  color: white;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;

  .header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }

  .header-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
  }

  .header-text {
    flex: 1;
    min-width: 0;

    h2 {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 4px;
    }

    p {
      font-size: 13px;
      margin: 0;
      opacity: 0.9;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  .modal-close-btn {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;

    &:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: scale(1.05);
    }

    &:active {
      transform: scale(0.95);
    }
  }
}

// Messages Container
.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 300px;
  max-height: calc(80vh - 200px);

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  &::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;

    &:hover {
      background: #a0a0a0;
    }
  }
}

// Individual Message
.message {
  display: flex;
  gap: 12px;
  animation: messageSlideIn 0.3s ease-out;

  &.user {
    flex-direction: row-reverse;

    .message-avatar {
      background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
    }

    .message-content {
      background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
      color: white;
      border-radius: 16px 16px 4px 16px;

      p {
        color: white;
      }
    }
  }

  &.assistant {
    .message-avatar {
      background: linear-gradient(135deg, #01203a 0%, #03559a 100%);
    }

    .message-content {
      background: white;
      color: #2d2d2d;
      border: 1px solid #e6e6e6;
      border-radius: 16px 16px 16px 4px;
    }
  }
}

.message-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.message-content {
  max-width: 80%;
  padding: 14px 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  word-wrap: break-word;

  p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
  }

  .markdown-renderer {
    font-size: 15px;

    p:last-child {
      margin-bottom: 0;
    }

    // Adjust markdown colors for better readability in modal
    .md-h1,
    .md-h2,
    .md-h3,
    .md-h4 {
      color: inherit;
    }
  }
}

// Typing Indicator
.typing-indicator {
  display: flex;
  gap: 6px;
  padding: 4px 0;

  span {
    width: 10px;
    height: 10px;
    background: #808080;
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out;

    &:nth-child(1) {
      animation-delay: 0s;
    }

    &:nth-child(2) {
      animation-delay: 0.2s;
    }

    &:nth-child(3) {
      animation-delay: 0.4s;
    }
  }
}

// Input Container
.chat-input-container {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  background: white;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 12px 12px;
  flex-shrink: 0;
}

.chat-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  resize: none;
  max-height: 120px;
  transition: all 0.2s;

  &:focus {
    outline: none;
    border-color: #03559a;
    box-shadow: 0 0 0 3px rgba(3, 85, 154, 0.1);
  }

  &:disabled {
    background: #f8f9fa;
    cursor: not-allowed;
  }

  &::placeholder {
    color: #a0a0a0;
  }
}

.chat-send-btn {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0677d4 0%, #03559a 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(3, 85, 154, 0.3);

  &:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(3, 85, 154, 0.4);
  }

  &:active:not(:disabled) {
    transform: scale(0.95);
  }

  &:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
  }
}

// Animations
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typingBounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
}

// Responsive
@media (max-width: 768px) {
  .chat-modal {
    max-width: 100%;
    max-height: 90vh;
    margin: 10px;
  }

  .modal-header {
    padding: 16px 20px;

    .header-text {
      h2 {
        font-size: 16px;
      }

      p {
        font-size: 12px;
      }
    }
  }

  .chat-messages {
    padding: 20px;
    max-height: calc(90vh - 180px);
  }

  .message-content {
    max-width: 85%;
    padding: 12px 16px;
    font-size: 14px;
  }

  .chat-input-container {
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .chat-modal-overlay {
    padding: 10px;
  }

  .chat-modal {
    max-height: 95vh;
  }

  .modal-header {
    padding: 14px 16px;

    .header-icon {
      width: 36px;
      height: 36px;
    }

    .header-text {
      h2 {
        font-size: 15px;
      }

      p {
        font-size: 11px;
      }
    }
  }

  .chat-messages {
    padding: 16px;
  }

  .message-content {
    max-width: 90%;
    padding: 10px 14px;
    font-size: 13px;
  }

  .message-avatar {
    width: 36px;
    height: 36px;
  }
}
/** @format */

.markdown-renderer {
  color: #2d2d2d;
  line-height: 1.6;
  word-wrap: break-word;

  // Headings
  .md-h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 24px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e6e6e6;
    color: #1a1a1a;
  }

  .md-h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
    color: #1a1a1a;
  }

  .md-h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 10px;
    color: #2d2d2d;
  }

  .md-h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 8px;
    color: #2d2d2d;
  }

  .md-h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 6px;
    color: #2d2d2d;
  }

  .md-h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 6px;
    color: #5a5a5a;
  }

  // Paragraphs
  .md-p {
    margin: 0 0 12px;
    line-height: 1.7;
  }

  // Links
  .md-link {
    color: #03559a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;

    &:hover {
      color: #0677d4;
      border-bottom-color: #0677d4;
    }
  }

  // Tables
  .md-table-wrapper {
    overflow-x: auto;
    margin: 16px 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .md-table {
    width: 100%;
    border-collapse: collapse;
    background: white;

    th {
      background: #f8f9fa;
      padding: 12px 16px;
      text-align: left;
      font-weight: 600;
      border-bottom: 2px solid #e6e6e6;
      color: #2d2d2d;
      font-size: 14px;
    }

    td {
      padding: 10px 16px;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
    }

    tr:last-child td {
      border-bottom: none;
    }

    tr:hover {
      background: #f8f9fa;
    }
  }

  // Inline code
  .md-inline-code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9em;
    color: #c7254e;
    border: 1px solid #e6e6e6;
  }

  // Code blocks
  .md-pre {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 16px;
    overflow-x: auto;
    margin: 16px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    code {
      background: transparent;
      padding: 0;
      border: none;
      color: #e6e6e6;
      font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
      font-size: 14px;
      line-height: 1.5;
    }
  }

  // Blockquotes
  .md-blockquote {
    border-left: 4px solid #03559a;
    padding: 12px 20px;
    margin: 16px 0;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    color: #5a5a5a;
    font-style: italic;

    p:last-child {
      margin-bottom: 0;
    }
  }

  // Lists
  .md-ul,
  .md-ol {
    margin: 12px 0;
    padding-left: 28px;

    .md-li {
      margin: 6px 0;
      line-height: 1.6;
    }
  }

  .md-ul {
    list-style-type: disc;

    ul {
      list-style-type: circle;
      margin-top: 4px;
    }
  }

  .md-ol {
    list-style-type: decimal;

    ol {
      list-style-type: lower-alpha;
      margin-top: 4px;
    }
  }

  // Horizontal rule
  hr {
    border: none;
    border-top: 2px solid #e6e6e6;
    margin: 24px 0;
  }

  // Strong and emphasis
  strong {
    font-weight: 600;
    color: #1a1a1a;
  }

  em {
    font-style: italic;
    color: #5a5a5a;
  }

  // First paragraph after heading should have less margin
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p {
    margin-top: 8px;
  }

  // Images
  img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  // Strikethrough (GFM)
  del {
    color: #808080;
  }

  // Task lists (GFM)
  input[type='checkbox'] {
    margin-right: 8px;
    cursor: pointer;
  }

  // Responsive
  @media (max-width: 768px) {
    .md-h1 {
      font-size: 24px;
    }

    .md-h2 {
      font-size: 20px;
    }

    .md-h3 {
      font-size: 18px;
    }

    .md-pre {
      padding: 12px;
      font-size: 13px;
    }

    .md-table {
      font-size: 13px;

      th,
      td {
        padding: 8px 12px;
      }
    }
  }
}

/** @format */

.remainder_card {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}
.remainder_card .k-checkbox-label {
  color: black;
  font-size: 16px !important;
}

/** @format */

.profile-settings .k-tabstrip-items-wrapper .k-item:active,
.profile-settings .k-tabstrip-items-wrapper .k-item.k-active,
.profile-settings .k-tabstrip-items-wrapper .k-item.k-selected {
  border-bottom: 3px solid #03559a !important;
}

.profile-settings .k-tabstrip-items-wrapper .k-item:active .k-link,
.profile-settings .k-tabstrip-items-wrapper .k-item.k-active .k-link,
.profile-settings .k-tabstrip-items-wrapper .k-item.k-selected .k-link {
  color: #03559a !important;
  font-weight: 700 !important;
}

.profile-settings .k-tabstrip-items-wrapper .k-link,
.profile-settings .k-tabstrip-items-wrapper .k-link,
.profile-settings .k-tabstrip-items-wrapper .k-link {
  color: #717b8c;
  font-weight: 500;
}
.profile-settings .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
.profile-settings .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  border: none !important;
  border-bottom: 3px solid #03559a !important;
}

.profile-settings .k-tabstrip-content,
.profile-settings .k-tabstrip > .k-content {
  border: transparent !important;
  background: transparent !important;
}
.profile-settings .k-tabstrip-top > .k-tabstrip-items-wrapper {
  max-width: max-content !important;
}
.profile-settings .k-animation-container,
.profile-settings .k-animation-container-relative {
  width: 100%;
}
.profile-settings .k-tabstrip {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 10px;
  background: transparent;
}

.profile-settings .form-container-settings {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/** @format */
/** @format */

.control-details .k-tabstrip-items-wrapper .k-item:active,
.control-details .k-tabstrip-items-wrapper .k-item.k-active,
.control-details .k-tabstrip-items-wrapper .k-item.k-selected {
  border-bottom: 3px solid #03559a !important;
}

.control-details .k-tabstrip-items-wrapper .k-item:active .k-link,
.control-details .k-tabstrip-items-wrapper .k-item.k-active .k-link,
.control-details .k-tabstrip-items-wrapper .k-item.k-selected .k-link {
  color: #03559a !important;
  font-weight: 700 !important;
}

.control-details .k-tabstrip-items-wrapper .k-link,
.control-details .k-tabstrip-items-wrapper .k-link,
.control-details .k-tabstrip-items-wrapper .k-link {
  color: #717b8c;
  font-weight: 500;
}
.control-details .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
.control-details .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  border: none !important;
  border-bottom: 3px solid #03559a !important;
}

.control-details .k-tabstrip-content,
.control-details .k-tabstrip > .k-content {
  border: transparent !important;
  background: transparent !important;
}
.control-details .k-tabstrip-top > .k-tabstrip-items-wrapper {
  max-width: max-content !important;
}
.control-details .k-animation-container,
.control-details .k-animation-container-relative {
  width: 100%;
}
.control-details .k-tabstrip {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 10px;
  background: transparent;
}

.control-details .form-container-settings {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.control-details .k-tabstrip-content {
  height: auto;
  min-height: 400px;
}

.control-details .title {
  color: #555555;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
}

.control-details .title-value {
  font-weight: 400;
  padding-left: 5px;
  text-transform: capitalize;
}

.Import_control_csv .k-button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

/** @format */

* {
  box-sizing: border-box;
}
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (min-width: 768px) {
  .left {
    order: 1;
    flex: 0 0 50%;
  }

  .right {
    order: 2;
    flex: 0 0 60%;
  }
}
.csv-main-css {
  color: white;
  text-decoration: none;
  margin-left: 5;
  font-size: 16px;
}

.background-eclipse-Image {
  min-height: 95vh !important;
  background-position: 110% 90% !important;
  background-repeat: no-repeat !important;
}

.negative-status {
  color: #ffffff;
  background: #f42e1a;
  padding: 1px 16px 4px;
  border-radius: 5px;
  width: 100%;
  text-transform: capitalize;
}

.positive-status {
  color: #ffffff;
  background: #3abe00;
  padding: 1px 16px 4px;
  border-radius: 5px;
  width: 100%;
  text-transform: capitalize;
}

.neutral-status {
  color: #ffffff;
  background: #0275d5;
  padding: 1px 16px 4px;
  border-radius: 5px;
  width: 100%;
  text-transform: capitalize;
}

.remove-selected-date {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: red;
  z-index: 100;
}

.auditor-sort-button .k-button-text {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 5px;
}
.auditor-sort-button .k-button-text span svg {
  padding-top: 8px;
  font-size: 20px;
}

.total-evidence .k-grid-toolbar {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

