/*
@import url("../../../icons/brand.css");
*/

:root {
    --q-primary: #18293D !important;
    --q-secondary: linear-gradient(135deg, #18293D, #234B42) !important;
    --q-accent: #FFF997 !important;
    --q-positive: #21ba45 !important;
    --q-negative: #c10015 !important;
    --q-info:  rgba(0, 123, 255, 0.15) !important;
    --q-warning: #f2c037 !important;
    --q-dark: #1d1d1d !important;
    --q-dark-page: #121212 !important;

}

.head-title span {
    display: none;
}

.head-title:after {
    content: 'KUKUH';
}

.head-subtitle span {
    display: none;
}

.head-subtitle:after {
    content: 'Sistem Informasi Pengukuhan Kawasan Hutan';
}
.head-table{
    radius: 20px;
    background-color: #0F4C41;
    color: white;
    
}

.custom-white-checkbox .q-checkbox__inner--falsy {
  border-color: white !important;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.pointer-cursor {
  padding: 10px;
  margin: 10px;
  
}
/* tr::after {
  content: '';
  display: block;
  height: 90px;
} */

.label-positive {
  font-size: small;
  font-weight: normal;
  background-color: #E6FAF2;
  color: #21ba45 !important;
  border: #21ba45 1px solid !important;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  justify-content: center;       
  align-items: center;   
  padding: 4px 2px !important;
  line-height: 1.2;
}
.label-negatif {
  font-size: small;
  font-weight: normal;
  background-color: #FCCDCD;
  color: #FF0000 !important;
  border: #FF0000 1px solid !important;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  justify-content: center;       
  align-items: center;   
  padding: 4px 2px !important;
  line-height: 1.2;
}
.label-proses {
  font-size: small;
  font-weight: normal;
  background-color: #FBF7B4;
  color: #79582F !important;
  border: #79582F 1px solid !important;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  justify-content: center;       
  align-items: center;   
  padding: 4px 2px !important;
  line-height: 1.2;
}
.my-card {
    border-radius: 20px; 
    text-align: start;
    align-items: start;
    font-size: 12px;
    align-content: start;
}
.outline-btn {
  color: var(--q-primary);
  background-color: white;
  border-radius: 15px;
  border: 1px solid var(--q-primary);
}
.tbody-custom{
   padding: 5px; 
   border-radius: 
   15px;
   margin-bottom: 10px;
   margin-top: 10px;    
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); align-items: center;
}
.thead-custom{
    border-radius: 15px;
    background-color: #234B42; 
    color: white; 
    padding: 15px; 
}
.outlined-expand{
    border: 1px solid rgb(240, 240, 240);
    padding: 5px 8px;
    border-radius: 10px;
}
.view-data{
    padding: 12px;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.map-container {
  position: relative;
  height: calc(80vh - 64px);
  width: 100%;

  overflow: hidden !important;
}
.card-dialog{
  border-radius: 20px; 
  min-width: 90vw;  
  overflow: hidden;
}
.linear-gradient-bg {
  background: linear-gradient(120deg, #18293D, #234B42, #A2AB82);
}
.pointer-cursor:hover {
  cursor: pointer;
  background-color: var(--q-primary);
  color: white;
  transition: background-color 0.7s ease;
}