@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Red Hat Display", serif;
  font-optical-sizing: auto;
}

:root {
  --textColor: #000000;
  --bgGold: #f9f8f7;
  --bg-blue-subtle: #f9fcfe;
  --theme-color: #8aa92e;
  --sub-theme-color: #4b8030;
  --active-btn: linear-gradient(
    to right,
    var(--sub-theme-color),
    var(--theme-color)
  );
}

.btn-active {
  background: var(--active-btn) !important;
}

[data-bs-theme="dark"] {
  --textColor: rgba(255 255 255) !important;
}

.bg-gold {
  background-color: var(--bgGold);
}

.bg-blue-subtle {
  background-color: var(--bg-blue-subtle);
}

.bg-purple-subtle {
  background-color: #daa6f7 !important;
}

.bg-purple {
  background-color: #c681ed !important;
}

.text-purple {
  color: #c681ed !important;
}

.border-purple {
  border-color: #c681ed !important;
}

.bgImage {
  /* background-image: url(./Image/bgImage2.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.passwordvisiability {
  position: absolute;
  right: 10px;
  top: 3px;
}

.passwordvisiability svg {
  font-size: 14px;
}

.br3 {
  border-radius: 3px;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: auto !important;
}

table th,
table td {
  font-size: 12px;
  padding: 5px !important;
}

.dark_button svg {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

a {
  text-decoration: none;
  color: var(--textColor);
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--textColor);
  border-color: var(--textColor);
}

.form-control:focus,
.form-select:focus {
  outline: 0;
  box-shadow: none;
}

.form-control {
  font-size: 12px;
  border-radius: 3px;
}

label,
button {
  font-size: 13px;
}

.CP {
  cursor: pointer;
}

.suggessionList {
  border: 1px solid #fff;
  border-radius: 3px;
  transition: 1s;
}

.suggessionList:hover {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  cursor: pointer;
}

.tabModules {
  transition: 0.2s;
  border-bottom: 1px solid #fff;
}

.tabModules:hover {
  border-bottom: 1px solid #dee2e6;
}

.ModalTest {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.tablelList ul li {
  list-style: none;
}

.button_style button {
  border: 1px solid var(--textColor);
  border-radius: 3px;
  padding: 1px 7px;
}

.Resizer.horizontal {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  height: 4px;
  cursor: s-resize;
  transition: 0.2s;
}

.Resizer.vertical {
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  width: 4px;
  cursor: e-resize;
  transition: 0.2s;
}

.Resizer.horizontal:hover,
.Resizer.vertical:hover {
  background: var(--bs-border-color);
}

.Pane {
  overflow: auto;
}

.Pane.vertical {
  padding: 0 0px;
}

.Pane.horizontal {
  display: block !important;
}

#resizeMe {
  table-layout: fixed;
  width: 100%;
}

#resizeMe th {
  resize: horizontal;
  background-color: var(--bg-blue-subtle);
}

#resizeMe th,
#resizeMe td {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.table > thead {
  position: sticky;
  top: -1px;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 5px;
}

.calendar-day {
  transition: 0.2s ease;
  border-radius: 50%;
}

.calendar-day:hover,
.clock-number:hover {
  background-color: var(--bg-blue-subtle);
  border: 1px solid var(--bs-border-color);
}

.calendar-day.today {
  border: 1px solid var(--bgGold);
}

.calendar-day.selected,
.clock-number.selected {
  background-color: var(--bgGold);
  font-weight: bold;
  border: 1px solid var(--bs-border-color);
  color: var(--textColor);
}

.form-switch .form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
  font-size: 14px;
}

.form-switch .form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
  font-size: 14px;
}
.form-check-input {
  font-size: 14px;
}

.full-screen-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.selectedRow td {
  background-color: var(--bs-success-bg-subtle);
}

ul {
  padding-left: 8px;
}

ul li {
  list-style: none;
}

.btn-outline-secondary:hover {
  background: linear-gradient(to right, #4b8030, var(--theme-color)) !important;
}

.ace-monokai,
.ace-terminal-theme {
  height: calc(100vh - 250px) !important;
  width: 100% !important;
}

.ace-tm {
  height: calc(100vh - 133px) !important;
  width: 100% !important;
}
.multiSelectContainer input {
  padding: 6px !important;
  font-size: 11px;
}

.searchWrapper {
  padding: 0 !important;
}

.multiSelectContainer li.option,
.notFound,
span {
  font-size: 12px;
}

.multiSelectContainer li {
  padding: 2px 10px !important;
}

.multiSelectContainer li:hover {
  background: #82a42f !important;
}

.chip {
  background: #82a42f !important;
  font-size: 10px;
  line-height: 19px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  margin-top: 5px !important;
  margin-left: 5px !important;
}

.highlightOption {
  background: #82a42f !important;
  color: #fff;
}

/* General Rules For Range Slider */
.custom-rangeslider {
  position: relative;
  margin-top: 50px;
}

.custom-rangeInput,
.custom-rangeInputDisabled {
  width: 100%;
  appearance: none;
  background-color: transparent;
  height: 4px;
}

.custom-rangeInput::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--sub-theme-color);
  outline: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  margin-top: -8px;
}

.custom-rangeInputDisabled::-webkit-slider-thumb {
  appearance: none;
  background-color: transparent;
  outline: 2px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: default;
  margin-top: -8px;
}

.custom-rangeInput::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.custom-rangeInput::-webkit-slider-runnable-track {
  appearance: none;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.custom-rangeslider__tooltip {
  position: absolute;
  width: 40px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid var(--sub-theme-color);
  top: -40px;
  text-align: center;
  border-radius: 3px;
  user-select: none;
  pointer-events: none;
}

.custom-rangeslider__tooltip:after {
  display: block;
  content: " ";
  background: #fff;
  position: absolute;
  border: 1px solid var(--sub-theme-color);
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  left: calc(50% - 6px);
  bottom: -6px;
  transform: rotate(45deg);
}

.custom-rangeslider__label {
  width: 100%;
  display: block;
}

.custom-rangeslider__label span {
  display: block;
}

.custom-rangeslider__label-min {
  float: left;
}

.custom-rangeslider__label-max {
  float: right;
}

.custom-rangeslider__label:after {
  content: "";
  display: table;
  clear: both;
}

.borderLight {
  border-color: #f2f6f9 !important;
}

/* .print-container {
  width: 210mm;
  height: 297mm;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
}

@media print {
  .print-container {
    page-break-after: always;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clock-hand {
  position: absolute;
  top: 40px;
  left: 112px;
  width: 2px;
  height: 75px;
  background-color: #333;
  transform-origin: bottom center;
  transition: transform 0.3s ease;
  z-index: 1;
}

.clock-number {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}  */

.headPrint {
  display: none;
}

@media print {
  @page {
    size: A4 !important;
    margin: 0.3in 0.5in 1in !important;

    @bottom-left {
      content: "V2.0.0, This is an electronically authenticated report generated by Galax CTMS System";
      font-family: "Red Hat Display", sans-serif !important;
      font-size: 12px;
    }

    /* @bottom-center {
       content: "Confidentials";
       font-family: "Red Hat Display", sans-serif !important;
       font-size: 12px;
       color: red;
   } */

    @bottom-right {
      content: "Page " counter(page) " of " counter(pages);
      font-family: "Red Hat Display", sans-serif !important;
      font-size: 12px;
    }
  }

  .headPrint {
    display: block;
  }

  .page-break {
    page-break-before: always;
    break-before: page;
  }

  table,
  thead,
  tbody,
  tr,
  td,
  th {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .actionBtn {
    display: none;
  }
}

/* .Pane.horizontal .updated-history {
  overflow: hidden !important;
} */

.rsw-editor span,
.rsw-ce {
  font-size: 12px !important;
}
.rsw-dd {
  border: 0 !important;
  font-size: 12px !important;
  background-color: transparent !important;
}
.rsw-editor {
  border-radius: 3px !important;
}
.rsw-btn {
  font-size: 13px !important;
}
.rsw-btn svg {
  width: 15px !important;
  height: 15px !important;
  margin-top: 2px;
}
.rsw-ce:focus {
  outline: 1px solid transparent !important;
}

.fs-14 {
  font-size: 14px !important;
}

.multiselectOption .multiSelectContainer .searchWrapper {
  border: 0;
  border-radius: 0;
}

.multiselectOption .displayBlock {
  position: fixed;
}

.multiselectOption .chip {
  border-radius: 3px;
  font-size: 11px;
  line-height: 10px;
  margin-bottom: 3px;
  margin-right: 2px;
  padding: 5px 10px;
}

.timeline {
  padding: 10px;
}

.timeline .tl-content .tl-header {
  padding-left: 25.6px;
  border-left: 2px solid rgb(190, 172, 11);
  height: 80px;
  align-items: center;
}

.timeline .tl-contents .tl-header {
  padding-right: 25.6px;
  border-right: 2px solid rgb(190, 172, 11);
  text-align: end;
  align-items: center;
  height: 80px;
}

.timeline .tl-header {
  position: relative;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.timeline .tl-header p {
  margin: 0;
}

.timeline .tl-header .tl-title {
  font-size: 12px;
  font-weight: 400;
}

.timeline .tl-header .tl-titles {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.timeline .tl-header .tl-marker {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50% / 50%;
  background: rgb(7, 230, 22);
  left: -15px;
  top: 50%;
  transform: translate(50%, -50%);
}

.timeline .tl-header .tl-marker-gray {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50% / 50%;
  background: rgb(126, 131, 127);
  left: -15px;
  top: 50%;
  transform: translate(50%, -50%);
}

.timeline .tl-header .tl-marker-gray i {
  font-size: 11px;
  top: 2px;
  position: absolute;
  left: 2.5px;
}

.timeline .tl-header .tl-marker-red {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50% / 50%;
  background: rgb(245, 6, 6);
  left: -15px;
  top: 50%;
  transform: translate(50%, -50%);
}

.timeline .tl-header .tl-marker-red i {
  font-size: 11px;
  top: 2px;
  position: absolute;
  left: 4px;
  color: var(--white);
}

.timeline .tl-header .tl-markers {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50% / 50%;
  background: rgb(7, 230, 22);
  right: -0.9px;
  top: 50%;
  transform: translate(50%, -50%);
}

.timeline .tl-header .tl-markers-gray {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50% / 50%;
  background: rgb(126, 131, 127);
  right: -0.9px;
  top: 50%;
  transform: translate(50%, -50%);
}

.rotate360 {
  animation: rotate 2s linear infinite;
}

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

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(41 95 5 / 48%);
  pointer-events: none;
}

.left-circle {
  position: relative;
  top: 20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border: 1px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.left-circle label {
  font-weight: 700;
  margin-top: 10px;
  opacity: 0.8;
}

.grid-wrap-left {
  padding: 20px;
  border-left: 1px dashed;
  border-bottom: 1px dashed;
  border-bottom-left-radius: 20px;
}

.grid-wrap-left p {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.8;
}

.right-circle {
  position: relative;
  top: -20px;
  left: 96%;
  width: 40px;
  height: 40px;
  border: 1px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.right-circle label {
  font-weight: 700;
  margin-top: 10px;
  opacity: 0.8;
}

.grid-wrap-right {
  display: grid;
  padding: 20px;
  margin: -40px auto;
  grid-gap: 0;
  border-right: 1px dashed;
  border-bottom: 1px dashed;
  border-bottom-right-radius: 20px;
}

.grid-wrap-right p {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.8;
}

/* ckeditor5 CSS  */

.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_border"]
.ck.ck-balloon-panel.ck-balloon-panel_visible,
.ck.ck-balloon-panel.ck-powered-by-balloon {
  display: none !important;
}

.wordEditor .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable),
.wordEditor .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--bs-border-color) !important;
  border: 1px solid var(--bs-border-color) !important;
  box-shadow: none !important;
  min-height: 150px;
}

.wordEditor .ck.ck-button:active,
.wordEditor .ck.ck-button:focus,
.wordEditor a.ck.ck-button:active,
.wordEditor a.ck.ck-button:focus {
  border: 1px solid var(--bs-border-color) !important;
  box-shadow: none !important;
}

.wordEditor .ck.ck-list__item > .ck-button.ck-on {
  background: var(--sub-theme-color) !important;
}

.wordEditor .ck.ck-button.ck-on,
.wordEditor a.ck.ck-button.ck-on {
  color: #fff !important;
}

.wordEditor .ck.ck-button.ck-on,
.wordEditor a.ck.ck-button.ck-on {
  background: var(--sub-theme-color) !important;
}

.wordEditor .ck.ck-icon {
  font-size: 12px !important;
  height: 15px !important;
  width: 15px !important;
}

.wordEditor .ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break) {
  margin-right: 2px !important;
}

.wordEditor .ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break),
.wordEditor .ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}
