input::placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input:-ms-input-placeholder {
  font-size: 13px;
}

.primary-color,
.k-calendar .k-calendar-view table tbody tr td.k-today,
.k-calendar .k-calendar-header .k-calendar-nav .k-calendar-nav-today {
  color: #1274ac;
}

.columns-drawer {
  position: fixed;
  top: 64px;
  right: -100%;
  width: 356px;
  max-width: 100%;
  height: calc(100vh - 64px);
  box-shadow: -10px 4px 50px rgba(0, 0, 0, 0.06);
  z-index: 91000;
  transition: right 0.3s ease-in-out;
}

.columns-drawer.show {
  right: 0;
}

.columns-drawer .columns-drawer-content {
  height: calc(100vh - 184px);
  overflow-y: auto;
  min-height: 200px;
}

.columns-drawer .k-checkbox.k-rounded-md {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.checkbox-label-font-15 .k-checkbox-label {
  font-size: 15px;
}

.color-primary.checkbox-label-font-15.mb-2 .k-checkbox-label + .ps-3 {
  margin-top: 8px;
}

.k-checkbox-label:empty {
  display: none !important;
}

.project-dashboard-container {
  min-height: 100vh;
  padding: 65px 0 0;
}

.project-dashboard-container .dashboard-header {
  border-bottom: 1px solid #ced4da;
  padding: 0 15px;
}

.project-dashboard-container .dashboard-header .k-select-md,
.project-dashboard-container .dashboard-header .k-input-md,
.project-dashboard-container .dashboard-header .k-picker-md {
  min-height: 32px;
}

.k-grid .k-master-row .k-grid-content-sticky {
  border-bottom: 1px solid rgb(0, 0, 0 / 10%) !important;
  transform: translateZ(0);
  will-change: transform;
  isolation: isolate;
}

.label-with-dropdown-wrap {
  width: 260px;
  max-height: 32px;
  position: relative;
}
.label-with-dropdown-wrap .dropdown-append-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  border-radius: 6px 0 0 4px;
  padding: 6px 0 5px 10px;
  z-index: 1;
  margin-bottom: 0;
}
.pl-45 {
  padding-left: 45px !important;
}

.label-with-dropdown-wrap .k-dropdownlist.k-picker {
  width: 100%;
  max-width: 260px;
  padding-left: 77px;
}

.dashboard-header .k-picker-solid,
.label-with-dropdown-wrap .k-picker-solid {
  color: #212529 !important;
  background-color: #e4e7eb !important;
}

.label-with-dropdown-wrap .k-dropdownlist {
  min-height: 32px;
  font-size: 14px;
  border: 1px solid #ced2da;
  border-radius: 4px;
}

.popup-height .k-list-content {
  max-height: 387px !important;
}

.dashboard-header .k-picker-solid:hover,
.dashboard-header .k-picker-solid.k-hover,
.dashboard-header .k-picker-solid.k-focus,
.label-with-dropdown-wrap:hover .k-picker-solid,
.label-with-dropdown-wrap:hover .dropdown-append-label {
  border-color: #bfc6d0 !important;
  background-color: #c7cdd5 !important;
}

.label-with-dropdown-wrap.type-dropdown {
  width: 176px;
}

.label-with-dropdown-wrap.type-dropdown .k-dropdownlist.k-picker {
  max-width: 176px;
  padding-left: 36px;
}

.label-with-dropdown-wrap.type-dropdown
  .k-dropdownlist.k-picker
  .k-input-inner {
  padding-inline-end: 0;
}

.label-with-dropdown-wrap.type-dropdown
  .dropdown-append-label[disabled="true"] {
  color: rgba(33, 37, 41, 0.6);
}

.label-with-dropdown-wrap.type-dropdown-filter .dropdown-append-label {
  border-color: #bfc6d0;
  background-color: rgba(199, 205, 213, 0);
}

.label-with-dropdown-wrap.type-dropdown-filter.active .dropdown-append-label,
.label-with-dropdown-wrap.type-dropdown-filter:hover .dropdown-append-label {
  border-color: #bfc6d0;
  background-color: rgba(199, 205, 213, 0);
}

.dashboard-header .k-button-solid-base:hover,
.dashboard-header .k-button-solid-base.k-hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 1430px) {
  .dashboard-header > .flex {
    width: 100%;
    justify-content: center;
  }
}

.k-list-item:hover,
.k-list-optionlabel:hover,
.k-list-item.k-hover,
.k-hover.k-list-optionlabel {
  color: #212529;
  background-color: #e9ecef;
}

.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
  color: #212529;
  background-color: #e9ecef !important;
}

.k-list-md .k-list-item,
.k-list-md .k-list-optionlabel {
  padding: 8px 14px !important;
  font-size: 15px;
}

.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover,
.k-list-item.k-selected.k-hover,
.k-selected.k-hover.k-list-optionlabel {
  color: #212529;
}

.label-with-dropdown-wrap.type-dropdown
  .k-dropdownlist.k-picker
  .k-input-inner {
  padding-inline-end: 0;
}

.label-with-dropdown-wrap.type-dropdown
  .dropdown-append-label[disabled="true"] {
  color: rgba(33, 37, 41, 0.6);
}

.label-with-dropdown-wrap.type-dropdown-filter .dropdown-append-label {
  border-color: #bfc6d0;
  background-color: rgba(199, 205, 213, 0);
}

.label-with-dropdown-wrap.type-dropdown-filter.active .dropdown-append-label,
.label-with-dropdown-wrap.type-dropdown-filter:hover .dropdown-append-label {
  border-color: #bfc6d0;
  background-color: rgba(199, 205, 213, 0);
}

.radio-container {
  display: block;
  font-size: 12px;
  /* cursor: pointer; */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-inline-start: 18px;
  margin-bottom: 0;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .radiomark {
  background-color: #fff;
  border-color: #1274ac;
}

.radio-container input:checked ~ .radiomark:after {
  display: block;
  background-color: #1274ac;
}

.radio-container .radiomark:after {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.radio-container.inline-radio {
  margin-bottom: 0;
}

.radio-container.inline-radio .radiomark {
  top: 0;
}

.radiomark {
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #6c757d;
  border-radius: 100%;
}

.radiomark:after {
  content: "";
  overflow: hidden;
  position: absolute;
}

.k-button.color-border-black {
  border-color: #212529;
  color: #212529;
  padding: 4px 13px;
}

.k-button.color-border-black:hover {
  background: #212529;
  color: #fff;
}

.color-gray-600 {
  color: #6c757d;
}
.gray-color-700 {
  color: #495057;
}
.line-h-1_2 {
  line-height: 1.2;
}
.line-h-1_4 {
  line-height: 1.4;
}

.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-15,
.view-btn-rounded-full.view-map-btn {
  font-size: 15px;
}

.font-16,
.k-calendar .k-calendar-header .k-calendar-nav .k-calendar-nav-today {
  font-size: 16px;
}

.base-color,
.k-calendar .k-calendar-header .k-calendar-title {
  color: #212529;
}

/* Start Dasbboard Table */
.k-grid .k-table .k-grid-header-sticky:not([style*="display: none"]) + td,
.k-grid
  .k-table
  .k-grid-header-sticky:not([style*="display: none"])
  + .k-table-td,
.k-grid
  .k-table
  .k-grid-header-sticky:not([style*="display: none"])
  + .k-table-th,
.k-grid .k-table .k-grid-content-sticky:not([style*="display: none"]) + td,
.k-grid
  .k-table
  .k-grid-content-sticky:not([style*="display: none"])
  + .k-table-td,
.k-grid
  .k-table
  .k-grid-content-sticky:not([style*="display: none"])
  + .k-table-th,
.k-grid .k-table .k-grid-footer-sticky:not([style*="display: none"]) + td,
.k-grid
  .k-table
  .k-grid-footer-sticky:not([style*="display: none"])
  + .k-table-td,
.k-grid
  .k-table
  .k-grid-footer-sticky:not([style*="display: none"])
  + .k-table-th {
  border-inline-start-width: 0 !important;
}

.dashboard-table-area .k-grid td {
  font-size: 14px;
  color: #212529;
  padding: 4px 8px !important;
  text-align: center;
  cursor: default;
}

.search-box {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-name-shorting {
  cursor: default;
  min-width: 71px;
  padding-right: 8px;
}
.company-name-shorting span {
  font-size: 13px;
}
.company-name-shorting .k-button .k-icon {
  position: relative;
  left: 1px;
}
.company-name-width {
  margin-right: 13px;
}
.search-box .k-input {
  margin-bottom: 0;
}
.search-box .k-input {
  width: 100%;
  max-width: 192px;
  height: 38px;
  min-height: 38px;
  font-size: 16px;
  border: 1px solid #ced4da;
  margin: 0;
  border-radius: 4px;
}
.search-box .k-input .k-input-inner {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #525c76;
}
.search-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
.search-box .close-icon {
  position: absolute;
  z-index: 999;
  right: 2px;
  background: #fff;
  height: 34px;
  width: 23px;
  cursor: pointer;
  padding-top: 6px;
}
.company-name-shorting .k-icon.shorter-icon {
  width: 10px;
}

.dashboard-table-area .search-box .k-button {
  padding: 0;
  margin-left: 4px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th {
  padding: 0;
}

.dashboard-table-area .k-grid .k-table .k-grid-header-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-content-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-footer-sticky {
  border-inline-end-color: #dee2e6;
}
.dashboard-table-area .k-grid .k-grid-header .k-table-th {
  vertical-align: middle;
}
.dashboard-table-area .k-grid-header .k-grid-header-sticky {
  box-sizing: border-box !important;
  cursor: auto !important;
}

.dashboard-table-area .dashboard-grid.k-grid .k-grid-container {
  height: calc(100vh - 247px);
}

.dashboard-table-area .k-grid .k-column-title {
  font-size: 15px;
  color: #495057;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
}

.dashboard-table-area .text-left {
  text-align: left !important;
}

.dashboard-table-area .text-right {
  text-align: right !important;
}

.dashboard-table-area .k-grid-header .k-grid-header-sticky .\!k-cursor-default {
  cursor: auto !important;
  width: 100%;
  display: block;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter {
  width: 100%;
  justify-content: center;
}

.dashboard-table-area .k-grid .header-filter {
  display: flex;
  align-items: center;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .sort-filter
  > span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  font-size: 13px;
  /* font-weight: 500; */
  padding: 5px;
  position: relative;
}

.dashboard-grid table thead tr:first-child th {
  background-color: #fff !important;
}
.dashboard-table-area .k-grid tbody tr:last-child td {
  border-bottom-width: 1px !important;
}

.dashboard-table-area .k-grid-header,
.dashboard-table-area .k-grid-header-table .k-grid-header tr:last-child th {
  background-color: #f8f9fa !important;
}

.dashboard-table-area .k-grid .k-table .k-grid-header-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-content-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-footer-sticky {
  border-inline-end-color: #dee2e6;
}

.dashboard-table-area .k-grid-table tbody.k-table-tbody tr td {
  border-left: 0;
}
.dashboard-table-area .k-grid .k-table .k-grid-header-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-content-sticky,
.dashboard-table-area .k-grid .k-table .k-grid-footer-sticky {
  border-inline-end-width: 1px !important;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span
  span.k-icon,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .sort-filter
  > span
  span.k-icon {
  position: static;
  /* margin-left: -9px; */
  margin-left: -16px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .sort-filter {
  width: 100%;
  display: flex;
  justify-content: center;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .sort-filter.double-line {
  white-space: normal;
  padding-inline: 0;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .sort-filter.double-line.release_date
  > span {
  width: 70px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.stateProvince {
  width: 94px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line {
  width: 90px;
  white-space: normal;
  padding-inline: 0;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.gold_price_oz,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.mining_method,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.mine_life_yrs {
  width: 80px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.prePost_tax,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.payback_yrs,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.aISC_uSlb,
.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.aISC_oz {
  width: 60px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .k-cell-inner
  .k-link
  .k-column-title
  .header-filter
  > span.double-line.nPV_m {
  width: 50px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th.class_normal
  .k-cell-inner
  .k-column-title {
  padding: 0 11px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th:hover {
  background: #eee !important;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .header-filter
  button {
  position: absolute;
  right: 0;
  max-width: 25px;
  margin: 0 5px;
  box-shadow: none !important;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .header-filter
  button:not(.filter-apply) {
  max-width: 25px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .header-filter
  .search-apply {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0.25rem !important;
  margin: 0 5px !important;
  width: 25px !important;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th:hover
  .header-filter
  button {
  opacity: 1;
  visibility: visible;
  padding: 0.25rem;
  margin: 0 5px;
  width: 25px;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .t-header-search-btn-wrap
  button {
  margin-left: 5px;
  transition: all 0.3s ease 0s;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .t-header-search-btn-wrap
  button:not(.search-apply) {
  opacity: 0;
  visibility: hidden;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th:hover
  .t-header-search-btn-wrap
  button {
  opacity: 1;
  visibility: visible;
}

.dashboard-table-area
  .k-grid-header-wrap
  .k-grid-header-table
  .k-table-thead
  tr.k-table-row:last-child
  th
  .header-filter
  button
  .k-icon {
  position: relative;
  left: 2px;
}

.k-button-solid-base {
  background: #e3e8f2;
  border-color: #e4e7eb;
  font-size: 16px;
  border-radius: 4px;
}

.k-button-solid-base:hover,
.k-button-solid-base.k-hover {
  border-color: #c7cdd5;
  background-color: #ced3db;
}

.k-button-solid-base.hvr-no-effect:hover {
  background: #e3e8f2;
  border-color: #e4e7eb;
}

/* End Dasbboard Table */
.dashboard-table-area .grabbing td {
  cursor: grab;
}

.dashboard-table-area .grabbing td.k-table-td {
  cursor: grab;
}

.dashboard-table-area .grabbing td.k-table-td.k-grid-content-sticky {
  cursor: pointer;
}

.dashboard-table-area .grabbed td {
  cursor: grabbing;
}

.dashboard-table-area .grabbed td.k-table-td {
  cursor: grabbing;
}

.dashboard-table-area .grabbed td.k-table-td.k-grid-content-sticky {
  cursor: pointer;
}

/* Start Filter popup */
.k-animation-container {
  border-radius: 0 0 0.375rem 0.375rem;
}
.k-popup {
  border-color: #dee2e6;
  color: #212529;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) !important;
}

.filter-popup.k-popup {
  border-radius: 0 0 3px 3px;
  min-width: 220px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.03))
    drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.04));
  border: 1px solid #dee0e6;
}
.filter-popup.search-t-head-box {
  box-shadow: 0 0 0 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.filter-box {
  padding: 12px 16px;
  max-height: 337px;
  overflow: hidden;
  overflow-y: auto;
}
.filter-box .filter-content .filter-item {
  margin: 0 12px 0 0;
  max-width: 80px;
}
.filter-box .filter-content .filter-item label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #525c76;
  display: block;
  margin-bottom: 8px;
}

.filter-box .filter-content .filter-item .k-input {
  margin-bottom: 0;
}
.filter-box .filter-content .filter-item .k-input .k-input-inner {
  font-size: 14px;
}

.filter-box .filter-content .filter-item .k-input {
  min-height: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  font-size: 16px;
}
.filter-box .k-input-md .k-input-icon {
  order: 2;
}

.k-button-lg.k-icon-button {
  padding: 6px;
}
.k-button-lg.k-icon-button .k-button-icon {
  min-width: calc(1rem * 1.5);
  min-height: calc(1rem * 1.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.k-button.transparent:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.k-button.transparent {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.k-list-filter {
  padding: 0 !important;
}
.k-list-filter .k-input {
  min-height: 38px;
}
.k-list-filter .k-input {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  margin-bottom: 0;
}

.k-list-filter .k-input-md .k-input-icon {
  order: 2;
}
/* End Filter popup */

.filter-popup.top-bar-search-popup {
  padding: 7px 0;
  min-width: 253px;
  max-width: 253px;
  border: 0;
  margin-left: 1px;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.search-box.search-table-box-wrap {
  margin: 0;
}

.search-box.search-table-box-wrap .k-input {
  max-width: 100%;
}
.search-box .k-input .k-input-inner {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #525c76;
}
.search-box.search-table-box-wrap .k-input .k-input-inner {
  padding-right: 27px;
}

.search-box.search-table-box-wrap .close-icon-t-head-s-box {
  cursor: pointer;
  position: absolute;
  right: 2px;
  height: 34px;
  background: #fff;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  top: 1px;
  border-radius: 0 4px 4px 0;
}

.filter-box .filter-item-wrap.width-16-p-16 {
  margin: 0 -16px;
  padding-right: 16px;
  padding-left: 16px;
}
.filter-box .filter-item-wrap {
  padding-top: 0;
  max-height: 268px;
  overflow: hidden;
  overflow-y: auto;
}
.filter-box .filter-footer.f-wrap {
  padding: 7px 0 0;
}

.filter-box .filter-footer {
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-box .filter-item-wrap .k-input {
  min-height: 38px;
}

.filter-box .filter-item-wrap .filter-checkbox-wrap {
  padding: 3px 15px;
}
.filter-box .filter-item-wrap .filter-checkbox-wrap.px-1 {
  padding-inline: 4px;
}
.filter-checkbox-wrap .filter-checkbox {
  padding: 4px 0;
}
.text-decoration-underline {
  text-decoration: underline !important;
}

.border-bottom-1-gray {
  border-bottom: 1px solid #e4e7eb;
}
.border-top-1-gray {
  border-top: 1px solid #e4e7eb;
}

.dashboard-table-area .k-grid .k-alt {
  background-color: #fff !important;
}

.dashboard-table-area .k-grid tr td {
  border-bottom: 1px solid;
}

.k-grid .k-table-alt-row {
  background-color: rgba(0, 0, 0, 0.04);
}

.dashboard-table-area .k-master-row.k-table-alt-row .k-grid-content-sticky,
.dashboard-table-area .k-master-row.k-table-alt-row .k-grid-row-sticky {
  background-color: #fff !important;
}

.dashboard-table-area .k-master-row:hover .k-grid-content-sticky,
.dashboard-table-area .k-master-row.k-hover .k-grid-content-sticky,
.dashboard-table-area .k-master-row:hover .k-grid-row-sticky,
.dashboard-table-area .k-master-row.k-hover .k-grid-row-sticky {
  background-color: #ebebeb;
}

.k-grid .k-master-row.k-table-row:hover .k-grid-content-sticky,
.k-grid .k-master-row.k-table-row:hover .k-grid-row-sticky,
.k-grid .k-master-row.k-table-row:hover.k-grid-row-sticky > .k-table-td,
.k-grid .k-master-row.k-table-row.k-hover .k-grid-content-sticky,
.k-grid .k-master-row.k-table-row.k-hover .k-grid-row-sticky,
.k-grid .k-master-row.k-table-row.k-hover.k-grid-row-sticky > .k-table-td {
  background-color: #fff !important;
}

.k-grid tbody > tr:not(.k-detail-row):hover,
.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
  /* background-color: rgba(0, 0, 0, 0.08) !important; */
  background-color: transparent !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.company-project-select li {
  border: none;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
}
.company-project-select li:hover,
.company-project-select li.selected {
  background-color: #e9ecef;
}

.dialog-wrapper .k-dialog {
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
}

.dialog-wrapper .k-dialog-titlebar {
  border-color: rgba(222, 226, 230, 1);
  color: #000;
  background-color: #fff;
  padding: 29px 16px 18px;
  border-radius: 8px 8px 0 0;
}

.dialog-wrapper .k-dialog-titlebar .k-window-title {
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.dialog-wrapper .k-window-titlebar-actions .k-button-md.k-icon-button {
  padding: 0;
  position: absolute;
  top: 14px;
  right: 21px;
}

.dialog-footer {
  justify-content: center;
  background-color: #fff;
  padding-block: 30px;
  margin: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px -1px 0px 0px #dee2e6;
}
.dialog-footer > * {
  flex: none;
}

.dialog-wrapper .k-prompt-container,
.dialog-wrapper .k-window-content {
  padding: 20px;
  max-height: 415px;
}

.columns-drawer .dialog-wrapper .k-checkbox.k-rounded-md {
  position: relative;
  top: -2px;
}
