:root{
    /* --main-color: rgb(255 ,165, 0); */
    /* --main-color: rgb(255 144 7); */
    --main-color: rgb(255 121 7);
    --grey: rgb(216, 216, 216);
}
*{
    font-family: Arial, Helvetica, sans-serif;
}
/*Css for errors*/
.errorPlace{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -35px;
}
.errorBox{
    position: absolute;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 18%);
    padding: 5px;
    z-index: 999;
    color: #e91010;
    background-color: rgb(251 188 188);
}
.hidden{
    display: none;
}
a{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{
    outline: none !important;
}
/*CSS for login ,registering and the userpage*/
/*Social login and registration start*/
.social_login{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
    border-top: 2px solid #b9b7b7;
}
.social_login .social_btn{
    background-color: white;
    height: 60px;
    width: 60px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}
/*Google is the only option rn start*/
.social_login a{
    width: 100%;
}
.social_login .social_btn.google{
    width: 100%;
    min-width: 230px;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
}
.social_login .social_btn.google svg{
    height: 25px;
    width: 25px;
}
.social_login .social_btn.google span{
    font-weight: bold;
    color: gray;
    margin-left: 5px;
    font-size: 16px;
}
/*Google is the only option rn end*/
.social_login .social_btn.facebook{
    background-color: #006AFF;
    border-color: #1877f2;
}
.social_login .social_btn svg{
    height: 38px;
    width: 38px;
}
.social_login .social_btn svg.facebook{
    fill: white;
}
.divider{
    position: relative;
    margin: 20px 0;
}
.divider >div:nth-of-type(1){
    width: 100%;
    height: 2px;
    background-color: #b9b7b7;
}
.divider >div:nth-of-type(1) span{
    padding: 0 5px;
    background-color: white;
    color: gray;
    font-size: 18px;
    position: relative;
    top: -7px;
}
/*Social login and registration end*/
/*Login start*/
html{
    height: 100%;
    width: 100%;
}
.sign-in_box{
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 85px;
}
form{
    margin: 0 auto;
}
select{
    background-color: white;
}
a{
    color: inherit;
    text-decoration: none;
}
button{
    cursor: pointer;
}
.userbox{
    max-width: 500px;
    min-width: 300px;
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    display: block;
    margin: 0 auto;
}

h3{
    font-size: 28px;
    font-weight: normal;
}
.connexion{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    font-size: 1.2rem;
    color: white;
    background-color: orange;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.userbox .forgot{
    margin-bottom: 16px;
}
.userbox .forgot a{
    text-decoration: none;
    color: black;
    font-weight: normal;
}
.userbox .forgot a:hover{
    text-decoration: underline;
    color: darkorange;
}
.login_field{
    display: block;
    width: 100%;
    margin: 1rem 0;
    padding: 0.6rem 12px;
    font-size: 1.2rem;
    border: 1px solid rgb(133, 133, 133);
}
.login_field.textarea{
    height: 150px;
    margin: 0;
    font-family: arial;
    border: 1px solid rgb(133, 133, 133);
    border-radius: 3px;
}
.error{
    color: red;
}
/*Registering start*/
.login_field.name{
    display: inline;
    width: 100%;
    margin-bottom: 0
}
.userbox ul{
    display: flex;
}
.userbox ul li{
    display: inline-block;
}
.userbox ul li:first-child{
    margin-right: 16px;
}
/*Password css start*/
.passwordWrapper{
    position: relative;
}
svg.eyeIcon {
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0;
    right: 8px;
    top: 6px;
    cursor: pointer;
    fill: #aaa;
}
.userbox .wrapper{
    text-align: start;
    line-height: 25px;
    font-size: 17px;
    display: none;
}
.userbox .wrapper ul{
    padding-left:12px;
    display: flex;
    flex-direction: column;
}
.userbox .wrapper li{
    display: block;
}
.userbox .wrapper li svg{
    height: 12px;
    width: 12px;
    fill: #aaa;
}
.userbox .wrapper li .svgContainer {
    display: inline;
}
.userbox .wrapper li .svgContainer .check{
    fill: #01b901;
    margin-bottom: 0px;
    height: 15px;
    width: 15px;
}
.showWrapper{
    display: block !important;
}
/*Password css end*/
/*Terms & Conditions start*/
.showForm{
    display: block !important;
}
.hideForm{
    display: none !important;
}
.sign-in_box svg.close {
    height: 35px;
    width: 35px;
}
.sign-in_box .terms{
    display: none;
    padding: 40px 20px 0;
    position: relative;
    max-width: 500px;
}
.sign-in_box .terms h3{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.sign-in_box .return{
    border-radius: 50%;
    padding: 5px 7px;
    background-color: white;
    border: 1px solid #6a6969;
    position: absolute;
    right: 20px;
    top: -20px;
}
.sign-in_box .terms .text{
    margin-bottom: 10px;
}
.sign-in_box .terms p{
    text-align: start;
    font-size: 18px;
    letter-spacing: 0.03rem;
}
.sign-in_box .terms .agree{
    margin-bottom: 10px;
    letter-spacing: 0.03rem;
}
/*Terms & Conditions end*/
/*Registering end */
.sign-in_box .check{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.sign-in_box input[type="checkbox"] {
    height: 16px;
    width: 16px;
}
.connect_options{
    border-top: 1px solid rgb(209, 209, 213);
    padding: 16px 8px 0px;
}
.connect_options .login_button{
    width: 100%;
    display: block;
    margin: 1rem 0;
    height: 38px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.connect_options .login_button.btn-facebook{
    background-color: #006AFF;
    border-color: #1877f2;
    color: white;
}
.connect_options .login_button.btn-google{
    background-color: white;
}
.userbox .connect_options .login_button svg{
    position: absolute;
    left: 10%;
    height: 18px;
}
.link_text{
    color: orangered;
}
/*Login end*/
/*sidebar start*/
.sidebar_nav{
    /* background-color: orange; */
    background-color: var(--main-color);
    width: 20%;
    min-width: 300px;
}
.sidebar_nav ul{
    padding: 25px 0 60px 40px;
    /* min-height: 20%; */
    max-height: 600px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: content-box;
    overflow: hidden;
}
/*Sidebar scrolling start*/
@media (max-height:715px) {
    .showOverflow ul{
        overflow-y: scroll !important;
        max-height: 500px;
        position: fixed;
        box-sizing: border-box;
        width: min-content;
    }
    .sidebar_nav ul::-webkit-scrollbar-track{
        background-color: var(--main-color);
    }
    .sidebar_nav ul::-webkit-scrollbar-thumb{
         background-color: var(--main-color); 
        /*background-color: #006AFF;*/
    }
}
.sidebar_nav ul::-webkit-scrollbar{
    width: 100px;
}
/*Sidebar scrolling end*/
.sidebar_nav li{
    width: 100%;
    margin-bottom: 20px;
}
.sidebar_nav li img{
    height: 70px;
}
.sidebar_nav li img.resize{
    width: 38px;
    margin: 0 15px;
}
.sidebar_nav a{
    color:white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.showSideBarNav{
    width: 240px !important;
}
/*sidebar end*/
/*Page headers start*/
.title{
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 6px;
}
.line{
    height: 5px;
    background-color: var(--main-color);
    width: 100px;
    margin: 0 0 20px;
}
/*Page headers end*/
/*Userpage start*/
.userpage{
    width: 100%;
    min-height: 100%;
    display: flex;
}
.userpage_content{
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}
/*My properties start*/
/*Properties start*/
.properties{
    width: 100%;
}
/*Property grid start*/
.properties_container{
    display: grid;
    grid-template-columns: repeat(auto-fit,300px);
    justify-content: center;
    gap: 25px;
    padding: 0px 30px 20px;
    width: 100%;
}
/*Property box start*/
.property_box{
    border-radius: 8px;
    box-shadow: 0 0 4px 1px rgb(0, 0, 0, 30%);
    cursor: pointer;
    position: relative;
    margin: 20px 0;
}
.emptySection {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #959292;
}
/*Speech bubble start*/
.bubble_container{
    display: flex;
    justify-content: center;
}

.bubble[data-active="true"]{
    display: flex;
}
.bubble{
    display: none;
    justify-content: space-around;
    position: absolute;
    border-radius: 12px;
    background-color: white;
    top: -40px;
    width: 250px;
    box-shadow: 0 0 2px 2px rgb(0,0,0,30%);
    padding: 6px;
    z-index: 5;
}
.bubble button{
    position: relative;
    z-index: 5;
    background-color: white;
    border: none;
}
.bubble::before{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 14px;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 16px solid white;
    left: 110px;
    transform: rotate(-45deg);
}
.bubble .bubble_icon svg {
    height: 28px;
    width: 28px;
}
.bubble svg.delete{
    fill: red;
}
/*Screen overlay for popup start*/
.screen_overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
    z-index: 40;
}
/*Screen overlay for popup end*/
/*Delete popup*/
.deletePopup{
    background-color: white;
    width: 300px;
    border-radius: 5px;
}
.deletePopup h3{
    font-size: 22px !important;
    padding: 0 !important;
    text-align: center;
    font-weight: bold !important;
}

.deletePopup p{
    margin-top: 5px;
    white-space: normal !important;
    letter-spacing: 0.03rem;
    text-overflow: unset !important;
}
.deletePopup .text_container{
    padding: 12px;
}
.deletePopup .flex{
    display: flex;
}
.deletePopup button{
    height: 38px;
    width: 50%;
    display: inline !important;
    font-size: 18px;
}
.deletePopup .deleteButton{
    background-color: red;
    color: white;
}
/*Save button start*/
.save{
    position: absolute;
    top: 1rem; right: 1rem;
    z-index: 1;
}
.save button{
    position: absolute;
    top: -1rem; left: -4rem;
    background-color: transparent;
    padding: .7rem 1rem;
    font-size: 2.8rem;
    cursor: pointer;
    border: 0;
}
.save button svg{
    height: 45px;
    width: 45px;
    fill: #e72424 !important;
    
}

/*Save button end*/
/*Speech bubble end*/
.property_box a{
    display: flex;
    flex-direction: column;
}
.property_box a:hover{
    color: black !important;
}
/*Removed properties start*/
.property_box .container{
    position: relative;
}
.property_box .removedOverlay {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
}
.property_box .removedOverlay svg{
    height: 80px;
    width: 80px;
    fill: #d9d2d2;
}
/*Removed properties end*/
.property_box img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.property_box .outer_stats{
    position: absolute;
    width: 300px;
    display: flex;
    justify-content: end;
}
.property_box .stats_container{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 10px;
    box-sizing: border-box;
    background: linear-gradient(45deg, black, rgb(106 101 101));
    border-bottom-left-radius: 8px;
    color:white;
}
.property_box .stats_container .stat{
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
}
.property_box .stats_container img{
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin: 0 8px 0 0;
}
.property_box .flex{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0 0;
}
.property_box h3{
    font-weight: bold;
    font-size: 25px;
    padding: 10px 18px 0;
}
.property_box h3 span{
    font-weight: bold;
}
.property_box svg{
    height: 18px;
    width: 22px;
}
.property_box h4{
    padding: 4px 10px 0;
    font-size: 20px;
}
.property_box p{
    padding: 5px 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property_box .btn_container{
    display: flex;
    justify-content: end;
    padding-right: 10px;
}
.property_box .voir{
    display: block;
    margin: 0 0 10px;
    background-color: var(--main-color);
    color: white;
    width: 80px;
    border: none;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
}
/*Property box end*/
/*Property grid end*/
/*Properties end*/
/*My properties end*/

/*Messages start*/
.messages .container{
    min-width:300px;
    max-width: 600px;
    width: 70%;
    margin: 0 auto 25px;
}
.messages .card{
    width: 100%;
    box-shadow: 0 0 2px 2px rgb(0,0,0,30%);
}
.messages .card img{
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto;
}
.messages .card label{
    display: block;
    text-align: center;
}
.messages .message_title{
    margin-bottom: 5px;
}
.messages .card span{
    font-weight: bold;
}
.messages .card p{
    width: 100%;
    letter-spacing: 0.03rem;
    margin-bottom: 8px;
    padding: 3px 5px 5px;
    max-height: 200px;
    /* overflow-y: scroll; */
    overflow: hidden;
}
.messages .card .btn_container{
    display: flex;
}
.messages .card button{
    width: 50%;
    height: 40px;
    font-size: 18px;
    display: block;
    background-color: #eee;
    border: 1px solid black;
}
button.respond{
    color: white;
    background-color: var(--main-color) !important;
    border-collapse: collapse;
}
.more{
    display: block;
    text-align: center;
    margin: 20px;
    cursor: pointer;
    color: var(--main-color);
}
/*section under message card*/
.messages section{
    display: none;
}
section[data-section="true"]{
    display: block;
    padding: 20px;
    box-shadow: 0 0 2px 2px rgb(0,0,0,30%);
}
.messages section h3{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.messages select{
    background-color: white;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 8px;
    border: 1px solid black;
}
.messages textarea{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid black;
}
button.send{
    background-color: var(--main-color);
    color: white;
    font-size: 18px;
    padding: 5px;
    border-radius: 4px;
    width: 85px;
    display: block;
    margin: 5px auto;
}
/*Messages end*/
/*Add property start*/
/*Create Listing start*/
.create_listing{
    display: inline;
    margin: 0 auto;
    width: 40%;
    max-width: 680px;
    margin-bottom: 30px;
}
/*Images upload start*/
.create_listing .image_send{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.create_listing  img{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.create_listing .image_send .upload_btn{
    background-color: rgb(72, 72, 248);
    color: white;
    border: 1px solid;
    padding: 5px;
    font-size: 17px;
    cursor: pointer;
}
.create_listing .image_send{
    margin: 20px 0;
}
.create_listing .image_send .images{
    background: url(../assets/picture\ icon.png) no-repeat;
    background-size: 200px;
    background-color: #d2d2db;
    background-position: center;
    margin-bottom: 10px;
}
.create_listing .images{
    height: 300px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,25%);
    grid-template-rows: repeat(4,25%);
    overflow: hidden;
}
.create_listing .images img{
    height: 100%;
    object-fit: cover;
    margin: 0;
}
/*Images upload end*/
.create_listing .container{
    margin-top: 10px;
}
.create_listing .custom_btn{
    display: inline;
}
.create_listing h4{
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
/*Input start*/
.create_listing .inputs{
    display: table;
    max-width: 680px;
    margin: 2px 0px;
    width: 100%;
}
.create_listing .inputs .container.input{
    display: table-row;
}
.create_listing .inputs .container.input label{
    display: table-cell;
    padding-bottom: 20px;
    width: 30%;
}
.create_listing .inputs .container.input input{
    width: 100%;
    /* padding: 1px 2px; */
    padding: 15px 0px 15px 20px;
    font-size: 17px;
}
.create_listing .inputs .container.input select{
    width: 100%;
    padding: 0 15px;
    font-size: 17px;
    height: 38px;
}
.create_listing .container button{
    padding: 1px 6px;
}
.create_listing .surface{
    display: table;
    max-width: 680px;
    width: 100%;
}
.create_listing .container.surface{
    display: table-row;
}
.create_listing .container.surface label{
    display: table-cell;
    width: 30%;
}
.create_listing .container.surface input{
    width: 100%;
    max-width: 450px;
    height: 38px;
    border: 1px solid;
    /* padding: 1px 2px; */
    padding: 15px 0px 15px 20px;
    font-size: 17px;
}
/*Input end*/
.create_listing .container.input{
    display: flex;
    justify-content: space-between;
}
.create_listing .container label{
    font-size: 18px;
}
.create_listing .container.input input{
    width: 80%;
    max-width: 450px;
    height: 38px;
    border: 1px solid black;
    border-radius: 2px;
}
.create_listing .container.input select{
    width: 81%;
    max-width:  450px;
    height: 30px;
    border: 1px solid black;
}
/*Button container start*/
.create_listing .btn_input{
    display: table;
    margin-bottom: 10px;
}
.create_listing .btn_input .container{
    display: table-row;
}
.create_listing .btn_input .container label{
    display: table-cell;
    padding-right: 20px;
    padding-bottom: 8px ;
}
.create_listing .btn_input input{
    width: 80%;
    height:25px;
    border:1px solid;
}
/*Button container end*/
.create_listing .container textarea{
    width: 100%;
    max-width: 680px;
    height: 150px;
    border: 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size:16px;
}
.create_listing .container ul{
    list-style-type: none;
    column-count: 2;
    padding: 0;
    margin: 0;
}
.create_listing .container ul li{
    font-size: 18px;
}
.create_listing .container ul li input{
    margin-right: 5px;
}
.create_listing .btn_container{
    margin: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.finish_btn{
    background-color: var(--main-color);
    color: white;
    font-size: 20px;
    border: 1px solid;
    border-radius: 2px;
    padding: 5px;
}
/*Create listing javascript styling start*/
.create_listing #house_stats{
    display: none;
}
.create_listing #format{
    display: none;
}
.create_listing #quirks{
    display: none;
}
.create_listing .showSection{
    display: table !important;
}
.create_listing .error{
    color: red;
    width: 100%;
    display: table-row;
    text-align: center;
}
.create_listing input[type="file"]{
    display: none;
}
.create_listing label span{
    color: red;
}
.create_listing h4 span{
    color: red;
}
.create_listing .quartierList{
    position: relative;
}
.create_listing .quartierContainer{
    position: absolute;
    width: 100%;     
}
.create_listing .quartierContainer div{
    padding: 15px;
    background-color: white;
    border: 1px solid #bfbaba;
    border-top: 1px solid transparent;
    width: 100%;
    color: #706f6f;
}
.create_listing .quartierOption{
    cursor: pointer;
}
/*Create listing javascript styling end*/
/*Create listing end*/

/*Pagination start*/
.pagination ul{
    display: flex;
    justify-content: center;
    padding-bottom: 38px;
    padding-top: 20px;
}
.pagination li{
    padding: 0 8px;
    background: white !important;
}
.pagination li.active{
    color: orange;
}
.pagination li a{
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit;
}
.pagination svg{
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.pagination svg:hover{
    fill: orange;
}
.pagination svg.left{
    transform: rotate(90deg);
}
.pagination svg.right{
    transform: rotate(-90deg);
}
/*Pagination end*/
@media (max-width:1030px) {
    .create_listing{
        width: 70%;
    }
    .create_listing .container textarea{
        max-width: 655px;
    }
}
@media (max-width:600px) {
    .create_listing{
        width: 85%;
    }
    .image_send .images{
        height: 250px;
    }
}
@media (max-width:440px) {
    .create_listing {
        width: 95%;
    }
    .container label{
        font-size: 16px;
    }
}
/*Create Listing end*/
/*Add property end*/
@media (max-width:1030px) {
    .header_container{
        position: fixed;
    }
    .sidebar_nav{
        z-index: 7;
        width: 0;
        min-width: unset;
        transition: width .3s;
        position: fixed;
        height: 100%;
    }
    .sidebar_nav ul{
        padding: 25px 0 40px 15px;
        overflow: hidden;
    }
    .showOverflow ul{
        position: static;
        box-sizing: unset;
        width: unset;
    }
    .sidebar_nav ul::-webkit-scrollbar{
        width: 70px;
    }
    .userpage{
        padding-top: 80px;
    }
}
@media (max-width:370px) {
    .userpage_content{
        width: 100%;
    }
    
}