/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.0.1702903102
Updated: 2023-12-18 12:38:22

*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////////////*/
.login_outer_wrapper {
    display: flex;
    width:100%;
}



.login_outer_wrapper label {
    color: #000 !important;
}
.login_wrapper {
    width: 48%;
    margin-right: 2%;
}

.profile_wrapper {
    width: 100%;
}
.registration_wrapper {
    width: 48%;
}
.property_requests {
	width: 100%;
	padding: 20px 10px;
	text-align: right;
}
.property_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px 0;
    background: #ccc;
    padding: 15px 10px;
}
.property_wrapper div {
    width: 25%;
}
span.property_heading {
    font-weight: bold;
    font-size: 15px;
}
.property_value{
	font-size: 15px;
}
	.add_property_popup_wrapper {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 99999;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.add_property_popup {
	position: relative;
	top: 20%;
	background: #fff;
	width: 80%;
	margin: auto;
	padding: 20px;
	border-radius: 3px;
}
.add_property_popup_close {
	position: absolute;
	right: 0;
	top: -20px;
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
}
.add_property_form_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.add_property_form_wrapper > div {
	width: 31%;
	margin: 10px 2% 0 0;
}
.add_property_form_wrapper input,.add_property_form_wrapper select {
	width: 100%;
}
.success_property{
	color: green;
  	font-size: 12px;
  	font-weight: bold;
}
.error_property{
	color: red;
  	font-size: 12px;
  	font-weight: bold;
}
select{
   /* -webkit-appearance: none;
    -moz-appearance: none;*/
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
    border: 1px solid #dcd7ca;
}
.add_property_form_wrapper label {
    text-align: left;
}
table#property_listing td,table#property_listing th {
    text-align: left;
}
.property_listing_btn{
	display: none;
}
.property_outer_wrapper {
    background: #ccc;
    display: flex;
}
.use_credits button {
    padding: 11px 15px;
    font-size: 15px;
    margin-top: 41px;
}
.use_credits {
    width: 13%;
}
.tabs_wrapper .tab button {
    color: #000;
}

/*----------------------------------------------------------------------------*/
.mark_approved_user {
    width: 16%;
    margin-left: 10px;
}
.mark_approved_user button {
    padding: 11px 13px;
    font-size: 15px;
    margin-top: 41px;
}
/*#property_listing td,th{
	white-space: unset;
}*/

.new_form_button {
    text-align: right;
    width: 100%;
}
button.add_comment {
    float: right;
    margin: 0 5px;
}
button.show_comment {
    float: right;
}
.comments_popup_wrapper {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999999;
	display: none;
}
.comments_popup {
	position: absolute;
	background: #fff;
	left: 15%;
	width: 70%;
	top: 10%;
	padding: 5px 25px;
	border-radius: 3px;
}
.comments_popup_close {
	position: absolute;
	top: -17px;
	right: 0;
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}
.comments_popup_data ul {
    list-style: disc;
    padding: 0 3px;
}
.comments_popup_data p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-size: 28px;
    font-weight: bold;
}
.comments_popup_data {
	overflow-y: auto;
	height: 500px;
}
.submission_report_wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.add_comment_style {
    width: 50%;
}