.body{
	background-color: #ffffff;
	
}
.homebody{
	background-image: url("/images/app-background-2.png");
	background-size: cover;
	background-border: solid;
	background-position: center ;
	background-color:#d6b656;
	background-repeat: no-repeat;
	
}

.login-page,.login-container {
  background: 
transparent !important;
  box-shadow: none !important; /* Optional: remove shadow */
  border: none !important;     /* Optional: remove border */
}


.login{
	background-color: #d6b656;
	height: 200%;
    width: 40%;
    border-radius: 25px;
    padding: 25px;
    border: 10%;
    opacity: 0.7;
	
}
.motto{
	font-family: Brush Script MT;
	color: #d6b656;
	position: absolute;
	
}

.username {
	position: relative;
	
}

.username i{
	position: relative;
	
	
}

.password {
	position: relative;
}

.password i{
	position: relative;
	
}

.one{
	position: relative;
	width: 50%;
	left: 50%;
	top: 40%;
}
.newtenant{
	background-color: #ffffff;
	height: 200%;
    width: 40%;
    border-radius: 25px;
    padding: 25px;
    opacity: 0.6;
}


.employbar{
	Background-color: white;
	padding: 30px;
	position: absolute;
	width: 100%;
	top: 60%;
}



.decorline1{
	background-color: #d6b656;
	width:100%;
	height:200px;
	position: relative;
	
	
}
.decorline2{
	background-color: lightgrey;
	width:200px;
	height: 800px;
	position: relative;
	
	
}

/* tenant home page */
#stats{
	
background-color: #ffffff;
padding: 50px;
position: absolute;
Width: 400px;
alignment: center;
left: 35%;
top:15%;
opacity:0.9;
border: solid 5px;
}


.dash{
	Background-color: white;
	padding: 10px;
	font-family: San Serif;
	text-align: center;
	font-size: 30px;
	border: solid 5px;
	width: 45%;
	position: absolute;
	left: 27%;
	top:65%;
	opacity:0.9;
	
}
.comments{
	Background-color:#d6b656;
	padding: 15px;
	font-family: San Serif;
	text-align: center;
	font-size: 100%;
	border: solid 5px ;
	width: 45%;
	height:35%;
	position: absolute;
	left: 27%;
	top: 110%;
	opacity:0.8;
 	
}

.payhistory{
	padding: 15px;
	background-color: #ffffff;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 75%;
	opacity:0.8;
}

.payform{
	padding: 15px;
	background-color: #ffffff;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 75%;
	opacity:0.8;
}

/* Employee Home css*/
.profile{
	Background-color: white;
	padding: 20px;
	font-family: San Serif;
	text-align: center;
	border: solid;
	width: 25%;
	position: absolute;
	top:70%;
	left: 5%;
}

#emstats{
	
background-color: #ffffff;
padding: 50px;
position: absolute;
Width: 25%;
alignment: center;
left: 5%;
top:10%;
opacity:0.9;
border: solid 5px;
}


.emdash{
	Background-color: white;
	padding: 10px;
	font-family: San Serif;
	text-align: center;
	font-size: 30px;
	border: solid 5px;
	width: 45%;
	position: absolute;
	left: 40%;
	top:10%;
	opacity:0.9;
}

.subdash{
	
	position:absolute;
	top: 75%;
	left: 55%;
}
.feedback{
	Background-color: #d6b656;
	font-family: San Serif;
	color: white;
	border: solid;
	width: 25%;
	height:30%;
	position: absolute;
	left: 5%;
	top: 90%;
	opacity: 0.9;
}

.feedback-separation{
	border: 1px solid;
	
}

.footer{
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  background-color: 
	lightgrey;
	  text-align: center;
	  border: none;
	  padding: 0;
	  color: 
	black;
	}
}





}

/* payment form */


.payment-body {
  font-family: Arial;
  font-size: 17px;
  padding: 8px;
}

* {
  box-sizing: border-box;
}



.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}


//tenant pay history template//


.payment-history-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.payment-history-table th {
    white-space: nowrap;
    font-size: 0.95rem;
}

.payment-history-table td {
    font-size: 0.95rem;
    vertical-align: middle;
}

.notes-cell {
    min-width: 180px;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .payment-history-card {
        padding: 0.85rem;
        border-radius: 0.85rem;
    }

    .payment-history-table th,
    .payment-history-table td {
        font-size: 0.85rem;
        padding: 0.65rem 0.5rem;
    }

    .notes-cell {
        min-width: 160px;
    }

    h2 {
        font-size: 1.35rem;
    }
}

//tenant pay histor
.payment-sort-bar {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.9rem;
    padding: 0.9rem;
}

.payment-history-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.payment-history-table th {
    white-space: nowrap;
    font-size: 0.95rem;
}

.payment-history-table td {
    font-size: 0.95rem;
    vertical-align: middle;
}

.notes-cell {
    min-width: 180px;
    white-space: normal;
    word-break: break-word;
}

.payment-mobile-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.9rem;
    padding: 0.95rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.payment-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.payment-value {
    font-size: 0.95rem;
    color: #212529;
    text-align: right;
    margin-left: 1rem;
}

.payment-notes {
    font-size: 0.92rem;
    color: #495057;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .payment-history-card {
        padding: 0.85rem;
        border-radius: 0.85rem;
    }

    .payment-sort-bar {
        padding: 0.8rem;
    }

    h2 {
        font-size: 1.35rem;
    }
}

//tenant pay history template css end//