| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/public_html/css/ |
| Current File : /home/u901718425/public_html/css/profile.css |
.card.small {
min-width: 200px !important;
max-width: 200px !important;
}
.saved-properties , .recent-properties{
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 10px;
height: calc(100vh - 410px);
overflow-x: scroll;
}
.wrap-div {
display: flex;
flex-wrap: wrap;
padding: 40px 60px;
margin-top: 75px;
justify-content: space-between;
gap:15px;
}
.profile-div {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}
.prifile-menu {
width: 100%;
height: auto;
display: flex;
justify-content: flex-start;
border-radius: 12px;
/*padding-top: 35px;*/
}
img.profile-img {
width: 90px;
height: 90px;
border-radius: 5pc;
}
form#profile-imagechange {
width: fit-content;
}
.profile-image-name {
display: flex;
align-items: center;
gap: 15px;
}
.prifile-menu ul {
padding-inline-start: 0;
display: flex;
border-bottom: 1px solid #E0E0E0;
border-top: 1px solid #E0E0E0;
padding-top: 10px;
width: 100%;
}
.prifile-menu ul li.active , .prifile-menu ul li.active .fs path{
color: var(--house-color);
fill: var(--house-color);
border-bottom: 2px solid var(--house-color);
}
.prifile-menu ul li {
color: #727272;
font-size: 13px;
height: 35px;
padding: 0 15px;
padding-bottom: 10px;
display: grid;
align-content: center;
grid-template-columns: 24px auto;
border-bottom: 2px solid transparent;
align-items: center;
font-weight: 500;
}
.btn-border {
border: 1px solid #6c6c6c;
color: #6c6c6c;
display: grid;
grid-template-columns: 30px auto ;
height: 40px;
background: transparent;
min-width: auto;
font-weight: 600;
align-items: center;
justify-content: space-around;
justify-items: start;
padding: 5px 15px;
font-size: 14px;
}
.btn-border .material-icons-outlined{
font-size: 20px;
}
small.Profile-email {
font-size: 13px;
color: #6c6c6c;
}
.prifile-menu ul li:hover{
color: var(--house-color);
border-bottom: 2px solid var(--house-color);
}
.profile-image {
display: flex;
position: relative;
border-radius: 100px;
overflow: hidden;
}
input#changeprofile {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
z-index: 5;
}
.prifile-menu ul li .fs {
font-size: 14px;
}
.profile-edit {
height: 45px;
justify-content: space-between;
width: 100%;
align-items: center;
}
.profile-aside {
width: 100%;
/*padding: 20px 30px;*/
flex-direction: column;
}
.profile-edit h3 {
margin: 0;
font-weight: 500;
}
.input-box {
display: flex;
flex-direction: column;
}
form .input-box input{
padding: 5px 15px;
max-width: 500px;
}
textarea {
width: 100%;
border-radius: 6px;
}
.input-box {
display: flex;
flex-direction: column;
max-width: 400px;
width:100%;
margin-bottom: 15px;
}
.right-lable, .verifyMobileNo, .verifyEmail, .lables {
position: absolute;
right: 20px;
font-size: 12px;
text-decoration: underline;
color: var(--house-color);
top: 10px;
cursor: pointer;
}
.position-relative {
position: relative;
width: 100%;
display: flex;
}
.input-box input , .otpinput{
height: 40px;
border-radius: 6px;
border: 1px solid #aeaeae;
padding: 0 10px;
width: 100%;
}
.otpinput{
max-width: 380px;
margin-bottom: 15px;
}
.input-box lable {
margin-bottom: 10px;
font-size: 14px;
}
form.form-control {
margin: 0px 0;
}
/*********************************************************************************** Saved Search ****************************************************/
.saved-search {
display: flex;
padding: 15px 0;
flex-direction: column;
}
.search-block {
display: grid;
grid-template-columns: auto 30px;
padding: 15px 18px;
align-items: start;
border-radius: 12px;
border: 1px solid silver;
width: auto;
margin-bottom: 15px;
}
.search-block .wrap {
display: flex;
flex-wrap: wrap;
gap: 10px;
flex-direction: column;
}
.action-delete {
display: flex;
margin: 5px auto;
color: gray;
}
.wrap-div .page{
display: none;
}
.wrap-div .page.active{
display: flex;
}
.search-block .saved {
font-weight: 600;
}
.search-block .date {
font-size: 13px;
color: gray;
}
/*********************************************************************************** Saved Search ****************************************************/
svg.fs {
width: 20px;
height: 20px;
margin-left: -3px;
}
svg.fs path {
fill: #3f3f3f;
}
@media only screen and (max-width: 780px) {
.prifile-menu ul li {
font-size: 12px;
min-height: 35px;
height: auto;
}
}
@media only screen and (max-width: 600px) {
.profile-aside {
display: none;
width: -webkit-fill-available;
padding: 0;
border: none;
}
.wrap-div {
padding: 40px 20px;
}
.prifile-menu{
width: 100%;
}
.card.small {
min-width: calc(92% / 2) !important;
max-width: calc(93% / 2) !important;
}
.saved-properties, .recent-properties {
height: calc(100vh - 245px);
}
}