| 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/addProperty.css |
.block {
margin-bottom: 20px;
font-family: 'Poppins';
}
.errors{
font-size: 12.5px;
line-height: 3;
text-transform: capitalize;
}
.contain {
margin-top: 165px;
height: 100vh;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
padding:40px 0;
}
.background-sect {
background: linear-gradient(270deg, #ffcece, #fff3f3);
min-height: 300px;
height: auto;
width: 80%;
padding: 40px 80px;
border-radius:0 12px 12px 0;
}
.addListing-sect {
position: absolute;
min-height: 80vh;
height: auto;
right: 15%;
padding: 30px;
border-radius: 12px;
background: #fff;
box-shadow: 0 0 16px -6px gray;
width: 450px;
min-width: 250px;
top: -50px;
}
.addListing-sect h2 {
margin-bottom: 2rem;
margin-top: 0;
}
.heading-text {
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
text-transform: capitalize;
}
#phone lable {
position: absolute;
top: 50%;
right: 15px;
transform: translate(0, -50%);
font-size: 13.5px;
}
button.border-btn.select {
color: var(--house-color);
border: 1px solid var(--house-color);
background: #d606060a;
font-weight: 600;
}
button.border-btn {
display: flex;
height: 30px;
border-radius: 35px;
margin-top: 15px;
align-items: center;
justify-content: space-evenly;
color: var(--dark);
border: 1px solid var(--silver);
font-size: 13.5px;
font-weight: 400;
background: #c0222200;
}
.buttons button {
margin-right: 15px;
margin-bottom: 15px;
margin-top: 0;
}
.tab-nav {
display: flex;
border-bottom: 1px solid var(--silver);
width: fit-content;
margin-bottom: 15px;
}
.tab-nav .tab {
display: flex;
padding: 0 15px;
width: auto;
height: 40px;
font-size: 15px;
color: var(--dark);
}
.tab-nav .tab.select {
color: var(--house-color);
border-bottom: 2px solid var(--house-color);
font-weight: 500;
}
.input-box:focus-visible {
outline: 1.5px solid var(--house-color);
}
input.input-box.collepsed {
height: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
}
.input-box[data="other"]{
transition: height 0.5s ease-out;
}
textarea{
height: auto !important;
padding: 10px !important;
}
input, .input-box, .input-box.expand , .input-group{
width: 100%;
height: 45px ;
border-radius: 6px ;
border: 1px solid var(--dark) ;
padding: 2px 10px ;
}
div.select-box {
height: 40px;
padding: 5px 0px;
border-radius: 6px;
border: 1px solid #aaaaaa;
position: relative;
user-select: none;
}
div.select-box .fa-angle-up , div.select-box .fa-angle-down{
position: absolute;
z-index: 2;
right: 20px;
top: 16px;
}
div.select-box.expand .option {
display: flex;
}
div.select-box.expand .option{
background: #fff;
}
div.select-box.expand .options {
background: #fff;
position: absolute;
width: 100%;
z-index: 3;
margin-top: 45px;
border: 1px solid #cfcfcf;
max-height: 300px;
overflow: auto;
}
div.select-box .option {
height: 40px;
display: none;
align-items: center;
padding-inline-start: 20px;
background: #fff;
font-size: 14px;
}
div.select-box .option[selected="selected"]{
display: flex;
border: none;
}
div.select-box.expand .option:hover {
background: #d9d9d9;
}
select{
width: 100%;
height: 45px ;
border-radius: 6px ;
border: 1px solid var(--dark) ;
padding: 2px 10px ;
}
input[type="checkbox"] {
width: 15px;
height: 15px;
}
select#countryCode {
width: 70px;
padding: 0 10px;
}
.input-group {
display: flex;
padding: 0px;
overflow:hidden;
}
.input-group input, .input-group select{
border: 0px;
}
.input-group input:focus-visible, .input-group select:focus-visible {
outline: 0px;
}
.background-sect .content {
padding: 25px;
height: -webkit-fill-available;
max-width: 450px;
}
button.btn.btn-submit.save-next ,button.btn.btn-submit.submit , button.btn.btn-submit.save-projectImage{
width: 100%;
height: 45px;
margin-top: 10px;
}
.formPages {
z-index: -1;
transition: 0.5s ease-out;
opacity: 0;
}
.formPages.active{
z-index: 0;
opacity: 1;
}
.time-line-row {
display: grid;
grid-template-columns: 30px auto;
align-items: center;
}
.timeLine {
flex-direction: column;
}
.timeLine .icon {
display: flex;
align-items: center;
justify-content: center;
}
.icon .pip {
height: 40px;
width: 1.5px;
background: var(--dark);
}
/*************************************************************************************** upload-photo *******************************************************/
.upload-photos {
height: 300px;
width: 100%;
border: 1px solid var(--house-color);
background: #c022220f;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
border-radius: 8px;
position: relative;
margin-top: 10px;
}
input#images {
width: 100%;
height: 100%;
position: absolute;
z-index: 4;
opacity: 0;
}
.upload-images {
flex: 1 0 8rem;
max-width: calc(93% / 3);
height: 150px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-size: cover;
position: relative;
}
img.u-img {
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
filter: brightness(0.8);
}
.upload-images select.lables {
height: 25px;
}
.upload-images i.fa-solid.fa-xmark.close-image {
margin: 8px;
width: fit-content;
color: #fff;
}
.addListing-sect.thankyou {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.addListing-sect.thankyou h2 {
text-align: center;
margin-top: 35px;
font-weight: 400;
}
@media only screen and (max-width: 600px) {
.contain{
flex-direction: column;
flex-wrap: nowrap;
margin-top: 85px;
}
.addListing-sect.formPages.active {
position: relative;
right: unset;
top: unset;
width: calc(100vw - 60px);
height: auto;
min-height: auto;
max-width: calc(100vw - 60px);
}
.background-sect {
width: auto;
padding: 20px;
min-height: max-content;
margin-bottom: 20px;
min-width: -webkit-fill-available;
}
}