/* font family Nextcasa back domain */
body {
    font-family: 'Roboto', sans-serif;
}

/* href */
a {
    color: #3e5463;
    text-decoration: none;
    outline: none !important;
}
a:hover {
    color: #00d0b6;
}
.nav-tabs a,
.nav-tabs a:hover {
    color: #3e5463;
}

/* form labels */
label {
    font-weight: bolder;
}
/* nc-wizard */
.nc-wizard {
    background-color: lightblue;
    border: 1px dashed #ccc;

}
/* header */
header img.logo {
    width: 350px;
}
header #user-zone-option {
    text-align: right;
    margin-top: 3em;
}
header .dropdown-item i {
    padding: 5px;
    cursor: pointer;
}

header .dropdown-item {
    color: #3e5463;
}
header .dropdown-item:focus,
header .dropdown-item:active,
header .dropdown-item:hover {
    color: white;
    background-color: #3e5463;
}
header .user-avatar img {
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
header .user-avatar img.circle {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

/* alerts */
.alert-success {
    color: #326a73;
    background-color: #d7e8e8;
    font-weight: bold;
    border: none;
}
.alert-success::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f164";
}

/* inputs */
input[type="text"] {
    background-color: lavender ;
}
input[type="number"] {
    background-color: lavender ;
}
input[type="file"] {
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 11px 9px;
    width: 100%;
    height: inherit;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 10px 9px 11px 9px;
    width: 100%;
    height: inherit;
}
textarea:focus,
input:focus{
    background-color: #c5e3d9;
}

/* notices */

.nc-info ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}
.nc-info i.fa-warning {
    color: tomato;
}

.nc-info a {
    color: #3e5463;
}
.nc-info a:hover {
    text-decoration: underline;
}
.nc-info-border {
    border: 2px solid #00d0b6 !important;
    border-radius: 5px;
    padding: 5px
}
.nc-info {
    color: #3E5463;
    background-color: lightcyan;
    border-color: #4cdecc;
    border-width: 1px;
    font-weight: bold;
    padding: 15px;
    display: inherit;
}
.nc-info i {
    padding: 5px;
    color: #00d0b6;
}
.nc-alert {
    color: lightcoral;
    background-color: #f7d0d0;
    border-color: #4cdecc;
    border-width: 1px;
    font-weight: bold;
    padding: 15px;
    display: inherit;
}
.nc-alert i {
    padding: 5px;
    color: lightcoral !important;
}
/* extra */
.nc-extra {
    padding: 5px 15px;
    border-radius: 5px;
    color: #3e5463;
    border: 1px dashed #3e5463;
    font-size: 10px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
}
.nc-extra-info {
    font-size: 12px;
    color: grey;
}
/* buttons */
.nc-radius {
    border-radius: 5px;
}
.nc-button-filled {
    border: 1px solid #00d0b6;
    color: white;
    background-color: #00d0b6;
    padding: 5px 15px;
    transition: 0.3s;
    border-radius: 5px;
    cursor: pointer;
}
.nc-button-filled:hover,
.nc-button-filled:focus{
    background-color: rgba(0, 208, 182, 0.7);
    border-color: rgba(0, 208, 182, 0.7);
}
.nc-button i,
.nc-button-filled i {
    padding: 5px;
}
.nc-button,
.nc-button:active,
.nc-button:focus,
.nc-button:visited{
    margin-top: 5px;
    border: 1px solid #3e5463;
    background-color: white;
    color: #3e5463;
    padding: 5px 15px;
    cursor: pointer;
}
.nc-button-danger,
.nc-button-danger:active,
.nc-button-danger:focus,
.nc-button-danger:visited{
    margin-top: 5px;
    border: 1px solid tomato;
    background-color: white;
    color: tomato;
    padding: 5px 15px;
    cursor: pointer;
}
.nc-button-danger:hover{
    background-color: tomato;
    color: white;
}

.nc-button span.new::before{
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    content: '\f067';
}
.nc-button span.save::before{
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    content: '\f0c7';
}
.nc-button:hover,
.nc-button:hover i
{
    color: white !important;
    background-color: #3e5463;
}

/* sidebar */

#sidebar aside {
    margin-bottom: 50px;
}
#sidebar h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 21px;
    padding-bottom: 15px;
}
#sidebar form .btn {
    width: 100%;
}
#sidebar ul {
    padding-left: 15px;
}
#sidebar ul.list-links li {
    color: #1396e2;
}
#sidebar .sidebar-navigation {
    list-style: none;
    padding-left: 0;
}
#sidebar .sidebar-navigation li.active a {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    border-color: #02473e;
    padding-left: 10px;
}
#sidebar .sidebar-navigation li.active a:after {
    opacity: 1;
    border-color: transparent transparent transparent #02473e;
}
#sidebar .sidebar-navigation li.active a:hover {
    padding-left: 10px;
}
#sidebar .sidebar-navigation li.active i {
    display: inline-block;
}
#sidebar .sidebar-navigation > li {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 5px;
    position: relative;
}
#sidebar .sidebar-navigation > li a {
    border-right: 3px solid transparent;
    color: #2a2a2a;
    display: block;
    padding: 10px 0 10px 10px;
    position: relative;
}
#sidebar .sidebar-navigation > li a:after {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent transparent;
    content: "";
    position: absolute;
    right: -8px;
    top: 1px;
    bottom: 0;
    margin: auto;
}
#sidebar .sidebar-navigation > li a:hover {
    border-color: rgba(0, 208, 182, 0.7);
    padding-left: 15px;
}
#sidebar .sidebar-navigation > li a:hover:after {
    opacity: 1;
    border-color: transparent transparent transparent rgba(0, 208, 182, 0.7);
}
#sidebar .sidebar-navigation > li i {
    color: rgba(0, 208, 182, 0.7);
    margin-right: 8px;
}
#sidebar .sidebar-navigation > li ul {
    padding-left: 30px;
    list-style: none;
}
#sidebar .sidebar-navigation > li ul > li {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}
#sidebar .sidebar-navigation > li ul > li:before {
    content: "•";
    color: rgba(0, 208, 182, 0.7);
    font-size: 24px;
    position: absolute;
    left: -5px;
    top: 2px;
}
#sidebar .sidebar-navigation > li ul > li ul {
    padding-left: 10px;
}
#sidebar .sidebar-navigation > li ul > li ul li {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    border-bottom: none;
}
#sidebar .sidebar-navigation > li ul > li ul li:before {
    display: none;
}

/* badges */
.nc-badge{
    padding: 5px;
    border-radius: 5px;

    font-weight: bolder;
    color: white;
    font-size: 11px;
}

/* verified */

.verified {
    background-color: #3e5463;
}
.verified::before {
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    content: '\f164';
}

.not-verified {
    background-color: orangered;
}

.not-verified::before {
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    content: '\f071';
}

/* back button */
.nc-back-button {
    cursor: pointer;
}
.nc-back-button i {
    padding: 5px;
}
/* table-options */
.nc-options i {
    color: #00d0b6;
}
/* breadcrumb */
section#breadcrumb {
    background-color: #00d0b6;
    color: white;
    margin-top: 60px;
}

section#breadcrumb .breadcrumb {
    padding: 8px 0;
    font-size: 1.1em;
    margin-bottom: 10px;

}
section#breadcrumb ol.breadcrumb li {
    cursor: pointer;
}

section#breadcrumb ol.breadcrumb li a {
    color: snow;
}

section#breadcrumb ol.breadcrumb li a:hover {
    text-decoration: underline;
}

section#breadcrumb ol.breadcrumb .active {
    color: whitesmoke;
    font-weight: bolder;
    text-decoration: underline;
}

/* pagination */
.pagination li:first-child a, .pagination li:last-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pagination li.active a {
    background-color: transparent;
    border-color: #009784;
    color: #009784;
}
.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
    background-color: transparent;
    border-color: #00d0b6;
    color: #00d0b6;
}
.pagination li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-top: 5px solid #f3f3f3;
    color: #5a5a5a;
    padding: 10px 20px;
}
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
    background-color: transparent;
    border-color: #00d0b6;
    color: #00d0b6;
    text-decoration: none;
}

/* hr */
hr {
    border-top: 5px solid grey;
}
/* signature */

.signature {
    width: 25px;
    background-color: #00d0b6;
    height: 3px;
    margin-bottom: 1em;
}

/* forms */
form .form-validation-error ul {
    display: inline-block;
    list-style: none;
    padding: 0;
}
form .form-validation-error ul li {
    color: #81bb26;
    font-weight: bolder;
}
form .form-check-input:checked {
    background-color: #00d0b6;
    border-color: #00d0b6;
}
form input[type=checkbox]{
    cursor: pointer;
}

form .nc-address-formatted input[type="text"]{
    background-color: lightgrey;
}
form .nc-selected-address i,
form .nc-selected-info i {
    padding: 5px;
    color: #00d0b6;
}
form .dropzone {
    background-color: white !important;
    border: 1px dashed #ccc !important;
}
form .dropzone .dz-default.dz-message {
    /*display: none !important;*/
}
form .dropzone .dz-remove {
    cursor: pointer !important;
}

/* footer */
footer {
    font-size: 13px;
}
footer aside{
    color: grey;
}

footer .nc-info-footer,
footer .nc-info-footer-share{
    color: #3e5463;
}
footer .nc-info-footer i,
footer .nc-info-footer-share i{
    padding: 3px;
    cursor: pointer;
}
footer .nc-counties span {
    margin-right: 3px;
}
footer .nc-counties span::after {
    content: "\2022";
    padding-left: 5px;
    text-decoration: none;
}

#page-footer {
    padding-top: 5em;
}
#page-footer .inner #footer-main {
    background-color: #f3f3f3;
    padding: 40px 0;
}
#page-footer .inner h3 {
    color: #2a2a2a;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
}

/** me_advertisements */
section#me-advertisements {
    color: #3e5463;
}
section#me-advertisements h3 {
    color: #3e5463;
}
section#me-advertisements .tag-filter {
    border: 1px solid #3e5463;
    padding: 5px;
    border-radius: 5px;
    color: #3e5463;
}

section#me-advertisements .tag-filter i.fa-close {
    padding: 5px;
    cursor: pointer;
}

section#me-advertisements #results h6 {
    font-size: 12px;
    color: grey;
    font-weight: bolder;
}

section#new-advertisement i,
section#edit-advertisement i {
    color: #00d0b6;
    padding: 5px;
}

section#new-advertisement label,
section#edit label{
    color: #3e5463;
}

section#new-advertisement input[type=number],
section#edit-advertisement input[type=number]{
    background-color: lightgrey;
}
section#new-advertisement h1,
section#edit-advertisement h1{
    background-color: #00d0b6;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    color: white;
}

/* components */

.ad-options {
    position: absolute;
    left: 0;
    background-color: #00d0b6;
    z-index: 1;
}

.ad-options i.fa-gear {
    color: white;
}
.ad-options i {
    padding: 5px;
    cursor: pointer;
}
.ad-options a {
    color: #3e5463;
}
.ad-options a:hover {
    color: #00d0b6;
}
.overlay-slide {
    position: relative;
    box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin: 10px;
}
.overlay-slide:hover div {
    transform: translate(0, 0);
    transition: all 0.2s ease-in;
}
.overlay-slide div {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    transform: translate(0, 100%);
    padding: 15px;
    background-color: rgb(62, 84, 99);
    text-align:center;
    width: 100%;
    transition: all 0.2s ease-in;
}

.overlay-slide small {
    background-color: #00d0b6;
    color: white;
    display: block;
    padding: 5px;
    text-align: center;
}

.overlay-slide small i {
   color:white;
}
.overlay-slide span i{
    padding: 5px;
}
.overlay-slide h2 {
    margin: 0;
    font-size: 18px;
    color: #eeeeee;
}
.overlay-slide ul {
    font-size: 14px;
    padding: 0;
    list-style: none;
    color: white;
}
.overlay-slide ul li {
    display: inline;
}
.overlay-slide ul li:after{
    content: "|";
}
.overlay-slide ul li:last-child::after{
    content: "";
}
.overlay-slide ul li i {
    color: white;
    padding: 5px;
}
.ad-info {
    padding: 10px;
    font-size: 12px;
    color: grey;
}
.ad-info i {
    padding-right: 5px;
}
/* component-user-booking-info */
section#ad-info small.hideAddress {
    border-radius:5px;
    padding: 5px;border: 1px dashed #00d0b6;
    background-color: lightcyan;
    cursor: pointer
}
section#ad-info small.hideAddress i.fa-eye-slash {
    color: #00d0b6;
    padding: 5px;
}
section#ad-info hr {
    border:2px solid #3e5463;
}
section#ad-info small .fa-map-marker {
    color: #3e5463;
}
section#ad-info a {
    color: #3e5463;
}
section#ad-info a:hover {
    color: #00d0b6;
}
section#ad-info .rating .filled {
    color: #00d0b6;
}


/* component-modal-toggle */
.modal-body {
    font-size: 1.4em;
}
fieldset {
    padding: 5px;
    margin:5px;
}
fieldset label {
    font-size: 1.2em;
}
fieldset label i {
    padding: 5px;
}

/* dropdowns */
/*.dropdown-item i {*/
/*    color: #3e5463;*/
/*}*/

/* navbar */
.navbar i {
    color: #00d0b6;
}
.bg-dark {
    background-color: #3e5463 !important;
}

/* geocoder */

.disabled {
    pointer-events: none;

    /* for "disabled" effect */
    opacity: 0.7;
}
.autocomplete-container {
    /*the container must be positioned relative:*/
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: lightcyan;
    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    font-weight: bolder;
    border-bottom: 1px dashed darkgrey;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}
.clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;

    position: absolute;
    right: 5px;
    top: 0;

    height: 100%;
    display: none;
    align-items: center;
}

.clear-button.visible {
    display: flex;
}

.clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
}
.autocomplete-items .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
}

#map-geoapify-location {
    margin-top:5px;
    height: 0;
    background-color: white;
    margin-bottom: 90px;
}

/* section#edit-advertisement */

section#edit-advertisement #nc-edit-address {
    cursor: pointer;
}

/* component:ad-status */
.ad-status {
    display: inline;
    padding: 5px 15px;
    position: absolute;
    font-size: 10px;
    color:white;
    z-index: 1;
    right: 0;
}
.ad-status-highlighting{
    background-color: #6c757d;
    bottom: 0;
    width: 100%;
    font-weight: bolder;
}
.ad-status-pending {
    background-color: orange;
}
.ad-status-unpublished {
    background-color: tomato;
}
.ad-status-published {
    background-color: #2f5465;
}
.ad-status-inactivated{
    background-color: coral;
}
/* ad unpublished */
.unpublished {
    filter: grayscale(100%);
    opacity: 0.3;
}

/* outstanding-checkout */
.outstanding-checkout {
    color: #3e5463;
}
.extra i {
    padding: 5px;
}

section .fa-map-marker {
    padding: 5px;
}
section#user-detail h1,
section#user-detail h2
{
    color: #3e5463;
    font-size: 28px;
    font-weight: lighter;
    margin-top: 10px;
}

.ad-info ul li {
    font-size: 1.3em;
}
.agent small{
    display: block;
    color: darkcyan;
}
.published-properties a,
.published-properties a:hover {
    color: #3e5463;
    cursor: default;
}

.published-properties a.has-advertisements{
    color: #3e5463;
    cursor: pointer;
}
.published-properties a.has-advertisements:hover{
    color: #00d0b6;
}

section#agent-properties h3
{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}

section#user-detail h3
{
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 20px;
}

section#agent-properties h3 {
    margin-bottom: 20px;
    margin-top: 0;
}
/* meta-info */
section#user-detail dl i {
    color: #3e5463;
}

/* share content */
.popup-share i {
    color: #3e5463;
}
.popup-share {
    background: #fff;
}

.popup-share a[class^="icon-"], .popup-share a[class*=" icon-"] {
    display: block;
    text-decoration: none;
    padding: 4px 10px;
}

.popup-share a[class^="icon-"]:hover, .popup-share a[class*=" icon-"]:hover {
    background: #3e5463;
    text-decoration: none;
    color: #fff
}

.inline-share a[class^="icon-"], .inline-share a[class*=" icon-"] {
    font-size: 26px;
    text-decoration: none;
}

.inline-share a[class^="icon-"] span, .inline-share a[class*=" icon-"] span {
    display: none;
}

.icon-facebook {
    color: #3e5463;
}
.icon-linkedin {
    color: #3e5463;
}
.icon-twitter {
    color: #3e5463;
}

section#user-detail .social a
{
    color: #3e5463;
}
section#user-detail .social a:hover
{
    color: #00d0b6;
}

section#user-detail .btn.btn-grey-dark, select.btn-grey-dark
{
    background-color: #3e5463;
    color: #fff;
}

section#user-detail hr
{
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

section#user-detail hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3e5463;
}

section#user-detail hr.thick
{
    border-width: 2px;
}
section#user-detail .agent-image img
{
    filter: grayscale(100%);
}

/* testimonials */
section#testimonials .nc-info i {
    padding: 5px;
    color: #00d0b6;
}
section#testimonials .testimonials-carousel.small .testimonial {
    padding: 20px 0;
}
section#testimonials blockquote figure {
    display: table-cell;
    vertical-align: top;
}
section#testimonials .testimonials-carousel.small .testimonial figure .image {
    background-color: #5a5a5a;
    height: 70px;
    position: relative;
    overflow: hidden;
    width: 60px;
}
section#testimonials .testimonials-carousel.small .testimonial figure .image::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    width: calc(100% - 10px);
    position: absolute;
}
section#testimonials .testimonials-carousel.small .testimonial figure .image img {
    height: 100%;
}
section#testimonials .testimonials-carousel.small .testimonial figure .image::after {
    bottom: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    width: 0;
}
section#testimonials blockquote .cite {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
@media only screen and (max-width: 500px) {
    section#testimonials blockquote .cite {
        display: block;
        vertical-align: middle;
        padding-left: 0;
        margin-top: 10px;
    }
}
section#testimonials .testimonials-carousel.small .testimonial .cite p {
    font-size: 14px;
}
section#testimonials .testimonial-carousel .image {
    width: 124px;
    /*filter: grayscale(100%);*/
}
section#testimonials blockquote .cite footer{
    color: #3e5463;
    font-weight: bolder;
}
section#testimonials blockquote .cite p {
    color: #3e5463;
    font-style: italic;
}
section#testimonials blockquote .cite footer::before {
    content: "•";
    color: rgba(0, 208, 182, 0.7);
    font-size: 25px;
}
section#testimonials blockquote footer::before, blockquote small::before, blockquote .small::before {
    content: '\2014 \00A0';
}

section#testimonials blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 100%;
    line-height: 1.42857143;
    color: #999;
}
section#testimonials .agent-form .chars-count,
section#testimonials .agent-form .chars-remaining {
    padding: 5px;
}
section#testimonials form textarea {
    resize: none;
    height: 100px !important;
}
section#testimonials #rating img {;
    background-color: #00d0b6;
}

/* section property-detail */
.image-popup img {
    object-fit: cover;
    width:250px;
    height:200px;
}
section#property-detail a {
    color: #3e5463;
}
/* section property-extras */
section#property-extras span {
    padding: 5px 10px;
    border: 1px solid #3e5463;
    color: #3e5463;
    border-radius: 5px;
    background-color: white;
    display: inline-block;
    margin: 3px;
    font-size: 10px;
}
/* aside contact-the-advertiser */
aside#contact-the-advertiser a,
aside#contact-the-advertiser i{
    color: #3e5463;
}
/* section reviews */
section#me_reviews h3{
    padding: 0;
}
section#me_reviews h3 i{
    color: #3e5463;
    padding: 5px;
}
section#me_reviews table tbody tr td.photo{
    text-align: center ;
    width: 5%;
}
section#me_reviews table tbody tr td a{
    color: #3e5463;
    padding-left: 15px;
}
section#me_reviews table tbody tr td a:hover{
    text-decoration: underline;
}
section#me_reviews table thead{
    text-align: center ;
}
section#me_reviews table tr td i{
    color: #00d0b6 ;
}
section#me_reviews table tr td .nc-options{
    cursor: pointer ;
}
section#me_reviews table tr td.date{
    text-align: center;
    width: 25%;
}

section#me_reviews table tr td.nc-options{
    width: 35%;
    text-align: center;
}
section#me_reviews table tr td.rating{
    text-align: center;
    width: 25%;
}

/** me_profile */
section#me_profile button.nav-link,
section#agent-profile button.nav-link{
    color: #3e5463;
}
section#me_profile h3 i{
    padding: 5px;
    color: #3e5463;
}

section#social-share i{
    padding: 5px;
    color: #3e5463;
}

/** manager properties */
section#manager-properties small.meta {
    color: white;
}
section#manager-properties .ad-views{
    color: #3e5463;
    padding: 10px;
}

/** our agents */
section#our-agents i {
    color: #3e5463;
}

/** manager-agent-profile */
section#manager-agent-profile i{
    color: #3e5463;
}

/** section me_meetings */
section#me_meetings a {
    color: #3e5463;
}

section#me_meetings h2 {
    padding: 0;
    color: #3e5463;
}
section#me_meetings h2 i{
    padding: 5px;
    color: #3e5463;
}

section#properties aside a,
section#properties aside a:hover
{
    color: #3e5463;
}
/* dropdown-menu */
table .dropdown-menu a,
table .dropdown-menu a:hover
{
    color: #3e5463;
}

/* wizard publishement */
#wizard-steps {
    height: 95px;
    background-color: white;
}

#wizard-steps nav {
    display: grid;
    grid: 1fr / auto-flow auto;
    box-shadow: 0 2px 4px 0 #e9e9eb
}

#wizard-steps a {
    -webkit-tap-highlight-color: transparent;
    display: grid;
    grid: 1fr / 34px auto 34px;
    align-items: center;
    border: 1px dashed #b5b5b9;
    border-width: 1px 0;
    text-decoration: none;
    background: #f6f6f7
}

#wizard-steps  a:first-child {
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    grid: 1fr/auto 34px
}

#wizard-steps a:last-child {
    border-radius: 0 4px 4px 0;
    border-width: 1px 1px 1px 0;
    grid: 1fr / 34px auto
}

#wizard-steps a:not(:first-child):before,
#wizard-steps a:not(:last-child):after {
    display: block;
    /*border: 34px solid transparent;*/
    border-right-width: 0;
    content: ''
}

#wizard-steps a:not(:first-child):before {
    border-left-color: #b5b5b9
}

#wizard-steps a:not(:last-child):after {
    transform: translateX(33px);
    border-left-color: #f6f6f7
}

#wizard-steps span {
    line-height: 1.2rem;
    color: #b5b5b9
}

#wizard-steps span:first-line {
    color: #b5b5b9;
    font-weight: 700;
    font-size: .85rem
}

#wizard-steps .current {
    background: #a8afb5
}

#wizard-steps .current span {
    color: #b5b5b9
}

#wizard-steps .current span:first-line {
    color: white
}

#wizard-steps .current:not(:first-child):before {
    border-left-color: #3e5463
}

#wizard-steps .current:not(:last-child):after {
    border-left-color: #3e5463
}

#wizard-steps .current+a:not(:first-child):before {
    border-left-color: #3e5463
}
@media (max-width: 1200px) {
    #wizard-steps nav .done:not(:last-child) {
        display: none
    }
}

/* section property-map */
section#property-map {
    pointer-events: none !important;
}

/* component MobileComponents css */
.header_area.sticky_top {
    position: fixed;
    width: 100%;
    top: 55px;
    color: black;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.header_area.sticky_top.sticky{
    opacity: 1;
    visibility: visible;
}

div.scroll {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

div.scroll span {
    color: #3e5463;
    display: inline-block;
    text-align: center;
    /*padding: 10px 35px;*/
    margin: 5px;
    text-decoration: none;
}

div.scroll .fa-check-circle {
    color:#00d0b6;
    padding: 0 5px 0 0;
}

/* mobile components */
.contact-mobile-header-area a {
    color: #00d0b6;
}
.contact-mobile-header-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #3e5463;
    color: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* section me_favourites */
section#me_favourites {
    color: #3e5463;
}

/* section me_faqs */
section#me_faqs .nav-link{
    color: #3a4850;
}
section#me_faqs .nav-link.active{
    color: darkcyan;
}
section#me_faqs .accordion-button:not(.collapsed) {
    color: darkcyan;
    background-color: lightcyan;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* component-menuHeader */
small#menu-enter {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
