#response-newsletter,
#response-login,
#response-forgot,
#response-msg,
.hide-loading,
#response-gallery,
#response-contact {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--rw-danger-text);
}

#full-reg-form label.error,
#contact-form label.error {
    display: none;
    color: var(--rw-danger-text);
    max-width: 200px;
    white-space: normal;
    font-size: 14px;
}

#add-ad-form label.error,
#edit-ad-form label.error,
#phone-number-display-request-form label.error {
    display: none;
    color: var(--rw-danger-text);
    max-width: 200px;
    white-space: normal;
    font-size: 14px;
    position: relative;
    padding: 0.4rem 0.4rem;
}

#full-reg-form input.error,
#add-ad-form input.error,
#edit-ad-form input.error,
#contact-form input.error {
    border-color: var(--rw-danger-text);
}

#full-reg-form label.error.inline,
#add-ad-form label.error.inline,
#edit-ad-form label.error.inline,
#contact-form label.error.inline,
#phone-number-display-request-form label.error.inline {
    display: inline;
    position: relative;
    opacity: 1;
}

#terms-acceptance-user-part label.error,
#terms-acceptance-company-part label.error {
    margin-top: 15px;
}

#terms-acceptance-part label.error {
    padding: 0rem;
}

#edit-profile-form label.error,
#change-password-form label.error,
#add-ad-form label.error,
#edit-ad-form label.error {
    color: var(--rw-danger-text);
}

#comment-error {
    color: var(--rw-danger-text);
}

#mypagination .page-item a {
    border-radius: 0.5rem;
    position: relative;
    display: block;
    padding: var(--rw-pagination-padding-y) var(--rw-pagination-padding-x);
    font-size: var(--rw-pagination-font-size);
    color: var(--rw-pagination-color);
    background-color: var(--rw-pagination-bg);
    border: var(--rw-pagination-border-width) solid var(--rw-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#mypagination .page-item .my-active {
    background-color: #f3eee8;
    color: #222;
}

#mypagination .page-item a:hover {
    background-color: #f3eee8;
    color: #222;
    border: 1px solid #eaeaea;
}

.remove-from-favorites {
    background-color: #007ba2 !important;
    color: #fff !important;
}

.inbox_chatting_box .chatting_content li.media span.online {
    background-color: #2ecc71;
}

.border-radius-8 {
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}

.btn_upload label.error {
    font-size: 12px;
    display: block;
}

.pagination-outside ul li {
    display: inline-block;
}

/*TERMS*/
.terms{
    box-shadow: 4px 4px 6px rgb(0 0 0 / 20%);
    color: #717171;
    cursor: pointer;
    margin: 0.5rem auto;
    padding: .25rem;
    display: block;
    text-align: center;
    font-size: 12px;
}

.busy-term
{
    background-color: var(--rw-danger-text) !important;
    color:white !important;
}

.active-term
{
    background-color: #007ba2 !important;
    color:white !important;
}

.selected-lang {
    color: #fff !important;
    background-color: #F3EEE8 !important;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    display: inline-block;
    color: #555;
    vertical-align: middle;
    border-radius: 8px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    padding: 25px 20px;
    font-size: 14px;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.sticky-card {
    position: sticky;
    top: 20px; /* Adjust the value as needed */
    z-index: 100;
}

#card-errors {
    color: var(--rw-danger-text);
}

.active-package {
    border: 3px solid #ffc115 !important;
}

/* COMMENTS */
.no-comments {
    background-color: #ffc115;
    border-color: #ffc115;
    padding: 0.55rem;
    color: #000;
    border: 0.375rem;
    border-radius: 0.375rem;
}

.alart_style_one {
    background-color: #ffc115;
    border-color: #ffc115;
    border: 0.375rem;
    border-radius: 0.375rem;
    color: #000;
}

/*for bugs on description*/
.note-popover.popover {
    display: none;
}