@font-face{
    font-family:ProximaNovaRegular;
    src:url(/fonts/ProximaNova-Regular.otf) format("opentype");
    font-display:swap
}

.error {
    color: red;
    padding: 5px;
    display: block;
}

html {
background: #2b2b2b;
}

body {
padding: 0px;
margin: 0px;
background: #2b2b2b;
    font-size: 12px;
font-family: ProximaNovaRegular;
}

nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header {
    background: white;
}

.header .top-bar {
    padding: 5px;
  background: #2b2b2b;
}
.header .top-bar nav a {
  
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    color: #bdc1c6;
    text-decoration: none;
    font-size: 1.2em;
}

ul.horizontal-list {
    list-style: none;
    margin: 0px;
    text-align: center;
    padding: 0px;
}
ul.horizontal-list li {
    display: inline-block;
}

.header-main {
    padding: 20px;
    padding-bottom: 0px;

 
}

.header-main button#menu-toggle {
    font-size: 2em;
}

.header-main .logo {
    margin-bottom: 20px;
}

.header-main .logo img {
    height: 60px;
}

.header-main ul li a {
    font-size: 1.4em;
    color: black;
    text-decoration: none;
}

.search-block {
    text-align: center;
    padding: 20px;
background: white;
}
.search-block ul li a {
    text-decoration: none;
    color: black;
    font-size: 1.4em;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0px 5px;
}
.search-block ul li a:hover {
 border-bottom: 3px solid black;
}

.search-block ul li a.active {
    border-bottom: 3px solid black;
}


.search-block .search-grid {
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
}

.search-block .search-wrapper {
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    position: relative;
    flex: 1 1 500px;
}

.search-block input {
    border-radius: 40px;
    height: 55px;
    font-size: 1.5em;
    line-height: 28px;
    outline: 0px;
    overflow: hidden;
    padding: 0px 20px;
    width: 100%;
}

.search-block span.search-button {
    position: absolute;
    z-index: 99;
    right: 6px;
    font-size: 1.5em;
    background: #393939;
    color: white;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-block button.filter-button {
    height: 50px;
    margin-left: 10px;
    border-radius: 5px;
    border: 2px solid rgb(247 148 29);
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    background: rgb(247 148 29);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100px;
    flex: 1 1 100px;
}

.search-block button.filter-button i {
    font-size: 1.4em;
    margin-right: 10px;
}


.flex {
    display: flex;
    align-items: center;
}

.flex-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

.flex-box.left {
    justify-content: flex-start;
}

.flex-box.center {
    justify-content: center;
}

.flex-box.right {
    justify-content: flex-end;
}


.site-content-wrapper {
    background: #ffffff;
}

.site-content {
    margin: 0px;
    box-sizing: border-box;
    overflow: auto;
    min-height: 300px;

}




.site-footer {
    min-height: 300px;
    background: whitesmoke;
    padding: 30px 20px;
    text-align: left;
    background-color: rgb(43, 43, 43);
    color: white;
}

ul.horizontal-list.social-links {
        text-align: inherit;
}

.site-footer ul.social-links li {
    background: white;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.site-footer ul.social-links li a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    font-size: 1.4em;
}


.img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img.med img {
    max-width: 200px;
}
.img.med {
    max-width: 200px;
}
.img.circle{
	border: 1px solid black;
    border-radius: 100%;
}
.img.rounded{
   border: 1px solid black;
   border-radius: 10px;
}

.grid-cell.logo {
  text-align: center;
  width: 120px;
}

.agency-logo {
  width: 90px; !important
  height: 55px; !important
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 4px auto;
}

.agency-logo img {
  width: 100%;
  height: auto;
  max-height: 55px;
  object-fit: contain;
  display: block;
}


.agent-profile {
    margin-top: 10px;
}

.agent-profile .agent-head {
    background: #dae0e3;
    text-align: center;
    padding: revert;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.agent-profile  .agent-head .avatar {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin: 10px auto;
    box-shadow: 0px 3px 6px 0px #b1b1b1;
    background: white;
}

.agent-profile .agent-head .avatar img {
    max-width: 100%;
}

.agent-profile .agent-head h2 {
    margin: 10px;
}

.agent-profile .agent-badges {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.agent-profile  .agent-badges .badge {
    padding: 5px;
}
.agent-profile .agent-badges .badge span {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 5px;
}

.agent-profile .agent-sub {
    text-align: center;
    background: #f1f1f1;
    overflow: hidden;
}

.agent-profile .agency-section {
   text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    background: #faf7f7;
    padding-bottom: 20px;
}

.agent-profile .agency-section .agency-role {
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.agent-profile .agency-section .agency-role .details {
    text-align: left;
    padding-left: 10px;
    display: flex;
    justify-content: center;

}
.agent-profile .agency-section .agency-role .details ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.agent-profile .agency-section .agency-role .details li {
    margin-top: 10px;
}

/* Optional hover effect */
.agencies-table .grid-row:hover .grid-cell {
    background: #e0e0e0;
}


.user-profile-details .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    width: max-content;
    max-width: 100%;
}

.user-profile-details .photo-grid img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e2e2e2;
    position: relative;
}



h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

.hidden {
	display:none !important;
}


.agent-profile .agent-about {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.agent-profile .agent-about .social-wrapper a.social-link {
    font-size: 18px;
    color: black;
    margin: 10px;
}

.agent-profile .agent-about .social-wrapper a.social-link:hover {
	color: #4a70c4;
}

.agent-profile .agent-about p {
	text-align: justify;
    font-size: 1.2em;
    margin-top: 20px;
}

.agent-profile .agent-awards {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.agent-profile .agent-listings {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.agent-profile .contact-section {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.agent-contact-card {
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin: 10px auto;
    box-shadow: 0px 3px 6px 0px #b1b1b1;
    background: white;
    padding: 10px;
}

.agent-contact-card .profile {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    overflow: hidden;
}

.agent-contact-card .profile .agent {
    border-right: 1px solid #d2d2d2;
}


.agent-contact-card .profile .agent, .agent-contact-card .profile .agency {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.agent-contact-card .profile .agent .photo, .agent-contact-card .profile .agency .photo {
    height: 100px;
    overflow: hidden;
    flex: 0 0 100px;
}

.agent-contact-card .profile .agent .photo img, .agent-contact-card .profile .agency .photo img {
    width: 100%;
}

.agent-contact-card .channels {
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
}

.agent-contact-card .channel {
    padding: 10px 25px;
    border: 1px solid #b8b4b4;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agent-contact-card .channel i.fa-whatsapp {
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

.agent-contact-card .channel i {
    margin-right: 5px;
}



.project-profile {
    margin-top: 10px;
}

.project-profile .project-head {
    background: #dae0e3;
    text-align: center;
    padding: revert;
    box-sizing: border-box;
    overflow: hidden;
}






.project-profile .project-head h2 {
    margin: 10px;
}

.project-profile .project-sub {
    text-align: center;
    background: #f1f1f1;
    overflow: hidden;
}

.project-profile .detail-section {
   text-align: left;
    margin-bottom: 25px;
    max-width: 600px;
    margin: 40px auto;
}

.project-profile .detail-section .detail-table {

display: flex;
   
    margin: 0px auto;
    flex-wrap: wrap;
}

.project-profile .detail-section .detail-table .detail-cell {

    flex: 0 1 calc(50% - 10px);
    border-bottom: 1px dashed black;
    text-align: left;
    margin: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.project-profile .detail-section .detail-table .detail-cell .label {

    color: #676767;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.building-section {
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
}


.agent-txs {
    margin: 0px auto;
    text-align: center;
    max-width: 800px;
    overflow: hidden;
    margin-bottom: 30px;
}

.agent-txs h2 {
    font-size: 1.4em;
    text-decoration: underline;
    font-weight: normal;
}

.agent-txs table {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    border-collapse: collapse;
}

.agent-txs table th {
    background: #dae0e3;
    color: black;
    padding: 5px;
}


.agent-txs table td {
    border: 1px solid #d7d7d7;
    padding: 5px;
}


.facility-section {
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
}

ul.facility-list {
    padding: 0px;
    flex-wrap: wrap;
    display: flex;
}

.facility-list li {
    flex: 0 1 calc(50% - 30px);
    text-align: left;
    margin: 5px;
    margin-bottom: 10px;
    list-style: none;
    border-left: 5px solid #4f91b1;
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 35px;
}

.admin-agent-list  .grid-table .grid-row
 {
   grid-template-columns: 80px minmax(200px,1fr) 100px 100px 100px 200px 80px;
 }

.admin-agency-list .grid-table .grid-row {
    grid-template-columns: minmax(200px,1fr) 125px 100px 100px max(300px) 100px 100px 100px 100px 80px;
}


.grid-table .grid-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

.grid-table .grid-row .grid-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
    padding: 5px;
    background: white;
    border-color: #adadad;
    border-width: 1px;
    border-style: solid;
    border-left-width: 0px;
    background: #d9e0e5;
    color: black;
}

.grid-table .grid-cell {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
    padding: 5px;
    background: white;
    border-width: 1px;
    border-color: #adadad;
    border-top: 0px;
    border-style: solid;
    border-left-width: 0px;
    word-break: break-all;
}

.grid-table .grid-row .grid-header:first-child,.grid-table .grid-row .grid-cell:first-child {
    border-left-width: 1px;
}


.grid-table .pagination {
    padding: 10px 5px;
    border: 1px solid black;
    background: #d9e0e5;
    text-transform: capitalize;
}

.grid-table .pagination a, .grid-table .pagination span {
    margin-right: 5px;
}





.admin-wrapper {
    display: flex;
}
.admin-wrapper .left-menu {
    width: 150px;
    background: white;
    padding: 10px 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 5px #d9dce3;
}
.admin-wrapper .left-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.admin-wrapper .left-menu ul li {
	border-radius: 5px;
    margin: 3px 10px;
}
.admin-wrapper .left-menu ul a {
	border-radius: 5px;
    color: black;
    font-size: 1em;
    text-decoration: none;
    display: block;
}

.admin-wrapper .left-menu ul a:hover {
    background: #d6dfef;
}

.admin-wrapper .page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin: 20px
}

.agency-about {
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.agency-about p {
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.2em;
}

.agency-agents {
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 50px;
}

.agency-agents-table .grid-cell {
    align-items: center;
}

.agency-agents-table .agent-photo {
    width: 100px;
    height: 100px !important;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
}
	
 .agency-agents-table .agent-photo img {
    width: 100px;
    height: 100px;
    opacity: 0;
}

.agencies-table .grid-cell.logo,
.agencies-table .grid-cell.photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;  /* Adjust as needed */
  height: 60px;
}

.modals:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #9b9b9b80;
    z-index: 99;
	display:none;
}
body.modal-open .modals:before {
	display: initial;
}


button.menu-toggle {

    border: 0px;
    background: none;
    font-size: 2.5em;
    cursor: pointer;

	display: none;
}

.left-menu-wrapper .left-menu {
    z-index: 100;
    position: absolute;
    background: white;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    border-right: 1px solid #a29696;
    box-sizing: border-box;
    right: 25px;
	display:none;
}

.left-menu-wrapper .left-menu .menu-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    padding-left:10px;
}
.left-menu-wrapper .left-menu .menu-header img {
    height: 40px;
}
.left-menu-wrapper .left-menu .menu-header button#menu-toggle {
    position: absolute;
    top: 18px;
    right: 30px;
}



.left-menu-wrapper .left-menu nav {
    font-size: 1.5em;
}

.left-menu-wrapper .left-menu nav ul li {
    padding-left: 10px;
    margin-top: 20px;
}
.left-menu-wrapper .left-menu nav span {
    font-weight: bold;
}
.left-menu-wrapper .left-menu nav ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.left-menu-wrapper .left-menu nav ul.sub-nav {
    text-align: left;
}
.left-menu-wrapper .left-menu nav ul.sub-nav li {
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 0px;
}
.left-menu-wrapper .left-menu nav ul.sub-nav li a {
    font-size: 0.9em;
    font-weight: normal;
}



.account-nav {
    background: #2b2b2b;
    margin-bottom: 10px;
}
.account-nav ul {
    text-align: left;
}
.account-nav li {
    padding: 10px;
    border-right: 1px solid #514a4a;
}
.account-nav li:hover {
    background: #3f3e3e;
}
.account-nav a {
    color: #bdc1c6;
    text-decoration: none;
}


.agent-avatar {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin: 10px 5px;
    box-shadow: 0px 3px 6px 0px #b1b1b1;
    background: white;
}
.agent-avatar img {
    width: 100%;
}



@media only screen and (max-width: 768px) {
.site-footer {
    text-align: center;
}

button.menu-toggle {
	display: initial;
}

.left-menu-wrapper.open {
	display: initial;
}

.left-menu-wrapper.open:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #31313159;
    content: "";
}

.left-menu-wrapper.open .left-menu {
	display: initial;
}

}








body.translationMode {
	margin-top:50px;
}

div#translation-ui{    position: fixed;
    top: 0;
    text-align: center;
    border: 2px solid #f3c48e;
    border-top: 0;
    min-height: 40px;
    line-height: 40px;
    background: #fed9af;
    border-left: 0px;
    border-radius: 0px;
    left: 0px;
    right: 0px;}#translation-ui .error{color:red}

div#translation-ui .translation-editor {
    border-top: 1px solid #e6e6e6;
    background: #fafafa;
    text-align: left;
    padding: 10px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    left: -9999px;
    top: -9999px;
    border: 1px solid black;
    z-index: 100;
    line-height: initial;
}

div#translation-ui .translation-head {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    text-transform: capitalize;
    font-size: 11px;
}


div#translation-ui span.lang-name {
    font-weight: bold;
    font-size: 1.4em;
}



div#translation-ui .translation-head .actions {
    font-size: 1.4em;
}

div#translation-ui #translation-editor label {
    text-transform: capitalize;
    font-size: 11px;
}

div#translation-ui.editor-enabled .translation-editor {
    display: block;
}

div#translation-ui .translation-editor p.translation-key {
    margin: 0px;
    font-weight: bold;
}

div#translation-ui .translation-editor p.translation-key span#translation-key {
    padding-left: 5px;
    font-weight: normal;
}

div#translation-ui .translation-editor .translation-inputs label {
    font-weight: bold;
}

div#translation-ui .translation-editor .translation-inputs {
    display: flex;
    justify-content: space-evenly;
    gap: 5px;
}

div#translation-ui .translation-editor .input.to {
    margin-top: 10px;
}

div#translation-ui .translation-editor .translation-inputs .input {
    width: 100%;
}

div#translation-ui .translation-editor  textarea {
    width: 100%;
    resize: none;
    padding: 5px;
    margin-top:5px;
}

div#translation-ui .translation-editor .input.from textarea {
    background: #f3f3f3;
    color: black;
    cursor: default;
}


div#translation-ui .translation-editor #page-translation-base {
	font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}


div#translation-ui .translation-editor .close-button {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    cursor: pointer;
}
#translation-ui .translation-editor .error {
    background: #ffcdcd;
    color: red;
    text-transform: capitalize;
    padding: 0px 5px;
    margin: 5px 0px;
}

#translation-ui .translation-editor .actions {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d4d1d1;
}
#translation-ui .translation-editor .actions button {
    text-transform: capitalize;
}


.translation-element {
	color: white;
    font-weight: bold;
    cursor: pointer;
    background: #bc4549;
    padding: 0px 5px;
}
.translation-element.translated {
    color: #000000;
    background: #5cad8f;

}

.translation-element .language-from {
	display:none;
}


.pagination a:hover {
    background: #efefef;
}

.pagination span, .pagination a {
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #dfdcdc;
    margin: 0px 2px;
}
.pagination span {
    background-color: #743393;
    color: white;
    border-color: #743393;
    overflow: hidden;
}