body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 30px;
  background: #f9f9f9;
  line-height: normal !important;
  width: 1920px;
}

.project-dashboard-item {
  width: 1820px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 22px 20px 16px 20px;
}
.card-left {
  width: 500px;
  box-sizing: border-box;
}
.vertical-divider {
  margin-left: 20px;
  margin-right: 20px;
  width: 1px;
  background-color: #e0e0e0;
}
.card-right {
  flex: 0;
  box-sizing: border-box;
  width:1250px;
}
.right-column {
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.dot-menu .dots {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
}
.dot {
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 50%;
}
.days-ago {
  font-size: 12px;
  color: #f06c00;
  padding-left: 15px;
}
.company-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.info-pair {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
  font-size: 14px;
}
.info-line {
  display: flex;
  align-items: flex-start;
}
.info-line i {
  margin-right: 10px;
  color: #333;
}
.location {
  font-size: 14px;
}
.location a {
  font-size: 10px;
  margin-left: 5px;
}
.card-progress-section {
  border-top: 1px solid #e0e0e0;
  padding: 9px 0px;
  margin-top: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.indicator-progress-wrapper {
  display: flex;
  align-items: center;
}
.indicator-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
  height: 45px;
  min-width: 160px;
}
.weeks-left-box {
  background-color: #fdcd78;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  flex: 1;
}
.weeks-left-number {
  font-size: 20px;
  font-weight: 900;
  margin-right: 8px;
}
.weeks-left-label {
  font-size: 9px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.weeks-progress-box {
  background-color: #e0dddd;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.progress-container {
  width: 300px;
}
.progress-bar-bg {
  width: 100%;
  height: 8px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  border: 1px solid #888;
}
.progress-bar-green {
  background-color: #a9db74;
  width: 63.6%;
}
.progress-bar-yellow {
  background-color: #fdcd78;
  width: 36.4%;
}
.date-line {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  margin-top: 8px;
}
.date-line i {
  margin-right: 10px;
}
.progress-gauge-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: -10px;
  width:1000px;
  margin-left: 100px;
}
.gauge-column {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.gauge-chart {
  width: 100%;
  height: 110px;
}
.bottom-bar-wrapper {
  padding-top: 20px;
}
.project-item-wrapper {
  /* border-top: 1px solid #e0e0e0; */
  /* border-bottom: 1px solid #e0e0e0; */
  display: flex;
  /* gap: 5px; */
  align-items: flex-start;
  padding-top:15px;
  /* width:1210px; */
}

.project-item-code {
  background-color: #eee;
  color:#333;
  font-weight: bold;
  font-size:15px;
  width:80px;
  height:34px;
  border-radius: 4px;
  line-height: 34px;
  padding-left:12px;
}
.bottom-bar-row {
  display: flex;
  width:190px;
  align-items: flex-start;
  gap: 3px;
  margin-right:14px;
  justify-content: space-between;
}

.bottom-left {
  width: 35px;
}

.bottom-center {
  width: 150px;
}

.bottom-phase {
  width: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #333;
}

.bottom-phase .label {
  font-size: 11px;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  background: #f2f2f2;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.bottom-bar {
  height: 8px;
  border-radius: 4px;
  background: #eee;
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}

.bottom-bar-fill {
  height: 100%;
  border-radius: 4px;
}

.bottom-info {
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 13px;
  color: #333;
}

.bottom-info i {
  font-size: 12px;
}

.bottom-info .label {
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 1px 4px;
  border-radius: 4px;
  background: #f2f2f2;
}

.status-text {
  font-size: 11px;
}

.bottom-right {
  width: 56px;
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}

.bottom-right .percent {
  font-weight: bold;
}

.bottom-right .target {
  color: #555;
  font-size: 10px;
}

.bottom-bar-marker {
  position: absolute;
  top: -2px;
  width: 2px;
  height: 12px;
  background: black;
}
.project-item-overall {
  font-size:28px;
  font-weight: 200;
}
.overall-progress-box {
  margin-top:8px;
  width: 130px;
  height: 92px;
  background: linear-gradient(to bottom, #00a651, #008c3f);
  color: white;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  margin-left:12px;
}
.overall-title {
  font-size: 9px;
  margin-bottom:3px;
}
.overall-percent {
  font-size: 30px;
  font-weight: bold;
}
.overall-separator {
  width: 80%;
  border-top: 1px solid white;
  margin: 6px 0px 10px 0px;
  opacity: 0.8;
}
.overall-target {
  font-size: 10px;
}


/* ------------ New --------------- */
.btn-light{
	border-color: #aaa !important;
}

.project-dashboard-item{
  box-sizing: content-box !important;
}

.btn-dark{
	--bs-btn-color: #fff;
    --bs-btn-bg: #404041;
	--bs-btn-border-color: #aaa;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: #333;
    --bs-btn-hover-bg: #333;
}

.btn-outline-primary{
	--bs-btn-color: #3480b4;
    --bs-btn-bg: #e6f2fc;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c8dbc;
	--bs-btn-active-bg: #3c8dbc;
}

.btn-outline-success{
	--bs-btn-color: #148d23;
    --bs-btn-bg: #e5fbe6;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00a65a;
    --bs-btn-active-bg: #00a65a;
}

.btn-outline-warning{
	--bs-btn-color: #f39c12;
    --bs-btn-bg: #ffefd8;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f39c12;
    --bs-btn-active-bg: #f39c12;
}

.btn-outline-danger{
	--bs-btn-color: #b74944;
    --bs-btn-bg: #fce7e6;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dd4b39;
    --bs-btn-active-bg: #dd4b39;
}

.btn-outline-dark{
	--bs-btn-color: #404041;
    --bs-btn-bg: #fff;
	--bs-btn-border-color: #aaa;
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #404041;
	--bs-btn-hover-border-color: #404041;
    --bs-btn-active-bg: #404041;
}

/*.header, 
.summary{
	width: 1740px;
}

.progress-table,
.div-content{
	width: 1740px;
}*/

.progress-table table th,
.progress-table table td{
	font-size: 11px;
	border: 1px solid black;
	padding: 5px 2px;
}

.progress-table table .td-info{
	background-color: #fdcd78;
}

/* Samakan tinggi, border, padding, dan radius */
.select2-container--default .select2-selection--single {
    height: calc(2.375rem + 2px);
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Rata kiri teks yang dipilih */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
    text-align: left;
    width: 100%;
}

/* Samakan tinggi dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 10px;
}

textarea:read-only,
textarea:read-only:focus,
input:read-only,
input:read-only:focus{
  background-color: #f0f0f0;
  color: #666;
  border: 1px solid #ccc;
}

.select2 .is-invalid{
	border: 1px solid #dc3545 !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder{
	color: #999 !important;
}
