.displayNone {
  display: none !important;
}

.leftPadding {
  padding-left: 50%;
}

.subtitleColor{
  color: #c81818;
}

.sectionColor{
  color: #C84D18;
}

.unitLabel{
    position: relative;
    top: 33px;
	right: 44px;
}

.corridorUnitLabel{
	position: relative;
    top: 8px;
    right: 44px;
}

.center {
    display: flex;
    justify-content: center;
}

.ageSpacing{
    position: relative;
	right: 44px;
}

.starColor{
  color: #C84D18;
}

.bhuLabel{
    position: relative;
    bottom: 10px;
	  /*right: 44px;*/
}

.bhuUnitLabel{
	position: relative;
    top: 7px;
    left: 35px;
}

.bhuUnitShift{
  position: relative;
  left: 36px;
}

.bhuAreaShift{
  position: relative;
  left: 80px;
}

.period {
  margin-bottom: 12px;
  padding: 10px;
  /* border-left: 3px solid #a9d5de; */
}

.period-header {
  margin-bottom: 5px;
  /* color: #2c3e50; */
}

.calculation {
  padding-left: 15px;
}

.suppNote{
  color: #c81818;
  	position: relative;
    bottom: 15px;
    /* font-size: 0.7em; */
}

/* Fee Table Styles */
.fee-table {
  width: 100%;
  border: 1px solid rgb(8, 8, 8);
  margin: 16px 0;
}

.fee-table th, 
.fee-table td {
  border: 1px solid rgb(8, 8, 8);
  padding: 8px;
  text-align: left;
}

.fee-table th {
  /*background-color: #f2f2f2;*/ 
  font-weight: bold;
}

/* Application info styling */
.application-info {
  color: #0665f9; /* Blue color */
  padding-left: 20px;
  margin: 8px 0;
}

/* Red column styling */
.red-column {
  color: #d32f2f; /* Red color */
  font-weight: bold;
}

/* Blue column styling */
.blue-column {
  color: #0665f9; /* Blue color */
  font-weight: bold;
}

/* Dim Text Label*/
.dimLabel {
  color: #9CA3AF;
}

.textReadonly {
    /* color: #9ca3af77; */
    /* cursor: not-allowed;
    pointer-events: none; */
    opacity: 0.8;
}

.customAddressTitle{
    position: relative;
    top: 15px;
    /* font-size: 0.7em; */
}

.floorLabel{
    position: relative;
    top: 8px;
	  right: 44px;
}

.customAddressLabelWidth{
    position: relative;
    width: 110px;
    /* font-size: 0.7em; */
}

.nostyle {
  list-style-type: none;
}
