.k-grid tr td {
  border-bottom: 1px solid #dadee5;
  /* background-color: white; */
  white-space: wrap;
}

/* .k-grid-content tr {
  background-color:white;
}

.k-grid-content .k-alt {
  background-color:white;
} */

.k-grid  .k-grid-header  .k-header {
  white-space: normal;
}

/* .k-grid .k-grid-header .k-header {
  white-space: normal !important;
  word-wrap: break-word;
  text-align: center; /* Optional, if you want the text to be centered */
} */

/* .k-grid  .k-grid-header  .k-header  .k-link {
  height: auto;
}


.k-grid  .k-grid-header  .k-header {
  white-space: normal;
} */



div.k-grid td{
  line-height: 18px;
}

/* .k-loading-image{
  background-image:url('http://i.forbesimg.com/assets/img/loading_spinners/43px_on_transparent.gif')
} */

/* .k-grid-header {
    background-color: #dadee5;
    color: #fff !important;
  }

.k-toolbar {
  background-color: #dadee5 !important;
  color: #fff;
} */

.k-dialog.k-alert .k-dialog-titlebar {
  background-color: #333;
  color: #eee;      
}
.k-alert {
  max-width: 30%; 
}

.k-grid tbody tr td {
  vertical-align: top
}

.colorcolumn {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.k-tooltip .btnAksi{
  background: white !important;
}

#lvdata {
  height: 550px;
  overflow-y: auto;
}

.product-photo {
  box-shadow: inset 0 0 30px rgba(0,0,0,.3);
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.product-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  padding-left: 3px;
}

.customer-photo {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

#mappaketpekerjaan { height: 630px; }

.k-grid .k-grid-search {
  margin-left: auto;
  margin-right: 0;
}

.cellmerah {
  color: red;
}

#modalDetailBidang{
  width: "1024px;"
}

.k-grid .k-grid-header th, .k-grid .k-grid-header th > .k-link{
  font-weight: bold;
  color: black;
}

.k-grid .k-grid-header .k-header{
  /* background-color: #FFDDD2; */
  /* background-color: #EDEDED; */
  background-color: #EEEEEE;
}

:root {
  --horizontal-margin: 25%;
}
.center-things {
  display: flex;
  flex-direction: column;
  margin-left: var(--horizontal-margin);
  margin-right: var(--horizontal-margin);
  margin-top: 2em;
  padding: 2em;
  box-shadow: 0 0 0 1px rgba(130, 120, 120, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  :root {
    --horizontal-margin: 0;
  }
  .center-things:first-child {
    margin-top: 0;
  }
}
.profile {
  display: flex;
  flex-direction: row;
}
.profile-data {
  display: flex;
  flex-direction: column;
  width: 120px;
  padding: 0 0 10px 10px;
}
.profile-data .shimmer-line:first-child {
  margin-top: 15px;
}




#orgchart-wrapper {
  overflow-x: auto;
}

/* #rpjmdorgchart {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: auto;
}


.k-org-chart {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

#rpjmdorgchart {
  width: 100%;
  height: 100vh;
  background: #f7f9fc;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


.k-orgchart .k-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.k-orgchart .k-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  border-color: #007bff;
}


.k-orgchart .k-card h5 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-family: 'Roboto', Arial, sans-serif;
}

.k-orgchart .k-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
}


.k-orgchart .k-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  object-fit: cover;
}


.k-orgchart .k-orgchart-lines {
  border-color: #ddd;
}


/* @media screen and (max-width: 768px) {
  .k-orgchart .k-card {
      padding: 5px;
  }
  .k-orgchart .k-card h5 {
      font-size: 14px;
  }
  .k-orgchart .k-card img {
      width: 40px;
      height: 40px;
  }
} */

.visi-node {
  background: #007bff;
  color: white;
}
.misi-node {
  background: #17a2b8;
  color: white;
}

.tujuan-node {
  background: #6c757d;
  color: white;
}