@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.about {
    padding: 100px 0 100px 0;
}

.about .titel_head {
    text-align: start;
}

.about_thumb {
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 1.5/1 1.5;
}

.about_text {
    margin-top: 10px;
}

.about_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: var(--paragraph);
}

.about_list {
    margin-top: 20px;
}

.about_list li {
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    color: var(--paragraph);
    margin-bottom: 14px;
}

.about_list li:last-of-type {
    margin-bottom: 0;
}

.about_btn {
    margin-top: 35px;
}

.about_pl {
    padding-left: 46px;
}

.theam_btn {
    padding: 0 36px;
    height: 56px;
    line-height: 56px;
    background-color: var(--green);
    color: var(--white);
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition_all);
    border: 1px solid var(--green);
    text-align: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.theam_btn:hover {
    color: var(--black);
    background-color: transparent;
}

.theam_btn.theam_btn_black {
    background-color: var(--black);
    border-color: var(--black);
}

.theam_btn.theam_btn_black:hover {
    background-color: transparent;
}

.theam_btn_border {
    padding: 0 24px;
    height: 56px;
    line-height: 56px;
    color: var(--black);
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition_all);
    border: 1px solid rgba(0, 14, 7, 0.4);
    text-align: center;
}

.theam_btn_border:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
}

.banner {
    padding: 190px 0 96px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-size: cover !important;
}

.banner_text h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -1.8px;
    color: var(--black);
}

.banner_text p {
    padding-top: 10px;
}

.banner_btn {
    gap: 30px;
    margin-top: 40px;
}

.banner_right_thumb_thumb {
    width: 630px;
    height: 600px;
}

.inner_bg {
    padding: 180px 0 80px 0;
}

.inner_bg_text {
    text-align: center;
}

.inner_bg_text h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.32px;
    color: var(--black);
}

.breadcrumb {
    gap: 15px;
}

.breadcrumb li {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: var(--green);
    text-decoration-line: underline;
}

.breadcrumb li a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: var(--black);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

img {
    vertical-align: middle;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.g-4,
.gy-4 {
    --bs-gutter-x: 30px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 30px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-60px {
    margin-top: 60px;
}

.contact_us {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.contact_us_box {
    padding: 40px;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0);
}

.contact_us_box_text {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
}

.contact_us_form {
    margin-top: 15px;
}

.contact_us_form_item {
    gap: 24px;
    margin-bottom: 12px;
}

.contact_us_form_item_inner {
    width: 100%;
}

.contact_us_form_item_inner .form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--black);
}

.contact_us_form_item_inner .form-control {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 16px;
}

.contact_us_form_item_inner .form-control:focus {
    box-shadow: inherit;
    border-color: var(--green);
}

.contact_us_form_item_inner .form-control::placeholder {
    color: #b9b9b9;
}

.contact_us_form .theam_btn {
    margin-top: 24px;
}

.support_item {
    padding: 40px 0 0 0;
    border-radius: 6px;
    background: #eafff5;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0);
    text-align: center;
    overflow: hidden;
}

.support_icon {
    width: 74px;
    height: 74px;
    background-color: var(--white);
    border-radius: 50%;
}

.support_text {
    margin-top: 30px;
}

.support_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

.support_text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--black);
}

.support_thumb {
    height: 266px;
    margin-top: 44px;
}

.contact_us_item_box {
    text-align: center;
    padding: 52px 40px 40px 40px;
    border-radius: 6px;
    border-right: 1px solid #eeeff2;
    background: var(--white);
    margin-top: 60px;
    height: 285px;
}

.contact_us_item_box_text {
    margin-top: 7px;
}

.contact_us_item_box_text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
}

.contact_us_item_box_text p,
.contact_us_item_box_text span {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.contact_us_item_box_text span {
    line-height: 20px;
    display: block;
}

.contact_us_item_box_text a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: var(--black);
}

.career-job {
    padding: 70px 0 50px 0;
}

.career-job.two .jobs_card {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    margin-right: 0;
}

.career-job_top_item_main {
    gap: 24px;
}

.career-job_top_item {
    width: 100%;
}

.career-job_top_item .form-control {
    width: 510px;
}

.career-job_top_item .form-control,
.career-job_top_item .form-select {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph);
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #eeeff2;
}

.career-job_top_item .form-control:focus,
.career-job_top_item .form-select:focus {
    box-shadow: inherit;
}

.career-job_top_item .theam_btn {
    gap: 12px;
    width: 100%;
}

.career-job_item_two {
    margin-bottom: 40px;
}

.career-job_item_two_text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #323b49;
}

.career-job_item_two_text p span {
    font-weight: 500;
    color: var(--black);
}

.career-job_item_two_select {
    gap: 20px;
    width: 300px;
    margin-top: 30px;
}

.career-job_item_two_select .career-job_top_item {
    flex: 1;
}

.career-job_item_two_select p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
}

.career-job_item_two_select .form-select {
    height: 40px;
    line-height: 40px;
    border: 0;
}

.pagination {
    gap: 12px;
    margin-top: 48px;
}

.pagination li a {
    width: 52px;
    height: 52px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--green);
    border: 1px solid #e1e4e9;
    transition: var(--transition_all);
}

.pagination li a:hover {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.pagination li a.active {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.not_found_thumb {
    width: 397.22px;
    height: 339px;
}

.not_found_thumb img {
    width: 100%;
    height: 100%;
}

.not_found_text {
    text-align: center;
    margin-top: 48px;
}

.not_found_text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--black);
}

.not_found_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.09px;
    color: var(--paragraph);
    padding-top: 14px;
}

.not_found_btn {
    text-align: center;
    margin-top: 38px;
}

.about {
    padding: 100px 0 100px 0;
}

.about .titel_head {
    text-align: start;
}

.about_thumb {
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 1.5/1 1.5;
}

.about_text {
    margin-top: 10px;
}

.about_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: var(--paragraph);
}

.about_list {
    margin-top: 20px;
}

.about_list li {
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    color: var(--paragraph);
    margin-bottom: 14px;
}

.about_list li:last-of-type {
    margin-bottom: 0;
}

.about_btn {
    margin-top: 35px;
}

.about_pl {
    padding-left: 46px;
}

.downlode {
    padding: 100px 0;
}

.downlode .titel_head {
    text-align: start;
}

.downlode .titel_head .sub_titel {
    padding: 6px 16px;
    border-radius: 999px;
    background: #eafef4;
    margin-bottom: 16px;
    display: inline-block;
}

.downlode .titel_head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--paragraph);
    margin-top: 10px;
}

.downlode_thumb {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    aspect-ratio: 1.04/1;
}

.downlode_btn {
    gap: 30px;
    margin-top: 45px;
}

.downlode_pl-100px {
    padding-left: 90px;
}

.dashdord {
    padding: 100px 0 100px 0;
}

.dashdord .pagination {
    margin-top: 24px;
}

.dashbord_menu_btn_main .dashbord_menu_btn_main {
    margin-top: 0 !important;
}

.dashbord_menu {
    padding: 30px;
    border-radius: 6px;
    border: 1px solid var(--green);
    background: #f2fcf7;
}

.dashbord_menu li {
    margin-bottom: 8px;
}

.dashbord_menu li:last-of-type {
    margin-bottom: 0;
}

.dashbord_menu li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--black);
    gap: 8px;
    padding: 14px 15px;
    border-radius: 6px;
    transition: var(--transition_all);
}

.dashbord_menu li a:hover {
    background-color: var(--white);
}

.dashbord_menu li a.active {
    background: var(--white);
}

.dashbord_menu .theam_btn {
    width: 100%;
    color: var(--white);
}

.dashbord_menu .theam_btn:hover {
    color: var(--black);
}

.dashbprd_head_btn {
    text-align: end;
}

.dashbord_menu_btn {
    margin-top: 40px;
}

.dashbord_menu_btn .theam_btn:hover {
    color: var(--black);
}

.dashbord-item {
    padding: 24px;
    border-radius: 6px;
    background: #eef5fc;
    margin-bottom: 50px;
}

.dashbord-item.dashbord-item_two {
    background: #f2fcf7;
}

.dashbord-item.dashbord-item_three {
    background: rgba(253, 161, 21, 0.12);
}

.dashbord-item_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--paragraph);
}

.dashbord-item_text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: var(--black);
    padding-top: 10px;
}

.dashbord-item_icon {
    height: 60px;
    width: 60px;
    background-color: var(--white);
}

.dashbprd_head h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: var(--black);
}

.dashbord_head_btn {
    text-align: end;
}

.seemore_btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-decoration-line: underline;
    color: var(--black);
}

.seemore_btn:hover {
    color: var(--black);
}

.dashbord_tabal_main .form-check {
    padding-left: 0;
}

.dashbord_tabal_main {
    overflow-x: auto;
}

.dashbord_tabal_main .table > :not(caption) > * > * {
    padding: 16px 14px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.dashbord_tabal_main .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff;
}

.dashbord_tabal_main .table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #f5f7fa;
    color: var(--bs-table-striped-color);
}

.dashbord_tabal_main .table {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 20px;
}

.dashbord_tabal_main .table thead {
    vertical-align: middle;
}

.dashbord_tabal_main .table thead tr {
    background-color: #f5f7fa;
}

.dashbord_tabal_main .table thead tr th {
    padding: 14px 20px !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--black);
}

.dashbord_tabal_main .table thead tr th:last-of-type {
    text-align: end;
}

.dashbord_tabal_main .table tbody tr td {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black);
    letter-spacing: -0.36px;
    padding: 14px 20px;
}

.dashbord_tabal_main .table tbody tr td a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--black) !important;
    letter-spacing: -0.36px;
}

.dashbord_tabal_main .table tbody tr td .badge,
.dashbord_tabal_main .table tbody tr td .denger {
    height: 44px;
    width: 110px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    color: var(--green);
    border-radius: 6px;
    background: #f2fcf7;
}

.dashbord_tabal_main .table tbody tr td .denger {
    border-radius: 6px;
    background: #ffe8ea;
    color: #ff374b;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.dashbord_tabal_btn {
    gap: 12px;
}

.view_btn,
.hire_btn {
    padding: 9px 16px;
    border: 1px solid var(--black);
    border-radius: 6px;
    text-decoration: none;
    color: var(--black);
}

.view_btn:hover,
.hire_btn:hover {
    color: var(--black);
}

.edit_btn,
.delet_btn {
    border-radius: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--green);
}

.delet_btn {
    border: 1px solid #ff374b;
}

.dashbord_menu_btn_main {
    text-align: end;
    margin-bottom: 24px;
}

.dashbord_menu_btn_main .dashbord_menu_btn {
    margin-top: 0;
}

.table_two thead tr th {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.table_two thead tr th .form-check-input:focus {
    box-shadow: inherit;
    border-color: #d6ddeb;
}

.table_two thead tr th .form-check-input:checked {
    background-color: var(--green);
}

.table_two tbody tr td .form-check-input:focus {
    box-shadow: inherit;
    border-color: #d6ddeb;
}

.table_two tbody tr td .form-check-input:checked {
    background-color: var(--green);
}

.table_two tbody tr td .td_item_main {
    gap: 24px;
}

.table_two tbody tr td .td_item_main .icon.active {
    fill: currentColor;
    color: #ff374b;
}

.table_two tbody tr td .td_item {
    gap: 8px;
}

.table_two tbody tr td .td_item_thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.table_two tbody tr td .td_item_text {
    flex: 1;
}

.table_two tbody tr td .view_btn,
.table_two tbody tr td .hire_btn {
    padding: 9px 10px;
    border: 1px solid var(--black);
    border-radius: 6px;
    text-decoration: none;
    color: var(--black);
}

.table_two tbody tr td .view_btn:hover,
.table_two tbody tr td .hire_btn:hover {
    color: var(--black);
}

.table_two tbody tr td .hire_btn {
    border-color: var(--green);
    color: var(--green);
}

.table_two tbody tr td .edit_btn,
.table_two tbody tr td .sms_btn {
    border-radius: 6px;
    width: 44px;
    height: 44px;
    background-color: #ebf3ff;
    border: 1px solid #ebf3ff;
}

.table_two tbody tr td .sms_btn {
    background-color: #ecfff6;
}

.creat_jobs_box {
    padding: 20px 30px 30px 30px;
    border-radius: 6px;
    border: 1px solid #e1e4e9;
    background: var(--white);
}

.creat_jobs_box_titel {
    border-bottom: 1px solid #e1e4e9;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.creat_jobs_box_titel h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    color: var(--black);
}

.creat_jobs_form_item {
    margin-top: 14px;
    gap: 30px;
}

.creat_jobs_form_item h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: var(--black);
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e4e9;
    width: 100%;
}

.creat_jobs_form_inner {
    width: 100%;
}

.creat_jobs_form_inner .form-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.09px;
    color: var(--black);
}

.creat_jobs_form_inner .form-control,
.creat_jobs_form_inner .form-select {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    padding: 12px 16px;
}

.creat_jobs_form_inner .form-control:focus,
.creat_jobs_form_inner .form-select:focus {
    box-shadow: inherit;
    border-color: var(--green);
}

.text_fild {
    width: 350px;
    padding: 50px 30px;
    border-radius: 5.574px;
    border: 2px dashed rgba(0, 191, 99, 0.4);
    background: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.text_fild .text_fild_thumb {
    height: 150px;
    width: 150px;
}

.text_fild .text_fild_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text_fild p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--paragraph);
}

.text_fild p span {
    color: var(--green);
}

.text_fild h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--paragraph);
}

.text_fild #myfile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    opacity: 0;
}

.creat_jobs_form_item_btn {
    margin-top: 30px;
    gap: 30px;
}

.creat_jobs_form_item_btn .theam_btn_border {
    color: #ff374b;
    border-color: #ff374b;
}

.creat_jobs_form_item_btn .theam_btn_border::after {
    background-color: transparent;
}

.profile_item {
    gap: 20px;
    margin-bottom: 24px;
}

.profile_item_thumb {
    width: 75px;
    height: 75px;
}

.profile_item_text {
    flex: 1;
}

.profile_item_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--paragraph);
}

.profile_item_file {
    margin-top: 14px;
    gap: 20px;
}

.inputfile {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    color: var(--black);
    border: 0;
    padding: 10px 20px;
}

.input-delet {
    color: #ff374b;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.input-delet:hover {
    color: #ff374b;
}

.cencle_button {
    color: #ff374b;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.dashbord_massage_top {
    padding: 14px 24px;
    gap: 8px;
}

.dashbord_massage_top_thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.dashbord_massage_top_text {
    flex: 1;
}

.dashbord_massage_top_text a {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    color: var(--black);
}

.dashbord_massage_top_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    color: var(--paragraph);
    padding-top: 4px;
}

.dashbord_massage_top_text p span {
    font-weight: 500;
    color: var(--black);
}

.main_body {
    height: 423px;
    overflow-y: auto;
}

.main_body_empty {
    height: 423px;
}

.main_body::-webkit-scrollbar {
    display: none;
}

.dashbord_massage_main {
    border-top: 1px solid rgba(225, 228, 233, 0.6);
    padding-top: 30px;
}

.dashbord_massage_left_thumb {
    height: 48px;
    width: 48px;
}

.dashbord_massage_left {
    padding-left: 30px;
    width: 100%;
    align-items: start !important;
    gap: 16px;
    margin-top: 14px;
}

.dashbord_massage_left_sms_box_main {
    width: 60%;
}

.dashbord_massage_left_sms_box {
    padding: 10px;
    flex: 1;
    border-radius: 0px 8px 8px 8px;
    background: #f5f7fa;
}

.dashbord_massage_left_sms_box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: var(--black);
}

.dashbord_massage_right_main {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-right: 20px;
    padding-left: 20px;
}

.dashbord_massage {
    width: 100%;
}

.dashbord_massage_right {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
}

.dashbord_massage_right .dashbord_massage_left_sms_box {
    background: #f5f7fa;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
}

.dashbord_massage_right
    .dashbord_massage_left_sms_box
    .dashbord_massage_left_file_box_main {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: start;
}

.dashbord_massage_left_file_box {
    background: #e4fbf0;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashbord_massage_left_file_thumb_main {
    height: 42px;
    width: 42px;
    overflow: hidden;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashbord_massage_left_file_thumb {
    height: 22px;
    width: 22px;
}

.dashbord_massage_left_file_thumb img {
    width: 100%;
    height: 100%;
}

.dashbord_massage_left_file_box_left_text h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #06131c;
}

.dashbord_massage_left_file_box_left_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #5b5b5b;
}

.dashbord_massage_left_file_icon {
    font-size: 16px;
    color: var(--black);
}

.dashbord_massage_right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--black);
}

.dashbord_massage_right p a {
    color: var(--black);
}

.dashbord_massage_right a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: rgba(0, 14, 7, 0.5);
    margin-bottom: 5px;
}

.dashbord_massage_left_file_box_main {
    margin-top: 10px;
}

.dashbord_massage_right a:last-of-type {
    margin-bottom: 0px;
}

.dashbord_massage_item {
    width: 100%;
}

.dashbord_massage_item .form-control {
    border-radius: 0px;
    background: #f5f7fa;
    color: var(--black);
    border: 0;
    height: 60px;
    width: 100%;
    padding-right: 50px;
}

.dashbord_massage_item .form-control:focus {
    box-shadow: inherit;
    border: 0;
}

.dashbord_massage_item_main {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0px 0 0px;
}

.dashbord_massage_item_main .send_btn {
    padding: 10px 20px;
    border: 0;
    background-color: var(--green);
    color: var(--white);
    border-radius: 6px;
    width: 125px;
    height: 60px;
}

.form-label {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
}

.password_form_item {
    margin-top: 20px;
    position: relative;
}

.dashbord_massage_item {
    position: relative;
}

.dashbord_massage_item .file_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.dashbord_massage_df {
    display: flex;
    align-items: start;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.dashbord_inbox_head {
    padding: 10px 20px 0px 20px;
}

.dashbord_inbox_head h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--black);
}

.dashbord_massage_df_left {
    max-width: 270px;
    width: 100%;
    border-right: 1px solid #e2e8f0;
}

.dashbord_inbox_item_text {
    margin-top: 10px;
}

.dashbord_inbox_item_text h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--paragraph);
}

.dashbord_inbox_sarch_box_form_item {
    position: relative;
    padding: 8px 20px 16px 20px;
}

.dashbord_inbox_sarch_box_form_item .form-control {
    padding-left: 48px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--black);
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #f9fafb;
    background: #f5f7fa;
}

.dashbord_inbox_sarch_box_form_item .form-control:focus {
    box-shadow: inherit;
}

.dashbord_inbox_sarch_box_form_item .icon {
    position: absolute;
    top: 43%;
    left: 50px;
    transform: translate(-50%, -50%);
}

.dashbord_inbox_main {
    height: 505px;
    overflow-y: auto;
}

.dashbord_inbox_main::-webkit-scrollbar {
    display: none;
}

.dashbord_inbox_item {
    transition: all linear 0.3s;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.dashbord_inbox_inner_thumb {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
}

.dashbord_inbox_inner_thumb_main {
    position: relative;
}

.dashbord_inbox_inner_thumb_qty {
    position: absolute;
    height: 14px;
    width: 14px;
    background-color: var(--green);
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
    border-radius: 50%;
    top: -4px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.dashbord_inbox_inner_prof-text a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.dashbord_inbox_inner_text {
    flex: 1;
}

.dashbord_inbox_inner_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--paragraph);
}

.dashbord_inbox_prof {
    gap: 8px;
    display: flex;
    align-items: center;
}

.dashbord_inbox_inner {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashbord_inbox_item:hover {
    background: #00bf6314;
    box-shadow: 0px 4px 44px 0px #0000000f;
}

.dashbord_inbox_item.active {
    background: #00bf6314;
    box-shadow: 0px 4px 44px 0px #0000000f;
}

.file_box_icon {
    position: relative;
    width: 30px;
    height: 30px;
}

.file_box_icon .myfile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.password_form_item:first-of-type {
    margin-top: 0;
}

.password_form_item .form-control {
    color: #323b49;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 0;
}

.password_form_item .form-control:focus {
    box-shadow: inherit;
}

.password_form_item .icon {
    border: 0;
    background-color: transparent;
}

.password_form_item_df {
    padding: 8px 16px;
    border: 1px solid #e1e4e9;
    border-radius: 6px;
    position: relative;
}

.password_form_item_df .eye_btn {
    background-color: transparent;
    border: 0;
}

.password_form_btn {
    gap: 24px;
    margin-top: 30px;
}

.password_form_btn .cancel_btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fd4f4f;
}

.password_thumb {
    width: 247px;
    height: 254.962px;
}

.d-job_item {
    gap: 8px;
    width: 440px;
}

.d-job_item_thumb {
    width: 89.508px;
    height: 52px;
    overflow: hidden;
    border-radius: 2px;
}

.d-job_item_text {
    flex: 1;
}

.d-job_item_text a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: var(--black);
}

.d-job_item_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: var(--paragraph);
    gap: 10px;
    padding-top: 5px;
}

.d-job_item_text p .dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--green);
    border-radius: 50%;
}

.dashbord_subscription {
    padding: 20px 30px 30px 30px;
    border-radius: 8px;
    border: 1px solid #e1e4e9;
}

.dashbord_subscription .modal-body_text {
    text-align: start;
}

.payment_box {
    border-radius: 6px;
    background: #f5f7fa;
    padding: 30px;
}

.payment_box_item {
    flex-wrap: wrap;
    gap: 20px;
}

.payment_box_item a {
    padding: 14px 18px;
    background-color: var(--white);
    transition: var(--transition_all);
    border: 1px solid var(--white);
    border-radius: 3px;
    width: 150px;
    height: 51px;
}

.payment_box_item a img {
    width: 100%;
    height: 100%;
}

.payment_box_item a:hover {
    border: 1px solid var(--green);
}

.payment_box_text {
    margin-bottom: 30px;
}

.payment_box_text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
}

.professional_box {
    padding: 14px 24px 24px 24px;
    border-radius: 6px;
    border: 1px solid #e1e4e9;
}

.professional_box_text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: var(--black);
}

.professional_box_list {
    margin-top: 5px;
    border-top: 1px solid #e1e4e9;
    padding-top: 10px;
}

.professional_box_list li {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    color: var(--paragraph);
    padding-bottom: 10px;
}

.professional_box_list li:last-of-type {
    margin-bottom: 0;
}

.professional_box_list li span {
    color: var(--black);
}

.order_summery_text {
    margin-top: 4px;
}

.order_summery_text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    color: var(--black);
}

.order_summery_list {
    margin-top: 16px;
}

.order_summery_list li {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--black);
    padding-bottom: 7px;
}

.order_summery_list li:last-of-type {
    padding-bottom: 0;
}

.professional_box_btn .theam_btn {
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-top: 44px;
}

.professional_box_btm_text {
    padding-top: 20px;
}

.professional_box_btm_text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    color: var(--black);
    text-align: center;
}

.professional_box_btm_text p span {
    color: var(--green);
}

.candidate-payment-modal .jobs_modal_head {
    text-align: center;
}

.faq {
    padding: 90px 0 120px 0;
    background-color: #f8f9fc;
}

.faq .titel_head .titel {
    margin-top: 15px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}

.accordion-item {
    border: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.2px;
    color: var(--black);
    padding: 0 25px 0 30px;
    height: 70px;
}

.accordion-button:focus {
    box-shadow: inherit;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: var(--white);
    box-shadow: inherit;
}

.accordion-button::after {
    background-image: url(../assets/images/faq-arrow.svg);
    height: 20px;
    width: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/images/faq-arrow.svg);
    transform: rotate(-90deg);
}

.accordion-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.18px;
    color: var(--paragraph);
    padding: 0 30px 20px;
}

.footer {
    background-color: #181818;
    padding: 80px 0 0px 0;
    overflow-x: hidden;
}

.footer_text {
    margin-top: 25px;
}

.footer_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.135px;
    color: var(--white);
}

.footer_social_icon {
    gap: 10px;
    margin-top: 38px;
}

.footer_social_icon li a {
    height: 50px;
    width: 50px;
    background-color: rgba(0, 191, 99, 0.1);
    border-radius: 50%;
    color: var(--green);
    transition: var(--transition_all);
}

.footer_social_icon li a:hover {
    background-color: var(--green);
    color: var(--white);
}

.footer_text_main {
    margin-bottom: 30px;
}

.footer_text_main h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    color: var(--white);
}

.footer_link_text li {
    padding-bottom: 14px;
}

.footer_link_text li:last-of-type {
    padding-bottom: 0;
}

.footer_link_text li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    transition: var(--transition_all);
}

.footer_link_text li a:hover {
    color: var(--green);
}

.footer_link_text.contact li a {
    gap: 8px;
}

.footer-pl-50px {
    padding-left: 50px;
}

.copywrite {
    border-top: 2px solid #2f2f2f;
    margin-top: 110px;
    padding: 28px 0;
}

.copywrite_text {
    text-align: center;
}

.copywrite_text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--white);
}

.copywrite_text p span {
    font-weight: 500;
}

.header {
    position: fixed;
    width: 100%;
    background-color: var(--white);
    padding: 16px 0;
    z-index: 999;
}

.nav-bg {
    animation: slideDown 1s ease-out;
    box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.header_menu {
    gap: 40px;
}

.header_menu li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--black);
    transition: var(--transition_all);
}

.header_menu li a:hover {
    color: var(--green);
}

.header_btn {
    gap: 15px;
}

.header_btn .massage_icon {
    height: 56px;
    width: 56px;
    background-color: #ccf2e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid var(--green);
    color: var(--green);
    transition: var(--transition_all);
}

.header_btn .massage_icon {
    height: 56px;
    width: 56px;
    background-color: #ccf2e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
}

.header_btn .massage_icon:hover {
    background: var(--green);
    color: #fff;
}

.aplicition_form_main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.aplicition_form_main .career-job_top_item .form-control {
    width: 100%;
}

.header_btn .massage_icon .qty {
    height: 20px;
    width: 20px;
    background-color: #ccf2e0;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: 0;
}

.header_btn .dropdown-toggle::after {
    display: none;
}

.header_btn .dropdown {
    line-height: 0;
}

.header_btn .dropdown .profile_img {
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 6px;
}

.header_btn .dropdown .profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_btn .dropdown-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--black);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: var(--transition_all);
}

.header_btn .dropdown-item.last_item {
    color: #ff4242;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_btn .dropdown-item.last_item:hover {
    color: #ff4242;
    background-color: transparent;
}

.header_btn .dropdown-item:hover span svg {
    color: var(--green);
}

.header_btn .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #00bf6314;
}

.header_btn .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 4px 60px 0px #00000014;
    border-radius: 0 0px 6px 6px;
    left: -220px !important;
    top: 14px !important;
    width: 280px;
}
.header_btn .notification-menu {
    width: 364px;
}
.profile_btn {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: #ccf2e0;
}

.jobs {
    padding: 90px 0 100px 0;
    background-color: #f8f9fc;
}

.jobs_card {
    padding: 20px;
    background-color: var(--white);
    margin-right: 30px;
}

.jobs_card_top {
    gap: 10px;
}

.com_logo {
    height: 62px;
    width: 62px;
    overflow: hidden;
}

.com_name {
    flex: 1;
}

.com_name h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.com_name h3 a {
    color: var(--black);
}

.com_name ul {
    gap: 8px;
    margin-top: 6px;
}

.com_name ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #515b6f;
}

.com_name ul li span {
    width: 4px;
    height: 4px;
    background-color: #515b6f;
    display: block;
    border-radius: 50%;
}

.com_btn {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #cff8e5;
    background: var(--white);
}

.jobs_card_tag {
    gap: 10px;
    margin-top: 18px;
}

.jobs_card_tag_btn {
    border-radius: 4px;
    background: rgba(0, 191, 99, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.07px;
    color: var(--green);
    padding: 0 10px;
    height: 30px;
    display: inline-block;
}

.jobs_card_tag_btn.two {
    background-color: var(--white);
    border: 1px solid #fda115;
    color: #fda115;
}

.jobs_card_text {
    margin-top: 12px;
}

.jobs_card_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.08px;
    color: var(--paragraph);
}

.jobs_card_btm_item {
    margin-top: 10px;
    gap: 15px;
}

.jobs_card_btm_item h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #25324b;
}

.jobs_card_btm_item h5 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--paragraph);
}

.jobs_card_btm_item .theam_btn_border {
    border: 1px solid var(--green);
}

.jobs_btn_main {
    text-align: center;
    margin-top: 55px;
}

.job-details {
    padding: 100px 0;
    background-color: #fafafa;
}

.job-details .titel_head {
    text-align: start;
}

.job_list_main {
    padding: 32px;
    border-radius: 6px;
    background: var(--white);
    margin-bottom: 40px;
}

.job_list_item_left h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
}

.job_list_item_left ul {
    margin-top: 10px;
}

.job_list_item_left ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
    color: #323b49;
    gap: 12px;
}

.job_list_item_left ul li span {
    line-height: 0;
}

.job_list_item_left ul li .dot {
    width: 4px;
    height: 4px;
    background-color: var(--green);
    border-radius: 50%;
}

.job_list_item_right_item {
    gap: 44px;
}

.job_list_item_right_item h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}

.job_list_item_right_item_two {
    gap: 30px;
    padding-left: 30px;
    border-left: 1px solid #d6ddeb;
    margin-left: 30px;
}

.job_list_item_right_item_two a {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #cff8e5;
    background: var(--white);
}

.job_list_item_right_item_two .theam_btn {
    padding: 0 56px;
}

.job-details_text_main.two p:last-of-type {
    padding: 0;
}

.job-details_text_main h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.36px;
    color: var(--black);
}

.job-details_text_main p {
    padding: 4px 0 17px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.job-details_text_main ul {
    padding: 8px 0 23px 0;
}

.job-details_text_main ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.09px;
    color: var(--paragraph);
    gap: 8px;
    padding-bottom: 4px;
}

.job-details_text_main ul li:last-of-type {
    padding-bottom: 0;
}

.job_post_box {
    padding: 20px 24px 30px 24px;
    background-color: var(--white);
    border-radius: 6px;
}

.job_post_box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black);
}

.job_post_box_item {
    gap: 12px;
    margin-top: 18px;
}

.job_post_box_item_thumb {
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
}

.job_post_box_item_text a {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: var(--black);
}

.job_post_box_item_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: var(--paragraph);
}

.job_post_box_list {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 14, 7, 0.1);
    padding-top: 15px;
}

.job_post_box_list li {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    color: var(--paragraph);
    padding-bottom: 8px;
}

.job_post_box_list li:last-of-type {
    padding-bottom: 0;
}

.job_post_box_list li span {
    font-weight: 600;
    color: var(--black);
}

.related_btn {
    text-align: end;
}

.mt_75px {
    margin-top: 75px;
}

.join {
    padding: 90px 0 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.join .titel_head {
    text-align: start;
}

.join .titel_head .titel {
    color: var(--white);
}

.join .border-b {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 80px;
    margin-bottom: 127px;
}

.counter_item {
    gap: 80px;
}

.counter_text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.44px;
    color: var(--white);
}

.counter_text p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

.join_text {
    text-align: center;
}

.join_text .titel {
    color: var(--white);
}

.join_btn {
    text-align: center;
    margin-top: 60px;
}

.join_btn .theam_btn {
    color: var(--white);
}

.container-full {
    width: 100%;
}

.mobile-header {
    display: none;
    position: relative;
    z-index: 111;
    background-color: var(--color-white);
}
.mobile-header .p-right{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-header .massage_icon {
    height: 36px;
    width: 36px;
    background-color: #ccf2e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
    border: 1px solid var(--green);
    color: var(--green);
}

.mobile-header .massage_icon:hover{
    background: var(--green);
    color: #FFFFFF;
}

.mobile-header .massage_icon .qty {
    height: 18px;
    width: 18px;
    background-color: #ccf2e0;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right:-5px;
}

.mobile-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.mobile-header__container .logo {
    width: 150px;
}

#nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    color: var(--color-dark);
    border-radius: 5px;
    font-size: 18px;
    background-color: var(--color-fashion-main);
}

#offcanvas-nav {
    background: transparent;
    position: absolute;
    left: -300px;
    top: 0px;
    z-index: 99;
    width: 300px;
    height: 100vh;
    z-index: 999999;
    transition: 0.5s ease;
}

#offcanvas-nav::before {
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s ease 0.3s;
}

#offcanvas-nav.open {
    left: 0px;
}

#offcanvas-nav.open::before {
    width: 100%;
}

#offcanvas-nav .m-nav {
    position: relative;
    background: #fff;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    z-index: 9;
    display: block;
    height: 100vh;
    overflow-y: scroll;
}

#nav-cls-btn {
    position: absolute;
    right: 15px;
    top: 3px;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
}

#offcanvas-nav .m-nav .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

#offcanvas-nav .m-nav .nav-links li {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#offcanvas-nav .m-nav .nav-links li a {
    font-size: 16px;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#offcanvas-nav .m-nav .nav-links li a span i {
    pointer-events: none;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu {
    position: relative;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px !important;
    padding-top: 0px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0.5s ease-in 0s;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li {
    padding: 5px 0px;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li a {
    font-size: 15px;
    color: #000;
}

#offcanvas-nav .m-nav .nav-links .dropdown:hover .d-menu {
    display: block;
}

#offcanvas-nav .m-nav .logo {
    margin-bottom: 40px;
}

.mobile-btm-menu {
    position: fixed;
    padding: 14px 16px 12px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    z-index: 999;
    display: none;
}

.mobile-btm-menu.two .mobile-btm-icon.two .icon::after {
    background-color: var(--color-jewelry-main);
}

.mobile-btm-menu.two .mobile-btm-icon .icon svg {
    stroke: currentColor;
    color: var(--color-dark);
}

.mobile-btm-menu.two .mobile-btm-icon .txt {
    font-size: 14px;
    color: var(--color-dark);
    font-weight: var(--font-regular);
}

.mobile-btm-menu.three .mobile-btm-icon.two .icon::after {
    background-color: var(--color-cosmetics-main);
    color: var(--color-white);
}

.mobile-btm-menu.three .mobile-btm-icon .icon svg {
    stroke: currentColor;
    color: var(--color-dark);
}

.mobile-btm-menu.three .mobile-btm-icon .txt {
    font-size: 14px;
    color: var(--color-dark);
    font-weight: var(--font-regular);
}

.mobile-btm-menu.four .mobile-btm-icon.two .icon::after {
    background-color: var(--color-skin-care-main);
    color: var(--color-white);
}

.mobile-btm-menu.four .mobile-btm-icon .icon svg {
    stroke: currentColor;
    color: var(--color-dark);
}

.mobile-btm-menu.four .mobile-btm-icon .txt {
    font-size: 14px;
    color: var(--color-dark);
    font-weight: var(--font-regular);
}

.mobile-btm-menu .mobile-btm-icon-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.mobile-btm-menu .mobile-btm-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.mobile-btm-menu .mobile-btm-icon.two .icon {
    position: relative;
}

.mobile-btm-menu .mobile-btm-icon.two .icon::after {
    position: absolute;
    content: "2";
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    background-color: var(--color-fashion-main);
    color: var(--color-dark);
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    font-weight: var(--font-regular);
    border-radius: 50%;
}

.mobile-btm-menu .mobile-btm-icon .icon svg {
    stroke: currentColor;
    color: var(--color-dark);
}

.mobile-btm-menu .mobile-btm-icon .txt {
    font-size: 14px;
    color: var(--color-dark);
    font-weight: var(--font-regular);
}

.modal-dialog {
    max-width: 940px;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-content {
    border: 0;
    padding: 30px;
}

.btn-close {
    height: 32px;
    width: 32px;
    background: transparent url("../assets/images/remove.svg") center/32px auto
        no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
}

.btn-close:focus {
    box-shadow: inherit;
}

.modal-body {
    padding: 0;
}

.pricing_box {
    text-align: center;
    padding: 26px 20px 36px 20px;
}

.pricing_box.two {
    border-radius: 6px;
    background: #f7f9fc;
}

.modal-body_text {
    text-align: center;
    margin-bottom: 30px;
}

.modal-body_text h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    color: var(--black);
}

.modal-body_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--paragraph);
}

.pricing_box_text {
    text-align: center;
}

.pricing_box_text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: var(--black);
}

.pricing_box_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.pricing_box_text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    color: var(--black);
}

.pricing_box_text h3 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: var(--paragraph);
}

.pricing_box_tag {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: var(--green);
    padding: 5px 14px;
    border-radius: 999px;
    background: #d6f5e6;
    margin-top: 6px;
    display: inline-block;
}

.pricing_box_tag.two {
    color: #ff374b;
    background: #fdeeee;
}

.pricing_box_list {
    margin-top: 32px;
}

.pricing_box_list li {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--black);
    gap: 4px;
    padding-bottom: 10px;
}

.pricing_box_list li:last-of-type {
    padding-bottom: 0;
}

.pricing_box .theam_btn {
    margin-top: 40px;
}

.pricing_box .theam_btn_black {
    border: 0;
}

.pricing_box .theam_btn_black:hover {
    color: var(--white);
    background-color: var(--green);
}

.application_modal .modal-dialog {
    max-width: 640px;
}

.application_modal .application_modal_text {
    border-top: 1px solid #d6ddeb;
    margin-top: 24px;
    padding-top: 18px;
}

.application_modal .application_modal_text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
}

.application_modal .application_modal_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
    color: var(--paragraph);
}

.application_modal .application_modal_form_item {
    margin-top: 14px;
}

.application_modal .application_modal_form_item:first-of-type {
    margin-top: 0;
}

.application_modal .application_modal_form_item .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.16px;
    color: var(--black);
    margin-bottom: 8px;
}

.application_modal .application_modal_form_item .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    padding: 13px 14px;
    border-radius: 6px;
    border: 1px solid #d6ddeb;
}

.application_modal .application_modal_form_item .form-control:focus {
    box-shadow: inherit;
    border-color: var(--green);
}

.application_modal .application_modal_form_item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--paragraph);
    padding-top: 3px;
}

.application_modal .resume_item {
    margin-top: 14px;
}

.application_modal .resume_item h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.16px;
}

.application_modal .attach_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    color: var(--paragraph);
    padding: 16px;
    border-radius: 4px;
    border: 1.5px dashed #00bf63;
    background: #f5f7fa;
}

.application_modal .resume_label {
    margin-top: 5px;
}

.submit_btm {
    border-top: 1px solid #d6ddeb;
    margin-top: 24px;
    padding-top: 24px;
}

.submit_btm .theam_btn {
    width: 100%;
    text-align: center;
}

.submit_text {
    padding-top: 10px;
}

.submit_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--paragraph);
}

.submit_text p span a {
    color: var(--green);
}

.successfully_modal .modal-dialog {
    max-width: 448px;
}

.successfully_modal .jobs_modal_btn .theam_btn {
    width: 100%;
    text-align: center;
}

.modal_2 {
    display: block;
}

.modal_2 .modal-dialog {
    width: 640px;
    max-width: 100%;
    margin: 200px auto;
}

.modal_2 .jobs_card_top {
    border-bottom: 1px solid #d6ddeb;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.submit h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
}

.submit p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.18px;
    color: #7c8493;
}

.log_out_modal .modal-dialog {
    width: 524px;
    margin: 200px auto;
}

.log_out_modal .modal-body .modal-body_icon {
    text-align: center;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    background-color: rgba(235, 87, 87, 0.1);
}

.modal-body_text {
    margin-top: 20px;
}

.modal-body_text h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.log_out_modal_btn {
    gap: 20px;
}

.log_out_modal_btn .theam_btn_border {
    width: 100%;
    text-align: center;
}

.log_out_modal_btn .theam_btn {
    width: 100%;
    text-align: center;
}

.view_modal .modal-dialog {
    max-width: 577px;
}

.view_modal .view_modal_profile {
    gap: 10px;
    border-bottom: 1px solid #e1e4e9;
    padding-bottom: 12px;
}

.view_modal .view_modal_profile_thumb {
    width: 64px;
    height: 64px;
}

.view_modal .view_modal_text {
    flex: 1;
}

.view_modal .view_modal_text a {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    color: var(--black);
}

.view_modal .view_modal_text p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--paragraph);
}

.view_modal .modal-body_main {
    margin-top: 14px;
}

.view_modal .modal-body_main h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: var(--black);
}

.view_modal .modal-body_main h3 span {
    font-weight: 600;
}

.view_modal .modal-body_main h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: var(--black);
    padding-top: 9px;
}

.view_modal .modal-body_main p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: var(--paragraph);
    padding-top: 2px;
}

.view_modal .modal-body_main ul {
    margin: 10px 0 5px 25px;
}

.view_modal .modal-body_main ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    list-style: disc;
    color: var(--paragraph);
}

.view_modal .modal-body_main .resumi_cv {
    margin-top: 10px;
}

.view_modal .modal-body_main .resumi_cv h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: var(--black);
}

.view_modal .modal-body_main .resumi_cv a {
    margin-top: 2px;
    gap: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    color: var(--black);
}

.view_modal .view_modal_btn {
    gap: 16px;
    margin-top: 17px;
}

.view_modal .view_modal_btn .theam_btn_border {
    color: #ff374b;
    border-color: #ff374b;
}

.view_modal .view_modal_btn .theam_btn_border:hover {
    border-color: var(--green);
    color: var(--white);
}

.profile_modal .modal-dialog {
    max-width: 350px;
    margin: 200px auto;
}

.profile_modal .modal-content {
    padding: 24px;
}

.profile_modal .profile_modal_profile {
    gap: 12px;
}

.profile_modal .profile_modal_profile_thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.profile_modal .profile_modal_profile_text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: var(--black);
}

.profile_modal .profile_modal_profile_text h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--paragraph);
}

.profile_modal .profile_modal_profile_box {
    padding: 20px 16px;
    background-color: #f5f7fa;
    margin-top: 20px;
}

.profile_modal .profile_modal_profile_box_item h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.32px;
    color: var(--black);
}

.profile_modal .profile_modal_profile_box_item_text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: var(--black);
}

.profile_modal .profile_modal_profile_box_item_text h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: var(--paragraph);
}

.profile_modal_contact_text {
    border-top: 1px solid #d6ddeb;
    margin-top: 20px;
    padding-top: 15px;
}

.profile_modal_contact_text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
}

.profile_modal_contact_list {
    margin-top: 10px;
}

.profile_modal_contact_list li {
    padding-bottom: 16px;
}

.profile_modal_contact_list li:last-of-type {
    padding-bottom: 0;
}

.profile_modal_contact_list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    color: var(--black);
    gap: 12px;
}

.jobs_modal .modal-dialog {
    max-width: 450px;
    margin: 200px auto;
}

.jobs_modal .modal-content {
    padding: 30px;
}

.jobs_modal_head h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    color: var(--black);
}

.jobs_modal_head p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--paragraph);
    padding-top: 8px;
}

.jobs_modal_thumb_main {
    margin: 30px 0 40px 0;
}

.jobs_modal_thumb {
    width: 267.759px;
    height: 235.402px;
}

.jobs_modal_btn .theam_btn_black {
    width: 100%;
    text-align: center;
}

.job_modal .modal-dialog {
    max-width: 577px;
}

.job_modal .job_modal_head {
    border-bottom: 1px solid #e1e4e9;
    padding-bottom: 6px;
}

.job_modal .job_modal_head h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.job_modal .job_modal_details {
    margin-top: 15px;
}

.job_modal .job_modal_details h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: var(--black);
}

.job_modal .job_modal_details h6 span {
    font-weight: 600;
}

.job_modal .job_modal_details h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: var(--black);
    padding-top: 8px;
}

.job_modal .job_modal_details p {
    color: var(--paragraph);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    padding-top: 4px;
}

.job_modal .job_modal_details ul {
    margin-left: 24px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.job_modal .job_modal_details ul li {
    list-style: disc;
    color: var(--paragraph);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.shear_modal .modal-dialog {
    max-width: 540px;
}

.shear_modal .shear_modal_icon_item {
    gap: 22px;
    margin: 36px 0;
}

.shear_modal .shear_modal_form .shear_modal_form_item {
    gap: 15px;
    background-color: var(--white);
    padding: 16px 14px;
    border: 1px solid #e1e4e9;
    border-radius: 8px;
}

.shear_modal .shear_modal_form .shear_modal_form_item .shear_modal_form_inner {
    width: 100%;
}

.shear_modal .shear_modal_form .shear_modal_form_item .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-slate-700);
}

.shear_modal .shear_modal_form .shear_modal_form_item .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-balck);
    border: 0;
    padding: 0;
}

.shear_modal
    .shear_modal_form
    .shear_modal_form_item
    .form-control::placeholder {
    color: var(--color-slate-500);
}

.shear_modal .shear_modal_form .shear_modal_form_item .form-control:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.shear_modal .shear_modal_form .copy_btn {
    border: 0;
    background-color: var(--color-white);
}

.shear_modal .shear_modal_form .copy_btn span svg {
    stroke: currentColor;
    color: var(--color-slate-700);
}

.subscription_history_modal .modal-dialog {
    max-width: 730px;
}

.subscription_history_modal .btn-close {
    background: url(../assets/images/Delete.svg) no-repeat;
    position: unset;
    opacity: 1;
}

.subscription_history_modal .contact_list_main {
    margin-top: 20px;
}

.subscription_history_modal .contact_list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.16px;
    color: var(--black);
}

.subscription_history_modal .contact_list li a span {
    font-weight: 500;
}

.history_table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid rgba(58, 112, 255, 0.14);
}

.history_table tr td {
    border: 1px solid rgba(58, 112, 255, 0.14);
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--black);
}

.privacy-policy {
    padding: 90px 0;
}

.sign-up_catagory_item,
.sign-up-verify_main_item,
.about_list li,
.banner_btn,
.career-job_top_item .theam_btn,
.career-job_item_two_select,
.downlode_btn,
.dashbord_menu li a,
.table_two tbody tr td .td_item_main,
.table_two tbody tr td .td_item,
.creat_jobs_form_item,
.creat_jobs_form_item_btn,
.profile_item,
.profile_item_file,
.dashbord_massage_top,
.dashbord_massage_left,
.password_form_btn,
.d-job_item,
.d-job_item_text p,
.payment_box_item,
.footer_social_icon,
.footer_link_text.contact li a,
.header_menu,
.header_btn,
.com_name ul,
.jobs_card_tag,
.job_list_item_left ul li,
.job_list_item_right,
.job_list_item_right_item,
.job_list_item_right_item_two,
.job-details_text_main ul li,
.job_post_box_item,
.pricing_box_list li,
.view_modal .view_modal_profile,
.view_modal .modal-body_main .resumi_cv a,
.profile_modal .profile_modal_profile,
.profile_modal_contact_list li a {
    display: flex;
    align-items: center;
}

.banner_right_thumb_main,
.dashbord_tabal_btn,
.dashbord_massage_right_main,
.counter_item,
.view_modal .view_modal_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sign-up-location_thumb,
.sign-up-location_thumb_main,
.sign-up-verify_otp_box,
.sign-up-verify_main_item_icon,
.sign_up_profile_logo_main,
.sign-up_email,
.sign-up_button_thumb_main,
.sign-up_button,
.breadcrumb,
.support_icon,
.support_icon_main,
.pagination,
.pagination li a,
.not_found_thumb_main,
.dashbord_menu .theam_btn,
.dashbord-item_icon,
.edit_btn,
.delet_btn,
.table_two tbody tr td .edit_btn,
.table_two tbody tr td .sms_btn,
.password_thumb_main,
.footer_social_icon li a,
.profile_btn,
.com_btn,
.job_list_item_right_item_two a,
.application_modal .attach_btn,
.log_out_modal .modal-body_icon_main,
.log_out_modal .modal-body .modal-body_icon,
.jobs_modal_thumb_main,
.shear_modal .shear_modal_icon_item,
.shear_modal .shear_modal_form .shear_modal_form_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.working_main_box,
.sign_up_form_item .sign_up_form_inner,
.contact_us_form_item,
.career-job_top_item_main,
.career-job_item_two,
.dashbord-item,
.password_form_item_df,
.professional_box_list li,
.header_main,
.jobs_card_top,
.jobs_card_btm_item,
.job_list_main,
.job_post_box_list li,
.application_modal .application_modal_form_item p,
.application_modal .resume_item,
.log_out_modal_btn,
.profile_modal .profile_modal_profile_box_item_text,
.subscription_history_modal .contact_list_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_up_profile_logo img,
.sign-up_button_thumb_main .sign-up_button_thumb img,
.sign-up_thumb img,
.about_thumb img,
.banner_right_thumb_thumb img,
.support_thumb img,
.downlode_thumb img,
.table_two tbody tr td .td_item_thumb img,
.profile_item_thumb img,
.dashbord_massage_top_thumb img,
.dashbord_massage_left_thumb img,
.password_thumb img,
.d-job_item_thumb img,
.com_logo img,
.job_post_box_item_thumb img,
.view_modal .view_modal_profile_thumb img,
.profile_modal .profile_modal_profile_thumb img,
.jobs_modal_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_item_thumb img {
    border-radius: 50px !important;
}

.sign_up {
    padding-bottom: 116px;
}

.sign_up .container-fluid {
    padding: 0;
}

.sign_up .align-items-center {
    height: 100vh;
}

.sign-up_thumb_main {
    position: fixed;
    top: 0;
    left: 0;
}

.sign-up_logo {
    position: absolute;
    top: 20px;
    left: 300px;
}

.sign-up_thumb {
    width: 874px;
    height: 100vh;
}

.sign-up_box {
    margin-top: 58px;
}

.sign-up_box .nav {
    gap: 20px;
    justify-content: center;
}

.sign-up_box .nav-link {
    height: 43px;
    font-size: 18px;
    font-weight: 500;
    line-height: 43px;
    border-radius: 6px;
    border: 1px solid rgba(0, 14, 7, 0.2);
    padding: 0 20px;
    color: var(--black);
    transition: var(--transition_all);
}

.sign-up_box .nav-link:hover {
    background-color: var(--green);
    color: var(--white);
}

.sign-up_box .nav-link.active {
    background-color: var(--green);
    color: var(--white);
}

.sign-up_box {
    width: 408px;
}

.sign-up_box.two {
    width: 440px;
}

.sign-up_box.two .sign_up_form_item {
    position: relative;
}

.sign-up_box.two .sign_up_form_item .icon {
    position: absolute;
    border: 0;
    background-color: var(--white);
    right: 16px;
    top: 44px;
}

.sign-up_box.three {
    width: 550px;
}

.sign-up_box.three .sign-up-verify_btn {
    padding: 0 80px;
}

.sign-up_head {
    text-align: center;
    padding: 10px 0 0 0;
}

.sign-up_head h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
}

.sign-up_button {
    gap: 24px;
    margin-top: 24px;
}

.sign-up_button_thumb_main {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    border: 1px solid #d6ddeb;
}

.sign-up_button_thumb_main .sign-up_button_thumb {
    width: 20px;
    height: 20px;
    display: grid;
}

.sign-up_email {
    position: relative;
    z-index: 1;
}

.sign-up_email::after {
    position: absolute;
    content: "";
    top: 70%;
    left: 50%;
    width: 400px;
    height: 1px;
    background-color: #d6ddeb;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sign-up_email h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    padding: 2px;
    width: fit-content;
    text-align: center;
    margin-top: 24px;
    background-color: var(--white);
}

.sign_up_form_main {
    margin-top: 24px;
}

.sign_up_form_main .sign_up_form_item.two {
    margin-top: 24px;
    position: relative;
}

.sign_up_form_main .sign_up_form_item.two .form-control {
    padding-right: 35px;
}

.sign_up_form_main .sign_up_form_item.two .eye_btn,
.password_form_item .two .eye_btn {
    position: absolute;
    top: 70%;
    right: 0;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: transparent;
}

.eye_btn2 {
    top: 55% !important;
}

.sign_up_form_item {
    margin-top: 16px;
}

.sign_up_form_item .sign_up_form_inner a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--green);
}

.sign_up_form_item:first-of-type {
    margin-top: 0;
}

.sign_up_form_item .form-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.09px;
    color: var(--black);
    margin-bottom: 2px;
}

.sign_up_form_item .form-control {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    border-radius: 6px;
    border: 1px solid #d6ddeb;
    padding: 12px 16px;
}

.sign_up_form_item .form-control:focus {
    box-shadow: inherit;
    border-color: var(--green);
}

.sign_up_form_item .form-check-input:checked {
    background-color: var(--green);
    border-color: var(--green);
}

.sign_up_form_item .form-check-input:focus {
    box-shadow: inherit;
    border-color: #d6ddeb;
}

.sign_up_form_item .form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

.sign_up_form_item .theam_btn {
    width: 100%;
}

.sign_up_form_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    padding: 14px 0;
}

.sign_up_form_text p span a {
    font-weight: 500;
    color: var(--green);
    text-decoration-line: underline;
}

.sign_up_form_text h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
}

.sign_up_form_text h6 span a {
    color: var(--green);
}

.sign_up_profile_logo_main {
    width: 168px;
    height: 168px;
    border-radius: 814.718px;
    border: 0.927px dashed #d8e4ff;
    background: #fafbff;
}

.sign_up_profile_logo {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.sign_up_profile_logo #myfile {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1111;
}

.sign_up_profile_logo .sign_up_profile_logo_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sign_up_profile_logo .sign_up_profile_logo_overlay p {
    font-size: 13.049px;
    font-weight: 500;
    line-height: 16.311px;
    letter-spacing: -0.261px;
    color: var(--white);
}

.sign-up-verify {
    padding: 0;
}

.sign-up-verify .sign-up_thumb {
    height: 100vh;
}

.sign-up-verify_text h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    color: var(--black);
}

.sign-up-verify_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    color: var(--paragraph);
    padding-top: 4px;
}

.sign-up-verify_main_item_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f8fafc;
}

.sign-up-verify_main_item_text h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--black);
}

.sign-up-verify_main_item_text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: var(--paragraph);
    padding-top: 4px;
}

.sign-up-verify_main {
    margin-top: 40px;
}

.sign-up-verify_main_item {
    gap: 16px;
    padding: 0px 16px;
    height: 70px;
    border-radius: 6px;
    border: 1px solid #e1e4e9;
    position: relative;
    margin-top: 16px;
    position: relative;
}

.sign-up-verify_main_item:first-of-type {
    margin-top: 0;
}

.sign-up-verify_main_item #verify {
    width: 100%;
    height: 100%;
    outline: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sign-up-verify_main_item:focus-within {
    border-color: var(--green);
}

.sign-up-verify_main_item:focus-within::after {
    opacity: 1;
}

.sign-up-verify_main_item::after {
    background-image: url(../assets/images/check-5.svg);
    border: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sign-up-verify_btn {
    margin-top: 40px;
}

.sign-up-verify_btn .theam_btn {
    width: 100%;
}

.sign-up-verify_otp_box {
    gap: 32px;
    margin-top: 36px;
}

.verify_otp {
    width: 56px;
    height: 56px;
    text-align: center;
    outline: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--black);
    border-radius: 8px;
    border: 1px solid #cbd5e0;
    background: #eeeff2;
}

.verify_otp:focus {
    border-color: var(--green);
}

.sign-up-verify_otp_text {
    padding: 0 60px;
    margin-top: 16px;
}

.sign-up-verify_otp_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    text-align: center;
}

.sign-up-verify_otp_text p span a {
    color: var(--green);
}

.sign-up_catagory_item {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 40px;
}

.catagory_btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.18px;
    padding: 5px 20px;
    color: var(--black);
    border: 1px solid #e1e4e9;
    border-radius: 999px;
    transition: var(--transition_all);
}

.catagory_btn:hover {
    border-color: var(--green);
    color: var(--black);
}

.sign-up-location_thumb_main {
    margin-top: 20px;
}

.sign-up-location_thumb {
    width: 229.402px;
    height: 229.402px;
    border-radius: 50%;
    background-color: rgba(225, 255, 241, 0.2);
}

:root {
    --green: #00bf63;
    --black: #000e07;
    --white: #fff;
    --paragraph: #494949;
    --bg-strong-900: #0e121b;
    --bg-strong-800: #222530;
    --bg-sub-300: #cacfd8;
    --bg-sub-200: #e1e4e9;
    --bg-weak-50: #f5f7fa;
    --transition_all: all linear 0.5s;
}

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

.titel_head {
    text-align: center;
}

.titel {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    color: var(--black);
}

.sub_titel {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--green);
}

p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--paragraph);
}

.working {
    padding: 90px 0 100px 0;
}

.working_main_box {
    margin-top: 40px;
}

.working_item_main {
    text-align: center;
    width: 360px;
    border-radius: 360px;
    overflow: hidden;
    background: linear-gradient(
        270deg,
        #f8f9fc 0%,
        rgba(248, 249, 252, 0) 100%
    );
    position: relative;
    z-index: 1;
    padding: 75px 20px 80px 20px;
    aspect-ratio: 1/1;
}

.working_item_main:hover .working_item_overlay {
    opacity: 1;
}

.working_item_main:hover .working_item span {
    color: var(--white);
    background-color: var(--green);
}

.working_item_main:hover .working_item h3 {
    color: var(--white);
}

.working_item_main:hover .working_item p {
    color: var(--white);
}

.working_item_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all linear 0.6s;
    opacity: 0;
    box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
}

.working_item_overlay img {
    width: 100%;
    height: 100%;
}

.working_item span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 22.5px;
    background: #d6f5e6;
    color: var(--green);
    height: 42px;
    line-height: 42px;
    transition: var(--transition_all);
}

.working_item h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--black);
    margin-top: 25px;
    margin-bottom: 5px;
    transition: var(--transition_all);
}

.working_item p {
    transition: var(--transition_all);
    font-size: 18px;
    line-height: 28px;
}

:root {
    --green: #00bf63;
    --black: #000e07;
    --white: #fff;
    --paragraph: #494949;
    --bg-strong-900: #0e121b;
    --bg-strong-800: #222530;
    --bg-sub-300: #cacfd8;
    --bg-sub-200: #e1e4e9;
    --bg-weak-50: #f5f7fa;
    --transition_all: all linear 0.5s;
}

.body_color_404 {
    background-color: rgb(245, 245, 245);
}

.error {
    padding: 210px 0 120px 0;
}

.error_thumb {
    width: 567.88px;
    height: 331px;
}

.error_thumb img {
    width: 100%;
    height: 100%;
}

.error_text {
    text-align: center;
    margin-top: 46px;
}

.error_text h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    color: var(--black);
}

.error_btn {
    text-align: center;
    margin-top: 38px;
}

.error_btn .theam_btn {
    background-color: var(--black);
    border-color: var(--black);
}

.error_btn .theam_btn:hover {
    color: var(--black);
    background-color: transparent;
}

.page_not_found .error_thumb {
    width: 468.942px;
    height: 331px;
}

.page_not_found .error_thumb img {
    height: 100%;
    width: 100%;
}

/*# sourceMappingURL=style.css.map */

.dashbord_subscription_box {
    padding: 14px 24px 24px 24px;
    border: 1px solid #e1e4e9;
    border-radius: 6px;
    margin-top: 20px;
}

.dashbord_subscription_head {
    border-bottom: 1px solid #e1e4e9;
    padding: 10px;
}

.dashbord_subscription_head h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: #000;
}

.dashbord_subscription_item_inner,
.dashbord_subscription_item {
    width: 100%;
}

.dashbord_subscription_item_inner .form-control {
    height: 54px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--black);
}

.dashbord_subscription_item_inner .form-control:focus {
    box-shadow: inherit;
}

.dashbord_subscription_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: 24px;
    margin-top: 7px;
    gap: 24px;
}

.dashbord_subscription_item .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: -0.005em;
    color: #000e07;
    margin-bottom: 5px;
}

.subscription_titel h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    color: var(--black);
}

.package_main {
    margin-top: 10px;
}

.package_list {
    margin-top: 10px;
}

.package_list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 7px;
}

.package_list li:last-of-type {
    padding-bottom: 0px;
}

.package_list li span {
    line-height: 0px;
}

.bost_main {
    margin-top: 8px;
}

.bost_main_item {
    overflow: hidden;
    border-radius: 6px;
    background: var(--white);
    margin-top: 6px;
}

.bost_main_item .package_list.two {
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
    border-left: 1px solid #f5f7fa;
    padding: 0 12px 8px 12px;
}

.bost_main_item_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    background-color: #f5f7fa;
    border-radius: 8px;
    padding: 0 12px;
}

.bost_main_item_box_list {
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
    border-left: 1px solid #f5f7fa;
    padding: 8px 12px;
}

.bost_main_item_box_list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph);
}

.bost_main_item_box_list li span.color_black {
    color: var(--black);
}

.bost_main_item_box_list li span.color_green {
    color: var(--green);
}

.bost_main_item_text h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 40px;
}

.bost_main_item .form-check-input:focus {
    box-shadow: inherit;
}

.bost_main_item .form-check-input {
    background-color: var(--green);
    border: 0;
}

.bost_main_item .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.bost_main_item .form-switch .form-check-input {
    width: 48px;
    height: 26px;
}

.bost_main_list {
    margin-top: 16px;
}

.bost_main_list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.bost_main_list li:first-of-type {
    font-weight: 500;
}

.bost_main_list li:last-of-type {
    font-weight: 500;
    padding-top: 16px;
    border-top: 1px solid #e1e4e9;
}

.payment_box_two {
    padding: 16px 23px 23px 23px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
}

.payment_box_two_text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    color: #222;
}

.payment_box_two_item_main {
    margin-top: 10px;
}

.payment_box_two_item {
    gap: 12px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.payment_box_two_item:last-of-type {
    margin-bottom: 0;
}

.payment_box_two_item span {
    line-height: 0;
    opacity: 0;
}

.payment_box_two_item img {
    width: unset !important;
    height: unset;
    transform: translateX(-35px);
    transition: var(--transition_all);
}

.payment_box_two_item:focus-within img {
    transform: translateX(0px);
}

.payment_box_two_item:focus-within span {
    opacity: 1;
}

.payment_box_two_btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 36px;
}

.payment_box_two_btn .theam_btn {
    padding: 0 42px;
}

.payment_box_two_btn .cencel_btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #ff4242;
}

.choose_plan_head {
    text-align: center;
}

.choose_plan_head h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.choose_plan_head p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--paragraph);
    padding-top: 10px;
}

.choose_plan_box_main_box {
    padding: 35px 40px 37px 40px;
    border-radius: 8px;
    background: #f5f7fa;
    display: flex;
    justify-content: space-between;
    gap: 44px;
}

.choose_plan_box_main {
    display: flex;
    align-items: start;
    width: 100%;
    gap: 90px;
    flex: 1;
}

.choose_plan_box_main_df {
    border-right: 1px solid #e1e4e9;
    padding-right: 90px;
    height: 100%;
}

.choose_plan_box_main_df.two {
    margin-left: -60px;
    border: 0;
}

.choose_plan_box_main .package_list {
    margin-top: 0;
}

.choose_plan_box_main .package_list li {
    padding-bottom: 12px;
}

.choose_plan_box_main .package_list li:last-of-type {
    padding-bottom: 0px;
}

.choose_plan_box_btn {
    display: flex;
    align-items: center;
    border-left: 1px solid #e1e4e9;
    padding-left: 44px;
}

.choose_plan_box_btn .theam_btn {
    padding: 0 26px;
}

.choose_plan_box_main_box {
    margin-top: 30px;
}

.bost_text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    color: var(--black);
}

.bost_main_two {
    margin-top: 45px;
    display: flex;
    gap: 65px;
    margin-left: 46px;
}

.bost_main_two .bost_item .bost_main_item {
    margin-top: 15px;
}

.bost_main_item .bost_main_item_box_list {
    padding: 0;
    border: 0;
}

.creat_jobs_box .sign-up_box {
    margin-top: 0;
}

.creat_jobs_box .sign-up-verify_otp_box {
    justify-content: start;
    gap: 16px;
}

.choose_plan_box_main_head {
    margin-bottom: 14px;
}

.choose_plan_box_main_head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    color: var(--black);
}

.application_wishlist {
    cursor: pointer !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashbord_inbox_item {
    cursor: pointer !important;
}

.empty-message {
    margin-top: 270px;
    width: 100%;
    text-align: center;
}

.empty-message p {
    margin-top: 10px;
}

.dashbord_tabal_main_two {
    overflow-x: inherit;
}

.dashbord_tabal_main_two .dropdown-menu {
    left: -5px !important;
}

.renew_btn {
    border: 1px solid #ffa500 !important;
}

/* new start  */
.profile-container {
    max-width: 1095px;
    width: 100%;
    margin: 40px auto 100px auto;
    padding: 30px;
    border: 1px solid #e1e4e9;
    border-radius: 12px;
}

.fm-profile-image {
    width: 144px;
    aspect-ratio: 1 / 1;
    padding: 4px;
    border-radius: 100%;
    background: #e7f7f0;
}

.fm-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.gap-28 {
    gap: 28px;
}

.profile-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
    color: #000e07;
}
.profile-paragraph {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0%;
    margin-top: 12px;
    color: #494949;
}

.profile-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1%;
    margin-top: 24px;
}
.profile-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #494949;
    margin-top: 16px;
}
.profile-body span {
    color: #0e121b;
    font-weight: 500;
}
.profile-hr {
    background: #e1e4e9;
    margin: 24px 0px;
    opacity: 1;
}
.gap-12 {
    gap: 12px;
}
.profile-tag {
    padding: 8px 16px;
    border: 1px solid #e7f7f0;
    border-radius: 6px;
    background: #f6fcf7;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: center;
    color: #00bf63;
    text-wrap: nowrap;
}

.exp-item-wrapper {
    width: 64px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    border: 1px solid #e1e4e9;
    overflow: hidden;
    padding: 4px;
}

.exp-item-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.exp-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -2%;
    color: #000e07;
}
.exp-time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.w-fit {
    width: fit-content;
}

.fm-profile-image-edit {
    position: relative;
}
.fm-profile-image-edit label {
    position: absolute;
    width: 34px;
    height: 34px;
    background: white;
    bottom: 12px;
    right: 0px;
    border: 1px solid #d6ddeb;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fm-profile-image-edit input {
    position: absolute;
    opacity: 0;
    display: none;
}
.add-btn {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffff;
    border: 1px solid #d6ddeb;
    border-radius: 6px;
}
.profile-edit-exp-wrapper {
    max-width: 500px;
}
.profile-edit-sm {
    padding: 0;
    border: none;
    background: transparent;
}

/* popover anim  */
.modal-content {
    animation: customSelect 0.3s ease-out;
}

.modal-overlay {
    animation: opacityAnim 0.3s ease-out;
}

@keyframes opacityAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes customSelect {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fm-modal-body {
    background: transparent;
    padding: 0px !important;
    position: fixed;
}

.fm-modal-body .modal-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fm-modal-body .modal-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.fm-modal-body .modal-content {
    width: 96vw;
    max-height: 96vh;
    overflow-y: auto;
    margin: 0 16px;
    position: relative;
    z-index: 20;
}
.edit-modal-content {
    max-width: 640px;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.modal-close-btn {
    width: 32px;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 12px;
    border: 1px solid #d6ddeb;
    background: transparent;
    transition: all 300ms linear;
}

.modal-close-btn:hover {
    border: 1px solid #ff374b;
}

.edit-modal-headline {
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
    color: #000e07;
    width: 100%;
    border-bottom: 1px solid #d6ddeb;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.edit-modal-subheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000e07;
}

.modal-input-wrapper {
    margin-top: 24px;
}
.modal-input-wrapper .modal-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: -1%;
    display: block;
    width: 100%;
}
.modal-input-wrapper .modal-input {
    width: 100%;
    border-radius: 6px;
    padding: 12px 16px;
    border: 1px solid #d6ddeb;
    margin-top: 4px;
    outline: none;
}

.modal-input-wrapper .modal-input:focus {
    outline: 1px solid #8d9094;
}
.modal-input-note p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
}

.modal-input-note p:first-child {
    color: #a8adb7;
}
.modal-input-note p:last-child {
    color: #515b6f;
}

.modal-underline {
    background: #d6ddeb;
    opacity: 1;
}

.modal-add-btn {
    border: 1px solid #d6ddeb;
    background: transparent;
    aspect-ratio: 1 / 1;
    min-width: 50px;
    border-radius: 6px;
}

.profile-tag-2 {
    padding: 4px 12px;
    border: 1px solid #e7f7f0;
    border-radius: 6px;
    background: #f6fcf7;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #00bf63;
    text-wrap: nowrap;
}

.notification-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0%;
    color: #0e121b;
    padding: 14px 20px;
    border-bottom: 1px solid #e2e8f0;
}
.notification-icon {
    width: 52px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(39, 174, 96, 0.2);
}

.notification {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-wrap: wrap;
    flex: 1;
}

.notification-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #8b8b8b;
    display: block;
}
.dropdown-item.align-items-start {
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 12px;
}
.dropdown-menu.notification-menu > li {
    padding: 0px 8px;
}

.notification-seeall-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    text-align: center;
    padding: 18px;
    color: #0e121b;
    transition: color 300ms linear;
}

.notification-seeall-btn:hover {
    color: var(--green);
}

.notification-wrapper {
    margin: 80px auto;
    max-width: 646px;
    border: 1px solid #f0f3f7;
    border-radius: 8px;
}
.notification-page-item {
    padding: 0px 12px;
}
.dropdown-item {
    display: flex;
    gap: 12px;
    align-items: start;
}



