.nav-active {
    color: var(--violet-500) !important;
}

.fr-hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.fr-hero-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

/* job-details */

.fr-job-details {
    padding: 27px 40px 40px 40px;
    background: var(--white);
    border-radius: 10px;
    width: 100%;
}

.fr-job-heading {
    border-bottom: 1px solid var(--gray-600);
    padding-bottom: 12px;
}

.fr-author-section {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
}

.fr-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fr-author__img {
    background: var(--white);
    border-radius: 8px;
    height: 152px;
    width: 152px;
    overflow: hidden;
}

.fr-author__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fr-author__desc {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 100px;
    background: var(--white);
    color: var(--gray-200);
    margin: 20px 0;
}

.fr-author__type {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 10px 0;
}
.fr-author-type--inner {
    color: var(--dark-300);
}

.fr-author__date {
    background: var(--violet-200);
    padding: 4px 15px;
    border-radius: 100px;
    color: var(--violet-500);
    display: inline-block;
}

/* form-section */

.fr-job-form {
    padding: 34px 40px 44px 40px;
    border-radius: 10px;
    box-shadow: 0px 6px 30px 5px #0000000d;
    background: var(--white);
}

.fr-form__container {
    margin-bottom: 28px;
}

.fr-form-input,
.fr-form-textarea {
    border: 1px solid var(--white-border);
    font-size: 16px;
    padding: 0 16px;
    width: 100%;
    background-color: var(--white-400);
}

.fr-form-input:focus,
.fr-form-textarea:focus {
    border: 1px solid var(--white-border);
    outline: none;
    box-shadow: none;
}
.fr-form-input {
    height: 52px;
    border-radius: 30px;
}

.fr-form-textarea {
    border-radius: 10px;
    padding: 22px 30px;
}

.fr-form__wrapper--2 {
    display: flex;
    gap: 40px;
}

.fr-form-checkbox {
    appearance: none;
    height: 14px;
    width: 14px;
    background: var(--violet-200);
    border-radius: 50%;
    outline: 1px solid var(--violet-500);
    outline-offset: 3px;
    margin-right: 12px;
}

.fr-form-checkbox:checked {
    background: var(--violet-500);
}

.content {
    display: none;
    width: 100%;
}
.active.fr-form-checkbox {
    background: var(--violet-500);
}
.active.content {
    display: block;
}

.fr-form-content {
    display: flex;
    align-items: flex-end;
    gap: 14px;
}
.fr-form__wrapper--3 {
    display: flex;
    gap: 20px;
    flex: 1;
}

.fr-form__wrapper-container--2 {
    max-width: 290px;
    width: 100%;
}

.content-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    border: 1px solid #ededed;
    background: var(--white);
    border-radius: 50%;
}

.fr-milestone {
    padding-top: 12px;
}
.w-milestone-btn {
    background: var(--white-400);
    color: #108a00;
    border: 1px solid var(--white-border);
    display: flex;
    align-items: center;
    gap: 8px;
}

.fr-total {
    border-top: 1px solid var(--white-border);
    display: flex;
    justify-content: end;
}

.fr-total__main {
    max-width: 391px;
    width: 100%;
}

.fr-total__item {
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    border-bottom: 1px solid var(--white-border);
}

.fr-total__button {
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.w-btn-cancel {
    background: white;
    border: 1px solid var(--white-border);
    color: red;
    background: var(--white-card);
}

/* massagebox */

.fr-massage {
    border: 1px solid var(--white-border);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    background: var(--white);
    height: calc(100vh - 164px);
    position: relative;
}

/* chat-member-section-------------- */
/* chatmember-scrollbar */
.fr-massage__members::-webkit-scrollbar,
.fr-conversation::-webkit-scrollbar {
    width: 1px;
}

.fr-massage__members::-webkit-scrollbar-track,
.fr-conversation::-webkit-scrollbar-track {
    background: transparent;
}

.fr-massage__members::-webkit-scrollbar-thumb,
.fr-conversation::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/* chat-member */
.fr-massage__members-section {
    padding-bottom: 30px;
    max-width: 350px;
    width: 100%;
}
.fr-massage__members {
    height: 100%;
    overflow-y: auto;
}

.fr-massage__person {
    padding: 19px 20px 17px 20px;
    display: flex;
    gap: 12px;
}

.fr-massage__person:hover {
    background: var(--white-border);
}

.fr-massage__person:not(:last-child) {
    border-bottom: 1px solid var(--white-border);
}

.fr-massage__person-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.fr-massage__person-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fr-massage__person-content {
    flex: 1 1 0%;
}
.fr-massage__person-detail {
    display: flex;
    justify-content: space-between;
}
.fr-massage__person-detail h6 {
    font-family: var(--body-font-family);
}

/* massage-head */
.fr-massage__details {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid var(--white-border);
    background: #f9fafb;
}
.fr-massage__head {
    padding: 25px 25px 25px 30px;
    background: #edebe7;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0px;
}

.fr-massage__author {
    display: flex;
    gap: 16px;
}
.fr-massage__author-img {
    height: 52px;
    width: 52px;
}
.fr-massage__author-date {
    margin-top: 5px;
}

.fr-massage__head-connect {
    display: flex;
    gap: 24px;
}
.fr-massage__icon {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
}

.fr-massage__main {
    height: 100%;
    overflow: hidden;
    padding: 18px 28px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    /* position: relative; */
}
.fr-conversation {
    height: 100%;
    max-height: calc(100% - 10px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fr-support {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fr-support__content {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    max-width: 737px;
    width: 100%;
}

.fr-support__content-main {
    background: var(--white);
    padding: 12px;
    border-radius: 8px;
    max-width: 664px;
}

.fr-support__content-main p:not(:last-child) {
    margin-bottom: 30px;
}
.fr-support__content-main span {
    text-wrap: nowrap;
}

.fr-support__items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fr-support__img {
    width: 121px;
    height: 69px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fr-support__img-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fr-support__img-inner img {
    width: 100%;
    height: 100%;
}

.fr-vendor {
    align-items: flex-end;
}

.fr-vendor .fr-support__content {
    flex-direction: row-reverse;
}

.fr-vendor .fr-support__content-main {
    background: var(--white-border);
}

.fr-chatbox {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.fr-chatbox-item {
    border: 1px solid var(--white-border);
    border-radius: 30px;
    height: 50px;
    background: var(--white);
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fr-chatbox-attach {
    position: absolute;
    right: 30px;
    top: 10px;
    display: flex;
    gap: 10px;
}
.fr-chatbox-input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 30px;
}

.fr-chatbox-input:focus-visible {
    border: none;
    outline: 0;
}

.fr-chatbox-btn .hero-form-btn {
    height: 50px;
}

.services {
    background: rgba(0, 255, 150, 0.06);
}

.fr-freelancer-tab-link {
    background-color: var(--white);
    border: 1px solid #00E184;
    color: var(--violet-500);
}

.fr-freelancer-tab-link.active {
    background-color: var(--violet-500);
    color: var(--white);
}
/* order-details */

.fr-order {
    gap: 60px;
    padding: 30px;
}
.fr-order .fr-massage__details {
    border: 1px solid var(--white-border);
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 0%;
    background: var(--white);
    height: 100%;
}
.fr-milestone {
    max-width: 406px;
    width: 100%;
}

.fr-milestone__heading {
    margin-bottom: 10px;
}
.fr-countdown,
.fr-milestone-job,
.fr-milestone-submission {
    padding: 15px 20px 0 20px;
    box-shadow: 0px 4px 44px 0px #0000000f;
    border-radius: 10px;
}

.fr-milestone__heading {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white-border);
}
.fr-countdown-section {
    padding: 10px 0;
    display: flex;
}

.fr-countdown__items {
    padding: 0 18px;
    display: flex;
    gap: 5px;
}
.fr-countdown__items:not(:last-child) {
    border-right: 1px solid var(--white-border);
}

.fr-countdown__items:first-child {
    padding-left: 0px;
}

.fr-milestone-job,
.fr-milestone-submission {
    padding: 30px;
}

.fr-milestone__author {
    padding: 0 0 16px 0;
    border-bottom: 1px solid var(--white-border);
    display: flex;
    align-items: center;
    gap: 18px;
}

.fr-milestone__author-detail {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100px;
    background-color: var(--white-border);
    color: var(--dark-300);
    margin-top: 12px;
}

.fr-milestone__order {
    padding: 24px 0;
    display: flex;
    gap: 50px;
}
.fr-milestone__order-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fr-milestone__order-hire {
    color: var(--violet-500);
    background: var(--violet-200);
    display: inline-block;
    padding: 7px 16px;
    border-radius: 100px;
}

.fr-milestone-main {
    padding: 15px 18px;
    background: #f9fafb;
    border-radius: 10px;
}

.fr-milestone-main__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.fr-milestone-main__section {
    display: flex;
    gap: 16px;
}
.fr-milestone-main__list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-top: 12px;
    border-top: 1px solid var(--white-border);
    width: 100%;
}
.fr-milestone__list-item {
    display: flex;
    gap: 16px;
    padding-bottom: 14px;
}

.fr-milestone__list-icon:not(:last-child) {
    position: relative;
    z-index: 1;
}
.fr-milestone__list-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: var(--violet-500);
    top: 20px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.fr-milestone__list-icon-2::before {
    display: none;
}

.fr-milestone__list-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 26px;
}

.fr-milestone-button {
    display: flex;
    gap: 30px;
}

.fr-milestone-button .hero-form-btn {
    height: 46px;
}
.fr-milestone-button .cancel-btn {
    color: #ff3838;
    text-decoration: underline;
}

.fr-milestone__drop {
    padding: 30px 40px;
    background: #f9fafb;
    border-radius: 10px;
    text-align: center;
}

.fr-milestone__drop .choose-btn {
    text-decoration: underline;
    color: var(--violet-500);
}

.fr-milestone__drop-btn .w-btn-secondary-lg {
    display: inline-block;
    padding: 14px 32px;
}

/* recent job */
.fr-job-post-horizontal {
    box-shadow: 0px 10px 30px 5px #0000000d;
    transition: all 0.3s linear;
    border: 1px solid var(--white);
    padding: 10px 50px 10px 10px;
    align-items: center;
    background-color: var(--white);
}
.fr-job-post-horizontal:hover {
    border: 1px solid var(--violet-500);
}
.fr-job-post-horizontal .job-post-horizontal-img {
    border-radius: 10px;
    background: var(--white-border);
    height: 152px;
    width: 152px;
}

.job-post-type {
    padding: 6px 14px;
    border-radius: 100px;
    background: var(--violet-200);
}

/* cta-section */
.fr-cta-wrapper {
    background-image: url(../img/cta/Shape.png);
}

.fr-cta-btn-link {
    background: var(--white);
    color: var(--dark-300);
    font-weight: 400;
}

/* top-seller */

.fr-top-seller-card {
    background: #F0FFF9;

    border: 1px solid #00E184;
}
.fr-top-seller-card:hover {
    background: var(--white);
    border: 1px solid var(--violet-500);
}

.fr-top-seller-card:hover .fr-cta-btn-link {
    background: var(--violet-500);
    color: var(--white);
}

.fr-top-seller-card .job-type-badge-secondary {
    background: var(--lime-500);
    color: var(--dark-300);
}

.fr-footer-area {
    background: var(--white-card);
}
.fr-footer-area .footer-newsletter {
    border-bottom: none;
}
.fr-footer-area .footer-newsletter-desc {
    color: var(--gray-200);
}

.fr-footer-area .footer-newsletter-form {
    border: none;
    padding: 0;
}

.fr-footer-area .footer-newsletter-form .form-control {
    max-width: 399px;
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--white-border);
}

.fr-footer-main {
    border-top: 1px solid var(--gray-600);
}

.fr-footer-main .footer-widget-title {
    color: var(--dark-300);
}

.fr-footer-copyright {
    background-color: var(--white);
}

.fr-footer-copyright .footer-social-link:hover {
    color: var(--violet-500);
}

/* job-details */

.fr-job-from {
    background: var(--violet-200);
    padding: 6px;
    border-radius: 100px;
}

.job-post-input:not(:nth-child(3)) {
    border-right: 1px solid #eed1ff;
}

.job-post-input input,
.job-post-input select {
    background-color: transparent;
}

.fr-job-posts-container,
.fr-company-profile-card {
    box-shadow: 0px 6px 30px 5px #0000000d;
}

.fr-job-posts-container .job-post-date {
    background: var(--violet-200);
}

.fr-job-posts-container .job-location {
    border: 1px solid #eed1ff;
    background: var(--white);
}

.fr-company-card-list:not(:last-child) {
    border-bottom: 1px solid var(--white-border);
}

.fr-job-apply {
    background: #fbf5ff;
    border: 1px solid #00E184;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fr-header-btn:hover {
    background-color: var(--violet-500);
}

.fr-tab-link {
    border-radius: 4px;
    border: 1px solid #00E184;
    background-color: var(--white);
    color: var(--violet-500);
}

.fr-tab-link.active {
    background-color: var(--violet-500);
    color: var(--white);
}

/* testimonial */
.fr-testimonial {
    background: url(../img/testimonial/testimonial-bg.png) no-repeat center
        center;
}

.fr-testimonial .testimonialsSlider {
    width: 150%;
}
/* work-process */

.fr-milestone__drop-btn .w-btn-secondary-lg {
    display: inline-block;
    padding: 14px 32px;
}

.fr-wp-wrapper {
    padding: 0 40px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fr-wp-wrapper__arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -60px;
}
.fr-wp-wrapper__img {
    width: 300px;
    height: 300px;
}
.fr-wp-wrapper__img img {
    width: 100%;
    height: 100%;
}

.fr-feature-card {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 7px 40px 7px 7px;
    min-height: auto;
    box-shadow: 0px 10px 30px 5px #0000000f;
}
.fr-feature-card .feature-card-title {
    margin-top: 0;
}
.fr-feature-card__img {
    height: 143px;
    width: 107px;
    border-radius: 8px;
    overflow: hidden;
}
.fr-feature-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fr-feature-card__content {
    flex: 1 1 0%;
}

.fr-feature-card__content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fr-about-company__content {
    max-width: 641px;
    width: 100%;
}

.fr-about-list {
    display: flex;
    flex-direction: column;
}

.fr-about-list-item {
    color: var(--gray-200);
}

.fr-about-btns {
    gap: 62px;
}

.fr-feature-tab:hover {
    background: var(--violet-200);
}
.fr-active {
    background: var(--violet-200);
}

.fr-faq-accordions .accordion .accordion-item {
    border: 1px solid #eed1ff;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 30px;
}

.fr-faq-accordions .accordion .accordion-item .accordion-button {
    padding: 25px 0;
}

.fr-faq-accordions .accordion .accordion-item .accordion-body {
    padding: 13px 0 27px 0;
    border-top: 1px solid #eed1ff;
}

/* live chat */
/* .fr-gallery-list {
    max-width: 737px;
    width: 100%;
}
.fr-gallery-list p {
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
} */
.fr-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* contact-page */

.fr-contact-section {
    padding: 30px;
    border-radius: 30px;
}

/* service-details */
.fr-sd-list li:not(:last-child) {
    margin-bottom: 10px;
}

/*  */
.fr-search_form {
    background: var(--violet-200);
    border: 1px solid #00E184;
    padding: 6px 8px;
    border-radius: 4px;
    
}

.fr-modal-body {
    padding: 40px;
}
.fr-proposal-container {
    padding: 0;
}

.fr-proposal-container__title {
    font-weight: 700;
    margin-bottom: 20px;
}

.fr-proposal-container .form-textarea {
    background: #fafafa;
    border-radius: 10px;
}

.fr-download-btn {
    background: #22be0d;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* seller-dashboard */

.fr-cancel {
    background: #ffe9e9;
    color: #ff3838;
}

.fr-applicant-link {
    display: inline-flex;
}

.fr-edit-btn {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f4f6;
    padding: 0;
    border: 0;
}
