.appointmentplugin button.add-extra-field {
    margin: 10px 0 20px 0;
}

.appointmentplugin__steps-content .label {
    text-transform: none;
}

.rjwp-active-packages-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rjwp-active-packages-table .rjwp-orders-header,
.rjwp-orders-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.rjwp-active-packages-table .rjwp-orders-header {
    background: #f8f8f8;
    font-weight: bold;
}

.rjwp-active-packages-table .rjwp-orders-row:last-child {
    border-bottom: none;
}

.rjwp-active-packages-table .rjwp-col-radio {
    flex: 0 0 50px;
    text-align: center;
}

.rjwp-active-packages-table .rjwp-col-name,
.rjwp-col-expiry,
.rjwp-col-total,
.rjwp-col-consumed {
    flex: 1;
    padding: 0 10px;
}

.appointmentplugin__messenger-form__buttons {
    justify-content: flex-end !important;
}

.appointmentplugin__messenger-form__buttons .appointmentplugin__button.btn-attachment {
    min-width: inherit;
    margin: 0 10px;
    padding: 5px;
}

.appointmentplugin__messenger-form__buttons .appointmentplugin__button.btn-attachment img {
    margin: 0;
}

.appointmentplugin__messenger-form__buttons .emoji .ico-holder {
    line-height: 0;
    margin-right: 10px;
}

.appointmentplugin__header-search__icon {
    padding: 0 !important;
}

.appointmentplugin__messenger-search .appointmentplugin__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 .appointmentplugin__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;
}

#rjwp-add-milestone-form .appointmentplugin__terms-form__field:first-child {
    width: 100% !important;
}

.appointmentplugin__appointmentpost-options .appointmentplugin__appointmentpost-options__button {
    position: relative;
}

.appointmentplugin__appointmentpost-options .appointmentplugin__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;
}

.appointmentplugin__pagination li a {
    gap: 5px;
}

.appointmentplugin__pagination li a.prev,
.appointmentplugin__pagination li a.next {
    padding-left: 7px;
    padding-right: 7px;
}

.available-packages-list .rjwp-product-item h2 {
    font-size: 16px;
}

.available-packages-list .rjwp-product-item h2 .package-price {
    font-size: 26px;
    padding-top: 10px;
}

.appointmentplugin__settings-card__verification-buttons label.appointmentplugin__button {
    position: relative;
}

.appointmentplugin__settings-card__verification-buttons label.appointmentplugin__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) */
.rjwp-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 */
.rjwp-chatbox-popup .appointmentplugin__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) */
.rjwp-chatbox-popup .appointmentplugin__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;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-header__title {
    color: #fff;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-header button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
}

/* Chat content */
.rjwp-chatbox-popup .appointmentplugin__messenger-dialog__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Message area */
.rjwp-chatbox-popup .appointmentplugin__messenger-dialog__scroller {
    padding: 12px;
    overflow-y: auto;
    flex-grow: 1;
    background-color: #f5f6f7;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-dialog__scroller::-webkit-scrollbar {
    width: 6px;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-dialog__scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Message input area */
.rjwp-chatbox-popup .appointmentplugin__messenger-footer {
    border-top: 1px solid #ddd;
    padding: 8px 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.rjwp-chatbox-popup .appointmentplugin__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;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-form__input:focus {
    border-color: #0084ff;
    box-shadow: 0 0 0 2px rgba(0, 132, 255, 0.15);
}

.rjwp-chatbox-popup .appointmentplugin__messenger-form__buttons {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-form__buttons .ico-holder {
    line-height: 0;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-footer .appointmentplugin__button {
    min-width: inherit !important;
    background: transparent !important;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center;
}

.rjwp-chatbox-popup .appointmentplugin__messenger-footer .appointmentplugin__button img,
.rjwp-chatbox-popup .appointmentplugin__messenger-form__buttons .ico-holder img {
    width: 16px;
    height: 16px;
    margin: 0 !important;
}

/* Send button */
#rjwp-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;
}

#rjwp-chatmsg-send:hover {
    background: #0073e6;
}

/* Message bubbles */
.rjwp-chat-msg {
    margin-bottom: 8px;
    display: flex;
}

.rjwp-chat-msg.sent {
    justify-content: flex-end;
}

.rjwp-chat-msg.received {
    justify-content: flex-start;
}

.rjwp-chat-msg .bubble {
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

.rjwp-chat-msg.sent .bubble {
    background-color: #0084ff;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.rjwp-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 */
.rjwp-chatbox-popup.minimized .appointmentplugin__messenger {
    height: 45px;
    overflow: hidden;
}

.appointmentplugin-featured-label {
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.25;
}

.rjwp-user-setting-info-form .form-row {
    margin-bottom: 20px;
}

.rjwp-user-setting-info-form .form-row .select2-container--default {
    width: 100% !important;
}

.appointmentplugin__settings-card__head .h6 .appointmentplugin__settings-card__subtitle {
    display: inline-block;
    font-size: 16px;
}

.appointmentplugin__messenger {
    transition: 0.3s;
}

.appointmentplugin__messenger.is-minimized {
    height: 74px;
}

.appointmentplugin__messenger .appointmentplugin__messenger-header {
    z-index: 1;
}

.rjwp-cover-letter-suggestions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.rjwp-cover-letter-suggestions .txt.rjwp-chars-count {
    margin: 0;
}

.txt.rjwp-chars-count.text-danger {
    color: red;
}

.rjwp-cover-letter-suggestions a.appointmentplugin__text-primary {
    text-decoration: underline;
}

.form-group.rjwp-skills-dropdown .select2-container,
.form-group.rjwp-jobtype-dropdown .select2-container,
.form-group.rjwp-languages-dropdown .select2-container {
    width: 100% !important;
    max-width: 100%;
}

.rjwp-reviews-status-wrap {
    display: flex;
    justify-content: space-between;
}

.rjwp-reviews-status-wrap .rjwp-reviews-status-item .rjwp-reviews-status-title,
.rjwp-reviews-status-wrap .rjwp-reviews-status-item-overall .rjwp-reviews-overall-rating-title {
    font-weight: 700;
}

.rjwp-reviews-overall-rating-inn {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
}

.rjwp-reviews-overall-rating-inn .rjwp-reviews-overall-output {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

.rjwp-reviews-overall-rating-inn .rating-status-show,
.rjwp-reviews-overall-rating-inn .rating-status-show-active {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.rjwp-reviews-overall-rating-inn .rating-status-show .rjwp-ovstar {
    font-size: 45px;
}

.rjwp-reviews-overall-rating-inn .rating-status-show-active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

#rjwp-review-form .form-label {
    font-weight: 700;
    display: block;
    padding: 15px 0 0;
    margin-bottom: 7px;
}

#rjwp-review-form textarea {
    margin-bottom: 15px;
}

@media (min-width: 1650px) {
    .appointmentplugin__messenger-dialog__scroller {
        height: calc(100vh - 540px);
        min-height: 365px;
    }
}

.appointmentplugin__services-article_image,
.appointmentplugin__inflencer-box {
    position: relative;
}

.appointmentplugin__services-article_image:before,
.appointmentplugin__inflencer-box:after {
    padding-top: 55.5%;
    display: block;
    content: '';
}

.appointmentplugin__inflencer-box:before {
    z-index: 1;
}

.appointmentplugin__inflencer-box:after {
    padding-top: 117%;
}

.appointmentplugin__services-article_image img,
.appointmentplugin__inflencer-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.appointmentplugin__services-article_thumbnail {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
}

.appointmentplugin__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);
}

.appointmentplugin__appointmentpost-options__button.active .rj-icon.filled {
    position: absolute;
}

.appointmentplugin__visual-users li {
    border-radius: 50%;
    overflow: hidden;
}

.appointmentplugin__profile-intro__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-dashboard-header .navbar-brand {
    padding: 0;
}

.appointmentplugin__header-form {
    padding: 0 4% !important;
}

.appointmentplugin__header {
    background: transparent !important;
}

.appointmentplugin__header-buttons .appointmentplugin__button {
    padding-left: 15px;
    padding-right: 15px;
}

.appointmentplugin__inflencer-box_ratings {
    z-index: 1;
}

.appointmentplugin__appointmentpost-options .appointmentplugin__appointmentpost-options__button:not(:hover) {
    color: #000;
}

.appointmentplugin__clientbox-starratings .rjwp-reviews-status-holder {
    width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    vertical-align: top;
    margin-top: 0;
    min-height: 22px;
}

.rjwp-share-wrapper {
    position: relative;
}

.rjwp-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);
}

.rjwp-share-wrapper:hover .rjwp-share-kit {
    display: block;
}

.addtoany_list {
    display: flex;
    gap: 7px;
}

.appointmentplugin__button .rjwp-inline-loader {
    border-color: white;
    border-top: transparent;
}

.rjwp-inline-loader.rjwp-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;
}

.rjwp-steps-fields .appointmentplugin__d-flex,
.rjwp-process-element .appointmentplugin__step-block_btns {
    margin-bottom: 20px;
}

.rjwp-process-element .appointmentplugin__step-block_btns {
    padding-top: 15px;
}

.rjwp-booking-auto-enable-fields {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#rjwp-booking-settings-form .form-row label,
.rjwp-booking-auto-enable-fields label {
    margin-bottom: 10px;
    display: block;
}

#rjwp-booking-settings-form .form-row .select2-container,
.rjwp-booking-auto-enable-fields .select2-container {
    width: 100% !important;
}

.appointmentplugin__modal#advaced-search-dialog .appointmentplugin__modal-wrap h2 {
    margin-bottom: 0 !important;
}

.appointmentplugin__modal#advaced-search-dialog .appointmentplugin__modal-wrap .appointmentplugin__advanced-search__icon {
    width: 30px;
    font-size: 28px;
}

.appointmentplugin__modal#advaced-search-dialog .appointmentplugin__modal-wrap .appointmentplugin__form-row {
    flex-wrap: wrap;
}

.appointmentplugin__modal#advaced-search-dialog .appointmentplugin__modal-wrap .appointmentplugin__form-row label {
    width: 100%;
    font-weight: 700;
    padding: 0;
}

span.rjwp-wpsocial-text {
    padding: 0 5px;
}