:root {
    --theme-primary: #1de5af;
    --theme-primary-rgba: 0, 123, 68;
}

body {
    font-family: "DM Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #1f2937;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    color: rgba(var(--bs-danger-rgb)) !important;
    font-size: 14px;
}

.text-theme-primary {
    color: var(--theme-primary) !important;
}

.bg-theme-primary {
    background-color: var(--theme-primary) !important;
}

.btn-theme,
.btn-theme:hover,
.btn-theme:active {
    color: #ffffff !important;
    background-color: var(--theme-primary) !important;
}

.btn-theme:disabled {
    color: #9ca3af;
    border: none;
    background-color: #e5e7eb !important;
}

a {
    text-decoration: none;
    color: var(--theme-primary);
}

.form-label {
    font-size: 15px;
}

.form-control {
    background-color: #f9fafb !important;
    border-color: #e5e7eb;
    box-shadow: none !important;
    font-size: 15px;
}

.form-control:focus,
.form-select:focus {
    /*border: 2px solid var(--theme-primary);*/
    border-color: #e5e7eb;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: var(--theme-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary-rgba), 0.25);
}

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

.text-gray-700 {
    color: #374151;
}

.text-gray-800 {
    color: #1f2937;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.p-20 {
    padding: 5rem !important;
}

.flex-root {
    flex: 1;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.pb-15 {
    padding-bottom: 3.75rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .w-md-600px {
        width: 600px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .flex-lg-row-auto {
        flex: 0 0 auto;
    }

    .p-lg-20 {
        padding: 5rem !important;
    }

    .px-lg-10 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
}

.p-10 {
    padding: 2.5rem !important;
}

.mw-450px {
    max-width: 450px !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.alertify-notifier {
    color: #ffffff;
}

.btn {
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 3px 2px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    font-weight: 700;
    font-size: 15px;
}

.btn-outline-green {
    color: var(--theme-primary) !important;
    background-color: #ffffff;
}

.btn-neon-green,
.btn-neon-green:hover,
.btn-neon-green:active {
    color: #ffffff;
    background-color: #16d580;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #e5e7eb;
    border: 0;
    color: #9ca3af;
}

.btn-theme-light,
.btn-theme-light:hover,
.btn-theme-light:active {
    color: var(--theme-primary) !important;
    background-color: #ffffff !important;
}

.text-neon {
    color: #00a35a !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--theme-primary);
    color: #ffffff;
}

.btn-show-password {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.3rem 0.9rem;
    color: #e5e7eb;
    font-size: 20px;
}

#industry-search {
    font-size: 15px !important;
    line-height: 33px !important;
    color: #1f2937 !important;
    height: 48px !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
    box-shadow: none !important;
    border: 2px solid #e4e7eb !important;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    margin-bottom: 10px;
}

#industry-dropdown {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px !important;
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    width: 100%;
    display: none;
}

#industry-dropdown {
    li {
        padding: 5px 0;
        list-style: none;
        cursor: pointer;
    }

    input.form-control:focus {
        border: 1px solid #e5e7eb;
    }
}

.height-limit-option-select-dropdown {
    height: 250px;
    overflow-y: auto;
}

.height-limit-option-select-dropdown::-webkit-scrollbar {
    width: 3px !important;
    height: 4px;
    border-radius: 10px !important;
}

.height-limit-option-select-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

.height-limit-option-select-dropdown::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 10px;
    border: none;
}

.height-limit-option-select-dropdown::-webkit-scrollbar-thumb:hover {
    background: #d1d5db;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.sidebar {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.dashboard-content-main-h1 {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 36.46px !important;
    color: #1f2937 !important;
}

.sidebar .sidebar-menu ul li a {
    height: 56px;
    border-radius: 8px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #717796 !important;
    display: flex;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    margin-bottom: 5px;
}

.sidebar .sidebar-menu ul li a:hover {
    background: #f5f5f9;
}

.sidebar .sidebar-menu ul li .active {
    background: #f5f5f9 !important;
    font-weight: 700 !important;
    color: #191632 !important;
}

.sidebar .sidebar-menu ul {
    list-style-type: none;
    padding-left: 0;
}

.user-name-dashboard {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #191632 !important;
}

.user-info-dashboard img {
    padding-left: 20px;
}

.user-info-dashboard {
    margin-top: auto;
}

.content-box-dashboard {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.relevant-job-box {
    border: 1px solid #d1d5db;
    padding: 20px;
    border-radius: 12px;
}

.relevant-job-box .job-type {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23.44px !important;
    color: #191632 !important;
}

.relevant-job-box .company-name {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    color: #191632 !important;
}

.dashboard .w-20 {
    width: 20%;
}

.dashboard .w-80 {
    width: 80%;
}

.job-pkg {
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #d1d5db !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #6b7280 !important;
}

.p-light {
    color: #6b7280 !important;
}

.btn-relevant-job {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: var(--theme-primary) !important;
    text-decoration: none;
}

.btn-btn-skills {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #374151 !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    margin-right: 10px !important;
    border: 1px solid #d1d5db !important;
    margin-bottom: 10px;
}

.form-switch .form-check-input {
    width: 50px !important;
    height: 25px;
    margin-right: 10px;
    margin-top: 2px !important;
}

.light-grey-box {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    background-color: #f9fafb;
    height: 80px;
}

.light-grey-box .subtitle-n {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #6b7280 !important;
}

.client-logo-img {
    width: 150px;
    height: 50px;
    object-fit: contain;
    flex: 0 0 20%;
    margin-bottom: 1rem;
}

.y-c-price {
    display: flex;
    align-items: center;
}

.bg-grey-mobile {
    background-color: #f9fafb !important;
}

.h-mobile-sidebar {
    height: 100vh;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.show .modal-dialog {
    transform: translateX(0);
}

@media only screen and (max-width: 600px) {
    .dashboard .w-20 {
        display: none;
    }

    .dashboard .w-80 {
        width: 100%;
    }

    .y-c-price {
        display: ruby;
    }

    .y-c-price .job-pkg {
        border: none !important;
    }

    .client-logo-img {
        width: 33.3333333% !important;
    }
}

.line-divider {
    background: #e5e7eb !important;
    height: 1px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.step-form-content {
    padding: 50px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.accordion-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px !important;
    background-color: #fff !important;
    margin-bottom: 1.5rem !important;
    border-radius: 12px !important;
}

.accordion-button {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    color: #1f2937 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    padding: 25px 50px !important;
    border-radius: 12px !important;
}

.accordion-button::after {
    color: var(--theme-primary);
    font-size: 20px;
    background-image: none;
    content: "\f067" !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    height: 25px;
    width: 25px;
    text-align: center;
    border: 1px solid #e9eaec;
    border-radius: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068" !important;
}

.accordion-body {
    padding: 0 50px 25px !important;
}

.btn-icon {
    color: var(--theme-primary);
    font-size: 20px;
    padding: 0.5rem;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.btn-icon:hover,
.btn-icon:active {
    color: var(--theme-primary) !important;
    background-color: #ffffff !important;
    border-color: transparent !important;
}

.modal-header,
.modal-body,
.modal-footer {
    border-color: #f3f4f6;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.modal-footer {
    gap: 0.5rem !important;
}

.modal-footer button {
    flex: 1 1 auto !important;
}

label.form-label,
label.form-check-label {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
}

.theme-input {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
    height: 48px !important;
    border-radius: 8px;
    background-color: #f9fafb;
    box-shadow: none;
    border: 2px solid #e4e7eb;
}

ul.inline-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.inline-list li {
    position: relative;
    font-size: 15px;
    color: #1f2937;
    padding-left: 15px;
    margin-right: 10px;
}

ul.inline-list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: black;
}

.cropper-modal {
    background-color: #ffffff !important;
}

.cropper-view-box {
    outline: rgba(255, 255, 255, 0.75) solid 1px !important;
}

.cropper-line {
    background-color: #ffffff !important;
}

.cropper-point {
    display: none !important;
}

.sidebar-layout {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #191632;
    }

    .nav.nav-tabs {
        border: 0;
    }

    .nav-item .nav-link {
        background-color: transparent;
        border: 0;
        font-weight: 500;
        line-height: 22px;
        font-size: 16px;
        color: #717796;
    }

    .nav-item .nav-link.active {
        color: #1f2937;
        font-weight: 700;
        border-bottom: 3px solid #00c16b;
    }

    .tab-pane {
        padding: 20px 0;
    }

    .tab-pane h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }
}

.flex-items-3 > * {
    flex: 1 1 33.3%;
    margin-bottom: 1rem;
}

.flex-items-4 > * {
    flex: 1 1 25%;
    margin-bottom: 1rem;
}

.btn-box-icon {
    position: absolute;
    font-size: 28px;
    box-shadow: none;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.card {
    border: 1px solid #e5e7eb;
    box-shadow: 0 7px 28px 0 rgba(112, 144, 176, 0.06);
}

.modal:not(.popup-modal, #photo-cropper, .height-auto) .modal-body {
    min-height: 70vh;
}

.popup-modal {
    .modal-header,
    .modal-body,
    .modal-footer {
        border: none;
    }
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-x-0 {
    border-left: 0 !important;
    border-right: 0 !important;
}

.select-search-btn-location {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 33px !important;
    color: #1f2937 !important;
    height: 48px !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
    box-shadow: none !important;
    border: 2px solid #e4e7eb !important;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    margin-bottom: 10px;
}

.select-search-btn-location-dropdown {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px !important;
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.select-search-btn-sort {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 33px !important;
    color: #1f2937 !important;
    height: 48px !important;
    border-radius: 8px !important;
    background-color: #f9fafb !important;
    box-shadow: none !important;
    border: 2px solid #e4e7eb !important;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    margin-bottom: 10px;
}

.select-search-btn-sort-dropdown {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px !important;
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.location-icon {
    position: absolute;
    top: 14px;
    left: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid var(--theme-primary) !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-family: "DM Sans", sans-serif !important;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
    color: #717796 !important;
}

.form-check-input {
    box-shadow: none !important;
}

.switch-button {
    border-radius: 8px !important;
    background-color: #ffff !important;
    box-shadow: none !important;
    border: 2px solid #e4e7eb !important;
    margin-bottom: 10px;
    height: 49px !important;
    width: 98px;
}

.switch-button .active {
    color: #fff;

    filter: invert(0%);
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    background-color: var(--theme-primary);
    border-radius: 8px;
    border: 1px solid #e4e7eb !important;
}

.switch-button a {
    color: rgba(33, 37, 41, 0.75);
}

.number-of-jobs {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #1f2937 !important;
}

.job-listing-box .job-type {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    color: #191632 !important;
}

.search-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.search-results div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.search-results div:hover {
    background-color: #f1f1f1;
}

.job-list-simple-detail ul li {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
    margin-bottom: 10px;
}

.toggle-hide-search {
    display: none;
}

.toggle-show-search {
    display: block !important;
}

.info-success-p {
    background-color: #ebfff6;
    height: 69px;
    border-radius: 8px;
    padding: 24px;
}

h4 {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #374151 !important;
}

.more-answer {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #00a35a !important;
    text-decoration: none;
}

.job-contect-info {
    padding: 24px;
    border-radius: 8px;
    background-color: #f9fafb !important;
}

.btn-pill-green {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #007b44 !important;
    text-decoration: none;
    padding: 2px 18px 2px 18px;
    border-radius: 20px;
    background-color: #ebfff6;
}

.page-company-name {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 31px !important;
    color: #191632 !important;
}

.number-review {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #1f2937 !important;
    margin-right: 10px;
}

.number-review-main {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 63px !important;
    color: #1f2937 !important;
}

.img-radious {
    border-radius: 10px;
}

.progress-review .progress {
    height: 6px;
    background-color: transparent;
}

.progress-review h4 {
    width: 15px;
    text-align: center;
}

.progress-review img {
    width: 15px;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.bg-progress-liner {
    background: linear-gradient(90deg, #79fac0 0%, #490784 100%);
    border-radius: 50px;
}

.notification-box {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    width: 470px;
    background-color: #fff;
}

.notification-header {
    width: 470px;
    height: 72px;
    border-bottom: 1px solid #f3f4f6;
    padding: 24px 16px 16px 32px;
}

.notification-footer {
    width: 470px;
    height: 80px;
    border-top: 1px solid #f3f4f6;
    padding: 18px 16px 16px 32px;
}

.notification-footer a {
    font-size: 15px !important;
    width: 100% !important;
}

.header-name {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #374151 !important;
}

.notification-box {
    position: absolute;
    right: 2px;
    z-index: 5;
}

.notification-body {
    padding: 14px 16px 16px 32px;
}

.notification-body h4 {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
}

.notification-body p {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #6b7280 !important;
}

.notification-body .logo-noti {
    width: 40px;
}

.notification-body .notification-dot {
    background-color: var(--theme-primary);
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-radius: 50%;
}

.notification-body .nav-tabs .nav-link {
    padding: 5px !important;
    margin-right: 15px;
}

.notification-body .tab-content {
    height: 365px;
    overflow-y: auto;
}

.notification-body .tab-content {
    height: 365px;
    overflow-y: auto;
}

.notification-body .tab-content::-webkit-scrollbar {
    width: 5px;
}

.notification-body .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.notification-body .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f3f4f6 !important;
}

.notification-body .tab-content::-webkit-scrollbar-thumb:hover {
    background-color: #f3f4f6 !important;
}

.w-box-popup {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.theme-input-popup {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #1f2937 !important;
    height: 45px !important;
    box-shadow: none !important;
    border: none;
}

.button-in-input {
    background-color: #e5e7eb;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 1px 1px 1px 10px;
}

.button-in-input input {
    background-color: transparent;
    width: 63%;
}

.answer-text-area {
    font-family: "DM Sans", sans-serif !important;
    height: 200px;
    width: 100%;
    border-radius: 8px;
    background-color: #f9fafb;
    border: 1px solid #d1d5db !important;
    padding: 10px;
    box-shadow: none !important;
}

.filter-box {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 342px;
    background-color: #fff;
    margin-top: 15px;
    position: absolute;
    right: 2px;
    z-index: 5;
}

.filter-header {
    width: 342px;
    height: 72px;
    border-bottom: 1px solid #f3f4f6;
    padding: 24px 16px 16px 32px;
}

.filter-footer {
    width: 342px;
    height: 80px;
    border-top: 1px solid #f3f4f6;
    padding: 18px 16px 16px 32px;
}

.filter-footer a {
    font-size: 15px !important;
    width: 100% !important;
}

.header-name {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #374151 !important;
}

.filter-body {
    padding: 14px 16px 16px 32px;
}

.filter-body h4 {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #1f2937 !important;
}

.filter-body p {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #6b7280 !important;
}

.filter-body .logo-noti {
    width: 65px;
}

.filter-body .dot-noti {
    width: 15px;
    margin-bottom: 5px;
}

.filter-body .nav-tabs .nav-link {
    padding: 5px !important;
    margin-right: 15px;
}

.filter-body {
    height: 300px;
    overflow-y: auto;
}

.filter-body::-webkit-scrollbar {
    width: 5px;
}

.filter-body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

.filter-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f3f4f6 !important;
}

.filter-body::-webkit-scrollbar-thumb:hover {
    background-color: #f3f4f6 !important;
}

.filter-body input {
    box-shadow: none !important;
}

.btn-radio-one-click {
    transform: scale(1.5);
    margin-top: 15px !important;
    margin-left: -18px !important;
}

.light-grey-box-one-click {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    background-color: #f9fafb;
}

.light-grey-box-one-click:hover {
    border: 1px solid #c9f5e2;
    border-radius: 12px;
    padding: 15px;
    background-color: #ebfff6;
}

.light-grey-box-one-click .subtitle-n {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #6b7280 !important;
}

.toggle-hide {
    display: none !important;
}

.toggle-show {
    display: inline-block !important;
}

img.company-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15%;
}

/*=========================== new css responsive ==============*/
.frontend-mobile-menu .modal-dialog-left {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease-out !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.frontend-mobile-menu .modal-body {
    position: relative;
    overflow: hidden;
}

.frontend-mobile-menu .modal-body a {
    height: 48px;
    margin-bottom: 10px;
}

.frontend-mobile-menu.show .modal-dialog-left {
    transform: translateX(0) !important;
}

.frontend-mobile-menu .modal-body {
    position: relative !important;
    padding: 20px !important;
    background-color: #fff !important;
    height: 100vh !important;
    overflow-y: auto !important;
}

.forntend-banner .input-group {
    background-color: #fff;
}

.btn-nav {
    width: 135px;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.job_listing_search .input-group-text {
    border: 2px solid #e4e7eb;
    background: #ffffff;
}

.logo-frontend {
    width: 180px;
    height: auto;
}

/*==================responsive==========*/
@media only screen and (max-width: 767px) {
    .btn-nav {
        width: 90px;
    }

    .logo-frontend {
        width: 120px;
    }

    .forntend-banner .input-group {
        border-radius: 10px !important;
        border: 1px solid #e5e7eb !important;
    }

    .forntend-banner .input-group-prepend span {
        border-radius: 10px !important;
    }

    .forntend-about .btn-green {
        width: 100%;
        margin-top: 20px;
    }

    .forntend-Benefits img {
        width: 122px;
    }

    .forntend-Benefits .btn-green {
        width: 100%;
    }

    .forntend-Benefits .btn-green img {
        width: auto !important;
    }

    .forntend-step img {
        width: 48px;
    }

    .frontend-jobs .btn-green {
        width: 100%;
    }

    .frontend-jobs .btn-green img {
        width: auto !important;
    }

    .frontend-category img {
        width: 30px;
    }

    .frontend-category .cate-box {
        padding: 15px;
    }

    .frontend-category h4 {
        font-size: 16px !important;
    }

    .frontend-category p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .frontend-category .btn-green {
        width: 100%;
    }

    .frontend-job-location .job-box-location {
        padding: 15px;
    }

    .frontend-job-location h4 {
        font-size: 16px !important;
    }

    .frontend-job-location p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .frontend-job-location .btn-green {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .btn-nav {
        width: 80px;
        font-size: 12px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

ul.pagination {
    .page-link {
        color: var(--theme-primary);
    }

    .page-link:hover, .page-link:focus {
        color: var(--theme-primary);
        box-shadow: none;
    }

    .page-item.active .page-link {
        color: #ffffff;
        background-color: var(--theme-primary);
        border-color: var(--theme-primary);
    }
}

.tagify--focus {
    border-color: #E5E7EB;
}

.tagify--outside {
    border: 0;
    width: 100%;
}

.tagify--outside .tagify__input {
    order: -1;
    flex: 100%;
    background-color: #F9FAFB;
    border: 2px solid #e4e7eb;
    line-height: 33px;
    color: #1F2937;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 1em;
    transition: .1s;
}

.tagify__tag {
    padding: 5px 8px;
}

.tagify__tag > div::before {
    background-color: #F3F4F6;
    box-shadow: none;
    border-radius: 15px;
}

.tagify__tag-text {
    color: #374151;
    font-size: 15px;
}

.tagify__tag__removeBtn {
    font-size: 24px;
    color: #374151;
}

.tagify__tag__removeBtn:hover {
    color: #374151;
    background: #F3F4F6;
}

.tagify__tag__removeBtn:hover + div::before {
    box-shadow: none !important;
}

.tagify--outside.tagify--focus .tagify__input {
    transition: 0s;
}

.tagify__dropdown {
    background-color: #FFFFFF;
    color: #374151;
    margin-top: 5px;
    border-color: #F3F4F6;
    border-radius: 8px;
}

.tagify__dropdown__item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tagify__dropdown__item:hover, .tagify__dropdown__item--active {
    background: none;
    color: #374151;
}

.tagify__dropdown__wrapper {
    border-color: #F3F4F6;
    border-radius: 8px;
}

.upload-cv-box p {
    margin: 0;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #6B7280 !important;
}

.upload-cv-box .drag {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    color: #1F2937 !important;
}

.upload-cv-box {
    text-align: center;
    border: 2px dashed #D1D5DB;
    background-color: #F9FAFB;
    border-radius: 8px;
    padding: 50px;
}

.pdf-file-box {
    border: 2px solid #D1D5DB;
    background-color: #F9FAFB;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;

    .pdf-title {
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #1F2937 !important;
    }

    .pdf-upload-date {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #6B7280 !important;
    }
}
