.appointmentplugin button.add-extra-field {
    margin: 10px 0 20px 0;
}

.estatenexa__steps-content .label {
    text-transform: none;
}

.estatenexa-active-packages-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.estatenexa-active-packages-table .estatenexa-orders-header,
.estatenexa-orders-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.estatenexa-active-packages-table .estatenexa-orders-header {
    background: #f8f8f8;
    font-weight: bold;
}

.estatenexa-active-packages-table .estatenexa-orders-row:last-child {
    border-bottom: none;
}

.estatenexa-active-packages-table .estatenexa-col-radio {
    flex: 0 0 50px;
    text-align: center;
}

.estatenexa-active-packages-table .estatenexa-col-name,
.estatenexa-col-expiry,
.estatenexa-col-total,
.estatenexa-col-consumed {
    flex: 1;
    padding: 0 10px;
}

.estatenexa__messenger-form__buttons {
    justify-content: flex-end !important;
}

.estatenexa__messenger-form__buttons .estatenexa__button.btn-attachment {
    min-width: inherit;
    margin: 0 10px;
    padding: 5px;
}

.estatenexa__messenger-form__buttons .estatenexa__button.btn-attachment img {
    margin: 0;
}

.estatenexa__messenger-form__buttons .emoji .ico-holder {
    line-height: 0;
    margin-right: 10px;
}

.estatenexa__header-search__icon {
    padding: 0 !important;
}

.estatenexa__messenger-search .estatenexa__messenger-search__icon {
    left: 5px;
}

#tab-settings-data-tab-services,
#tab-settings-data-tab02,
#tab-settings-data-tab03,
#tab-settings-data-tab04 {
    padding-top: 15px;
}

#tab-settings-data-tab-services .estatenexa__catalog-pricing {
    margin-bottom: 30px;
}

.dataTables_wrapper {}

.dataTables_length label,
.dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dataTables_length {
    margin-bottom: 20px;
}

.dataTables_filter {
    margin-left: 10px;
    margin-bottom: 20px;
}

.dataTables_filter label input,
.dataTables_filter label select.form-control {
    border-radius: 3px !important;
    height: 32px;
    padding: 4px 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

table.dataTable th,
table.dataTable td {
    vertical-align: middle;
}

table.dataTable th {
    background: #f7f7f7;
}

table.dataTable td {
    background: none !important;
    box-shadow: none !important;
}

#estatenexa-add-milestone-form .estatenexa__terms-form__field:first-child {
    width: 100% !important;
}

.estatenexa__appointmentpost-options .estatenexa__appointmentpost-options__button {
    position: relative;
}

.estatenexa__appointmentpost-options .estatenexa__appointmentpost-count {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #000;
    border: 1px solid #ccc;
}

.estatenexa__pagination li a {
    gap: 5px;
}

.estatenexa__pagination li a.prev,
.estatenexa__pagination li a.next {
    padding-left: 7px;
    padding-right: 7px;
}

.available-packages-list .estatenexa-product-item h2 {
    font-size: 16px;
}

.available-packages-list .estatenexa-product-item h2 .package-price {
    font-size: 26px;
    padding-top: 10px;
}

.estatenexa__settings-card__verification-buttons label.estatenexa__button {
    position: relative;
}

.estatenexa__settings-card__verification-buttons label.estatenexa__button input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.jobcirlce-user-transaction-detail .woocommerce-column__title {
    font-size: 24px;
}

/* Chatbox popup wrapper (bottom-right corner) */
.estatenexa-chatbox-popup {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

/* Each chat window */
.estatenexa-chatbox-popup .estatenexa__messenger {
    width: 360px;
    height: 420px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: rjwpChatFadeIn 0.3s ease;
    border: 1px solid #ddd;
}

/* Header (user name + close/minimize) */
.estatenexa-chatbox-popup .estatenexa__messenger-header {
    background-color: #0084ff;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.estatenexa-chatbox-popup .estatenexa__messenger-header__title {
    color: #fff;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estatenexa-chatbox-popup .estatenexa__messenger-header button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
}

/* Chat content */
.estatenexa-chatbox-popup .estatenexa__messenger-dialog__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Message area */
.estatenexa-chatbox-popup .estatenexa__messenger-dialog__scroller {
    padding: 12px;
    overflow-y: auto;
    flex-grow: 1;
    background-color: #f5f6f7;
}

.estatenexa-chatbox-popup .estatenexa__messenger-dialog__scroller::-webkit-scrollbar {
    width: 6px;
}

.estatenexa-chatbox-popup .estatenexa__messenger-dialog__scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Message input area */
.estatenexa-chatbox-popup .estatenexa__messenger-footer {
    border-top: 1px solid #ddd;
    padding: 8px 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.estatenexa-chatbox-popup .estatenexa__messenger-form__input {
    width: 100%;
    height: 45px;
    resize: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 11px 12px !important;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
}

.estatenexa-chatbox-popup .estatenexa__messenger-form__input:focus {
    border-color: #0084ff;
    box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.15);
}

.estatenexa-chatbox-popup .estatenexa__messenger-form__buttons {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.estatenexa-chatbox-popup .estatenexa__messenger-form__buttons .ico-holder {
    line-height: 0;
}

.estatenexa-chatbox-popup .estatenexa__messenger-footer .estatenexa__button {
    min-width: inherit !important;
    background: transparent !important;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center;
}

.estatenexa-chatbox-popup .estatenexa__messenger-footer .estatenexa__button img,
.estatenexa-chatbox-popup .estatenexa__messenger-form__buttons .ico-holder img {
    width: 16px;
    height: 16px;
    margin: 0 !important;
}

/* Send button */
#estatenexa-chatmsg-send {
    background: #0084ff;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    margin-left: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

#estatenexa-chatmsg-send:hover {
    background: #0073e6;
}

/* Message bubbles */
.estatenexa-chat-msg {
    margin-bottom: 8px;
    display: flex;
}

.estatenexa-chat-msg.sent {
    justify-content: flex-end;
}

.estatenexa-chat-msg.received {
    justify-content: flex-start;
}

.estatenexa-chat-msg .bubble {
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

.estatenexa-chat-msg.sent .bubble {
    background-color: #0084ff;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.estatenexa-chat-msg.received .bubble {
    background-color: #e5e6eb;
    color: #000;
    border-bottom-left-radius: 4px;
}

/* Animation for popup */
@keyframes rjwpChatFadeIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Optional: minimized chat header */
.estatenexa-chatbox-popup.minimized .estatenexa__messenger {
    height: 45px;
    overflow: hidden;
}

.appointmentplugin-featured-label {
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.25;
}

.estatenexa-user-setting-info-form .form-row {
    margin-bottom: 20px;
}

.estatenexa-user-setting-info-form .form-row .select2-container--default {
    width: 100% !important;
}

.estatenexa__settings-card__head .h6 .estatenexa__settings-card__subtitle {
    display: inline-block;
    font-size: 16px;
}

.estatenexa__messenger {
    transition: 0.3s;
}

.estatenexa__messenger.is-minimized {
    height: 74px;
}

.estatenexa__messenger .estatenexa__messenger-header {
    z-index: 1;
}

.estatenexa-cover-letter-suggestions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.estatenexa-cover-letter-suggestions .txt.estatenexa-chars-count {
    margin: 0;
}

.txt.estatenexa-chars-count.text-danger {
    color: red;
}

.estatenexa-cover-letter-suggestions a.estatenexa__text-primary {
    text-decoration: underline;
}

.form-group.estatenexa-skills-dropdown .select2-container,
.form-group.estatenexa-jobtype-dropdown .select2-container,
.form-group.estatenexa-languages-dropdown .select2-container {
    width: 100% !important;
    max-width: 100%;
}

.estatenexa-reviews-status-wrap {
    display: flex;
    justify-content: space-between;
}

.estatenexa-reviews-status-wrap .estatenexa-reviews-status-item .estatenexa-reviews-status-title,
.estatenexa-reviews-status-wrap .estatenexa-reviews-status-item-overall .estatenexa-reviews-overall-rating-title {
    font-weight: 700;
}

.estatenexa-reviews-overall-rating-inn {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
}

.estatenexa-reviews-overall-rating-inn .estatenexa-reviews-overall-output {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

.estatenexa-reviews-overall-rating-inn .rating-status-show,
.estatenexa-reviews-overall-rating-inn .rating-status-show-active {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.estatenexa-reviews-overall-rating-inn .rating-status-show .estatenexa-ovstar {
    font-size: 45px;
}

.estatenexa-reviews-overall-rating-inn .rating-status-show-active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

#estatenexa-review-form .form-label {
    font-weight: 700;
    display: block;
    padding: 15px 0 0;
    margin-bottom: 7px;
}

#estatenexa-review-form textarea {
    margin-bottom: 15px;
}

@media (min-width: 1650px) {
    .estatenexa__messenger-dialog__scroller {
        height: calc(100vh - 540px);
        min-height: 365px;
    }
}

.estatenexa__services-article_image,
.estatenexa__inflencer-box {
    position: relative;
}

.estatenexa__services-article_image:before,
.estatenexa__inflencer-box:after {
    padding-top: 55.5%;
    display: block;
    content: '';
}

.estatenexa__inflencer-box:before {
    z-index: 1;
}

.estatenexa__inflencer-box:after {
    padding-top: 117%;
}

.estatenexa__services-article_image img,
.estatenexa__inflencer-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.estatenexa__services-article_thumbnail {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}

.estatenexa__appointmentpost-options__button .appointmentplugin-favorites-count {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    font-size: 11px;
    min-height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.estatenexa__appointmentpost-options__button.active .rj-icon.filled {
    position: absolute;
}

.estatenexa__visual-users li {
    border-radius: 50%;
    overflow: hidden;
}

.estatenexa__profile-intro__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-dashboard-header .navbar-brand {
    padding: 0;
}

.estatenexa__header-form {
    padding: 0 4% !important;
}

.estatenexa__header {
    background: transparent !important;
}

.estatenexa__header-buttons .estatenexa__button {
    padding-left: 15px;
    padding-right: 15px;
}

.estatenexa__inflencer-box_ratings {
    z-index: 1;
}

.estatenexa__appointmentpost-options .estatenexa__appointmentpost-options__button:not(:hover) {
    color: #000;
}

.estatenexa__clientbox-starratings .estatenexa-reviews-status-holder {
    width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    vertical-align: top;
    margin-top: 0;
    min-height: 22px;
}

.estatenexa-share-wrapper {
    position: relative;
}

.estatenexa-share-kit {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

.estatenexa-share-wrapper:hover .estatenexa-share-kit {
    display: block;
}

.addtoany_list {
    display: flex;
    gap: 7px;
}

.estatenexa-inline-loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #108a00;
    border-top-color: transparent;
    border-radius: 50%;
    animation: estatenexa-inline-loader-spin 0.8s linear infinite;
    vertical-align: middle;
}

#estatenexa-modal-dialog .estatenexa-inline-loader {
    display: block;
    margin: 20px auto;
}

@keyframes estatenexa-inline-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.estatenexa__button .estatenexa-inline-loader {
    border-color: white;
    border-top: transparent;
}

.estatenexa-inline-loader.estatenexa-content-loader {
    border-color: green;
    border-top: transparent;
    margin: 0 auto;
    display: block;
}

.button-text-remove {
    margin-left: auto;
    font-weight: 700;
    text-decoration: underline !important;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    width: auto !important;
}

.estatenexa-steps-fields .estatenexa__d-flex,
.estatenexa-process-element .estatenexa__step-block_btns {
    margin-bottom: 20px;
}

.estatenexa-process-element .estatenexa__step-block_btns {
    padding-top: 15px;
}

.estatenexa-booking-auto-enable-fields {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#estatenexa-booking-settings-form .form-row label,
.estatenexa-booking-auto-enable-fields label {
    margin-bottom: 10px;
    display: block;
}

#estatenexa-booking-settings-form .form-row .select2-container,
.estatenexa-booking-auto-enable-fields .select2-container {
    width: 100% !important;
}

.estatenexa__modal#advaced-search-dialog .estatenexa__modal-wrap h2 {
    margin-bottom: 0 !important;
}

.estatenexa__modal#advaced-search-dialog .estatenexa__modal-wrap .estatenexa__advanced-search__icon {
    width: 30px;
    font-size: 28px;
}

.estatenexa__modal#advaced-search-dialog .estatenexa__modal-wrap .estatenexa__form-row {
    flex-wrap: wrap;
}

.estatenexa__modal#advaced-search-dialog .estatenexa__modal-wrap .estatenexa__form-row label {
    width: 100%;
    font-weight: 700;
    padding: 0;
}

span.estatenexa-wpsocial-text {
    padding: 0 5px;
}

.estatenexa__results-aside__range {
	margin: 20px 8px;
}

.estatenexa-price-range-slider {
	position: relative;
	height: 6px;
	border-radius: 10px;
	background: #e5e5e5;
}

.estatenexa-price-range-slider .ui-slider-range {
	position: absolute;
	height: 100%;
	border-radius: 10px;
	background: currentColor;
}

.estatenexa-price-range-slider .ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border: 2px solid currentColor;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transform: translateY(-50%);
}

.estatenexa-price-range-slider .ui-slider-handle:focus {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.estatenexa__results-aside__range-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.estatenexa__results-aside__range-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.estatenexa__results-aside__range-fieldwrap {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.estatenexa__results-aside__range-type {
	padding: 10px;
	border-right: 1px solid #ddd;
}

.estatenexa__results-aside__range-fieldwrap input {
	width: 100%;
	min-width: 0;
	padding: 10px;
	border: 0;
	outline: 0;
}

.estatenexa-price-range-clear {
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-decoration: underline;
}

@media (max-width: 480px) {
	.estatenexa__results-aside__range-fields {
		grid-template-columns: 1fr;
	}
}
