@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

header {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    z-index: 777;
    position: relative;
}
.navbar-brand img {
    max-width: 140px;
    width: 100%;
}
.userProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.userPhoto {
    height: 49px;
    width: 49px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 100%;
    margin-right: 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: relative;
    border: 1px solid #00a2d2;
    overflow: hidden;
}
.userPhoto img{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.userDetails .userName {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userDetails .userEmail {
    width: 100%;
    font-size: 11px;
}
.userArrow {
    margin-left: 10px;
}
.mapplic-sidebar {
    width: 250px !important;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.userMenu .dropdown-menu ul {
    list-style: none;
}
.small-label{
	position:relative;
}
.small-label span.title {
    position: absolute;
    background: #fff;
    line-height: 1;
    font-size: 12px;
    top: -5px;
    left: 10px;
	z-index: 999;
}
.small-label .select2-container--default .select2-selection--single{
	border-radius: 7px;
    border-color: #D1D1D1;
    color: #726F6E;
    padding: 8px 2.25rem 8px 8px;
    font-size: 14px;
    height: 43px;
}
.small-label .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}  
	
.form-select {
    border-radius: 7px;
    border-color: #D1D1D1;
    color: #726F6E;
    padding: 12px 2.25rem 12px 12px;
    font-size: 14px;
}

#wpadminbar {
    display: none;
}

.project-logo {
	height: 61px;
	width:auto;
}
.invalidpage {
    width: 100%;
    min-height: calc(100dvh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 0;
    margin: 0;
	background-image: url("../images/MicrosoftTeams-image.png");
	background-size:cover;
	background-position: center;
}
.home .mapplic-tooltip-wrap {
	max-width: 530px !important;
    border-radius: 10px !important;
}
.userMenu .dropdown-menu {
    top: 85px;
    right: 0;
    left: inherit;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

.userMenu .dropdown-menu:before {
    top: -20px;
    position: absolute;
    content: "";
    width: 21px;
    height: 5px;
    border-bottom: solid 20px rgb(255 255 255);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 7;
}
.userMenu .dropdown-menu:after {
    top: -21px;
    position: absolute;
    content: "";
    width: 21px;
    height: 5px;
    border-bottom: solid 20px rgb(205 205 205);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    left: 50%;
    transform: translate(-50%, 0);
}
.btn-primary {
    border-color: #00A2D2;
    background-color: #00A2D2;
    border-radius: 8px;
    color:#fff;
    min-width: 120px;
}
.btn-primary:hover,.btn-secondary:hover{
    color: #fff;
    background-color: #00a2d2;
    border-color: #00a2d2;
	opacity: 0.6;
}

#doaction:hover, 
#doaction2:hover, 
#post-query-submit:hover, 
#search-submit:hover, 
#new-floor:hover, 
#new-style:hover, 
#new-category:hover,
.wrap .add-new-h2:hover, 
.wrap .add-new-h2:active, 
.wrap .page-title-action:hover, 
.wrap .page-title-action:active,
.wp-core-ui .button.button-primary:hover, 
#post-body-content .button:hover,
.wp-core-ui .button-secondary:hover {
    opacity: 0.6 !important;
    border: 1px solid #00a2d2 !important;
    color: #ffffff !important;
    background: #00a2d2 !important;
}


.customer_creation_class{
	overflow:hidden;
}
.customer_creation_class .left-form{
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 777;
    width: 530px;
}
.customer_creation_class .left-form .modal-content {
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.customer_creation_class .left-form .modal-dialog{
    max-width: 530px;
    margin: 0;
}

.customer_creation_class .left-form .modal-body{
    height: calc(100dvh - 136px);
    overflow: auto;
}
.customer_creation_class .left-form .modal-body .form-control,
.customer_creation_class .left-form .modal-body .form-select{
    border-color: #D1D1D1;
    border-radius: 6px;
    padding: 12px;
}
.left-form .modal-title{
    font-size: 22px;
    color: #00A2D2;
}
.left-form .modal-header .btn-close{
    background-color: #F2F2F2;
    border-radius: 7px;
}

.mapplic-tooltip-content {
	width:500px;
    max-height: 400px !important;
}
.mapplic-tooltip-body {
	padding:0 !important;
}
.mapplic-tooltip-body .modal-content {
    border: 0 !important;
}
.mapplic-tooltip-body .modal-header h5{
    font-size: 22px;
    color: #00A2D2;
	margin-bottom:0px;
	width:100%;
	text-align:center;
}
.mapplic-tooltip-body .modal-header .btn-close{
    background-color: #F2F2F2;
    border-radius: 7px;
}
.mapplic-tooltip-body .btn-primary{
    border-color: #00A2D2;
    background-color: #00A2D2;
    border-radius: 8px;
    color:#fff;
    min-width: 120px;
}
.mapplic-tooltip-body .btn-secondary, 
.btn-secondary{
    border-color: #00A2D2;
    background-color:#fff;
    border-radius: 8px;
    color: #00A2D2;
    min-width: 120px;
}
.error{
	border-color:red !important;
}
label.error{
	color: red;
    margin: 5px 0 0 0;
    font-size: 13px;
}
.loader{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 10;
}
.loader img{
	width: 50px;
}
.mapplic-tooltip-body .modal-body {
    overflow: auto;
    max-height: 262px;
}
.mapplic-icon.mapplic-icon-cross {
    width: 15px !important;
    height: 15px !important;
    padding: 5px !important;
}
#phase{
    min-width: 320px; 
}

/* Start Code for Custom Filter */

.left-menu .multi-collapse > div{
    display: inline-block;
    font-size: 12px;
}
.left-menu .multi-collapse > div a {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    margin: .25rem;
}
.left-menu .multi-collapse > div a span {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 0 10px 0 19px;
    background: #E4E4E5;
    font-size: 12px;
    color: #848688;
}
.left-menu .multi-collapse > div a span::before {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.left-menu .multi-collapse > div a span::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.left-menu .multi-collapse > div a span::after {
    top: 2px;
    left: 3px;
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: 0.5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.left-menu .multi-collapse > div a span::before {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.left-menu .multi-collapse > div a span::before {
    left: 1px;
    pointer-events: all;
    border-radius: 0.5rem;
}
.left-menu .multi-collapse > div.view a span::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.left-menu .multi-collapse > div.view a span::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.82" height="6.308" viewBox="0 0 8.82 6.308"><path id="Path_207" data-name="Path 207" d="M3.8,6.308,0,2.512,1.227,1.285,3.8,3.8,7.593,0,8.82,1.227Z" fill="%23fff"/></svg>');
    -webkit-transform: unset;
    transform: unset;
    background-size: 80%;
}
.left-menu .multi-collapse > div.view a span{
    color: #01A2D2;
    background-color: #C7EBF5;
}
.accordion-button:not(.collapsed) {
    color: #848688;
    background-color: #F2FAFD;
    box-shadow: unset;
    border-bottom: 0px solid #D5D5D5;
}
.accordion-button.collapsed{
    border-bottom: 1px solid #D5D5D5;
}
.accordion-button {
    color: #848688;
    font-size: 14px;
    font-weight: bold;
}

.mapplic-filter{
    opacity: 1 !important;
	margin: 0 -20px -6px -20px !important;
}
.mapplic-sidebar-header{
    position: relative !important;
    max-height: inherit !important;
    left: 0 !important;
}
.mapplic-list-container {
	display:none;
}

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-sidebar-dim,
.mapplic-sidebar-header > .mapplic-icon,
.mapplic-search-active .mapplic-search-clear,
.mapplic-search-input,
.mapplic-sidebar-filterable .mapplic-search-toggle,
.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-filter-tags {
    display: none !important;
}
.mapplic-sidebar {
    padding: 0 !important;
}
.mapplic-sidebar-header h2.h2{
    color: #00a2d2;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #D5D5D5;
    padding: 0.2rem 1.25rem 1rem 1.25rem;
    margin: 0 -20px;
}
.mapplic-sidebar-header {
    box-shadow: unset !important;
}
/* End Code for Custom Filter */

.modal-body .alert {
	 padding: 0.5rem;
    justify-content: center;
    border-radius: 0;
    position: fixed;
    top: 67px;
    width: 529px;
    right: 0;
	z-index:999;
	display: flex;
	text-align:center;
}
.payment_plan_div select{
	order:1;
}
.payment_plan_div label.error{
	order:3;
	width:100%;
}

.payment_plan_div .input-group-text{
	order:2;
}
#file{
	width:100%;
}
.form-switch label.error{
position: absolute;
  
    bottom: -16px;
    left: 0px;
  
}

.mapplic-min-input, .mapplic-max-input {
	width: 100%;
    font-size: 14px;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
	background-color:rgba(255,255,255,0.2) !important;
	background-position: -80px -192px;
}
.mapplic-sidebar {
    overflow: auto !important;
}
#dob label.error{
	order: 3;
	width: 100%;
}
#error-page header{
    display: none;
}
.revenue_button{
    pointer-events: auto;
}

.Available {
	fill: #9cff9c !important;
}
.BlockedbyManagement {
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*fill: #f7b653 !important;  */
	fill: #c4e1eb !important;
}
.TemporarilyBlocked {
	fill: #de4f4d !important;
}
.Mortgage {
	fill: #9e9e9e !important;
}
.Refuge {
	fill: #ffc6d4 !important;
	
}
.Notavailableforsale {
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*fill: #c4e1eb !important; */
	fill: #c4e1eb !important;
}
.NotAvailableforSale {
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*fill: #c4e1eb !important; */
	fill: #c4e1eb !important;
}
.Booked {
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*fill: #b6deef !important; */
	fill: #c4e1eb !important;
}
.PANBAN {
	fill: #f60add !important;   
}
.total_values, .total_values_gst, .total_values_final, .font-weight-bold{
	font-weight: bold;
}
#success_model {
	z-index:7777;
}
#success_model .modal-content {
    border-radius: 0.75rem;
}

.price_range,.plot_range{
	margin:7px 0;
	border-color:#D5D5D5;
	border-radius: 7px;
	padding:7px;
}
.price_range:before{
	content:'';
	display:inline-block;
	width:100%;
	font-size:10px;
	color:#848688;
}
.price_min:before{
	content:'Min BSP';
}
.price_max:before{
	content:'Max BSP';
}
.price_range input{
	padding:0;
	border:0;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	width: calc(100% - 15px) !important;
} 
.price_range span {
	font-size:14px;
	color:#000000;
	margin-right: 7px;
}

.plot_range:before{
	content:'';
	display:inline-block;
	width:100%;
	font-size:10px;
	color:#848688;
}
.plot_range_parameter:before{
	content:'Select Parameter';
}
.plot_plotsizefrom:before{
	content:'Super Area From';
}
.plot_plotsizeto:before{
	content:'Super Area To';
}
.plot_range input,.plot_range select{
	padding:0;
	border:0;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	width: 100% !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}

.error_code, .error_code_bsp{
	color:#FF0000;
}
.mapplic-zoom-buttons{
    top: 68px !important;
	bottom: inherit !important;
	position: fixed !important;
}
.mapplic-clear-button {
    top: 137px !important;
	bottom: inherit !important;
	position: fixed !important;
}
.no-property-found{
	position: absolute;
    top: 77px;
    left: 250px;
    width: calc(100% - 250px);
    border-radius: 0;
	text-align: center;
}

header .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
@media (max-width:991px){
    header .navbar-collapse{
        position: absolute;
        right: 0;
        top: 101%;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
        width: 360px;
    }
    header .navbar-collapse .ms-2 {
        margin-bottom: 1rem!important;
        margin-left: 0rem!important;
    }
    header .navbar-collapse .ms-2.btn-group {
        margin-bottom: 0rem!important;
    }
    header .navbar-collapse .ms-2.btn-group .dropdown-menu {
        margin-bottom: 0rem!important;
    }
    header .navbar-nav .dropdown-menu {
        position: absolute;
    }
    header .userProfile {
         display: flex;
		justify-content: right;
		align-items: center;
		cursor: pointer;
		width: 100%;
    }
    }	
	
.navbar-toggler{
	float: right;
    position: absolute;
    right: 0;	
}

.navbar-toggler.collapsed .svg1,
.navbar-toggler .svg2{
    display: block;
}
.navbar-toggler.collapsed .svg2,
.navbar-toggler .svg1{
    display: none;
}
	
@media (max-width:860px){
	
.mapplic-tooltip-body .btn-secondary, 
.btn-secondary,
.btn-primary {
    min-width: unset;
    font-size: 14px;
}
}
.error_content .card, .homepage_content .card {
	text-align: inherit;
	color: #fff;
    font-size: 40px;
    background-color: rgb(48 48 48 / 49%);
    padding: 10px;
}
.error_content .card h1, .error_content .card p, .homepage_content .card h1, .homepage_content .card p {
	color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.error_content .card .card-body, .homepage_content .card .card-body {
	padding:0;
}

.hero-text {
    text-align: inherit;
    color: #fff;
    font-size: 40px;
    background-color: rgb(48 48 48 / 49%);
    padding: 30px;
}
.hero-text .title {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.hero-text .subtxt {
    color: gold;
    overflow: hidden;
    font-size: 20px;
}
.hero-text .subtxt:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid gold;
}
.hero-text .subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

/* start code for Legends */
.legend-color{
	width:100%;
}
.legend-color .legend-label{
	font-size:12px;
	margin:3px 0;
	display:inline-block;
	width:100%;
}
.legend-color .legend-label:before{
	content:'';
	display:inline-block;
	height:10px;
	width:10px;
	background-color:#000000;
	vertical-align:middle;
	margin-right:10px;
	
}
.legend-color .legend-label.legend-available:before{
	background-color:#9cff9c;
}
.legend-color .legend-label.legend-blockedbymanagement:before{
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*background-color:#f7b653;  */
	background-color:#c4e1eb;
}
.legend-color .legend-label.legend-mortgage:before{
	background-color:#FFFF00;
}
.legend-color .legend-label.legend-temporarilyblocked:before{
	background-color:#de4f4d;
}

.legend-color .legend-label.legend-refuge:before{
	background-color:#4b00ff;
}
.legend-color .legend-label.legend-notavailableforsale:before{
	background-color:#c4e1eb;
}
.legend-color .legend-label.legend-NotAvailableforSale:before{
	background-color:#c4e1eb;
}

.legend-color .legend-label.legend-booked:before{
	/* 23-Jan-2025 email: Retransform-production setup support */
	/*background-color:#b6deef; */
	background-color:#c4e1eb;
}
.legend-color .legend-label.legend-panban:before{
	background-color:#f60add;
}
.legend-color .allowted_prop_all .legend-label:before {
    display: none;
}
/* End code for Legends */

.loader1{
	position: absolute;
}    
.pannumber_cla{
    width: calc(100% - 56px);
}
.pannumber_cla .form-control{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pannumber_cla .input-group-append{
	margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.icon-pdf .card {
	max-width: 110px;
	padding: 7px;
	border: 0;
	border-radius: 10px !important;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.icon-pdf .card .card-body{
	padding: 7px;
}
.icon-pdf .card .card-body img{
	width: 70px;
}
.icon-pdf .card .card-body .col-12 {
	text-align: center;
}
.icon-pdf .card .card-body .btn-primary {
	padding: 0.15rem .75rem;
	font-size: 14px;
	background-color: #00a2d2;
	border:0;
	min-width:unset;
}
.marketing h1{
	color:#00a2d2;
	 font-size: 30px;
    font-weight: 600;
	margin-bottom:20px;
	text-align:center;
}

.marketing h2{
	font-size: 24px;
    font-weight: 600;
}
.marketing_collaterals_menu{
	    padding-top: 12px;
}
.marketing_collaterals_menu a{
	    text-decoration:none;
		color:#00a2d2;
}
#show_image_popup{
     width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: rgba(255,255,255,.9);
    z-index: 999;
    overflow: auto;
  display: none;
}
#show_image_popup img{
  max-width: 90dvw;
  height: auto;
   max-height: 90dvh;
   width:auto;
}

#all-images .active{
  filter: blur(5px);
}
.close-btn-area{
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  
}
.close-btn-area button{
  cursor: pointer;
    height: 27px;
    width: 27px;
    text-align: center;
    border: 0;
    border-radius: 100%;
    font-weight: bold;
}
.marketing .accordion-item{
	border: 1px solid #00a2d2 !important;
}
.marketing .accordion-item .accordion-button{
	    background-color: #00a2d2;
		color: #fff;
}
.marketing .accordion-button::after{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
header .select2-container{
	max-width:320px !important;
}
.small-image{
	max-width: 110px;
    padding: 5px;
    border: 0;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}


/* Style for the static text */

.static-text-right{
	text-align: right;
    margin: 0;
    position: absolute;
    right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    top: 95px;
}
}
.marketing p {
	text-align:Center;
}