.dynamic-div {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 20px;
    overflow: hidden;
}

.dynamic-row {
    position: relative;
    box-sizing: border-box;
    min-height: 1px;
    overflow: hidden;
    padding: 3px;
    width: 100%;
    display: table-row;
}

userpage{
    display: block;
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.fill-cont{
    height: 100%; width: 100%;
}

.clickable{
    user-select: none;
    cursor: pointer;
}

.spec-head {
    background-color: #f4a261;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }

.flex-main-contain{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1700px;
    margin: auto;
}

.header-housing{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;       
    align-items: center;
}

@media (min-width: 1215px) {
    .flex-main-contain {
      flex-direction: row; /* Change to row layout */
      align-items: stretch; /* Align items to fill the container */
      height: 100%;
      width: 98%;
    }

    .header-housing{
        height: 100%;
        width: 46%;
    }

    .spec-head {
      width: 100%; /* Fixed width on the side */
      height: 210px; /* Adjust height to fit */
    }

    userpage {
      width: 52%; /* Take the remaining space */
      padding: 40px;
    }
  }


.seg33{
    width: 33.333%;
}

.seg66{
    width: 66.666%;
}

.fulLWidth{
    width: 100%;
}

.fltrel{
    float: left;
    position: relative;
}

.txtCenter{
    text-align: center;
}

.flex-procedural{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    width: 100%;
    overflow-y: hidden;
    height: auto;
}