body {
    font-size: 1.1em;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Georgia', serif;
    background-color: rgba(72, 84, 96,.1);
    color: #f0f0f0;
    margin: 0;
    padding: 0;
}
.header-tag {
    padding: 12px; color: rgba(44, 62, 80,.6); font-style:italic;
}
.wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box {
    border-radius: 5px;
    width: 360px;
    height: auto;
    background: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    padding: 70px 30px;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
}
.login-box2 {
    border-radius: 5px;
    width: 360px;
    height: auto;
    background: rgba(25, 42, 86,1.0);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 70px 30px;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
}
#loginLabel {
    color:#fff;
}
.form-box {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color:#000;
}
#btnLogin {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
}
#popupAlert{
    width: 100%; height:auto; 
    margin-bottom:5px;
    display: none;
    padding:15px; 
    font-size: 16px;
    border-radius: 5px;
    background-color:rgba(192, 57, 43,1.0);
    color:white;
}
.navigation-bar {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: rgba(39, 60, 117,1.0);
    color: #fff;
}
.top-bars-card{
    border-bottom: 2px solid rgba(220, 221, 225,.4); margin-top:15px;
}
#link-decor-white {
    text-decoration: none;
    color: #fff;
}
#link-decor-black {
    text-decoration: none;
    color: #000;
}

#session-container {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    margin: 20px auto;
}
#property-image {
height: 250px;
}
#panel-plane {
    width: 100%;
    height: auto;
    padding: 16px;
    text-align: right;
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
}
#product-box{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#popupnav{
    width: 200px; height:auto; 
    margin-bottom:5px; 
    padding:20px; 
    font-size: 16px; 
    background-color:#fff; 
    color:white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1000;
}
#popupnav a {
    color: #000;
    padding:8px 12px 8px 12px; 
}
.footer-panel {
    background-color: rgba(39, 60, 117,1.0);
    padding: 20px;
    height: 100px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
#tablePhone-row{
    background-color: rgba(41, 128, 185,1.0);
    color: #fff;
}
#profileBox {
    width: 100%;
    height: 50px;
    padding: 16px;
    border: 0px solid #eee;
    border-bottom: 3px solid #eee;
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
}
#profileTA {
    width: 100%;
    padding: 16px;
    border: 0px solid #eee;
    border-bottom: 3px solid #eee;
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
    resize: none;
}
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
.upload-button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.upload-button:hover {
    background-color: #45a049;
}
#FormLabel {
    color: rgba(45, 52, 54,.4);
    font-weight: 600;
    font-size: 14px;
}
.preview img {
    max-width: 100px;
    max-height: 100px;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
#propertyImage {
    width: 100%;
    height: 650px;
    max-width: 100%;
    max-height: 650px;
    margin: 5px;
    border: 1px solid #ccc;;
}


#property-left-panel {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: rgba(255, 255, 255, 1.0);
    color: #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .subHeader{
    background-color: inherit;
    display: flex;
    padding: 3px 0px 3px 12px;
    color: #000;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 50px;
    border-left: 4px solid rgba(41, 128, 185,1.0);
  }

  #shadow-effect{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }




























@media screen and (max-width: 600px) {
    #propertyImage {
        width: 100%;
        height: 200px;
        max-width: 100%;
        max-height: 200px;
        margin: 5px;
        border: 1px solid #ccc;
    }
  }
